Skip to content
Failed

Console Output

Pull request #6647 updated
10:28:26 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 4be2fa010aa8f1ea3853698ac5407eb4421e7847 rather than f2127369d96a2ecc88931a3101b526fe873c0caf
Obtained Jenkinsfile from 4be2fa010aa8f1ea3853698ac5407eb4421e7847
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 ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-04278c236424e53dc) in /home/ubuntu/workspace/compose_PR-6647
[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-6647@tmp/da09bcc5-c2a4-42ab-85dd-3035afc0e345/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:28:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:28:30 chowning workspace
[Pipeline] sh
10:28:30 + uname -m
[Pipeline] sh
10:28:31 + pwd
10:28:31 + id -u
10:28:31 + id -g
10:28:31 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
10:28:32 Removing all docker containers
[Pipeline] sh
10:28:32 + docker container ls -aq
[Pipeline] echo
10:28:32 Docker containers have been removed
[Pipeline] echo
10:28:32 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:28:32 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "alpine")
[Pipeline] checkout
10:28:32 using credential sf-release-bot.github.ssh
10:28:32 Cloning the remote Git repository
10:28:32 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
10:28:34 Fetching without tags
10:28:34 Checking out Revision f2127369d96a2ecc88931a3101b526fe873c0caf (PR-6647)
10:28:34 Commit message: "test exec on containers created with run"
10:28:34 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/6647/head:refs/remotes/origin/PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2127369d96a2ecc88931a3101b526fe873c0caf
 > git rev-list --no-walk 7352aa29106d2af9ca1922c85ef83e5bb46c8c90 # timeout=10
[Pipeline] sh
10:28:35 + git rev-parse HEAD
[Pipeline] sh
10:28:36 + docker pull dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf
10:28:36 Error response from daemon: manifest for dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf not found: manifest unknown: manifest unknown
[Pipeline] sh
10:28:36 + script/build/write-git-sha
10:28:36 + GIT_COMMIT=f2127369
10:28:36 + docker build -t dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf --target build --build-arg BUILD_PLATFORM=alpine --build-arg GIT_COMMIT=f2127369d96a2ecc88931a3101b526fe873c0caf .
10:28:36 Sending build context to Docker daemon  1.867MB

10:28:36 Step 1/32 : ARG DOCKER_VERSION=18.09.7
10:28:36 Step 2/32 : ARG PYTHON_VERSION=3.7.4
10:28:36 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
10:28:36 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
10:28:36 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
10:28:36 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
10:28:36 Step 7/32 : ARG BUILD_PLATFORM=alpine
10:28:36 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
10:28:36 18.09.7: Pulling from library/docker
10:28:36 050382585609: Already exists
10:28:36 0bb4ee3360d7: Pulling fs layer
10:28:36 893f09c2afb0: Pulling fs layer
10:28:36 3204ba24bdf5: Pulling fs layer
10:28:36 c7a4c34d84a5: Pulling fs layer
10:28:36 758ee1f25c37: Pulling fs layer
10:28:36 c7a4c34d84a5: Waiting
10:28:36 758ee1f25c37: Waiting
10:28:36 893f09c2afb0: Verifying Checksum
10:28:36 893f09c2afb0: Download complete
10:28:36 0bb4ee3360d7: Verifying Checksum
10:28:36 0bb4ee3360d7: Download complete
10:28:36 c7a4c34d84a5: Verifying Checksum
10:28:36 c7a4c34d84a5: Download complete
10:28:36 758ee1f25c37: Verifying Checksum
10:28:36 758ee1f25c37: Download complete
10:28:36 0bb4ee3360d7: Pull complete
10:28:37 893f09c2afb0: Pull complete
10:28:37 3204ba24bdf5: Verifying Checksum
10:28:37 3204ba24bdf5: Download complete
10:28:38 3204ba24bdf5: Pull complete
10:28:38 c7a4c34d84a5: Pull complete
10:28:38 758ee1f25c37: Pull complete
10:28:38 Digest: sha256:310156c95007d6cca1417d0692786fe4da816b886a08bc7de97edf02cab4db31
10:28:38 Status: Downloaded newer image for docker:18.09.7
10:28:38  ---> 108a4437ed8c
10:28:38 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
10:28:38 3.7.4-alpine3.10: Pulling from library/python
10:28:38 9d48c3bd43c5: Already exists
10:28:38 c0ea575d71b9: Pulling fs layer
10:28:38 0f535eceebd5: Pulling fs layer
10:28:38 8a30f5893bea: Pulling fs layer
10:28:38 287089fe229e: Pulling fs layer
10:28:38 287089fe229e: Waiting
10:28:39 8a30f5893bea: Verifying Checksum
10:28:39 8a30f5893bea: Download complete
10:28:39 c0ea575d71b9: Verifying Checksum
10:28:39 c0ea575d71b9: Download complete
10:28:39 287089fe229e: Verifying Checksum
10:28:39 287089fe229e: Download complete
10:28:39 0f535eceebd5: Verifying Checksum
10:28:39 0f535eceebd5: Download complete
10:28:39 c0ea575d71b9: Pull complete
10:28:40 0f535eceebd5: Pull complete
10:28:41 8a30f5893bea: Pull complete
10:28:41 287089fe229e: Pull complete
10:28:41 Digest: sha256:6673d8ce9610d166b6d7d6abda21537ddcf30e6bc8c20ca86f17f1085e20ac95
10:28:41 Status: Downloaded newer image for python:3.7.4-alpine3.10
10:28:41  ---> f309434dea3a
10:28:41 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:28:42  ---> Running in 1ba89e46c478
10:28:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
10:28:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
10:28:44 (1/34) Upgrading libcrypto1.1 (1.1.1c-r0 -> 1.1.1d-r0)
10:28:44 (2/34) Upgrading libssl1.1 (1.1.1c-r0 -> 1.1.1d-r0)
10:28:44 (3/34) Installing bash (5.0.0-r0)
10:28:44 Executing bash-5.0.0-r0.post-install
10:28:44 (4/34) Installing binutils (2.32-r0)
10:28:44 (5/34) Installing libmagic (5.37-r0)
10:28:44 (6/34) Installing file (5.37-r0)
10:28:44 (7/34) Installing gmp (6.1.2-r1)
10:28:44 (8/34) Installing isl (0.18-r0)
10:28:44 (9/34) Installing libgomp (8.3.0-r0)
10:28:44 (10/34) Installing libatomic (8.3.0-r0)
10:28:44 (11/34) Installing libgcc (8.3.0-r0)
10:28:44 (12/34) Installing mpfr3 (3.1.5-r1)
10:28:44 (13/34) Installing mpc1 (1.1.0-r0)
10:28:44 (14/34) Installing libstdc++ (8.3.0-r0)
10:28:44 (15/34) Installing gcc (8.3.0-r0)
10:28:45 (16/34) Installing musl-dev (1.1.22-r3)
10:28:45 (17/34) Installing libc-dev (0.7.1-r0)
10:28:45 (18/34) Installing g++ (8.3.0-r0)
10:28:45 (19/34) Installing make (4.2.1-r2)
10:28:45 (20/34) Installing fortify-headers (1.1-r0)
10:28:45 (21/34) Installing build-base (0.5-r1)
10:28:45 (22/34) Installing nghttp2-libs (1.39.2-r0)
10:28:45 (23/34) Installing libcurl (7.66.0-r0)
10:28:45 (24/34) Installing curl (7.66.0-r0)
10:28:45 (25/34) Installing pcre2 (10.33-r0)
10:28:45 (26/34) Installing git (2.22.0-r0)
10:28:45 (27/34) Installing linux-headers (4.19.36-r0)
10:28:45 (28/34) Installing pkgconf (1.6.1-r1)
10:28:45 (29/34) Installing libffi-dev (3.2.1-r6)
10:28:45 (30/34) Installing openssl (1.1.1d-r0)
10:28:45 (31/34) Installing openssl-dev (1.1.1d-r0)
10:28:46 (32/34) Installing python2 (2.7.16-r1)
10:28:46 (33/34) Installing python2-dev (2.7.16-r1)
10:28:46 (34/34) Installing zlib-dev (1.2.11-r1)
10:28:46 Executing busybox-1.30.1-r2.trigger
10:28:46 Executing ca-certificates-20190108-r0.trigger
10:28:46 OK: 266 MiB in 67 packages
10:28:53 Removing intermediate container 1ba89e46c478
10:28:53  ---> d60bbeb23f60
10:28:53 Step 11/32 : ENV BUILD_BOOTLOADER=1
10:28:53  ---> Running in e17eb941b34f
10:28:53 Removing intermediate container e17eb941b34f
10:28:53  ---> f45bc0579c33
10:28:53 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
10:28:53 3.7.4-slim-stretch: Pulling from library/python
10:28:53 80369df48736: Already exists
10:28:53 aaba0609d543: Already exists
10:28:53 33536ac8210e: Already exists
10:28:53 35aa8bff600e: Already exists
10:28:53 6e4c9666aa4e: Already exists
10:28:53 Digest: sha256:34a714dec6e3387e964350dc09d9db95f16df3720d018c9ca024c1e4e20c118b
10:28:53 Status: Downloaded newer image for python:3.7.4-slim-stretch
10:28:53  ---> fad2b9f06d3b
10:28:53 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:28:53  ---> Running in e85a3484829e
10:28:54 Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
10:28:54 Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB]
10:28:55 Ign:3 http://deb.debian.org/debian stretch InRelease
10:28:55 Get:4 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
10:28:55 Get:5 http://deb.debian.org/debian stretch Release [118 kB]
10:28:55 Get:6 http://deb.debian.org/debian stretch Release.gpg [2365 B]
10:28:55 Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
10:28:55 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
10:28:57 Fetched 7919 kB in 2s (3532 kB/s)
10:28:57 Reading package lists...
10:28:58 Reading package lists...
10:28:58 Building dependency tree...
10:28:58 Reading state information...
10:28:58 openssl is already the newest version (1.1.0l-1~deb9u1).
10:28:58 openssl set to manually installed.
10:28:58 The following additional packages will be installed:
10:28:58   binutils cpp cpp-6 gcc-6 git-man libasan3 libatomic1 libc-dev-bin libcc1-0
10:28:58   libcilkrts5 libcurl3 libcurl3-gnutls liberror-perl libexpat1-dev libgmp10
10:28:58   libgnutls30 libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0
10:28:58   libisl15 libitm1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
10:28:58   libldap-2.4-2 libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6
10:28:58   libnghttp2-14 libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
10:28:58   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
10:28:58   libsasl2-modules-db libssh2-1 libssl1.0.2 libtasn1-6 libtsan0 libubsan0
10:28:58   libunistring0 linux-libc-dev mime-support perl perl-modules-5.24 python2.7
10:28:58   python2.7-minimal
10:28:58 Suggested packages:
10:28:58   binutils-doc cpp-doc gcc-6-locales gcc-multilib manpages-dev autoconf
10:28:58   automake libtool flex bison gdb gcc-doc gcc-6-multilib gcc-6-doc libgcc1-dbg
10:28:58   libgomp1-dbg libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg
10:28:58   libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg
10:28:58   gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
10:28:58   git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn glibc-doc
10:28:58   gnutls-bin krb5-doc krb5-user make-doc perl-doc libterm-readline-gnu-perl
10:28:58   | libterm-readline-perl-perl python2.7-doc binfmt-support
10:28:58 Recommended packages:
10:28:58   patch less rsync ssh-client manpages manpages-dev krb5-locales publicsuffix
10:28:58   libsasl2-modules libssl-doc bzip2 file xz-utils rename
10:28:58 The following NEW packages will be installed:
10:28:58   binutils cpp cpp-6 curl gcc gcc-6 git git-man libasan3 libatomic1
10:28:58   libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3 libcurl3-gnutls
10:28:58   liberror-perl libexpat1-dev libffi-dev libgcc-6-dev libgmp10 libgnutls30
10:28:58   libgomp1 libgssapi-krb5-2 libhogweed4 libidn11 libidn2-0 libisl15 libitm1
10:28:58   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2
10:28:58   libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnettle6 libnghttp2-14
10:28:58   libp11-kit0 libperl5.24 libpsl5 libpython2.7 libpython2.7-dev
10:28:58   libpython2.7-minimal libpython2.7-stdlib libquadmath0 librtmp1 libsasl2-2
10:28:58   libsasl2-modules-db libssh2-1 libssl-dev libssl1.0.2 libtasn1-6 libtsan0
10:28:58   libubsan0 libunistring0 linux-libc-dev make mime-support perl
10:28:58   perl-modules-5.24 python2.7 python2.7-dev python2.7-minimal zlib1g-dev
10:28:59 0 upgraded, 68 newly installed, 0 to remove and 0 not upgraded.
10:28:59 Need to get 79.6 MB of archives.
10:28:59 After this operation, 271 MB of additional disk space will be used.
10:28:59 Get:1 http://deb.debian.org/debian stretch/main amd64 perl-modules-5.24 all 5.24.1-3+deb9u5 [2722 kB]
10:28:59 Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 libnghttp2-14 amd64 1.18.1-1+deb9u1 [79.2 kB]
10:28:59 Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.0.2 amd64 1.0.2t-1~deb9u1 [1304 kB]
10:28:59 Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 linux-libc-dev amd64 4.9.189-3+deb9u1 [1446 kB]
10:28:59 Get:5 http://deb.debian.org/debian stretch/main amd64 libperl5.24 amd64 5.24.1-3+deb9u5 [3501 kB]
10:28:59 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 libexpat1-dev amd64 2.2.0-2+deb9u3 [134 kB]
10:28:59 Get:7 http://security.debian.org/debian-security stretch/updates/main amd64 libssl-dev amd64 1.1.0l-1~deb9u1 [1594 kB]
10:29:00 Get:8 http://deb.debian.org/debian stretch/main amd64 perl amd64 5.24.1-3+deb9u5 [219 kB]
10:29:00 Get:9 http://deb.debian.org/debian stretch/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1 [253 kB]
10:29:00 Get:10 http://deb.debian.org/debian stretch/main amd64 libnettle6 amd64 3.3-1+b2 [192 kB]
10:29:00 Get:11 http://deb.debian.org/debian stretch/main amd64 libhogweed4 amd64 3.3-1+b2 [136 kB]
10:29:00 Get:12 http://deb.debian.org/debian stretch/main amd64 libidn11 amd64 1.33-1 [115 kB]
10:29:00 Get:13 http://deb.debian.org/debian stretch/main amd64 libp11-kit0 amd64 0.23.3-2 [111 kB]
10:29:00 Get:14 http://deb.debian.org/debian stretch/main amd64 libtasn1-6 amd64 4.10-1.1+deb9u1 [50.6 kB]
10:29:00 Get:15 http://deb.debian.org/debian stretch/main amd64 libgnutls30 amd64 3.5.8-5+deb9u4 [896 kB]
10:29:00 Get:16 http://deb.debian.org/debian stretch/main amd64 libkeyutils1 amd64 1.5.9-9 [12.4 kB]
10:29:00 Get:17 http://deb.debian.org/debian stretch/main amd64 libkrb5support0 amd64 1.15-1+deb9u1 [61.9 kB]
10:29:00 Get:18 http://deb.debian.org/debian stretch/main amd64 libk5crypto3 amd64 1.15-1+deb9u1 [119 kB]
10:29:00 Get:19 http://deb.debian.org/debian stretch/main amd64 libkrb5-3 amd64 1.15-1+deb9u1 [311 kB]
10:29:00 Get:20 http://deb.debian.org/debian stretch/main amd64 libgssapi-krb5-2 amd64 1.15-1+deb9u1 [155 kB]
10:29:00 Get:21 http://deb.debian.org/debian stretch/main amd64 libunistring0 amd64 0.9.6+really0.9.3-0.1 [279 kB]
10:29:00 Get:22 http://deb.debian.org/debian stretch/main amd64 libidn2-0 amd64 0.16-1+deb9u1 [60.7 kB]
10:29:00 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:29:00 Get:24 http://deb.debian.org/debian stretch/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3 [105 kB]
10:29:00 Get:25 http://deb.debian.org/debian stretch/main amd64 libldap-common all 2.4.44+dfsg-5+deb9u3 [85.7 kB]
10:29:00 Get:26 http://deb.debian.org/debian stretch/main amd64 libldap-2.4-2 amd64 2.4.44+dfsg-5+deb9u3 [220 kB]
10:29:00 Get:27 http://deb.debian.org/debian stretch/main amd64 libpsl5 amd64 0.17.0-3 [41.8 kB]
10:29:00 Get:28 http://deb.debian.org/debian stretch/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1+b1 [60.4 kB]
10:29:00 Get:29 http://deb.debian.org/debian stretch/main amd64 libssh2-1 amd64 1.7.0-1+deb9u1 [139 kB]
10:29:00 Get:30 http://deb.debian.org/debian stretch/main amd64 libcurl3-gnutls amd64 7.52.1-5+deb9u9 [290 kB]
10:29:00 Get:31 http://deb.debian.org/debian stretch/main amd64 liberror-perl all 0.17024-1 [26.9 kB]
10:29:00 Get:32 http://deb.debian.org/debian stretch/main amd64 git-man all 1:2.11.0-3+deb9u4 [1433 kB]
10:29:00 Get:33 http://deb.debian.org/debian stretch/main amd64 git amd64 1:2.11.0-3+deb9u4 [4167 kB]
10:29:00 Get:34 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
10:29:00 Get:35 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
10:29:00 Get:36 http://deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
10:29:00 Get:37 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
10:29:00 Get:38 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
10:29:00 Get:39 http://deb.debian.org/debian stretch/main amd64 binutils amd64 2.28-5 [3770 kB]
10:29:00 Get:40 http://deb.debian.org/debian stretch/main amd64 libisl15 amd64 0.18-1 [564 kB]
10:29:00 Get:41 http://deb.debian.org/debian stretch/main amd64 libmpfr4 amd64 3.1.5-1 [556 kB]
10:29:00 Get:42 http://deb.debian.org/debian stretch/main amd64 libmpc3 amd64 1.0.3-1+b2 [39.9 kB]
10:29:00 Get:43 http://deb.debian.org/debian stretch/main amd64 cpp-6 amd64 6.3.0-18+deb9u1 [6584 kB]
10:29:00 Get:44 http://deb.debian.org/debian stretch/main amd64 cpp amd64 4:6.3.0-4 [18.7 kB]
10:29:00 Get:45 http://deb.debian.org/debian stretch/main amd64 libcurl3 amd64 7.52.1-5+deb9u9 [292 kB]
10:29:00 Get:46 http://deb.debian.org/debian stretch/main amd64 curl amd64 7.52.1-5+deb9u9 [227 kB]
10:29:00 Get:47 http://deb.debian.org/debian stretch/main amd64 libcc1-0 amd64 6.3.0-18+deb9u1 [30.6 kB]
10:29:00 Get:48 http://deb.debian.org/debian stretch/main amd64 libgomp1 amd64 6.3.0-18+deb9u1 [73.3 kB]
10:29:00 Get:49 http://deb.debian.org/debian stretch/main amd64 libitm1 amd64 6.3.0-18+deb9u1 [27.3 kB]
10:29:00 Get:50 http://deb.debian.org/debian stretch/main amd64 libatomic1 amd64 6.3.0-18+deb9u1 [8966 B]
10:29:00 Get:51 http://deb.debian.org/debian stretch/main amd64 libasan3 amd64 6.3.0-18+deb9u1 [311 kB]
10:29:00 Get:52 http://deb.debian.org/debian stretch/main amd64 liblsan0 amd64 6.3.0-18+deb9u1 [115 kB]
10:29:00 Get:53 http://deb.debian.org/debian stretch/main amd64 libtsan0 amd64 6.3.0-18+deb9u1 [257 kB]
10:29:00 Get:54 http://deb.debian.org/debian stretch/main amd64 libubsan0 amd64 6.3.0-18+deb9u1 [107 kB]
10:29:00 Get:55 http://deb.debian.org/debian stretch/main amd64 libcilkrts5 amd64 6.3.0-18+deb9u1 [40.5 kB]
10:29:00 Get:56 http://deb.debian.org/debian stretch/main amd64 libmpx2 amd64 6.3.0-18+deb9u1 [11.2 kB]
10:29:00 Get:57 http://deb.debian.org/debian stretch/main amd64 libquadmath0 amd64 6.3.0-18+deb9u1 [131 kB]
10:29:00 Get:58 http://deb.debian.org/debian stretch/main amd64 libgcc-6-dev amd64 6.3.0-18+deb9u1 [2296 kB]
10:29:00 Get:59 http://deb.debian.org/debian stretch/main amd64 gcc-6 amd64 6.3.0-18+deb9u1 [6900 kB]
10:29:00 Get:60 http://deb.debian.org/debian stretch/main amd64 gcc amd64 4:6.3.0-4 [5196 B]
10:29:00 Get:61 http://deb.debian.org/debian stretch/main amd64 libc-dev-bin amd64 2.24-11+deb9u4 [259 kB]
10:29:00 Get:62 http://deb.debian.org/debian stretch/main amd64 libc6-dev amd64 2.24-11+deb9u4 [2364 kB]
10:29:00 Get:63 http://deb.debian.org/debian stretch/main amd64 libffi-dev amd64 3.2.1-6 [161 kB]
10:29:00 Get:64 http://deb.debian.org/debian stretch/main amd64 libpython2.7 amd64 2.7.13-2+deb9u3 [1071 kB]
10:29:00 Get:65 http://deb.debian.org/debian stretch/main amd64 libpython2.7-dev amd64 2.7.13-2+deb9u3 [28.2 MB]
10:29:01 Get:66 http://deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB]
10:29:01 Get:67 http://deb.debian.org/debian stretch/main amd64 python2.7-dev amd64 2.7.13-2+deb9u3 [290 kB]
10:29:01 Get:68 http://deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
10:29:01 debconf: delaying package configuration, since apt-utils is not installed
10:29:01 Fetched 79.6 MB in 2s (33.6 MB/s)
10:29:01 Selecting previously unselected package perl-modules-5.24.
10:29:01 (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:29:01 Preparing to unpack .../00-perl-modules-5.24_5.24.1-3+deb9u5_all.deb ...
10:29:01 Unpacking perl-modules-5.24 (5.24.1-3+deb9u5) ...
10:29:02 Selecting previously unselected package libperl5.24:amd64.
10:29:02 Preparing to unpack .../01-libperl5.24_5.24.1-3+deb9u5_amd64.deb ...
10:29:02 Unpacking libperl5.24:amd64 (5.24.1-3+deb9u5) ...
10:29:02 Selecting previously unselected package perl.
10:29:02 Preparing to unpack .../02-perl_5.24.1-3+deb9u5_amd64.deb ...
10:29:02 Unpacking perl (5.24.1-3+deb9u5) ...
10:29:02 Selecting previously unselected package libgmp10:amd64.
10:29:02 Preparing to unpack .../03-libgmp10_2%3a6.1.2+dfsg-1_amd64.deb ...
10:29:02 Unpacking libgmp10:amd64 (2:6.1.2+dfsg-1) ...
10:29:02 Selecting previously unselected package libnettle6:amd64.
10:29:02 Preparing to unpack .../04-libnettle6_3.3-1+b2_amd64.deb ...
10:29:02 Unpacking libnettle6:amd64 (3.3-1+b2) ...
10:29:02 Selecting previously unselected package libhogweed4:amd64.
10:29:02 Preparing to unpack .../05-libhogweed4_3.3-1+b2_amd64.deb ...
10:29:02 Unpacking libhogweed4:amd64 (3.3-1+b2) ...
10:29:02 Selecting previously unselected package libidn11:amd64.
10:29:02 Preparing to unpack .../06-libidn11_1.33-1_amd64.deb ...
10:29:02 Unpacking libidn11:amd64 (1.33-1) ...
10:29:02 Selecting previously unselected package libp11-kit0:amd64.
10:29:02 Preparing to unpack .../07-libp11-kit0_0.23.3-2_amd64.deb ...
10:29:02 Unpacking libp11-kit0:amd64 (0.23.3-2) ...
10:29:03 Selecting previously unselected package libtasn1-6:amd64.
10:29:03 Preparing to unpack .../08-libtasn1-6_4.10-1.1+deb9u1_amd64.deb ...
10:29:03 Unpacking libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
10:29:03 Selecting previously unselected package libgnutls30:amd64.
10:29:03 Preparing to unpack .../09-libgnutls30_3.5.8-5+deb9u4_amd64.deb ...
10:29:03 Unpacking libgnutls30:amd64 (3.5.8-5+deb9u4) ...
10:29:03 Selecting previously unselected package libkeyutils1:amd64.
10:29:03 Preparing to unpack .../10-libkeyutils1_1.5.9-9_amd64.deb ...
10:29:03 Unpacking libkeyutils1:amd64 (1.5.9-9) ...
10:29:03 Selecting previously unselected package libkrb5support0:amd64.
10:29:03 Preparing to unpack .../11-libkrb5support0_1.15-1+deb9u1_amd64.deb ...
10:29:03 Unpacking libkrb5support0:amd64 (1.15-1+deb9u1) ...
10:29:03 Selecting previously unselected package libk5crypto3:amd64.
10:29:03 Preparing to unpack .../12-libk5crypto3_1.15-1+deb9u1_amd64.deb ...
10:29:03 Unpacking libk5crypto3:amd64 (1.15-1+deb9u1) ...
10:29:03 Selecting previously unselected package libkrb5-3:amd64.
10:29:03 Preparing to unpack .../13-libkrb5-3_1.15-1+deb9u1_amd64.deb ...
10:29:03 Unpacking libkrb5-3:amd64 (1.15-1+deb9u1) ...
10:29:03 Selecting previously unselected package libgssapi-krb5-2:amd64.
10:29:03 Preparing to unpack .../14-libgssapi-krb5-2_1.15-1+deb9u1_amd64.deb ...
10:29:03 Unpacking libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
10:29:03 Selecting previously unselected package libunistring0:amd64.
10:29:03 Preparing to unpack .../15-libunistring0_0.9.6+really0.9.3-0.1_amd64.deb ...
10:29:03 Unpacking libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
10:29:03 Selecting previously unselected package libidn2-0:amd64.
10:29:03 Preparing to unpack .../16-libidn2-0_0.16-1+deb9u1_amd64.deb ...
10:29:03 Unpacking libidn2-0:amd64 (0.16-1+deb9u1) ...
10:29:03 Selecting previously unselected package libsasl2-modules-db:amd64.
10:29:03 Preparing to unpack .../17-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
10:29:03 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
10:29:03 Selecting previously unselected package libsasl2-2:amd64.
10:29:03 Preparing to unpack .../18-libsasl2-2_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
10:29:03 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
10:29:03 Selecting previously unselected package libldap-common.
10:29:03 Preparing to unpack .../19-libldap-common_2.4.44+dfsg-5+deb9u3_all.deb ...
10:29:03 Unpacking libldap-common (2.4.44+dfsg-5+deb9u3) ...
10:29:03 Selecting previously unselected package libldap-2.4-2:amd64.
10:29:03 Preparing to unpack .../20-libldap-2.4-2_2.4.44+dfsg-5+deb9u3_amd64.deb ...
10:29:03 Unpacking libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
10:29:03 Selecting previously unselected package libnghttp2-14:amd64.
10:29:03 Preparing to unpack .../21-libnghttp2-14_1.18.1-1+deb9u1_amd64.deb ...
10:29:03 Unpacking libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
10:29:03 Selecting previously unselected package libpsl5:amd64.
10:29:03 Preparing to unpack .../22-libpsl5_0.17.0-3_amd64.deb ...
10:29:03 Unpacking libpsl5:amd64 (0.17.0-3) ...
10:29:03 Selecting previously unselected package librtmp1:amd64.
10:29:03 Preparing to unpack .../23-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_amd64.deb ...
10:29:03 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
10:29:04 Selecting previously unselected package libssh2-1:amd64.
10:29:04 Preparing to unpack .../24-libssh2-1_1.7.0-1+deb9u1_amd64.deb ...
10:29:04 Unpacking libssh2-1:amd64 (1.7.0-1+deb9u1) ...
10:29:04 Selecting previously unselected package libcurl3-gnutls:amd64.
10:29:04 Preparing to unpack .../25-libcurl3-gnutls_7.52.1-5+deb9u9_amd64.deb ...
10:29:04 Unpacking libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
10:29:04 Selecting previously unselected package liberror-perl.
10:29:04 Preparing to unpack .../26-liberror-perl_0.17024-1_all.deb ...
10:29:04 Unpacking liberror-perl (0.17024-1) ...
10:29:04 Selecting previously unselected package git-man.
10:29:04 Preparing to unpack .../27-git-man_1%3a2.11.0-3+deb9u4_all.deb ...
10:29:04 Unpacking git-man (1:2.11.0-3+deb9u4) ...
10:29:04 Selecting previously unselected package git.
10:29:04 Preparing to unpack .../28-git_1%3a2.11.0-3+deb9u4_amd64.deb ...
10:29:04 Unpacking git (1:2.11.0-3+deb9u4) ...
10:29:04 Selecting previously unselected package libpython2.7-minimal:amd64.
10:29:04 Preparing to unpack .../29-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
10:29:04 Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
10:29:04 Selecting previously unselected package python2.7-minimal.
10:29:04 Preparing to unpack .../30-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
10:29:04 Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
10:29:05 Selecting previously unselected package libssl1.0.2:amd64.
10:29:05 Preparing to unpack .../31-libssl1.0.2_1.0.2t-1~deb9u1_amd64.deb ...
10:29:05 Unpacking libssl1.0.2:amd64 (1.0.2t-1~deb9u1) ...
10:29:05 Selecting previously unselected package mime-support.
10:29:05 Preparing to unpack .../32-mime-support_3.60_all.deb ...
10:29:05 Unpacking mime-support (3.60) ...
10:29:05 Selecting previously unselected package libpython2.7-stdlib:amd64.
10:29:05 Preparing to unpack .../33-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
10:29:05 Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
10:29:05 Selecting previously unselected package python2.7.
10:29:05 Preparing to unpack .../34-python2.7_2.7.13-2+deb9u3_amd64.deb ...
10:29:05 Unpacking python2.7 (2.7.13-2+deb9u3) ...
10:29:05 Selecting previously unselected package binutils.
10:29:05 Preparing to unpack .../35-binutils_2.28-5_amd64.deb ...
10:29:05 Unpacking binutils (2.28-5) ...
10:29:06 Selecting previously unselected package libisl15:amd64.
10:29:06 Preparing to unpack .../36-libisl15_0.18-1_amd64.deb ...
10:29:06 Unpacking libisl15:amd64 (0.18-1) ...
10:29:06 Selecting previously unselected package libmpfr4:amd64.
10:29:06 Preparing to unpack .../37-libmpfr4_3.1.5-1_amd64.deb ...
10:29:06 Unpacking libmpfr4:amd64 (3.1.5-1) ...
10:29:06 Selecting previously unselected package libmpc3:amd64.
10:29:06 Preparing to unpack .../38-libmpc3_1.0.3-1+b2_amd64.deb ...
10:29:06 Unpacking libmpc3:amd64 (1.0.3-1+b2) ...
10:29:06 Selecting previously unselected package cpp-6.
10:29:06 Preparing to unpack .../39-cpp-6_6.3.0-18+deb9u1_amd64.deb ...
10:29:06 Unpacking cpp-6 (6.3.0-18+deb9u1) ...
10:29:07 Selecting previously unselected package cpp.
10:29:07 Preparing to unpack .../40-cpp_4%3a6.3.0-4_amd64.deb ...
10:29:07 Unpacking cpp (4:6.3.0-4) ...
10:29:07 Selecting previously unselected package libcurl3:amd64.
10:29:07 Preparing to unpack .../41-libcurl3_7.52.1-5+deb9u9_amd64.deb ...
10:29:07 Unpacking libcurl3:amd64 (7.52.1-5+deb9u9) ...
10:29:07 Selecting previously unselected package curl.
10:29:07 Preparing to unpack .../42-curl_7.52.1-5+deb9u9_amd64.deb ...
10:29:07 Unpacking curl (7.52.1-5+deb9u9) ...
10:29:07 Selecting previously unselected package libcc1-0:amd64.
10:29:07 Preparing to unpack .../43-libcc1-0_6.3.0-18+deb9u1_amd64.deb ...
10:29:07 Unpacking libcc1-0:amd64 (6.3.0-18+deb9u1) ...
10:29:07 Selecting previously unselected package libgomp1:amd64.
10:29:07 Preparing to unpack .../44-libgomp1_6.3.0-18+deb9u1_amd64.deb ...
10:29:07 Unpacking libgomp1:amd64 (6.3.0-18+deb9u1) ...
10:29:07 Selecting previously unselected package libitm1:amd64.
10:29:07 Preparing to unpack .../45-libitm1_6.3.0-18+deb9u1_amd64.deb ...
10:29:07 Unpacking libitm1:amd64 (6.3.0-18+deb9u1) ...
10:29:07 Selecting previously unselected package libatomic1:amd64.
10:29:07 Preparing to unpack .../46-libatomic1_6.3.0-18+deb9u1_amd64.deb ...
10:29:07 Unpacking libatomic1:amd64 (6.3.0-18+deb9u1) ...
10:29:07 Selecting previously unselected package libasan3:amd64.
10:29:07 Preparing to unpack .../47-libasan3_6.3.0-18+deb9u1_amd64.deb ...
10:29:07 Unpacking libasan3:amd64 (6.3.0-18+deb9u1) ...
10:29:07 Selecting previously unselected package liblsan0:amd64.
10:29:07 Preparing to unpack .../48-liblsan0_6.3.0-18+deb9u1_amd64.deb ...
10:29:07 Unpacking liblsan0:amd64 (6.3.0-18+deb9u1) ...
10:29:07 Selecting previously unselected package libtsan0:amd64.
10:29:07 Preparing to unpack .../49-libtsan0_6.3.0-18+deb9u1_amd64.deb ...
10:29:07 Unpacking libtsan0:amd64 (6.3.0-18+deb9u1) ...
10:29:07 Selecting previously unselected package libubsan0:amd64.
10:29:07 Preparing to unpack .../50-libubsan0_6.3.0-18+deb9u1_amd64.deb ...
10:29:07 Unpacking libubsan0:amd64 (6.3.0-18+deb9u1) ...
10:29:07 Selecting previously unselected package libcilkrts5:amd64.
10:29:07 Preparing to unpack .../51-libcilkrts5_6.3.0-18+deb9u1_amd64.deb ...
10:29:07 Unpacking libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
10:29:07 Selecting previously unselected package libmpx2:amd64.
10:29:07 Preparing to unpack .../52-libmpx2_6.3.0-18+deb9u1_amd64.deb ...
10:29:07 Unpacking libmpx2:amd64 (6.3.0-18+deb9u1) ...
10:29:07 Selecting previously unselected package libquadmath0:amd64.
10:29:07 Preparing to unpack .../53-libquadmath0_6.3.0-18+deb9u1_amd64.deb ...
10:29:07 Unpacking libquadmath0:amd64 (6.3.0-18+deb9u1) ...
10:29:07 Selecting previously unselected package libgcc-6-dev:amd64.
10:29:07 Preparing to unpack .../54-libgcc-6-dev_6.3.0-18+deb9u1_amd64.deb ...
10:29:07 Unpacking libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
10:29:08 Selecting previously unselected package gcc-6.
10:29:08 Preparing to unpack .../55-gcc-6_6.3.0-18+deb9u1_amd64.deb ...
10:29:08 Unpacking gcc-6 (6.3.0-18+deb9u1) ...
10:29:09 Selecting previously unselected package gcc.
10:29:09 Preparing to unpack .../56-gcc_4%3a6.3.0-4_amd64.deb ...
10:29:09 Unpacking gcc (4:6.3.0-4) ...
10:29:09 Selecting previously unselected package libc-dev-bin.
10:29:09 Preparing to unpack .../57-libc-dev-bin_2.24-11+deb9u4_amd64.deb ...
10:29:09 Unpacking libc-dev-bin (2.24-11+deb9u4) ...
10:29:09 Selecting previously unselected package linux-libc-dev:amd64.
10:29:09 Preparing to unpack .../58-linux-libc-dev_4.9.189-3+deb9u1_amd64.deb ...
10:29:09 Unpacking linux-libc-dev:amd64 (4.9.189-3+deb9u1) ...
10:29:09 Selecting previously unselected package libc6-dev:amd64.
10:29:09 Preparing to unpack .../59-libc6-dev_2.24-11+deb9u4_amd64.deb ...
10:29:09 Unpacking libc6-dev:amd64 (2.24-11+deb9u4) ...
10:29:09 Selecting previously unselected package libexpat1-dev:amd64.
10:29:09 Preparing to unpack .../60-libexpat1-dev_2.2.0-2+deb9u3_amd64.deb ...
10:29:09 Unpacking libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
10:29:09 Selecting previously unselected package libffi-dev:amd64.
10:29:09 Preparing to unpack .../61-libffi-dev_3.2.1-6_amd64.deb ...
10:29:09 Unpacking libffi-dev:amd64 (3.2.1-6) ...
10:29:09 Selecting previously unselected package libpython2.7:amd64.
10:29:09 Preparing to unpack .../62-libpython2.7_2.7.13-2+deb9u3_amd64.deb ...
10:29:09 Unpacking libpython2.7:amd64 (2.7.13-2+deb9u3) ...
10:29:10 Selecting previously unselected package libpython2.7-dev:amd64.
10:29:10 Preparing to unpack .../63-libpython2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
10:29:10 Unpacking libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
10:29:12 Selecting previously unselected package libssl-dev:amd64.
10:29:12 Preparing to unpack .../64-libssl-dev_1.1.0l-1~deb9u1_amd64.deb ...
10:29:12 Unpacking libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
10:29:12 Selecting previously unselected package make.
10:29:12 Preparing to unpack .../65-make_4.1-9.1_amd64.deb ...
10:29:12 Unpacking make (4.1-9.1) ...
10:29:12 Selecting previously unselected package python2.7-dev.
10:29:12 Preparing to unpack .../66-python2.7-dev_2.7.13-2+deb9u3_amd64.deb ...
10:29:12 Unpacking python2.7-dev (2.7.13-2+deb9u3) ...
10:29:12 Selecting previously unselected package zlib1g-dev:amd64.
10:29:12 Preparing to unpack .../67-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
10:29:12 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
10:29:12 Setting up libquadmath0:amd64 (6.3.0-18+deb9u1) ...
10:29:12 Setting up libgomp1:amd64 (6.3.0-18+deb9u1) ...
10:29:12 Setting up libatomic1:amd64 (6.3.0-18+deb9u1) ...
10:29:12 Setting up perl-modules-5.24 (5.24.1-3+deb9u5) ...
10:29:12 Setting up libperl5.24:amd64 (5.24.1-3+deb9u5) ...
10:29:12 Setting up libnettle6:amd64 (3.3-1+b2) ...
10:29:12 Setting up git-man (1:2.11.0-3+deb9u4) ...
10:29:12 Setting up libcc1-0:amd64 (6.3.0-18+deb9u1) ...
10:29:12 Setting up make (4.1-9.1) ...
10:29:12 Setting up libasan3:amd64 (6.3.0-18+deb9u1) ...
10:29:12 Setting up libnghttp2-14:amd64 (1.18.1-1+deb9u1) ...
10:29:12 Setting up mime-support (3.60) ...
10:29:12 Setting up libldap-common (2.4.44+dfsg-5+deb9u3) ...
10:29:12 Setting up libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
10:29:12 Setting up libubsan0:amd64 (6.3.0-18+deb9u1) ...
10:29:12 Setting up libtsan0:amd64 (6.3.0-18+deb9u1) ...
10:29:12 Setting up libssl-dev:amd64 (1.1.0l-1~deb9u1) ...
10:29:12 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
10:29:12 Setting up linux-libc-dev:amd64 (4.9.189-3+deb9u1) ...
10:29:12 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
10:29:12 Setting up libffi-dev:amd64 (3.2.1-6) ...
10:29:12 Setting up libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
10:29:12 Setting up liblsan0:amd64 (6.3.0-18+deb9u1) ...
10:29:13 Setting up perl (5.24.1-3+deb9u5) ...
10:29:13 update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
10:29:13 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:29:13 Setting up libssl1.0.2:amd64 (1.0.2t-1~deb9u1) ...
10:29:13 debconf: unable to initialize frontend: Dialog
10:29:13 debconf: (TERM is not set, so the dialog frontend is not usable.)
10:29:13 debconf: falling back to frontend: Readline
10:29:13 Setting up libmpx2:amd64 (6.3.0-18+deb9u1) ...
10:29:13 Setting up libgmp10:amd64 (2:6.1.2+dfsg-1) ...
10:29:13 Setting up libssh2-1:amd64 (1.7.0-1+deb9u1) ...
10:29:13 Processing triggers for libc-bin (2.24-11+deb9u4) ...
10:29:13 Setting up libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
10:29:13 Setting up libp11-kit0:amd64 (0.23.3-2) ...
10:29:13 Setting up libmpfr4:amd64 (3.1.5-1) ...
10:29:13 Setting up libmpc3:amd64 (1.0.3-1+b2) ...
10:29:13 Setting up binutils (2.28-5) ...
10:29:13 Setting up libc-dev-bin (2.24-11+deb9u4) ...
10:29:13 Setting up libkeyutils1:amd64 (1.5.9-9) ...
10:29:13 Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
10:29:13 Setting up libc6-dev:amd64 (2.24-11+deb9u4) ...
10:29:13 Setting up libitm1:amd64 (6.3.0-18+deb9u1) ...
10:29:13 Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
10:29:13 Setting up libidn11:amd64 (1.33-1) ...
10:29:13 Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
10:29:13 Linking and byte-compiling packages for runtime python2.7...
10:29:13 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
10:29:13 Setting up libidn2-0:amd64 (0.16-1+deb9u1) ...
10:29:13 Setting up libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
10:29:13 Setting up liberror-perl (0.17024-1) ...
10:29:13 Setting up libpsl5:amd64 (0.17.0-3) ...
10:29:13 Setting up python2.7 (2.7.13-2+deb9u3) ...
10:29:14 Setting up libkrb5support0:amd64 (1.15-1+deb9u1) ...
10:29:14 Setting up libhogweed4:amd64 (3.3-1+b2) ...
10:29:14 Setting up libisl15:amd64 (0.18-1) ...
10:29:14 Setting up libpython2.7:amd64 (2.7.13-2+deb9u3) ...
10:29:14 Setting up libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
10:29:14 Setting up libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ...
10:29:14 Setting up cpp-6 (6.3.0-18+deb9u1) ...
10:29:14 Setting up python2.7-dev (2.7.13-2+deb9u3) ...
10:29:14 Setting up cpp (4:6.3.0-4) ...
10:29:14 Setting up libk5crypto3:amd64 (1.15-1+deb9u1) ...
10:29:14 Setting up libgnutls30:amd64 (3.5.8-5+deb9u4) ...
10:29:14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
10:29:14 Setting up gcc-6 (6.3.0-18+deb9u1) ...
10:29:14 Setting up libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ...
10:29:14 Setting up libkrb5-3:amd64 (1.15-1+deb9u1) ...
10:29:14 Setting up gcc (4:6.3.0-4) ...
10:29:14 Setting up libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
10:29:14 Setting up libcurl3:amd64 (7.52.1-5+deb9u9) ...
10:29:14 Setting up libcurl3-gnutls:amd64 (7.52.1-5+deb9u9) ...
10:29:14 Setting up git (1:2.11.0-3+deb9u4) ...
10:29:14 Setting up curl (7.52.1-5+deb9u9) ...
10:29:14 Processing triggers for libc-bin (2.24-11+deb9u4) ...
10:29:21 Removing intermediate container e85a3484829e
10:29:21  ---> 63e3345a0957
10:29:21 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
10:29:21  ---> f45bc0579c33
10:29:21 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
10:29:21  ---> 78f4d893e9b0
10:29:21 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
10:29:21  ---> Running in 201cc5d7d405
10:29:21 Removing intermediate container 201cc5d7d405
10:29:21  ---> f936cf57aed1
10:29:21 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
10:29:22  ---> 7688b24d2199
10:29:22 Step 18/32 : WORKDIR /code/
10:29:22  ---> Running in f3cbf4544454
10:29:22 Removing intermediate container f3cbf4544454
10:29:22  ---> db92a502adbc
10:29:22 Step 19/32 : RUN pip install virtualenv==16.2.0
10:29:22  ---> Running in e71502e7b082
10:29:28 Collecting virtualenv==16.2.0
10:29:29   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
10:29:29 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
10:29:29 Installing collected packages: virtualenv
10:29:29 Successfully installed virtualenv-16.2.0
10:29:33 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
10:29:33 You should consider upgrading via the 'pip install --upgrade pip' command.
10:29:34 Removing intermediate container e71502e7b082
10:29:34  ---> 319d913bad8b
10:29:34 Step 20/32 : RUN pip install tox==2.9.1
10:29:34  ---> Running in e7bd514e3f08
10:29:40 Collecting tox==2.9.1
10:29:40   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
10:29:40 Collecting py>=1.4.17
10:29:40   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
10:29:41 Collecting pluggy<1.0,>=0.3.0
10:29:41   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
10:29:41 Collecting six
10:29:41   Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
10:29:41 Requirement already satisfied: virtualenv>=1.11.2; python_version != "3.2" in /usr/local/lib/python3.7/site-packages (from tox==2.9.1) (16.2.0)
10:29:41 Collecting importlib-metadata>=0.12; python_version < "3.8"
10:29:41   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
10:29:41 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv>=1.11.2; python_version != "3.2"->tox==2.9.1) (41.4.0)
10:29:41 Collecting zipp>=0.5
10:29:41   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
10:29:41 Collecting more-itertools
10:29:41   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
10:29:41 Installing collected packages: py, more-itertools, zipp, importlib-metadata, pluggy, six, tox
10:29:41 Successfully installed importlib-metadata-0.23 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 six-1.12.0 tox-2.9.1 zipp-0.6.0
10:29:41 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
10:29:41 You should consider upgrading via the 'pip install --upgrade pip' command.
10:29:42 Removing intermediate container e7bd514e3f08
10:29:42  ---> 2b93102d4b05
10:29:42 Step 21/32 : COPY requirements.txt .
10:29:42  ---> 3b5fee1ffeb9
10:29:42 Step 22/32 : COPY requirements-dev.txt .
10:29:42  ---> 2b64e38415e3
10:29:42 Step 23/32 : COPY .pre-commit-config.yaml .
10:29:42  ---> 7dfa44b48d22
10:29:42 Step 24/32 : COPY tox.ini .
10:29:43  ---> 2aba087e6b4e
10:29:43 Step 25/32 : COPY setup.py .
10:29:43  ---> 9b341609ec94
10:29:43 Step 26/32 : COPY README.md .
10:29:43  ---> 05ec28e00db1
10:29:43 Step 27/32 : COPY compose compose/
10:29:43  ---> 5e3229c811b7
10:29:43 Step 28/32 : RUN tox --notest
10:29:43  ---> Running in b42499b0c410
10:29:44 py27 create: /code/.tox/py27
10:29:57 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
10:32:03 py27 develop-inst: /code
10:32:04 py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,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.1,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.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
10:32:04 py37 create: /code/.tox/py37
10:32:16 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
10:34:22 py37 develop-inst: /code
10:34:22 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.1,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.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
10:34:22 pre-commit create: /code/.tox/pre-commit
10:34:30 pre-commit installdeps: pre-commit
10:34:43 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0
10:34:43 ___________________________________ summary ____________________________________
10:34:43   py27: skipped tests
10:34:43   py37: skipped tests
10:34:43   pre-commit: skipped tests
10:34:43   congratulations :)
10:34:45 Removing intermediate container b42499b0c410
10:34:45  ---> 4619b36f40bc
10:34:45 Step 29/32 : COPY . .
10:34:45  ---> 57faca9c157a
10:34:45 Step 30/32 : ARG GIT_COMMIT=unknown
10:34:45  ---> Running in 74b8e9942f69
10:34:45 Removing intermediate container 74b8e9942f69
10:34:45  ---> 1230fe0d6310
10:34:45 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
10:34:45  ---> Running in 4138c8705750
10:34:46 Removing intermediate container 4138c8705750
10:34:46  ---> 20a025438d41
10:34:46 Step 32/32 : RUN script/build/linux-entrypoint
10:34:46  ---> Running in 1f0ebcec6c89
10:34:47 + CODE_PATH=/code
10:34:47 + VENV=/code/.tox/py37
10:34:47 + cd /code
10:34:47 + mkdir -p dist
10:34:47 + chmod 777 dist
10:34:47 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
10:35:05 + '[' -z f2127369d96a2ecc88931a3101b526fe873c0caf ']'
10:35:05 + echo f2127369d96a2ecc88931a3101b526fe873c0caf
10:35:05 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:35:05 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:35:05 + '[' '!' -z 1 ']'
10:35:05 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
10:35:05 Cloning into '/tmp/pyinstaller'...
10:35:08 + cd /tmp/pyinstaller/bootloader
10:35:08 + git checkout v3.5
10:35:08 Note: checking out 'v3.5'.
10:35:08 
10:35:08 You are in 'detached HEAD' state. You can look around, make experimental
10:35:08 changes and commit them, and you can discard any commits you make in this
10:35:08 state without impacting any branches by performing another checkout.
10:35:08 
10:35:08 If you want to create a new branch to retain commits you create, you may
10:35:08 do so (now or later) by using -b with the checkout command again. Example:
10:35:08 
10:35:08   git checkout -b <new-branch-name>
10:35:08 
10:35:08 HEAD is now at 498e6ee0 Release 3.5.
10:35:08 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all
10:35:08 Setting top to                           : /tmp/pyinstaller/bootloader 
10:35:08 Setting out to                           : /tmp/pyinstaller/bootloader/build 
10:35:08 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
10:35:08 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
10:35:08 Checking size of pointer                 : 8 
10:35:08 Platform                                 : Linux-64bit detected based on compiler 
10:35:08 Checking for flags -m64                  : yes 
10:35:08 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
10:35:08 Checking for program 'strip'             : /usr/bin/strip 
10:35:08 Checking for library dl                  : yes 
10:35:08 Checking for library m                   : yes 
10:35:08 Checking for library z                   : yes 
10:35:08 Checking for function unsetenv           : yes 
10:35:08 Checking for function mkdtemp            : yes 
10:35:08 Checking for flags -Wl,--as-needed       : yes 
10:35:08 'configure' finished successfully (0.340s)
10:35:08 'all' finished successfully (0.000s)
10:35:08 'distclean' finished successfully (0.001s)
10:35:08 Setting top to                           : /tmp/pyinstaller/bootloader 
10:35:08 Setting out to                           : /tmp/pyinstaller/bootloader/build 
10:35:08 Python Version                           : 3.7.4 (default, Aug 21 2019, 00:19:59) [GCC 8.3.0] 
10:35:08 Checking for 'gcc' (C compiler)          : /usr/bin/gcc 
10:35:08 Checking size of pointer                 : 8 
10:35:08 Platform                                 : Linux-64bit detected based on compiler 
10:35:08 Checking for flags -m64                  : yes 
10:35:08 Checking for program '/usr/bin/strip'    : /usr/bin/strip 
10:35:08 Checking for program 'strip'             : /usr/bin/strip 
10:35:08 Checking for library dl                  : yes 
10:35:08 Checking for library m                   : yes 
10:35:09 Checking for library z                   : yes 
10:35:09 Checking for function unsetenv           : yes 
10:35:09 Checking for function mkdtemp            : yes 
10:35:09 Checking for flags -Wl,--as-needed       : yes 
10:35:09 'configure' finished successfully (0.299s)
10:35:09 'make_all' finished successfully (0.003s)
10:35:09 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
10:35:09 [ 1/13] Compiling src/pyi_python.c
10:35:09 [ 2/13] Compiling src/pyi_global.c
10:35:09 [ 3/13] Compiling src/pyi_archive.c
10:35:09 [ 4/13] Compiling src/pyi_utils.c
10:35:09 [ 5/13] Compiling src/pyi_main.c
10:35:09 [ 6/13] Compiling src/pyi_pythonlib.c
10:35:09 [ 7/13] Compiling src/pyi_python27_compat.c
10:35:09 [ 8/13] Compiling src/pyi_win32_utils.c
10:35:09 [ 9/13] Compiling src/pyi_path.c
10:35:09 [10/13] Compiling src/main.c
10:35:09 [11/13] Compiling src/pyi_launch.c
10:35:09 [12/13] Linking build/debug/run_d
10:35:09 [13/13] Processing build/debug/run_d
10:35:09 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
10:35:09 'build_debug' finished successfully (0.720s)
10:35:09 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
10:35:09 [ 1/13] Compiling src/pyi_python.c
10:35:09 [ 2/13] Compiling src/pyi_global.c
10:35:09 [ 3/13] Compiling src/main.c
10:35:09 [ 4/13] Compiling src/pyi_utils.c
10:35:09 [ 5/13] Compiling src/pyi_launch.c
10:35:10 [ 6/13] Compiling src/pyi_win32_utils.c
10:35:10 [ 7/13] Compiling src/pyi_main.c
10:35:10 [ 8/13] Compiling src/pyi_pythonlib.c
10:35:10 [ 9/13] Compiling src/pyi_python27_compat.c
10:35:10 [10/13] Compiling src/pyi_archive.c
10:35:10 [11/13] Compiling src/pyi_path.c
10:35:10 [12/13] Linking build/release/run
10:35:10 [13/13] Processing build/release/run
10:35:10 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
10:35:10 'build_release' finished successfully (0.690s)
10:35:10 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug'
10:35:10 [13/14] Processing build/debug/run_d
10:35:10 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d)
10:35:10 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug'
10:35:10 'install_debug' finished successfully (0.017s)
10:35:10 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release'
10:35:10 [13/14] Processing build/release/run
10:35:10 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run)
10:35:10 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release'
10:35:10 'install_release' finished successfully (0.012s)
10:35:10 + /code/.tox/py37/bin/pip3 install ..
10:35:10 Processing /tmp/pyinstaller
10:35:10   Installing build dependencies: started
10:35:16   Installing build dependencies: finished with status 'done'
10:35:16   Getting requirements to build wheel: started
10:35:16   Getting requirements to build wheel: finished with status 'done'
10:35:16     Preparing wheel metadata: started
10:35:16     Preparing wheel metadata: finished with status 'done'
10:35:16 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (0.16.1)
10:35:16 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.5) (41.4.0)
10:35:16 Building wheels for collected packages: PyInstaller
10:35:16   Building wheel for PyInstaller (PEP 517): started
10:35:17   Building wheel for PyInstaller (PEP 517): finished with status 'done'
10:35:17   Created wheel for PyInstaller: filename=PyInstaller-3.5-cp37-none-any.whl size=2879088 sha256=8191070e4d5c6f4b7be00fa9088faa84bbf4f80ff762f6165adea46a09524cb9
10:35:17   Stored in directory: /tmp/pip-ephem-wheel-cache-z8cwwl8j/wheels/87/26/52/6e71dbb2b6d73f545e70263c3d348435a974f03b1e9c578887
10:35:17 Successfully built PyInstaller
10:35:17 Installing collected packages: PyInstaller
10:35:17   Found existing installation: PyInstaller 3.5
10:35:18     Uninstalling PyInstaller-3.5:
10:35:18       Successfully uninstalled PyInstaller-3.5
10:35:18 Successfully installed PyInstaller-3.5
10:35:18 + cd /code
10:35:18 + rm -Rf /tmp/pyinstaller
10:35:18 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
10:35:18 36 INFO: PyInstaller: 3.5
10:35:18 36 INFO: Python: 3.7.4
10:35:18 39 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with
10:35:18 40 INFO: UPX is not available.
10:35:18 41 INFO: Extending PYTHONPATH with paths
10:35:18 ['/code/bin', '/code']
10:35:18 41 INFO: checking Analysis
10:35:18 41 INFO: Building Analysis because Analysis-00.toc is non existent
10:35:18 41 INFO: Initializing module dependency graph...
10:35:18 43 INFO: Initializing module graph hooks...
10:35:18 44 INFO: Analyzing base_library.zip ...
10:35:21 2483 INFO: running Analysis Analysis-00.toc
10:35:21 2494 INFO: Caching module hooks...
10:35:21 2498 INFO: Analyzing bin/docker-compose
10:35:21 2578 INFO: Processing pre-find module path hook   distutils
10:35:21 2578 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
10:35:21 2754 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
10:35:22 3602 INFO: Processing pre-safe import module hook   six.moves
10:35:25 6001 INFO: Loading module hooks...
10:35:25 6001 INFO: Loading module hook "hook-certifi.py"...
10:35:25 6002 INFO: Loading module hook "hook-jsonschema.py"...
10:35:25 6003 INFO: Loading module hook "hook-xml.py"...
10:35:25 6041 INFO: Loading module hook "hook-nacl.py"...
10:35:25 6043 INFO: Loading module hook "hook-distutils.py"...
10:35:25 6044 INFO: Loading module hook "hook-pkg_resources.py"...
10:35:25 6232 INFO: Processing pre-safe import module hook   win32com
10:35:25 6374 INFO: Loading module hook "hook-pydoc.py"...
10:35:25 6374 INFO: Loading module hook "hook-sysconfig.py"...
10:35:25 6380 INFO: Loading module hook "hook-encodings.py"...
10:35:25 6417 INFO: Loading module hook "hook-cryptography.py"...
10:35:25 6570 INFO: Looking for ctypes DLLs
10:35:25 Illegal option -p
10:35:25 6598 INFO: Analyzing run-time hooks ...
10:35:25 6606 INFO: Including run-time hook 'pyi_rth_certifi.py'
10:35:25 6607 INFO: Including run-time hook 'pyi_rth_pkgres.py'
10:35:25 6616 INFO: Looking for dynamic libraries
10:35:25 6826 INFO: Looking for eggs
10:35:25 6826 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
10:35:25 6835 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
10:35:25 6886 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
10:35:25 6908 INFO: checking PYZ
10:35:25 6908 INFO: Building PYZ because PYZ-00.toc is non existent
10:35:25 6908 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
10:35:26 7621 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
10:35:26 7631 INFO: checking PKG
10:35:26 7631 INFO: Building PKG because PKG-00.toc is non existent
10:35:26 7631 INFO: Building PKG (CArchive) PKG-00.pkg
10:35:38 18695 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
10:35:38 18699 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
10:35:38 18699 INFO: checking EXE
10:35:38 18699 INFO: Building EXE because EXE-00.toc is non existent
10:35:38 18699 INFO: Building EXE from EXE-00.toc
10:35:38 18699 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
10:35:38 18884 INFO: Building EXE from EXE-00.toc completed successfully.
10:35:38 + ls -la dist/
10:35:38 total 17124
10:35:38 drwxrwxrwx    2 root     root          4096 Oct 23 10:35 .
10:35:38 drwxr-xr-x    1 root     root          4096 Oct 23 10:35 ..
10:35:38 -rwxr-xr-x    1 root     root      17519240 Oct 23 10:35 docker-compose
10:35:38 + ldd dist/docker-compose
10:35:38 	/lib/ld-musl-x86_64.so.1 (0x7f4086ae7000)
10:35:38 	libz.so.1 => /lib/libz.so.1 (0x7f4086ab1000)
10:35:38 	libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f4086ae7000)
10:35:38 + mv dist/docker-compose /usr/local/bin
10:35:38 + docker-compose version
10:35:38 docker-compose version 1.25.0dev, build f2127369d96a2ecc88931a3101b526fe873c0caf
10:35:38 docker-py version: 4.1.0
10:35:38 CPython version: 3.7.4
10:35:38 OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
10:35:39 Removing intermediate container 1f0ebcec6c89
10:35:39  ---> c4665d306579
10:35:39 Successfully built c4665d306579
10:35:39 Successfully tagged dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf
[Pipeline] sh
10:35:39 + docker push dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf
10:35:39 The push refers to repository [docker.io/dockerbuildbot/compose]
10:35:39 2292a0b44d97: Preparing
10:35:39 9f0659d8622f: Preparing
10:35:39 a6c00ccc5b30: Preparing
10:35:39 cb9ac52ab26b: Preparing
10:35:39 d1651913a401: Preparing
10:35:39 05f7b0d64a90: Preparing
10:35:39 c19d253f7e38: Preparing
10:35:39 77e03f85d2e4: Preparing
10:35:39 f2fb0b2b95c0: Preparing
10:35:39 6e11bb54a3e7: Preparing
10:35:39 0ef95eb2ffdc: Preparing
10:35:39 fbccf7e0bf14: Preparing
10:35:39 f959987a84a5: Preparing
10:35:39 d49316e22e72: Preparing
10:35:39 152a218e6fec: Preparing
10:35:39 5a3f85f36006: Preparing
10:35:39 2a8b7fd42278: Preparing
10:35:39 6a1aa47d6606: Preparing
10:35:39 7b66164940a3: Preparing
10:35:39 c5728f2d608b: Preparing
10:35:39 03901b4a2ea8: Preparing
10:35:39 05f7b0d64a90: Waiting
10:35:39 77e03f85d2e4: Waiting
10:35:39 f2fb0b2b95c0: Waiting
10:35:39 6e11bb54a3e7: Waiting
10:35:39 0ef95eb2ffdc: Waiting
10:35:39 fbccf7e0bf14: Waiting
10:35:39 f959987a84a5: Waiting
10:35:39 d49316e22e72: Waiting
10:35:39 152a218e6fec: Waiting
10:35:39 5a3f85f36006: Waiting
10:35:39 2a8b7fd42278: Waiting
10:35:39 6a1aa47d6606: Waiting
10:35:39 7b66164940a3: Waiting
10:35:39 c5728f2d608b: Waiting
10:35:39 03901b4a2ea8: Waiting
10:35:39 c19d253f7e38: Waiting
10:35:41 d1651913a401: Pushed
10:35:41 9f0659d8622f: Pushed
10:35:42 cb9ac52ab26b: Pushed
10:35:43 05f7b0d64a90: Pushed
10:35:43 c19d253f7e38: Pushed
10:35:44 77e03f85d2e4: Pushed
10:35:44 f2fb0b2b95c0: Pushed
10:35:44 6e11bb54a3e7: Pushed
10:35:45 0ef95eb2ffdc: Pushed
10:35:46 f959987a84a5: Pushed
10:35:46 fbccf7e0bf14: Pushed
10:35:48 152a218e6fec: Pushed
10:35:49 2a8b7fd42278: Layer already exists
10:35:49 6a1aa47d6606: Layer already exists
10:35:49 7b66164940a3: Layer already exists
10:35:50 c5728f2d608b: Layer already exists
10:35:50 03901b4a2ea8: Layer already exists
10:35:51 a6c00ccc5b30: Pushed
10:35:51 d49316e22e72: Pushed
10:35:52 2292a0b44d97: Pushed
10:36:05 5a3f85f36006: Pushed
10:36:05 alpine-f2127369d96a2ecc88931a3101b526fe873c0caf: digest: sha256:cb09f8c01bd20bc96a9e3ee9a59754f3fb99b9bb3b34e781857ef52e70b9f846 size: 4715
[Pipeline] echo
10:36:05 dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-04278c236424e53dc) in /home/ubuntu/workspace/compose_PR-6647
[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-6647@tmp/fad30e94-e69d-4fce-b49a-6b3e517193b4/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:36:05 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf /code/script/test/versions.py -n 2 docker/docker-ce recent
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-04278c236424e53dc) in /home/ubuntu/workspace/compose_PR-6647
[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-6647@tmp/87914612-11dc-4b72-b735-b4a57ce5ef6d/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:36:07 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:36:07 chowning workspace
[Pipeline] sh
10:36:07 + uname -m
[Pipeline] sh
10:36:07 + pwd
10:36:07 + id -u
10:36:07 + id -g
10:36:07 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
10:36:09 Removing all docker containers
[Pipeline] sh
10:36:09 + docker container ls -aq
[Pipeline] echo
10:36:09 Docker containers have been removed
[Pipeline] echo
10:36:09 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:36:09 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "debian")
[Pipeline] checkout
10:36:09 using credential sf-release-bot.github.ssh
10:36:09 Cloning the remote Git repository
10:36:09 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
10:36:11 Fetching without tags
10:36:11 Checking out Revision f2127369d96a2ecc88931a3101b526fe873c0caf (PR-6647)
10:36:11 Commit message: "test exec on containers created with run"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2127369d96a2ecc88931a3101b526fe873c0caf
[Pipeline] sh
10:36:12 + docker pull dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf
10:36:12 Error response from daemon: manifest for dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf not found: manifest unknown: manifest unknown
[Pipeline] sh
10:36:12 + script/build/write-git-sha
10:36:12 + GIT_COMMIT=f2127369
10:36:12 + docker build -t dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf --target build --build-arg BUILD_PLATFORM=debian --build-arg GIT_COMMIT=f2127369d96a2ecc88931a3101b526fe873c0caf .
10:36:12 Sending build context to Docker daemon  1.867MB

10:36:12 Step 1/32 : ARG DOCKER_VERSION=18.09.7
10:36:12 Step 2/32 : ARG PYTHON_VERSION=3.7.4
10:36:12 Step 3/32 : ARG BUILD_ALPINE_VERSION=3.10
10:36:12 Step 4/32 : ARG BUILD_DEBIAN_VERSION=slim-stretch
10:36:12 Step 5/32 : ARG RUNTIME_ALPINE_VERSION=3.10.1
10:36:12 Step 6/32 : ARG RUNTIME_DEBIAN_VERSION=stretch-20190812-slim
10:36:12 Step 7/32 : ARG BUILD_PLATFORM=alpine
10:36:12 Step 8/32 : FROM docker:${DOCKER_VERSION} AS docker-cli
10:36:12  ---> 108a4437ed8c
10:36:12 Step 9/32 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build-alpine
10:36:12  ---> f309434dea3a
10:36:12 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:36:12  ---> Using cache
10:36:12  ---> d60bbeb23f60
10:36:12 Step 11/32 : ENV BUILD_BOOTLOADER=1
10:36:12  ---> Using cache
10:36:12  ---> f45bc0579c33
10:36:12 Step 12/32 : FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
10:36:12  ---> fad2b9f06d3b
10:36:12 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:36:12  ---> Using cache
10:36:12  ---> 63e3345a0957
10:36:12 Step 14/32 : FROM build-${BUILD_PLATFORM} AS build
10:36:12  ---> 63e3345a0957
10:36:12 Step 15/32 : COPY docker-compose-entrypoint.sh /usr/local/bin/
10:36:12  ---> 1ce84c87c044
10:36:12 Step 16/32 : ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
10:36:13  ---> Running in c45d196c5c1d
10:36:13 Removing intermediate container c45d196c5c1d
10:36:13  ---> 1adec043262f
10:36:13 Step 17/32 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
10:36:14  ---> 7a41592cdf5d
10:36:14 Step 18/32 : WORKDIR /code/
10:36:14  ---> Running in a1fcb488c5a5
10:36:14 Removing intermediate container a1fcb488c5a5
10:36:14  ---> b7435622646b
10:36:14 Step 19/32 : RUN pip install virtualenv==16.2.0
10:36:14  ---> Running in 8d7a87aa0bae
10:36:20 Collecting virtualenv==16.2.0
10:36:21   Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB)
10:36:22 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.4.0)
10:36:22 Installing collected packages: virtualenv
10:36:22 Successfully installed virtualenv-16.2.0
10:36:26 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
10:36:26 You should consider upgrading via the 'pip install --upgrade pip' command.
10:36:27 Removing intermediate container 8d7a87aa0bae
10:36:27  ---> 1885da3bdf7c
10:36:27 Step 20/32 : RUN pip install tox==2.9.1
10:36:27  ---> Running in f0891c7078f6
10:36:32 Collecting tox==2.9.1
10:36:33   Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB)
10:36:33 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:36:33 Collecting six
10:36:33   Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
10:36:33 Collecting py>=1.4.17
10:36:33   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
10:36:33 Collecting pluggy<1.0,>=0.3.0
10:36:33   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
10:36:33 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:36:33 Collecting importlib-metadata>=0.12; python_version < "3.8"
10:36:33   Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
10:36:33 Collecting zipp>=0.5
10:36:33   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
10:36:33 Collecting more-itertools
10:36:33   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
10:36:33 Installing collected packages: six, py, more-itertools, zipp, importlib-metadata, pluggy, tox
10:36:33 Successfully installed importlib-metadata-0.23 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 six-1.12.0 tox-2.9.1 zipp-0.6.0
10:36:33 WARNING: You are using pip version 19.3; however, version 19.3.1 is available.
10:36:33 You should consider upgrading via the 'pip install --upgrade pip' command.
10:36:34 Removing intermediate container f0891c7078f6
10:36:34  ---> 45707935e5fa
10:36:34 Step 21/32 : COPY requirements.txt .
10:36:34  ---> 470fa1fe897e
10:36:34 Step 22/32 : COPY requirements-dev.txt .
10:36:35  ---> ae932e11ea08
10:36:35 Step 23/32 : COPY .pre-commit-config.yaml .
10:36:35  ---> 0db9ed2d6ef5
10:36:35 Step 24/32 : COPY tox.ini .
10:36:35  ---> ec706e149b9e
10:36:35 Step 25/32 : COPY setup.py .
10:36:35  ---> ca84ee30bd43
10:36:35 Step 26/32 : COPY README.md .
10:36:36  ---> 56e2478a11a2
10:36:36 Step 27/32 : COPY compose compose/
10:36:36  ---> f5a22dbf1f1a
10:36:36 Step 28/32 : RUN tox --notest
10:36:36  ---> Running in 6e21b7a2dbb6
10:36:37 py27 create: /code/.tox/py27
10:36:49 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt
10:37:08 py27 develop-inst: /code
10:37:16 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.1,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.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
10:37:16 py37 create: /code/.tox/py37
10:37:26 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt
10:37:44 py37 develop-inst: /code
10:37:44 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.1,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.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0
10:37:44 pre-commit create: /code/.tox/pre-commit
10:37:56 pre-commit installdeps: pre-commit
10:38:09 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0
10:38:09 ___________________________________ summary ____________________________________
10:38:09   py27: skipped tests
10:38:09   py37: skipped tests
10:38:09   pre-commit: skipped tests
10:38:09   congratulations :)
10:38:10 Removing intermediate container 6e21b7a2dbb6
10:38:10  ---> b62726dc06a7
10:38:10 Step 29/32 : COPY . .
10:38:10  ---> 8ab3cc5940f2
10:38:10 Step 30/32 : ARG GIT_COMMIT=unknown
10:38:10  ---> Running in 6919837e4349
10:38:11 Removing intermediate container 6919837e4349
10:38:11  ---> c5649b27cec1
10:38:11 Step 31/32 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT
10:38:11  ---> Running in aeddce0bb92a
10:38:11 Removing intermediate container aeddce0bb92a
10:38:11  ---> 315678cd4e6b
10:38:11 Step 32/32 : RUN script/build/linux-entrypoint
10:38:11  ---> Running in 65cfed0ae5e7
10:38:12 + CODE_PATH=/code
10:38:12 + VENV=/code/.tox/py37
10:38:12 + cd /code
10:38:12 + mkdir -p dist
10:38:12 + chmod 777 dist
10:38:12 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
10:38:30 + '[' -z f2127369d96a2ecc88931a3101b526fe873c0caf ']'
10:38:30 + echo f2127369d96a2ecc88931a3101b526fe873c0caf
10:38:30 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:38:30 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:38:30 + '[' '!' -z '' ']'
10:38:30 + echo 'NOT compiling bootloader!!!'
10:38:30 NOT compiling bootloader!!!
10:38:30 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
10:38:30 38 INFO: PyInstaller: 3.5
10:38:30 38 INFO: Python: 3.7.4
10:38:30 39 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
10:38:30 40 INFO: UPX is not available.
10:38:30 41 INFO: Extending PYTHONPATH with paths
10:38:30 ['/code/bin', '/code']
10:38:30 42 INFO: checking Analysis
10:38:30 42 INFO: Building Analysis because Analysis-00.toc is non existent
10:38:30 42 INFO: Initializing module dependency graph...
10:38:30 43 INFO: Initializing module graph hooks...
10:38:30 44 INFO: Analyzing base_library.zip ...
10:38:33 2612 INFO: running Analysis Analysis-00.toc
10:38:33 2630 INFO: Caching module hooks...
10:38:33 2634 INFO: Analyzing bin/docker-compose
10:38:33 2723 INFO: Processing pre-find module path hook   distutils
10:38:33 2723 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
10:38:33 2895 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
10:38:34 3746 INFO: Processing pre-safe import module hook   six.moves
10:38:36 6175 INFO: Loading module hooks...
10:38:36 6175 INFO: Loading module hook "hook-certifi.py"...
10:38:36 6176 INFO: Loading module hook "hook-jsonschema.py"...
10:38:36 6178 INFO: Loading module hook "hook-xml.py"...
10:38:36 6217 INFO: Loading module hook "hook-nacl.py"...
10:38:36 6219 INFO: Loading module hook "hook-distutils.py"...
10:38:36 6221 INFO: Loading module hook "hook-pkg_resources.py"...
10:38:37 6487 INFO: Processing pre-safe import module hook   win32com
10:38:37 6542 INFO: Loading module hook "hook-pydoc.py"...
10:38:37 6543 INFO: Loading module hook "hook-sysconfig.py"...
10:38:37 6549 INFO: Loading module hook "hook-encodings.py"...
10:38:37 6588 INFO: Loading module hook "hook-cryptography.py"...
10:38:37 6749 INFO: Looking for ctypes DLLs
10:38:37 6780 INFO: Analyzing run-time hooks ...
10:38:37 6788 INFO: Including run-time hook 'pyi_rth_certifi.py'
10:38:37 6789 INFO: Including run-time hook 'pyi_rth_pkgres.py'
10:38:37 6798 INFO: Looking for dynamic libraries
10:38:37 7324 INFO: Looking for eggs
10:38:37 7325 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
10:38:37 7334 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
10:38:37 7385 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
10:38:37 7407 INFO: checking PYZ
10:38:37 7407 INFO: Building PYZ because PYZ-00.toc is non existent
10:38:37 7407 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
10:38:38 8078 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
10:38:38 8092 INFO: checking PKG
10:38:38 8092 INFO: Building PKG because PKG-00.toc is non existent
10:38:38 8092 INFO: Building PKG (CArchive) PKG-00.pkg
10:38:48 17834 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
10:38:48 17838 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
10:38:48 17838 INFO: checking EXE
10:38:48 17838 INFO: Building EXE because EXE-00.toc is non existent
10:38:48 17838 INFO: Building EXE from EXE-00.toc
10:38:48 17838 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
10:38:48 17911 INFO: Building EXE from EXE-00.toc completed successfully.
10:38:48 + ls -la dist/
10:38:48 total 16644
10:38:48 drwxrwxrwx 2 root root     4096 Oct 23 10:38 .
10:38:48 drwxr-xr-x 1 root root     4096 Oct 23 10:38 ..
10:38:48 -rwxr-xr-x 1 root root 17027352 Oct 23 10:38 docker-compose
10:38:48 + ldd dist/docker-compose
10:38:48 	linux-vdso.so.1 (0x00007fff7cfaa000)
10:38:48 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f1177344000)
10:38:48 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f117712a000)
10:38:48 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f1176d8b000)
10:38:48 	/lib64/ld-linux-x86-64.so.2 (0x00007f1177548000)
10:38:48 + mv dist/docker-compose /usr/local/bin
10:38:48 + docker-compose version
10:38:48 docker-compose version 1.25.0dev, build f2127369d96a2ecc88931a3101b526fe873c0caf
10:38:48 docker-py version: 4.1.0
10:38:48 CPython version: 3.7.4
10:38:48 OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
10:38:50 Removing intermediate container 65cfed0ae5e7
10:38:50  ---> d3b64f767404
10:38:50 Successfully built d3b64f767404
10:38:50 Successfully tagged dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf
[Pipeline] sh
10:38:50 + docker push dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf
10:38:50 The push refers to repository [docker.io/dockerbuildbot/compose]
10:38:50 5845d4b77b65: Preparing
10:38:50 6fc686976605: Preparing
10:38:50 1a1c3243e377: Preparing
10:38:50 f082897c313f: Preparing
10:38:50 096668160a9a: Preparing
10:38:50 843e2c0889af: Preparing
10:38:50 de134f0711fe: Preparing
10:38:50 9290a414530f: Preparing
10:38:50 616c10b651fc: Preparing
10:38:50 dbd1d2fc33fa: Preparing
10:38:50 f4b439ea250c: Preparing
10:38:50 fe886e71d90d: Preparing
10:38:50 cdb28c44909a: Preparing
10:38:50 af9a7cc1fb1f: Preparing
10:38:50 b59667dee80f: Preparing
10:38:50 ff474c0e1121: Preparing
10:38:50 99a2e7cd1f0d: Preparing
10:38:50 a8f0218d77da: Preparing
10:38:50 b3edacbcd846: Preparing
10:38:50 896510bee743: Preparing
10:38:50 67ecfc9591c8: Preparing
10:38:50 843e2c0889af: Waiting
10:38:50 de134f0711fe: Waiting
10:38:50 9290a414530f: Waiting
10:38:50 616c10b651fc: Waiting
10:38:50 dbd1d2fc33fa: Waiting
10:38:50 f4b439ea250c: Waiting
10:38:50 fe886e71d90d: Waiting
10:38:50 cdb28c44909a: Waiting
10:38:50 af9a7cc1fb1f: Waiting
10:38:50 b59667dee80f: Waiting
10:38:50 ff474c0e1121: Waiting
10:38:50 99a2e7cd1f0d: Waiting
10:38:50 a8f0218d77da: Waiting
10:38:50 b3edacbcd846: Waiting
10:38:50 896510bee743: Waiting
10:38:50 67ecfc9591c8: Waiting
10:38:52 f082897c313f: Pushed
10:38:52 096668160a9a: Pushed
10:38:53 6fc686976605: Pushed
10:38:54 843e2c0889af: Pushed
10:38:54 de134f0711fe: Pushed
10:38:55 9290a414530f: Pushed
10:38:55 616c10b651fc: Pushed
10:38:56 dbd1d2fc33fa: Pushed
10:38:56 f4b439ea250c: Pushed
10:38:57 5845d4b77b65: Pushed
10:38:58 cdb28c44909a: Pushed
10:38:58 fe886e71d90d: Pushed
10:38:59 99a2e7cd1f0d: Layer already exists
10:38:59 a8f0218d77da: Layer already exists
10:39:00 b59667dee80f: Pushed
10:39:00 b3edacbcd846: Layer already exists
10:39:01 67ecfc9591c8: Layer already exists
10:39:01 896510bee743: Layer already exists
10:39:02 af9a7cc1fb1f: Pushed
10:39:03 1a1c3243e377: Pushed
10:39:15 ff474c0e1121: Pushed
10:39:17 debian-f2127369d96a2ecc88931a3101b526fe873c0caf: digest: sha256:159217f291b488d97c8617dae6edb2ed52cc9b5be9cb137c0bcfd6ea2738311c size: 4718
[Pipeline] echo
10:39:17 dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
image.id: dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-04278c236424e53dc) in /home/ubuntu/workspace/compose_PR-6647
[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-6647@tmp/5ea8193b-17ea-434d-823b-d1479ed9f9ff/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:39:18 + docker run --rm --entrypoint=/code/.tox/py27/bin/python dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf /code/script/test/versions.py -n 2 docker/docker-ce recent
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: alpine_19.03.4_py27)
[Pipeline] { (Branch: alpine_19.03.4_py37)
[Pipeline] { (Branch: alpine_18.09.9_py27)
[Pipeline] { (Branch: alpine_18.09.9_py37)
[Pipeline] { (Branch: debian_19.03.4_py27)
[Pipeline] { (Branch: debian_19.03.4_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
Running on ubuntu-1804-overlay2 (i-04278c236424e53dc) in /home/ubuntu/workspace/compose_PR-6647
[Pipeline] node
[Pipeline] node
[Pipeline] {
[Pipeline] withDockerRegistry
Running on ubuntu-1804-overlay2 (i-0b97878610628fbf7) in /home/ubuntu/workspace/compose_PR-6647
Running on ubuntu-1804-overlay2 (i-031cfc4492532ee15) in /home/ubuntu/workspace/compose_PR-6647
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on ubuntu-1804-overlay2 (i-005bc160f6636186a) in /home/ubuntu/workspace/compose_PR-6647
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/42326e8b-099b-4943-ad51-b1320777eaff/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] {
[Pipeline] wrap
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/c633a99b-7268-4301-8bf9-947f9ba7a5f6/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/997006ab-d277-417b-a8b7-623806098e04/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/a998b894-e881-4c5d-a750-ad58fa0e26ad/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] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
10:39:20 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:39:20 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
10:39:20 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:39:20 chowning workspace
[Pipeline] sh
[Pipeline] echo
10:39:20 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:39:20 chowning workspace
[Pipeline] sh
[Pipeline] echo
10:39:20 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:39:20 chowning workspace
[Pipeline] sh
10:39:20 + uname -m
[Pipeline] sh
10:39:20 + uname -m
[Pipeline] sh
10:39:20 + uname -m
[Pipeline] sh
10:39:20 + uname -m
[Pipeline] sh
10:39:21 + pwd
10:39:21 + id -u
10:39:21 + id -g
10:39:21 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
10:39:21 + pwd
10:39:21 + id -u
10:39:21 + id -g
10:39:21 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
10:39:21 + pwd
10:39:21 + id -u
10:39:21 + id -g
10:39:21 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
10:39:21 + pwd
10:39:21 + id -u
10:39:21 + id -g
10:39:21 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
10:39:21 Unable to find image 'busybox:latest' locally
10:39:21 latest: Pulling from library/busybox
10:39:21 7c9d20b9b6cd: Pulling fs layer
10:39:21 7c9d20b9b6cd: Verifying Checksum
10:39:21 7c9d20b9b6cd: Download complete
10:39:21 7c9d20b9b6cd: Pull complete
10:39:21 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
10:39:21 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
10:39:22 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
10:39:22 Removing all docker containers
[Pipeline] sh
10:39:22 + docker container ls -aq
[Pipeline] echo
10:39:22 Docker containers have been removed
[Pipeline] echo
10:39:22 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:39:22 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=19.03.4 / baseImage=alpine)
[Pipeline] checkout
10:39:22 + docker container ls -aq
10:39:22 using credential sf-release-bot.github.ssh
[Pipeline] echo
10:39:22 Docker containers have been removed
[Pipeline] echo
10:39:22 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:39:22 Cloning the remote Git repository
10:39:22 Cloning with configured refspecs honoured and without tags
10:39:22 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=19.03.4 / baseImage=alpine)
[Pipeline] checkout
10:39:22 using credential sf-release-bot.github.ssh
10:39:22 Cloning the remote Git repository
10:39:22 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
10:39:22 Removing all docker containers
[Pipeline] sh
10:39:22 + docker container ls -aq
[Pipeline] echo
10:39:22 Docker containers have been removed
[Pipeline] echo
10:39:22 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:39:22 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=alpine)
[Pipeline] checkout
10:39:22 using credential sf-release-bot.github.ssh
10:39:22 Cloning the remote Git repository
10:39:22 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
10:39:23 Removing all docker containers
[Pipeline] sh
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
10:39:23 + docker container ls -aq
[Pipeline] echo
10:39:23 Docker containers have been removed
[Pipeline] echo
10:39:23 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:39:23 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=alpine)
[Pipeline] checkout
10:39:23 using credential sf-release-bot.github.ssh
10:39:23 Cloning the remote Git repository
10:39:23 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
10:39:24 Fetching without tags
10:39:24 Fetching without tags
10:39:24 Checking out Revision f2127369d96a2ecc88931a3101b526fe873c0caf (PR-6647)
10:39:24 Commit message: "test exec on containers created with run"
10:39:24 Checking out Revision f2127369d96a2ecc88931a3101b526fe873c0caf (PR-6647)
10:39:24 Commit message: "test exec on containers created with run"
10:39:24 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2127369d96a2ecc88931a3101b526fe873c0caf
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2127369d96a2ecc88931a3101b526fe873c0caf
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
10:39:24 Checking out Revision f2127369d96a2ecc88931a3101b526fe873c0caf (PR-6647)
10:39:24 Commit message: "test exec on containers created with run"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2127369d96a2ecc88931a3101b526fe873c0caf
[Pipeline] sh
[Pipeline] sh
10:39:25 + awk -F :  $1 == "Storage Driver" { print $2; exit }
10:39:25 + docker info
10:39:25 WARNING: No swap limit support
[Pipeline] echo
10:39:25 Using local system's storage driver: 
[Pipeline] sh
[Pipeline] sh
10:39:25 + docker info
10:39:25 + awk -F :  $1 == "Storage Driver" { print $2; exit }
10:39:25 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
10:39:25 + pwd
10:39:25 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.4 -e BUILD_NUMBER=jenkins-compose-PR-6647-3 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf --verbose
10:39:25 Unable to find image 'dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf' locally
10:39:25 alpine-f2127369d96a2ecc88931a3101b526fe873c0caf: Pulling from dockerbuildbot/compose
10:39:25 9d48c3bd43c5: Pulling fs layer
10:39:25 c0ea575d71b9: Pulling fs layer
10:39:25 0f535eceebd5: Pulling fs layer
10:39:25 8a30f5893bea: Pulling fs layer
10:39:25 287089fe229e: Pulling fs layer
10:39:25 e0454fda8698: Pulling fs layer
10:39:25 dd573237c157: Pulling fs layer
10:39:25 79190234756b: Pulling fs layer
10:39:25 2c92bb27afbf: Pulling fs layer
10:39:25 5f8950e7fa99: Pulling fs layer
10:39:25 45e670d5d03e: Pulling fs layer
10:39:25 e25ce63fa266: Pulling fs layer
10:39:25 904884921de7: Pulling fs layer
10:39:25 b6a5f265542b: Pulling fs layer
10:39:25 b418620d2b4c: Pulling fs layer
10:39:25 a54a51d2279f: Pulling fs layer
10:39:25 5c16ca6415a3: Pulling fs layer
10:39:25 8c61c65d4232: Pulling fs layer
10:39:25 7e5ed16a219c: Pulling fs layer
10:39:25 26b1ac1514ee: Pulling fs layer
10:39:25 c2482eab6665: Pulling fs layer
10:39:25 dd573237c157: Waiting
10:39:25 79190234756b: Waiting
10:39:25 2c92bb27afbf: Waiting
10:39:25 5f8950e7fa99: Waiting
10:39:25 45e670d5d03e: Waiting
10:39:25 e25ce63fa266: Waiting
10:39:25 904884921de7: Waiting
10:39:25 b6a5f265542b: Waiting
10:39:25 b418620d2b4c: Waiting
10:39:25 a54a51d2279f: Waiting
10:39:25 5c16ca6415a3: Waiting
10:39:25 8c61c65d4232: Waiting
10:39:25 7e5ed16a219c: Waiting
10:39:25 26b1ac1514ee: Waiting
10:39:25 c2482eab6665: Waiting
10:39:25 8a30f5893bea: Waiting
10:39:25 287089fe229e: Waiting
10:39:25 e0454fda8698: Waiting
10:39:25 + docker info
10:39:25 + awk -F :  $1 == "Storage Driver" { print $2; exit }
10:39:25 WARNING: No swap limit support
[Pipeline] echo
10:39:25 Using local system's storage driver: 
[Pipeline] sh
10:39:25 Checking out Revision f2127369d96a2ecc88931a3101b526fe873c0caf (PR-6647)
10:39:25 9d48c3bd43c5: Verifying Checksum
10:39:25 9d48c3bd43c5: Download complete
10:39:25 c0ea575d71b9: Verifying Checksum
10:39:25 c0ea575d71b9: Download complete
10:39:25 8a30f5893bea: Verifying Checksum
10:39:25 8a30f5893bea: Download complete
10:39:25 287089fe229e: Verifying Checksum
10:39:25 287089fe229e: Download complete
10:39:25 + pwd
10:39:25 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6647-3 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf --verbose
10:39:25 Commit message: "test exec on containers created with run"
10:39:26 0f535eceebd5: Verifying Checksum
10:39:26 0f535eceebd5: Download complete
10:39:26 dd573237c157: Verifying Checksum
10:39:26 dd573237c157: Download complete
10:39:26 9d48c3bd43c5: Pull complete
10:39:26 2c92bb27afbf: Verifying Checksum
10:39:26 2c92bb27afbf: Download complete
10:39:26 79190234756b: Verifying Checksum
10:39:26 79190234756b: Download complete
10:39:26 WARNING: No swap limit support
[Pipeline] echo
10:39:26 Using local system's storage driver: 
[Pipeline] sh
10:39:26 + docker version
[Pipeline] sh
10:39:26 45e670d5d03e: Verifying Checksum
10:39:26 45e670d5d03e: Download complete
10:39:26 5f8950e7fa99: Verifying Checksum
10:39:26 5f8950e7fa99: Download complete
10:39:26 c0ea575d71b9: Pull complete
10:39:26 904884921de7: Verifying Checksum
10:39:26 904884921de7: Download complete
10:39:26 e25ce63fa266: Verifying Checksum
10:39:26 e25ce63fa266: Download complete
10:39:26 b418620d2b4c: Verifying Checksum
10:39:26 b418620d2b4c: Download complete
10:39:26 b6a5f265542b: Verifying Checksum
10:39:26 b6a5f265542b: Download complete
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2127369d96a2ecc88931a3101b526fe873c0caf
10:39:26 + pwd
10:39:26 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.4 -e BUILD_NUMBER=jenkins-compose-PR-6647-3 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf --verbose
10:39:26 Unable to find image 'dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf' locally
10:39:26 alpine-f2127369d96a2ecc88931a3101b526fe873c0caf: Pulling from dockerbuildbot/compose
10:39:26 9d48c3bd43c5: Already exists
10:39:26 c0ea575d71b9: Pulling fs layer
10:39:26 0f535eceebd5: Pulling fs layer
10:39:26 8a30f5893bea: Pulling fs layer
10:39:26 287089fe229e: Pulling fs layer
10:39:26 e0454fda8698: Pulling fs layer
10:39:26 dd573237c157: Pulling fs layer
10:39:26 79190234756b: Pulling fs layer
10:39:26 2c92bb27afbf: Pulling fs layer
10:39:26 5f8950e7fa99: Pulling fs layer
10:39:26 45e670d5d03e: Pulling fs layer
10:39:26 e25ce63fa266: Pulling fs layer
10:39:26 904884921de7: Pulling fs layer
10:39:26 b6a5f265542b: Pulling fs layer
10:39:26 b418620d2b4c: Pulling fs layer
10:39:26 a54a51d2279f: Pulling fs layer
10:39:26 5c16ca6415a3: Pulling fs layer
10:39:26 8c61c65d4232: Pulling fs layer
10:39:26 7e5ed16a219c: Pulling fs layer
10:39:26 26b1ac1514ee: Pulling fs layer
10:39:26 c2482eab6665: Pulling fs layer
10:39:26 dd573237c157: Waiting
10:39:26 79190234756b: Waiting
10:39:26 2c92bb27afbf: Waiting
10:39:26 5f8950e7fa99: Waiting
10:39:26 45e670d5d03e: Waiting
10:39:26 e25ce63fa266: Waiting
10:39:26 904884921de7: Waiting
10:39:26 b6a5f265542b: Waiting
10:39:26 b418620d2b4c: Waiting
10:39:26 a54a51d2279f: Waiting
10:39:26 5c16ca6415a3: Waiting
10:39:26 8c61c65d4232: Waiting
10:39:26 7e5ed16a219c: Waiting
10:39:26 26b1ac1514ee: Waiting
10:39:26 c2482eab6665: Waiting
10:39:26 287089fe229e: Waiting
10:39:26 e0454fda8698: Waiting
10:39:26 Client: Docker Engine - Community
10:39:26  Version:           18.09.7
10:39:26  API version:       1.39
10:39:26  Go version:        go1.10.8
10:39:26  Git commit:        2d0083d
10:39:26  Built:             Thu Jun 27 17:54:15 2019
10:39:26  OS/Arch:           linux/amd64
10:39:26  Experimental:      false
10:39:26 
10:39:26 Server: Docker Engine - Community
10:39:26  Engine:
10:39:26   Version:          19.03.2
10:39:26   API version:      1.40 (minimum version 1.12)
10:39:26   Go version:       go1.12.8
10:39:26   Git commit:       6a30dfc
10:39:26   Built:            Thu Aug 29 05:27:45 2019
10:39:26   OS/Arch:          linux/amd64
10:39:26   Experimental:     true
10:39:26  containerd:
10:39:26   Version:          1.2.6
10:39:26   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
10:39:26  runc:
10:39:26   Version:          1.0.0-rc8
10:39:26   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
10:39:26  docker-init:
10:39:26   Version:          0.18.0
10:39:26   GitCommit:        fec3683
10:39:26 + export DOCKER_VERSIONS=18.09.9
10:39:26 + DOCKER_VERSIONS=18.09.9
10:39:26 + STORAGE_DRIVER=overlay
10:39:26 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
10:39:26 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
10:39:26 ++ hostname
10:39:26 + GIT_VOLUME=--volumes-from=5a462e1e0849
10:39:26 + . script/test/all
10:39:26 ++ set -e
10:39:26 ++ echo 'Running lint checks'
10:39:26 Running lint checks
10:39:26 ++ docker run --rm --tty --volumes-from=5a462e1e0849 dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf tox -e pre-commit
10:39:26 5c16ca6415a3: Verifying Checksum
10:39:26 5c16ca6415a3: Download complete
10:39:26 a54a51d2279f: Verifying Checksum
10:39:26 a54a51d2279f: Download complete
10:39:26 8c61c65d4232: Verifying Checksum
10:39:26 8c61c65d4232: Download complete
10:39:26 + docker info
10:39:26 + awk -F :  $1 == "Storage Driver" { print $2; exit }
10:39:26 8a30f5893bea: Verifying Checksum
10:39:26 8a30f5893bea: Download complete
10:39:26 c0ea575d71b9: Download complete
10:39:27 e0454fda8698: Download complete
10:39:27 26b1ac1514ee: Verifying Checksum
10:39:27 26b1ac1514ee: Download complete
10:39:27 287089fe229e: Verifying Checksum
10:39:27 287089fe229e: Download complete
10:39:27 c0ea575d71b9: Pull complete
10:39:27 0f535eceebd5: Verifying Checksum
10:39:27 0f535eceebd5: Download complete
10:39:27 dd573237c157: Verifying Checksum
10:39:27 dd573237c157: Download complete
10:39:27 2c92bb27afbf: Verifying Checksum
10:39:27 2c92bb27afbf: Download complete
10:39:27 c2482eab6665: Verifying Checksum
10:39:27 c2482eab6665: Download complete
10:39:27 7e5ed16a219c: Verifying Checksum
10:39:27 7e5ed16a219c: Download complete
10:39:27 79190234756b: Verifying Checksum
10:39:27 79190234756b: Download complete
10:39:27 45e670d5d03e: Verifying Checksum
10:39:27 45e670d5d03e: Download complete
10:39:27 e25ce63fa266: Verifying Checksum
10:39:27 e25ce63fa266: Download complete
10:39:27 5f8950e7fa99: Verifying Checksum
10:39:27 5f8950e7fa99: Download complete
10:39:27 904884921de7: Verifying Checksum
10:39:27 904884921de7: Download complete
10:39:27 b6a5f265542b: Verifying Checksum
10:39:27 b6a5f265542b: Download complete
10:39:28 b418620d2b4c: Verifying Checksum
10:39:28 b418620d2b4c: Download complete
10:39:28 a54a51d2279f: Verifying Checksum
10:39:28 a54a51d2279f: Download complete
10:39:28 e0454fda8698: Verifying Checksum
10:39:28 e0454fda8698: Download complete
10:39:28 5c16ca6415a3: Verifying Checksum
10:39:28 5c16ca6415a3: Download complete
10:39:28 26b1ac1514ee: Verifying Checksum
10:39:28 26b1ac1514ee: Download complete
10:39:28 8c61c65d4232: Verifying Checksum
10:39:28 8c61c65d4232: Download complete
10:39:28 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

10:39:28 pre-commit runtests: PYTHONHASHSEED='938241775'

10:39:28 pre-commit runtests: commands[0] | pre-commit install

10:39:28 pre-commit installed at .git/hooks/pre-commit

10:39:28 pre-commit runtests: commands[1] | pre-commit run --all-files

10:39:28 0f535eceebd5: Pull complete
10:39:28 7e5ed16a219c: Verifying Checksum
10:39:28 7e5ed16a219c: Download complete
10:39:28 [WARNING] Unexpected key(s) present on git://github.com/pre-commit/pre-commit-hooks: sha

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

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

10:39:28 8a30f5893bea: Pull complete
10:39:29 c2482eab6665: Verifying Checksum
10:39:29 c2482eab6665: Download complete
10:39:29 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

10:39:29 287089fe229e: Pull complete
10:39:29 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

10:39:29 [INFO] Once installed this environment will be reused.

10:39:29 [INFO] This may take a few minutes...

10:39:29 0f535eceebd5: Pull complete
10:39:29 8a30f5893bea: Pull complete
10:39:29 287089fe229e: Pull complete
10:39:32 e0454fda8698: Pull complete
10:39:32 dd573237c157: Pull complete
10:39:32 79190234756b: Pull complete
10:39:32 2c92bb27afbf: Pull complete
10:39:33 5f8950e7fa99: Pull complete
10:39:33 e0454fda8698: Pull complete
10:39:33 dd573237c157: Pull complete
10:39:33 45e670d5d03e: Pull complete
10:39:33 e25ce63fa266: Pull complete
10:39:33 904884921de7: Pull complete
10:39:33 b6a5f265542b: Pull complete
10:39:33 b418620d2b4c: Pull complete
10:39:33 a54a51d2279f: Pull complete
10:39:33 79190234756b: Pull complete
10:39:33 5c16ca6415a3: Pull complete
10:39:33 8c61c65d4232: Pull complete
10:39:34 2c92bb27afbf: Pull complete
10:39:34 5f8950e7fa99: Pull complete
10:39:34 45e670d5d03e: Pull complete
10:39:34 e25ce63fa266: Pull complete
10:39:34 904884921de7: Pull complete
10:39:34 b6a5f265542b: Pull 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’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&amd64&&!zfs’
10:39:34 b418620d2b4c: Pull complete
10:39:34 a54a51d2279f: Pull complete
10:39:34 5c16ca6415a3: Pull complete
10:39:35 8c61c65d4232: Pull complete
10:39:36 7e5ed16a219c: Pull complete
10:39:36 26b1ac1514ee: Pull complete
10:39:37 c2482eab6665: Pull complete
10:39:37 Digest: sha256:cb09f8c01bd20bc96a9e3ee9a59754f3fb99b9bb3b34e781857ef52e70b9f846
10:39:37 Status: Downloaded newer image for dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf
10:39:37 7e5ed16a219c: Pull complete
10:39:37 26b1ac1514ee: Pull complete
10:39:37 c2482eab6665: Pull complete
10:39:37 Digest: sha256:cb09f8c01bd20bc96a9e3ee9a59754f3fb99b9bb3b34e781857ef52e70b9f846
10:39:37 Status: Downloaded newer image for dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf
10:39:39 WARNING: No swap limit support
[Pipeline] echo
10:39:39 Using local system's storage driver: 
[Pipeline] sh
10:39:39 + pwd
10:39:39 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6647-3 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf --verbose
10:39:39 Unable to find image 'dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf' locally
10:39:39 alpine-f2127369d96a2ecc88931a3101b526fe873c0caf: Pulling from dockerbuildbot/compose
10:39:39 9d48c3bd43c5: Already exists
10:39:39 c0ea575d71b9: Pulling fs layer
10:39:39 0f535eceebd5: Pulling fs layer
10:39:39 8a30f5893bea: Pulling fs layer
10:39:39 287089fe229e: Pulling fs layer
10:39:39 e0454fda8698: Pulling fs layer
10:39:39 dd573237c157: Pulling fs layer
10:39:39 79190234756b: Pulling fs layer
10:39:39 2c92bb27afbf: Pulling fs layer
10:39:39 5f8950e7fa99: Pulling fs layer
10:39:39 45e670d5d03e: Pulling fs layer
10:39:39 e25ce63fa266: Pulling fs layer
10:39:39 904884921de7: Pulling fs layer
10:39:39 b6a5f265542b: Pulling fs layer
10:39:39 b418620d2b4c: Pulling fs layer
10:39:39 a54a51d2279f: Pulling fs layer
10:39:39 5c16ca6415a3: Pulling fs layer
10:39:39 8c61c65d4232: Pulling fs layer
10:39:39 7e5ed16a219c: Pulling fs layer
10:39:39 26b1ac1514ee: Pulling fs layer
10:39:39 c2482eab6665: Pulling fs layer
10:39:39 904884921de7: Waiting
10:39:39 287089fe229e: Waiting
10:39:39 b6a5f265542b: Waiting
10:39:39 b418620d2b4c: Waiting
10:39:39 e0454fda8698: Waiting
10:39:39 a54a51d2279f: Waiting
10:39:39 dd573237c157: Waiting
10:39:39 5c16ca6415a3: Waiting
10:39:39 8c61c65d4232: Waiting
10:39:39 79190234756b: Waiting
10:39:39 7e5ed16a219c: Waiting
10:39:39 26b1ac1514ee: Waiting
10:39:39 2c92bb27afbf: Waiting
10:39:39 5f8950e7fa99: Waiting
10:39:39 45e670d5d03e: Waiting
10:39:39 e25ce63fa266: Waiting
10:39:39 c2482eab6665: Waiting
10:39:39 8a30f5893bea: Verifying Checksum
10:39:39 8a30f5893bea: Download complete
10:39:39 c0ea575d71b9: Verifying Checksum
10:39:39 c0ea575d71b9: Download complete
10:39:39 287089fe229e: Verifying Checksum
10:39:39 287089fe229e: Download complete
10:39:39 dd573237c157: Verifying Checksum
10:39:39 dd573237c157: Download complete
10:39:39 c0ea575d71b9: Pull complete
10:39:40 0f535eceebd5: Verifying Checksum
10:39:40 0f535eceebd5: Download complete
10:39:40 2c92bb27afbf: Verifying Checksum
10:39:40 2c92bb27afbf: Download complete
10:39:40 + docker version
10:39:40 Client: Docker Engine - Community
10:39:40  Version:           18.09.7
10:39:40  API version:       1.39
10:39:40  Go version:        go1.10.8
10:39:40  Git commit:        2d0083d
10:39:40  Built:             Thu Jun 27 17:54:15 2019
10:39:40  OS/Arch:           linux/amd64
10:39:40  Experimental:      false
10:39:40 
10:39:40 Server: Docker Engine - Community
10:39:40  Engine:
10:39:40   Version:          19.03.2
10:39:40   API version:      1.40 (minimum version 1.12)
10:39:40   Go version:       go1.12.8
10:39:40   Git commit:       6a30dfc
10:39:40   Built:            Thu Aug 29 05:27:45 2019
10:39:40   OS/Arch:          linux/amd64
10:39:40   Experimental:     true
10:39:40  containerd:
10:39:40   Version:          1.2.6
10:39:40   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
10:39:40  runc:
10:39:40   Version:          1.0.0-rc8
10:39:40   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
10:39:40  docker-init:
10:39:40   Version:          0.18.0
10:39:40   GitCommit:        fec3683
10:39:40 + export DOCKER_VERSIONS=19.03.4
10:39:40 + DOCKER_VERSIONS=19.03.4
10:39:40 + STORAGE_DRIVER=overlay
10:39:40 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
10:39:40 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
10:39:40 ++ hostname
10:39:40 + GIT_VOLUME=--volumes-from=a7932755e593
10:39:40 + . script/test/all
10:39:40 ++ set -e
10:39:40 ++ echo 'Running lint checks'
10:39:40 Running lint checks
10:39:40 ++ docker run --rm --tty --volumes-from=a7932755e593 dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf tox -e pre-commit
10:39:40 79190234756b: Verifying Checksum
10:39:40 79190234756b: Download complete
10:39:40 5f8950e7fa99: Verifying Checksum
10:39:40 5f8950e7fa99: Download complete
10:39:40 45e670d5d03e: Verifying Checksum
10:39:40 45e670d5d03e: Download complete
10:39:40 904884921de7: Verifying Checksum
10:39:40 904884921de7: Download complete
10:39:40 e25ce63fa266: Verifying Checksum
10:39:40 e25ce63fa266: Download complete
10:39:40 b6a5f265542b: Verifying Checksum
10:39:40 b6a5f265542b: Download complete
10:39:40 b418620d2b4c: Verifying Checksum
10:39:40 b418620d2b4c: Download complete
10:39:40 a54a51d2279f: Verifying Checksum
10:39:40 a54a51d2279f: Download complete
10:39:40 5c16ca6415a3: Verifying Checksum
10:39:40 5c16ca6415a3: Download complete
10:39:40 8c61c65d4232: Verifying Checksum
10:39:40 8c61c65d4232: Download complete
10:39:41 26b1ac1514ee: Verifying Checksum
10:39:41 26b1ac1514ee: Download complete
10:39:41 e0454fda8698: Verifying Checksum
10:39:41 e0454fda8698: Download complete
10:39:41 7e5ed16a219c: Verifying Checksum
10:39:41 7e5ed16a219c: Download complete
10:39:41 c2482eab6665: Verifying Checksum
10:39:41 c2482eab6665: Download complete
10:39:42 + docker version
10:39:42 Client: Docker Engine - Community
10:39:42  Version:           18.09.7
10:39:42  API version:       1.39
10:39:42  Go version:        go1.10.8
10:39:42  Git commit:        2d0083d
10:39:42  Built:             Thu Jun 27 17:54:15 2019
10:39:42  OS/Arch:           linux/amd64
10:39:42  Experimental:      false
10:39:42 
10:39:42 Server: Docker Engine - Community
10:39:42  Engine:
10:39:42   Version:          19.03.2
10:39:42   API version:      1.40 (minimum version 1.12)
10:39:42   Go version:       go1.12.8
10:39:42   Git commit:       6a30dfc
10:39:42   Built:            Thu Aug 29 05:27:45 2019
10:39:42   OS/Arch:          linux/amd64
10:39:42   Experimental:     true
10:39:42  containerd:
10:39:42   Version:          1.2.6
10:39:42   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
10:39:42  runc:
10:39:42   Version:          1.0.0-rc8
10:39:42   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
10:39:42  docker-init:
10:39:42   Version:          0.18.0
10:39:42   GitCommit:        fec3683
10:39:42 + export DOCKER_VERSIONS=19.03.4
10:39:42 + DOCKER_VERSIONS=19.03.4
10:39:42 + STORAGE_DRIVER=overlay
10:39:42 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
10:39:42 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
10:39:42 ++ hostname
10:39:42 + GIT_VOLUME=--volumes-from=e55e85cd58a0
10:39:42 + . script/test/all
10:39:42 ++ set -e
10:39:42 ++ echo 'Running lint checks'
10:39:42 Running lint checks
10:39:42 ++ docker run --rm --tty --volumes-from=e55e85cd58a0 dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf tox -e pre-commit
10:39:42 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

10:39:42 pre-commit runtests: PYTHONHASHSEED='899748457'

10:39:42 pre-commit runtests: commands[0] | pre-commit install

10:39:42 pre-commit installed at .git/hooks/pre-commit

10:39:42 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

10:39:42 0f535eceebd5: Pull complete
10:39:42 8a30f5893bea: Pull complete
10:39:42 287089fe229e: Pull complete
10:39:42 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

10:39:42 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

10:39:42 [INFO] Once installed this environment will be reused.

10:39:42 [INFO] This may take a few minutes...

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

10:39:44 pre-commit runtests: PYTHONHASHSEED='548471695'

10:39:44 pre-commit runtests: commands[0] | pre-commit install

10:39:44 pre-commit installed at .git/hooks/pre-commit

10:39:44 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

10:39:44 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

10:39:44 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

10:39:44 [INFO] Once installed this environment will be reused.

10:39:44 [INFO] This may take a few minutes...

10:39:46 e0454fda8698: Pull complete
10:39:46 dd573237c157: Pull complete
10:39:46 79190234756b: Pull complete
10:39:46 2c92bb27afbf: Pull complete
10:39:47 5f8950e7fa99: Pull complete
10:39:47 45e670d5d03e: Pull complete
10:39:47 e25ce63fa266: Pull complete
10:39:47 904884921de7: Pull complete
10:39:47 b6a5f265542b: Pull complete
10:39:47 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

10:39:47 [INFO] Once installed this environment will be reused.

10:39:47 [INFO] This may take a few minutes...

10:39:47 b418620d2b4c: Pull complete
10:39:47 a54a51d2279f: Pull complete
10:39:47 5c16ca6415a3: Pull complete
10:39:47 8c61c65d4232: Pull complete
10:39:49 7e5ed16a219c: Pull complete
10:39:49 26b1ac1514ee: Pull complete
10:39:50 c2482eab6665: Pull complete
10:39:50 Digest: sha256:cb09f8c01bd20bc96a9e3ee9a59754f3fb99b9bb3b34e781857ef52e70b9f846
10:39:50 Status: Downloaded newer image for dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf
10:39:53 + docker version
10:39:53 Client: Docker Engine - Community
10:39:53  Version:           18.09.7
10:39:53  API version:       1.39
10:39:53  Go version:        go1.10.8
10:39:53  Git commit:        2d0083d
10:39:53  Built:             Thu Jun 27 17:54:15 2019
10:39:53  OS/Arch:           linux/amd64
10:39:53  Experimental:      false
10:39:53 
10:39:53 Server: Docker Engine - Community
10:39:53  Engine:
10:39:53   Version:          19.03.2
10:39:53   API version:      1.40 (minimum version 1.12)
10:39:53   Go version:       go1.12.8
10:39:53   Git commit:       6a30dfc
10:39:53   Built:            Thu Aug 29 05:27:45 2019
10:39:53   OS/Arch:          linux/amd64
10:39:53   Experimental:     true
10:39:53  containerd:
10:39:53   Version:          1.2.6
10:39:53   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
10:39:53  runc:
10:39:53   Version:          1.0.0-rc8
10:39:53   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
10:39:53  docker-init:
10:39:53   Version:          0.18.0
10:39:53   GitCommit:        fec3683
10:39:53 + export DOCKER_VERSIONS=18.09.9
10:39:53 + DOCKER_VERSIONS=18.09.9
10:39:53 + STORAGE_DRIVER=overlay
10:39:53 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
10:39:53 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
10:39:53 ++ hostname
10:39:53 + GIT_VOLUME=--volumes-from=2af7aa3527c0
10:39:53 + . script/test/all
10:39:53 ++ set -e
10:39:53 ++ echo 'Running lint checks'
10:39:53 Running lint checks
10:39:53 ++ docker run --rm --tty --volumes-from=2af7aa3527c0 dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf tox -e pre-commit
10:39:55 pre-commit installed: aspy.yaml==1.3.0,cfgv==2.0.1,identify==1.4.7,importlib-metadata==0.23,more-itertools==7.2.0,nodeenv==1.3.3,pre-commit==1.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

10:39:55 pre-commit runtests: PYTHONHASHSEED='2764299069'

10:39:55 pre-commit runtests: commands[0] | pre-commit install

10:39:55 pre-commit installed at .git/hooks/pre-commit

10:39:55 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

10:39:56 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

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

10:39:56 [INFO] Once installed this environment will be reused.

10:39:56 [INFO] This may take a few minutes...

10:39:59 Check for added large files..............................................Passed

10:39:59 Check docstring is first.................................................Passed

10:39:59 Check for merge conflicts................................................Passed

10:39:59 Check Yaml...............................................................Passed

10:39:59 Check JSON...............................................................Passed

10:39:59 Debug Statements (Python)................................................Passed

10:40:00 Fix End of Files.........................................................Passed

10:40:00 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

10:40:00 [INFO] Once installed this environment will be reused.

10:40:00 [INFO] This may take a few minutes...

10:40:02 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

10:40:02 [INFO] Once installed this environment will be reused.

10:40:02 [INFO] This may take a few minutes...

10:40:08 Flake8...................................................................Passed

10:40:08 Tests should end in _test.py.............................................Passed

10:40:08 Fix requirements.txt.....................................................Passed

10:40:08 Trim Trailing Whitespace.................................................Passed

10:40:09 Reorder python imports...................................................Passed

10:40:09 ___________________________________ summary ____________________________________

10:40:09   pre-commit: commands succeeded

10:40:09   congratulations :)

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

10:40:13 Check docstring is first.................................................Passed

10:40:13 Check for merge conflicts................................................Passed

10:40:13 Check Yaml...............................................................Passed

10:40:13 Check JSON...............................................................Passed

10:40:13 Debug Statements (Python)................................................Passed

10:40:13 Fix End of Files.........................................................Passed

10:40:14 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

10:40:14 [INFO] Once installed this environment will be reused.

10:40:14 [INFO] This may take a few minutes...

10:40:14 Check for added large files..............................................Passed

10:40:14 Check docstring is first.................................................Passed

10:40:14 Check for merge conflicts................................................Passed

10:40:14 Check Yaml...............................................................Passed

10:40:14 Check JSON...............................................................Passed

10:40:14 Debug Statements (Python)................................................Passed

10:40:15 Fix End of Files.........................................................Passed

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

10:40:21 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.1,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.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0

10:40:21 py27 runtests: PYTHONHASHSEED='582412612'

10:40:21 py27 runtests: commands[0] | mkdir -p .coverage-binfiles

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

10:40:21 Flake8...................................................................Passed

10:40:21 Tests should end in _test.py.............................................Passed

10:40:21 Fix requirements.txt.....................................................Passed

10:40:21 Trim Trailing Whitespace.................................................Passed

10:40:21 ============================= test session starts ==============================

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

10:40:21 cachedir: .pytest_cache

10:40:21 rootdir: /code, inifile: tox.ini

10:40:21 plugins: cov-2.5.1

10:40:21 Reorder python imports...................................................Passed

10:40:21 ___________________________________ summary ____________________________________

10:40:21   pre-commit: commands succeeded

10:40:21   congratulations :)

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

10:40:23 Tests should end in _test.py.............................................Passed

10:40:23 Fix requirements.txt.....................................................Passed

10:40:23 Trim Trailing Whitespace.................................................Passed

10:40:24 Reorder python imports...................................................Passed

10:40:24 ___________________________________ summary ____________________________________

10:40:24   pre-commit: commands succeeded

10:40:24   congratulations :)

10:40:24 ++ get_versions='docker run --rm
10:40:24     --entrypoint=/code/.tox/py27/bin/python
10:40:24     dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf
10:40:24     /code/script/test/versions.py docker/docker-ce,moby/moby'
10:40:24 ++ '[' 19.03.4 == '' ']'
10:40:24 ++ '[' 19.03.4 == all ']'
10:40:24 ++ BUILD_NUMBER=jenkins-compose-PR-6647-3
10:40:24 ++ PY_TEST_VERSIONS=py27
10:40:24 ++ for version in $DOCKER_VERSIONS
10:40:24 ++ echo 'Running tests against Docker 19.03.4'
10:40:24 Running tests against Docker 19.03.4
10:40:24 ++ daemon_container=compose-dind-19.03.4-jenkins-compose-PR-6647-3
10:40:24 ++ trap on_exit EXIT
10:40:24 ++ repo=dockerswarm/dind
10:40:24 ++ docker run -d --name compose-dind-19.03.4-jenkins-compose-PR-6647-3 --privileged --volume=/var/lib/docker dockerswarm/dind:19.03.4 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay
10:40:24 ++ tail -n 10
10:40:25 
collecting 0 items                                                             
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 401 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 408 items                                                           
collecting 417 items                                                           
collecting 428 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 447 items                                                           
collecting 447 items                                                           
collecting 464 items                                                           
collecting 477 items                                                           
collecting 477 items                                                           
collecting 495 items                                                           
collecting 496 items                                                           
collecting 496 items                                                           
collecting 504 items                                                           
collecting 504 items                                                           
collecting 509 items                                                           
collecting 512 items                                                           
collecting 521 items                                                           
collecting 521 items                                                           
collecting 552 items                                                           
collecting 552 items                                                           
collecting 626 items                                                           
collecting 627 items                                                           
collecting 630 items                                                           
collecting 634 items                                                           
collecting 635 items                                                           
collecting 645 items                                                           
collecting 648 items                                                           
collecting 651 items                                                           
collecting 651 items                                                           
collecting 656 items                                                           
collecting 656 items                                                           
collecting 669 items                                                           
collecting 672 items                                                           
collecting 672 items                                                           
collecting 674 items                                                           
collecting 674 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 692 items                                                           
collecting 708 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 725 items                                                           
collecting 725 items                                                           
collecting 727 items                                                           
collecting 727 items                                                           
collecting 730 items                                                           
collecting 730 items                                                           
collecting 734 items                                                           
collecting 734 items                                                           
collecting 738 items                                                           
collecting 738 items                                                           
collecting 741 items                                                           
collecting 746 items                                                           
collecting 746 items                                                           
collecting 749 items                                                           
collecting 749 items                                                           
collecting 753 items                                                           
collecting 753 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 764 items                                                           
collecting 769 items                                                           
collecting 769 items                                                           
collecting 773 items                                                           
collecting 773 items                                                           
collecting 917 items                                                           
collecting 925 items                                                           
collecting 933 items                                                           
collecting 936 items                                                           
collecting 946 items                                                           
collecting 957 items                                                           
collecting 963 items                                                           
collecting 969 items                                                           
collecting 972 items                                                           
collecting 977 items                                                           
collecting 985 items                                                           
collecting 989 items                                                           
collecting 995 items                                                           
collecting 998 items                                                           
collecting 1001 items                                                          
collecting 1013 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1050 items                                                          
collecting 1057 items                                                          
collecting 1061 items                                                          
collecting 1063 items                                                          
collecting 1078 items                                                          
collecting 1078 items                                                          
collecting 1083 items                                                          
collecting 1083 items                                                          
collecting 1104 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1125 items                                                          
collecting 1125 items                                                          
collecting 1137 items                                                          
collecting 1137 items                                                          
collecting 1146 items                                                          
collecting 1146 items                                                          
collecting 1148 items                                                          
collected 1148 items                                                           

10:40:25 

10:40:26 Check for added large files..............................................Passed

10:40:26 Check docstring is first.................................................Passed

10:40:26 Check for merge conflicts................................................Passed

10:40:26 Check Yaml...............................................................Passed

10:40:26 Check JSON...............................................................Passed

Running on ubuntu-1804-overlay2 (i-0a3e1c1250df69239) in /home/ubuntu/workspace/compose_PR-6647
[Pipeline] {
10:40:26 Debug Statements (Python)................................................Passed

[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-6647@tmp/f2b0ba02-9788-4de1-b3bd-b300d27dda74/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:40:26 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:40:26 chowning workspace
[Pipeline] sh
10:40:27 + uname -m
[Pipeline] sh
10:40:27 Fix End of Files.........................................................Passed

10:40:27 + pwd
10:40:27 + id -u
10:40:27 + id -g
10:40:27 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
10:40:28 Removing all docker containers
[Pipeline] sh
10:40:29 + docker container ls -aq
10:40:29 + docker container rm -vf 5074bde68872
10:40:29 5074bde68872
[Pipeline] echo
10:40:29 Docker containers have been removed
[Pipeline] echo
10:40:29 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:40:29 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=19.03.4 / baseImage=debian)
[Pipeline] checkout
10:40:29 using credential sf-release-bot.github.ssh
10:40:29 Cloning the remote Git repository
10:40:29 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
10:40:30 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

10:40:30 Fetching without tags
10:40:31 Checking out Revision f2127369d96a2ecc88931a3101b526fe873c0caf (PR-6647)
10:40:31 Commit message: "test exec on containers created with run"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2127369d96a2ecc88931a3101b526fe873c0caf
[Pipeline] sh
10:40:32 144de9716cd4: Verifying Checksum
10:40:32 144de9716cd4: Download complete
10:40:32 779c3a25c03c: Pull complete
10:40:32 4e71514844de: Pull complete
10:40:32 1cd133cf5785: Pull complete
10:40:32 144de9716cd4: Pull complete
10:40:32 2a71f6cfbd98: Pull complete
10:40:32 Digest: sha256:dd47c4a120b9aec41f8e707018d85514e4061c2e15c917a5f2259aa05bfaa397
10:40:32 Status: Downloaded newer image for dockerswarm/dind:19.03.4
10:40:32 e974e2572365693aa500a55b1b64e65d3985a6fef5b37328befbbfc1c46023ec
10:40:32 ++ docker run --rm --tty --link=compose-dind-19.03.4-jenkins-compose-PR-6647-3:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.4 --entrypoint=tox dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf -e py37 -- --verbose
10:40:32 py37 develop-inst-nodeps: /code

10:40:32 + awk -F :  $1 == "Storage Driver" { print $2; exit }
10:40:32 + docker info
10:40:32 WARNING: No swap limit support
[Pipeline] echo
10:40:32 Using local system's storage driver: 
[Pipeline] sh
10:40:33 + pwd
10:40:33 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.4 -e BUILD_NUMBER=jenkins-compose-PR-6647-3 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf --verbose
10:40:33 Unable to find image 'dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf' locally
10:40:33 debian-f2127369d96a2ecc88931a3101b526fe873c0caf: Pulling from dockerbuildbot/compose
10:40:33 80369df48736: Already exists
10:40:33 aaba0609d543: Already exists
10:40:33 33536ac8210e: Already exists
10:40:33 35aa8bff600e: Already exists
10:40:33 6e4c9666aa4e: Already exists
10:40:33 42e90d4c224b: Pulling fs layer
10:40:33 441d9888875c: Pulling fs layer
10:40:33 19e091bd3a45: Pulling fs layer
10:40:33 8343be549dcf: Pulling fs layer
10:40:33 4d5b81784d6f: Pulling fs layer
10:40:33 ef85f9c4cfcc: Pulling fs layer
10:40:33 bef732e12320: Pulling fs layer
10:40:33 8a7d1b357cc0: Pulling fs layer
10:40:33 5ef67eeed67a: Pulling fs layer
10:40:33 a2f1b2dc8fb0: Pulling fs layer
10:40:33 4c518b8f598a: Pulling fs layer
10:40:33 1fec50840b8d: Pulling fs layer
10:40:33 b85778dde7c6: Pulling fs layer
10:40:33 cb95efaf3c8c: Pulling fs layer
10:40:33 0595e0b60abd: Pulling fs layer
10:40:33 6972ee7a0535: Pulling fs layer
10:40:33 5ef67eeed67a: Waiting
10:40:33 a2f1b2dc8fb0: Waiting
10:40:33 4c518b8f598a: Waiting
10:40:33 1fec50840b8d: Waiting
10:40:33 b85778dde7c6: Waiting
10:40:33 cb95efaf3c8c: Waiting
10:40:33 0595e0b60abd: Waiting
10:40:33 6972ee7a0535: Waiting
10:40:33 8343be549dcf: Waiting
10:40:33 4d5b81784d6f: Waiting
10:40:33 ef85f9c4cfcc: Waiting
10:40:33 bef732e12320: Waiting
10:40:33 8a7d1b357cc0: Waiting
10:40:33 441d9888875c: Verifying Checksum
10:40:33 441d9888875c: Download complete
10:40:33 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.1,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.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0

10:40:33 py37 runtests: PYTHONHASHSEED='2868146321'

10:40:33 py37 runtests: commands[0] | mkdir -p .coverage-binfiles

10:40:33 py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

10:40:33 8343be549dcf: Verifying Checksum
10:40:33 8343be549dcf: Download complete
10:40:33 19e091bd3a45: Verifying Checksum
10:40:33 19e091bd3a45: Download complete
10:40:33 ============================= test session starts ==============================

10:40:33 platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7

10:40:33 cachedir: .pytest_cache

10:40:33 rootdir: /code, inifile: tox.ini

10:40:33 plugins: cov-2.5.1

10:40:33 4d5b81784d6f: Verifying Checksum
10:40:33 4d5b81784d6f: Download complete
10:40:33 ef85f9c4cfcc: Verifying Checksum
10:40:33 ef85f9c4cfcc: Download complete
10:40:33 bef732e12320: Verifying Checksum
10:40:33 bef732e12320: Download complete
10:40:33 8a7d1b357cc0: Verifying Checksum
10:40:33 8a7d1b357cc0: Download complete
10:40:33 5ef67eeed67a: Verifying Checksum
10:40:33 5ef67eeed67a: Download complete
10:40:33 a2f1b2dc8fb0: Verifying Checksum
10:40:33 a2f1b2dc8fb0: Download complete
10:40:33 4c518b8f598a: Verifying Checksum
10:40:33 4c518b8f598a: Download complete
10:40:33 1fec50840b8d: Verifying Checksum
10:40:33 1fec50840b8d: Download complete
10:40:33 b85778dde7c6: Download complete
10:40:33 0595e0b60abd: Verifying Checksum
10:40:33 0595e0b60abd: Download complete
10:40:33 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

10:40:34 cb95efaf3c8c: Verifying Checksum
10:40:34 cb95efaf3c8c: Download complete
10:40:34 144de9716cd4: Verifying Checksum
10:40:34 144de9716cd4: Download complete
10:40:34 779c3a25c03c: Pull complete
10:40:34 4e71514844de: Pull complete
10:40:34 1cd133cf5785: Pull complete
10:40:34 144de9716cd4: Pull complete
10:40:34 2a71f6cfbd98: Pull complete
10:40:34 Digest: sha256:dd47c4a120b9aec41f8e707018d85514e4061c2e15c917a5f2259aa05bfaa397
10:40:34 Status: Downloaded newer image for dockerswarm/dind:19.03.4
10:40:34 0b55fc5a004de566a00d6d3cb975bbd7df2da0ca8ea61fe2bd6069a78d8e639f
10:40:34 ++ docker run --rm --tty --link=compose-dind-19.03.4-jenkins-compose-PR-6647-3:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.4 --entrypoint=tox dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf -e py27 -- --verbose
10:40:34 py27 develop-inst-nodeps: /code

10:40:35 42e90d4c224b: Verifying Checksum
10:40:35 42e90d4c224b: Download complete
10:40:35 6972ee7a0535: Verifying Checksum
10:40:35 6972ee7a0535: Download complete
10:40:35 Flake8...................................................................Passed

10:40:35 Tests should end in _test.py.............................................Passed

10:40:35 Fix requirements.txt.....................................................Passed

10:40:35 Trim Trailing Whitespace.................................................Passed

10:40:36 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.1,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.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0

10:40:36 py27 runtests: PYTHONHASHSEED='3545209008'

10:40:36 py27 runtests: commands[0] | mkdir -p .coverage-binfiles

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

10:40:36 ============================= test session starts ==============================

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

10:40:36 cachedir: .pytest_cache

10:40:36 rootdir: /code, inifile: tox.ini

10:40:36 plugins: cov-2.5.1

10:40:36 Reorder python imports...................................................Passed

10:40:36 ___________________________________ summary ____________________________________

10:40:36   pre-commit: commands succeeded

10:40:36   congratulations :)

10:40:36 
collecting 0 items                                                             
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 401 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 408 items                                                           
collecting 417 items                                                           
collecting 428 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 447 items                                                           
collecting 447 items                                                           
collecting 464 items                                                           
collecting 477 items                                                           
collecting 477 items                                                           
collecting 495 items                                                           
collecting 496 items                                                           
collecting 496 items                                                           
collecting 504 items                                                           
collecting 504 items                                                           
collecting 509 items                                                           
collecting 512 items                                                           
collecting 521 items                                                           
collecting 521 items                                                           
collecting 552 items                                                           
collecting 552 items                                                           
collecting 626 items                                                           
collecting 627 items                                                           
collecting 630 items                                                           
collecting 634 items                                                           
collecting 635 items                                                           
collecting 645 items                                                           
collecting 648 items                                                           
collecting 651 items                                                           
collecting 651 items                                                           
collecting 656 items                                                           
collecting 656 items                                                           
collecting 669 items                                                           
collecting 672 items                                                           
collecting 672 items                                                           
collecting 674 items                                                           
collecting 674 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 692 items                                                           
collecting 708 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 725 items                                                           
collecting 725 items                                                           
collecting 727 items                                                           
collecting 727 items                                                           
collecting 730 items                                                           
collecting 730 items                                                           
collecting 734 items                                                           
collecting 734 items                                                           
collecting 738 items                                                           
collecting 738 items                                                           
collecting 741 items                                                           
collecting 746 items                                                           
collecting 746 items                                                           
collecting 749 items                                                           
collecting 749 items                                                           
collecting 753 items                                                           
collecting 753 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 764 items                                                           
collecting 769 items                                                           
collecting 769 items                                                           
collecting 773 items                                                           
collecting 773 items                                                           
collecting 917 items                                                           
collecting 925 items                                                           
collecting 933 items                                                           
collecting 936 items                                                           
collecting 946 items                                                           
collecting 957 items                                                           
collecting 963 items                                                           
collecting 969 items                                                           
collecting 972 items                                                           
collecting 977 items                                                           
collecting 985 items                                                           
collecting 989 items                                                           
collecting 995 items                                                           
collecting 998 items                                                           
collecting 1001 items                                                          
collecting 1013 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1050 items                                                          
collecting 1057 items                                                          
collecting 1061 items                                                          
collecting 1063 items                                                          
collecting 1078 items                                                          
collecting 1078 items                                                          
collecting 1083 items                                                          
collecting 1083 items                                                          
collecting 1104 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1125 items                                                          
collecting 1125 items                                                          
collecting 1137 items                                                          
collecting 1137 items                                                          
collecting 1146 items                                                          
collecting 1146 items                                                          
collecting 1148 items                                                          
collected 1148 items                                                           

10:40:36 

10:40:36 ++ get_versions='docker run --rm
10:40:36     --entrypoint=/code/.tox/py27/bin/python
10:40:36     dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf
10:40:36     /code/script/test/versions.py docker/docker-ce,moby/moby'
10:40:36 ++ '[' 18.09.9 == '' ']'
10:40:36 ++ '[' 18.09.9 == all ']'
10:40:36 ++ BUILD_NUMBER=jenkins-compose-PR-6647-3
10:40:36 ++ PY_TEST_VERSIONS=py37
10:40:36 ++ for version in $DOCKER_VERSIONS
10:40:36 ++ echo 'Running tests against Docker 18.09.9'
10:40:36 Running tests against Docker 18.09.9
10:40:36 ++ daemon_container=compose-dind-18.09.9-jenkins-compose-PR-6647-3
10:40:36 ++ trap on_exit EXIT
10:40:36 ++ repo=dockerswarm/dind
10:40:36 ++ docker run -d --name compose-dind-18.09.9-jenkins-compose-PR-6647-3 --privileged --volume=/var/lib/docker dockerswarm/dind:18.09.9 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay
10:40:36 ++ tail -n 10
10:40:38 42e90d4c224b: Pull complete
10:40:38 441d9888875c: Pull complete
10:40:38 19e091bd3a45: Pull complete
10:40:39 8343be549dcf: Pull complete
10:40:39 4d5b81784d6f: Pull complete
10:40:39 ef85f9c4cfcc: Pull complete
10:40:39 bef732e12320: Pull complete
10:40:39 8a7d1b357cc0: Pull complete
10:40:39 5ef67eeed67a: Pull complete
10:40:39 a2f1b2dc8fb0: Pull complete
10:40:39 4c518b8f598a: Pull complete
10:40:40 1fec50840b8d: Pull complete
10:40:40 b85778dde7c6: Pull complete
10:40:40 
collecting 0 items                                                             
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 401 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 408 items                                                           
collecting 417 items                                                           
collecting 428 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 447 items                                                           
collecting 447 items                                                           
collecting 464 items                                                           
collecting 477 items                                                           
collecting 477 items                                                           
collecting 495 items                                                           
collecting 496 items                                                           
collecting 496 items                                                           
collecting 504 items                                                           
collecting 504 items                                                           
collecting 509 items                                                           
collecting 512 items                                                           
collecting 521 items                                                           
collecting 521 items                                                           
collecting 552 items                                                           
collecting 552 items                                                           
collecting 626 items                                                           
collecting 627 items                                                           
collecting 630 items                                                           
collecting 634 items                                                           
collecting 635 items                                                           
collecting 645 items                                                           
collecting 648 items                                                           
collecting 651 items                                                           
collecting 651 items                                                           
collecting 656 items                                                           
collecting 656 items                                                           
collecting 669 items                                                           
collecting 672 items                                                           
collecting 672 items                                                           
collecting 674 items                                                           
collecting 674 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 692 items                                                           
collecting 708 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 725 items                                                           
collecting 725 items                                                           
collecting 727 items                                                           
collecting 727 items                                                           
collecting 730 items                                                           
collecting 730 items                                                           
collecting 734 items                                                           
collecting 734 items                                                           
collecting 738 items                                                           
collecting 738 items                                                           
collecting 741 items                                                           
collecting 746 items                                                           
collecting 746 items                                                           
collecting 749 items                                                           
collecting 749 items                                                           
collecting 753 items                                                           
collecting 753 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 764 items                                                           
collecting 769 items                                                           
collecting 769 items                                                           
collecting 773 items                                                           
collecting 773 items                                                           
collecting 917 items                                                           
collecting 925 items                                                           
collecting 933 items                                                           
collecting 936 items                                                           
collecting 946 items                                                           
collecting 957 items                                                           
collecting 963 items                                                           
collecting 969 items                                                           
collecting 972 items                                                           
collecting 977 items                                                           
collecting 985 items                                                           
collecting 989 items                                                           
collecting 995 items                                                           
collecting 998 items                                                           
collecting 1001 items                                                          
collecting 1013 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1050 items                                                          
collecting 1057 items                                                          
collecting 1061 items                                                          
collecting 1063 items                                                          
collecting 1078 items                                                          
collecting 1078 items                                                          
collecting 1083 items                                                          
collecting 1083 items                                                          
collecting 1104 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1125 items                                                          
collecting 1125 items                                                          
collecting 1137 items                                                          
collecting 1137 items                                                          
collecting 1146 items                                                          
collecting 1146 items                                                          
collecting 1148 items                                                          
collected 1148 items                                                           

10:40:40 

10:40:41 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

10:40:42 cb95efaf3c8c: Pull complete
10:40:42 0595e0b60abd: Pull complete
10:40:43 6972ee7a0535: Pull complete
10:40:43 Digest: sha256:159217f291b488d97c8617dae6edb2ed52cc9b5be9cb137c0bcfd6ea2738311c
10:40:43 Status: Downloaded newer image for dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf
10:40:43 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

10:40:44 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

10:40:45 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

10:40:46 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

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

10:40:48 52af2c2d2f0f: Verifying Checksum
10:40:48 52af2c2d2f0f: Download complete
10:40:48 b0b8081c21b9: Pull complete
10:40:48 fe627842e5f0: Pull complete
10:40:48 7cf61dda384e: Pull complete
10:40:48 52af2c2d2f0f: Pull complete
10:40:48 2c69fa696ee3: Pull complete
10:40:48 Digest: sha256:f9012abb64524df1272f4818244593fb94db77467be591bbbad032402d80242d
10:40:48 Status: Downloaded newer image for dockerswarm/dind:18.09.9
10:40:48 746da1067126aa0f0550dec201b0ce28b4f808307260e63f5a510850ff1334b9
10:40:48 ++ docker run --rm --tty --link=compose-dind-18.09.9-jenkins-compose-PR-6647-3:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=18.09.9 --entrypoint=tox dockerbuildbot/compose:alpine-f2127369d96a2ecc88931a3101b526fe873c0caf -e py37 -- --verbose
10:40:48 py37 develop-inst-nodeps: /code

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

10:40:49 pre-commit runtests: PYTHONHASHSEED='3656546613'

10:40:49 pre-commit runtests: commands[0] | pre-commit install

10:40:49 pre-commit installed at .git/hooks/pre-commit

10:40:49 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

10:40:49 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

10:40:49 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

10:40:49 [INFO] Once installed this environment will be reused.

10:40:49 [INFO] This may take a few minutes...

10:40:50 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.1,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.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0

10:40:50 py37 runtests: PYTHONHASHSEED='2754266889'

10:40:50 py37 runtests: commands[0] | mkdir -p .coverage-binfiles

10:40:50 py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

10:40:50 ============================= test session starts ==============================

10:40:50 platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7

10:40:50 cachedir: .pytest_cache

10:40:50 rootdir: /code, inifile: tox.ini

10:40:50 plugins: cov-2.5.1

Running on ubuntu-1804-overlay2 (i-0c1a41d8d7638f59b) in /home/ubuntu/workspace/compose_PR-6647
[Pipeline] {
[Pipeline] withDockerRegistry
Running on ubuntu-1804-overlay2 (i-0ddb80754a21792f8) in /home/ubuntu/workspace/compose_PR-6647
Running on ubuntu-1804-overlay2 (i-0e22fd9fbb7514425) in /home/ubuntu/workspace/compose_PR-6647
10:40:51 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
10:40:53 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

10:40:53 
collecting 0 items                                                             
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 401 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 408 items                                                           
collecting 417 items                                                           
collecting 428 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 447 items                                                           
collecting 447 items                                                           
collecting 464 items                                                           
collecting 477 items                                                           
collecting 477 items                                                           
collecting 495 items                                                           
collecting 496 items                                                           
collecting 496 items                                                           
collecting 504 items                                                           
collecting 504 items                                                           
collecting 509 items                                                           
collecting 512 items                                                           
collecting 521 items                                                           
collecting 521 items                                                           
collecting 552 items                                                           
collecting 552 items                                                           
collecting 626 items                                                           
collecting 627 items                                                           
collecting 630 items                                                           
collecting 634 items                                                           
collecting 635 items                                                           
collecting 645 items                                                           
collecting 648 items                                                           
collecting 651 items                                                           
collecting 651 items                                                           
collecting 656 items                                                           
collecting 656 items                                                           
collecting 669 items                                                           
collecting 672 items                                                           
collecting 672 items                                                           
collecting 674 items                                                           
collecting 674 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 692 items                                                           
collecting 708 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 725 items                                                           
collecting 725 items                                                           
collecting 727 items                                                           
collecting 727 items                                                           
collecting 730 items                                                           
collecting 730 items                                                           
collecting 734 items                                                           
collecting 734 items                                                           
collecting 738 items                                                           
collecting 738 items                                                           
collecting 741 items                                                           
collecting 746 items                                                           
collecting 746 items                                                           
collecting 749 items                                                           
collecting 749 items                                                           
collecting 753 items                                                           
collecting 753 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 764 items                                                           
collecting 769 items                                                           
collecting 769 items                                                           
collecting 773 items                                                           
collecting 773 items                                                           
collecting 917 items                                                           
collecting 925 items                                                           
collecting 933 items                                                           
collecting 936 items                                                           
collecting 946 items                                                           
collecting 957 items                                                           
collecting 963 items                                                           
collecting 969 items                                                           
collecting 972 items                                                           
collecting 977 items                                                           
collecting 985 items                                                           
collecting 989 items                                                           
collecting 995 items                                                           
collecting 998 items                                                           
collecting 1001 items                                                          
collecting 1013 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1050 items                                                          
collecting 1057 items                                                          
collecting 1061 items                                                          
collecting 1063 items                                                          
collecting 1078 items                                                          
collecting 1078 items                                                          
collecting 1083 items                                                          
collecting 1083 items                                                          
collecting 1104 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1125 items                                                          
collecting 1125 items                                                          
collecting 1137 items                                                          
collecting 1137 items                                                          
collecting 1146 items                                                          
collecting 1146 items                                                          
collecting 1148 items                                                          
collected 1148 items                                                           

10:40:53 

10:40:55 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

10:40:58 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

10:40:58 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

10:40:58 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

10:40:59 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

10:40:59 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

10:40:59 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

10:41:00 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

10:41:01 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

10:41:03 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

10:41:04 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/0a32f5f0-5f5f-4ff9-8794-ad446382b7e0/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] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
10:41:06 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

10:41:07 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

10:41:07 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

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

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

10:41:07 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

10:41:08 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

10:41:11 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

10:41:11 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

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

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

WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/0cd66d86-fea6-4b5e-bd98-ca5c2ceed1b2/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] withDockerRegistry
10:41:12 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
10:41:12 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

10:41:13 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

10:41:13 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

10:41:14 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

10:41:16 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6647@tmp/f972afa9-98d9-4b55-beeb-db21b45f9a2d/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] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
10:41:17 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:41:17 chowning workspace
[Pipeline] sh
[Pipeline] echo
10:41:17 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:41:17 chowning workspace
[Pipeline] sh
10:41:17 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

[Pipeline] echo
10:41:17 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:41:17 chowning workspace
[Pipeline] sh
10:41:17 + uname -m
[Pipeline] sh
10:41:17 + uname -m
[Pipeline] sh
10:41:18 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

10:41:18 + pwd
10:41:18 + id -u
10:41:18 + id -g
10:41:18 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
10:41:18 Unable to find image 'busybox:latest' locally
10:41:18 + uname -m
[Pipeline] sh
10:41:18 + pwd
10:41:18 + id -u
10:41:18 + id -g
10:41:18 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
10:41:18 Unable to find image 'busybox:latest' locally
10:41:18 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

10:41:18 latest: Pulling from library/busybox
10:41:18 7c9d20b9b6cd: Pulling fs layer
10:41:18 7c9d20b9b6cd: Verifying Checksum
10:41:18 7c9d20b9b6cd: Download complete
10:41:18 + pwd
10:41:18 + id -u
10:41:18 + id -g
10:41:18 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6647:/workspace busybox chown -R 1000:1000 /workspace
10:41:18 Unable to find image 'busybox:latest' locally
10:41:18 latest: Pulling from library/busybox
10:41:18 7c9d20b9b6cd: Pulling fs layer
10:41:18 7c9d20b9b6cd: Verifying Checksum
10:41:18 7c9d20b9b6cd: Download complete
10:41:18 latest: Pulling from library/busybox
10:41:18 7c9d20b9b6cd: Pulling fs layer
10:41:18 7c9d20b9b6cd: Download complete
10:41:19 7c9d20b9b6cd: Pull complete
10:41:19 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
10:41:19 Status: Downloaded newer image for busybox:latest
10:41:19 7c9d20b9b6cd: Pull complete
10:41:19 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
10:41:19 Status: Downloaded newer image for busybox:latest
10:41:19 Check for added large files..............................................Passed

10:41:19 Check docstring is first.................................................Passed

10:41:19 Check for merge conflicts................................................Passed

10:41:19 Check Yaml...............................................................Passed

10:41:19 Check JSON...............................................................Passed

10:41:19 Debug Statements (Python)................................................Passed

10:41:19 Fix End of Files.........................................................Passed

10:41:19 7c9d20b9b6cd: Pull complete
10:41:19 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
10:41:19 Status: Downloaded newer image for busybox:latest
10:41:20 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

10:41:21 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

10:41:21 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

[Pipeline] echo
10:41:22 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
10:41:22 Removing all docker containers
[Pipeline] sh
10:41:22 + docker container ls -aq
[Pipeline] echo
10:41:22 Docker containers have been removed
[Pipeline] echo
10:41:22 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:41:22 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=19.03.4 / baseImage=debian)
[Pipeline] checkout
10:41:22 + docker container ls -aq
[Pipeline] echo
10:41:22 Docker containers have been removed
[Pipeline] echo
10:41:22 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:41:22 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py37 / docker=18.09.9 / baseImage=debian)
[Pipeline] checkout
[Pipeline] echo
10:41:22 Removing all docker containers
[Pipeline] sh
10:41:23 + docker container ls -aq
[Pipeline] echo
10:41:23 Docker containers have been removed
[Pipeline] echo
10:41:23 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:41:23 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=18.09.9 / baseImage=debian)
[Pipeline] checkout
10:41:23 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

10:41:23 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

10:41:24 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

10:41:25 using credential sf-release-bot.github.ssh
10:41:25 Cloning the remote Git repository
10:41:25 Cloning with configured refspecs honoured and without tags
10:41:25 using credential sf-release-bot.github.ssh
10:41:25 Cloning the remote Git repository
10:41:25 Cloning with configured refspecs honoured and without tags
10:41:25 using credential sf-release-bot.github.ssh
10:41:25 Cloning the remote Git repository
10:41:25 Cloning with configured refspecs honoured and without tags
10:41:25 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

10:41:25 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # timeout=10
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
10:41:26 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-6647 # 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/6647/head:refs/remotes/origin/PR-6647
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/6647/head:refs/remotes/origin/PR-6647
10:41:27 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

10:41:27 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

10:41:27 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

10:41:28 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
10:41:28 Checking out Revision f2127369d96a2ecc88931a3101b526fe873c0caf (PR-6647)
10:41:28 Fetching without tags
10:41:29 Checking out Revision f2127369d96a2ecc88931a3101b526fe873c0caf (PR-6647)
10:41:29 Flake8...................................................................Passed

10:41:29 Tests should end in _test.py.............................................Passed

10:41:29 Fix requirements.txt.....................................................Passed

10:41:29 Trim Trailing Whitespace.................................................Passed

10:41:29 Reorder python imports...................................................Passed

10:41:29 ___________________________________ summary ____________________________________

10:41:29   pre-commit: commands succeeded

10:41:29   congratulations :)

10:41:29 Commit message: "test exec on containers created with run"
10:41:29 ++ get_versions='docker run --rm
10:41:29     --entrypoint=/code/.tox/py27/bin/python
10:41:29     dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf
10:41:29     /code/script/test/versions.py docker/docker-ce,moby/moby'
10:41:29 ++ '[' 19.03.4 == '' ']'
10:41:29 ++ '[' 19.03.4 == all ']'
10:41:29 ++ BUILD_NUMBER=jenkins-compose-PR-6647-3
10:41:29 ++ PY_TEST_VERSIONS=py27
10:41:29 ++ for version in $DOCKER_VERSIONS
10:41:29 ++ echo 'Running tests against Docker 19.03.4'
10:41:29 Running tests against Docker 19.03.4
10:41:29 ++ daemon_container=compose-dind-19.03.4-jenkins-compose-PR-6647-3
10:41:29 ++ trap on_exit EXIT
10:41:29 ++ repo=dockerswarm/dind
10:41:29 ++ docker run -d --name compose-dind-19.03.4-jenkins-compose-PR-6647-3 --privileged --volume=/var/lib/docker dockerswarm/dind:19.03.4 dockerd -H tcp://0.0.0.0:2375 --storage-driver=overlay
10:41:29 ++ tail -n 10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2127369d96a2ecc88931a3101b526fe873c0caf
10:41:29 Fetching without tags
10:41:29 Commit message: "test exec on containers created with run"
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2127369d96a2ecc88931a3101b526fe873c0caf
10:41:30 Checking out Revision f2127369d96a2ecc88931a3101b526fe873c0caf (PR-6647)
10:41:30 + awk -F :  $1 == "Storage Driver" { print $2; exit }
10:41:30 + docker info
[Pipeline] sh
10:41:30 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

10:41:30 + awk -F :  $1 == "Storage Driver" { print $2; exit }
10:41:30 + docker info
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6647/head:refs/remotes/origin/PR-6647 # 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/6647/head:refs/remotes/origin/PR-6647
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2127369d96a2ecc88931a3101b526fe873c0caf
10:41:31 Commit message: "test exec on containers created with run"
10:41:31 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

10:41:31 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

[Pipeline] sh
10:41:31 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

10:41:31 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

10:41:31 + awk -F :  $1 == "Storage Driver" { print $2; exit }
10:41:31 + docker info
10:41:32 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

10:41:32 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

10:41:33 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

10:41:33 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

10:41:34 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

10:41:35 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

10:41:35 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

10:41:35 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

10:41:36 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

10:41:36 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

10:41:37 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

10:41:37 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

10:41:37 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

10:41:37 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

10:41:38 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

10:41:38 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

10:41:38 WARNING: No swap limit support
[Pipeline] echo
10:41:38 Using local system's storage driver: 
[Pipeline] sh
10:41:38 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

10:41:39 + pwd
10:41:39 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6647-3 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf --verbose
10:41:39 Unable to find image 'dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf' locally
10:41:39 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

10:41:39 debian-f2127369d96a2ecc88931a3101b526fe873c0caf: Pulling from dockerbuildbot/compose
10:41:39 80369df48736: Pulling fs layer
10:41:39 aaba0609d543: Pulling fs layer
10:41:39 33536ac8210e: Pulling fs layer
10:41:39 35aa8bff600e: Pulling fs layer
10:41:39 6e4c9666aa4e: Pulling fs layer
10:41:39 42e90d4c224b: Pulling fs layer
10:41:39 441d9888875c: Pulling fs layer
10:41:39 19e091bd3a45: Pulling fs layer
10:41:39 8343be549dcf: Pulling fs layer
10:41:39 4d5b81784d6f: Pulling fs layer
10:41:39 ef85f9c4cfcc: Pulling fs layer
10:41:39 bef732e12320: Pulling fs layer
10:41:39 8a7d1b357cc0: Pulling fs layer
10:41:39 5ef67eeed67a: Pulling fs layer
10:41:39 a2f1b2dc8fb0: Pulling fs layer
10:41:39 4c518b8f598a: Pulling fs layer
10:41:39 1fec50840b8d: Pulling fs layer
10:41:39 b85778dde7c6: Pulling fs layer
10:41:39 cb95efaf3c8c: Pulling fs layer
10:41:39 0595e0b60abd: Pulling fs layer
10:41:39 6972ee7a0535: Pulling fs layer
10:41:39 bef732e12320: Waiting
10:41:39 8a7d1b357cc0: Waiting
10:41:39 5ef67eeed67a: Waiting
10:41:39 a2f1b2dc8fb0: Waiting
10:41:39 4c518b8f598a: Waiting
10:41:39 1fec50840b8d: Waiting
10:41:39 b85778dde7c6: Waiting
10:41:39 cb95efaf3c8c: Waiting
10:41:39 0595e0b60abd: Waiting
10:41:39 6972ee7a0535: Waiting
10:41:39 35aa8bff600e: Waiting
10:41:39 6e4c9666aa4e: Waiting
10:41:39 42e90d4c224b: Waiting
10:41:39 441d9888875c: Waiting
10:41:39 19e091bd3a45: Waiting
10:41:39 8343be549dcf: Waiting
10:41:39 4d5b81784d6f: Waiting
10:41:39 ef85f9c4cfcc: Waiting
10:41:39 aaba0609d543: Verifying Checksum
10:41:39 aaba0609d543: Download complete
10:41:39 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

10:41:39 35aa8bff600e: Verifying Checksum
10:41:39 35aa8bff600e: Download complete
10:41:39 80369df48736: Verifying Checksum
10:41:39 80369df48736: Download complete
10:41:39 144de9716cd4: Verifying Checksum
10:41:39 144de9716cd4: Download complete
10:41:39 779c3a25c03c: Pull complete
10:41:39 4e71514844de: Pull complete
10:41:39 1cd133cf5785: Pull complete
10:41:39 144de9716cd4: Pull complete
10:41:39 2a71f6cfbd98: Pull complete
10:41:39 Digest: sha256:dd47c4a120b9aec41f8e707018d85514e4061c2e15c917a5f2259aa05bfaa397
10:41:39 Status: Downloaded newer image for dockerswarm/dind:19.03.4
10:41:39 dc8e3ab16d142abf0c3afc89911474fba5cf74e28e0c99918a5555676d44e8e3
10:41:39 ++ docker run --rm --tty --link=compose-dind-19.03.4-jenkins-compose-PR-6647-3:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.4 --entrypoint=tox dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf -e py27 -- --verbose
10:41:39 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

10:41:39 py27 develop-inst-nodeps: /code

10:41:39 6e4c9666aa4e: Verifying Checksum
10:41:39 6e4c9666aa4e: Download complete
10:41:39 441d9888875c: Verifying Checksum
10:41:39 441d9888875c: Download complete
10:41:39 33536ac8210e: Verifying Checksum
10:41:39 33536ac8210e: Download complete
10:41:39 8343be549dcf: Verifying Checksum
10:41:39 8343be549dcf: Download complete
10:41:39 WARNING: No swap limit support
[Pipeline] echo
10:41:39 Using local system's storage driver: 
[Pipeline] sh
10:41:40 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

10:41:40 WARNING: No swap limit support
[Pipeline] echo
10:41:40 Using local system's storage driver: 
[Pipeline] sh
10:41:40 + pwd
10:41:40 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf -e STORAGE_DRIVER= -e DOCKER_VERSIONS=19.03.4 -e BUILD_NUMBER=jenkins-compose-PR-6647-3 -e PY_TEST_VERSIONS=py37 --entrypoint=script/test/ci dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf --verbose
10:41:40 Unable to find image 'dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf' locally
10:41:40 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

10:41:40 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

10:41:40 4d5b81784d6f: Verifying Checksum
10:41:40 4d5b81784d6f: Download complete
10:41:40 19e091bd3a45: Verifying Checksum
10:41:40 19e091bd3a45: Download complete
10:41:40 bef732e12320: Verifying Checksum
10:41:40 bef732e12320: Download complete
10:41:40 debian-f2127369d96a2ecc88931a3101b526fe873c0caf: Pulling from dockerbuildbot/compose
10:41:40 80369df48736: Pulling fs layer
10:41:40 aaba0609d543: Pulling fs layer
10:41:40 33536ac8210e: Pulling fs layer
10:41:40 35aa8bff600e: Pulling fs layer
10:41:40 6e4c9666aa4e: Pulling fs layer
10:41:40 42e90d4c224b: Pulling fs layer
10:41:40 441d9888875c: Pulling fs layer
10:41:40 19e091bd3a45: Pulling fs layer
10:41:40 8343be549dcf: Pulling fs layer
10:41:40 4d5b81784d6f: Pulling fs layer
10:41:40 ef85f9c4cfcc: Pulling fs layer
10:41:40 bef732e12320: Pulling fs layer
10:41:40 8a7d1b357cc0: Pulling fs layer
10:41:40 5ef67eeed67a: Pulling fs layer
10:41:40 a2f1b2dc8fb0: Pulling fs layer
10:41:40 4c518b8f598a: Pulling fs layer
10:41:40 1fec50840b8d: Pulling fs layer
10:41:40 b85778dde7c6: Pulling fs layer
10:41:40 cb95efaf3c8c: Pulling fs layer
10:41:40 0595e0b60abd: Pulling fs layer
10:41:40 6972ee7a0535: Pulling fs layer
10:41:40 bef732e12320: Waiting
10:41:40 8a7d1b357cc0: Waiting
10:41:40 5ef67eeed67a: Waiting
10:41:40 a2f1b2dc8fb0: Waiting
10:41:40 4c518b8f598a: Waiting
10:41:40 1fec50840b8d: Waiting
10:41:40 b85778dde7c6: Waiting
10:41:40 cb95efaf3c8c: Waiting
10:41:40 0595e0b60abd: Waiting
10:41:40 6972ee7a0535: Waiting
10:41:40 441d9888875c: Waiting
10:41:40 35aa8bff600e: Waiting
10:41:40 6e4c9666aa4e: Waiting
10:41:40 19e091bd3a45: Waiting
10:41:40 8343be549dcf: Waiting
10:41:40 42e90d4c224b: Waiting
10:41:40 ef85f9c4cfcc: Waiting
10:41:40 4d5b81784d6f: Waiting
10:41:40 aaba0609d543: Verifying Checksum
10:41:40 aaba0609d543: Download complete
10:41:40 + pwd
10:41:40 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6647/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9 -e BUILD_NUMBER=jenkins-compose-PR-6647-3 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf --verbose
10:41:40 Unable to find image 'dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf' locally
10:41:40 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

10:41:40 ef85f9c4cfcc: Verifying Checksum
10:41:40 ef85f9c4cfcc: Download complete
10:41:40 5ef67eeed67a: Verifying Checksum
10:41:40 5ef67eeed67a: Download complete
10:41:40 8a7d1b357cc0: Verifying Checksum
10:41:40 8a7d1b357cc0: Download complete
10:41:40 a2f1b2dc8fb0: Verifying Checksum
10:41:40 a2f1b2dc8fb0: Download complete
10:41:40 4c518b8f598a: Verifying Checksum
10:41:40 4c518b8f598a: Download complete
10:41:40 35aa8bff600e: Verifying Checksum
10:41:40 35aa8bff600e: Download complete
10:41:40 80369df48736: Verifying Checksum
10:41:40 80369df48736: Download complete
10:41:40 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.1,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.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0

10:41:40 py27 runtests: PYTHONHASHSEED='1159278014'

10:41:40 py27 runtests: commands[0] | mkdir -p .coverage-binfiles

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

10:41:40 debian-f2127369d96a2ecc88931a3101b526fe873c0caf: Pulling from dockerbuildbot/compose
10:41:40 80369df48736: Pulling fs layer
10:41:40 aaba0609d543: Pulling fs layer
10:41:40 33536ac8210e: Pulling fs layer
10:41:40 35aa8bff600e: Pulling fs layer
10:41:40 6e4c9666aa4e: Pulling fs layer
10:41:40 42e90d4c224b: Pulling fs layer
10:41:40 441d9888875c: Pulling fs layer
10:41:40 19e091bd3a45: Pulling fs layer
10:41:40 8343be549dcf: Pulling fs layer
10:41:40 4d5b81784d6f: Pulling fs layer
10:41:40 ef85f9c4cfcc: Pulling fs layer
10:41:40 bef732e12320: Pulling fs layer
10:41:40 8a7d1b357cc0: Pulling fs layer
10:41:40 5ef67eeed67a: Pulling fs layer
10:41:40 a2f1b2dc8fb0: Pulling fs layer
10:41:40 4c518b8f598a: Pulling fs layer
10:41:40 1fec50840b8d: Pulling fs layer
10:41:40 b85778dde7c6: Pulling fs layer
10:41:40 cb95efaf3c8c: Pulling fs layer
10:41:40 0595e0b60abd: Pulling fs layer
10:41:40 6972ee7a0535: Pulling fs layer
10:41:40 441d9888875c: Waiting
10:41:40 19e091bd3a45: Waiting
10:41:40 8343be549dcf: Waiting
10:41:40 4d5b81784d6f: Waiting
10:41:40 ef85f9c4cfcc: Waiting
10:41:40 bef732e12320: Waiting
10:41:40 8a7d1b357cc0: Waiting
10:41:40 5ef67eeed67a: Waiting
10:41:40 a2f1b2dc8fb0: Waiting
10:41:40 4c518b8f598a: Waiting
10:41:40 1fec50840b8d: Waiting
10:41:40 b85778dde7c6: Waiting
10:41:40 cb95efaf3c8c: Waiting
10:41:40 0595e0b60abd: Waiting
10:41:40 6972ee7a0535: Waiting
10:41:40 35aa8bff600e: Waiting
10:41:40 6e4c9666aa4e: Waiting
10:41:40 42e90d4c224b: Waiting
10:41:40 aaba0609d543: Verifying Checksum
10:41:40 aaba0609d543: Download complete
10:41:40 1fec50840b8d: Verifying Checksum
10:41:40 1fec50840b8d: Download complete
10:41:40 b85778dde7c6: Verifying Checksum
10:41:40 b85778dde7c6: Download complete
10:41:40 0595e0b60abd: Verifying Checksum
10:41:40 0595e0b60abd: Download complete
10:41:40 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

10:41:41 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

10:41:41 6e4c9666aa4e: Verifying Checksum
10:41:41 6e4c9666aa4e: Download complete
10:41:41 441d9888875c: Verifying Checksum
10:41:41 441d9888875c: Download complete
10:41:41 33536ac8210e: Download complete
10:41:41 ============================= test session starts ==============================

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

10:41:41 cachedir: .pytest_cache

10:41:41 rootdir: /code, inifile: tox.ini

10:41:41 plugins: cov-2.5.1

10:41:41 80369df48736: Verifying Checksum
10:41:41 80369df48736: Download complete
10:41:41 35aa8bff600e: Verifying Checksum
10:41:41 35aa8bff600e: Download complete
10:41:41 33536ac8210e: Verifying Checksum
10:41:41 33536ac8210e: Download complete
10:41:41 6e4c9666aa4e: Verifying Checksum
10:41:41 6e4c9666aa4e: Download complete
10:41:41 8343be549dcf: Verifying Checksum
10:41:41 8343be549dcf: Download complete
10:41:41 19e091bd3a45: Verifying Checksum
10:41:41 19e091bd3a45: Download complete
10:41:41 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

10:41:41 441d9888875c: Verifying Checksum
10:41:41 441d9888875c: Download complete
10:41:41 ef85f9c4cfcc: Verifying Checksum
10:41:41 ef85f9c4cfcc: Download complete
10:41:41 bef732e12320: Verifying Checksum
10:41:41 bef732e12320: Download complete
10:41:41 4d5b81784d6f: Verifying Checksum
10:41:41 4d5b81784d6f: Download complete
10:41:41 8a7d1b357cc0: Verifying Checksum
10:41:41 8a7d1b357cc0: Download complete
10:41:41 5ef67eeed67a: Verifying Checksum
10:41:41 5ef67eeed67a: Download complete
10:41:41 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

10:41:41 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

10:41:41 8343be549dcf: Verifying Checksum
10:41:41 8343be549dcf: Download complete
10:41:41 19e091bd3a45: Verifying Checksum
10:41:41 19e091bd3a45: Download complete
10:41:42 4c518b8f598a: Verifying Checksum
10:41:42 4c518b8f598a: Download complete
10:41:42 a2f1b2dc8fb0: Verifying Checksum
10:41:42 a2f1b2dc8fb0: Download complete
10:41:42 1fec50840b8d: Verifying Checksum
10:41:42 1fec50840b8d: Download complete
10:41:42 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

10:41:42 ef85f9c4cfcc: Verifying Checksum
10:41:42 ef85f9c4cfcc: Download complete
10:41:42 4d5b81784d6f: Verifying Checksum
10:41:42 4d5b81784d6f: Download complete
10:41:42 bef732e12320: Verifying Checksum
10:41:42 bef732e12320: Download complete
10:41:42 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

10:41:42 cb95efaf3c8c: Verifying Checksum
10:41:42 cb95efaf3c8c: Download complete
10:41:42 b85778dde7c6: Verifying Checksum
10:41:42 b85778dde7c6: Download complete
10:41:42 0595e0b60abd: Verifying Checksum
10:41:42 0595e0b60abd: Download complete
10:41:42 8a7d1b357cc0: Verifying Checksum
10:41:42 8a7d1b357cc0: Download complete
10:41:42 a2f1b2dc8fb0: Verifying Checksum
10:41:42 a2f1b2dc8fb0: Download complete
10:41:42 5ef67eeed67a: Verifying Checksum
10:41:42 5ef67eeed67a: Download complete
10:41:42 4c518b8f598a: Verifying Checksum
10:41:42 4c518b8f598a: Download complete
10:41:42 1fec50840b8d: Verifying Checksum
10:41:42 1fec50840b8d: Download complete
10:41:42 b85778dde7c6: Verifying Checksum
10:41:42 b85778dde7c6: Download complete
10:41:42 0595e0b60abd: Verifying Checksum
10:41:42 0595e0b60abd: Download complete
10:41:42 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

10:41:42 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

10:41:42 6972ee7a0535: Verifying Checksum
10:41:42 6972ee7a0535: Download complete
10:41:43 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

10:41:43 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

10:41:43 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

10:41:43 42e90d4c224b: Verifying Checksum
10:41:43 42e90d4c224b: Download complete
10:41:44 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

10:41:44 80369df48736: Pull complete
10:41:44 6972ee7a0535: Verifying Checksum
10:41:44 6972ee7a0535: Download complete
10:41:44 cb95efaf3c8c: Verifying Checksum
10:41:44 cb95efaf3c8c: Download complete
10:41:44 42e90d4c224b: Verifying Checksum
10:41:44 42e90d4c224b: Download complete
10:41:44 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

10:41:44 
collecting 0 items                                                             
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 401 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 408 items                                                           
collecting 417 items                                                           
collecting 428 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 447 items                                                           
collecting 447 items                                                           
collecting 464 items                                                           
collecting 477 items                                                           
collecting 477 items                                                           
collecting 495 items                                                           
collecting 496 items                                                           
collecting 496 items                                                           
collecting 504 items                                                           
collecting 504 items                                                           
collecting 509 items                                                           
collecting 512 items                                                           
collecting 521 items                                                           
collecting 521 items                                                           
collecting 552 items                                                           
collecting 552 items                                                           
collecting 626 items                                                           
collecting 627 items                                                           
collecting 630 items                                                           
collecting 634 items                                                           
collecting 635 items                                                           
collecting 645 items                                                           
collecting 648 items                                                           
collecting 651 items                                                           
collecting 651 items                                                           
collecting 656 items                                                           
collecting 656 items                                                           
collecting 669 items                                                           
collecting 672 items                                                           
collecting 672 items                                                           
collecting 674 items                                                           
collecting 674 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 692 items                                                           
collecting 708 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 725 items                                                           
collecting 725 items                                                           
collecting 727 items                                                           
collecting 727 items                                                           
collecting 730 items                                                           
collecting 730 items                                                           
collecting 734 items                                                           
collecting 734 items                                                           
collecting 738 items                                                           
collecting 738 items                                                           
collecting 741 items                                                           
collecting 746 items                                                           
collecting 746 items                                                           
collecting 749 items                                                           
collecting 749 items                                                           
collecting 753 items                                                           
collecting 753 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 764 items                                                           
collecting 769 items                                                           
collecting 769 items                                                           
collecting 773 items                                                           
collecting 773 items                                                           
collecting 917 items                                                           
collecting 925 items                                                           
collecting 933 items                                                           
collecting 936 items                                                           
collecting 946 items                                                           
collecting 957 items                                                           
collecting 963 items                                                           
collecting 969 items                                                           
collecting 972 items                                                           
collecting 977 items                                                           
collecting 985 items                                                           
collecting 989 items                                                           
collecting 995 items                                                           
collecting 998 items                                                           
collecting 1001 items                                                          
collecting 1013 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1050 items                                                          
collecting 1057 items                                                          
collecting 1061 items                                                          
collecting 1063 items                                                          
collecting 1078 items                                                          
collecting 1078 items                                                          
collecting 1083 items                                                          
collecting 1083 items                                                          
collecting 1104 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1125 items                                                          
collecting 1125 items                                                          
collecting 1137 items                                                          
collecting 1137 items                                                          
collecting 1146 items                                                          
collecting 1146 items                                                          
collecting 1148 items                                                          
collected 1148 items                                                           

10:41:44 

10:41:44 cb95efaf3c8c: Verifying Checksum
10:41:44 cb95efaf3c8c: Download complete
10:41:44 6972ee7a0535: Verifying Checksum
10:41:44 6972ee7a0535: Download complete
10:41:44 42e90d4c224b: Verifying Checksum
10:41:44 42e90d4c224b: Download complete
10:41:44 aaba0609d543: Pull complete
10:41:44 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

10:41:44 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

10:41:45 80369df48736: Pull complete
10:41:45 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

10:41:45 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

10:41:45 aaba0609d543: Pull complete
10:41:45 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

10:41:45 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

10:41:46 80369df48736: Pull complete
10:41:46 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

10:41:46 aaba0609d543: Pull complete
10:41:46 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

10:41:46 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

10:41:46 33536ac8210e: Pull complete
10:41:46 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

10:41:46 35aa8bff600e: Pull complete
10:41:47 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

10:41:47 6e4c9666aa4e: Pull complete
10:41:47 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

10:41:48 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

10:41:48 33536ac8210e: Pull complete
10:41:48 35aa8bff600e: Pull complete
10:41:48 33536ac8210e: Pull complete
10:41:48 35aa8bff600e: Pull complete
10:41:48 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

10:41:48 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

10:41:48 6e4c9666aa4e: Pull complete
10:41:49 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

10:41:49 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

10:41:49 6e4c9666aa4e: Pull complete
10:41:49 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

10:41:49 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

10:41:49 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

10:41:50 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

10:41:50 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

10:41:50 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

10:41:50 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

10:41:51 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

10:41:51 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

10:41:52 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

10:41:52 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

10:41:52 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

10:41:53 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

10:41:53 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

10:41:53 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

10:41:53 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

10:41:53 42e90d4c224b: Pull complete
10:41:53 441d9888875c: Pull complete
10:41:54 42e90d4c224b: Pull complete
10:41:54 441d9888875c: Pull complete
10:41:54 19e091bd3a45: Pull complete
10:41:54 8343be549dcf: Pull complete
10:41:54 19e091bd3a45: Pull complete
10:41:54 8343be549dcf: Pull complete
10:41:54 4d5b81784d6f: Pull complete
10:41:54 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

10:41:54 ef85f9c4cfcc: Pull complete
10:41:54 bef732e12320: Pull complete
10:41:54 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

10:41:54 4d5b81784d6f: Pull complete
10:41:54 ef85f9c4cfcc: Pull complete
10:41:54 8a7d1b357cc0: Pull complete
10:41:54 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

10:41:54 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

10:41:55 bef732e12320: Pull complete
10:41:55 8a7d1b357cc0: Pull complete
10:41:55 5ef67eeed67a: Pull complete
10:41:55 a2f1b2dc8fb0: Pull complete
10:41:55 4c518b8f598a: Pull complete
10:41:55 5ef67eeed67a: Pull complete
10:41:55 a2f1b2dc8fb0: Pull complete
10:41:55 1fec50840b8d: Pull complete
10:41:55 b85778dde7c6: Pull complete
10:41:55 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

10:41:55 4c518b8f598a: Pull complete
10:41:55 1fec50840b8d: Pull complete
10:41:55 b85778dde7c6: Pull complete
10:41:55 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

10:41:55 42e90d4c224b: Pull complete
10:41:55 441d9888875c: Pull complete
10:41:55 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

10:41:56 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

10:41:56 19e091bd3a45: Pull complete
10:41:56 8343be549dcf: Pull complete
10:41:56 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

10:41:57 4d5b81784d6f: Pull complete
10:41:57 ef85f9c4cfcc: Pull complete
10:41:57 bef732e12320: Pull complete
10:41:57 8a7d1b357cc0: Pull complete
10:41:57 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

10:41:57 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

10:41:57 5ef67eeed67a: Pull complete
10:41:58 a2f1b2dc8fb0: Pull complete
10:41:58 4c518b8f598a: Pull complete
10:41:58 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

10:41:58 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

10:41:58 1fec50840b8d: Pull complete
10:41:58 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

10:41:58 b85778dde7c6: Pull complete
10:41:58 cb95efaf3c8c: Pull complete
10:41:58 0595e0b60abd: Pull complete
10:41:59 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

10:41:59 cb95efaf3c8c: Pull complete
10:41:59 0595e0b60abd: Pull complete
10:42:00 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

10:42:00 6972ee7a0535: Pull complete
10:42:00 Digest: sha256:159217f291b488d97c8617dae6edb2ed52cc9b5be9cb137c0bcfd6ea2738311c
10:42:00 Status: Downloaded newer image for dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf
10:42:00 6972ee7a0535: Pull complete
10:42:00 Digest: sha256:159217f291b488d97c8617dae6edb2ed52cc9b5be9cb137c0bcfd6ea2738311c
10:42:00 Status: Downloaded newer image for dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf
10:42:01 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

10:42:01 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

10:42:01 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

10:42:01 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

10:42:02 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

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

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

10:42:03 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

10:42:04 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

10:42:05 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

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

10:42:05 pre-commit runtests: PYTHONHASHSEED='3231479367'

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

10:42:05 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

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

10:42:05 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

10:42:06 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

10:42:06 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

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

10:42:06 [INFO] Once installed this environment will be reused.

10:42:06 [INFO] This may take a few minutes...

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

10:42:06 pre-commit runtests: PYTHONHASHSEED='3853868324'

10:42:06 pre-commit runtests: commands[0] | pre-commit install

10:42:06 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

10:42:07 pre-commit installed at .git/hooks/pre-commit

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

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

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

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

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

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

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

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

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

10:42:08 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

10:42: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.18.3,PyYAML==5.1.2,six==1.12.0,toml==0.10.0,virtualenv==16.7.7,zipp==0.6.0

10:42:08 pre-commit runtests: PYTHONHASHSEED='125136942'

10:42:08 pre-commit runtests: commands[0] | pre-commit install

10:42:08 pre-commit installed at .git/hooks/pre-commit

10:42:09 pre-commit runtests: commands[1] | pre-commit run --all-files

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

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

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

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

10:42:09 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

10:42:09 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

10:42:09 [INFO] Once installed this environment will be reused.

10:42:09 [INFO] This may take a few minutes...

10:42:09 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

10:42:10 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

10:42:12 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

10:42:12 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

10:42:15 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

10:42:15 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

10:42:16 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

10:42:16 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

10:42:16 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

10:42:17 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

10:42:17 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

10:42:18 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

10:42:19 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

10:42:20 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

10:42:20 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

10:42:21 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

10:42:21 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

10:42:22 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

10:42:24 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

10:42:24 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

10:42:24 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

10:42:25 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

10:42:25 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

10:42:25 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

10:42:26 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

10:42:27 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

10:42:27 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

10:42:27 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

10:42:28 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

10:42:28 [INFO] Once installed this environment will be reused.

10:42:28 [INFO] This may take a few minutes...

10:42:29 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

10:42:29 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

10:42:29 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

10:42:29 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

10:42:29 [INFO] Once installed this environment will be reused.

10:42:29 [INFO] This may take a few minutes...

10:42:29 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

10:42:31 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

10:42:31 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

10:42:31 [INFO] Once installed this environment will be reused.

10:42:31 [INFO] This may take a few minutes...

10:42:31 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

10:42:31 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

10:42:32 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

10:42:33 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

10:42:34 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

10:42:34 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

10:42:35 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

10:42:36 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

10:42:36 tests/acceptance/cli_test.py::CLITestCase::test_exec_on_run_containers PASSED [  4%]

10:42:37 tests/acceptance/cli_test.py::CLITestCase::test_exec_on_run_containers PASSED [  4%]

10:42:38 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

10:42:39 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

10:42:39 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

10:42:39 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

10:42:39 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

10:42:40 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

10:42:40 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

10:42:40 Check for added large files..............................................Passed

10:42:41 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

10:42:41 Check docstring is first.................................................Passed

10:42:41 Check for merge conflicts................................................Passed

10:42:41 Check Yaml...............................................................Passed

10:42:41 Check JSON...............................................................Passed

10:42:41 Check for added large files..............................................Passed

10:42:41 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

10:42:42 Debug Statements (Python)................................................Passed

10:42:42 Check for added large files..............................................Passed

10:42:42 Check docstring is first.................................................Passed

10:42:42 Check for merge conflicts................................................Passed

10:42:42 Check Yaml...............................................................Passed

10:42:42 Check JSON...............................................................Passed

10:42:42 Fix End of Files.........................................................Passed

10:42:42 Debug Statements (Python)................................................Passed

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

10:42:42 Check docstring is first.................................................Passed

10:42:43 Check for merge conflicts................................................Passed

10:42:43 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

10:42:43 Fix End of Files.........................................................Passed

10:42:43 Check Yaml...............................................................Passed

10:42:43 tests/acceptance/cli_test.py::CLITestCase::test_exec_on_run_containers PASSED [  4%]

10:42:43 Check JSON...............................................................Passed

10:42:43 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

10:42:43 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

10:42:44 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

10:42:44 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

10:42:44 Debug Statements (Python)................................................Passed

10:42:44 Fix End of Files.........................................................Passed

10:42:44 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

10:42:45 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

10:42:45 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

10:42:46 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

10:42:46 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

10:42:46 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

10:42:47 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

10:42:48 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

10:42:48 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

10:42:49 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

10:42:49 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

10:42:50 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

10:42:50 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

10:42:50 Flake8...................................................................Passed

10:42:50 Tests should end in _test.py.............................................Passed

10:42:50 Fix requirements.txt.....................................................Passed

10:42:50 Trim Trailing Whitespace.................................................Passed

10:42:51 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

10:42:51 Flake8...................................................................Passed

10:42:51 Tests should end in _test.py.............................................Passed

10:42:51 Fix requirements.txt.....................................................Passed

10:42:51 Trim Trailing Whitespace.................................................Passed

10:42:51 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

10:42:51 Reorder python imports...................................................Passed

10:42:51 ___________________________________ summary ____________________________________

10:42:51   pre-commit: commands succeeded

10:42:51   congratulations :)

10:42:51 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

10:42:52 Reorder python imports...................................................Passed

10:42:52 ___________________________________ summary ____________________________________

10:42:52   pre-commit: commands succeeded

10:42:52   congratulations :)

10:42:52 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

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

10:42:53 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

10:42:53 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

10:42:54 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

10:42:55 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

10:42:56 tests/acceptance/cli_test.py::CLITestCase::test_exec_on_run_containers PASSED [  4%]

10:42:56 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

10:42:56 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

10:42:57 Flake8...................................................................Passed

10:42:57 Tests should end in _test.py.............................................Passed

10:42:57 Fix requirements.txt.....................................................Passed

10:42:57 Trim Trailing Whitespace.................................................Passed

10:42:57 Reorder python imports...................................................Passed

10:42:57 ___________________________________ summary ____________________________________

10:42:57   pre-commit: commands succeeded

10:42:57   congratulations :)

10:42:57 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

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

10:42:58 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

10:42:58 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

10:42:58 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

10:43:00 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

10:43:00 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

10:43:01 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

10:43:01 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

10:43:02 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

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

10:43:02 52af2c2d2f0f: Verifying Checksum
10:43:02 52af2c2d2f0f: Download complete
10:43:02 b0b8081c21b9: Pull complete
10:43:02 fe627842e5f0: Pull complete
10:43:02 7cf61dda384e: Pull complete
10:43:02 52af2c2d2f0f: Pull complete
10:43:02 2c69fa696ee3: Pull complete
10:43:02 Digest: sha256:f9012abb64524df1272f4818244593fb94db77467be591bbbad032402d80242d
10:43:02 Status: Downloaded newer image for dockerswarm/dind:18.09.9
10:43:02 14fb8df73be0028dee082c8baedb5b72157919ea041e61949e3278a14f870987
10:43:02 ++ docker run --rm --tty --link=compose-dind-18.09.9-jenkins-compose-PR-6647-3:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=18.09.9 --entrypoint=tox dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf -e py37 -- --verbose
10:43:02 py37 develop-inst-nodeps: /code

10:43:03 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

10:43:03 py37 installed: altgraph==0.16.1,atomicwrites==1.3.0,attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.3.0,certifi==2017.4.17,cffi==1.13.1,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.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0

10:43:03 py37 runtests: PYTHONHASHSEED='1032223194'

10:43:03 py37 runtests: commands[0] | mkdir -p .coverage-binfiles

10:43:03 py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

10:43:03 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.1,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.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0

10:43:03 py27 runtests: PYTHONHASHSEED='1093549138'

10:43:03 py27 runtests: commands[0] | mkdir -p .coverage-binfiles

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

10:43:03 ============================= test session starts ==============================

10:43:03 platform linux2 -- Python 2.7.13, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py27/bin/python2.7

10:43:03 cachedir: .pytest_cache

10:43:03 rootdir: /code, inifile: tox.ini

10:43:03 plugins: cov-2.5.1

10:43:04 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

10:43:04 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

10:43:04 ============================= test session starts ==============================

10:43:04 platform linux -- Python 3.7.4, pytest-3.6.3, py-1.8.0, pluggy-0.6.0 -- /code/.tox/py37/bin/python3.7

10:43:04 cachedir: .pytest_cache

10:43:04 rootdir: /code, inifile: tox.ini

10:43:04 plugins: cov-2.5.1

10:43:04 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

10:43:06 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

10:43:07 
collecting 0 items                                                             
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 401 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 408 items                                                           
collecting 417 items                                                           
collecting 428 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 447 items                                                           
collecting 447 items                                                           
collecting 464 items                                                           
collecting 477 items                                                           
collecting 477 items                                                           
collecting 495 items                                                           
collecting 496 items                                                           
collecting 496 items                                                           
collecting 504 items                                                           
collecting 504 items                                                           
collecting 509 items                                                           
collecting 512 items                                                           
collecting 521 items                                                           
collecting 521 items                                                           
collecting 552 items                                                           
collecting 552 items                                                           
collecting 626 items                                                           
collecting 627 items                                                           
collecting 630 items                                                           
collecting 634 items                                                           
collecting 635 items                                                           
collecting 645 items                                                           
collecting 648 items                                                           
collecting 651 items                                                           
collecting 651 items                                                           
collecting 656 items                                                           
collecting 656 items                                                           
collecting 669 items                                                           
collecting 672 items                                                           
collecting 672 items                                                           
collecting 674 items                                                           
collecting 674 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 692 items                                                           
collecting 708 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 725 items                                                           
collecting 725 items                                                           
collecting 727 items                                                           
collecting 727 items                                                           
collecting 730 items                                                           
collecting 730 items                                                           
collecting 734 items                                                           
collecting 734 items                                                           
collecting 738 items                                                           
collecting 738 items                                                           
collecting 741 items                                                           
collecting 746 items                                                           
collecting 746 items                                                           
collecting 749 items                                                           
collecting 749 items                                                           
collecting 753 items                                                           
collecting 753 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 764 items                                                           
collecting 769 items                                                           
collecting 769 items                                                           
collecting 773 items                                                           
collecting 773 items                                                           
collecting 917 items                                                           
collecting 925 items                                                           
collecting 933 items                                                           
collecting 936 items                                                           
collecting 946 items                                                           
collecting 957 items                                                           
collecting 963 items                                                           
collecting 969 items                                                           
collecting 972 items                                                           
collecting 977 items                                                           
collecting 985 items                                                           
collecting 989 items                                                           
collecting 995 items                                                           
collecting 998 items                                                           
collecting 1001 items                                                          
collecting 1013 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1050 items                                                          
collecting 1057 items                                                          
collecting 1061 items                                                          
collecting 1063 items                                                          
collecting 1078 items                                                          
collecting 1078 items                                                          
collecting 1083 items                                                          
collecting 1083 items                                                          
collecting 1104 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1125 items                                                          
collecting 1125 items                                                          
collecting 1137 items                                                          
collecting 1137 items                                                          
collecting 1146 items                                                          
collecting 1146 items                                                          
collecting 1148 items                                                          
collected 1148 items                                                           

10:43:07 

10:43:07 
collecting 0 items                                                             
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 401 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 408 items                                                           
collecting 417 items                                                           
collecting 428 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 447 items                                                           
collecting 447 items                                                           
collecting 464 items                                                           
collecting 477 items                                                           
collecting 477 items                                                           
collecting 495 items                                                           
collecting 496 items                                                           
collecting 496 items                                                           
collecting 504 items                                                           
collecting 504 items                                                           
collecting 509 items                                                           
collecting 512 items                                                           
collecting 521 items                                                           
collecting 521 items                                                           
collecting 552 items                                                           
collecting 552 items                                                           
collecting 626 items                                                           
collecting 627 items                                                           
collecting 630 items                                                           
collecting 634 items                                                           
collecting 635 items                                                           
collecting 645 items                                                           
collecting 648 items                                                           
collecting 651 items                                                           
collecting 651 items                                                           
collecting 656 items                                                           
collecting 656 items                                                           
collecting 669 items                                                           
collecting 672 items                                                           
collecting 672 items                                                           
collecting 674 items                                                           
collecting 674 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 692 items                                                           
collecting 708 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 725 items                                                           
collecting 725 items                                                           
collecting 727 items                                                           
collecting 727 items                                                           
collecting 730 items                                                           
collecting 730 items                                                           
collecting 734 items                                                           
collecting 734 items                                                           
collecting 738 items                                                           
collecting 738 items                                                           
collecting 741 items                                                           
collecting 746 items                                                           
collecting 746 items                                                           
collecting 749 items                                                           
collecting 749 items                                                           
collecting 753 items                                                           
collecting 753 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 764 items                                                           
collecting 769 items                                                           
collecting 769 items                                                           
collecting 773 items                                                           
collecting 773 items                                                           
collecting 917 items                                                           
collecting 925 items                                                           
collecting 933 items                                                           
collecting 936 items                                                           
collecting 946 items                                                           
collecting 957 items                                                           
collecting 963 items                                                           
collecting 969 items                                                           
collecting 972 items                                                           
collecting 977 items                                                           
collecting 985 items                                                           
collecting 989 items                                                           
collecting 995 items                                                           
collecting 998 items                                                           
collecting 1001 items                                                          
collecting 1013 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1050 items                                                          
collecting 1057 items                                                          
collecting 1061 items                                                          
collecting 1063 items                                                          
collecting 1078 items                                                          
collecting 1078 items                                                          
collecting 1083 items                                                          
collecting 1083 items                                                          
collecting 1104 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1125 items                                                          
collecting 1125 items                                                          
collecting 1137 items                                                          
collecting 1137 items                                                          
collecting 1146 items                                                          
collecting 1146 items                                                          
collecting 1148 items                                                          
collected 1148 items                                                           

10:43:07 

10:43:07 144de9716cd4: Verifying Checksum
10:43:07 144de9716cd4: Download complete
10:43:07 779c3a25c03c: Pull complete
10:43:07 4e71514844de: Pull complete
10:43:07 1cd133cf5785: Pull complete
10:43:07 144de9716cd4: Pull complete
10:43:07 2a71f6cfbd98: Pull complete
10:43:07 Digest: sha256:dd47c4a120b9aec41f8e707018d85514e4061c2e15c917a5f2259aa05bfaa397
10:43:07 Status: Downloaded newer image for dockerswarm/dind:19.03.4
10:43:07 90986ac35e4938af6dea2c1a4ec943859bcf0ff7a3030a1e05e26209669921ee
10:43:07 ++ docker run --rm --tty --link=compose-dind-19.03.4-jenkins-compose-PR-6647-3:docker --env=DOCKER_HOST=tcp://docker:2375 --env=DOCKER_VERSION=19.03.4 --entrypoint=tox dockerbuildbot/compose:debian-f2127369d96a2ecc88931a3101b526fe873c0caf -e py37 -- --verbose
10:43:08 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

10:43:08 py37 develop-inst-nodeps: /code

10:43:09 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.1,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.4,PySocks==1.6.7,pytest==3.6.3,pytest-cov==2.5.1,PyYAML==4.2b1,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.6,websocket-client==0.32.0

10:43:09 py37 runtests: PYTHONHASHSEED='1305670150'

10:43:09 py37 runtests: commands[0] | mkdir -p .coverage-binfiles

10:43:09 py37 runtests: commands[1] | py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose

10:43:10 ============================= test session starts ==============================

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

10:43:10 cachedir: .pytest_cache

10:43:10 rootdir: /code, inifile: tox.ini

10:43:10 plugins: cov-2.5.1

10:43:11 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

10:43:12 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

10:43:13 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

10:43:13 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

10:43:13 
collecting 0 items                                                             
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 197 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 198 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 201 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 269 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 272 items                                                           
collecting 401 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 405 items                                                           
collecting 408 items                                                           
collecting 417 items                                                           
collecting 428 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 436 items                                                           
collecting 447 items                                                           
collecting 447 items                                                           
collecting 464 items                                                           
collecting 477 items                                                           
collecting 477 items                                                           
collecting 495 items                                                           
collecting 496 items                                                           
collecting 496 items                                                           
collecting 504 items                                                           
collecting 504 items                                                           
collecting 509 items                                                           
collecting 512 items                                                           
collecting 521 items                                                           
collecting 521 items                                                           
collecting 552 items                                                           
collecting 552 items                                                           
collecting 626 items                                                           
collecting 627 items                                                           
collecting 630 items                                                           
collecting 634 items                                                           
collecting 635 items                                                           
collecting 645 items                                                           
collecting 648 items                                                           
collecting 651 items                                                           
collecting 651 items                                                           
collecting 656 items                                                           
collecting 656 items                                                           
collecting 669 items                                                           
collecting 672 items                                                           
collecting 672 items                                                           
collecting 674 items                                                           
collecting 674 items                                                           
collecting 676 items                                                           
collecting 676 items                                                           
collecting 677 items                                                           
collecting 677 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 678 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 680 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 688 items                                                           
collecting 692 items                                                           
collecting 708 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 711 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 719 items                                                           
collecting 725 items                                                           
collecting 725 items                                                           
collecting 727 items                                                           
collecting 727 items                                                           
collecting 730 items                                                           
collecting 730 items                                                           
collecting 734 items                                                           
collecting 734 items                                                           
collecting 738 items                                                           
collecting 738 items                                                           
collecting 741 items                                                           
collecting 746 items                                                           
collecting 746 items                                                           
collecting 749 items                                                           
collecting 749 items                                                           
collecting 753 items                                                           
collecting 753 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 760 items                                                           
collecting 764 items                                                           
collecting 769 items                                                           
collecting 769 items                                                           
collecting 773 items                                                           
collecting 773 items                                                           
collecting 917 items                                                           
collecting 925 items                                                           
collecting 933 items                                                           
collecting 936 items                                                           
collecting 946 items                                                           
collecting 957 items                                                           
collecting 963 items                                                           
collecting 969 items                                                           
collecting 972 items                                                           
collecting 977 items                                                           
collecting 985 items                                                           
collecting 989 items                                                           
collecting 995 items                                                           
collecting 998 items                                                           
collecting 1001 items                                                          
collecting 1013 items                                                          
collecting 1044 items                                                          
collecting 1047 items                                                          
collecting 1050 items                                                          
collecting 1057 items                                                          
collecting 1061 items                                                          
collecting 1063 items                                                          
collecting 1078 items                                                          
collecting 1078 items                                                          
collecting 1083 items                                                          
collecting 1083 items                                                          
collecting 1104 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1116 items                                                          
collecting 1125 items                                                          
collecting 1125 items                                                          
collecting 1137 items                                                          
collecting 1137 items                                                          
collecting 1146 items                                                          
collecting 1146 items                                                          
collecting 1148 items                                                          
collected 1148 items                                                           

10:43:13 

10:43:13 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  5%]

10:43:14 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

10:43:15 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

10:43:15 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

10:43:16 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

10:43:16 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

10:43:16 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

10:43:16 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  5%]

10:43:16 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

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

10:43:18 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

10:43:18 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

10:43:18 tests/acceptance/cli_test.py::CLITestCase::test_build_failed PASSED      [  0%]

10:43:18 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

10:43:19 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

10:43:20 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

10:43:20 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

10:43:20 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

10:43:21 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

10:43:21 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

10:43:21 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm PASSED [  0%]

10:43:21 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  5%]

10:43:23 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

10:43:23 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

10:43:23 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

10:43:24 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

10:43:24 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

10:43:25 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

10:43:25 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

10:43:26 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

10:43:26 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

10:43:26 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

10:43:26 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

10:43:28 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

10:43:28 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

10:43:28 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

10:43:29 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

10:43:30 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

10:43:30 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

10:43:31 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

10:43:31 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

10:43:31 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

10:43:31 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

10:43:31 tests/acceptance/cli_test.py::CLITestCase::test_build_log_level PASSED   [  0%]

10:43:32 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

10:43:32 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

10:43:33 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

10:43:33 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  5%]

10:43:33 tests/acceptance/cli_test.py::CLITestCase::test_build_memory_build_option PASSED [  0%]

10:43:34 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

10:43:34 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

10:43:34 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

10:43:35 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

10:43:35 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

10:43:36 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

10:43:36 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

10:43:36 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  6%]

10:43:36 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

10:43:36 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

10:43:37 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

10:43:37 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

10:43:37 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache PASSED    [  0%]

10:43:37 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

10:43:38 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

10:43:38 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

10:43:38 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

10:43:38 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

10:43:38 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

10:43:38 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

10:43:39 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

10:43:39 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

10:43:39 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

10:43:39 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

10:43:40 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

10:43:40 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

10:43:40 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  6%]

10:43:41 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

10:43:42 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

10:43:42 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

10:43:42 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

10:43:42 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

10:43:43 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

10:43:43 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

10:43:43 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

10:43:43 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

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

10:43:44 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull PASSED [  0%]

10:43:44 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

10:43:44 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

10:43:45 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

10:43:45 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

10:43:45 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  6%]

10:43:45 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir PASSED [  0%]

10:43:46 tests/acceptance/cli_test.py::CLITestCase::test_build_override_dir_invalid_path PASSED [  0%]

10:43:46 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

10:43:46 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

10:43:46 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

10:43:47 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

10:43:47 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

10:43:47 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

10:43:47 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

10:43:47 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

10:43:48 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

10:43:48 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

10:43:48 tests/acceptance/cli_test.py::CLITestCase::test_exec_on_run_containers PASSED [  4%]

10:43:48 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

10:43:49 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

10:43:49 tests/acceptance/cli_test.py::CLITestCase::test_build_parallel PASSED    [  0%]

10:43:49 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

10:43:50 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

10:43:50 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

10:43:51 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

10:43:51 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

10:43:51 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

10:43:52 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

10:43:52 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

10:43:52 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

10:43:52 tests/acceptance/cli_test.py::CLITestCase::test_build_plain PASSED       [  0%]

10:43:52 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

10:43:53 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

10:43:53 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

10:43:54 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

10:43:54 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

10:43:55 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

10:43:55 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

10:43:55 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  6%]

10:43:55 tests/acceptance/cli_test.py::CLITestCase::test_build_pull PASSED        [  0%]

10:43:56 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

10:43:56 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

10:43:57 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

10:43:57 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

10:43:57 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

10:43:58 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

10:43:58 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

10:43:58 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

10:43:58 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

10:43:58 tests/acceptance/cli_test.py::CLITestCase::test_build_rm XPASS           [  1%]

10:43:58 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

10:44:00 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

10:44:00 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

10:44:00 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  7%]

10:44:00 tests/acceptance/cli_test.py::CLITestCase::test_build_shm_size_build_option PASSED [  1%]

10:44:01 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

10:44:01 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

10:44:01 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

10:44:02 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

10:44:02 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

10:44:03 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

10:44:04 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_cli_override PASSED [  1%]

10:44:04 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

10:44:04 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

10:44:05 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

10:44:05 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

10:44:05 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

10:44:05 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

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

10:44:06 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

10:44:06 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

10:44:07 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

10:44:07 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

10:44:07 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

10:44:07 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  7%]

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

10:44:07 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

10:44:08 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_from_compose_file PASSED [  1%]

10:44:08 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

10:44:08 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

10:44:09 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

10:44:09 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

10:44:09 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

10:44:09 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

10:44:10 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

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

10:44:10 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

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

10:44:10 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

10:44:10 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  7%]

10:44:11 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

10:44:11 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

10:44:11 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

10:44:12 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2_x PASSED [  2%]

10:44:12 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

10:44:12 tests/acceptance/cli_test.py::CLITestCase::test_build_with_buildarg_old_api_version PASSED [  1%]

10:44:12 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

10:44:12 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

10:44:12 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

10:44:13 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests PASSED [  1%]

10:44:13 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

10:44:13 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

10:44:14 tests/acceptance/cli_test.py::CLITestCase::test_config_compatibility_mode PASSED [  1%]

10:44:14 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

10:44:14 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

10:44:14 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

10:44:14 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

10:44:14 tests/acceptance/cli_test.py::CLITestCase::test_config_default PASSED    [  1%]

10:44:15 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

10:44:15 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

10:44:15 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

10:44:15 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

10:44:15 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network PASSED [  1%]

10:44:15 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

10:44:16 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

10:44:16 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

10:44:16 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network_v3_5 PASSED [  1%]

10:44:16 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

10:44:16 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

10:44:17 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v2 PASSED [  1%]

10:44:17 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

10:44:17 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

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

10:44:17 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

10:44:17 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

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

10:44:18 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

10:44:18 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

10:44:18 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

10:44:18 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_4 PASSED [  2%]

10:44:19 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

10:44:19 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

10:44:19 tests/acceptance/cli_test.py::CLITestCase::test_config_external_volume_v3_x PASSED [  2%]

10:44:19 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

10:44:19 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  7%]

10:44:19 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

10:44:20 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

10:44:20 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

10:44:20 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services PASSED [  2%]

10:44:20 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

10:44:20 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

10:44:21 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

10:44:21 tests/acceptance/cli_test.py::CLITestCase::test_config_list_volumes PASSED [  2%]

10:44:21 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

10:44:21 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

10:44:21 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet PASSED      [  2%]

10:44:21 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

10:44:22 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

10:44:22 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

10:44:22 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error PASSED [  2%]

10:44:23 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  8%]

10:44:23 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

10:44:23 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

10:44:23 tests/acceptance/cli_test.py::CLITestCase::test_config_restart PASSED    [  2%]

10:44:24 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

10:44:24 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 PASSED         [  2%]

10:44:24 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

10:44:25 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

10:44:25 tests/acceptance/cli_test.py::CLITestCase::test_config_v3 PASSED         [  2%]

10:44:25 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

10:44:25 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

10:44:25 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

10:44:25 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

10:44:26 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

10:44:26 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env PASSED [  2%]

10:44:26 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

10:44:26 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

10:44:26 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

10:44:27 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

10:44:27 tests/acceptance/cli_test.py::CLITestCase::test_config_with_dot_env_and_override_dir PASSED [  2%]

10:44:27 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

10:44:27 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

10:44:27 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  5%]

10:44:28 tests/acceptance/cli_test.py::CLITestCase::test_config_with_env_file PASSED [  3%]

10:44:28 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

10:44:28 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

10:44:28 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

10:44:28 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

10:44:29 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

10:44:29 tests/acceptance/cli_test.py::CLITestCase::test_config_with_hash_option PASSED [  3%]

10:44:29 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

10:44:29 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

10:44:29 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

10:44:30 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

10:44:30 tests/acceptance/cli_test.py::CLITestCase::test_create PASSED            [  3%]

10:44:30 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

10:44:30 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

10:44:31 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

10:44:31 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

10:44:31 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  8%]

10:44:31 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

10:44:31 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

10:44:32 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

10:44:32 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

10:44:32 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate PASSED [  3%]

10:44:32 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

10:44:33 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate PASSED [  3%]

10:44:33 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

10:44:34 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  8%]

10:44:34 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

10:44:34 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

10:44:35 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate PASSED [  3%]

10:44:35 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

10:44:35 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

10:44:35 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

10:44:36 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

10:44:37 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

10:44:37 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

10:44:38 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

10:44:38 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

10:44:38 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

10:44:39 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

10:44:39 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

10:44:40 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

10:44:41 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

10:44:41 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

10:44:41 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  8%]

10:44:42 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

10:44:42 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

10:44:42 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

10:44:42 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

10:44:44 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

10:44:44 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

10:44:44 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

10:44:44 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

10:44:44 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

10:44:45 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

10:44:47 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

10:44:48 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

10:44:48 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

10:44:48 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

10:44:49 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

10:44:49 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

10:44:49 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

10:44:50 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

10:44:50 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

10:44:51 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

10:44:51 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

10:44:51 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

10:44:51 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

10:44:51 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  6%]

10:44:51 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

10:44:51 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

10:44:52 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

10:44:53 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

10:44:53 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

10:44:53 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

10:44:53 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

10:44:53 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

10:44:53 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

10:44:54 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

10:44:54 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

10:44:54 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

10:44:55 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  9%]

10:44:55 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

10:44:56 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

10:44:56 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

10:44:56 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

10:44:56 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

10:44:56 tests/acceptance/cli_test.py::CLITestCase::test_down PASSED              [  3%]

10:44:56 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag PASSED [  3%]

10:44:57 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

10:44:58 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

10:44:58 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

10:44:58 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

10:44:58 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

10:44:58 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

10:44:58 tests/acceptance/cli_test.py::CLITestCase::test_down_signal PASSED       [  3%]

10:44:59 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

10:44:59 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

10:45:00 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

10:45:01 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

10:45:01 tests/acceptance/cli_test.py::CLITestCase::test_down_timeout PASSED      [  3%]

10:45:02 tests/acceptance/cli_test.py::CLITestCase::test_events_json PASSED       [  4%]

10:45:02 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

10:45:02 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file PASSED [  3%]

10:45:03 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

10:45:03 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

10:45:03 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

10:45:03 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

10:45:03 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

10:45:03 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

10:45:04 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable PASSED [  4%]

10:45:05 tests/acceptance/cli_test.py::CLITestCase::test_exec_on_run_containers PASSED [  4%]

10:45:06 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

10:45:06 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

10:45:07 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

10:45:07 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  9%]

10:45:07 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

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

10:45:07 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

10:45:08 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  9%]

10:45:08 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

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

10:45:09 tests/acceptance/cli_test.py::CLITestCase::test_exec_on_run_containers PASSED [  4%]

10:45:09 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

10:45:09 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

10:45:09 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user PASSED  [  4%]

10:45:10 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

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

10:45:11 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

10:45:11 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

10:45:11 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

10:45:12 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

10:45:12 tests/acceptance/cli_test.py::CLITestCase::test_exec_service_with_environment_overridden PASSED [  4%]

10:45:12 tests/acceptance/cli_test.py::CLITestCase::test_exec_detach_long_form PASSED [  4%]

10:45:12 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

10:45:13 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

10:45:13 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

10:45:13 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

10:45:13 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

10:45:14 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

10:45:14 tests/acceptance/cli_test.py::CLITestCase::test_exec_on_run_containers PASSED [  4%]

10:45:14 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  9%]

10:45:15 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

10:45:16 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

10:45:16 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

10:45:17 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

10:45:17 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

10:45:17 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  7%]

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

10:45:17 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

10:45:18 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

10:45:19 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

10:45:19 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty PASSED  [  4%]

10:45:19 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

10:45:21 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

10:45:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 10%]

10:45:21 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

10:45:21 tests/acceptance/cli_test.py::CLITestCase::test_exec_workdir PASSED      [  4%]

10:45:22 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

10:45:22 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

10:45:23 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

10:45:23 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

10:45:25 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

10:45:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

10:45:25 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

10:45:25 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

10:45:26 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

10:45:27 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

10:45:27 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

10:45:27 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

10:45:27 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

10:45:28 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

10:45:28 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

10:45:29 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

10:45:29 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

10:45:29 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

10:45:30 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

10:45:31 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

10:45:32 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

10:45:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

10:45:33 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

10:45:33 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

10:45:33 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

10:45:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

10:45:34 tests/acceptance/cli_test.py::CLITestCase::test_exit_code_from_signal_stop PASSED [  4%]

10:45:34 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

10:45:35 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

10:45:35 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 10%]

10:45:36 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

10:45:36 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

10:45:36 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

10:45:36 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

10:45:37 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

10:45:38 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

10:45:38 tests/acceptance/cli_test.py::CLITestCase::test_expanded_port PASSED     [  4%]

10:45:38 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

10:45:38 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

10:45:39 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

10:45:39 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

10:45:39 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 10%]

10:45:40 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 10%]

10:45:40 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

10:45:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

10:45:41 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  8%]

10:45:41 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

10:45:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

10:45:42 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

10:45:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

10:45:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

10:45:42 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

10:45:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

10:45:42 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  5%]

10:45:43 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

10:45:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

10:45:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

10:45:44 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

10:45:44 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

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

10:45:45 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

10:45:45 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

10:45:45 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

10:45:46 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

10:45:46 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  5%]

10:45:46 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

10:45:47 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

10:45:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

10:45:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

10:45:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

10:45:48 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

10:45:48 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

10:45:49 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

10:45:49 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

10:45:49 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

10:45:49 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

10:45:50 tests/acceptance/cli_test.py::CLITestCase::test_forward_exitval PASSED   [  4%]

10:45:50 tests/acceptance/cli_test.py::CLITestCase::test_help PASSED              [  4%]

10:45:50 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

10:45:51 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

10:45:51 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

10:45:51 tests/acceptance/cli_test.py::CLITestCase::test_help_nonexistent PASSED  [  5%]

10:45:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

10:45:52 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

10:45:52 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

10:45:53 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path PASSED [  5%]

10:45:53 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

10:45:53 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

10:45:54 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable PASSED [  5%]

10:45:54 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

10:45:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

10:45:54 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container PASSED [  5%]

10:45:55 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

10:45:55 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

10:45:55 tests/acceptance/cli_test.py::CLITestCase::test_images PASSED            [  5%]

10:45:56 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

10:45:56 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

10:45:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

10:45:58 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

10:45:58 tests/acceptance/cli_test.py::CLITestCase::test_images_default_composefile PASSED [  5%]

10:45:58 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

10:45:58 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

10:45:59 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

10:45:59 tests/acceptance/cli_test.py::CLITestCase::test_images_tagless_image PASSED [  5%]

10:46:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

10:46:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

10:46:00 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

10:46:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

10:46:01 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

10:46:01 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

10:46:01 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

10:46:02 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

10:46:02 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

10:46:02 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

10:46:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

10:46:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

10:46:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

10:46:04 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

10:46:04 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

10:46:04 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

10:46:04 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  6%]

10:46:04 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

10:46:05 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

10:46:05 tests/acceptance/cli_test.py::CLITestCase::test_images_use_service_tag PASSED [  5%]

10:46:05 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

10:46:05 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

10:46:05 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

10:46:06 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

10:46:06 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

10:46:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

10:46:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

10:46:07 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

10:46:07 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

10:46:07 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

10:46:07 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

10:46:07 tests/acceptance/cli_test.py::CLITestCase::test_kill PASSED              [  5%]

10:46:08 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

10:46:08 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

10:46:08 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  6%]

10:46:09 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

10:46:09 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

10:46:10 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

10:46:10 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop PASSED [  5%]

10:46:10 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

10:46:11 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

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

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

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

10:46:11 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

10:46:12 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

10:46:12 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

10:46:12 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

10:46:12 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

10:46:13 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

10:46:13 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

10:46:13 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service PASSED [  5%]

10:46:13 tests/acceptance/cli_test.py::CLITestCase::test_logs_default SKIPPED     [  6%]

10:46:14 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 12%]

10:46:15 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

10:46:15 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow PASSED       [  6%]

10:46:15 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers SKIPPED [  6%]

10:46:15 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_restarted_containers SKIPPED [  6%]

10:46:15 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

10:46:15 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

10:46:15 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

10:46:16 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name PASSED [  6%]

10:46:16 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

10:46:17 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  9%]

10:46:17 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

10:46:17 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

10:46:18 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

10:46:18 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

10:46:19 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

10:46:19 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits PASSED [  6%]

10:46:19 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

10:46:19 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

10:46:20 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

10:46:20 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

10:46:20 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

10:46:20 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

10:46:20 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

10:46:20 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

10:46:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

10:46:21 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail PASSED         [  6%]

10:46:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

10:46:22 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

10:46:22 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

10:46:23 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

10:46:23 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

10:46:24 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps PASSED   [  6%]

10:46:24 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

10:46:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

10:46:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

10:46:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

10:46:25 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers PASSED [  6%]

10:46:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

10:46:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

10:46:26 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

10:46:27 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

10:46:27 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

10:46:27 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

10:46:28 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

10:46:28 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause PASSED     [  6%]

10:46:28 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

10:46:28 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

10:46:28 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  7%]

10:46:29 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

10:46:29 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

10:46:29 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

10:46:29 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

10:46:30 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

10:46:30 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

10:46:30 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

10:46:30 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

10:46:30 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

10:46:31 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

10:46:31 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

10:46:31 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

10:46:31 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

10:46:32 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

10:46:32 tests/acceptance/cli_test.py::CLITestCase::test_port PASSED              [  6%]

10:46:32 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

10:46:32 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 12%]

10:46:32 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

10:46:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

10:46:33 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

10:46:33 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 12%]

10:46:33 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  7%]

10:46:34 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

10:46:35 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

10:46:35 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

10:46:35 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

10:46:35 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

10:46:35 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

10:46:35 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

10:46:36 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale PASSED   [  6%]

10:46:37 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

10:46:37 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

10:46:37 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

10:46:38 tests/acceptance/cli_test.py::CLITestCase::test_ps PASSED                [  7%]

10:46:38 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

10:46:38 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

10:46:39 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

10:46:39 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

10:46:39 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

10:46:39 tests/acceptance/cli_test.py::CLITestCase::test_ps_all PASSED            [  7%]

10:46:40 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

10:46:40 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 12%]

10:46:40 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

10:46:41 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

10:46:41 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

10:46:41 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile PASSED [  7%]

10:46:42 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

10:46:42 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

10:46:42 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

10:46:44 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

10:46:44 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile PASSED [  7%]

10:46:44 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

10:46:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

10:46:45 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

10:46:45 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

10:46:45 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

10:46:46 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

10:46:46 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

10:46:46 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_option PASSED [  7%]

10:46:46 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 10%]

10:46:47 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

10:46:47 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

10:46:47 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

10:46:47 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

10:46:48 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

10:46:48 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

10:46:48 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

10:46:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

10:46:49 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

10:46:49 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

10:46:49 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

10:46:49 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

10:46:50 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

10:46:50 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

10:46:50 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

10:46:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

10:46:51 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

10:46:51 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

10:46:51 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

10:46:51 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

10:46:51 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  8%]

10:46:52 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

10:46:53 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

10:46:53 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

10:46:53 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

10:46:53 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

10:46:53 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

10:46:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

10:46:54 tests/acceptance/cli_test.py::CLITestCase::test_ps_services_filter_status PASSED [  7%]

10:46:54 tests/acceptance/cli_test.py::CLITestCase::test_pull PASSED              [  7%]

10:46:55 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

10:46:55 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

10:46:55 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_build PASSED   [  7%]

10:46:55 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

10:46:55 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

10:46:56 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  8%]

10:46:56 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

10:46:56 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest PASSED  [  7%]

10:46:56 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

10:46:56 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

10:46:57 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

10:46:57 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures PASSED [  7%]

10:46:58 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

10:46:58 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

10:46:58 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

10:46:59 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_include_deps PASSED [  7%]

10:46:59 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

10:46:59 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

10:46:59 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

10:46:59 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

10:46:59 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

10:47:00 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_no_deps PASSED [  8%]

10:47:00 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

10:47:00 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

10:47:00 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

10:47:00 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

10:47:00 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_parallel_failure PASSED [  8%]

10:47:01 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

10:47:02 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

10:47:02 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

10:47:02 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_quiet PASSED   [  8%]

10:47:03 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

10:47:03 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

10:47:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

10:47:03 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

10:47:03 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

10:47:03 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

10:47:04 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

10:47:04 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

10:47:04 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

10:47:05 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

10:47:05 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

10:47:06 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

10:47:06 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

10:47:06 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 14%]

10:47:07 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

10:47:07 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

10:47:08 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

10:47:08 tests/acceptance/cli_test.py::CLITestCase::test_quiet_build PASSED       [  8%]

10:47:08 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

10:47:08 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

10:47:08 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

10:47:09 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

10:47:09 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

10:47:09 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

10:47:09 tests/acceptance/cli_test.py::CLITestCase::test_restart PASSED           [  8%]

10:47:10 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers PASSED [  8%]

10:47:10 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

10:47:10 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

10:47:10 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

10:47:11 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

10:47:11 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

10:47:11 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

10:47:11 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

10:47:11 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

10:47:11 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container PASSED [  8%]

10:47:12 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

10:47:12 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

10:47:13 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

10:47:13 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

10:47:14 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

10:47:14 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

10:47:14 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

10:47:14 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

10:47:14 tests/acceptance/cli_test.py::CLITestCase::test_rm PASSED                [  8%]

10:47:14 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

10:47:14 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

10:47:16 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

10:47:16 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

10:47:16 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

10:47:16 tests/acceptance/cli_test.py::CLITestCase::test_rm_all PASSED            [  8%]

10:47:17 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

10:47:18 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

10:47:18 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

10:47:18 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

10:47:19 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

10:47:19 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

10:47:19 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

10:47:20 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

10:47:20 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

10:47:20 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

10:47:20 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

10:47:21 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

10:47:21 tests/acceptance/cli_test.py::CLITestCase::test_rm_stop PASSED           [  8%]

10:47:22 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

10:47:22 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

10:47:23 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

10:47:23 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

10:47:24 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

10:47:24 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  9%]

10:47:24 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 14%]

10:47:24 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

10:47:25 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

10:47:25 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

10:47:26 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

10:47:26 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 14%]

10:47:27 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

10:47:27 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

10:47:27 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

10:47:27 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

10:47:28 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network PASSED [  8%]

10:47:28 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

10:47:29 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

10:47:29 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

10:47:29 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

10:47:29 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

10:47:29 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  9%]

10:47:30 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

10:47:30 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

10:47:30 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

10:47:31 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

10:47:31 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers PASSED [  8%]

10:47:31 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

10:47:31 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

10:47:31 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

10:47:32 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

10:47:32 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

10:47:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

10:47:33 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system PASSED [  9%]

10:47:33 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

10:47:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

10:47:34 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

10:47:34 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sighup PASSED [  9%]

10:47:34 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

10:47:34 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

10:47:35 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

10:47:35 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

10:47:35 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

10:47:36 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

10:47:36 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

10:47:36 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint PASSED [  9%]

10:47:37 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

10:47:37 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

10:47:37 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

10:47:37 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm PASSED [  9%]

10:47:38 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

10:47:38 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

10:47:38 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 14%]

10:47:39 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

10:47:39 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

10:47:40 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

10:47:41 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

10:47:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

10:47:41 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

10:47:41 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

10:47:42 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

10:47:42 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

10:47:42 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

10:47:43 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

10:47:43 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

10:47:44 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

10:47:44 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

10:47:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

10:47:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

10:47:44 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

10:47:45 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

10:47:45 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network PASSED [  9%]

10:47:45 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

10:47:46 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 12%]

10:47:46 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

10:47:46 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

10:47:46 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

10:47:46 tests/acceptance/cli_test.py::CLITestCase::test_run_label_flag PASSED    [  9%]

10:47:47 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

10:47:47 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

10:47:47 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

10:47:47 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

10:47:48 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

10:47:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

10:47:49 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

10:47:50 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_multiple_volumes PASSED [  9%]

10:47:50 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

10:47:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 10%]

10:47:51 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

10:47:51 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

10:47:52 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

10:47:52 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

10:47:52 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

10:47:52 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume PASSED [  9%]

10:47:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

10:47:53 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

10:47:53 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

10:47:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

10:47:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

10:47:54 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

10:47:54 tests/acceptance/cli_test.py::CLITestCase::test_run_one_off_with_volume_merge PASSED [  9%]

10:47:55 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

10:47:56 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 10%]

10:47:56 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

10:47:56 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

10:47:57 tests/acceptance/cli_test.py::CLITestCase::test_run_rm PASSED            [  9%]

10:47:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

10:47:57 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

10:47:58 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint PASSED [  9%]

10:47:59 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

10:48:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

10:48:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

10:48:00 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

10:48:00 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden PASSED [ 10%]

10:48:00 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

10:48:01 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

10:48:01 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

10:48:02 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

10:48:02 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command PASSED [ 10%]

10:48:02 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

10:48:02 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

10:48:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

10:48:03 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

10:48:03 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

10:48:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

10:48:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

10:48:04 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden PASSED [ 10%]

10:48:04 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

10:48:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

10:48:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

10:48:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

10:48:05 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

10:48:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

10:48:06 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

10:48:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies PASSED [ 10%]

10:48:07 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

10:48:08 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

10:48:08 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

10:48:08 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

10:48:08 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%]

10:48:09 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

10:48:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

10:48:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

10:48:10 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED    [ 16%]

10:48:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

10:48:11 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint PASSED [ 10%]

10:48:11 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

10:48:12 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

10:48:12 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

10:48:12 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

10:48:13 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

10:48:13 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

10:48:14 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

10:48:14 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

10:48:14 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

10:48:14 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

10:48:14 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

10:48:15 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

10:48:15 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

10:48:15 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

10:48:15 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden PASSED [ 10%]

10:48:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

10:48:17 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

10:48:17 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

10:48:18 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

10:48:18 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

10:48:18 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

10:48:18 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

10:48:18 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

10:48:19 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

10:48:19 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

10:48:19 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

10:48:19 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%]

10:48:20 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

10:48:20 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

10:48:20 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

10:48:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden PASSED [ 10%]

10:48:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

10:48:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

10:48:22 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environment_overridden PASSED [ 10%]

10:48:22 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

10:48:23 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ip_ports PASSED [ 10%]

10:48:23 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

10:48:24 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

10:48:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

10:48:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

10:48:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%]

10:48:24 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

10:48:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_mapped_ports PASSED [ 10%]

10:48:25 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

10:48:25 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

10:48:25 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

10:48:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

10:48:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

10:48:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED    [ 16%]

10:48:26 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

10:48:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

10:48:27 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links PASSED [ 10%]

10:48:28 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

10:48:28 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

10:48:28 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

10:48:28 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports PASSED [ 10%]

10:48:29 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

10:48:29 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

10:48:30 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

10:48:30 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

10:48:31 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

10:48:31 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

10:48:31 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%]

10:48:31 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

10:48:31 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

10:48:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

10:48:33 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%]

10:48:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

10:48:33 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

10:48:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_scaled_dependencies PASSED [ 11%]

10:48:33 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

10:48:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED  [ 16%]

10:48:35 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

10:48:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%]

10:48:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

10:48:36 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

10:48:36 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

10:48:36 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

10:48:36 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

10:48:37 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

10:48:37 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

10:48:37 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

10:48:37 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

10:48:38 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

10:48:38 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

10:48:38 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

10:48:39 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

10:48:39 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

10:48:39 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

10:48:40 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

10:48:40 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_unset_entrypoint PASSED [ 11%]

10:48:40 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

10:48:40 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

10:48:40 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

10:48:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

10:48:41 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

10:48:41 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

10:48:41 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

10:48:41 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

10:48:41 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

10:48:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

10:48:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_use_aliases PASSED [ 11%]

10:48:42 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%]

10:48:42 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

10:48:42 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

10:48:42 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

10:48:43 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 14%]

10:48:43 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden PASSED [ 11%]

10:48:43 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

10:48:43 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

10:48:44 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

10:48:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form PASSED [ 11%]

10:48:44 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

10:48:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

10:48:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

10:48:45 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

10:48:45 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

10:48:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

10:48:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%]

10:48:45 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 18%]

10:48:45 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

10:48:45 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

10:48:45 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

10:48:45 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

10:48:45 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

10:48:45 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

10:48:45 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%]

10:48:45 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

10:48:45 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 12%]

10:48:46 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden PASSED [ 11%]

10:48:46 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

10:48:47 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

10:48:47 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

10:48:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form PASSED [ 11%]

10:48:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

10:48:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%]

10:48:47 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

10:48:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

10:48:48 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links PASSED [ 11%]

10:48:49 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

10:48:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

10:48:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports PASSED [ 11%]

10:48:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

10:48:50 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

10:48:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED  [ 16%]

10:48:50 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

10:48:51 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

10:48:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

10:48:52 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 12%]

10:48:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

10:48:52 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

10:48:52 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system PASSED [ 11%]

10:48:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

10:48:53 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

10:48:53 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name PASSED [ 11%]

10:48:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

10:48:54 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

10:48:54 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

10:48:55 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

10:48:55 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports PASSED [ 12%]

10:48:56 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

10:48:56 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

10:48:56 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

10:48:56 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

10:48:56 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

10:48:56 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps PASSED  [ 12%]

10:48:57 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

10:48:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%]

10:48:58 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

10:48:59 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

10:48:59 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

10:48:59 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

10:48:59 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

10:48:59 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%]

10:48:59 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

10:49:00 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

10:49:00 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

10:49:00 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 18%]

10:49:00 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

10:49:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

10:49:00 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

10:49:01 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

10:49:01 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

10:49:01 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

10:49:01 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%]

10:49:01 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

10:49:01 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command PASSED [ 12%]

10:49:02 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

10:49:02 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

10:49:03 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

10:49:03 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

10:49:03 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

10:49:03 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

10:49:03 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%]

10:49:03 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%]

10:49:03 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%]

10:49:03 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%]

10:49:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

10:49:04 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%]

10:49:05 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

10:49:05 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%]

10:49:05 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

10:49:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

10:49:06 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

10:49:06 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

10:49:06 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

10:49:06 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

10:49:06 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

10:49:06 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

10:49:06 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

10:49:06 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

10:49:07 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

10:49:07 tests/acceptance/cli_test.py::CLITestCase::test_scale PASSED             [ 12%]

10:49:08 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

10:49:08 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

10:49:08 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

10:49:08 tests/acceptance/cli_test.py::CLITestCase::test_scale_v2_2 PASSED        [ 12%]

10:49:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

10:49:09 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

10:49:09 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

10:49:09 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

10:49:09 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

10:49:09 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 18%]

10:49:09 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

10:49:10 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

10:49:10 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

10:49:10 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

10:49:10 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt PASSED [ 12%]

10:49:10 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

10:49:10 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%]

10:49:10 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

10:49:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

10:49:11 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

10:49:12 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt_interactive PASSED [ 12%]

10:49:12 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

10:49:12 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

10:49:12 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

10:49:12 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

10:49:12 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers PASSED [ 12%]

10:49:15 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

10:49:15 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

10:49:15 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

10:49:15 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%]

10:49:16 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

10:49:16 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

10:49:16 tests/acceptance/cli_test.py::CLITestCase::test_stop PASSED              [ 12%]

10:49:16 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

10:49:17 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

10:49:18 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

10:49:18 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

10:49:18 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

10:49:19 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

10:49:19 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

10:49:19 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%]

10:49:19 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%]

10:49:19 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%]

10:49:19 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%]

10:49:19 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%]

10:49:19 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

10:49:19 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

10:49:19 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal PASSED       [ 12%]

10:49:19 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

10:49:20 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

10:49:20 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

10:49:21 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%]

10:49:21 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

10:49:21 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%]

10:49:21 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

10:49:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

10:49:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

10:49:22 tests/acceptance/cli_test.py::CLITestCase::test_top_processes_running PASSED [ 12%]

10:49:22 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

10:49:22 tests/acceptance/cli_test.py::CLITestCase::test_top_services_not_running PASSED [ 12%]

10:49:22 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

10:49:22 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

10:49:23 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

10:49:23 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

10:49:23 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

10:49:23 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

10:49:23 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

10:49:23 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

10:49:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

10:49:24 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

10:49:24 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

10:49:25 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

10:49:25 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

10:49:25 tests/acceptance/cli_test.py::CLITestCase::test_top_services_running PASSED [ 13%]

10:49:25 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

10:49:25 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%]

10:49:25 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%]

10:49:25 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers PASSED [ 13%]

10:49:25 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

10:49:25 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

10:49:26 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

10:49:26 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

10:49:26 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%]

10:49:27 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

10:49:27 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

10:49:27 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

10:49:27 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

10:49:27 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

10:49:27 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

10:49:28 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 18%]

10:49:28 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%]

10:49:28 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

10:49:28 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

10:49:28 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

10:49:28 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

10:49:28 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

10:49:29 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%]

10:49:29 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

10:49:29 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

10:49:29 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%]

10:49:29 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

10:49:29 tests/acceptance/cli_test.py::CLITestCase::test_up PASSED                [ 13%]

10:49:29 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

10:49:30 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

10:49:30 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

10:49:30 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%]

10:49:30 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

10:49:31 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

10:49:31 tests/acceptance/cli_test.py::CLITestCase::test_up_attached PASSED       [ 13%]

10:49:31 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

10:49:31 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

10:49:31 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

10:49:31 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

10:49:31 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

10:49:32 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

10:49:32 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

10:49:32 tests/acceptance/cli_test.py::CLITestCase::test_up_detached PASSED       [ 13%]

10:49:33 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

10:49:34 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

10:49:34 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

10:49:34 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

10:49:34 tests/acceptance/cli_test.py::CLITestCase::test_up_detached_long_form PASSED [ 13%]

10:49:35 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

10:49:35 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%]

10:49:36 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

10:49:36 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

10:49:37 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

10:49:37 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

10:49:37 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

10:49:37 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

10:49:38 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 14%]

10:49:38 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks PASSED [ 13%]

10:49:38 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

10:49:39 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

10:49:39 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

10:49:39 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

10:49:40 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit PASSED [ 13%]

10:49:40 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

10:49:40 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

10:49:40 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

10:49:40 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

10:49:40 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

10:49:41 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

10:49:41 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

10:49:41 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

10:49:41 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

10:49:42 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit_code PASSED [ 13%]

10:49:42 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

10:49:42 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

10:49:42 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

10:49:43 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

10:49:43 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

10:49:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

10:49:43 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

10:49:43 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

10:49:43 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

10:49:44 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

10:49:44 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%]

10:49:44 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%]

10:49:44 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

10:49:44 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown PASSED [ 13%]

10:49:44 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

10:49:44 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

10:49:45 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 14%]

10:49:45 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

10:49:45 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%]

10:49:45 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

10:49:46 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

10:49:46 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint PASSED [ 13%]

10:49:46 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%]

10:49:46 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

10:49:46 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%]

10:49:47 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

10:49:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

10:49:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%]

10:49:47 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

10:49:47 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%]

10:49:47 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

10:49:47 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

10:49:48 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

10:49:48 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm PASSED [ 14%]

10:49:49 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

10:49:49 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

10:49:49 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

10:49:49 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%]

10:49:49 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

10:49:49 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

10:49:49 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%]

10:49:50 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

10:49:50 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

10:49:50 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

10:49:50 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

10:49:50 tests/acceptance/cli_test.py::CLITestCase::test_up_logging PASSED        [ 14%]

10:49:51 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

10:49:51 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

10:49:51 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

10:49:51 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

10:49:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

10:49:52 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

10:49:52 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

10:49:52 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy PASSED [ 14%]

10:49:53 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

10:49:53 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network PASSED [ 14%]

10:49:53 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

10:49:54 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

10:49:54 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

10:49:54 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

10:49:54 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

10:49:55 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

10:49:55 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

10:49:55 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

10:49:56 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

10:49:56 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

10:49:56 tests/acceptance/cli_test.py::CLITestCase::test_up_no_ansi PASSED        [ 14%]

10:49:56 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services PASSED    [ 14%]

10:49:57 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

10:49:57 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

10:49:57 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

10:49:58 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

10:49:58 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

10:49:58 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

10:49:58 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

10:49:58 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

10:49:59 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

10:49:59 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%]

10:49:59 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

10:49:59 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

10:49:59 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

10:50:00 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

10:50:00 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

10:50:00 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

10:50:01 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

10:50:01 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start PASSED       [ 14%]

10:50:01 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

10:50:01 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

10:50:01 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

10:50:01 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

10:50:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

10:50:02 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

10:50:02 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

10:50:02 tests/acceptance/cli_test.py::CLITestCase::test_up_no_start_remove_orphans PASSED [ 14%]

10:50:02 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

10:50:03 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

10:50:03 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

10:50:03 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

10:50:04 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

10:50:04 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

10:50:05 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

10:50:05 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

10:50:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

10:50:06 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

10:50:06 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

10:50:06 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

10:50:07 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

10:50:07 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

10:50:07 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%]

10:50:08 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

10:50:08 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

10:50:08 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

10:50:09 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

10:50:09 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

10:50:09 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

10:50:09 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%]

10:50:09 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

10:50:09 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

10:50:09 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_reset PASSED    [ 14%]

10:50:09 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

10:50:10 tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%]

10:50:10 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

10:50:10 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

10:50:10 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

10:50:11 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

10:50:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

10:50:11 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

10:50:11 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

10:50:12 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

10:50:12 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

10:50:12 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

10:50:12 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_down PASSED [ 14%]

10:50:12 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

10:50:12 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

10:50:13 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

10:50:13 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

10:50:14 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

10:50:14 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

10:50:14 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

10:50:14 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

10:50:14 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

10:50:14 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

10:50:14 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

10:50:14 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

10:50:14 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

10:50:14 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

10:50:15 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

10:50:15 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

10:50:15 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

10:50:15 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

10:50:15 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

10:50:16 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

10:50:16 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

10:50:16 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

10:50:17 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

10:50:17 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

10:50:18 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_scale_up PASSED [ 14%]

10:50:18 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

10:50:18 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

10:50:18 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

10:50:18 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%]

10:50:19 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

10:50:19 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

10:50:19 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

10:50:19 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

10:50:19 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

10:50:19 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

10:50:20 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

10:50:20 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

10:50:20 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

10:50:21 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

10:50:21 tests/acceptance/cli_test.py::CLITestCase::test_up_scale_to_zero PASSED  [ 14%]

10:50:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

10:50:21 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

10:50:22 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

10:50:22 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

10:50:23 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

10:50:23 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

10:50:23 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

10:50:23 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config PASSED [ 15%]

10:50:23 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

10:50:23 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%]

10:50:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

10:50:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

10:50:24 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

10:50:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

10:50:24 tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%]

10:50:24 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

10:50:24 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

10:50:24 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

10:50:24 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

10:50:25 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

10:50:25 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

10:50:25 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

10:50:25 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

10:50:25 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

10:50:25 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

10:50:25 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

10:50:25 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

10:50:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

10:50:26 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

10:50:26 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

10:50:26 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

10:50:26 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%]

10:50:27 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file PASSED [ 15%]

10:50:27 tests/acceptance/cli_test.py::CLITestCase::test_up_with_duplicate_override_yaml_files PASSED [ 15%]

10:50:27 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

10:50:27 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

10:50:27 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

10:50:27 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

10:50:27 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

10:50:27 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

10:50:28 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

10:50:28 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends PASSED   [ 15%]

10:50:28 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 25%]

10:50:28 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

10:50:28 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

10:50:28 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

10:50:28 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

10:50:29 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

10:50:29 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

10:50:29 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

10:50:29 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

10:50:29 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 18%]

10:50:29 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

10:50:29 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

10:50:29 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

10:50:29 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

10:50:29 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

10:50:29 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

10:50:30 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

10:50:30 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

10:50:30 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%]

10:50:30 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

10:50:31 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

10:50:31 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

10:50:31 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

10:50:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

10:50:31 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

10:50:31 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network PASSED [ 15%]

10:50:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

10:50:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

10:50:32 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

10:50:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

10:50:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

10:50:32 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

10:50:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

10:50:33 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

10:50:33 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

10:50:33 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

10:50:33 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

10:50:34 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

10:50:34 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

10:50:34 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

10:50:34 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

10:50:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

10:50:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

10:50:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate PASSED [ 15%]

10:50:35 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

10:50:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

10:50:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

10:50:36 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate PASSED [ 15%]

10:50:36 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

10:50:36 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

10:50:36 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

10:50:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

10:50:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

10:50:36 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

10:50:37 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

10:50:37 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

10:50:37 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

10:50:37 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%]

10:50:37 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

10:50:38 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

10:50:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

10:50:38 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%]

10:50:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

10:50:38 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

10:50:38 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

10:50:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

10:50:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

10:50:40 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

10:50:40 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

10:50:40 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

10:50:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

10:50:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 27%]

10:50:40 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

10:50:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

10:50:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

10:50:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%]

10:50:41 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

10:50:41 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

10:50:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

10:50:41 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

10:50:41 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

10:50:41 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

10:50:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

10:50:42 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

10:50:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

10:50:42 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

10:50:42 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%]

10:50:42 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

10:50:42 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

10:50:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED    [ 16%]

10:50:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

10:50:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

10:50:43 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

10:50:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

10:50:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_healthcheck PASSED [ 15%]

10:50:44 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 25%]

10:50:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

10:50:44 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

10:50:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

10:50:44 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

10:50:44 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

10:50:44 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

10:50:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_ignore_remove_orphans PASSED [ 15%]

10:50:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

10:50:45 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

10:50:45 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

10:50:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

10:50:46 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

10:50:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

10:50:46 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

10:50:46 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

10:50:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

10:50:47 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

10:50:47 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

10:50:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

10:50:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 PASSED  [ 15%]

10:50:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

10:50:47 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

10:50:47 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

10:50:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

10:50:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

10:50:48 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

10:50:48 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

10:50:48 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%]

10:50:48 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%]

10:50:48 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%]

10:50:48 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%]

10:50:48 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

10:50:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

10:50:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

10:50:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

10:50:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%]

10:50:48 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

10:50:48 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

10:50:49 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%]

10:50:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

10:50:49 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

10:50:49 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

10:50:49 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

10:50:49 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

10:50:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

10:50:50 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

10:50:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 <- tests/integration/testcases.py PASSED [ 16%]

10:50:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

10:50:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

10:50:50 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%]

10:50:50 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

10:50:51 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

10:50:51 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

10:50:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

10:50:51 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

10:50:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files PASSED [ 15%]

10:50:51 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid PASSED [ 16%]

10:50:51 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

10:50:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

10:50:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

10:50:51 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

10:50:52 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%]

10:50:52 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

10:50:52 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

10:50:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

10:50:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

10:50:53 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 29%]

10:50:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

10:50:53 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 PASSED    [ 16%]

10:50:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

10:50:53 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

10:50:54 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

10:50:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

10:50:54 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

10:50:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

10:50:55 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

10:50:55 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

10:50:55 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

10:50:55 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

10:50:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

10:50:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

10:50:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 27%]

10:50:56 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases PASSED [ 16%]

10:50:56 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

10:50:56 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

10:50:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

10:50:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

10:50:56 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%]

10:50:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

10:50:57 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

10:50:57 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

10:50:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

10:50:57 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

10:50:57 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

10:50:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

10:50:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal PASSED [ 16%]

10:50:58 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 25%]

10:50:58 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

10:50:58 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

10:50:58 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

10:50:58 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

10:50:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

10:50:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

10:50:59 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

10:50:59 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

10:50:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

10:50:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

10:50:59 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels PASSED [ 16%]

10:51:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

10:51:00 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

10:51:00 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py PASSED [ 16%]

10:51:00 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

10:51:01 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

10:51:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

10:51:01 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

10:51:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

10:51:01 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

10:51:01 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

10:51:01 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

10:51:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

10:51:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

10:51:01 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

10:51:02 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

10:51:02 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

10:51:02 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

10:51:02 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

10:51:02 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

10:51:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode PASSED [ 16%]

10:51:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

10:51:03 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

10:51:03 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

10:51:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

10:51:03 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

10:51:03 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

10:51:04 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

10:51:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

10:51:04 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

10:51:04 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

10:51:04 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

10:51:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

10:51:04 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

10:51:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses PASSED [ 16%]

10:51:05 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

10:51:05 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

10:51:05 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

10:51:05 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

10:51:06 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

10:51:06 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

10:51:06 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

10:51:06 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

10:51:06 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

10:51:06 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

10:51:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

10:51:07 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

10:51:07 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

10:51:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

10:51:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED  [ 16%]

10:51:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

10:51:08 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

10:51:08 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

10:51:08 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%]

10:51:09 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

10:51:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks PASSED  [ 16%]

10:51:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

10:51:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

10:51:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

10:51:09 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 29%]

10:51:09 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

10:51:10 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

10:51:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

10:51:10 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

10:51:10 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

10:51:10 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

10:51:10 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

10:51:10 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

10:51:10 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%]

10:51:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

10:51:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 27%]

10:51:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

10:51:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

10:51:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

10:51:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps PASSED   [ 16%]

10:51:11 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

10:51:11 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%]

10:51:11 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

10:51:11 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

10:51:12 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

10:51:12 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

10:51:12 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

10:51:12 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

10:51:12 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

10:51:13 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

10:51:13 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

10:51:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

10:51:13 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

10:51:14 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

10:51:14 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate PASSED [ 16%]

10:51:14 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

10:51:14 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

10:51:14 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

10:51:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

10:51:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

10:51:14 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

10:51:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

10:51:15 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

10:51:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

10:51:15 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

10:51:15 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

10:51:16 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

10:51:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_override_yaml PASSED [ 16%]

10:51:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode <- tests/integration/testcases.py PASSED [ 16%]

10:51:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

10:51:16 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

10:51:16 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

10:51:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

10:51:17 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

10:51:17 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

10:51:17 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

10:51:17 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

10:51:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

10:51:17 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

10:51:18 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

10:51:18 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

10:51:18 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 18%]

10:51:18 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

10:51:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

10:51:18 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

10:51:18 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

10:51:18 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

10:51:18 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

10:51:18 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

10:51:19 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

10:51:19 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%]

10:51:19 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

10:51:19 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

10:51:19 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

10:51:19 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

10:51:19 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

10:51:20 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

10:51:20 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

10:51:20 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

10:51:21 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

10:51:21 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

10:51:21 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

10:51:21 tests/acceptance/cli_test.py::CLITestCase::test_up_with_pid_mode PASSED  [ 16%]

10:51:22 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

10:51:22 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

10:51:22 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

10:51:22 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

10:51:22 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

10:51:22 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

10:51:22 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

10:51:22 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

10:51:22 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

10:51:22 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

10:51:22 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

10:51:22 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

10:51:22 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout PASSED   [ 17%]

10:51:23 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

10:51:24 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

10:51:24 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

10:51:24 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 29%]

10:51:24 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

10:51:24 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

10:51:24 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

10:51:25 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels PASSED [ 17%]

10:51:25 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

10:51:25 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

10:51:25 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

10:51:26 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

10:51:26 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

10:51:26 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

10:51:26 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

10:51:26 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

10:51:26 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 18%]

10:51:26 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

10:51:26 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

10:51:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

10:51:27 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

10:51:27 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

10:51:27 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes <- tests/integration/testcases.py PASSED [ 18%]

10:51:27 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

10:51:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

10:51:27 tests/integration/environment_test.py::EnvironmentOverrideFileTest::test_env_file_override PASSED [ 17%]

10:51:27 tests/integration/network_test.py::NetworkTest::test_network_default_labels PASSED [ 17%]

10:51:27 tests/integration/network_test.py::NetworkTest::test_network_external_default_ensure PASSED [ 17%]

10:51:27 tests/integration/network_test.py::NetworkTest::test_network_external_overlay_ensure PASSED [ 17%]

10:51:28 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

10:51:28 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

10:51:29 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

10:51:29 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

10:51:29 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

10:51:29 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

10:51:29 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

10:51:29 tests/integration/project_test.py::ProjectTest::test_containers PASSED   [ 17%]

10:51:30 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

10:51:30 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

10:51:30 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

10:51:30 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

10:51:30 tests/integration/project_test.py::ProjectTest::test_containers_stopped PASSED [ 17%]

10:51:31 tests/integration/project_test.py::ProjectTest::test_containers_with_extra_service PASSED [ 17%]

10:51:31 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%]

10:51:31 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

10:51:32 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

10:51:32 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

10:51:32 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

10:51:32 tests/integration/project_test.py::ProjectTest::test_containers_with_service_names PASSED [ 17%]

10:51:33 tests/integration/project_test.py::ProjectTest::test_create PASSED       [ 17%]

10:51:33 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 25%]

10:51:33 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

10:51:33 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

10:51:33 tests/integration/project_test.py::ProjectTest::test_create_strategy_always PASSED [ 18%]

10:51:33 tests/integration/project_test.py::ProjectTest::test_create_strategy_never PASSED [ 18%]

10:51:33 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

10:51:33 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

10:51:34 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

10:51:34 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

10:51:34 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

10:51:34 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%]

10:51:34 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%]

10:51:34 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

10:51:34 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

10:51:34 tests/integration/project_test.py::ProjectTest::test_create_twice PASSED [ 18%]

10:51:34 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

10:51:35 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

10:51:35 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%]

10:51:35 tests/integration/project_test.py::ProjectTest::test_create_with_links PASSED [ 18%]

10:51:35 tests/integration/project_test.py::ProjectTest::test_initialize_volumes PASSED [ 18%]

10:51:35 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_external_volumes PASSED [ 18%]

10:51:35 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_inexistent_external_volume PASSED [ 18%]

10:51:35 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

10:51:35 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

10:51:35 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

10:51:36 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

10:51:36 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

10:51:36 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

10:51:36 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%]

10:51:36 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

10:51:37 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

10:51:37 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

10:51:37 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

10:51:37 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

10:51:37 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%]

10:51:37 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

10:51:37 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

10:51:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

10:51:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

10:51:38 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

10:51:38 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

10:51:38 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

10:51:38 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%]

10:51:38 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

10:51:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

10:51:39 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

10:51:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

10:51:39 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

10:51:39 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

10:51:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

10:51:40 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

10:51:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

10:51:41 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

10:51:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

10:51:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

10:51:42 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

10:51:42 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

10:51:42 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

10:51:42 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver <- tests/integration/testcases.py PASSED [ 18%]

10:51:42 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts <- tests/integration/testcases.py PASSED [ 18%]

10:51:42 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

10:51:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

10:51:42 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

10:51:43 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 <- tests/integration/testcases.py PASSED [ 18%]

10:51:43 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

10:51:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

10:51:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

10:51:44 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

10:51:44 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

10:51:44 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

10:51:44 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 <- tests/integration/testcases.py PASSED [ 19%]

10:51:44 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

10:51:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

10:51:45 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

10:51:45 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

10:51:45 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container <- tests/integration/testcases.py PASSED [ 19%]

10:51:45 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

10:51:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

10:51:45 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

10:51:46 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

10:51:46 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

10:51:46 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

10:51:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

10:51:46 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

10:51:47 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

10:51:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

10:51:47 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

10:51:47 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

10:51:47 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service <- tests/integration/testcases.py PASSED [ 19%]

10:51:47 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

10:51:47 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

10:51:47 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

10:51:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

10:51:48 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

10:51:48 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

10:51:48 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

10:51:49 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

10:51:49 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

10:51:49 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

10:51:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

10:51:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 27%]

10:51:49 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

10:51:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

10:51:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

10:51:49 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

10:51:49 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

10:51:50 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_invalid_volume_driver PASSED [ 18%]

10:51:50 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

10:51:50 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_blank_driver PASSED [ 18%]

10:51:50 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver PASSED [ 18%]

10:51:50 tests/integration/project_test.py::ProjectTest::test_initialize_volumes_updated_driver_opts PASSED [ 18%]

10:51:50 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

10:51:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

10:51:50 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

10:51:50 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

10:51:50 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

10:51:50 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

10:51:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

10:51:51 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

10:51:51 tests/integration/project_test.py::ProjectTest::test_net_from_container_v1 PASSED [ 18%]

10:51:51 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

10:51:51 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

10:51:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

10:51:52 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

10:51:52 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

10:51:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

10:51:53 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

10:51:53 tests/integration/project_test.py::ProjectTest::test_net_from_service_v1 PASSED [ 19%]

10:51:53 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

10:51:53 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

10:51:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

10:51:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

10:51:53 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

10:51:54 tests/integration/project_test.py::ProjectTest::test_network_mode_from_container PASSED [ 19%]

10:51:54 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%]

10:51:54 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

10:51:54 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 33%]

10:51:54 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

10:51:54 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

10:51:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

10:51:55 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

10:51:55 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

10:51:55 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

10:51:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

10:51:55 tests/integration/project_test.py::ProjectTest::test_network_mode_from_service PASSED [ 19%]

10:51:55 tests/integration/project_test.py::ProjectTest::test_parallel_pull_with_no_image PASSED [ 19%]

10:51:55 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

10:51:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

10:51:56 tests/integration/project_test.py::ProjectTest::test_project_up PASSED   [ 19%]

10:51:56 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

10:51:56 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

10:51:56 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

10:51:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

10:51:57 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

10:51:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

10:51:57 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

10:51:57 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

10:51:58 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

10:51:58 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

10:51:58 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

10:51:58 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

10:51:58 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

10:51:58 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

10:51:59 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

10:51:59 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

10:51:59 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

10:51:59 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

10:51:59 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

10:51:59 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%]

10:52:00 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

10:52:00 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

10:52:00 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

10:52:00 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

10:52:00 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

10:52:00 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

10:52:01 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

10:52:01 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

10:52:01 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

10:52:01 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

10:52:01 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%]

10:52:01 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

10:52:02 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

10:52:02 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

10:52:02 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

10:52:02 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

10:52:02 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

10:52:02 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

10:52:02 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

10:52:03 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

10:52:03 tests/integration/project_test.py::ProjectTest::test_project_up_config_scale PASSED [ 19%]

10:52:03 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

10:52:03 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

10:52:03 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

10:52:03 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char <- tests/integration/testcases.py PASSED [ 19%]

10:52:03 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

10:52:03 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

10:52:04 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

10:52:04 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

10:52:04 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

10:52:04 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

10:52:04 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

10:52:04 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

10:52:04 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

10:52:04 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

10:52:04 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

10:52:04 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

10:52:04 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

10:52:05 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

10:52:05 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

10:52:05 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

10:52:05 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

10:52:06 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

10:52:06 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

10:52:06 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

10:52:06 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

10:52:06 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

10:52:06 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 29%]

10:52:06 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

10:52:07 tests/integration/project_test.py::ProjectTest::test_project_up_healthy_dependency PASSED [ 19%]

10:52:07 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

10:52:07 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

10:52:07 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

10:52:07 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

10:52:07 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

10:52:08 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

10:52:08 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

10:52:08 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

10:52:08 tests/integration/project_test.py::ProjectTest::test_project_up_ignore_orphans PASSED [ 19%]

10:52:08 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

10:52:08 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

10:52:09 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links PASSED [ 34%]

10:52:09 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

10:52:09 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

10:52:09 tests/integration/project_test.py::ProjectTest::test_project_up_implicit_volume_driver PASSED [ 19%]

10:52:09 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

10:52:09 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 33%]

10:52:09 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

10:52:10 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

10:52:10 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

10:52:10 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

10:52:10 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

10:52:10 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

10:52:10 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%]

10:52:10 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

10:52:10 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

10:52:10 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

10:52:11 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service PASSED [ 34%]

10:52:11 tests/integration/project_test.py::ProjectTest::test_project_up_logging_with_multiple_files PASSED [ 19%]

10:52:11 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

10:52:11 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%]

10:52:11 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

10:52:12 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

10:52:12 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

10:52:12 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

10:52:12 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

10:52:12 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service PASSED [ 34%]

10:52:13 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

10:52:13 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

10:52:13 tests/integration/project_test.py::ProjectTest::test_project_up_name_starts_with_illegal_char PASSED [ 19%]

10:52:13 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

10:52:13 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

10:52:13 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

10:52:13 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

10:52:14 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

10:52:14 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

10:52:14 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

10:52:14 tests/integration/project_test.py::ProjectTest::test_project_up_named_volumes_in_binds PASSED [ 20%]

10:52:15 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

10:52:15 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

10:52:15 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

10:52:15 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

10:52:15 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

10:52:15 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%]

10:52:15 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

10:52:16 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

10:52:16 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

10:52:16 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

10:52:16 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

10:52:16 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

10:52:16 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

10:52:16 tests/integration/project_test.py::ProjectTest::test_project_up_networks PASSED [ 20%]

10:52:17 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

10:52:17 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

10:52:17 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

10:52:17 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

10:52:17 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

10:52:17 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

10:52:17 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%]

10:52:17 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%]

10:52:17 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

10:52:17 tests/integration/project_test.py::ProjectTest::test_project_up_no_healthcheck_dependency PASSED [ 20%]

10:52:18 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

10:52:18 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

10:52:18 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

10:52:18 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

10:52:18 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

10:52:18 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

10:52:18 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

10:52:19 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

10:52:19 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

10:52:19 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

10:52:19 tests/integration/project_test.py::ProjectTest::test_project_up_orphans PASSED [ 20%]

10:52:19 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

10:52:19 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

10:52:20 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

10:52:20 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

10:52:20 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

10:52:20 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

10:52:20 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

10:52:20 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

10:52:21 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

10:52:21 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

10:52:21 tests/integration/project_test.py::ProjectTest::test_project_up_port_mappings_with_multiple_files PASSED [ 20%]

10:52:21 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

10:52:21 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

10:52:21 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

10:52:22 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

10:52:22 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

10:52:22 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

10:52:22 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

10:52:22 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

10:52:22 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

10:52:22 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

10:52:23 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

10:52:23 tests/integration/project_test.py::ProjectTest::test_project_up_recreate_with_tmpfs_volume PASSED [ 20%]

10:52:23 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

10:52:23 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

10:52:24 tests/integration/project_test.py::ProjectTest::test_project_up_seccomp_profile PASSED [ 20%]

10:52:24 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

10:52:24 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

10:52:24 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

10:52:25 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

10:52:25 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

10:52:25 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links PASSED [ 34%]

10:52:25 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

10:52:25 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

10:52:25 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

10:52:26 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

10:52:26 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

10:52:26 tests/integration/project_test.py::ProjectTest::test_project_up_starts_depends PASSED [ 20%]

10:52:26 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service PASSED [ 34%]

10:52:26 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 33%]

10:52:26 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

10:52:27 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

10:52:27 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

10:52:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

10:52:27 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

10:52:28 tests/integration/project_test.py::ProjectTest::test_project_up_starts_links PASSED [ 20%]

10:52:28 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

10:52:28 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

10:52:28 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

10:52:28 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

10:52:28 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

10:52:28 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service PASSED [ 34%]

10:52:29 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

10:52:29 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

10:52:29 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

10:52:29 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

10:52:29 tests/integration/project_test.py::ProjectTest::test_project_up_starts_uncreated_services PASSED [ 20%]

10:52:30 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

10:52:30 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

10:52:30 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%]

10:52:30 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

10:52:31 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

10:52:31 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

10:52:31 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

10:52:31 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

10:52:31 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

10:52:31 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

10:52:31 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

10:52:32 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 25%]

10:52:32 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

10:52:32 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

10:52:32 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%]

10:52:32 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

10:52:33 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%]

10:52:33 tests/integration/project_test.py::ProjectTest::test_project_up_unhealthy_dependency PASSED [ 20%]

10:52:33 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

10:52:33 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

10:52:33 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

10:52:33 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

10:52:33 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

10:52:33 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

10:52:33 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

10:52:33 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

10:52:33 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

10:52:34 tests/integration/project_test.py::ProjectTest::test_project_up_volumes PASSED [ 20%]

10:52:34 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%]

10:52:35 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

10:52:35 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

10:52:35 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

10:52:35 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

10:52:35 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

10:52:35 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

10:52:36 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

10:52:36 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

10:52:36 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

10:52:36 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

10:52:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

10:52:36 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

10:52:37 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

10:52:37 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

10:52:37 tests/integration/project_test.py::ProjectTest::test_project_up_with_added_secrets PASSED [ 21%]

10:52:37 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

10:52:37 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

10:52:37 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

10:52:37 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

10:52:38 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

10:52:38 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

10:52:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

10:52:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

10:52:38 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

10:52:38 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_internal PASSED [ 21%]

10:52:38 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

10:52:39 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

10:52:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

10:52:39 tests/integration/project_test.py::ProjectTest::test_project_up_with_network_label PASSED [ 21%]

10:52:39 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

10:52:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

10:52:40 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_deps PASSED [ 21%]

10:52:40 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

10:52:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

10:52:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

10:52:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

10:52:42 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

10:52:42 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_running PASSED [ 21%]

10:52:42 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

10:52:42 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%]

10:52:42 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

10:52:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

10:52:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

10:52:43 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

10:52:43 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

10:52:43 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

10:52:43 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%]

10:52:44 tests/integration/project_test.py::ProjectTest::test_project_up_with_no_recreate_stopped PASSED [ 21%]

10:52:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

10:52:44 tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%]

10:52:44 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

10:52:44 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

10:52:44 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

10:52:44 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

10:52:44 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

10:52:44 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

10:52:45 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

10:52:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

10:52:45 tests/integration/project_test.py::ProjectTest::test_project_up_with_secrets PASSED [ 21%]

10:52:45 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

10:52:45 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

10:52:45 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

10:52:45 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

10:52:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

10:52:46 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

10:52:46 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

10:52:47 tests/integration/project_test.py::ProjectTest::test_project_up_with_volume_labels PASSED [ 21%]

10:52:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

10:52:47 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

10:52:47 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

10:52:47 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

10:52:47 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

10:52:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

10:52:47 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

10:52:47 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

10:52:47 tests/integration/project_test.py::ProjectTest::test_project_up_without_all_services PASSED [ 21%]

10:52:48 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

10:52:48 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

10:52:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

10:52:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 27%]

10:52:48 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

10:52:48 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

10:52:48 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

10:52:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

10:52:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

10:52:48 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

10:52:48 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

10:52:48 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

10:52:49 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

10:52:49 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

10:52:49 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

10:52:49 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

10:52:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

10:52:49 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_mounts PASSED [ 21%]

10:52:50 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

10:52:50 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

10:52:50 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%]

10:52:50 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

10:52:50 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

10:52:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

10:52:51 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

10:52:51 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

10:52:51 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

10:52:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

10:52:51 tests/integration/project_test.py::ProjectTest::test_recreate_preserves_volumes PASSED [ 21%]

10:52:51 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

10:52:51 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

10:52:51 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

10:52:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

10:52:52 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

10:52:52 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

10:52:53 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

10:52:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

10:52:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

10:52:53 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

10:52:53 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

10:52:53 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

10:52:53 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

10:52:53 tests/integration/project_test.py::ProjectTest::test_start_pause_unpause_stop_kill_remove PASSED [ 22%]

10:52:53 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

10:52:53 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

10:52:54 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

10:52:54 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

10:52:54 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

10:52:54 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

10:52:54 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

10:52:54 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime <- tests/integration/testcases.py SKIPPED [ 23%]

10:52:54 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

10:52:55 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

10:52:55 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

10:52:55 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

10:52:55 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

10:52:55 tests/integration/project_test.py::ProjectTest::test_up_with_runtime <- tests/integration/testcases.py PASSED [ 23%]

10:52:55 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

10:52:55 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

10:52:56 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

10:52:56 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

10:52:56 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

10:52:56 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

10:52:57 tests/integration/project_test.py::ProjectTest::test_unscale_after_restart PASSED [ 22%]

10:52:57 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

10:52:57 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

10:52:57 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

10:52:58 tests/integration/project_test.py::ProjectTest::test_up_with_custom_name_resources PASSED [ 22%]

10:52:58 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

10:52:58 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

10:52:58 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

10:52:58 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

10:52:58 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

10:52:58 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

10:52:59 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

10:52:59 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

10:52:59 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

10:52:59 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

10:52:59 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

10:52:59 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

10:52:59 tests/integration/project_test.py::ProjectTest::test_up_with_enable_ipv6 PASSED [ 22%]

10:52:59 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_isolation PASSED [ 22%]

10:52:59 tests/integration/project_test.py::ProjectTest::test_up_with_invalid_runtime PASSED [ 22%]

10:52:59 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

10:52:59 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

10:52:59 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

10:52:59 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

10:53:00 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

10:53:00 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

10:53:00 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

10:53:00 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

10:53:00 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

10:53:01 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_config PASSED [ 22%]

10:53:01 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%]

10:53:01 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

10:53:02 tests/integration/project_test.py::ProjectTest::test_up_with_ipam_options PASSED [ 22%]

10:53:02 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

10:53:02 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

10:53:02 tests/integration/project_test.py::ProjectTest::test_up_with_isolation PASSED [ 22%]

10:53:03 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 25%]

10:53:03 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

10:53:03 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

10:53:03 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

10:53:03 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

10:53:04 tests/integration/project_test.py::ProjectTest::test_up_with_network_link_local_ips PASSED [ 22%]

10:53:04 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

10:53:04 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

10:53:04 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

10:53:04 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

10:53:05 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

10:53:05 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

10:53:05 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

10:53:05 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

10:53:06 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 29%]

10:53:06 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

10:53:06 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

10:53:06 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

10:53:06 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

10:53:06 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

10:53:06 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

10:53:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

10:53:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

10:53:07 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

10:53:07 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

10:53:07 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

10:53:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

10:53:07 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

10:53:08 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

10:53:08 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

10:53:09 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

10:53:09 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

10:53:09 tests/integration/project_test.py::ProjectTest::test_up_with_network_priorities PASSED [ 22%]

10:53:09 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

10:53:09 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

10:53:09 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

10:53:09 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses PASSED [ 22%]

10:53:10 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

10:53:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

10:53:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

10:53:10 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

10:53:10 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

10:53:10 tests/integration/project_test.py::ProjectTest::test_up_with_network_static_addresses_missing_subnet PASSED [ 23%]

10:53:10 tests/integration/project_test.py::ProjectTest::test_up_with_nvidia_runtime SKIPPED [ 23%]

10:53:11 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

10:53:11 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

10:53:11 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

10:53:11 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

10:53:11 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

10:53:11 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

10:53:11 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

10:53:11 tests/integration/project_test.py::ProjectTest::test_up_with_runtime PASSED [ 23%]

10:53:11 tests/integration/project_test.py::ProjectTest::test_volumes_from_container PASSED [ 23%]

10:53:11 tests/integration/project_test.py::ProjectTest::test_volumes_from_service PASSED [ 23%]

10:53:12 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

10:53:12 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

10:53:12 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

10:53:13 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

10:53:13 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

10:53:13 tests/integration/resilience_test.py::ResilienceTest::test_create_failure PASSED [ 23%]

10:53:13 tests/integration/service_test.py::ServiceTest::test_build_with_network <- tests/integration/testcases.py PASSED [ 24%]

10:53:13 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

10:53:13 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

10:53:14 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

10:53:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

10:53:14 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

10:53:14 tests/integration/resilience_test.py::ResilienceTest::test_start_failure PASSED [ 23%]

10:53:14 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

10:53:15 tests/integration/service_test.py::ServiceTest::test_build_with_target <- tests/integration/testcases.py PASSED [ 25%]

10:53:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

10:53:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 27%]

10:53:15 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

10:53:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

10:53:15 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

10:53:15 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

10:53:16 tests/integration/resilience_test.py::ResilienceTest::test_successful_recreate PASSED [ 23%]

10:53:16 tests/integration/service_test.py::ServiceTest::test_build PASSED        [ 23%]

10:53:16 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

10:53:16 tests/integration/service_test.py::ServiceTest::test_build_cli PASSED    [ 23%]

10:53:16 tests/integration/service_test.py::ServiceTest::test_build_non_ascii_filename PASSED [ 23%]

10:53:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

10:53:16 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

10:53:16 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

10:53:17 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

10:53:17 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

10:53:18 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

10:53:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

10:53:18 tests/integration/service_test.py::ServiceTest::test_build_with_build_args PASSED [ 24%]

10:53:18 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

10:53:18 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

10:53:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

10:53:18 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 33%]

10:53:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

10:53:18 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

10:53:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

10:53:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

10:53:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

10:53:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

10:53:19 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

10:53:19 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

10:53:19 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

10:53:19 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

10:53:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

10:53:20 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

10:53:20 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

10:53:20 tests/integration/service_test.py::ServiceTest::test_build_with_build_args_override PASSED [ 24%]

10:53:20 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

10:53:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

10:53:21 tests/integration/service_test.py::ServiceTest::test_build_with_build_labels PASSED [ 24%]

10:53:21 tests/integration/service_test.py::ServiceTest::test_build_with_cachefrom PASSED [ 24%]

10:53:21 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

10:53:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

10:53:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

10:53:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

10:53:21 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

10:53:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

10:53:22 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

10:53:22 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

10:53:22 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

10:53:22 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

10:53:22 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

10:53:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

10:53:23 tests/integration/service_test.py::ServiceTest::test_build_with_extra_hosts PASSED [ 24%]

10:53:23 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

10:53:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

10:53:23 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

10:53:23 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

10:53:23 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

10:53:23 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

10:53:24 tests/integration/service_test.py::ServiceTest::test_build_with_git_url PASSED [ 24%]

10:53:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

10:53:24 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

10:53:24 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

10:53:25 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

10:53:25 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

10:53:25 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

10:53:25 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

10:53:26 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

10:53:26 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%]

10:53:26 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

10:53:26 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

10:53:26 tests/integration/service_test.py::ServiceTest::test_build_with_gzip PASSED [ 24%]

10:53:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

10:53:27 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

10:53:27 tests/integration/service_test.py::ServiceTest::test_build_with_illegal_leading_chars PASSED [ 24%]

10:53:27 tests/integration/service_test.py::ServiceTest::test_build_with_image_name PASSED [ 24%]

10:53:27 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

10:53:27 tests/integration/service_test.py::ServiceTest::test_build_with_isolation PASSED [ 24%]

10:53:27 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

10:53:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

10:53:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 27%]

10:53:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

10:53:27 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

10:53:28 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

10:53:28 tests/integration/service_test.py::ServiceTest::test_build_with_network PASSED [ 24%]

10:53:28 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

10:53:28 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%]

10:53:28 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

10:53:29 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 29%]

10:53:29 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

10:53:29 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

10:53:29 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

10:53:30 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

10:53:30 tests/integration/service_test.py::ServiceTest::test_build_with_target PASSED [ 25%]

10:53:30 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

10:53:30 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

10:53:30 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

10:53:30 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

10:53:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

10:53:31 tests/integration/service_test.py::ServiceTest::test_cap_add_list PASSED [ 25%]

10:53:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

10:53:31 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

10:53:31 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

10:53:32 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

10:53:32 tests/integration/service_test.py::ServiceTest::test_cap_drop_list PASSED [ 25%]

10:53:32 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

10:53:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

10:53:32 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

10:53:32 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

10:53:32 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down PASSED [ 36%]

10:53:32 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

10:53:33 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

10:53:33 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

10:53:33 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

10:53:34 tests/integration/service_test.py::ServiceTest::test_containers PASSED   [ 25%]

10:53:34 tests/integration/service_test.py::ServiceTest::test_containers_one_off PASSED [ 25%]

10:53:34 tests/integration/service_test.py::ServiceTest::test_create_container_with_blkio_config PASSED [ 25%]

10:53:34 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

10:53:34 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_count PASSED [ 25%]

10:53:34 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_percent SKIPPED [ 25%]

10:53:35 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

10:53:35 tests/integration/state_test.py::ProjectWithDependenciesTest::test_up PASSED [ 36%]

10:53:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

10:53:35 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

10:53:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_quota PASSED [ 25%]

10:53:35 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt xfail [ 25%]

10:53:36 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

10:53:36 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

10:53:36 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

10:53:36 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_set PASSED [ 25%]

10:53:36 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

10:53:37 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_shares PASSED [ 25%]

10:53:37 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

10:53:37 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

10:53:38 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

10:53:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_cpus PASSED [ 26%]

10:53:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_device_cgroup_rules PASSED [ 26%]

10:53:38 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py PASSED [ 34%]

10:53:38 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

10:53:38 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_dicts PASSED [ 26%]

10:53:39 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

10:53:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_extra_hosts_list PASSED [ 26%]

10:53:39 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

10:53:39 tests/integration/service_test.py::ServiceTest::test_create_container_with_healthcheck_config PASSED [ 26%]

10:53:40 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

10:53:40 tests/integration/service_test.py::ServiceTest::test_create_container_with_host_mount PASSED [ 26%]

10:53:40 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_leaf PASSED [ 36%]

10:53:40 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

10:53:41 tests/integration/service_test.py::ServiceTest::test_start_normal_container_does_not_create_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

10:53:41 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_bool PASSED [ 26%]

10:53:41 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

10:53:41 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 29%]

10:53:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_init_path XPASS [ 26%]

10:53:42 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

10:53:42 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

10:53:42 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_mount PASSED [ 26%]

10:53:42 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

10:53:43 tests/integration/service_test.py::ServiceTest::test_create_container_with_legacy_tmpfs_mount PASSED [ 26%]

10:53:43 tests/integration/service_test.py::ServiceTest::test_start_one_off_container_creates_links_to_its_own_service <- tests/integration/testcases.py PASSED [ 34%]

10:53:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_mac_address PASSED [ 26%]

10:53:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off PASSED [ 27%]

10:53:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_one_off_when_existing_container_is_running PASSED [ 27%]

10:53:44 tests/integration/service_test.py::ServiceTest::test_create_container_with_oom_kill_disable PASSED [ 27%]

10:53:44 tests/integration/service_test.py::ServiceTest::test_stop_signal PASSED  [ 34%]

10:53:44 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%]

10:53:44 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

10:53:44 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

10:53:44 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

10:53:44 tests/integration/service_test.py::ServiceTest::test_tmpfs PASSED        [ 34%]

10:53:44 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

10:53:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_pids_limit XPASS [ 27%]

10:53:45 tests/integration/service_test.py::ServiceTest::test_create_container_with_read_only_root_fs PASSED [ 27%]

10:53:45 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle PASSED [ 36%]

10:53:45 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

10:53:46 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

10:53:46 tests/integration/service_test.py::ServiceTest::test_up_build_cli PASSED [ 34%]

10:53:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_security_opt PASSED [ 27%]

10:53:46 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

10:53:46 tests/integration/service_test.py::ServiceTest::test_userns_mode_host PASSED [ 34%]

10:53:46 tests/integration/service_test.py::ServiceTest::test_create_container_with_shm_size PASSED [ 27%]

10:53:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_specified_volume PASSED [ 27%]

10:53:47 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

10:53:47 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

10:53:47 tests/integration/service_test.py::ServiceTest::test_userns_mode_none_defined PASSED [ 34%]

10:53:47 tests/integration/service_test.py::ServiceTest::test_with_high_enough_api_version_we_get_default_network_mode PASSED [ 34%]

10:53:47 tests/integration/service_test.py::ServiceTest::test_working_dir_param PASSED [ 34%]

10:53:47 tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt xfail [ 27%]

10:53:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount PASSED [ 27%]

10:53:48 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

10:53:48 tests/integration/service_test.py::ServiceTest::test_create_container_with_tmpfs_mount_tmpfs_size PASSED [ 27%]

10:53:48 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

10:53:49 tests/integration/service_test.py::ConfigHashTest::test_config_hash_sticks_around PASSED [ 35%]

10:53:49 tests/integration/service_test.py::ServiceTest::test_create_container_with_unspecified_volume PASSED [ 27%]

10:53:49 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

10:53:50 tests/integration/service_test.py::ConfigHashTest::test_config_hash_with_custom_labels PASSED [ 35%]

10:53:50 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_one_off PASSED [ 35%]

10:53:50 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_driver PASSED [ 28%]

10:53:50 tests/integration/service_test.py::ConfigHashTest::test_no_config_hash_when_overriding_options PASSED [ 35%]

10:53:50 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

10:53:50 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

10:53:50 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

10:53:50 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

10:53:51 tests/integration/service_test.py::ServiceTest::test_create_container_with_volume_mount PASSED [ 28%]

10:53:51 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

10:53:51 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

10:53:52 tests/integration/service_test.py::ServiceTest::test_create_container_with_volumes_from PASSED [ 28%]

10:53:52 tests/integration/service_test.py::ServiceTest::test_create_with_image_id PASSED [ 28%]

10:53:52 tests/integration/state_test.py::BasicProjectTest::test_all_change PASSED [ 35%]

10:53:52 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

10:53:52 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 36%]

10:53:52 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

10:53:52 tests/integration/service_test.py::ServiceTest::test_custom_container_name PASSED [ 28%]

10:53:53 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

10:53:53 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

10:53:53 tests/integration/state_test.py::BasicProjectTest::test_no_change PASSED [ 35%]

10:53:53 tests/integration/service_test.py::ServiceTest::test_devices PASSED      [ 28%]

10:53:54 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

10:53:54 tests/integration/service_test.py::ServiceTest::test_dns_list PASSED     [ 28%]

10:53:54 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

10:53:54 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

10:53:54 tests/integration/service_test.py::ServiceTest::test_dns_no_value PASSED [ 28%]

10:53:54 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

10:53:55 tests/integration/service_test.py::ServiceTest::test_dns_opt_value PASSED [ 28%]

10:53:55 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

10:53:55 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

10:53:55 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

10:53:56 tests/integration/state_test.py::BasicProjectTest::test_partial_change PASSED [ 35%]

10:53:56 tests/integration/service_test.py::ServiceTest::test_dns_search PASSED   [ 28%]

10:53:56 tests/integration/service_test.py::ServiceTest::test_duplicate_containers PASSED [ 28%]

10:53:56 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

10:53:56 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

10:53:57 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root PASSED [ 36%]

10:53:57 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

10:53:58 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%]

10:53:58 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

10:53:58 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

10:53:58 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

10:53:58 tests/integration/service_test.py::ServiceTest::test_duplicate_volume_trailing_slash PASSED [ 29%]

10:53:58 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

10:53:59 tests/integration/service_test.py::ServiceTest::test_empty_labels PASSED [ 29%]

10:53:59 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

10:53:59 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

10:53:59 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

10:53:59 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

10:53:59 tests/integration/service_test.py::ServiceTest::test_env_from_file_combined_with_env PASSED [ 29%]

10:53:59 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

10:54:00 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_leaf PASSED [ 35%]

10:54:00 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

10:54:01 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build PASSED [ 37%]

10:54:01 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

10:54:01 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_recreate_then_renew PASSED [ 29%]

10:54:02 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

10:54:02 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

10:54:02 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

10:54:03 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_anonymous_volume_renew PASSED [ 29%]

10:54:03 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

10:54:03 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

10:54:03 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

10:54:03 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

10:54:03 tests/integration/volume_test.py::VolumeTest::test_exists PASSED         [ 38%]

10:54:03 tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%]

10:54:03 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%]

10:54:03 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%]

10:54:03 tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%]

10:54:03 tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%]

10:54:03 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

10:54:03 tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED  [ 38%]

10:54:03 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%]

10:54:03 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 39%]

10:54:04 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

10:54:04 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

10:54:04 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

10:54:04 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

10:54:05 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

10:54:05 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

10:54:05 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

10:54:05 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

10:54:05 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

10:54:05 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

10:54:05 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

10:54:05 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 39%]

10:54:05 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

10:54:05 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

10:54:05 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

10:54:05 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

10:54:05 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

10:54:05 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

10:54:05 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

10:54:05 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

10:54:05 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

10:54:05 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

10:54:05 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

10:54:05 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%]

10:54:05 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

10:54:05 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

10:54:05 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

10:54:05 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

10:54:05 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

10:54:05 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

10:54:05 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle PASSED [ 35%]

10:54:05 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 41%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 43%]

10:54:05 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

10:54:05 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

10:54:05 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

10:54:05 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

10:54:05 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

10:54:05 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

10:54:05 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

10:54:05 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

10:54:05 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

10:54:05 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

10:54:05 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 43%]

10:54:05 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

10:54:05 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

10:54:05 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

10:54:05 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

10:54:05 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

10:54:05 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

10:54:05 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

10:54:05 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

10:54:05 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

10:54:05 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

10:54:05 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

10:54:05 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

10:54:05 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%]

10:54:05 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

10:54:05 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

10:54:05 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

10:54:05 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

10:54:05 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

10:54:06 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

10:54:06 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

10:54:06 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

10:54:06 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

10:54:06 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

10:54:06 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

10:54:06 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

10:54:06 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

10:54:06 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

10:54:07 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

10:54:07 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 45%]

10:54:07 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

10:54:07 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

10:54:07 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

10:54:07 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_always_recreate_deps PASSED [ 36%]

10:54:07 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

10:54:07 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

10:54:07 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

10:54:07 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

10:54:08 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

10:54:08 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

10:54:08 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

10:54:08 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

10:54:08 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

10:54:08 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

10:54:08 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

10:54:09 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

10:54:09 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

10:54:09 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

10:54:09 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 47%]

10:54:09 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

10:54:09 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

10:54:09 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

10:54:09 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

10:54:09 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

10:54:10 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

10:54:10 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

10:54:10 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

10:54:10 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

10:54:10 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

10:54:10 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

10:54:10 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

10:54:10 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

10:54:10 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

10:54:10 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

10:54:10 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

10:54:11 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

10:54:11 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_image_with_volume_is_removed PASSED [ 29%]

10:54:11 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate PASSED [ 29%]

10:54:11 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

10:54:11 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%]

10:54:11 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

10:54:11 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

10:54:11 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

10:54:11 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

10:54:11 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

10:54:11 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%]

10:54:12 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_middle_always_recreate_deps PASSED [ 35%]

10:54:12 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%]

10:54:12 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%]

10:54:12 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%]

10:54:12 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_change_mount_target PASSED [ 29%]

10:54:12 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

10:54:12 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%]

10:54:12 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%]

10:54:12 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

10:54:12 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%]

10:54:13 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

10:54:13 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED       [ 48%]

10:54:13 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

10:54:13 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

10:54:13 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 49%]

10:54:13 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up PASSED [ 37%]

10:54:13 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

10:54:13 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

10:54:13 tests/integration/state_test.py::ServiceStateTest::test_image_changed_to_build PASSED [ 37%]

10:54:13 tests/integration/state_test.py::ServiceStateTest::test_trigger_create PASSED [ 37%]

10:54:13 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

10:54:13 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

10:54:14 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

10:54:14 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_added PASSED [ 36%]

10:54:14 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

10:54:14 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice PASSED [ 29%]

10:54:14 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

10:54:14 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

10:54:14 tests/integration/state_test.py::ServiceStateTest::test_trigger_noop PASSED [ 37%]

10:54:14 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

10:54:14 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

10:54:14 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

10:54:15 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

10:54:15 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

10:54:15 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%]

10:54:15 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

10:54:15 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%]

10:54:15 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

10:54:15 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

10:54:15 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

10:54:16 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%]

10:54:16 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root PASSED [ 35%]

10:54:16 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%]

10:54:16 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_recreate_twice_with_mount PASSED [ 29%]

10:54:16 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_build PASSED [ 37%]

10:54:16 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_config_change PASSED [ 37%]

10:54:16 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%]

10:54:16 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%]

10:54:16 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%]

10:54:17 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%]

10:54:17 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

10:54:17 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_image_change PASSED [ 37%]

10:54:17 tests/integration/state_test.py::ServiceStateTest::test_trigger_recreate_with_nonexistent_image_tag PASSED [ 37%]

10:54:17 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_containers_are_stopped PASSED [ 29%]

10:54:17 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%]

10:54:17 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%]

10:54:17 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED  [ 50%]

10:54:18 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%]

10:54:18 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

10:54:18 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED             [ 51%]

10:54:18 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED     [ 51%]

10:54:18 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

10:54:18 tests/integration/state_test.py::ServiceStateTest::test_trigger_start PASSED [ 37%]

10:54:18 tests/integration/volume_test.py::VolumeTest::test_create_volume PASSED  [ 38%]

10:54:18 tests/integration/volume_test.py::VolumeTest::test_create_volume_custom_name PASSED [ 38%]

10:54:18 tests/integration/volume_test.py::VolumeTest::test_exists PASSED         [ 38%]

10:54:18 tests/integration/volume_test.py::VolumeTest::test_exists_external PASSED [ 38%]

10:54:18 tests/integration/volume_test.py::VolumeTest::test_exists_external_aliased PASSED [ 38%]

10:54:18 tests/integration/volume_test.py::VolumeTest::test_external_aliased_volume PASSED [ 38%]

10:54:18 tests/integration/volume_test.py::VolumeTest::test_external_volume PASSED [ 38%]

10:54:18 tests/integration/volume_test.py::VolumeTest::test_inspect_volume PASSED [ 38%]

10:54:18 tests/integration/volume_test.py::VolumeTest::test_recreate_existing_volume PASSED [ 38%]

10:54:18 tests/integration/volume_test.py::VolumeTest::test_remove_volume PASSED  [ 38%]

10:54:18 tests/integration/volume_test.py::VolumeTest::test_volume_default_labels PASSED [ 38%]

10:54:18 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED   [ 51%]

10:54:18 tests/unit/bundle_test.py::test_get_image_digest_exists PASSED           [ 39%]

10:54:18 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%]

10:54:18 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%]

10:54:19 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 33%]

10:54:19 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports PASSED [ 30%]

10:54:19 tests/unit/bundle_test.py::test_get_image_digest_image_uses_digest PASSED [ 39%]

10:54:19 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED  [ 51%]

10:54:19 tests/unit/bundle_test.py::test_get_image_digest_from_repository PASSED  [ 39%]

10:54:19 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%]

10:54:19 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

10:54:19 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

10:54:19 tests/unit/bundle_test.py::test_get_image_digest_no_image PASSED         [ 39%]

10:54:19 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%]

10:54:19 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED          [ 51%]

10:54:19 tests/unit/bundle_test.py::test_push_image_with_saved_digest PASSED      [ 39%]

10:54:19 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

10:54:19 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

10:54:19 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

10:54:20 tests/unit/bundle_test.py::test_push_image PASSED                        [ 39%]

10:54:20 tests/unit/bundle_test.py::test_to_bundle PASSED                         [ 39%]

10:54:20 tests/unit/bundle_test.py::test_convert_service_to_bundle PASSED         [ 39%]

10:54:20 tests/unit/bundle_test.py::test_set_command_and_args_none PASSED         [ 39%]

10:54:20 tests/unit/bundle_test.py::test_set_command_and_args_from_command PASSED [ 39%]

10:54:20 tests/unit/bundle_test.py::test_set_command_and_args_from_entrypoint PASSED [ 39%]

10:54:20 tests/unit/bundle_test.py::test_set_command_and_args_from_both PASSED    [ 39%]

10:54:20 tests/unit/bundle_test.py::test_make_service_networks_default PASSED     [ 40%]

10:54:20 tests/unit/bundle_test.py::test_make_service_networks PASSED             [ 40%]

10:54:20 tests/unit/bundle_test.py::test_make_port_specs PASSED                   [ 40%]

10:54:20 tests/unit/bundle_test.py::test_make_port_spec_with_protocol PASSED      [ 40%]

10:54:20 tests/unit/bundle_test.py::test_make_port_spec_default_protocol PASSED   [ 40%]

10:54:20 tests/unit/cli_test.py::CLITestCase::test_command_help PASSED            [ 40%]

10:54:20 tests/unit/cli_test.py::CLITestCase::test_command_help_nonexistent PASSED [ 40%]

10:54:20 tests/unit/cli_test.py::CLITestCase::test_command_manual_and_service_ports_together PASSED [ 40%]

10:54:20 tests/unit/cli_test.py::CLITestCase::test_default_project_name PASSED    [ 40%]

10:54:20 tests/unit/cli_test.py::CLITestCase::test_get_project PASSED             [ 40%]

10:54:20 tests/unit/cli_test.py::CLITestCase::test_project_name_from_environment_new_var PASSED [ 40%]

10:54:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_empty_environment_var PASSED [ 41%]

10:54:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_environment_file PASSED [ 41%]

10:54:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_base_dir PASSED [ 41%]

10:54:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_project_name PASSED [ 41%]

10:54:20 tests/unit/cli_test.py::CLITestCase::test_project_name_with_explicit_uppercase_base_dir PASSED [ 41%]

10:54:20 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 52%]

10:54:20 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%]

10:54:20 tests/unit/cli_test.py::CLITestCase::test_run_interactive_passes_logs_false PASSED [ 41%]

10:54:20 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%]

10:54:20 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

10:54:20 tests/integration/service_test.py::ServiceTest::test_labels PASSED       [ 30%]

10:54:20 tests/unit/cli_test.py::CLITestCase::test_run_service_with_restart_always PASSED [ 41%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_environment PASSED     [ 41%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_from_ps PASSED         [ 41%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_from_ps_prefixed PASSED [ 41%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_get PASSED             [ 41%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_get_local_port PASSED  [ 41%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_has_api_logs PASSED    [ 42%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_none PASSED [ 42%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_human_readable_ports_public_and_private PASSED [ 42%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_human_readable_states_healthy PASSED [ 42%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_human_readable_states_no_health PASSED [ 42%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_human_readable_states_starting PASSED [ 42%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_inspect_if_not_inspected PASSED [ 42%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_name PASSED            [ 42%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_name_without_project PASSED [ 42%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_name_without_project_custom_container_name PASSED [ 42%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_name_without_project_one_off PASSED [ 42%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_number PASSED          [ 43%]

10:54:20 tests/unit/container_test.py::ContainerTest::test_short_id PASSED        [ 43%]

10:54:20 tests/unit/container_test.py::GetContainerNameTestCase::test_get_container_name PASSED [ 43%]

10:54:20 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_driver_mismatch PASSED [ 43%]

10:54:20 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote PASSED [ 43%]

10:54:20 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_null_remote_ipam_options PASSED [ 43%]

10:54:20 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_options_mismatch PASSED [ 43%]

10:54:20 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_success PASSED [ 43%]

10:54:20 tests/unit/network_test.py::NetworkTest::test_check_remote_network_config_whitelist PASSED [ 43%]

10:54:20 tests/unit/network_test.py::NetworkTest::test_check_remote_network_labels_mismatch PASSED [ 43%]

10:54:20 tests/unit/network_test.py::NetworkTest::test_remote_config_labels_none PASSED [ 43%]

10:54:20 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute PASSED  [ 43%]

10:54:20 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_deps PASSED [ 44%]

10:54:20 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%]

10:54:20 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_global_limit PASSED [ 44%]

10:54:20 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_limit PASSED [ 44%]

10:54:20 tests/unit/parallel_test.py::ParallelTest::test_parallel_execute_with_upstream_errors PASSED [ 44%]

10:54:20 tests/unit/parallel_test.py::test_parallel_execute_alignment PASSED      [ 44%]

10:54:20 tests/unit/parallel_test.py::test_parallel_execute_ansi PASSED           [ 44%]

10:54:20 tests/unit/parallel_test.py::test_parallel_execute_noansi PASSED         [ 44%]

10:54:20 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_pull PASSED [ 44%]

10:54:20 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_get_digest_from_push PASSED [ 44%]

10:54:20 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_mismatched_encoding_stream_write PASSED [ 44%]

10:54:20 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output PASSED [ 44%]

10:54:20 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_div_zero PASSED [ 45%]

10:54:20 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_no_progress_event_no_tty PASSED [ 45%]

10:54:20 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_null_total PASSED [ 45%]

10:54:20 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_no_tty PASSED [ 45%]

10:54:20 tests/unit/progress_stream_test.py::ProgressStreamTestCase::test_stream_output_progress_event_tty PASSED [ 45%]

10:54:20 tests/unit/project_test.py::ProjectTest::test_avoid_multiple_push PASSED [ 45%]

10:54:20 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED  [ 52%]

10:54:21 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

10:54:21 tests/integration/service_test.py::ServiceTest::test_log_drive_empty_default_jsonfile PASSED [ 30%]

10:54:21 tests/integration/service_test.py::ServiceTest::test_log_drive_invalid SKIPPED [ 30%]

10:54:21 tests/unit/project_test.py::ProjectTest::test_build_container_operation_with_timeout_func_does_not_mutate_options_with_timeout PASSED [ 45%]

10:54:21 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%]

10:54:21 tests/unit/project_test.py::ProjectTest::test_container_without_name PASSED [ 45%]

10:54:21 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_host_volume_is_removed PASSED [ 29%]

10:54:21 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%]

10:54:21 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove PASSED [ 52%]

10:54:21 tests/integration/service_test.py::ServiceTest::test_log_drive_none PASSED [ 30%]

10:54:21 tests/unit/project_test.py::ProjectTest::test_down_with_no_resources PASSED [ 45%]

10:54:21 tests/unit/project_test.py::ProjectTest::test_error_parallel_pull PASSED [ 45%]

10:54:21 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove PASSED [ 52%]

10:54:21 tests/unit/project_test.py::ProjectTest::test_events PASSED              [ 45%]

10:54:21 tests/unit/service_test.py::ServiceTest::test_remove_image_none PASSED   [ 52%]

10:54:21 tests/unit/service_test.py::ServiceTest::test_remove_image_with_error PASSED [ 52%]

10:54:22 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

10:54:22 tests/unit/project_test.py::ProjectTest::test_events_legacy PASSED       [ 45%]

10:54:22 tests/unit/service_test.py::ServiceTest::test_remove_non_existing_image PASSED [ 52%]

10:54:22 tests/integration/service_test.py::ServiceTest::test_mem_reservation PASSED [ 30%]

10:54:22 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_dependency_removed PASSED [ 37%]

10:54:22 tests/unit/project_test.py::ProjectTest::test_from_config_v1 PASSED      [ 46%]

10:54:22 tests/unit/project_test.py::ProjectTest::test_from_config_v2 PASSED      [ 46%]

10:54:22 tests/unit/service_test.py::ServiceTest::test_self_reference_external_link PASSED [ 53%]

10:54:22 tests/unit/project_test.py::ProjectTest::test_get_secrets_external_warning PASSED [ 46%]

10:54:22 tests/integration/service_test.py::ServiceTest::test_mem_swappiness PASSED [ 31%]

10:54:22 tests/unit/service_test.py::ServiceTest::test_service_ignore_default_platform_with_unsupported_api PASSED [ 53%]

10:54:22 tests/unit/service_test.py::ServiceTest::test_service_platform_precedence PASSED [ 53%]

10:54:22 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

10:54:22 tests/unit/project_test.py::ProjectTest::test_get_secrets_no_secret_def PASSED [ 46%]

10:54:23 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

10:54:23 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port PASSED [ 53%]

10:54:23 tests/unit/project_test.py::ProjectTest::test_get_secrets_secret_file_warning PASSED [ 46%]

10:54:23 tests/unit/project_test.py::ProjectTest::test_get_secrets_uid_gid_mode_warning PASSED [ 46%]

10:54:23 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_container_port_range PASSED [ 53%]

10:54:23 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port PASSED [ 53%]

10:54:23 tests/unit/project_test.py::ProjectTest::test_get_service PASSED         [ 46%]

10:54:23 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_and_port_range PASSED [ 53%]

10:54:23 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

10:54:23 tests/unit/project_test.py::ProjectTest::test_get_services_removes_duplicates_following_links PASSED [ 46%]

10:54:23 tests/integration/service_test.py::ServiceTest::test_network_mode_bridged PASSED [ 31%]

10:54:23 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port PASSED [ 53%]

10:54:23 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

10:54:23 tests/unit/project_test.py::ProjectTest::test_get_services_returns_all_services_without_args PASSED [ 46%]

10:54:23 tests/unit/project_test.py::ProjectTest::test_get_services_returns_listed_services_with_args PASSED [ 46%]

10:54:24 tests/integration/service_test.py::ServiceTest::test_network_mode_host PASSED [ 31%]

10:54:24 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_ip_no_port_range PASSED [ 53%]

10:54:24 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port PASSED [ 53%]

10:54:24 tests/unit/project_test.py::ProjectTest::test_get_services_with_include_links PASSED [ 46%]

10:54:24 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_always_recreate_deps PASSED [ 35%]

10:54:24 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_host_port_range PASSED [ 53%]

10:54:24 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

10:54:24 tests/unit/project_test.py::ProjectTest::test_net_unset PASSED           [ 47%]

10:54:24 tests/unit/project_test.py::ProjectTest::test_no_such_service_unicode PASSED [ 47%]

10:54:24 tests/integration/service_test.py::ServiceTest::test_network_mode_none PASSED [ 31%]

10:54:24 tests/unit/service_test.py::ServiceTest::test_specifies_host_port_with_no_ports PASSED [ 54%]

10:54:24 tests/unit/service_test.py::ServiceTest::test_split_domainname_both PASSED [ 54%]

10:54:24 tests/unit/project_test.py::ProjectTest::test_no_warning_in_normal_mode PASSED [ 47%]

10:54:24 tests/unit/service_test.py::ServiceTest::test_split_domainname_fqdn PASSED [ 54%]

10:54:25 tests/unit/project_test.py::ProjectTest::test_no_warning_on_stop PASSED  [ 47%]

10:54:25 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning PASSED [ 32%]

10:54:25 tests/integration/service_test.py::ServiceTest::test_oom_score_adj_value PASSED [ 31%]

10:54:25 tests/unit/service_test.py::ServiceTest::test_split_domainname_none PASSED [ 54%]

10:54:25 tests/unit/project_test.py::ProjectTest::test_no_warning_with_no_swarm_info PASSED [ 47%]

10:54:25 tests/unit/project_test.py::ProjectTest::test_project_platform_value PASSED [ 47%]

10:54:25 tests/unit/service_test.py::ServiceTest::test_split_domainname_weird PASSED [ 54%]

10:54:25 tests/unit/service_test.py::ServiceTest::test_stop_grace_period PASSED   [ 54%]

10:54:25 tests/unit/project_test.py::ProjectTest::test_use_net_from_container PASSED [ 47%]

10:54:25 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_when_image_volume_masks_config PASSED [ 30%]

10:54:25 tests/unit/service_test.py::ServiceTest::test_volumes_order_is_preserved PASSED [ 54%]

10:54:25 tests/integration/service_test.py::ServiceTest::test_pid_mode_host PASSED [ 31%]

10:54:25 tests/unit/project_test.py::ProjectTest::test_use_net_from_service PASSED [ 47%]

10:54:25 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_container PASSED [ 47%]

10:54:25 tests/unit/service_test.py::TestServiceNetwork::test_connect_container_to_networks_short_aliase_exists PASSED [ 54%]

10:54:25 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_dict PASSED [ 54%]

10:54:25 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_integers_and_dicts PASSED [ 54%]

10:54:25 tests/unit/service_test.py::BuildUlimitsTestCase::test_build_ulimits_with_ints PASSED [ 54%]

10:54:25 tests/unit/service_test.py::NetTestCase::test_network_mode PASSED        [ 54%]

10:54:25 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved PASSED [ 32%]

10:54:26 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_container PASSED [ 47%]

10:54:26 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links <- tests/integration/testcases.py PASSED [ 33%]

10:54:26 tests/unit/service_test.py::NetTestCase::test_network_mode_container PASSED [ 55%]

10:54:26 tests/integration/service_test.py::ServiceTest::test_pid_mode_none_defined PASSED [ 31%]

10:54:26 tests/unit/project_test.py::ProjectTest::test_use_volumes_from_service_no_container PASSED [ 47%]

10:54:26 tests/unit/service_test.py::NetTestCase::test_network_mode_service PASSED [ 55%]

10:54:26 tests/unit/service_test.py::NetTestCase::test_network_mode_service_no_containers PASSED [ 55%]

10:54:26 tests/unit/service_test.py::ServicePortsTest::test_formatted_ports PASSED [ 55%]

10:54:26 tests/integration/service_test.py::ServiceTest::test_scale_with_immediate_exit PASSED [ 32%]

10:54:26 tests/unit/project_test.py::ProjectTest::test_uses_default_network_false PASSED [ 47%]

10:54:26 tests/unit/project_test.py::ProjectTest::test_uses_default_network_true PASSED [ 48%]

10:54:26 tests/unit/service_test.py::ServiceVolumesTest::test_build_volume_binding PASSED [ 55%]

10:54:26 tests/integration/state_test.py::ProjectWithDependenciesTest::test_change_root_no_recreate PASSED [ 36%]

10:54:26 tests/unit/service_test.py::ServiceTest::test_build_does_not_pull PASSED [ 48%]

10:54:26 tests/unit/service_test.py::ServiceVolumesTest::test_create_with_special_volume_mode PASSED [ 55%]

10:54:27 tests/unit/service_test.py::ServiceTest::test_build_isolation_from_build_override_service_config PASSED [ 48%]

10:54:27 tests/integration/service_test.py::ServiceTest::test_port_with_explicit_interface PASSED [ 31%]

10:54:27 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_create_options_with_different_host_path_in_container_json PASSED [ 55%]

10:54:27 tests/unit/service_test.py::ServiceVolumesTest::test_get_container_data_volumes PASSED [ 55%]

10:54:27 tests/unit/service_test.py::ServiceTest::test_build_service_with_proxy_config PASSED [ 48%]

10:54:27 tests/unit/service_test.py::ServiceVolumesTest::test_merge_volume_bindings PASSED [ 55%]

10:54:27 tests/unit/service_test.py::ServiceTest::test_build_volume_options_duplicate_binds PASSED [ 48%]

10:54:27 tests/unit/service_test.py::ServiceTest::test_build_with_default_platform PASSED [ 48%]

10:54:27 tests/unit/service_test.py::ServiceVolumesTest::test_mount_same_host_path_to_two_volumes PASSED [ 55%]

10:54:27 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_container_only_option PASSED [ 55%]

10:54:27 tests/integration/service_test.py::ServiceTest::test_project_is_added_to_container_name PASSED [ 31%]

10:54:27 tests/unit/service_test.py::ServiceTest::test_build_with_isolation_from_service_config PASSED [ 48%]

10:54:27 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers PASSED [ 32%]

10:54:27 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_no_warning_with_same_path PASSED [ 56%]

10:54:28 tests/unit/service_test.py::ServiceTest::test_build_with_override_build_args PASSED [ 48%]

10:54:28 tests/unit/service_test.py::ServiceTest::test_build_with_platform PASSED [ 48%]

10:54:28 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_no_warning_when_no_container_volumes PASSED [ 56%]

10:54:28 tests/unit/service_test.py::ServiceTest::test_cgroup_parent PASSED       [ 48%]

10:54:28 tests/unit/service_test.py::ServiceVolumesTest::test_warn_on_masked_volume_when_masked PASSED [ 56%]

10:54:28 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes PASSED [ 56%]

10:54:28 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names <- tests/integration/testcases.py PASSED [ 33%]

10:54:28 tests/unit/service_test.py::ServiceTest::test_config_dict PASSED         [ 48%]

10:54:28 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_abspath PASSED [ 56%]

10:54:28 tests/unit/service_test.py::ServiceTest::test_config_dict_with_network_mode_from_container PASSED [ 49%]

10:54:28 tests/unit/service_test.py::ServiceTest::test_config_hash_matches_label PASSED [ 49%]

10:54:29 tests/unit/service_test.py::ServiceSecretTest::test_get_secret_volumes_no_target PASSED [ 56%]

10:54:29 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_unix_path PASSED [ 56%]

10:54:29 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_url_no_prefix PASSED [ 56%]

10:54:29 tests/unit/service_test.py::RewriteBuildPathTest::test_rewrite_windows_path PASSED [ 56%]

10:54:29 tests/unit/split_buffer_test.py::SplitBufferTest::test_chunked_line PASSED [ 56%]

10:54:29 tests/unit/split_buffer_test.py::SplitBufferTest::test_multiple_line_chunk PASSED [ 56%]

10:54:29 tests/unit/split_buffer_test.py::SplitBufferTest::test_no_end_separator PASSED [ 56%]

10:54:29 tests/unit/split_buffer_test.py::SplitBufferTest::test_preserves_unicode_sequences_within_lines PASSED [ 57%]

10:54:29 tests/unit/split_buffer_test.py::SplitBufferTest::test_single_line_chunks PASSED [ 57%]

10:54:29 tests/unit/timeparse_test.py::test_milli PASSED                          [ 57%]

10:54:29 tests/unit/timeparse_test.py::test_milli_float PASSED                    [ 57%]

10:54:29 tests/unit/timeparse_test.py::test_second_milli PASSED                   [ 57%]

10:54:29 tests/unit/timeparse_test.py::test_second_milli_micro PASSED             [ 57%]

10:54:29 tests/unit/timeparse_test.py::test_second PASSED                         [ 57%]

10:54:29 tests/unit/timeparse_test.py::test_second_as_float PASSED                [ 57%]

10:54:29 tests/unit/timeparse_test.py::test_minute PASSED                         [ 57%]

10:54:29 tests/unit/timeparse_test.py::test_hour_minute PASSED                    [ 57%]

10:54:29 tests/unit/timeparse_test.py::test_minute_as_float PASSED                [ 57%]

10:54:29 tests/unit/timeparse_test.py::test_hour_minute_second PASSED             [ 58%]

10:54:29 tests/unit/timeparse_test.py::test_invalid_with_space PASSED             [ 58%]

10:54:29 tests/unit/timeparse_test.py::test_invalid_with_comma PASSED             [ 58%]

10:54:29 tests/unit/timeparse_test.py::test_invalid_with_empty_string PASSED      [ 58%]

10:54:29 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_no_object PASSED [ 58%]

10:54:29 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_with_object PASSED [ 58%]

10:54:29 tests/unit/utils_test.py::TestJsonSplitter::test_json_splitter_leading_whitespace PASSED [ 58%]

10:54:29 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_non_utf_unicode_character PASSED [ 58%]

10:54:29 tests/unit/utils_test.py::TestStreamAsText::test_stream_with_utf_character PASSED [ 58%]

10:54:29 tests/unit/utils_test.py::TestJsonStream::test_with_falsy_entries PASSED [ 58%]

10:54:29 tests/unit/utils_test.py::TestJsonStream::test_with_leading_whitespace PASSED [ 58%]

10:54:29 tests/unit/utils_test.py::TestParseBytes::test_parse_bytes PASSED        [ 58%]

10:54:29 tests/unit/utils_test.py::TestMoreItertools::test_unique_everseen PASSED [ 59%]

10:54:29 tests/integration/service_test.py::ServiceTest::test_recreate_preserves_volume_with_trailing_slash PASSED [ 31%]

10:54:29 tests/unit/service_test.py::ServiceTest::test_container_without_name PASSED [ 49%]

10:54:29 tests/unit/volume_test.py::TestVolume::test_remove_local_volume PASSED   [ 59%]

10:54:29 tests/unit/volume_test.py::TestVolume::test_remove_external_volume PASSED [ 59%]

10:54:29 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_path_from_options PASSED [ 59%]

10:54:29 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_single_path_from_env PASSED [ 59%]

10:54:29 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env PASSED [ 59%]

10:54:29 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_windows SKIPPED [ 59%]

10:54:29 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_multiple_path_from_env_custom_separator PASSED [ 59%]

10:54:29 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_no_path PASSED [ 59%]

10:54:29 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_options PASSED [ 59%]

10:54:29 tests/unit/cli/command_test.py::TestGetConfigPathFromOptions::test_unicode_path_from_env SKIPPED [ 59%]

10:54:29 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_custom_timeout_error PASSED [ 60%]

10:54:29 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_no_home PASSED [ 60%]

10:54:29 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_docker_client_with_custom_timeout PASSED [ 60%]

10:54:29 tests/unit/cli/docker_client_test.py::DockerClientTestCase::test_user_agent PASSED [ 60%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_assert_hostname_explicit_skip PASSED [ 60%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_simple_tls PASSED [ 60%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert PASSED [ 60%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_ca_cert_explicit PASSED [ 60%]

10:54:29 tests/integration/service_test.py::ServiceTest::test_scale_with_stopped_containers_and_needing_creation PASSED [ 32%]

10:54:29 tests/unit/service_test.py::ServiceTest::test_containers PASSED          [ 49%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca PASSED [ 60%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_explicit PASSED [ 60%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_and_ca_quoted_paths PASSED [ 60%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert PASSED [ 60%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_cert_explicit PASSED [ 61%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_client_missing_key PASSED [ 61%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_flags_override_environment PASSED [ 61%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_mixed_environment_and_flags PASSED [ 61%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_simple_with_tls_version PASSED [ 61%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_default_cert_path PASSED [ 61%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_env_falsy_value PASSED [ 61%]

10:54:29 tests/unit/cli/docker_client_test.py::TLSConfigTestCase::test_tls_verify_flag_no_override PASSED [ 61%]

10:54:29 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_default PASSED [ 61%]

10:54:29 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_upgrade PASSED [ 61%]

10:54:29 tests/unit/cli/docker_client_test.py::TestGetTlsVersion::test_get_tls_version_unavailable PASSED [ 61%]

10:54:29 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_generic_connection_error PASSED [ 62%]

10:54:29 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch PASSED [ 62%]

10:54:29 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_mismatch_unicode_explanation PASSED [ 62%]

10:54:29 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other PASSED [ 62%]

10:54:29 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_api_error_version_other_unicode_explanation PASSED [ 62%]

10:54:29 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_no_data SKIPPED [ 62%]

10:54:29 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_misc SKIPPED [ 62%]

10:54:29 tests/unit/cli/errors_test.py::TestHandleConnectionErrors::test_windows_pipe_error_encoding_issue SKIPPED [ 62%]

10:54:29 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_error PASSED [ 62%]

10:54:29 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_info PASSED [ 62%]

10:54:29 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_error PASSED [ 62%]

10:54:29 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_info PASSED [ 62%]

10:54:29 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_unicode_warn PASSED [ 63%]

10:54:29 tests/unit/cli/formatter_test.py::ConsoleWarningFormatterTestCase::test_format_warn PASSED [ 63%]

10:54:29 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_monochrome PASSED [ 63%]

10:54:29 tests/unit/cli/log_printer_test.py::TestLogPresenter::test_polychrome PASSED [ 63%]

10:54:29 tests/unit/cli/log_printer_test.py::test_wait_on_exit PASSED             [ 63%]

10:54:29 tests/unit/cli/log_printer_test.py::test_wait_on_exit_raises PASSED      [ 63%]

10:54:29 tests/unit/cli/log_printer_test.py::test_build_no_log_generator PASSED   [ 63%]

10:54:29 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_no_log_stream PASSED [ 63%]

10:54:29 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_with_log_stream PASSED [ 63%]

10:54:29 tests/unit/cli/log_printer_test.py::TestBuildLogGenerator::test_unicode PASSED [ 63%]

10:54:29 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_stop_event PASSED [ 63%]

10:54:29 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_start_event PASSED [ 64%]

10:54:29 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_container_attach_event PASSED [ 64%]

10:54:29 tests/unit/cli/log_printer_test.py::TestWatchEvents::test_other_event PASSED [ 64%]

10:54:29 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_an_exception PASSED [ 64%]

10:54:29 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_without_cascade_stop PASSED [ 64%]

10:54:29 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_stop_with_cascade_stop PASSED [ 64%]

10:54:29 tests/integration/service_test.py::ServiceTest::test_scale_with_unexpected_exception PASSED [ 32%]

10:54:29 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

10:54:29 tests/unit/service_test.py::ServiceTest::test_containers_with_containers PASSED [ 49%]

10:54:29 tests/unit/service_test.py::ServiceTest::test_create_container PASSED    [ 49%]

10:54:29 tests/unit/cli/log_printer_test.py::TestConsumeQueue::test_item_is_none_when_timeout_is_hit PASSED [ 64%]

10:54:29 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names PASSED [ 64%]

10:54:29 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_filter_containers_to_service_names_all PASSED [ 64%]

10:54:29 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume PASSED [ 30%]

10:54:29 tests/unit/service_test.py::ServiceTest::test_create_when_removed_containers_are_listed PASSED [ 49%]

10:54:30 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_warning_in_swarm_mode PASSED [ 64%]

10:54:30 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_build_one_off_container_options FAILED [ 64%]

10:54:30 tests/unit/cli/main_test.py::TestCLIMainTestCase::test_get_docker_start_call PASSED [ 64%]

10:54:30 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_verbose PASSED [ 65%]

10:54:30 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_tty_not_verbose PASSED [ 65%]

10:54:30 tests/unit/cli/main_test.py::TestSetupConsoleHandlerTestCase::test_with_not_a_tty PASSED [ 65%]

10:54:30 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_invalid_opts PASSED [ 65%]

10:54:30 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_always PASSED [ 65%]

10:54:30 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_never PASSED [ 65%]

10:54:30 tests/unit/cli/main_test.py::TestConvergeStrategyFromOptsTestCase::test_changed PASSED [ 65%]

10:54:30 tests/unit/cli/main_test.py::TestCallDocker::test_simple_no_options PASSED [ 65%]

10:54:30 tests/unit/cli/main_test.py::TestCallDocker::test_simple_tls_option PASSED [ 65%]

10:54:30 tests/unit/cli/main_test.py::TestCallDocker::test_advanced_tls_options PASSED [ 65%]

10:54:30 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option PASSED [ 65%]

10:54:30 tests/unit/cli/main_test.py::TestCallDocker::test_with_http_host PASSED  [ 66%]

10:54:30 tests/unit/cli/main_test.py::TestCallDocker::test_with_host_option_shorthand_equal PASSED [ 66%]

10:54:30 tests/unit/cli/main_test.py::TestCallDocker::test_with_env PASSED        [ 66%]

10:54:30 tests/unit/cli/utils_test.py::UnquotePathTest::test_nested_quotes PASSED [ 66%]

10:54:30 tests/unit/cli/utils_test.py::UnquotePathTest::test_no_quotes PASSED     [ 66%]

10:54:30 tests/unit/cli/utils_test.py::UnquotePathTest::test_simple_quotes PASSED [ 66%]

10:54:30 tests/unit/cli/utils_test.py::UnquotePathTest::test_uneven_quotes PASSED [ 66%]

10:54:30 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_100b PASSED [ 66%]

10:54:30 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1023b PASSED [ 66%]

10:54:30 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_1kb PASSED [ 66%]

10:54:30 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_999b PASSED [ 66%]

10:54:30 tests/unit/cli/utils_test.py::HumanReadableFileSizeTest::test_units PASSED [ 66%]

10:54:30 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_call PASSED [ 67%]

10:54:30 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return PASSED [ 67%]

10:54:30 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_no_result PASSED [ 67%]

10:54:30 tests/unit/cli/verbose_proxy_test.py::VerboseProxyTestCase::test_format_return_sequence PASSED [ 67%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_build_args_allow_empty_properties PASSED [ 67%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_build_args_check_zero_preserved PASSED [ 67%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration PASSED [ 67%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_build_configuration_v2 PASSED [ 67%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_convertible_label_types PASSED [ 67%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_cache_from_values_validation_error PASSED [ 67%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_duplicate_mount_points PASSED [ 67%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_list_of_dicts_validation_error PASSED [ 68%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_extra_hosts_string_raises_validation_error PASSED [ 68%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_hint PASSED    [ 68%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error PASSED [ 68%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2 PASSED [ 68%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_name_raise_validation_error_v2_when_no_interpolate PASSED [ 68%]

10:54:30 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_force_build PASSED [ 49%]

10:54:30 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build PASSED [ 49%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_integer_service_property_raise_validation_error PASSED [ 68%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_ipam_config PASSED [ 68%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_label_types PASSED [ 68%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_invalid_service_name_raise_validation_error PASSED [ 68%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_invalid_keys_validation_error PASSED [ 68%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_required_keys_validation_error PASSED [ 68%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_ulimits_soft_greater_than_hard_error PASSED [ 69%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_valid_environment_dict_key_contains_dashes PASSED [ 69%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_valid_ipam_config PASSED [ 69%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_label_validation PASSED [ 69%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_config_valid_service_names PASSED [ 69%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_depends_on_orders_services PASSED [ 69%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_depends_on_unknown_service_errors PASSED [ 69%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_dns_opt_option PASSED [ 69%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_empty_environment_key_allowed PASSED [ 69%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_external_volume_config PASSED [ 69%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_external_volume_invalid_config PASSED [ 69%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_group_add_option PASSED [ 70%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_build_and_image_specified_v1 PASSED [ 70%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_a_dictionary PASSED [ 70%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_not_unique_items PASSED [ 70%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_type_should_be_an_array PASSED [ 70%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v1 PASSED [ 70%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_invalid_config_v2 PASSED [ 70%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_invalid_list_of_strings_format PASSED [ 70%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_isolation_option PASSED [ 70%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_linked_service_is_undefined PASSED [ 70%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load PASSED           [ 70%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path PASSED [ 70%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_bind_mount_relative_path_with_tilde PASSED [ 71%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_dict PASSED [ 71%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_build_labels_list PASSED [ 71%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_config_custom_resource_names PASSED [ 71%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_config_dockerfile_without_build_raises_error_v1 PASSED [ 71%]

10:54:30 tests/unit/service_test.py::ServiceTest::test_ensure_image_exists_no_build_but_needs_build PASSED [ 49%]

10:54:30 tests/integration/service_test.py::ServiceTest::test_split_env PASSED    [ 33%]

10:54:30 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_down PASSED [ 37%]

10:54:30 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports PASSED [ 33%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names PASSED [ 71%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_config_invalid_service_names_v2 PASSED [ 71%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_config_link_local_ips_network PASSED [ 71%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_config_service_labels PASSED [ 71%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_config_volume_and_network_labels PASSED [ 71%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_configs PASSED   [ 71%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_configs_multi_file PASSED [ 72%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_dockerfile_without_context PASSED [ 72%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_errors_on_uppercase_with_no_image PASSED [ 72%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_invalid_service_definition PASSED [ 72%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_mixed_extends_resolution PASSED [ 72%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_secrets PASSED   [ 72%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_secrets_multi_file PASSED [ 72%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_service_with_name_version PASSED [ 72%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_sorts_in_dependency_order PASSED [ 72%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict PASSED [ 72%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_when_not_dict_v2 PASSED [ 72%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_throws_error_with_invalid_network_fields PASSED [ 72%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_v2 PASSED        [ 73%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_buildargs PASSED [ 73%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_empty_build_args PASSED [ 73%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_extensions PASSED [ 73%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name PASSED [ 73%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_invalid_field_name_v1 PASSED [ 73%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base PASSED [ 73%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_base_v2 PASSED [ 73%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override PASSED [ 73%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_empty_override_v2 PASSED [ 73%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_extends_in_override_file PASSED [ 73%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_and_invalid_override PASSED [ 74%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format PASSED [ 74%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_mismatched_networks_format_inverse_order PASSED [ 74%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v1 PASSED [ 74%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v2 PASSED [ 74%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_with_multiple_files_v3_2 PASSED [ 74%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_bom PASSED [ 74%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_load_yaml_with_yaml_error PASSED [ 74%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_logs_warning_for_boolean_in_environment PASSED [ 74%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_blkio_config PASSED [ 74%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_configs_override PASSED [ 74%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_credential_spec PASSED [ 75%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_mixed_syntax PASSED [ 75%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_depends_on_no_override PASSED [ 75%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy PASSED   [ 75%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_deploy_override PASSED [ 75%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_device_cgroup_rules PASSED [ 75%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_different_configs PASSED [ 75%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_different_secrets PASSED [ 75%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_extra_hosts PASSED [ 75%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_config PASSED [ 75%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_disables PASSED [ 75%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_healthcheck_override_enables PASSED [ 75%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_isolation PASSED [ 76%]

10:54:30 tests/unit/service_test.py::ServiceTest::test_get_container PASSED       [ 49%]

10:54:30 tests/integration/service_test.py::ServiceTest::test_start_container_becomes_privileged PASSED [ 33%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v1 PASSED [ 76%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2 PASSED [ 76%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base PASSED [ 76%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_base_driver PASSED [ 76%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_drivers PASSED [ 76%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override PASSED [ 76%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_no_override_options PASSED [ 76%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_logging_v2_override_driver PASSED [ 76%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_mixed_ports PASSED [ 76%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_pid PASSED      [ 76%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_scale PASSED    [ 77%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_secrets_override PASSED [ 77%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_base PASSED [ 77%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_from_files_with_extends_in_override PASSED [ 77%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous PASSED [ 77%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_2 PASSED [ 77%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_heterogeneous_volumes PASSED [ 77%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_service_dicts_ports_sorting PASSED [ 77%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_merge_storage_opt PASSED [ 77%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_named_volume_config_empty PASSED [ 77%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_named_volume_invalid_type_list PASSED [ 77%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_named_volume_numeric_driver_opt PASSED [ 77%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_networks_invalid_type_list PASSED [ 78%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_normalize_dns_options PASSED [ 78%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_oom_score_adj_option PASSED [ 78%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_runtime_option PASSED [ 78%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_service_volume_invalid_config PASSED [ 78%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_swappiness_option PASSED [ 78%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_tmpfs_option PASSED   [ 78%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v1 PASSED [ 78%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_undeclared_volume_v2 PASSED [ 78%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_unsupported_version PASSED [ 78%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_v1_file_version PASSED [ 78%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_v1_file_with_version_is_invalid PASSED [ 79%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_valid_config_oneof_string_or_list PASSED [ 79%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_valid_config_which_allows_two_type_definitions PASSED [ 79%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_valid_versions PASSED [ 79%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid PASSED [ 79%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_validate_extra_hosts_invalid_list PASSED [ 79%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_version_1_is_invalid PASSED [ 79%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_volume_invalid_driver_opt PASSED [ 79%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_volume_mode_override PASSED [ 79%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_volumes_long_syntax PASSED [ 79%]

10:54:30 tests/unit/config/config_test.py::ConfigTest::test_wrong_version_type PASSED [ 79%]

10:54:30 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container PASSED [ 79%]

10:54:30 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_container_v1 PASSED [ 80%]

10:54:30 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_plus_networks_is_invalid PASSED [ 80%]

10:54:30 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service PASSED [ 80%]

10:54:30 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_nonexistent PASSED [ 80%]

10:54:30 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_service_v1 PASSED [ 80%]

10:54:30 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard PASSED [ 80%]

10:54:30 tests/unit/config/config_test.py::NetworkModeTest::test_network_mode_standard_v1 PASSED [ 80%]

10:54:30 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_format_validation PASSED [ 80%]

10:54:30 tests/unit/config/config_test.py::PortsTest::test_config_invalid_expose_type_validation PASSED [ 80%]

10:54:30 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_format_validation PASSED [ 80%]

10:54:30 tests/unit/config/config_test.py::PortsTest::test_config_invalid_ports_type_validation PASSED [ 80%]

10:54:30 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_expose_validation PASSED [ 81%]

10:54:30 tests/unit/config/config_test.py::PortsTest::test_config_non_unique_ports_validation PASSED [ 81%]

10:54:30 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_does_not_mutate_options PASSED [ 50%]

10:54:30 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_no_affinity_without_binds PASSED [ 50%]

10:54:31 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]

10:54:31 tests/unit/config/config_test.py::PortsTest::test_config_valid_expose_format_validation PASSED [ 81%]

10:54:31 tests/unit/config/config_test.py::PortsTest::test_config_valid_ports_format_validation PASSED [ 81%]

10:54:31 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_format_validation PASSED [ 81%]

10:54:31 tests/unit/config/config_test.py::SubnetTest::test_config_invalid_subnet_type_validation PASSED [ 81%]

10:54:31 tests/unit/config/config_test.py::SubnetTest::test_config_valid_subnet_format_validation PASSED [ 81%]

10:54:31 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_load PASSED [ 81%]

10:54:31 tests/unit/config/config_test.py::InterpolationTest::test_compatibility_mode_warnings PASSED [ 81%]

10:54:31 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_file PASSED [ 81%]

10:54:31 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable PASSED [ 81%]

10:54:31 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_environment_variable_with_defaults PASSED [ 81%]

10:54:31 tests/unit/config/config_test.py::InterpolationTest::test_config_file_with_options_environment_file PASSED [ 82%]

10:54:31 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_configs_section PASSED [ 82%]

10:54:31 tests/unit/config/config_test.py::InterpolationTest::test_interpolation_secrets_section PASSED [ 82%]

10:54:31 tests/unit/config/config_test.py::InterpolationTest::test_invalid_interpolation PASSED [ 82%]

10:54:31 tests/unit/config/config_test.py::InterpolationTest::test_unset_variable_produces_warning PASSED [ 82%]

10:54:31 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_posix_path_does_not_expand PASSED [ 82%]

10:54:31 tests/unit/config/config_test.py::VolumeConfigTest::test_absolute_windows_path_does_not_expand PASSED [ 82%]

10:54:31 tests/unit/config/config_test.py::VolumeConfigTest::test_home_directory_with_driver_does_not_expand PASSED [ 82%]

10:54:31 tests/unit/config/config_test.py::VolumeConfigTest::test_name_does_not_expand PASSED [ 82%]

10:54:31 tests/unit/config/config_test.py::VolumeConfigTest::test_no_binding PASSED [ 82%]

10:54:31 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_posix PASSED [ 82%]

10:54:31 tests/unit/config/config_test.py::VolumeConfigTest::test_relative_path_does_expand_windows SKIPPED [ 83%]

10:54:31 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_environment_variable PASSED [ 83%]

10:54:31 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_binding_with_home PASSED [ 83%]

10:54:31 tests/unit/config/config_test.py::VolumeConfigTest::test_volume_path_with_non_ascii_directory PASSED [ 83%]

10:54:31 tests/unit/config/config_test.py::VolumeConfigTest::test_volumes_order_is_preserved PASSED [ 83%]

10:54:31 tests/unit/config/config_test.py::MergeVolumesTest::test_add_explicit_path PASSED [ 83%]

10:54:31 tests/unit/config/config_test.py::MergeVolumesTest::test_empty PASSED    [ 83%]

10:54:31 tests/unit/config/config_test.py::MergeVolumesTest::test_no_base PASSED  [ 83%]

10:54:31 tests/unit/config/config_test.py::MergeVolumesTest::test_no_override PASSED [ 83%]

10:54:31 tests/unit/config/config_test.py::MergeVolumesTest::test_override_explicit_path PASSED [ 83%]

10:54:31 tests/unit/config/config_test.py::MergeVolumesTest::test_remove_explicit_path PASSED [ 83%]

10:54:31 tests/unit/config/config_test.py::MergeDevicesTest::test_add_explicit_path PASSED [ 83%]

10:54:31 tests/unit/config/config_test.py::MergeDevicesTest::test_empty PASSED    [ 84%]

10:54:31 tests/unit/config/config_test.py::MergeDevicesTest::test_no_base PASSED  [ 84%]

10:54:31 tests/unit/config/config_test.py::MergeDevicesTest::test_no_override PASSED [ 84%]

10:54:31 tests/unit/config/config_test.py::MergeDevicesTest::test_override_explicit_path PASSED [ 84%]

10:54:31 tests/unit/config/config_test.py::MergeDevicesTest::test_remove_explicit_path PASSED [ 84%]

10:54:31 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_no_override PASSED [ 84%]

10:54:31 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_other PASSED [ 84%]

10:54:31 tests/unit/config/config_test.py::BuildOrImageMergeTest::test_merge_build_or_image_override_with_same PASSED [ 84%]

10:54:31 tests/unit/config/config_test.py::MergePortsTest::test_add_item PASSED   [ 84%]

10:54:31 tests/unit/config/config_test.py::MergePortsTest::test_duplicate_port_mappings PASSED [ 84%]

10:54:31 tests/unit/config/config_test.py::MergePortsTest::test_empty PASSED      [ 84%]

10:54:31 tests/unit/config/config_test.py::MergePortsTest::test_no_base PASSED    [ 85%]

10:54:31 tests/unit/config/config_test.py::MergePortsTest::test_no_override PASSED [ 85%]

10:54:31 tests/unit/config/config_test.py::MergeNetworksTest::test_add_item PASSED [ 85%]

10:54:31 tests/unit/config/config_test.py::MergeNetworksTest::test_all_properties PASSED [ 85%]

10:54:31 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_sets_affinity_with_binds PASSED [ 50%]

10:54:31 tests/unit/config/config_test.py::MergeNetworksTest::test_empty PASSED   [ 85%]

10:54:31 tests/unit/config/config_test.py::MergeNetworksTest::test_network_has_none_value PASSED [ 85%]

10:54:31 tests/unit/config/config_test.py::MergeNetworksTest::test_no_base PASSED [ 85%]

10:54:31 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_name_overrides PASSED [ 85%]

10:54:31 tests/unit/config/config_test.py::MergeNetworksTest::test_no_network_overrides PASSED [ 85%]

10:54:31 tests/unit/config/config_test.py::MergeNetworksTest::test_no_override PASSED [ 85%]

10:54:31 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_list PASSED [ 85%]

10:54:31 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_add_string PASSED [ 85%]

10:54:31 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_base PASSED [ 86%]

10:54:31 tests/unit/config/config_test.py::MergeStringsOrListsTest::test_no_override PASSED [ 86%]

10:54:31 tests/unit/config/config_test.py::MergeLabelsTest::test_add_explicit_value PASSED [ 86%]

10:54:31 tests/unit/config/config_test.py::MergeLabelsTest::test_empty PASSED     [ 86%]

10:54:31 tests/unit/config/config_test.py::MergeLabelsTest::test_no_base PASSED   [ 86%]

10:54:31 tests/unit/config/config_test.py::MergeLabelsTest::test_no_override PASSED [ 86%]

10:54:31 tests/unit/config/config_test.py::MergeLabelsTest::test_override_explicit_value PASSED [ 86%]

10:54:31 tests/unit/config/config_test.py::MergeLabelsTest::test_remove_explicit_value PASSED [ 86%]

10:54:31 tests/unit/config/config_test.py::MergeBuildTest::test_empty_base PASSED [ 86%]

10:54:31 tests/unit/config/config_test.py::MergeBuildTest::test_empty_override PASSED [ 86%]

10:54:31 tests/unit/config/config_test.py::MergeBuildTest::test_full PASSED       [ 86%]

10:54:31 tests/unit/config/config_test.py::MemoryOptionsTest::test_memswap_can_be_a_string PASSED [ 87%]

10:54:31 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_fails_with_just_memswap_limit PASSED [ 87%]

10:54:31 tests/unit/config/config_test.py::MemoryOptionsTest::test_validation_with_correct_memswap_values PASSED [ 87%]

10:54:31 tests/unit/config/config_test.py::EnvTest::test_environment_overrides_env_file PASSED [ 87%]

10:54:31 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_dict PASSED [ 87%]

10:54:31 tests/unit/config/config_test.py::EnvTest::test_parse_environment_as_list PASSED [ 87%]

10:54:31 tests/unit/config/config_test.py::EnvTest::test_parse_environment_empty PASSED [ 87%]

10:54:31 tests/unit/config/config_test.py::EnvTest::test_parse_environment_invalid PASSED [ 87%]

10:54:31 tests/unit/config/config_test.py::EnvTest::test_resolve_build_args PASSED [ 87%]

10:54:31 tests/unit/config/config_test.py::EnvTest::test_resolve_environment PASSED [ 87%]

10:54:31 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file PASSED [ 87%]

10:54:31 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_from_env_file_with_empty_values PASSED [ 87%]

10:54:31 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_nonexistent_file PASSED [ 88%]

10:54:31 tests/unit/config/config_test.py::EnvTest::test_resolve_environment_with_multiple_env_files PASSED [ 88%]

10:54:31 tests/unit/config/config_test.py::EnvTest::test_resolve_path PASSED      [ 88%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_circular PASSED      [ 88%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_invalid_config PASSED [ 88%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_valid_config PASSED [ 88%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extended_service_with_verbose_and_shorthand_way PASSED [ 88%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends PASSED       [ 88%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_file_defaults_to_self PASSED [ 88%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_same_file_optimization PASSED [ 88%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_empty_dictionary PASSED [ 88%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_invalid_key PASSED [ 89%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_missing_service_key PASSED [ 89%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_no_file_key_no_filename_set PASSED [ 89%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_sub_property_key PASSED [ 89%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_validation_valid_config PASSED [ 89%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_defined_version_passes PASSED [ 89%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_depends_on PASSED [ 89%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_environment_and_env_files PASSED [ 89%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_healthcheck PASSED [ 89%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_mixed_versions_is_error PASSED [ 89%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_ports PASSED [ 89%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_extends_with_security_opt PASSED [ 89%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_invalid_links_in_extended_service PASSED [ 90%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_invalid_net_in_extended_service PASSED [ 90%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_invalid_volumes_from_in_extended_service PASSED [ 90%]

10:54:31 tests/unit/service_test.py::ServiceTest::test_get_container_create_options_with_name_option PASSED [ 50%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_load_config_runs_interpolation_in_extended_service PASSED [ 90%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_load_throws_error_when_base_service_does_not_exist PASSED [ 90%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_merging_env_labels_ulimits PASSED [ 90%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_nested PASSED        [ 90%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_parent_build_path_dne PASSED [ 90%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_partial_service_config_in_extends_is_still_valid PASSED [ 90%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_self_referencing_file PASSED [ 90%]

10:54:31 tests/unit/config/config_test.py::ExtendsTest::test_volume_path PASSED   [ 90%]

10:54:31 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_absolute PASSED [ 91%]

10:54:31 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_normal PASSED [ 91%]

10:54:31 tests/unit/config/config_test.py::ExpandPathTest::test_expand_path_with_tilde PASSED [ 91%]

10:54:31 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_root_mount PASSED [ 91%]

10:54:31 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path PASSED [ 91%]

10:54:31 tests/unit/config/config_test.py::VolumePathTest::test_split_path_mapping_with_windows_path_in_container PASSED [ 91%]

10:54:31 tests/unit/config/config_test.py::BuildPathTest::test_absolute_path PASSED [ 91%]

10:54:31 tests/unit/config/config_test.py::BuildPathTest::test_from_file PASSED   [ 91%]

10:54:31 tests/unit/config/config_test.py::BuildPathTest::test_from_file_override_dir PASSED [ 91%]

10:54:31 tests/unit/config/config_test.py::BuildPathTest::test_invalid_url_in_build_path PASSED [ 91%]

10:54:31 tests/unit/config/config_test.py::BuildPathTest::test_nonexistent_path PASSED [ 91%]

10:54:31 tests/unit/config/config_test.py::BuildPathTest::test_relative_path PASSED [ 91%]

10:54:31 tests/unit/config/config_test.py::BuildPathTest::test_valid_url_in_build_path PASSED [ 92%]

10:54:31 tests/unit/config/config_test.py::HealthcheckTest::test_disable PASSED   [ 92%]

10:54:31 tests/unit/config/config_test.py::HealthcheckTest::test_disable_with_other_config_is_invalid PASSED [ 92%]

10:54:31 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck PASSED [ 92%]

10:54:31 tests/unit/config/config_test.py::HealthcheckTest::test_healthcheck_with_invalid_test PASSED [ 92%]

10:54:31 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_basedir PASSED [ 92%]

10:54:31 tests/unit/config/config_test.py::GetDefaultConfigFilesTestCase::test_get_config_path_default_file_in_parent_dir PASSED [ 92%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v2_1 PASSED [ 92%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_denormalize_depends_on_v3 PASSED [ 92%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_denormalize_healthcheck PASSED [ 92%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_has_digest PASSED [ 92%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_denormalize_image_no_digest PASSED [ 93%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_serialize_bool_string PASSED [ 93%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_serialize_configs PASSED [ 93%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dollar_sign PASSED [ 93%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_serialize_escape_dont_interpolate PASSED [ 93%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_serialize_external_false PASSED [ 93%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports PASSED [ 93%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_serialize_ports_with_ext_ip PASSED [ 93%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_serialize_secrets PASSED [ 93%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_serialize_time PASSED [ 93%]

10:54:31 tests/unit/config/config_test.py::SerializeTest::test_serialize_unicode_values PASSED [ 93%]

10:54:31 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_bom PASSED [ 93%]

10:54:31 tests/unit/config/environment_test.py::EnvironmentTest::test_env_vars_from_file_whitespace PASSED [ 94%]

10:54:31 tests/unit/config/environment_test.py::EnvironmentTest::test_get_boolean PASSED [ 94%]

10:54:31 tests/unit/config/environment_test.py::EnvironmentTest::test_get_simple PASSED [ 94%]

10:54:31 tests/unit/config/environment_test.py::EnvironmentTest::test_get_undefined PASSED [ 94%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_services PASSED [ 94%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_volumes PASSED [ 94%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_environment_variables_in_secrets PASSED [ 94%]

10:54:31 tests/unit/service_test.py::ServiceTest::test_get_container_not_found PASSED [ 50%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v2 PASSED [ 94%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_v3 PASSED [ 94%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_environment_services_convert_types_invalid PASSED [ 94%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_environment_network_convert_types PASSED [ 94%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_environment_external_resource_convert_types PASSED [ 95%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_service_name_uses_dot PASSED [ 95%]

10:54:31 tests/unit/config/interpolation_test.py::test_escaped_interpolation PASSED [ 95%]

10:54:31 tests/unit/config/interpolation_test.py::test_invalid_interpolation PASSED [ 95%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_missing_no_default PASSED [ 95%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_with_value PASSED [ 95%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_missing_with_default PASSED [ 95%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_with_empty_and_default_value PASSED [ 95%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_values PASSED [ 95%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_mandatory_no_err_msg PASSED [ 95%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_mixed_separators PASSED [ 95%]

10:54:31 tests/unit/config/interpolation_test.py::test_unbraced_separators PASSED [ 95%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_unicode_values PASSED [ 96%]

10:54:31 tests/unit/config/interpolation_test.py::test_interpolate_no_fallthrough PASSED [ 96%]

10:54:31 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_1 PASSED [ 96%]

10:54:31 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_2 PASSED [ 96%]

10:54:31 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_3 PASSED [ 96%]

10:54:31 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_4 PASSED [ 96%]

10:54:31 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_5 PASSED [ 96%]

10:54:31 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_6 PASSED [ 96%]

10:54:31 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_7 PASSED [ 96%]

10:54:31 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports PASSED [ 96%]

10:54:31 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_2 PASSED [ 96%]

10:54:31 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_circular_imports_3 PASSED [ 97%]

10:54:31 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_self_imports PASSED [ 97%]

10:54:31 tests/unit/config/sort_services_test.py::TestSortService::test_sort_service_dicts_depends_on_self PASSED [ 97%]

10:54:31 tests/unit/config/types_test.py::test_parse_extra_hosts_list PASSED      [ 97%]

10:54:31 tests/unit/config/types_test.py::test_parse_extra_hosts_dict PASSED      [ 97%]

10:54:31 tests/unit/config/types_test.py::TestServicePort::test_parse_dict PASSED [ 97%]

10:54:31 tests/unit/config/types_test.py::TestServicePort::test_parse_simple_target_port PASSED [ 97%]

10:54:31 tests/unit/config/types_test.py::TestServicePort::test_parse_complete_port_definition PASSED [ 97%]

10:54:31 tests/unit/config/types_test.py::TestServicePort::test_parse_ext_ip_no_published_port PASSED [ 97%]

10:54:31 tests/unit/config/types_test.py::TestServicePort::test_repr_published_port_0 PASSED [ 97%]

10:54:31 tests/unit/config/types_test.py::TestServicePort::test_parse_port_range PASSED [ 97%]

10:54:31 tests/unit/config/types_test.py::TestServicePort::test_parse_port_publish_range PASSED [ 97%]

10:54:31 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_port PASSED [ 98%]

10:54:31 tests/unit/config/types_test.py::TestServicePort::test_parse_invalid_publish_range PASSED [ 98%]

10:54:31 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_only_one_path PASSED [ 98%]

10:54:31 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_internal_and_external PASSED [ 98%]

10:54:31 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_with_mode PASSED [ 98%]

10:54:31 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_spec_too_many_parts PASSED [ 98%]

10:54:31 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_normalized PASSED [ 98%]

10:54:31 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_absolute_path_native PASSED [ 98%]

10:54:31 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_normalized PASSED [ 98%]

10:54:31 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_internal_path_native PASSED [ 98%]

10:54:31 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_normalized PASSED [ 98%]

10:54:31 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_just_drives_native PASSED [ 99%]

10:54:31 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_normalized PASSED [ 99%]

10:54:31 tests/unit/config/types_test.py::TestVolumeSpec::test_parse_volume_windows_mixed_notations_native PASSED [ 99%]

10:54:31 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_service PASSED [ 99%]

10:54:31 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_from_container PASSED [ 99%]

10:54:31 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v1_invalid PASSED [ 99%]

10:54:31 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service PASSED [ 99%]

10:54:31 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_service_with_mode PASSED [ 99%]

10:54:31 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container PASSED [ 99%]

10:54:31 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_from_container_with_mode PASSED [ 99%]

10:54:31 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid_type PASSED [ 99%]

10:54:31 tests/integration/service_test.py::ServiceTest::test_start_container_passes_through_options PASSED [ 33%]

10:54:31 tests/unit/service_test.py::ServiceTest::test_get_create_options_with_proxy_config PASSED [ 50%]

10:54:31 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container PASSED [ 50%]

10:54:32 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_recreated_when_dependency_created PASSED [ 36%]

10:54:32 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_container_read_only PASSED [ 50%]

10:54:32 tests/integration/service_test.py::ServiceTest::test_recreate_volume_to_mount PASSED [ 31%]

10:54:32 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists PASSED [ 50%]

10:54:32 tests/integration/service_test.py::ServiceTest::test_start_container_stays_unprivileged PASSED [ 33%]

10:54:32 tests/integration/service_test.py::ServiceTest::test_resolve_env PASSED  [ 31%]

10:54:33 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_container_exists_with_flags PASSED [ 50%]

10:54:33 tests/integration/service_test.py::ServiceTest::test_start_container_builds_images PASSED [ 33%]

10:54:33 tests/unit/service_test.py::ServiceTest::test_get_volumes_from_service_no_container PASSED [ 50%]

10:54:33 tests/unit/service_test.py::ServiceTest::test_image_name_default PASSED  [ 50%]

10:54:33 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports PASSED [ 33%]

10:54:33 tests/unit/service_test.py::ServiceTest::test_image_name_from_config PASSED [ 51%]

10:54:33 tests/unit/service_test.py::ServiceTest::test_log_opt PASSED             [ 51%]

10:54:33 tests/unit/service_test.py::ServiceTest::test_mem_reservation PASSED     [ 51%]

10:54:33 tests/integration/service_test.py::ServiceTest::test_restart_always_value PASSED [ 32%]

10:54:33 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_with_image_declared_volume_renew PASSED [ 30%]

10:54:34 tests/unit/service_test.py::ServiceTest::test_memory_swap_limit PASSED   [ 51%]

10:54:34 tests/integration/service_test.py::ServiceTest::test_start_container_creates_fixed_external_ports_when_it_is_different_to_internal_port PASSED [ 33%]

10:54:34 tests/integration/service_test.py::ServiceTest::test_restart_on_failure_value PASSED [ 32%]

10:54:34 tests/unit/service_test.py::ServiceTest::test_no_default_hostname_when_not_using_networking PASSED [ 51%]

10:54:34 tests/unit/service_test.py::ServiceTest::test_only_log_warning_when_host_ports_clash PASSED [ 51%]

10:54:34 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config PASSED  [ 51%]

10:54:34 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_service_removed_while_up PASSED [ 37%]

10:54:34 tests/unit/service_test.py::ServiceTest::test_parse_proxy_config_per_host PASSED [ 51%]

10:54:35 tests/unit/service_test.py::ServiceTest::test_parse_repository_tag PASSED [ 51%]

10:54:35 tests/unit/service_test.py::ServiceTest::test_pull_image PASSED          [ 51%]

10:54:35 tests/unit/service_test.py::ServiceTest::test_pull_image_digest PASSED   [ 51%]

10:54:35 tests/integration/service_test.py::ServiceTest::test_start_container_uses_tagged_image_if_it_exists PASSED [ 34%]

10:54:35 tests/unit/service_test.py::ServiceTest::test_pull_image_no_tag PASSED   [ 52%]

10:54:35 tests/unit/service_test.py::ServiceTest::test_pull_image_with_default_platform PASSED [ 52%]

10:54:35 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform PASSED [ 52%]

10:54:35 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links PASSED [ 33%]

10:54:36 tests/unit/config/types_test.py::TestVolumesFromSpec::test_parse_v2_invalid PASSED [100%]

10:54:36 

10:54:36 =================================== FAILURES ===================================

10:54:36 ___________ TestCLIMainTestCase.test_build_one_off_container_options ___________

10:54:36 tests/unit/cli/main_test.py:103: in test_build_one_off_container_options

10:54:36     assert container_options == expected_container_options

10:54:36 E   AssertionError: assert {'command': '...YVALUE'}, ...} == {'command': 'b...YVALUE'}, ...}

10:54:36 E     Common items:

10:54:36 E     {'command': 'build myservice',

10:54:36 E      'detach': False,

10:54:36 E      'entrypoint': 'bash',

10:54:36 E      'environment': {'MYVAR': 'MYVALUE'},

10:54:36 E      'name': 'MYNAME',

10:54:36 E      'ports': [],

10:54:36 E      'restart': None,

10:54:36 E      'stdin_open': False,

10:54:36 E      'tty': False,

10:54:36 E      'user': 'MYUSER',

10:54:36 E      'working_dir': '.'}

10:54:36 E     Differing items:

10:54:36 E     {'labels': {'MYLABEL': '', 'com.docker.compose.container-number': '1'}} != {'labels': {'MYLABEL': ''}}

10:54:36 E     Full diff:

10:54:36 E     {'command': 'build myservice',

10:54:36 E     'detach': False,

10:54:36 E     'entrypoint': 'bash',

10:54:36 E     'environment': {'MYVAR': 'MYVALUE'},

10:54:36 E     -  'labels': {'MYLABEL': '', 'com.docker.compose.container-number': '1'},

10:54:36 E     +  'labels': {'MYLABEL': ''},

10:54:36 E     'name': 'MYNAME',

10:54:36 E     'ports': [],

10:54:36 E     'restart': None,

10:54:36 E     'stdin_open': False,

10:54:36 E     'tty': False,

10:54:36 E     'user': 'MYUSER',

10:54:36 E     'working_dir': '.'}

10:54:36 

10:54:36 ----------- coverage: platform linux, python 3.7.4-final-0 -----------

10:54:36 Name                              Stmts   Miss Branch BrPart  Cover   Missing

10:54:36 -----------------------------------------------------------------------------

10:54:36 compose/__init__.py                   3      0      0      0   100%

10:54:36 compose/__main__.py                   4      4      0      0     0%   1-6

10:54:36 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

10:54:36 compose/cli/__init__.py               0      0      0      0   100%

10:54:36 compose/cli/colors.py                23      2     10      2    88%   37-38, 36->37, 48->exit

10:54:36 compose/cli/command.py               97     13     28      3    84%   71-81, 121-126, 190, 70->71, 120->121, 187->190

10:54:36 compose/cli/docker_client.py         75      5     24      2    93%   24, 98-99, 107, 123, 106->107, 122->123

10:54:36 compose/cli/docopt_command.py        38      4      8      2    87%   13-14, 29, 35, 28->29, 34->35

10:54:36 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

10:54:36 compose/cli/formatter.py             37      3     10      1    91%   15, 22-23, 12->15

10:54:36 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

10:54:36 compose/cli/main.py                 694     91    303     41    84%   84-85, 87-88, 169, 330, 362-364, 447, 507, 511, 516-517, 527-556, 568, 586-588, 592, 659-660, 698-699, 717, 738-739, 751, 774, 792, 839, 1071, 1080, 1109-1118, 1158-1161, 1169-1173, 1175-1180, 1203, 1225-1254, 1261-1262, 1264-1266, 1281, 1287, 1471, 1489, 1505, 1509-1510, 1521, 1526, 1529, 1555, 1574-1576, 1586, 1597, 61->64, 83->84, 86->87, 168->169, 329->330, 361->362, 446->447, 506->507, 510->511, 521->527, 565->568, 585->586, 591->592, 657->659, 716->717, 737->738, 750->751, 773->774, 829->839, 831->exit, 1070->1071, 1079->1080, 1168->1169, 1174->1175, 1202->1203, 1260->1261, 1263->1264, 1280->1281, 1286->1287, 1470->1471, 1488->1489, 1504->1505, 1520->1521, 1525->1526, 1528->1529, 1547->exit, 1554->1555, 1568->1576, 1570->1574, 1585->1586, 1595->1597

10:54:36 compose/cli/signals.py               23      0      4      2    93%   36->exit, 43->exit

10:54:36 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

10:54:36 compose/cli/verbose_proxy.py         35     12     10      0    69%   36-39, 42-47, 50-60

10:54:36 compose/config/__init__.py           13      0      0      0   100%

10:54:36 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

10:54:36 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

10:54:36 compose/config/errors.py             25      2      2      0    85%   36-40

10:54:36 compose/config/interpolation.py     148      6     64      3    95%   66, 148, 222, 227-229, 121->exit, 146->148, 221->222

10:54:36 compose/config/serialize.py          97      2     58      3    97%   31, 76, 30->31, 75->76, 82->85

10:54:36 compose/config/sort_services.py      44      1     24      1    97%   57, 56->57

10:54:36 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

10:54:36 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

10:54:36 compose/const.py                     39      0      0      0   100%

10:54:36 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

10:54:36 compose/errors.py                    17      1      0      0    94%   12

10:54:36 compose/network.py                  190     19     95      5    87%   184, 186-200, 206, 224, 226, 183->184, 185->186, 205->206, 223->224, 225->226

10:54:36 compose/parallel.py                 199      2     58      1    99%   187, 326, 325->326

10:54:36 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

10:54:36 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

10:54:36 compose/service.py                  921     60    457     32    92%   65, 283-284, 305, 378-381, 429-434, 440-442, 482-483, 498, 501, 519, 586, 631-634, 742, 961-962, 982-983, 1084, 1131, 1192, 1234, 1256-1271, 1311, 1350-1354, 1542, 1546, 1663, 1704, 1716, 1790, 1828, 1841, 1845-1846, 1850-1851, 64->65, 223->exit, 281->283, 304->305, 439->440, 481->482, 497->498, 500->501, 518->519, 576->586, 737->742, 960->961, 981->982, 1083->1084, 1130->1131, 1191->1192, 1233->1234, 1310->1311, 1347->1350, 1541->1542, 1545->1546, 1594->exit, 1602->1601, 1640->1637, 1662->1663, 1703->1704, 1715->1716, 1789->1790, 1827->1828, 1840->1841, 1844->1845, 1849->1850

10:54:36 compose/state.py                      0      0      0      0   100%

10:54:36 compose/timeparse.py                 22      0      4      0   100%

10:54:36 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

10:54:36 compose/version.py                    6      0      0      0   100%

10:54:36 compose/volume.py                   126      4     44      3    95%   150, 200, 211-212, 141->150, 199->200, 209->211

10:54:36 -----------------------------------------------------------------------------

10:54:36 TOTAL                              5642    444   2433    211    90%

10:54:36 Coverage HTML written to dir coverage-html

10:54:36 

10:54:36 =========================== short test summary info ============================

10:54:36 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_cpu_rt

10:54:36   not supported by kernel

10:54:36 XFAIL tests/integration/service_test.py::ServiceTest::test_create_container_with_storage_opt

10:54:36   Not supported on most drivers

10:54:36 SKIP [1] tests/acceptance/cli_test.py:2432: race condition between up and logs

10:54:36 SKIP [1] tests/acceptance/cli_test.py:2384: race condition between up and logs

10:54:36 SKIP [1] tests/acceptance/cli_test.py:2411: race condition between up and logs

10:54:36 SKIP [1] /code/tests/integration/testcases.py:167: This daemon does not support the 'nvidia'' runtime

10:54:36 SKIP [1] tests/integration/service_test.py:150: cpu_percent is not supported for Linux

10:54:36 SKIP [1] tests/integration/service_test.py:1674: Broken on 1.11.0 - 17.03.0

10:54:36 SKIP [1] tests/unit/cli/command_test.py:39: windows separator

10:54:36 SKIP [1] tests/unit/cli/command_test.py:69: Env values in Python 3 are already Unicode

10:54:36 SKIP [1] tests/unit/cli/errors_test.py:70: Needs pywin32

10:54:36 SKIP [1] tests/unit/cli/errors_test.py:80: Needs pywin32

10:54:36 SKIP [1] tests/unit/cli/errors_test.py:90: Needs pywin32

10:54:36 SKIP [1] tests/unit/config/config_test.py:3778: windows paths

10:54:36 == 1 failed, 1130 passed, 12 skipped, 2 xfailed, 3 xpassed in 841.69 seconds ===

10:54:36 ERROR: InvocationError: '/code/.tox/py37/bin/py.test -v --cov=compose --cov-report html --cov-report term --cov-config=tox.ini --verbose'

10:54:36 ___________________________________ summary ____________________________________

10:54:36 ERROR:   py37: commands failed

10:54:36 + on_exit
10:54:36 + [[ 1 != \0 ]]
10:54:36 + docker logs compose-dind-19.03.4-jenkins-compose-PR-6647-3
10:54:36 + tail -n 100
10:54:36 time="2019-10-23T10:53:25.879882332Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/468a92780571c738ab6542f820e97d82b4648dc8b2df0e89f9bc23cec148c259/shim.sock" debug=false pid=32575 
10:54:36 time="2019-10-23T10:53:27.458650845Z" level=info msg="Container f8a962ab2b72a0c4e2e8ed3e9a1b094f20a54cced8a21d3f34c6ba18c15e7b42 failed to exit within 1 seconds of signal 15 - using the force"
10:54:36 time="2019-10-23T10:53:27.557509796Z" level=info msg="shim reaped" id=f8a962ab2b72a0c4e2e8ed3e9a1b094f20a54cced8a21d3f34c6ba18c15e7b42 
10:54:36 time="2019-10-23T10:53:27.567654802Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:27.810346556Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/6ee32cb173e4e9d84952e44ae05fe0450d966e4a17bb688e0940aaf0f097eed6/shim.sock" debug=false pid=32703 
10:54:36 time="2019-10-23T10:53:28.463854139Z" level=info msg="shim reaped" id=6ee32cb173e4e9d84952e44ae05fe0450d966e4a17bb688e0940aaf0f097eed6 
10:54:36 time="2019-10-23T10:53:28.473908321Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:28.720111106Z" level=info msg="shim reaped" id=468a92780571c738ab6542f820e97d82b4648dc8b2df0e89f9bc23cec148c259 
10:54:36 time="2019-10-23T10:53:28.730296754Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:28.953960087Z" level=info msg="shim reaped" id=a4f2ab2ece0de01522b0fdeaeddf2c91941a0f59bc3412f544aee28cbbe9ecda 
10:54:36 time="2019-10-23T10:53:28.964101579Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:29.383526022Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/5e2bfb8116e92e93a16eb8b05d875a468d1d931adfaa0832cd1714cfaa9a7b7f/shim.sock" debug=false pid=469 
10:54:36 time="2019-10-23T10:53:30.032101750Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/ec0e4478cef5d80447b4a610f03be5dae241bf55284b82cc5f628acaed56bc72/shim.sock" debug=false pid=554 
10:54:36 time="2019-10-23T10:53:30.663929055Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/3045343e29e2a5687458b1bc1dfa475d2ef738ec95db5d6859f0600c304a6016/shim.sock" debug=false pid=635 
10:54:36 time="2019-10-23T10:53:31.365393679Z" level=info msg="shim reaped" id=3045343e29e2a5687458b1bc1dfa475d2ef738ec95db5d6859f0600c304a6016 
10:54:36 time="2019-10-23T10:53:31.375530933Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:31.622463450Z" level=info msg="shim reaped" id=ec0e4478cef5d80447b4a610f03be5dae241bf55284b82cc5f628acaed56bc72 
10:54:36 time="2019-10-23T10:53:31.632628430Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:31.849452269Z" level=info msg="shim reaped" id=5e2bfb8116e92e93a16eb8b05d875a468d1d931adfaa0832cd1714cfaa9a7b7f 
10:54:36 time="2019-10-23T10:53:31.859575680Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:32.207258814Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/9f3bc8be110bbb1d0033f5af3af32bd2f01cd6fb5bb6f91aae6cf3867eb0fd40/shim.sock" debug=false pid=875 
10:54:36 time="2019-10-23T10:53:32.916758981Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/786e5d32c457f03d78ddbe08fb802a44e908770219d0555b1942d5ee2389ffce/shim.sock" debug=false pid=957 
10:54:36 time="2019-10-23T10:53:34.488861320Z" level=info msg="Container 9f3bc8be110bbb1d0033f5af3af32bd2f01cd6fb5bb6f91aae6cf3867eb0fd40 failed to exit within 1 seconds of signal 15 - using the force"
10:54:36 time="2019-10-23T10:53:34.593331760Z" level=info msg="shim reaped" id=9f3bc8be110bbb1d0033f5af3af32bd2f01cd6fb5bb6f91aae6cf3867eb0fd40 
10:54:36 time="2019-10-23T10:53:34.603465486Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:34.834558375Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/c732aae15c2ef1906002c5709ca4ce310b251accadba5eca0ff2f53ffc46b630/shim.sock" debug=false pid=1088 
10:54:36 time="2019-10-23T10:53:35.501625652Z" level=info msg="shim reaped" id=c732aae15c2ef1906002c5709ca4ce310b251accadba5eca0ff2f53ffc46b630 
10:54:36 time="2019-10-23T10:53:35.511727018Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:35.741714434Z" level=info msg="shim reaped" id=786e5d32c457f03d78ddbe08fb802a44e908770219d0555b1942d5ee2389ffce 
10:54:36 time="2019-10-23T10:53:35.751826749Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:36.160091624Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/2938ef7e03f4fe032bc436e73133ae8fba67e706bc39ce67d0051025cfe2efc1/shim.sock" debug=false pid=1284 
10:54:36 time="2019-10-23T10:53:36.824097838Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/fc41552a453a1bfbee0268e48ee0bdcad215d7aa6596ec928531f66dd95a68bd/shim.sock" debug=false pid=1362 
10:54:36 time="2019-10-23T10:53:37.489497047Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/3809aff27a5de7e1882435b878ad40a08d6114ca8fd9f7675beb4935803f3c87/shim.sock" debug=false pid=1439 
10:54:36 time="2019-10-23T10:53:39.071199379Z" level=info msg="Container 3809aff27a5de7e1882435b878ad40a08d6114ca8fd9f7675beb4935803f3c87 failed to exit within 1 seconds of signal 15 - using the force"
10:54:36 time="2019-10-23T10:53:39.170173098Z" level=info msg="shim reaped" id=3809aff27a5de7e1882435b878ad40a08d6114ca8fd9f7675beb4935803f3c87 
10:54:36 time="2019-10-23T10:53:39.180325968Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:40.338534892Z" level=info msg="Container fc41552a453a1bfbee0268e48ee0bdcad215d7aa6596ec928531f66dd95a68bd failed to exit within 1 seconds of signal 15 - using the force"
10:54:36 time="2019-10-23T10:53:40.445982425Z" level=info msg="shim reaped" id=fc41552a453a1bfbee0268e48ee0bdcad215d7aa6596ec928531f66dd95a68bd 
10:54:36 time="2019-10-23T10:53:40.456124621Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:41.610774947Z" level=info msg="Container 2938ef7e03f4fe032bc436e73133ae8fba67e706bc39ce67d0051025cfe2efc1 failed to exit within 1 seconds of signal 15 - using the force"
10:54:36 time="2019-10-23T10:53:41.708957169Z" level=info msg="shim reaped" id=2938ef7e03f4fe032bc436e73133ae8fba67e706bc39ce67d0051025cfe2efc1 
10:54:36 time="2019-10-23T10:53:41.719105216Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:41.982710005Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/c9d13c3930db28b71b92bc290c14c08b3c3810d4c264150438c55b2db7d72f89/shim.sock" debug=false pid=1662 
10:54:36 time="2019-10-23T10:53:42.625159053Z" level=info msg="shim reaped" id=c9d13c3930db28b71b92bc290c14c08b3c3810d4c264150438c55b2db7d72f89 
10:54:36 time="2019-10-23T10:53:42.635279229Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:43.066317121Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/50ad09d3b0c048060287ab1534b56ed114d325b22ddc63976c04be3654a9f819/shim.sock" debug=false pid=1825 
10:54:36 time="2019-10-23T10:53:43.736764068Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/4433e6f0582de9dd60255749a9152f15483b4b43fea3fb0c72eddd3f5f976ad3/shim.sock" debug=false pid=1905 
10:54:36 time="2019-10-23T10:53:44.373703755Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/781eda17b09532740d428f83df71e947fe509155170898351828039d36cce9a2/shim.sock" debug=false pid=1985 
10:54:36 time="2019-10-23T10:53:45.977791715Z" level=info msg="Container 781eda17b09532740d428f83df71e947fe509155170898351828039d36cce9a2 failed to exit within 1 seconds of signal 15 - using the force"
10:54:36 time="2019-10-23T10:53:46.078429493Z" level=info msg="shim reaped" id=781eda17b09532740d428f83df71e947fe509155170898351828039d36cce9a2 
10:54:36 time="2019-10-23T10:53:46.088511345Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:47.248526839Z" level=info msg="Container 4433e6f0582de9dd60255749a9152f15483b4b43fea3fb0c72eddd3f5f976ad3 failed to exit within 1 seconds of signal 15 - using the force"
10:54:36 time="2019-10-23T10:53:47.357757037Z" level=info msg="shim reaped" id=4433e6f0582de9dd60255749a9152f15483b4b43fea3fb0c72eddd3f5f976ad3 
10:54:36 time="2019-10-23T10:53:47.367838430Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:48.522825388Z" level=info msg="Container 50ad09d3b0c048060287ab1534b56ed114d325b22ddc63976c04be3654a9f819 failed to exit within 1 seconds of signal 15 - using the force"
10:54:36 time="2019-10-23T10:53:48.628617867Z" level=info msg="shim reaped" id=50ad09d3b0c048060287ab1534b56ed114d325b22ddc63976c04be3654a9f819 
10:54:36 time="2019-10-23T10:53:48.638728318Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:48.919130622Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/c886e5cbef1be33a8857e7dd9d75406300b93b79d4d3e0a7e6f93db65a857272/shim.sock" debug=false pid=2208 
10:54:36 time="2019-10-23T10:53:49.604465920Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/2df706cf69c66b7b9f31869e739160f4deaf5741ca3a0c8ba123e13f66ada0c8/shim.sock" debug=false pid=2285 
10:54:36 time="2019-10-23T10:53:50.232798734Z" level=info msg="shim reaped" id=2df706cf69c66b7b9f31869e739160f4deaf5741ca3a0c8ba123e13f66ada0c8 
10:54:36 time="2019-10-23T10:53:50.242976811Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:50.453724773Z" level=info msg="shim reaped" id=c886e5cbef1be33a8857e7dd9d75406300b93b79d4d3e0a7e6f93db65a857272 
10:54:36 time="2019-10-23T10:53:50.463868492Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:50.898817643Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/372569c46b7b139b91228961ccd4d8a4963aefc430d95c497fc0766354ffd748/shim.sock" debug=false pid=2482 
10:54:36 time="2019-10-23T10:53:51.557935343Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/2da98a1df2f9de31e893395330ed912ee54d530686c0f65ab5ebeda99e7f4d9b/shim.sock" debug=false pid=2561 
10:54:36 time="2019-10-23T10:53:52.205970850Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/1bd3cf0d29284e72875916f9a16c156cf19f254c16173bcd143283d8643f04ad/shim.sock" debug=false pid=2638 
10:54:36 time="2019-10-23T10:53:53.810076231Z" level=info msg="Container 2da98a1df2f9de31e893395330ed912ee54d530686c0f65ab5ebeda99e7f4d9b failed to exit within 1 seconds of signal 15 - using the force"
10:54:36 time="2019-10-23T10:53:53.918184744Z" level=info msg="shim reaped" id=2da98a1df2f9de31e893395330ed912ee54d530686c0f65ab5ebeda99e7f4d9b 
10:54:36 time="2019-10-23T10:53:53.928339473Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:54.213554395Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/7105481b556395732e2c54d248c1881e2ee4d760b31b40316136730da3a63a86/shim.sock" debug=false pid=2764 
10:54:36 time="2019-10-23T10:53:54.845098547Z" level=info msg="shim reaped" id=7105481b556395732e2c54d248c1881e2ee4d760b31b40316136730da3a63a86 
10:54:36 time="2019-10-23T10:53:54.855220061Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:55.078993384Z" level=info msg="shim reaped" id=1bd3cf0d29284e72875916f9a16c156cf19f254c16173bcd143283d8643f04ad 
10:54:36 time="2019-10-23T10:53:55.091190497Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:55.325466570Z" level=info msg="shim reaped" id=372569c46b7b139b91228961ccd4d8a4963aefc430d95c497fc0766354ffd748 
10:54:36 time="2019-10-23T10:53:55.335767138Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:55.749188119Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/e9a336314ae9feb4dad710f2aad4f6d6b864205d9f545b4e3328c6e1b0fddb7a/shim.sock" debug=false pid=3002 
10:54:36 time="2019-10-23T10:53:56.410368858Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/8db792315fd9261b1e3736503af829b4e840da914492f6d957af875a1f8bbde8/shim.sock" debug=false pid=3081 
10:54:36 time="2019-10-23T10:53:57.070112345Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/54acb1639d3b58c09ba3dc747a1f222efa14c0f55a78901d168bf68afcea3052/shim.sock" debug=false pid=3161 
10:54:36 time="2019-10-23T10:53:57.705826767Z" level=info msg="shim reaped" id=54acb1639d3b58c09ba3dc747a1f222efa14c0f55a78901d168bf68afcea3052 
10:54:36 time="2019-10-23T10:53:57.715920461Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:57.935145345Z" level=info msg="shim reaped" id=8db792315fd9261b1e3736503af829b4e840da914492f6d957af875a1f8bbde8 
10:54:36 time="2019-10-23T10:53:57.945184357Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:58.165638911Z" level=info msg="shim reaped" id=e9a336314ae9feb4dad710f2aad4f6d6b864205d9f545b4e3328c6e1b0fddb7a 
10:54:36 time="2019-10-23T10:53:58.175788824Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:58.568737312Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/97d3cbd8df2115aea9246c7c0987e555e4f801e5c24b07b642ad37d5453c6084/shim.sock" debug=false pid=3372 
10:54:36 time="2019-10-23T10:53:58.916204200Z" level=info msg="shim reaped" id=97d3cbd8df2115aea9246c7c0987e555e4f801e5c24b07b642ad37d5453c6084 
10:54:36 time="2019-10-23T10:53:58.926398443Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:59.185676722Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/2a3d0bc62d06e53d3df2a365d9a58dcb82a5f52628cabf596603b88861dd5b6b/shim.sock" debug=false pid=3470 
10:54:36 time="2019-10-23T10:53:59.524265671Z" level=info msg="shim reaped" id=2a3d0bc62d06e53d3df2a365d9a58dcb82a5f52628cabf596603b88861dd5b6b 
10:54:36 time="2019-10-23T10:53:59.534412550Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:53:59.991133033Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up"
10:54:36 time="2019-10-23T10:54:00.185807093Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up"
10:54:36 time="2019-10-23T10:54:01.446380997Z" level=info msg="Layer sha256:efe36b7c82de83200eeaea6a2c93ddcbf91fed980c7ed94827e32652c1c00950 cleaned up"
10:54:36 time="2019-10-23T10:54:02.365982522Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/bdf9c03e73de6fedee3eb84153de91ec4907f6f5ffceae1671eaba33b7d0bfb2/shim.sock" debug=false pid=3601 
10:54:36 time="2019-10-23T10:54:02.370604845Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/236e44092c5ef500e5adecd1a15c874e30214655c21f7cf1e9f83c4c39b32ebe/shim.sock" debug=false pid=3609 
10:54:36 time="2019-10-23T10:54:02.855065189Z" level=info msg="shim reaped" id=bdf9c03e73de6fedee3eb84153de91ec4907f6f5ffceae1671eaba33b7d0bfb2 
10:54:36 time="2019-10-23T10:54:02.865118927Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 time="2019-10-23T10:54:03.105319681Z" level=info msg="shim reaped" id=236e44092c5ef500e5adecd1a15c874e30214655c21f7cf1e9f83c4c39b32ebe 
10:54:36 time="2019-10-23T10:54:03.115452467Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
10:54:36 + docker rm -vf compose-dind-19.03.4-jenkins-compose-PR-6647-3
10:54:36 tests/integration/service_test.py::ServiceTest::test_scale PASSED        [ 32%]

10:54:36 tests/unit/service_test.py::ServiceTest::test_pull_image_with_platform_unsupported_api PASSED [ 52%]

10:54:36 compose-dind-19.03.4-jenkins-compose-PR-6647-3
10:54:36 tests/unit/service_test.py::ServiceTest::test_recreate_container PASSED  [ 52%]

10:54:36 tests/integration/service_test.py::ServiceTest::test_execute_convergence_plan_without_start PASSED [ 30%]

10:54:36 tests/unit/service_test.py::ServiceTest::test_recreate_container_with_timeout PASSED [ 52%]

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_19.03.4_py37
10:54:36 tests/unit/service_test.py::ServiceTest::test_remove_image_all_does_remove PASSED [ 52%]

10:54:36 tests/integration/state_test.py::ProjectWithDependsOnDependenciesTest::test_up Sending interrupt signal to process
10:54:36 tests/integration/state_test.py::ProjectWithDependenciesTest::test_service_removed_while_down Sending interrupt signal to process
10:54:36 tests/unit/service_test.py::ServiceTest::test_remove_image_local_with_image_name_doesnt_remove Sending interrupt signal to process
10:54:37 tests/integration/service_test.py::ServiceTest::test_start_container_with_external_links <- tests/integration/testcases.py Sending interrupt signal to process
10:54:37 tests/integration/service_test.py::ServiceTest::test_expose_does_not_publish_ports Sending interrupt signal to process
10:54:37 PASSED [ 30%]

10:54:37 PASSED [ 52%]

10:54:37 tests/unit/service_test.py::ServiceTest::test_remove_image_local_without_image_name_does_remove Terminated
10:54:37 script returned exit code 143
10:54:37 Terminated
10:54:37 script returned exit code 143
10:54:37 Terminated
10:54:37 script returned exit code 143
10:54:37 Terminated
10:54:37 script returned exit code 143
10:54:37 tests/integration/service_test.py::ServiceTest::test_scale_sets_ports PASSED [ 32%]

10:54:37 tests/integration/service_test.py::ServiceTest::test_scale_with_api_error PASSED [ 32%]

10:54:37 tests/integration/service_test.py::ServiceTest::test_start_container_creates_links_with_names PASSED [ 33%]

10:54:37 tests/integration/service_test.py::ServiceTest::test_scale_with_custom_container_name_outputs_warning Sending interrupt signal to process
10:54:38 tests/integration/service_test.py::ServiceTest::test_group_add_value PASSED [ 30%]

10:54:38 tests/integration/service_test.py::ServiceTest::test_labels Terminated
10:54:38 script returned exit code 143
10:54:38 tests/integration/service_test.py::ServiceTest::test_start_container_creates_port_with_explicit_protocol PASSED [ 33%]

10:54:38 PASSED [ 32%]

10:54:38 tests/integration/service_test.py::ServiceTest::test_scale_with_desired_number_already_achieved Terminated
10:54:38 script returned exit code 143
10:54:38 tests/integration/service_test.py::ServiceTest::test_start_container_creates_ports Sending interrupt signal to process
10:54:38 PASSED [ 33%]

[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
10:54:39 tests/integration/service_test.py::ServiceTest::test_start_container_inherits_options_from_constructor PASSED [ 33%]Terminated
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
10:54:39 script returned exit code 143
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch alpine_19.03.4_py27
[Pipeline] }
Failed in branch alpine_18.09.9_py27
[Pipeline] }
Failed in branch alpine_18.09.9_py37
[Pipeline] }
Failed in branch debian_19.03.4_py27
[Pipeline] }
Failed in branch debian_19.03.4_py37
[Pipeline] }
Failed in branch debian_18.09.9_py27
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch debian_18.09.9_py37
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE