Skip to content
Success

Console Output

Branch indexing
01:17:42 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 143e0f3f1ab9caa587b9821028c60d41d203de3e rather than 8fa39cdcc0471c028cd69170c88ae7fe33486398
Obtained Jenkinsfile from 143e0f3f1ab9caa587b9821028c60d41d203de3e
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/libcompose_PR-530@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > 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
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘arm32v7-ubuntu-47’ doesn’t have label ‘linux&&x86_64’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘linux&&x86_64’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘linux&&x86_64’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘linux&&x86_64’; ‘arm64v8-ubuntu-01’ doesn’t have label ‘linux&&x86_64’; ‘arm64v8-ubuntu-02’ doesn’t have label ‘linux&&x86_64’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘linux&&x86_64’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘linux&&x86_64’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-14’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-15’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-16’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-29’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-30’ doesn’t have label ‘linux&&x86_64’; ‘ubuntu-1604-aufs (i-09f3d6fcd223e08fb)’ is offline
Running on ubuntu-1604-aufs (i-021fe47c8b9633d6c) in /home/ubuntu/workspace/libcompose_PR-530
[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/libcompose_PR-530@tmp/17a52615-d919-4b81-95ff-b228ca136471/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] deleteDir
[Pipeline] checkout
01:36:28 using credential docker-jenkins-github-credentials
01:36:28 Cloning the remote Git repository
01:36:28 Cloning with configured refspecs honoured and without tags
01:36:28 Fetching without tags
01:36:29 Merging remotes/origin/master commit 143e0f3f1ab9caa587b9821028c60d41d203de3e into PR head commit 8fa39cdcc0471c028cd69170c88ae7fe33486398
01:36:29 Merge succeeded, producing 8fa39cdcc0471c028cd69170c88ae7fe33486398
01:36:29 Checking out Revision 8fa39cdcc0471c028cd69170c88ae7fe33486398 (PR-530)
01:36:29 Commit message: "go mod: use docker/docker@master instead of docker/engine snapshot, to avoid conflicts when importing in other projects (dependency hell between docker/docker vs docker/engine)"
01:36:29 First time build. Skipping changelog.
Cloning repository https://github.com/docker/libcompose.git
 > git init /home/ubuntu/workspace/libcompose_PR-530 # timeout=10
Fetching upstream changes from https://github.com/docker/libcompose.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/libcompose.git +refs/pull/530/head:refs/remotes/origin/PR-530 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/libcompose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/530/head:refs/remotes/origin/PR-530 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/libcompose.git # timeout=10
Fetching upstream changes from https://github.com/docker/libcompose.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/libcompose.git +refs/pull/530/head:refs/remotes/origin/PR-530 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8fa39cdcc0471c028cd69170c88ae7fe33486398
 > git merge 143e0f3f1ab9caa587b9821028c60d41d203de3e # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8fa39cdcc0471c028cd69170c88ae7fe33486398
[Pipeline] stage
01:36:29 Using the ‘stage’ step without a block argument is deprecated
01:36:29 Entering stage build image
01:36:29 Proceeding
[Pipeline] sh
01:36:29 + git rev-parse HEAD
[Pipeline] sh
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
01:36:30 + docker build -t dockerbuildbot/libcompose:8fa39cdcc0471c028cd69170c88ae7fe33486398 .
01:36:30 Sending build context to Docker daemon  6.582MB

01:36:30 Step 1/14 : FROM golang:1.12.7
01:36:30 1.12.7: Pulling from library/golang
01:36:30 5ae19949497e: Pulling fs layer
01:36:30 ed3d96a2798e: Pulling fs layer
01:36:30 f12136850781: Pulling fs layer
01:36:30 1a9ad5d5550b: Pulling fs layer
01:36:30 efbd5496b163: Pulling fs layer
01:36:30 c01c378f53ca: Pulling fs layer
01:36:30 c7aef280980d: Pulling fs layer
01:36:30 efbd5496b163: Waiting
01:36:30 c01c378f53ca: Waiting
01:36:30 c7aef280980d: Waiting
01:36:30 1a9ad5d5550b: Waiting
01:36:30 ed3d96a2798e: Verifying Checksum
01:36:30 ed3d96a2798e: Download complete
01:36:30 f12136850781: Verifying Checksum
01:36:30 f12136850781: Download complete
01:36:31 5ae19949497e: Verifying Checksum
01:36:31 5ae19949497e: Download complete
01:36:31 1a9ad5d5550b: Verifying Checksum
01:36:31 1a9ad5d5550b: Download complete
01:36:31 c7aef280980d: Verifying Checksum
01:36:31 c7aef280980d: Download complete
01:36:32 efbd5496b163: Verifying Checksum
01:36:32 efbd5496b163: Download complete
01:36:32 c01c378f53ca: Verifying Checksum
01:36:32 c01c378f53ca: Download complete
01:36:34 5ae19949497e: Pull complete
01:36:34 ed3d96a2798e: Pull complete
01:36:34 f12136850781: Pull complete
01:36:36 1a9ad5d5550b: Pull complete
01:36:39 efbd5496b163: Pull complete
01:36:43 c01c378f53ca: Pull complete
01:36:43 c7aef280980d: Pull complete
01:36:43 Digest: sha256:f5486a917b57f8b14be4345604bc4654147416a327d6d63271a0c52c907001c4
01:36:43 Status: Downloaded newer image for golang:1.12.7
01:36:43  ---> be63d15101cb
01:36:43 Step 2/14 : RUN apt-get update &&     apt-get install -y iptables build-essential --no-install-recommends &&     apt-get install -y python-pip &&     pip install virtualenv
01:36:43  ---> Running in 394bbd62ca5a
01:36:44 Get:1 http://deb.debian.org/debian buster InRelease [118 kB]
01:36:44 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
01:36:44 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
01:36:44 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [72.1 kB]
01:36:44 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7897 kB]
01:36:44 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [884 B]
01:36:45 Fetched 8177 kB in 2s (5031 kB/s)
01:36:45 Reading package lists...
01:36:46 Reading package lists...
01:36:46 Building dependency tree...
01:36:46 Reading state information...
01:36:46 The following additional packages will be installed:
01:36:46   bzip2 dpkg-dev libip4tc0 libip6tc0 libiptc0 libnetfilter-conntrack3
01:36:46   libnfnetlink0 libnftnl11 patch xz-utils
01:36:46 Suggested packages:
01:36:46   bzip2-doc debian-keyring kmod ed diffutils-doc
01:36:46 Recommended packages:
01:36:46   fakeroot libalgorithm-merge-perl nftables
01:36:46 The following NEW packages will be installed:
01:36:46   build-essential bzip2 dpkg-dev iptables libip4tc0 libip6tc0 libiptc0
01:36:46   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 patch xz-utils
01:36:47 0 upgraded, 12 newly installed, 0 to remove and 4 not upgraded.
01:36:47 Need to get 2850 kB of archives.
01:36:47 After this operation, 6404 kB of additional disk space will be used.
01:36:47 Get:1 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
01:36:47 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
01:36:47 Get:3 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
01:36:47 Get:4 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
01:36:47 Get:5 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
01:36:47 Get:6 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
01:36:47 Get:7 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
01:36:47 Get:8 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
01:36:47 Get:9 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.1 [48.3 kB]
01:36:47 Get:10 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
01:36:47 Get:11 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
01:36:47 Get:12 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
01:36:47 debconf: delaying package configuration, since apt-utils is not installed
01:36:47 Fetched 2850 kB in 0s (9693 kB/s)
01:36:47 Selecting previously unselected package libip4tc0:amd64.
01:36:47 (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 ... 15394 files and directories currently installed.)
01:36:47 Preparing to unpack .../00-libip4tc0_1.8.2-4_amd64.deb ...
01:36:47 Unpacking libip4tc0:amd64 (1.8.2-4) ...
01:36:47 Selecting previously unselected package libip6tc0:amd64.
01:36:47 Preparing to unpack .../01-libip6tc0_1.8.2-4_amd64.deb ...
01:36:47 Unpacking libip6tc0:amd64 (1.8.2-4) ...
01:36:47 Selecting previously unselected package libiptc0:amd64.
01:36:47 Preparing to unpack .../02-libiptc0_1.8.2-4_amd64.deb ...
01:36:47 Unpacking libiptc0:amd64 (1.8.2-4) ...
01:36:47 Selecting previously unselected package libnfnetlink0:amd64.
01:36:47 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
01:36:47 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
01:36:47 Selecting previously unselected package libnetfilter-conntrack3:amd64.
01:36:47 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
01:36:47 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
01:36:47 Selecting previously unselected package libnftnl11:amd64.
01:36:47 Preparing to unpack .../05-libnftnl11_1.1.2-2_amd64.deb ...
01:36:47 Unpacking libnftnl11:amd64 (1.1.2-2) ...
01:36:47 Selecting previously unselected package iptables.
01:36:47 Preparing to unpack .../06-iptables_1.8.2-4_amd64.deb ...
01:36:47 Unpacking iptables (1.8.2-4) ...
01:36:47 Selecting previously unselected package bzip2.
01:36:47 Preparing to unpack .../07-bzip2_1.0.6-9.1_amd64.deb ...
01:36:47 Unpacking bzip2 (1.0.6-9.1) ...
01:36:47 Selecting previously unselected package xz-utils.
01:36:47 Preparing to unpack .../08-xz-utils_5.2.4-1_amd64.deb ...
01:36:47 Unpacking xz-utils (5.2.4-1) ...
01:36:47 Selecting previously unselected package patch.
01:36:47 Preparing to unpack .../09-patch_2.7.6-3+deb10u1_amd64.deb ...
01:36:47 Unpacking patch (2.7.6-3+deb10u1) ...
01:36:47 Selecting previously unselected package dpkg-dev.
01:36:47 Preparing to unpack .../10-dpkg-dev_1.19.7_all.deb ...
01:36:47 Unpacking dpkg-dev (1.19.7) ...
01:36:48 Selecting previously unselected package build-essential.
01:36:48 Preparing to unpack .../11-build-essential_12.6_amd64.deb ...
01:36:48 Unpacking build-essential (12.6) ...
01:36:48 Setting up libip6tc0:amd64 (1.8.2-4) ...
01:36:48 Setting up libip4tc0:amd64 (1.8.2-4) ...
01:36:48 Setting up libnftnl11:amd64 (1.1.2-2) ...
01:36:48 Setting up bzip2 (1.0.6-9.1) ...
01:36:48 Setting up libiptc0:amd64 (1.8.2-4) ...
01:36:48 Setting up xz-utils (5.2.4-1) ...
01:36:48 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
01:36:48 Setting up patch (2.7.6-3+deb10u1) ...
01:36:48 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
01:36:48 Setting up dpkg-dev (1.19.7) ...
01:36:48 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
01:36:48 Setting up build-essential (12.6) ...
01:36:48 Setting up iptables (1.8.2-4) ...
01:36:48 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
01:36:48 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
01:36:48 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
01:36:48 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
01:36:48 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
01:36:48 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
01:36:48 Processing triggers for libc-bin (2.28-10) ...
01:36:48 Reading package lists...
01:36:48 Building dependency tree...
01:36:48 Reading state information...
01:36:49 The following additional packages will be installed:
01:36:49   dbus gir1.2-glib-2.0 javascript-common libapparmor1 libdbus-1-3
01:36:49   libexpat1-dev libgirepository-1.0-1 libjs-jquery libjs-sphinxdoc
01:36:49   libjs-underscore libpython-all-dev libpython-dev libpython2-dev libpython2.7
01:36:49   libpython2.7-dev python-all python-all-dev python-asn1crypto
01:36:49   python-cffi-backend python-configparser python-crypto python-cryptography
01:36:49   python-dbus python-dev python-entrypoints python-enum34 python-gi
01:36:49   python-ipaddress python-keyring python-keyrings.alt python-pip-whl
01:36:49   python-pkg-resources python-secretstorage python-setuptools python-six
01:36:49   python-wheel python-xdg python2-dev python2.7-dev
01:36:49 Suggested packages:
01:36:49   default-dbus-session-bus | dbus-session-bus apache2 | lighttpd | httpd
01:36:49   python-crypto-doc python-cryptography-doc python-cryptography-vectors
01:36:49   python-dbus-dbg python-dbus-doc python-enum34-doc python-gi-cairo
01:36:49   gnome-keyring libkf5wallet-bin gir1.2-gnomekeyring-1.0 python-gdata
01:36:49   python-keyczar python-secretstorage-doc python-setuptools-doc
01:36:49 The following NEW packages will be installed:
01:36:49   dbus gir1.2-glib-2.0 javascript-common libapparmor1 libdbus-1-3
01:36:49   libexpat1-dev libgirepository-1.0-1 libjs-jquery libjs-sphinxdoc
01:36:49   libjs-underscore libpython-all-dev libpython-dev libpython2-dev libpython2.7
01:36:49   libpython2.7-dev python-all python-all-dev python-asn1crypto
01:36:49   python-cffi-backend python-configparser python-crypto python-cryptography
01:36:49   python-dbus python-dev python-entrypoints python-enum34 python-gi
01:36:49   python-ipaddress python-keyring python-keyrings.alt python-pip
01:36:49   python-pip-whl python-pkg-resources python-secretstorage python-setuptools
01:36:49   python-six python-wheel python-xdg python2-dev python2.7-dev
01:36:49 0 upgraded, 40 newly installed, 0 to remove and 4 not upgraded.
01:36:49 Need to get 38.0 MB of archives.
01:36:49 After this operation, 74.6 MB of additional disk space will be used.
01:36:49 Get:1 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
01:36:49 Get:2 http://deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.16-1 [214 kB]
01:36:49 Get:3 http://deb.debian.org/debian buster/main amd64 dbus amd64 1.12.16-1 [235 kB]
01:36:49 Get:4 http://deb.debian.org/debian buster/main amd64 libgirepository-1.0-1 amd64 1.58.3-2 [92.8 kB]
01:36:49 Get:5 http://deb.debian.org/debian buster/main amd64 gir1.2-glib-2.0 amd64 1.58.3-2 [143 kB]
01:36:49 Get:6 http://deb.debian.org/debian buster/main amd64 javascript-common all 11 [6120 B]
01:36:49 Get:7 http://deb.debian.org/debian buster/main amd64 libexpat1-dev amd64 2.2.6-2 [152 kB]
01:36:49 Get:8 http://deb.debian.org/debian buster/main amd64 libjs-jquery all 3.3.1~dfsg-3 [332 kB]
01:36:49 Get:9 http://deb.debian.org/debian buster/main amd64 libjs-underscore all 1.9.1~dfsg-1 [99.4 kB]
01:36:49 Get:10 http://deb.debian.org/debian buster/main amd64 libjs-sphinxdoc all 1.8.4-1 [95.9 kB]
01:36:49 Get:11 http://deb.debian.org/debian buster/main amd64 libpython2.7 amd64 2.7.16-2 [1036 kB]
01:36:49 Get:12 http://deb.debian.org/debian buster/main amd64 libpython2.7-dev amd64 2.7.16-2 [31.6 MB]
01:36:50 Get:13 http://deb.debian.org/debian buster/main amd64 libpython2-dev amd64 2.7.16-1 [20.9 kB]
01:36:50 Get:14 http://deb.debian.org/debian buster/main amd64 libpython-dev amd64 2.7.16-1 [20.9 kB]
01:36:50 Get:15 http://deb.debian.org/debian buster/main amd64 libpython-all-dev amd64 2.7.16-1 [1064 B]
01:36:50 Get:16 http://deb.debian.org/debian buster/main amd64 python-all amd64 2.7.16-1 [1044 B]
01:36:50 Get:17 http://deb.debian.org/debian buster/main amd64 python2.7-dev amd64 2.7.16-2 [296 kB]
01:36:50 Get:18 http://deb.debian.org/debian buster/main amd64 python2-dev amd64 2.7.16-1 [1212 B]
01:36:50 Get:19 http://deb.debian.org/debian buster/main amd64 python-dev amd64 2.7.16-1 [1192 B]
01:36:50 Get:20 http://deb.debian.org/debian buster/main amd64 python-all-dev amd64 2.7.16-1 [1068 B]
01:36:50 Get:21 http://deb.debian.org/debian buster/main amd64 python-asn1crypto all 0.24.0-1 [78.1 kB]
01:36:50 Get:22 http://deb.debian.org/debian buster/main amd64 python-cffi-backend amd64 1.12.2-1 [78.8 kB]
01:36:50 Get:23 http://deb.debian.org/debian buster/main amd64 python-configparser all 3.5.0b2-1 [59.2 kB]
01:36:50 Get:24 http://deb.debian.org/debian buster/main amd64 python-crypto amd64 2.6.1-9+b1 [259 kB]
01:36:50 Get:25 http://deb.debian.org/debian buster/main amd64 python-enum34 all 1.1.6-2 [35.3 kB]
01:36:50 Get:26 http://deb.debian.org/debian buster/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
01:36:50 Get:27 http://deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
01:36:50 Get:28 http://deb.debian.org/debian buster/main amd64 python-cryptography amd64 2.6.1-3 [218 kB]
01:36:50 Get:29 http://deb.debian.org/debian buster/main amd64 python-dbus amd64 1.2.8-3 [103 kB]
01:36:50 Get:30 http://deb.debian.org/debian buster/main amd64 python-entrypoints all 0.3-1 [5444 B]
01:36:50 Get:31 http://deb.debian.org/debian buster/main amd64 python-gi amd64 3.30.4-1 [227 kB]
01:36:50 Get:32 http://deb.debian.org/debian buster/main amd64 python-secretstorage all 2.3.1-2 [13.8 kB]
01:36:50 Get:33 http://deb.debian.org/debian buster/main amd64 python-keyring all 17.1.1-1 [47.1 kB]
01:36:50 Get:34 http://deb.debian.org/debian buster/main amd64 python-keyrings.alt all 3.1.1-1 [18.3 kB]
01:36:50 Get:35 http://deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
01:36:50 Get:36 http://deb.debian.org/debian buster/main amd64 python-pip all 18.1-5 [215 kB]
01:36:50 Get:37 http://deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
01:36:50 Get:38 http://deb.debian.org/debian buster/main amd64 python-setuptools all 40.8.0-1 [382 kB]
01:36:50 Get:39 http://deb.debian.org/debian buster/main amd64 python-wheel all 0.32.3-2 [19.3 kB]
01:36:50 Get:40 http://deb.debian.org/debian buster/main amd64 python-xdg all 0.25-5 [35.9 kB]
01:36:50 debconf: delaying package configuration, since apt-utils is not installed
01:36:50 Fetched 38.0 MB in 1s (57.9 MB/s)
01:36:50 Selecting previously unselected package libapparmor1:amd64.
01:36:50 (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 ... 15958 files and directories currently installed.)
01:36:50 Preparing to unpack .../00-libapparmor1_2.13.2-10_amd64.deb ...
01:36:50 Unpacking libapparmor1:amd64 (2.13.2-10) ...
01:36:50 Selecting previously unselected package libdbus-1-3:amd64.
01:36:50 Preparing to unpack .../01-libdbus-1-3_1.12.16-1_amd64.deb ...
01:36:50 Unpacking libdbus-1-3:amd64 (1.12.16-1) ...
01:36:50 Selecting previously unselected package dbus.
01:36:50 Preparing to unpack .../02-dbus_1.12.16-1_amd64.deb ...
01:36:50 Unpacking dbus (1.12.16-1) ...
01:36:50 Selecting previously unselected package libgirepository-1.0-1:amd64.
01:36:50 Preparing to unpack .../03-libgirepository-1.0-1_1.58.3-2_amd64.deb ...
01:36:50 Unpacking libgirepository-1.0-1:amd64 (1.58.3-2) ...
01:36:50 Selecting previously unselected package gir1.2-glib-2.0:amd64.
01:36:50 Preparing to unpack .../04-gir1.2-glib-2.0_1.58.3-2_amd64.deb ...
01:36:50 Unpacking gir1.2-glib-2.0:amd64 (1.58.3-2) ...
01:36:50 Selecting previously unselected package javascript-common.
01:36:50 Preparing to unpack .../05-javascript-common_11_all.deb ...
01:36:50 Unpacking javascript-common (11) ...
01:36:50 Selecting previously unselected package libexpat1-dev:amd64.
01:36:50 Preparing to unpack .../06-libexpat1-dev_2.2.6-2_amd64.deb ...
01:36:50 Unpacking libexpat1-dev:amd64 (2.2.6-2) ...
01:36:50 Selecting previously unselected package libjs-jquery.
01:36:50 Preparing to unpack .../07-libjs-jquery_3.3.1~dfsg-3_all.deb ...
01:36:50 Unpacking libjs-jquery (3.3.1~dfsg-3) ...
01:36:50 Selecting previously unselected package libjs-underscore.
01:36:50 Preparing to unpack .../08-libjs-underscore_1.9.1~dfsg-1_all.deb ...
01:36:50 Unpacking libjs-underscore (1.9.1~dfsg-1) ...
01:36:50 Selecting previously unselected package libjs-sphinxdoc.
01:36:50 Preparing to unpack .../09-libjs-sphinxdoc_1.8.4-1_all.deb ...
01:36:50 Unpacking libjs-sphinxdoc (1.8.4-1) ...
01:36:50 Selecting previously unselected package libpython2.7:amd64.
01:36:50 Preparing to unpack .../10-libpython2.7_2.7.16-2_amd64.deb ...
01:36:50 Unpacking libpython2.7:amd64 (2.7.16-2) ...
01:36:50 Selecting previously unselected package libpython2.7-dev:amd64.
01:36:50 Preparing to unpack .../11-libpython2.7-dev_2.7.16-2_amd64.deb ...
01:36:50 Unpacking libpython2.7-dev:amd64 (2.7.16-2) ...
01:36:52 Selecting previously unselected package libpython2-dev:amd64.
01:36:52 Preparing to unpack .../12-libpython2-dev_2.7.16-1_amd64.deb ...
01:36:52 Unpacking libpython2-dev:amd64 (2.7.16-1) ...
01:36:52 Selecting previously unselected package libpython-dev:amd64.
01:36:52 Preparing to unpack .../13-libpython-dev_2.7.16-1_amd64.deb ...
01:36:52 Unpacking libpython-dev:amd64 (2.7.16-1) ...
01:36:52 Selecting previously unselected package libpython-all-dev:amd64.
01:36:52 Preparing to unpack .../14-libpython-all-dev_2.7.16-1_amd64.deb ...
01:36:52 Unpacking libpython-all-dev:amd64 (2.7.16-1) ...
01:36:52 Selecting previously unselected package python-all.
01:36:52 Preparing to unpack .../15-python-all_2.7.16-1_amd64.deb ...
01:36:52 Unpacking python-all (2.7.16-1) ...
01:36:52 Selecting previously unselected package python2.7-dev.
01:36:52 Preparing to unpack .../16-python2.7-dev_2.7.16-2_amd64.deb ...
01:36:52 Unpacking python2.7-dev (2.7.16-2) ...
01:36:52 Selecting previously unselected package python2-dev.
01:36:52 Preparing to unpack .../17-python2-dev_2.7.16-1_amd64.deb ...
01:36:52 Unpacking python2-dev (2.7.16-1) ...
01:36:52 Selecting previously unselected package python-dev.
01:36:52 Preparing to unpack .../18-python-dev_2.7.16-1_amd64.deb ...
01:36:52 Unpacking python-dev (2.7.16-1) ...
01:36:52 Selecting previously unselected package python-all-dev.
01:36:52 Preparing to unpack .../19-python-all-dev_2.7.16-1_amd64.deb ...
01:36:52 Unpacking python-all-dev (2.7.16-1) ...
01:36:53 Selecting previously unselected package python-asn1crypto.
01:36:53 Preparing to unpack .../20-python-asn1crypto_0.24.0-1_all.deb ...
01:36:53 Unpacking python-asn1crypto (0.24.0-1) ...
01:36:53 Selecting previously unselected package python-cffi-backend.
01:36:53 Preparing to unpack .../21-python-cffi-backend_1.12.2-1_amd64.deb ...
01:36:53 Unpacking python-cffi-backend (1.12.2-1) ...
01:36:53 Selecting previously unselected package python-configparser.
01:36:53 Preparing to unpack .../22-python-configparser_3.5.0b2-1_all.deb ...
01:36:53 Unpacking python-configparser (3.5.0b2-1) ...
01:36:53 Selecting previously unselected package python-crypto.
01:36:53 Preparing to unpack .../23-python-crypto_2.6.1-9+b1_amd64.deb ...
01:36:53 Unpacking python-crypto (2.6.1-9+b1) ...
01:36:53 Selecting previously unselected package python-enum34.
01:36:53 Preparing to unpack .../24-python-enum34_1.1.6-2_all.deb ...
01:36:53 Unpacking python-enum34 (1.1.6-2) ...
01:36:53 Selecting previously unselected package python-ipaddress.
01:36:53 Preparing to unpack .../25-python-ipaddress_1.0.17-1_all.deb ...
01:36:53 Unpacking python-ipaddress (1.0.17-1) ...
01:36:53 Selecting previously unselected package python-six.
01:36:53 Preparing to unpack .../26-python-six_1.12.0-1_all.deb ...
01:36:53 Unpacking python-six (1.12.0-1) ...
01:36:53 Selecting previously unselected package python-cryptography.
01:36:53 Preparing to unpack .../27-python-cryptography_2.6.1-3_amd64.deb ...
01:36:53 Unpacking python-cryptography (2.6.1-3) ...
01:36:53 Selecting previously unselected package python-dbus.
01:36:53 Preparing to unpack .../28-python-dbus_1.2.8-3_amd64.deb ...
01:36:53 Unpacking python-dbus (1.2.8-3) ...
01:36:53 Selecting previously unselected package python-entrypoints.
01:36:53 Preparing to unpack .../29-python-entrypoints_0.3-1_all.deb ...
01:36:53 Unpacking python-entrypoints (0.3-1) ...
01:36:53 Selecting previously unselected package python-gi.
01:36:53 Preparing to unpack .../30-python-gi_3.30.4-1_amd64.deb ...
01:36:53 Unpacking python-gi (3.30.4-1) ...
01:36:53 Selecting previously unselected package python-secretstorage.
01:36:53 Preparing to unpack .../31-python-secretstorage_2.3.1-2_all.deb ...
01:36:53 Unpacking python-secretstorage (2.3.1-2) ...
01:36:53 Selecting previously unselected package python-keyring.
01:36:53 Preparing to unpack .../32-python-keyring_17.1.1-1_all.deb ...
01:36:53 Unpacking python-keyring (17.1.1-1) ...
01:36:53 Selecting previously unselected package python-keyrings.alt.
01:36:53 Preparing to unpack .../33-python-keyrings.alt_3.1.1-1_all.deb ...
01:36:53 Unpacking python-keyrings.alt (3.1.1-1) ...
01:36:53 Selecting previously unselected package python-pip-whl.
01:36:53 Preparing to unpack .../34-python-pip-whl_18.1-5_all.deb ...
01:36:53 Unpacking python-pip-whl (18.1-5) ...
01:36:53 Selecting previously unselected package python-pip.
01:36:53 Preparing to unpack .../35-python-pip_18.1-5_all.deb ...
01:36:53 Unpacking python-pip (18.1-5) ...
01:36:53 Selecting previously unselected package python-pkg-resources.
01:36:53 Preparing to unpack .../36-python-pkg-resources_40.8.0-1_all.deb ...
01:36:53 Unpacking python-pkg-resources (40.8.0-1) ...
01:36:53 Selecting previously unselected package python-setuptools.
01:36:53 Preparing to unpack .../37-python-setuptools_40.8.0-1_all.deb ...
01:36:53 Unpacking python-setuptools (40.8.0-1) ...
01:36:53 Selecting previously unselected package python-wheel.
01:36:53 Preparing to unpack .../38-python-wheel_0.32.3-2_all.deb ...
01:36:53 Unpacking python-wheel (0.32.3-2) ...
01:36:53 Selecting previously unselected package python-xdg.
01:36:53 Preparing to unpack .../39-python-xdg_0.25-5_all.deb ...
01:36:53 Unpacking python-xdg (0.25-5) ...
01:36:54 Setting up javascript-common (11) ...
01:36:54 Setting up python-enum34 (1.1.6-2) ...
01:36:54 Setting up python-crypto (2.6.1-9+b1) ...
01:36:54 Setting up libpython2.7:amd64 (2.7.16-2) ...
01:36:54 Setting up libapparmor1:amd64 (2.13.2-10) ...
01:36:54 Setting up python-wheel (0.32.3-2) ...
01:36:55 Setting up python-pkg-resources (40.8.0-1) ...
01:36:55 Setting up python-asn1crypto (0.24.0-1) ...
01:36:56 Setting up python-all (2.7.16-1) ...
01:36:56 Setting up python-six (1.12.0-1) ...
01:36:56 Setting up python-xdg (0.25-5) ...
01:36:57 Setting up libexpat1-dev:amd64 (2.2.6-2) ...
01:36:57 Setting up libdbus-1-3:amd64 (1.12.16-1) ...
01:36:57 Setting up dbus (1.12.16-1) ...
01:36:57 invoke-rc.d: could not determine current runlevel
01:36:57 invoke-rc.d: policy-rc.d denied execution of start.
01:36:57 Setting up python-setuptools (40.8.0-1) ...
01:36:57 Setting up libgirepository-1.0-1:amd64 (1.58.3-2) ...
01:36:57 Setting up python-pip-whl (18.1-5) ...
01:36:57 Setting up libjs-jquery (3.3.1~dfsg-3) ...
01:36:57 Setting up python-ipaddress (1.0.17-1) ...
01:36:58 Setting up libjs-underscore (1.9.1~dfsg-1) ...
01:36:58 Setting up python-cffi-backend (1.12.2-1) ...
01:36:58 Setting up libpython2.7-dev:amd64 (2.7.16-2) ...
01:36:58 Setting up python-keyrings.alt (3.1.1-1) ...
01:36:58 Setting up python-cryptography (2.6.1-3) ...
01:36:59 Setting up python-dbus (1.2.8-3) ...
01:36:59 Setting up python-pip (18.1-5) ...
01:36:59 Setting up gir1.2-glib-2.0:amd64 (1.58.3-2) ...
01:36:59 Setting up libjs-sphinxdoc (1.8.4-1) ...
01:36:59 Setting up libpython2-dev:amd64 (2.7.16-1) ...
01:36:59 Setting up python2.7-dev (2.7.16-2) ...
01:36:59 Setting up python-gi (3.30.4-1) ...
01:37:00 Setting up python2-dev (2.7.16-1) ...
01:37:00 Setting up python-secretstorage (2.3.1-2) ...
01:37:00 Setting up libpython-dev:amd64 (2.7.16-1) ...
01:37:00 Setting up python-configparser (3.5.0b2-1) ...
01:37:00 Setting up python-dev (2.7.16-1) ...
01:37:00 Setting up libpython-all-dev:amd64 (2.7.16-1) ...
01:37:00 Setting up python-entrypoints (0.3-1) ...
01:37:01 Setting up python-all-dev (2.7.16-1) ...
01:37:01 Setting up python-keyring (17.1.1-1) ...
01:37:01 Processing triggers for libc-bin (2.28-10) ...
01:37:02 Collecting virtualenv
01:37:07   Downloading https://files.pythonhosted.org/packages/f7/69/1ad2d17560c4fc60170056dcd0a568b83f3453a2ac91155af746bcdb9a07/virtualenv-16.7.4-py2.py3-none-any.whl (3.3MB)
01:37:07 Installing collected packages: virtualenv
01:37:07 Successfully installed virtualenv-16.7.4
01:37:09 Removing intermediate container 394bbd62ca5a
01:37:09  ---> 21d5a8c7a57d
01:37:09 Step 3/14 : RUN GO111MODULE=off go get github.com/aktau/github-release &&     GO111MODULE=off go get golang.org/x/tools/cmd/cover &&     GO111MODULE=off go get golang.org/x/lint/golint
01:37:09  ---> Running in 01b94e7b559f
01:37:19 Removing intermediate container 01b94e7b559f
01:37:19  ---> 306346959cdd
01:37:19 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
01:37:19  ---> Running in 761e9ec36b7f
01:37:19 Removing intermediate container 761e9ec36b7f
01:37:19  ---> ddb62fc06e20
01:37:19 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
01:37:19  ---> Running in 1626971f5906
01:37:19 Removing intermediate container 1626971f5906
01:37:19  ---> e678684ad8b9
01:37:19 Step 6/14 : RUN set -e; set -x;     for v in $(echo ${DOCKER_VERSIONS} | cut -f1); do         if test "${v}" = "1.9.1" || test "${v}" = "1.10.3"; then            mkdir -p /usr/local/bin/docker-${v}/;            curl https://get.docker.com/builds/Linux/x86_64/docker-${v} -o /usr/local/bin/docker-${v}/docker;            chmod +x /usr/local/bin/docker-${v}/docker;         elif test "${v}" = "1.13.1"; then            curl https://get.docker.com/builds/Linux/x86_64/docker-${v}.tgz -o docker-${v}.tgz;              tar xzf docker-${v}.tgz -C /usr/local/bin/;              mv /usr/local/bin/docker /usr/local/bin/docker-${v};              rm docker-${v}.tgz;         else              curl https://download.docker.com/linux/static/stable/x86_64/docker-${v}-ce.tgz -o docker-${v}.tgz;              tar xzf docker-${v}.tgz -C /usr/local/bin/;              mv /usr/local/bin/docker /usr/local/bin/docker-${v};              rm docker-${v}.tgz;         fi     done
01:37:19  ---> Running in 52c90d88c7af
01:37:20 + cut -f1
01:37:20 + echo 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
01:37:20 + test 1.9.1 = 1.9.1
01:37:20 + mkdir -p /usr/local/bin/docker-1.9.1/
01:37:20 + curl https://get.docker.com/builds/Linux/x86_64/docker-1.9.1 -o /usr/local/bin/docker-1.9.1/docker
01:37:20   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
01:37:20                                  Dload  Upload   Total   Spent    Left  Speed
01:37:20 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 28.8M  100 28.8M    0     0  71.8M      0 --:--:-- --:--:-- --:--:-- 71.6M
01:37:20 + chmod +x /usr/local/bin/docker-1.9.1/docker
01:37:20 + test 1.10.3 = 1.9.1
01:37:20 + test 1.10.3 = 1.10.3
01:37:20 + mkdir -p /usr/local/bin/docker-1.10.3/
01:37:20 + curl https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 -o /usr/local/bin/docker-1.10.3/docker
01:37:20   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
01:37:20                                  Dload  Upload   Total   Spent    Left  Speed
01:37:20 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 33.2M  100 33.2M    0     0   108M      0 --:--:-- --:--:-- --:--:--  108M
01:37:20 + chmod +x /usr/local/bin/docker-1.10.3/docker
01:37:20 + test 1.13.1 = 1.9.1
01:37:20 + test 1.13.1 = 1.10.3
01:37:20 + test 1.13.1 = 1.13.1
01:37:20 + curl https://get.docker.com/builds/Linux/x86_64/docker-1.13.1.tgz -o docker-1.13.1.tgz
01:37:20   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
01:37:20                                  Dload  Upload   Total   Spent    Left  Speed
01:37:21 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 81 26.5M   81 21.6M    0     0  74.2M      0 --:--:-- --:--:-- --:--:-- 74.0M
100 26.5M  100 26.5M    0     0  87.9M      0 --:--:-- --:--:-- --:--:-- 87.9M
01:37:21 + tar xzf docker-1.13.1.tgz -C /usr/local/bin/
01:37:21 + mv /usr/local/bin/docker /usr/local/bin/docker-1.13.1
01:37:21 + rm docker-1.13.1.tgz
01:37:21 + test 17.03.2 = 1.9.1
01:37:21 + test 17.03.2 = 1.10.3
01:37:21 + test 17.03.2 = 1.13.1
01:37:21 + curl https://download.docker.com/linux/static/stable/x86_64/docker-17.03.2-ce.tgz -o docker-17.03.2.tgz
01:37:21   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
01:37:21                                  Dload  Upload   Total   Spent    Left  Speed
01:37:22 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 39 26.5M   39 10.5M    0     0  32.3M      0 --:--:-- --:--:-- --:--:-- 32.2M
100 26.5M  100 26.5M    0     0  68.3M      0 --:--:-- --:--:-- --:--:-- 68.2M
01:37:22 + tar xzf docker-17.03.2.tgz -C /usr/local/bin/
01:37:23 + mv /usr/local/bin/docker /usr/local/bin/docker-17.03.2
01:37:23 + rm docker-17.03.2.tgz
01:37:23 + test 17.06.0 = 1.9.1
01:37:23 + test 17.06.0 = 1.10.3
01:37:23 + test 17.06.0 = 1.13.1
01:37:23 + curl https://download.docker.com/linux/static/stable/x86_64/docker-17.06.0-ce.tgz -o docker-17.06.0.tgz
01:37:23   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
01:37:23                                  Dload  Upload   Total   Spent    Left  Speed
01:37:24 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  3 28.2M    3 1023k    0     0  4011k      0  0:00:07 --:--:--  0:00:07 3996k
 94 28.2M   94 26.8M    0     0  21.3M      0  0:00:01  0:00:01 --:--:-- 21.3M
100 28.2M  100 28.2M    0     0  21.6M      0  0:00:01  0:00:01 --:--:-- 21.5M
01:37:24 + tar xzf docker-17.06.0.tgz -C /usr/local/bin/
01:37:25 + mv /usr/local/bin/docker /usr/local/bin/docker-17.06.0
01:37:25 + rm docker-17.06.0.tgz
01:37:27 Removing intermediate container 52c90d88c7af
01:37:27  ---> 2a2a5f9286d5
01:37:27 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
01:37:27  ---> Running in d7e7c165439c
01:37:29 Removing intermediate container d7e7c165439c
01:37:29  ---> 9b0fc670516d
01:37:29 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
01:37:29  ---> Running in b3fde08563df
01:37:29 Removing intermediate container b3fde08563df
01:37:29  ---> ed1679e3fe73
01:37:29 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
01:37:29  ---> Running in d150130bf61a
01:37:29 Removing intermediate container d150130bf61a
01:37:29  ---> bbb6c946c6d4
01:37:29 Step 10/14 : RUN virtualenv venv &&     git clone https://github.com/docker/compose.git venv/compose &&     cd venv/compose &&     git checkout -q "$COMPOSE_COMMIT" &&     ../bin/pip install                -r requirements.txt                -r requirements-dev.txt
01:37:29  ---> Running in 8959254cb219
01:37:30 New python executable in /go/src/github.com/docker/libcompose/venv/bin/python
01:37:30 Installing setuptools, pip, wheel...
01:37:42 done.
01:37:42 Cloning into 'venv/compose'...
01:37:42 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
01:37:42 Ignoring pypiwin32: markers 'sys_platform == "win32"' don't match your environment
01:37:42 Collecting PyYAML==3.11 (from -r requirements.txt (line 1))
01:37:48   Downloading https://files.pythonhosted.org/packages/75/5e/b84feba55e20f8da46ead76f14a3943c8cb722d40360702b2365b91dec00/PyYAML-3.11.tar.gz (248kB)
01:37:48 Collecting backports.ssl-match-hostname==3.5.0.1 (from -r requirements.txt (line 2))
01:37:48   Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz
01:37:48 Collecting cached-property==1.2.0 (from -r requirements.txt (line 3))
01:37:48   Downloading https://files.pythonhosted.org/packages/0c/69/8b0e6e95668e450667535ba6f4f3da232b62fa2c813f64af311a992d2ae1/cached_property-1.2.0-py2.py3-none-any.whl
01:37:48 Collecting docker-py==1.10.6 (from -r requirements.txt (line 4))
01:37:48   Downloading https://files.pythonhosted.org/packages/23/c7/1fd6d4d620809fe2f323869d719e2dd0086c939b67021303a9ec40f5a05b/docker_py-1.10.6-py2.py3-none-any.whl (50kB)
01:37:48 Collecting dockerpty==0.4.1 (from -r requirements.txt (line 5))
01:37:48   Downloading https://files.pythonhosted.org/packages/8d/ee/e9ecce4c32204a6738e0a5d5883d3413794d7498fe8b06f44becc028d3ba/dockerpty-0.4.1.tar.gz
01:37:48 Collecting docopt==0.6.1 (from -r requirements.txt (line 6))
01:37:48   Downloading https://files.pythonhosted.org/packages/ec/6d/8ef19316f3b06c15ac648c857d18f171a65b50319f0a6c782392ad62d942/docopt-0.6.1.tar.gz
01:37:48 Collecting enum34==1.0.4 (from -r requirements.txt (line 7))
01:37:48   Downloading https://files.pythonhosted.org/packages/72/c9/3c640a9cd54a731f3c54d97515b06aae6f6d16a5878a632dbfa9ffe5e663/enum34-1.0.4.tar.gz
01:37:48 Collecting functools32==3.2.3.post2 (from -r requirements.txt (line 8))
01:37:49   Downloading https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz
01:37:49 Collecting ipaddress==1.0.16 (from -r requirements.txt (line 9))
01:37:49   Downloading https://files.pythonhosted.org/packages/23/6a/813ac29a01e4c33c19c2bded98ac3d4266ebbf0bd2c0eb0020e1c969958d/ipaddress-1.0.16-py27-none-any.whl
01:37:49 Collecting jsonschema==2.5.1 (from -r requirements.txt (line 10))
01:37:49   Downloading https://files.pythonhosted.org/packages/bd/cc/5388547ea3504bd8cbf99ba2ae7a3231598f54038e9b228cbd174f8ec6a1/jsonschema-2.5.1-py2.py3-none-any.whl
01:37:49 Collecting requests==2.11.1 (from -r requirements.txt (line 12))
01:37:49   Downloading https://files.pythonhosted.org/packages/ea/03/92d3278bf8287c5caa07dbd9ea139027d5a3592b0f4d14abf072f890fab2/requests-2.11.1-py2.py3-none-any.whl (514kB)
01:37:49 Collecting six==1.10.0 (from -r requirements.txt (line 13))
01:37:49   Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl
01:37:49 Collecting texttable==0.8.4 (from -r requirements.txt (line 14))
01:37:49   Downloading https://files.pythonhosted.org/packages/f5/5e/47cbc50187ca719a39ce4838182c6126487ca62ddd299bc34cafb94260fe/texttable-0.8.4.tar.gz
01:37:49 Collecting websocket-client==0.32.0 (from -r requirements.txt (line 15))
01:37:49   Downloading https://files.pythonhosted.org/packages/f4/06/5552e64fee863aa9decbb4e46dccc05fe730a36f49f0d6427398837297da/websocket_client-0.32.0.tar.gz (192kB)
01:37:49 Collecting coverage==3.7.1 (from -r requirements-dev.txt (line 1))
01:37:49   Downloading https://files.pythonhosted.org/packages/09/4f/89b06c7fdc09687bca507dc411c342556ef9c5a3b26756137a4878ff19bf/coverage-3.7.1.tar.gz (284kB)
01:37:50 Collecting mock>=1.0.1 (from -r requirements-dev.txt (line 2))
01:37:50   Downloading https://files.pythonhosted.org/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl
01:37:50 Collecting pytest==2.7.2 (from -r requirements-dev.txt (line 3))
01:37:50   Downloading https://files.pythonhosted.org/packages/35/3e/76e99f39c1cc04e9701d447a5667d9ec45f724ca11b6f5c797492339aef1/pytest-2.7.2-py2.py3-none-any.whl (127kB)
01:37:50 Collecting pytest-cov==2.1.0 (from -r requirements-dev.txt (line 4))
01:37:50   Downloading https://files.pythonhosted.org/packages/f2/9b/03b7d51c74d8f7088e37043dcf4f59faed359c56e7d016e2627108072679/pytest_cov-2.1.0-py2.py3-none-any.whl
01:37:50 Collecting docker-pycreds>=0.2.1 (from docker-py==1.10.6->-r requirements.txt (line 4))
01:37:50   Downloading https://files.pythonhosted.org/packages/f5/e8/f6bd1eee09314e7e6dee49cbe2c5e22314ccdb38db16c9fc72d2fa80d054/docker_pycreds-0.4.0-py2.py3-none-any.whl
01:37:50 Collecting funcsigs>=1; python_version < "3.3" (from mock>=1.0.1->-r requirements-dev.txt (line 2))
01:37:50   Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl
01:37:50 Collecting py>=1.4.29 (from pytest==2.7.2->-r requirements-dev.txt (line 3))
01:37:50   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
01:37:50 Building wheels for collected packages: PyYAML, backports.ssl-match-hostname, dockerpty, docopt, enum34, functools32, texttable, websocket-client, coverage
01:37:50   Building wheel for PyYAML (setup.py): started
01:37:50   Building wheel for PyYAML (setup.py): finished with status 'done'
01:37:50   Created wheel for PyYAML: filename=PyYAML-3.11-cp27-cp27mu-linux_x86_64.whl size=43797 sha256=bd76efb7c38288e358da5035f35bafb0f6523c71e2ba227e2cb9c08cdb344496
01:37:50   Stored in directory: /root/.cache/pip/wheels/7f/80/f3/ba284da14b9b8528fd957b3a82111f98cbe7310d2913fb514f
01:37:50   Building wheel for backports.ssl-match-hostname (setup.py): started
01:37:50   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
01:37:50   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-cp27-none-any.whl size=5211 sha256=2bb45f4c40cc68ac1832bd669f15296211960326b851989ad1567160715ef468
01:37:50   Stored in directory: /root/.cache/pip/wheels/99/7e/f7/a88a9bcf7a3bd6b12cf6a74eee8c89746aaa02f71ab7b33939
01:37:50   Building wheel for dockerpty (setup.py): started
01:37:50   Building wheel for dockerpty (setup.py): finished with status 'done'
01:37:50   Created wheel for dockerpty: filename=dockerpty-0.4.1-cp27-none-any.whl size=16607 sha256=8b2b39832cdb5cd2e11cbc2068ba68e0f63e969a60efd8dfbc87431dc7beeef1
01:37:50   Stored in directory: /root/.cache/pip/wheels/e5/1e/86/bd0a97a0907c6c654af654d5875d1d4383dd1f575f77cee4aa
01:37:50   Building wheel for docopt (setup.py): started
01:37:51   Building wheel for docopt (setup.py): finished with status 'done'
01:37:51   Created wheel for docopt: filename=docopt-0.6.1-cp27-none-any.whl size=13679 sha256=9c8daab1b15f428d0dafb40c16ce988df68a58e19368182e39a8669405c8983a
01:37:51   Stored in directory: /root/.cache/pip/wheels/68/e2/f6/fc2031ff180f3b7b4250b5ca9aec4e9838b4eb19f958f03add
01:37:51   Building wheel for enum34 (setup.py): started
01:37:51   Building wheel for enum34 (setup.py): finished with status 'done'
01:37:51   Created wheel for enum34: filename=enum34-1.0.4-cp27-none-any.whl size=42883 sha256=dd04c3be988b2e7180b5a73db726445e39b1ff29ba45965cfdc6a774c32922bb
01:37:51   Stored in directory: /root/.cache/pip/wheels/4f/1c/96/680deef28d7811e2fd34e4d127ae24fa0b437a321227eb726e
01:37:51   Building wheel for functools32 (setup.py): started
01:37:51   Building wheel for functools32 (setup.py): finished with status 'done'
01:37:51   Created wheel for functools32: filename=functools32-3.2.3.post2-cp27-none-any.whl size=14557 sha256=da1d7cd96fde48c2f2dd625c28a0a476593240ba7304c9aa6dfa07c29b049bbb
01:37:51   Stored in directory: /root/.cache/pip/wheels/b5/18/32/77a1030457155606ba5e3ec3a8a57132b1a04b1c4f765177b2
01:37:51   Building wheel for texttable (setup.py): started
01:37:51   Building wheel for texttable (setup.py): finished with status 'done'
01:37:51   Created wheel for texttable: filename=texttable-0.8.4-cp27-none-any.whl size=9557 sha256=3272fe983e6219d472fd70fa3fa0c6e69cf5e1857c41255162c25034c3bb8e34
01:37:51   Stored in directory: /root/.cache/pip/wheels/02/02/d9/b8c8c56bfdac6225f23aa560ad948f8307df5035ee6edd3359
01:37:51   Building wheel for websocket-client (setup.py): started
01:37:52   Building wheel for websocket-client (setup.py): finished with status 'done'
01:37:52   Created wheel for websocket-client: filename=websocket_client-0.32.0-cp27-none-any.whl size=195673 sha256=153e99b782859e9519dc1519b6b7a7a4d1e3936a9ec74e6160d24c40ed73e3e8
01:37:52   Stored in directory: /root/.cache/pip/wheels/d9/b6/8f/a90826a08a3587fce8f5fdfc079cd5f1ddc4603162e8dfee52
01:37:52   Building wheel for coverage (setup.py): started
01:37:52   Building wheel for coverage (setup.py): finished with status 'done'
01:37:52   Created wheel for coverage: filename=coverage-3.7.1-cp27-cp27mu-linux_x86_64.whl size=128038 sha256=33714d95586d32e6d5af2ba37fe298f4566055c577adb2f9b6f943b9178fdb59
01:37:52   Stored in directory: /root/.cache/pip/wheels/68/58/66/f1fc9afad272df0df0fa38cdef34ee2d5d8d6a85f4eb5acab5
01:37:52 Successfully built PyYAML backports.ssl-match-hostname dockerpty docopt enum34 functools32 texttable websocket-client coverage
01:37:52 Installing collected packages: PyYAML, backports.ssl-match-hostname, cached-property, six, docker-pycreds, ipaddress, requests, websocket-client, docker-py, dockerpty, docopt, enum34, functools32, jsonschema, texttable, coverage, funcsigs, mock, py, pytest, pytest-cov
01:37:52 Successfully installed PyYAML-3.11 backports.ssl-match-hostname-3.5.0.1 cached-property-1.2.0 coverage-3.7.1 docker-py-1.10.6 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.1 enum34-1.0.4 funcsigs-1.0.2 functools32-3.2.3.post2 ipaddress-1.0.16 jsonschema-2.5.1 mock-3.0.5 py-1.8.0 pytest-2.7.2 pytest-cov-2.1.0 requests-2.11.1 six-1.10.0 texttable-0.8.4 websocket-client-0.32.0
01:37:54 Removing intermediate container 8959254cb219
01:37:54  ---> 2fdc88c2560b
01:37:54 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
01:37:54  ---> Running in a01df8cf1c40
01:37:54 Removing intermediate container a01df8cf1c40
01:37:54  ---> 5e19c4cc6338
01:37:54 Step 12/14 : ENV USER root
01:37:54  ---> Running in 307a17234887
01:37:54 Removing intermediate container 307a17234887
01:37:54  ---> 3362cb91f2c3
01:37:54 Step 13/14 : ENTRYPOINT ["hack/dind"]
01:37:54  ---> Running in 61a6768d15f8
01:37:54 Removing intermediate container 61a6768d15f8
01:37:54  ---> 119609986711
01:37:54 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
01:37:54  ---> 47be6705b63a
01:37:54 Successfully built 47be6705b63a
01:37:54 Successfully tagged dockerbuildbot/libcompose:8fa39cdcc0471c028cd69170c88ae7fe33486398
[Pipeline] dockerFingerprintFrom
[Pipeline] stage
01:37:54 Using the ‘stage’ step without a block argument is deprecated
01:37:54 Entering stage validate
01:37:54 Proceeding
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
01:37:54 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] sh
01:37:55 + make -e validate
01:37:55 mkdir bundles
01:37:55 docker build -t "dockerbuildbot/libcompose:8fa39cdcc0471c028cd69170c88ae7fe33486398" .
01:37:55 Sending build context to Docker daemon  6.582MB

01:37:55 Step 1/14 : FROM golang:1.12.7
01:37:55  ---> be63d15101cb
01:37:55 Step 2/14 : RUN apt-get update &&     apt-get install -y iptables build-essential --no-install-recommends &&     apt-get install -y python-pip &&     pip install virtualenv
01:37:55  ---> Using cache
01:37:55  ---> 21d5a8c7a57d
01:37:55 Step 3/14 : RUN GO111MODULE=off go get github.com/aktau/github-release &&     GO111MODULE=off go get golang.org/x/tools/cmd/cover &&     GO111MODULE=off go get golang.org/x/lint/golint
01:37:55  ---> Using cache
01:37:55  ---> 306346959cdd
01:37:55 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
01:37:55  ---> Using cache
01:37:55  ---> ddb62fc06e20
01:37:55 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
01:37:55  ---> Using cache
01:37:55  ---> e678684ad8b9
01:37:55 Step 6/14 : RUN set -e; set -x;     for v in $(echo ${DOCKER_VERSIONS} | cut -f1); do         if test "${v}" = "1.9.1" || test "${v}" = "1.10.3"; then            mkdir -p /usr/local/bin/docker-${v}/;            curl https://get.docker.com/builds/Linux/x86_64/docker-${v} -o /usr/local/bin/docker-${v}/docker;            chmod +x /usr/local/bin/docker-${v}/docker;         elif test "${v}" = "1.13.1"; then            curl https://get.docker.com/builds/Linux/x86_64/docker-${v}.tgz -o docker-${v}.tgz;              tar xzf docker-${v}.tgz -C /usr/local/bin/;              mv /usr/local/bin/docker /usr/local/bin/docker-${v};              rm docker-${v}.tgz;         else              curl https://download.docker.com/linux/static/stable/x86_64/docker-${v}-ce.tgz -o docker-${v}.tgz;              tar xzf docker-${v}.tgz -C /usr/local/bin/;              mv /usr/local/bin/docker /usr/local/bin/docker-${v};              rm docker-${v}.tgz;         fi     done
01:37:55  ---> Using cache
01:37:55  ---> 2a2a5f9286d5
01:37:55 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
01:37:55  ---> Using cache
01:37:55  ---> 9b0fc670516d
01:37:55 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
01:37:55  ---> Using cache
01:37:55  ---> ed1679e3fe73
01:37:55 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
01:37:55  ---> Using cache
01:37:55  ---> bbb6c946c6d4
01:37:55 Step 10/14 : RUN virtualenv venv &&     git clone https://github.com/docker/compose.git venv/compose &&     cd venv/compose &&     git checkout -q "$COMPOSE_COMMIT" &&     ../bin/pip install                -r requirements.txt                -r requirements-dev.txt
01:37:55  ---> Using cache
01:37:55  ---> 2fdc88c2560b
01:37:55 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
01:37:55  ---> Using cache
01:37:55  ---> 5e19c4cc6338
01:37:55 Step 12/14 : ENV USER root
01:37:55  ---> Using cache
01:37:55  ---> 3362cb91f2c3
01:37:55 Step 13/14 : ENTRYPOINT ["hack/dind"]
01:37:55  ---> Using cache
01:37:55  ---> 119609986711
01:37:55 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
01:37:55  ---> Using cache
01:37:55  ---> 47be6705b63a
01:37:55 Successfully built 47be6705b63a
01:37:55 Successfully tagged dockerbuildbot/libcompose:8fa39cdcc0471c028cd69170c88ae7fe33486398
01:37:55 docker run --rm -i  --privileged -e DAEMON_VERSION=""default"" -e OS_PLATFORM_ARG -e OS_ARCH_ARG -e DOCKER_TEST_HOST -e TESTDIRS -e TESTFLAGS -e SHOWWARNING -e TESTVERBOSE -v "/home/ubuntu/workspace/libcompose_PR-530/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:8fa39cdcc0471c028cd69170c88ae7fe33486398" ./hack/make.sh validate-dco validate-git-marks validate-gofmt validate-lint validate-vet
01:37:55 ---> Making bundle: validate-dco (in .)
01:37:55 Congratulations!  All commits are properly signed with the DCO!
01:37:55 
01:37:55 ---> Making bundle: validate-git-marks (in .)
01:37:55 Congratulations!  There is no conflict.
01:37:55 
01:37:55 ---> Making bundle: validate-gofmt (in .)
01:37:55 Congratulations!  All Go source files are properly formatted.
01:37:55 
01:37:55 ---> Making bundle: validate-lint (in .)
01:37:55 Congratulations!  All Go source files have been linted.
01:37:55 
01:37:55 ---> Making bundle: validate-vet (in .)
01:37:55 Congratulations!  All Go source files have been vetted.
01:37:55 
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
01:37:56 chowning workspace
[Pipeline] sh
01:37:56 + uname -m
[Pipeline] sh
01:37:56 + pwd
01:37:56 + id -u
01:37:56 + id -g
01:37:56 + docker run --rm -v /home/ubuntu/workspace/libcompose_PR-530:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] stage
01:37:57 Using the ‘stage’ step without a block argument is deprecated
01:37:57 Entering stage test
01:37:57 Proceeding
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
01:37:57 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] sh
01:37:58 + make -e test
01:37:58 docker build -t "dockerbuildbot/libcompose:8fa39cdcc0471c028cd69170c88ae7fe33486398" .
01:37:58 Sending build context to Docker daemon  6.582MB

01:37:58 Step 1/14 : FROM golang:1.12.7
01:37:58  ---> be63d15101cb
01:37:58 Step 2/14 : RUN apt-get update &&     apt-get install -y iptables build-essential --no-install-recommends &&     apt-get install -y python-pip &&     pip install virtualenv
01:37:58  ---> Using cache
01:37:58  ---> 21d5a8c7a57d
01:37:58 Step 3/14 : RUN GO111MODULE=off go get github.com/aktau/github-release &&     GO111MODULE=off go get golang.org/x/tools/cmd/cover &&     GO111MODULE=off go get golang.org/x/lint/golint
01:37:58  ---> Using cache
01:37:58  ---> 306346959cdd
01:37:58 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
01:37:58  ---> Using cache
01:37:58  ---> ddb62fc06e20
01:37:58 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
01:37:58  ---> Using cache
01:37:58  ---> e678684ad8b9
01:37:58 Step 6/14 : RUN set -e; set -x;     for v in $(echo ${DOCKER_VERSIONS} | cut -f1); do         if test "${v}" = "1.9.1" || test "${v}" = "1.10.3"; then            mkdir -p /usr/local/bin/docker-${v}/;            curl https://get.docker.com/builds/Linux/x86_64/docker-${v} -o /usr/local/bin/docker-${v}/docker;            chmod +x /usr/local/bin/docker-${v}/docker;         elif test "${v}" = "1.13.1"; then            curl https://get.docker.com/builds/Linux/x86_64/docker-${v}.tgz -o docker-${v}.tgz;              tar xzf docker-${v}.tgz -C /usr/local/bin/;              mv /usr/local/bin/docker /usr/local/bin/docker-${v};              rm docker-${v}.tgz;         else              curl https://download.docker.com/linux/static/stable/x86_64/docker-${v}-ce.tgz -o docker-${v}.tgz;              tar xzf docker-${v}.tgz -C /usr/local/bin/;              mv /usr/local/bin/docker /usr/local/bin/docker-${v};              rm docker-${v}.tgz;         fi     done
01:37:58  ---> Using cache
01:37:58  ---> 2a2a5f9286d5
01:37:58 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
01:37:58  ---> Using cache
01:37:58  ---> 9b0fc670516d
01:37:58 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
01:37:58  ---> Using cache
01:37:58  ---> ed1679e3fe73
01:37:58 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
01:37:58  ---> Using cache
01:37:58  ---> bbb6c946c6d4
01:37:58 Step 10/14 : RUN virtualenv venv &&     git clone https://github.com/docker/compose.git venv/compose &&     cd venv/compose &&     git checkout -q "$COMPOSE_COMMIT" &&     ../bin/pip install                -r requirements.txt                -r requirements-dev.txt
01:37:58  ---> Using cache
01:37:58  ---> 2fdc88c2560b
01:37:58 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
01:37:58  ---> Using cache
01:37:58  ---> 5e19c4cc6338
01:37:58 Step 12/14 : ENV USER root
01:37:58  ---> Using cache
01:37:58  ---> 3362cb91f2c3
01:37:58 Step 13/14 : ENTRYPOINT ["hack/dind"]
01:37:58  ---> Using cache
01:37:58  ---> 119609986711
01:37:58 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
01:37:58  ---> Using cache
01:37:58  ---> 47be6705b63a
01:37:58 Successfully built 47be6705b63a
01:37:58 Successfully tagged dockerbuildbot/libcompose:8fa39cdcc0471c028cd69170c88ae7fe33486398
01:37:58 docker run --rm -i  --privileged -e DAEMON_VERSION="all" -e OS_PLATFORM_ARG -e OS_ARCH_ARG -e DOCKER_TEST_HOST -e TESTDIRS -e TESTFLAGS -e SHOWWARNING -e TESTVERBOSE -v "/home/ubuntu/workspace/libcompose_PR-530/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:8fa39cdcc0471c028cd69170c88ae7fe33486398" ./hack/make.sh binary test-unit test-integration test-acceptance
01:37:58 ---> Making bundle: binary (in .)
01:37:58 go: finding github.com/gogo/protobuf v1.1.1
01:37:58 go: finding github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
01:37:58 go: finding github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
01:37:58 go: finding github.com/docker/docker-credential-helpers v0.6.3
01:37:58 go: finding github.com/docker/go-connections v0.3.0
01:37:58 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
01:37:58 go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
01:37:58 go: finding github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
01:37:59 go: finding google.golang.org/grpc v1.22.1
01:37:59 go: finding github.com/Microsoft/go-winio v0.3.8
01:37:59 go: finding gotest.tools v2.2.0+incompatible
01:37:59 go: finding github.com/docker/docker v0.7.3-0.20190813234819-fade624f1696
01:37:59 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
01:37:59 go: finding github.com/stretchr/testify v1.3.0
01:37:59 go: finding github.com/docker/distribution v2.7.1+incompatible
01:37:59 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
01:37:59 go: finding github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
01:38:00 go: finding github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
01:38:00 go: finding github.com/prometheus/client_golang v1.1.0
01:38:00 go: finding github.com/modern-go/reflect2 v1.0.1
01:38:00 go: finding github.com/davecgh/go-spew v1.1.0
01:38:00 go: finding golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
01:38:00 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
01:38:00 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
01:38:00 go: finding github.com/stretchr/objx v0.1.0
01:38:01 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
01:38:01 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
01:38:01 go: finding github.com/google/go-cmp v0.2.0
01:38:01 go: finding github.com/xeipuuv/gojsonschema v1.1.0
01:38:01 go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
01:38:01 go: finding github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
01:38:02 go: finding github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
01:38:02 go: finding google.golang.org/appengine v1.1.0
01:38:02 go: finding github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
01:38:03 go: finding gopkg.in/yaml.v2 v2.2.2
01:38:03 go: finding github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
01:38:03 go: finding golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
01:38:03 go: finding cloud.google.com/go v0.26.0
01:38:04 go: finding github.com/golang/protobuf v1.2.0
01:38:04 go: finding github.com/beorn7/perks v1.0.1
01:38:04 go: finding github.com/containerd/containerd v1.2.7
01:38:05 go: finding github.com/sirupsen/logrus v1.2.0
01:38:05 go: finding github.com/golang/mock v1.1.1
01:38:05 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
01:38:05 go: finding github.com/json-iterator/go v1.1.7
01:38:06 go: finding github.com/pmezard/go-difflib v1.0.0
01:38:06 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
01:38:07 go: finding github.com/docker/go-units v0.4.0
01:38:07 go: finding github.com/stretchr/testify v1.2.2
01:38:07 go: finding github.com/golang/protobuf v1.3.2
01:38:08 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
01:38:08 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
01:38:08 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd
01:38:08 go: finding github.com/davecgh/go-spew v1.1.1
01:38:08 go: finding github.com/prometheus/common v0.6.0
01:38:08 go: finding github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
01:38:08 go: finding github.com/pkg/errors v0.8.0
01:38:09 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
01:38:09 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
01:38:09 go: finding github.com/urfave/cli v1.21.0
01:38:09 go: finding github.com/golang/protobuf v1.3.1
01:38:09 go: finding github.com/gorilla/context v1.1.1
01:38:09 go: finding github.com/stretchr/objx v0.1.1
01:38:09 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1
01:38:10 go: finding github.com/prometheus/procfs v0.0.3
01:38:10 go: finding github.com/go-kit/kit v0.8.0
01:38:10 go: finding gopkg.in/yaml.v2 v2.2.1
01:38:10 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6
01:38:10 go: finding github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
01:38:11 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223
01:38:11 go: finding github.com/go-logfmt/logfmt v0.4.0
01:38:11 go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
01:38:11 go: finding github.com/prometheus/client_golang v1.0.0
01:38:11 go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
01:38:11 go: finding github.com/julienschmidt/httprouter v1.2.0
01:38:12 go: finding golang.org/x/text v0.3.0
01:38:12 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
01:38:12 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
01:38:12 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
01:38:12 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
01:38:12 go: finding github.com/prometheus/procfs v0.0.2
01:38:12 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
01:38:12 go: finding github.com/beorn7/perks v1.0.0
01:38:13 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
01:38:13 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
01:38:13 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
01:38:13 go: finding github.com/prometheus/common v0.4.1
01:38:13 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5
01:38:13 go: finding github.com/client9/misspell v0.3.4
01:38:13 go: finding github.com/json-iterator/go v1.1.6
01:38:13 go: finding github.com/BurntSushi/toml v0.3.1
01:38:13 go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
01:38:13 go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
01:38:13 go: finding github.com/google/gofuzz v1.0.0
01:38:13 go: finding github.com/go-logfmt/logfmt v0.3.0
01:38:13 go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
01:38:14 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
01:38:14 go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
01:38:14 go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d
01:38:14 go: finding github.com/prometheus/client_golang v0.9.1
01:38:14 go: finding github.com/Microsoft/hcsshim v0.8.6
01:38:14 go: finding github.com/google/go-cmp v0.3.0
01:38:14 go: finding github.com/go-stack/stack v1.8.0
01:38:27 go: downloading github.com/sirupsen/logrus v1.2.0
01:38:27 go: downloading github.com/urfave/cli v1.21.0
01:38:27 go: downloading gopkg.in/yaml.v2 v2.2.2
01:38:27 go: downloading github.com/docker/docker v0.7.3-0.20190813234819-fade624f1696
01:38:27 go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
01:38:27 go: downloading github.com/docker/go-connections v0.3.0
01:38:27 go: downloading github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
01:38:27 go: downloading golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
01:38:27 go: downloading github.com/docker/go-units v0.4.0
01:38:27 go: extracting github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
01:38:27 go: downloading github.com/xeipuuv/gojsonschema v1.1.0
01:38:27 go: extracting github.com/sirupsen/logrus v1.2.0
01:38:27 go: extracting github.com/docker/go-units v0.4.0
01:38:27 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
01:38:27 go: extracting github.com/docker/go-connections v0.3.0
01:38:27 go: extracting github.com/urfave/cli v1.21.0
01:38:27 go: extracting github.com/xeipuuv/gojsonschema v1.1.0
01:38:27 go: extracting gopkg.in/yaml.v2 v2.2.2
01:38:27 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
01:38:27 go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
01:38:27 go: downloading github.com/pkg/errors v0.8.0
01:38:27 go: extracting github.com/pkg/errors v0.8.0
01:38:27 go: extracting golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
01:38:27 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
01:38:29 go: extracting github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
01:38:29 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
01:38:29 go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
01:38:29 go: downloading github.com/docker/docker-credential-helpers v0.6.3
01:38:29 go: extracting github.com/docker/docker-credential-helpers v0.6.3
01:38:29 go: extracting github.com/docker/docker v0.7.3-0.20190813234819-fade624f1696
01:38:29 go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
01:38:29 go: downloading github.com/docker/distribution v2.7.1+incompatible
01:38:29 go: downloading github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
01:38:29 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
01:38:29 go: downloading github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
01:38:29 go: downloading google.golang.org/grpc v1.22.1
01:38:29 go: downloading github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
01:38:29 go: extracting github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
01:38:29 go: downloading github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
01:38:29 go: extracting github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
01:38:29 go: extracting github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
01:38:30 go: extracting github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
01:38:30 go: extracting github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
01:38:30 go: downloading github.com/containerd/containerd v1.2.7
01:38:30 go: downloading github.com/gogo/protobuf v1.1.1
01:38:31 go: extracting github.com/docker/distribution v2.7.1+incompatible
01:38:31 go: extracting google.golang.org/grpc v1.22.1
01:38:31 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
01:38:31 go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
01:38:31 go: downloading github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
01:38:31 go: downloading github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
01:38:31 go: extracting github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
01:38:31 go: downloading github.com/prometheus/client_golang v1.1.0
01:38:31 go: extracting github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
01:38:31 go: downloading github.com/gorilla/context v1.1.1
01:38:31 go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
01:38:31 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
01:38:31 go: extracting github.com/gorilla/context v1.1.1
01:38:31 go: downloading github.com/golang/protobuf v1.3.2
01:38:31 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
01:38:31 go: extracting github.com/prometheus/client_golang v1.1.0
01:38:31 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
01:38:32 go: downloading github.com/prometheus/common v0.6.0
01:38:32 go: downloading github.com/prometheus/procfs v0.0.3
01:38:32 go: downloading github.com/beorn7/perks v1.0.1
01:38:32 go: extracting github.com/beorn7/perks v1.0.1
01:38:32 go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
01:38:32 go: extracting github.com/prometheus/common v0.6.0
01:38:32 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
01:38:32 go: extracting github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
01:38:32 go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1
01:38:32 go: extracting github.com/golang/protobuf v1.3.2
01:38:32 go: extracting github.com/prometheus/procfs v0.0.3
01:38:33 go: extracting github.com/containerd/containerd v1.2.7
01:38:33 go: extracting github.com/gogo/protobuf v1.1.1
01:38:34 go: extracting google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
01:38:46 
01:38:46 ---> Making bundle: test-unit (in .)
01:38:46 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/cli/docker/app
01:39:08 ok  	github.com/docker/libcompose/cli/docker/app	1.121s	coverage: 88.2% of statements
01:39:08 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/config
01:39:08 go: downloading github.com/stretchr/testify v1.3.0
01:39:08 go: extracting github.com/stretchr/testify v1.3.0
01:39:08 go: downloading github.com/davecgh/go-spew v1.1.1
01:39:08 go: downloading github.com/pmezard/go-difflib v1.0.0
01:39:08 go: extracting github.com/pmezard/go-difflib v1.0.0
01:39:08 go: extracting github.com/davecgh/go-spew v1.1.1
01:39:12 ok  	github.com/docker/libcompose/config	1.524s	coverage: 66.0% of statements
01:39:12 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/builder
01:39:14 ok  	github.com/docker/libcompose/docker/builder	1.038s	coverage: 89.0% of statements
01:39:14 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/client
01:39:16 ok  	github.com/docker/libcompose/docker/client	1.238s	coverage: 100.0% of statements
01:39:16 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/network
01:39:19 ok  	github.com/docker/libcompose/docker/network	1.026s	coverage: 90.9% of statements
01:39:19 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/service
01:39:22 ok  	github.com/docker/libcompose/docker/service	1.034s	coverage: 15.9% of statements
01:39:22 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/volume
01:39:24 ok  	github.com/docker/libcompose/docker/volume	1.025s	coverage: 23.5% of statements
01:39:24 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/labels
01:39:25 ok  	github.com/docker/libcompose/labels	1.007s	coverage: 16.0% of statements
01:39:25 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/lookup
01:39:28 ok  	github.com/docker/libcompose/lookup	1.015s	coverage: 91.9% of statements
01:39:28 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project
01:39:31 ok  	github.com/docker/libcompose/project	1.070s	coverage: 31.9% of statements
01:39:31 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project/events
01:39:31 ok  	github.com/docker/libcompose/project/events	1.006s	coverage: 10.2% of statements
01:39:31 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project/options
01:39:33 ok  	github.com/docker/libcompose/project/options	1.006s	coverage: 100.0% of statements
01:39:33 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/utils
01:39:35 ok  	github.com/docker/libcompose/utils	1.011s	coverage: 41.3% of statements
01:39:35 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/version
01:39:36 ok  	github.com/docker/libcompose/version	1.005s	coverage: 0.0% of statements [no tests to run]
01:39:36 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/yaml
01:39:38 ok  	github.com/docker/libcompose/yaml	1.022s	coverage: 72.1% of statements
01:39:38 
01:39:38 Run non-race test (if any)
01:39:38 + go test  -cover -coverprofile=cover.out github.com/docker/libcompose/utils
01:39:43 ok  	github.com/docker/libcompose/utils	0.003s	coverage: 56.0% of statements
01:39:43 
01:39:43 Test success
01:39:43 
01:39:43 
01:39:43 ---> Making bundle: test-integration (in .)
01:39:43 Running integration test against 1.9.1
01:39:43 ---> Making bundle: .integration-daemon-start (in .)
01:39:43 +++ exec docker daemon --debug --host unix:///go/src/github.com/docker/libcompose/docker.sock --storage-driver vfs --pidfile ./docker.pid --userland-proxy=true --graph=/var/lib/docker/1.9.1
01:39:44 Client:
01:39:44  Version:      1.9.1
01:39:44  API version:  1.21
01:39:44  Go version:   go1.4.3
01:39:44  Git commit:   a34a1d5
01:39:44  Built:        Fri Nov 20 17:56:04 UTC 2015
01:39:44  OS/Arch:      linux/amd64
01:39:44 
01:39:44 Server:
01:39:44  Version:      1.9.1
01:39:44  API version:  1.21
01:39:44  Go version:   go1.4.3
01:39:44  Git commit:   a34a1d5
01:39:44  Built:        Fri Nov 20 17:56:04 UTC 2015
01:39:44  OS/Arch:      linux/amd64
01:39:44 go: downloading gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
01:39:44 go: downloading github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
01:39:44 go: extracting github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
01:39:44 go: extracting gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
01:39:51 SKIP: api_event_test.go:16: APISuite.TestEvents (Not(Test requires the daemon version to be 1.9))
01:39:51 time="2019-08-28T01:39:50Z" level=info msg="[0/1] [service]: Starting "
01:39:51 Pulling service (busybox)...
01:39:51 latest: Pulling from library/busybox
01:39:51 ecf7dd1833d3: Pulling fs layer
01:39:51 839136952431: Pulling fs layer
01:39:51 ecf7dd1833d3: Verifying Checksum
01:39:51 ecf7dd1833d3: Download complete
01:39:51 839136952431: Verifying Checksum
01:39:51 839136952431: Download complete
01:39:51 ecf7dd1833d3: Pull complete
01:39:51 839136952431: Pull complete
01:39:51 Digest: sha256:bb84a4a069de8e6b9f1a39fecb503ce2cb8b8b68c998b997948a5b96e8b0d119
01:39:51 Status: Downloaded newer image for busybox:latest
01:39:51 time="2019-08-28T01:39:51Z" level=info msg="[1/1] [service]: Started "
01:39:51 PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile	0.675s
01:39:52 PASS: build_test.go:13: CliSuite.TestBuild	0.548s
01:39:52 PASS: build_test.go:85: CliSuite.TestBuildWithArgs	0.745s
01:39:53 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1	0.139s
01:39:53 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2	0.589s
01:39:54 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3	0.522s
01:39:54 time="2019-08-28T01:39:54Z" level=info msg="Running create [--verbose -p testprojectgmjvkol -f - create]"
01:39:54 PASS: create_test.go:58: CliSuite.TestContainerName	0.127s
01:39:54 time="2019-08-28T01:39:54Z" level=info msg="Running create [--verbose -p testprojectitkknjo -f - create]"
01:39:54 time="2019-08-28T01:39:54Z" level=info msg="Running scale [--verbose -p testprojectitkknjo -f - scale hello=2]"
01:39:54 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale	0.133s
01:39:55 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir	0.477s
01:39:55 time="2019-08-28T01:39:54Z" level=info msg="Running create [--verbose -p testprojectqtcwjpr -f - create]"
01:39:55 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir	0.076s
01:39:55 time="2019-08-28T01:39:54Z" level=info msg="[0/3] [another]: Creating "
01:39:55 time="2019-08-28T01:39:54Z" level=info msg="[0/3] [simple]: Creating "
01:39:55 time="2019-08-28T01:39:54Z" level=info msg="[0/3] [yetanother]: Creating "
01:39:55 time="2019-08-28T01:39:55Z" level=info msg="[0/3] [yetanother]: Created "
01:39:55 time="2019-08-28T01:39:55Z" level=info msg="[0/3] [another]: Created "
01:39:55 time="2019-08-28T01:39:55Z" level=info msg="[0/3] [simple]: Created "
01:39:55 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles	0.310s
01:39:55 time="2019-08-28T01:39:55Z" level=info msg="Running up [--verbose -p testprojectussoxze -f - up -d]"
01:39:55 time="2019-08-28T01:39:55Z" level=info msg="Running stop [--verbose -p testprojectussoxze -f - stop --timeout 0]"
01:40:07 time="2019-08-28T01:40:05Z" level=info msg="Running rm [--verbose -p testprojectussoxze -f - rm --force]"
01:40:07 PASS: rm_test.go:9: CliSuite.TestDelete	10.404s
01:40:07 time="2019-08-28T01:40:05Z" level=info msg="Running up [--verbose -p testprojectsdylhma -f - up -d]"
01:40:07 time="2019-08-28T01:40:06Z" level=info msg="Running stop [--verbose -p testprojectsdylhma -f - stop bye --timeout 0]"
01:40:17 time="2019-08-28T01:40:16Z" level=info msg="Running rm [--verbose -p testprojectsdylhma -f - rm --force]"
01:40:17 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped	10.527s
01:40:17 time="2019-08-28T01:40:16Z" level=info msg="Running up [--verbose -p testprojectcagggbb -f - up -d]"
01:40:17 time="2019-08-28T01:40:16Z" level=info msg="Running stop [--verbose -p testprojectcagggbb -f - stop --timeout 0]"
01:40:27 time="2019-08-28T01:40:26Z" level=info msg="Running rm [--verbose -p testprojectcagggbb -f - rm --force -v]"
01:40:27 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol	10.400s
01:40:27 time="2019-08-28T01:40:26Z" level=info msg="Running up [--verbose -p testprojectkhapxdh -f - up -d]"
01:40:27 time="2019-08-28T01:40:27Z" level=info msg="Running down [--verbose -p testprojectkhapxdh -f - down]"
01:40:37 PASS: down_test.go:9: CliSuite.TestDown	10.377s
01:40:37 time="2019-08-28T01:40:37Z" level=info msg="Running up [--verbose -p testprojecttcexkgu -f - up -d]"
01:40:37 time="2019-08-28T01:40:37Z" level=info msg="Running scale [--verbose -p testprojecttcexkgu -f - scale hello=2]"
01:40:37 time="2019-08-28T01:40:37Z" level=info msg="Running down [--verbose -p testprojecttcexkgu -f - down]"
01:40:49 PASS: down_test.go:24: CliSuite.TestDownMultiple	10.674s
01:40:49 time="2019-08-28T01:40:47Z" level=info msg="Running create [--verbose -p testprojectfjtnhzz -f - create]"
01:40:49 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint	0.127s
01:40:49 time="2019-08-28T01:40:48Z" level=info msg="Running create [--verbose -p testprojectvuctldu -f - create]"
01:40:49 time="2019-08-28T01:40:48Z" level=info msg="Running create [--verbose -p testprojectusbpbea -f - create]"
01:40:49 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions	0.160s
01:40:49 time="2019-08-28T01:40:48Z" level=info msg="Running create [--verbose -p testprojectskbwlrv -f - create]"
01:40:49 PASS: create_test.go:14: CliSuite.TestFields	0.078s
01:40:49 time="2019-08-28T01:40:48Z" level=info msg="Running create [--verbose -p testprojectidpgyjf -f - create]"
01:40:49 PASS: create_test.go:45: CliSuite.TestHelloWorld	0.079s
01:40:49 time="2019-08-28T01:40:48Z" level=info msg="Running create [--verbose -p testprojectrcetshz -f - create]"
01:40:49 time="2019-08-28T01:40:48Z" level=info msg="Running create [--verbose -p testprojectpjeqeut -f - create]"
01:40:49 PASS: create_test.go:86: CliSuite.TestInterpolation	0.165s
01:40:49 time="2019-08-28T01:40:48Z" level=info msg="Running create [--verbose -p testprojecthjmeatw -f - create]"
01:40:49 time="2019-08-28T01:40:48Z" level=info msg="Running create [--verbose -p testprojectkprbhii -f - create]"
01:40:49 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends	0.159s
01:40:49 time="2019-08-28T01:40:48Z" level=info msg="Running up [--verbose -p testprojectrlobtli -f - up -d]"
01:40:49 time="2019-08-28T01:40:48Z" level=info msg="Running kill [--verbose -p testprojectrlobtli -f - kill]"
01:40:49 PASS: kill_test.go:9: CliSuite.TestKill	0.398s
01:40:49 time="2019-08-28T01:40:49Z" level=info msg="Running up [--verbose -p testprojectxtrtcbw -f - up -d]"
01:40:49 PASS: up_test.go:260: CliSuite.TestLink	0.442s
01:40:50 time="2019-08-28T01:40:49Z" level=info msg="[0/4] [yetanother]: Creating "
01:40:50 time="2019-08-28T01:40:49Z" level=info msg="[0/4] [simple]: Creating "
01:40:50 time="2019-08-28T01:40:49Z" level=info msg="[0/4] [another]: Creating "
01:40:50 time="2019-08-28T01:40:49Z" level=info msg="[0/4] [multiple]: Creating "
01:40:50 time="2019-08-28T01:40:50Z" level=info msg="[0/4] [yetanother]: Created "
01:40:50 time="2019-08-28T01:40:50Z" level=info msg="[0/4] [simple]: Created "
01:40:50 time="2019-08-28T01:40:50Z" level=info msg="[0/4] [another]: Created "
01:40:50 time="2019-08-28T01:40:50Z" level=info msg="[0/4] [multiple]: Created "
01:40:50 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo	0.411s
01:40:50 time="2019-08-28T01:40:50Z" level=info msg="[0/4] [simple]: Creating "
01:40:50 time="2019-08-28T01:40:50Z" level=info msg="[0/4] [multiple]: Creating "
01:40:50 time="2019-08-28T01:40:50Z" level=info msg="[0/4] [yetanother]: Creating "
01:40:50 time="2019-08-28T01:40:50Z" level=info msg="[0/4] [another]: Creating "
01:40:50 time="2019-08-28T01:40:50Z" level=info msg="[0/4] [multiple]: Created "
01:40:50 time="2019-08-28T01:40:50Z" level=info msg="[0/4] [yetanother]: Created "
01:40:50 time="2019-08-28T01:40:50Z" level=info msg="[0/4] [another]: Created "
01:40:50 time="2019-08-28T01:40:50Z" level=info msg="[0/4] [simple]: Created "
01:40:50 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne	0.350s
01:40:50 time="2019-08-28T01:40:50Z" level=info msg="Running up [--verbose -p testprojectvlnbtrx -f - up -d]"
01:40:51 PASS: volume_test.go:62: CliSuite.TestNamedVolume	0.205s
01:40:51 time="2019-08-28T01:40:51Z" level=info msg="Running up [--verbose -p testprojectmfzyrgj -f - up -d]"
01:40:51 time="2019-08-28T01:40:51Z" level=info msg="Running pause [--verbose -p testprojectmfzyrgj -f - pause]"
01:40:51 PASS: pause_unpause_test.go:9: CliSuite.TestPause	0.231s
01:40:51 time="2019-08-28T01:40:51Z" level=info msg="Running up [--verbose -p testprojectenycawj -f - up -d]"
01:40:51 time="2019-08-28T01:40:51Z" level=info msg="Running pause [--verbose -p testprojectenycawj -f - pause]"
01:40:51 time="2019-08-28T01:40:51Z" level=info msg="Running pause [--verbose -p testprojectenycawj -f - pause]"
01:40:51 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService	0.236s
01:40:51 time="2019-08-28T01:40:51Z" level=info msg="Running up [--verbose -p testprojectpjgpuqu -f - up -d]"
01:40:52 time="2019-08-28T01:40:52Z" level=info msg="Running ps [--verbose -p testprojectpjgpuqu -f - ps]"
01:40:52 PASS: ps_test.go:10: CliSuite.TestPs	0.235s
01:40:52 time="2019-08-28T01:40:52Z" level=info msg="Running up [--verbose -p testprojecturhqqmu -f - up -d]"
01:40:52 time="2019-08-28T01:40:52Z" level=info msg="Running ps [--verbose -p testprojecturhqqmu -f - ps -q]"
01:40:53 PASS: ps_test.go:22: CliSuite.TestPsQuiet	0.241s
01:40:53 time="2019-08-28T01:40:52Z" level=info msg="Running pull [--verbose -p testprojectavuwnkb -f - pull]"
01:40:53 PASS: pull_test.go:7: CliSuite.TestPull	0.177s
01:40:53 time="2019-08-28T01:40:52Z" level=info msg="Running up [--verbose -p testprojecttwvysck -f - up -d]"
01:40:53 time="2019-08-28T01:40:53Z" level=info msg="Running up [--verbose -p testprojecttwvysck -f - up -d]"
01:40:53 time="2019-08-28T01:40:53Z" level=info msg="Running up [--verbose -p testprojecttwvysck -f - up -d]"
01:40:53 time="2019-08-28T01:40:53Z" level=info msg="Running up [--verbose -p testprojecttwvysck -f - up -d]"
01:40:54 time="2019-08-28T01:40:54Z" level=info msg="Running up [--verbose -p testprojecttwvysck -f - up -d]"
01:40:54 time="2019-08-28T01:40:54Z" level=info msg="Running up [--verbose -p testprojecttwvysck -f - up --force-recreate -d]"
01:40:54 time="2019-08-28T01:40:54Z" level=info msg="Running up [--verbose -p testprojecttwvysck -f - up --force-recreate -d]"
01:40:55 PASS: up_test.go:105: CliSuite.TestRecreate	2.075s
01:40:55 time="2019-08-28T01:40:55Z" level=info msg="Running up [--verbose -p testprojectpijzizk -f - up -d]"
01:40:55 time="2019-08-28T01:40:55Z" level=info msg="Running up [--verbose -p testprojectpijzizk -f - up --force-recreate -d]"
01:40:56 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate	0.680s
01:40:56 time="2019-08-28T01:40:56Z" level=info msg="Running up [--verbose -p testprojectdomzkxw -f - up -d]"
01:40:57 time="2019-08-28T01:40:56Z" level=info msg="Running up [--verbose -p testprojectdomzkxw -f - up --no-recreate -d]"
01:40:57 time="2019-08-28T01:40:56Z" level=info msg="Running up [--verbose -p testprojectdomzkxw -f - up --no-recreate -d]"
01:40:57 time="2019-08-28T01:40:56Z" level=info msg="Running up [--verbose -p testprojectdomzkxw -f - up -d]"
01:40:57 time="2019-08-28T01:40:57Z" level=info msg="Running rm [--verbose -p testprojectdomzkxw -f - rm -f]"
01:40:57 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging	1.340s
01:40:57 time="2019-08-28T01:40:57Z" level=info msg="Running up [--verbose -p testprojecthtidlrn -f - up -d]"
01:40:57 time="2019-08-28T01:40:57Z" level=info msg="Running up [--verbose -p testprojecthtidlrn -f - up --no-recreate -d]"
01:40:58 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate	0.231s
01:40:58 time="2019-08-28T01:40:57Z" level=info msg="Running up [--verbose -p testprojectisvxxtb -f - up -d]"
01:40:58 time="2019-08-28T01:40:58Z" level=info msg="Running up [--verbose -p testprojectisvxxtb -f - up --force-recreate -d]"
01:40:58 PASS: up_test.go:53: CliSuite.TestRecreateVols	0.694s
01:40:58 time="2019-08-28T01:40:58Z" level=info msg="Running up [--verbose -p testprojectktlqpps -f - up -d]"
01:40:59 PASS: volume_test.go:43: CliSuite.TestRelativeVolume	0.239s
01:40:59 time="2019-08-28T01:40:59Z" level=info msg="Running up [--verbose -p testprojectvwussce -f - up -d]"
01:40:59 time="2019-08-28T01:40:59Z" level=info msg="Running restart [--verbose -p testprojectvwussce -f - restart --timeout 0]"
01:41:11 PASS: restart_test.go:9: CliSuite.TestRestart	10.533s
01:41:11 PASS: run_test.go:19: CliSuite.TestRun	0.365s
01:41:11 time="2019-08-28T01:41:10Z" level=info msg="Running up [--verbose -p testprojectfgexnut -f - up -d]"
01:41:11 time="2019-08-28T01:41:10Z" level=info msg="Running scale [--verbose -p testprojectfgexnut -f - scale hello=2]"
01:41:11 time="2019-08-28T01:41:10Z" level=info msg="Running scale [--verbose -p testprojectfgexnut -f - scale --timeout 0 hello=1]"
01:41:21 PASS: scale_test.go:10: CliSuite.TestScale	10.653s
01:41:21 time="2019-08-28T01:41:21Z" level=info msg="Running up [--verbose -p testprojectcnnqflk -f - up -d]"
01:41:21 time="2019-08-28T01:41:21Z" level=info msg="Running scale [--verbose -p testprojectcnnqflk -f - scale test=2]"
01:41:22 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning	0.835s
01:41:22 time="2019-08-28T01:41:22Z" level=info msg="Running create [--verbose -p testprojectxsgljma -f - create]"
01:41:22 time="2019-08-28T01:41:22Z" level=info msg="Running start [--verbose -p testprojectxsgljma -f - start]"
01:41:22 PASS: start_test.go:9: CliSuite.TestStart	0.235s
01:41:22 time="2019-08-28T01:41:22Z" level=info msg="Running up [--verbose -p testprojectohjabcr -f - up -d]"
01:41:23 time="2019-08-28T01:41:22Z" level=info msg="Running stop [--verbose -p testprojectohjabcr -f - stop --timeout 0]"
01:41:35 PASS: stop_test.go:9: CliSuite.TestStop	10.349s
01:41:35 time="2019-08-28T01:41:33Z" level=info msg="Running up [--verbose -p testprojecthkxmiao -f - up -d]"
01:41:35 time="2019-08-28T01:41:33Z" level=info msg="Running pause [--verbose -p testprojecthkxmiao -f - pause]"
01:41:35 time="2019-08-28T01:41:33Z" level=info msg="Running unpause [--verbose -p testprojecthkxmiao -f - unpause]"
01:41:35 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause	0.254s
01:41:35 time="2019-08-28T01:41:33Z" level=info msg="Running up [--verbose -p testprojectwndzgyk -f - up -d]"
01:41:35 time="2019-08-28T01:41:33Z" level=info msg="Running unpause [--verbose -p testprojectwndzgyk -f - unpause]"
01:41:35 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService	0.226s
01:41:35 time="2019-08-28T01:41:33Z" level=info msg="Running up [--verbose -p testprojectbkxihlu -f - up -d]"
01:41:35 PASS: up_test.go:15: CliSuite.TestUp	0.234s
01:41:35 time="2019-08-28T01:41:34Z" level=info msg="Running up [--verbose -p testprojecteuuzqgj -f - up -d]"
01:41:35 time="2019-08-28T01:41:34Z" level=info msg="Running up [--verbose -p testprojecteuuzqgj -f - up --no-recreate -d]"
01:41:35 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted	0.233s
01:41:35 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent	0.013s
01:41:35 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent	0.403s
01:41:35 time="2019-08-28T01:41:35Z" level=info msg="Running up [--verbose -p testprojectdwtcmok -f - up -d]"
01:41:35 PASS: up_test.go:25: CliSuite.TestUpNotExistService	0.239s
01:41:35 SKIP: volume_test.go:79: CliSuite.TestV2Volume (Not(Test requires the daemon version to be 1.9))
01:41:35 time="2019-08-28T01:41:35Z" level=info msg="Running create [--verbose -p testprojectfewexcj -f - create]"
01:41:35 time="2019-08-28T01:41:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectfewexcj -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:41:35 time="2019-08-28T01:41:35Z" level=info msg="Running create [--verbose -p testprojectmeoeokr -f - create]"
01:41:35 time="2019-08-28T01:41:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectmeoeokr -f - create]\n with input:\n\n  test:\n    image: busybox\n    build: .\n\t"
01:41:35 time="2019-08-28T01:41:35Z" level=info msg="Running create [--verbose -p testprojectljlbnqs -f - create]"
01:41:35 time="2019-08-28T01:41:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectljlbnqs -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n    links: invalid_type\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n  "
01:41:35 PASS: create_test.go:262: CliSuite.TestValidation	0.029s
01:41:35 time="2019-08-28T01:41:35Z" level=info msg="Running create [--verbose -p testprojectrwnnmmk -f - create]"
01:41:35 time="2019-08-28T01:41:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrwnnmmk -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:41:35 time="2019-08-28T01:41:35Z" level=info msg="Running create [--verbose -p testprojectsdgjtso -f - create]"
01:41:35 time="2019-08-28T01:41:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectsdgjtso -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n    links: invalid_type\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n  "
01:41:35 PASS: create_test.go:297: CliSuite.TestValidationV2	0.016s
01:41:35 time="2019-08-28T01:41:35Z" level=info msg="Running create [--verbose -p testprojectqviwsph -f - create]"
01:41:35 time="2019-08-28T01:41:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectqviwsph -f - create]\n with input:\n\n  base:\n    image: busybox\n    privilege: \"something\"\n  test:\n    extends:\n      service: base\n\t"
01:41:35 time="2019-08-28T01:41:35Z" level=info msg="Running create [--verbose -p testprojectrzzusgc -f - create]"
01:41:35 time="2019-08-28T01:41:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrzzusgc -f - create]\n with input:\n\n  base:\n    image: busybox\n  test:\n    extends:\n      service: base\n    links: invalid_type\n\t"
01:41:35 time="2019-08-28T01:41:35Z" level=info msg="Running create [--verbose -p testprojectzpaeirb -f - create]"
01:41:35 time="2019-08-28T01:41:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectzpaeirb -f - create]\n with input:\n\n  test:\n    extends:\n      file: ./assets/validation/valid/docker-compose.v1.yml\n      service: base\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n\t"
01:41:35 time="2019-08-28T01:41:35Z" level=info msg="Running create [--verbose -p testprojectszenkos -f - create]"
01:41:35 time="2019-08-28T01:41:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectszenkos -f - create]\n with input:\n\n  test:\n    extends:\n      file: ./assets/validation/invalid/docker-compose.v1.yml\n      service: base\n\t"
01:41:35 PASS: create_test.go:327: CliSuite.TestValidationWithExtends	0.034s
01:41:35 time="2019-08-28T01:41:35Z" level=info msg="Running create [--verbose -p testprojectskcnvtv -f - create]"
01:41:35 time="2019-08-28T01:41:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectskcnvtv -f - create]\n with input:\n\nversion: '2'\nservices:\n  base:\n    image: busybox\n    privilege: \"something\"\n  test:\n    extends:\n      service: base\n\t"
01:41:35 time="2019-08-28T01:41:35Z" level=info msg="Running create [--verbose -p testprojectrghoezi -f - create]"
01:41:35 time="2019-08-28T01:41:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrghoezi -f - create]\n with input:\n\nversion: '2'\nservices:\n  base:\n    image: busybox\n  test:\n    extends:\n      service: base\n    links: invalid_type\n\t"
01:41:35 time="2019-08-28T01:41:35Z" level=info msg="Running create [--verbose -p testprojectdeljqoz -f - create]"
01:41:35 time="2019-08-28T01:41:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectdeljqoz -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    extends:\n      file: ./assets/validation/valid/docker-compose.v2.yml\n      service: base\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n\t"
01:41:35 time="2019-08-28T01:41:35Z" level=info msg="Running create [--verbose -p testprojectganchqs -f - create]"
01:41:35 time="2019-08-28T01:41:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectganchqs -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    extends:\n      file: ./assets/validation/invalid/docker-compose.v2.yml\n      service: base\n\t"
01:41:35 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2	0.032s
01:41:36 PASS: volume_test.go:11: CliSuite.TestVolumeFromService	0.237s
01:41:36 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName	0.244s
01:41:36 OK: 57 passed, 2 skipped
01:41:36 PASS
01:41:36 coverage: 38.9% of statements
01:41:36 ok  	github.com/docker/libcompose/integration	105.503s
01:41:36 ---> Making bundle: .integration-daemon-stop (in .)
01:41:36 ++++ cat ./docker.pid
01:41:36 +++ kill 6711
01:41:36 
01:41:36 Running integration test against 1.10.3
01:41:36 ---> Making bundle: .integration-daemon-start (in .)
01:41:36 +++ exec docker daemon --debug --host unix:///go/src/github.com/docker/libcompose/docker.sock --storage-driver vfs --pidfile ./docker.pid --userland-proxy=true --graph=/var/lib/docker/1.10.3
01:41:37 Client:
01:41:37  Version:      1.10.3
01:41:37  API version:  1.22
01:41:37  Go version:   go1.5.3
01:41:37  Git commit:   20f81dd
01:41:37  Built:        Thu Mar 10 21:49:11 2016
01:41:37  OS/Arch:      linux/amd64
01:41:37 
01:41:37 Server:
01:41:37  Version:      1.10.3
01:41:37  API version:  1.22
01:41:37  Go version:   go1.5.3
01:41:37  Git commit:   20f81dd
01:41:37  Built:        Thu Mar 10 21:49:11 2016
01:41:37  OS/Arch:      linux/amd64
01:41:39 time="2019-08-28T01:41:39Z" level=info msg="[0/2] [simple]: Starting "
01:41:39 time="2019-08-28T01:41:39Z" level=info msg="[0/2] [another]: Starting "
01:41:39 Pulling simple (busybox:latest)...
01:41:39 Pulling another (busybox:latest)...
01:41:39 latest: Pulling from library/busybox
01:41:39 latest: Pulling from library/busybox
01:41:39 ee153a04d683: Pulling fs layer
01:41:39 ee153a04d683: Pulling fs layer
01:41:39 ee153a04d683: Verifying Checksum
01:41:39 ee153a04d683: Verifying Checksum
01:41:39 ee153a04d683: Download complete
01:41:39 ee153a04d683: Download complete
01:41:39 ee153a04d683: Pull complete
01:41:39 ee153a04d683: Pull complete
01:41:39 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:41:39 Status: Image is up to date for busybox:latest
01:41:39 ee153a04d683: Pull complete
01:41:39 ee153a04d683: Pull complete
01:41:39 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:41:39 Status: Downloaded newer image for busybox:latest
01:41:39 time="2019-08-28T01:41:39Z" level=info msg="[1/2] [simple]: Started "
01:41:39 time="2019-08-28T01:41:39Z" level=info msg="[2/2] [another]: Started "
01:41:40 PASS: api_event_test.go:16: APISuite.TestEvents	0.954s
01:41:40 time="2019-08-28T01:41:40Z" level=info msg="[0/1] [service]: Starting "
01:41:40 time="2019-08-28T01:41:40Z" level=info msg="[1/1] [service]: Started "
01:41:40 PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile	0.262s
01:41:41 PASS: build_test.go:13: CliSuite.TestBuild	0.555s
01:41:42 PASS: build_test.go:85: CliSuite.TestBuildWithArgs	0.777s
01:41:42 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1	0.150s
01:41:42 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2	0.619s
01:41:43 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3	0.541s
01:41:43 time="2019-08-28T01:41:43Z" level=info msg="Running create [--verbose -p testprojectxjksbpe -f - create]"
01:41:43 PASS: create_test.go:58: CliSuite.TestContainerName	0.121s
01:41:43 time="2019-08-28T01:41:43Z" level=info msg="Running create [--verbose -p testprojectnuzpyxw -f - create]"
01:41:43 time="2019-08-28T01:41:43Z" level=info msg="Running scale [--verbose -p testprojectnuzpyxw -f - scale hello=2]"
01:41:43 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale	0.132s
01:41:44 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir	0.323s
01:41:44 time="2019-08-28T01:41:43Z" level=info msg="Running create [--verbose -p testprojecttmiczio -f - create]"
01:41:44 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir	0.079s
01:41:44 time="2019-08-28T01:41:43Z" level=info msg="[0/3] [yetanother]: Creating "
01:41:44 time="2019-08-28T01:41:43Z" level=info msg="[0/3] [another]: Creating "
01:41:44 time="2019-08-28T01:41:43Z" level=info msg="[0/3] [simple]: Creating "
01:41:44 time="2019-08-28T01:41:44Z" level=info msg="[0/3] [another]: Created "
01:41:44 time="2019-08-28T01:41:44Z" level=info msg="[0/3] [simple]: Created "
01:41:44 time="2019-08-28T01:41:44Z" level=info msg="[0/3] [yetanother]: Created "
01:41:44 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles	0.335s
01:41:44 time="2019-08-28T01:41:44Z" level=info msg="Running up [--verbose -p testprojectlzwpztw -f - up -d]"
01:41:44 time="2019-08-28T01:41:44Z" level=info msg="Running stop [--verbose -p testprojectlzwpztw -f - stop --timeout 0]"
01:41:56 time="2019-08-28T01:41:54Z" level=info msg="Running rm [--verbose -p testprojectlzwpztw -f - rm --force]"
01:41:56 PASS: rm_test.go:9: CliSuite.TestDelete	10.411s
01:41:56 time="2019-08-28T01:41:54Z" level=info msg="Running up [--verbose -p testprojectbsczqvy -f - up -d]"
01:41:56 time="2019-08-28T01:41:55Z" level=info msg="Running stop [--verbose -p testprojectbsczqvy -f - stop bye --timeout 0]"
01:42:06 time="2019-08-28T01:42:05Z" level=info msg="Running rm [--verbose -p testprojectbsczqvy -f - rm --force]"
01:42:06 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped	10.583s
01:42:06 time="2019-08-28T01:42:05Z" level=info msg="Running up [--verbose -p testprojectkrvdgas -f - up -d]"
01:42:06 time="2019-08-28T01:42:05Z" level=info msg="Running stop [--verbose -p testprojectkrvdgas -f - stop --timeout 0]"
01:42:16 time="2019-08-28T01:42:15Z" level=info msg="Running rm [--verbose -p testprojectkrvdgas -f - rm --force -v]"
01:42:16 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol	10.404s
01:42:16 time="2019-08-28T01:42:15Z" level=info msg="Running up [--verbose -p testprojectgkgrbdk -f - up -d]"
01:42:16 time="2019-08-28T01:42:16Z" level=info msg="Running down [--verbose -p testprojectgkgrbdk -f - down]"
01:42:26 PASS: down_test.go:9: CliSuite.TestDown	10.418s
01:42:26 time="2019-08-28T01:42:26Z" level=info msg="Running up [--verbose -p testprojectjedyoob -f - up -d]"
01:42:26 time="2019-08-28T01:42:26Z" level=info msg="Running scale [--verbose -p testprojectjedyoob -f - scale hello=2]"
01:42:26 time="2019-08-28T01:42:26Z" level=info msg="Running down [--verbose -p testprojectjedyoob -f - down]"
01:42:39 PASS: down_test.go:24: CliSuite.TestDownMultiple	10.675s
01:42:39 time="2019-08-28T01:42:37Z" level=info msg="Running create [--verbose -p testprojectlajmkrc -f - create]"
01:42:39 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint	0.128s
01:42:39 time="2019-08-28T01:42:37Z" level=info msg="Running create [--verbose -p testprojectynmjcaj -f - create]"
01:42:39 time="2019-08-28T01:42:37Z" level=info msg="Running create [--verbose -p testprojectwgzwhvd -f - create]"
01:42:39 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions	0.175s
01:42:39 time="2019-08-28T01:42:37Z" level=info msg="Running create [--verbose -p testprojectdaxwvqy -f - create]"
01:42:39 PASS: create_test.go:14: CliSuite.TestFields	0.076s
01:42:39 time="2019-08-28T01:42:37Z" level=info msg="Running create [--verbose -p testprojectlscgvrh -f - create]"
01:42:39 PASS: create_test.go:45: CliSuite.TestHelloWorld	0.078s
01:42:39 time="2019-08-28T01:42:37Z" level=info msg="Running create [--verbose -p testprojectdacvwpn -f - create]"
01:42:39 time="2019-08-28T01:42:37Z" level=info msg="Running create [--verbose -p testprojectpdywepn -f - create]"
01:42:39 PASS: create_test.go:86: CliSuite.TestInterpolation	0.155s
01:42:39 time="2019-08-28T01:42:37Z" level=info msg="Running create [--verbose -p testprojectrhlesjg -f - create]"
01:42:39 time="2019-08-28T01:42:37Z" level=info msg="Running create [--verbose -p testprojectiklqqbk -f - create]"
01:42:39 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends	0.185s
01:42:39 time="2019-08-28T01:42:37Z" level=info msg="Running up [--verbose -p testprojectaqntbzz -f - up -d]"
01:42:39 time="2019-08-28T01:42:38Z" level=info msg="Running kill [--verbose -p testprojectaqntbzz -f - kill]"
01:42:39 PASS: kill_test.go:9: CliSuite.TestKill	0.398s
01:42:39 time="2019-08-28T01:42:38Z" level=info msg="Running up [--verbose -p testprojectivoffrg -f - up -d]"
01:42:39 PASS: up_test.go:260: CliSuite.TestLink	0.456s
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [yetanother]: Creating "
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [another]: Creating "
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [multiple]: Creating "
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [simple]: Creating "
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [multiple]: Created "
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [simple]: Created "
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [another]: Created "
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [yetanother]: Created "
01:42:39 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo	0.475s
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [simple]: Creating "
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [yetanother]: Creating "
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [another]: Creating "
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [multiple]: Creating "
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [another]: Created "
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [simple]: Created "
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="[0/4] [multiple]: Created "
01:42:40 time="2019-08-28T01:42:40Z" level=info msg="[0/4] [yetanother]: Created "
01:42:40 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne	0.432s
01:42:40 time="2019-08-28T01:42:40Z" level=info msg="Running up [--verbose -p testprojectlfwxyku -f - up -d]"
01:42:40 PASS: volume_test.go:62: CliSuite.TestNamedVolume	0.249s
01:42:40 time="2019-08-28T01:42:40Z" level=info msg="Running up [--verbose -p testprojectihpjutv -f - up -d]"
01:42:40 time="2019-08-28T01:42:40Z" level=info msg="Running pause [--verbose -p testprojectihpjutv -f - pause]"
01:42:40 PASS: pause_unpause_test.go:9: CliSuite.TestPause	0.267s
01:42:40 time="2019-08-28T01:42:40Z" level=info msg="Running up [--verbose -p testprojectuubxrzw -f - up -d]"
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="Running pause [--verbose -p testprojectuubxrzw -f - pause]"
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="Running pause [--verbose -p testprojectuubxrzw -f - pause]"
01:42:41 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService	0.257s
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="Running up [--verbose -p testprojectepztxef -f - up -d]"
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="Running ps [--verbose -p testprojectepztxef -f - ps]"
01:42:41 PASS: ps_test.go:10: CliSuite.TestPs	0.252s
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="Running up [--verbose -p testprojectgjiwiod -f - up -d]"
01:42:42 time="2019-08-28T01:42:41Z" level=info msg="Running ps [--verbose -p testprojectgjiwiod -f - ps -q]"
01:42:42 PASS: ps_test.go:22: CliSuite.TestPsQuiet	0.245s
01:42:42 time="2019-08-28T01:42:42Z" level=info msg="Running pull [--verbose -p testprojectgvxrtsh -f - pull]"
01:42:42 PASS: pull_test.go:7: CliSuite.TestPull	0.132s
01:42:42 time="2019-08-28T01:42:42Z" level=info msg="Running up [--verbose -p testprojectjdpkluw -f - up -d]"
01:42:42 time="2019-08-28T01:42:42Z" level=info msg="Running up [--verbose -p testprojectjdpkluw -f - up -d]"
01:42:42 time="2019-08-28T01:42:42Z" level=info msg="Running up [--verbose -p testprojectjdpkluw -f - up -d]"
01:42:43 time="2019-08-28T01:42:42Z" level=info msg="Running up [--verbose -p testprojectjdpkluw -f - up -d]"
01:42:43 time="2019-08-28T01:42:43Z" level=info msg="Running up [--verbose -p testprojectjdpkluw -f - up -d]"
01:42:43 time="2019-08-28T01:42:43Z" level=info msg="Running up [--verbose -p testprojectjdpkluw -f - up --force-recreate -d]"
01:42:44 time="2019-08-28T01:42:43Z" level=info msg="Running up [--verbose -p testprojectjdpkluw -f - up --force-recreate -d]"
01:42:44 PASS: up_test.go:105: CliSuite.TestRecreate	2.111s
01:42:44 time="2019-08-28T01:42:44Z" level=info msg="Running up [--verbose -p testprojectnqdijvc -f - up -d]"
01:42:44 time="2019-08-28T01:42:44Z" level=info msg="Running up [--verbose -p testprojectnqdijvc -f - up --force-recreate -d]"
01:42:45 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate	0.702s
01:42:45 time="2019-08-28T01:42:45Z" level=info msg="Running up [--verbose -p testprojectwxxzmph -f - up -d]"
01:42:46 time="2019-08-28T01:42:46Z" level=info msg="Running up [--verbose -p testprojectwxxzmph -f - up --no-recreate -d]"
01:42:46 time="2019-08-28T01:42:46Z" level=info msg="Running up [--verbose -p testprojectwxxzmph -f - up --no-recreate -d]"
01:42:46 time="2019-08-28T01:42:46Z" level=info msg="Running up [--verbose -p testprojectwxxzmph -f - up -d]"
01:42:46 time="2019-08-28T01:42:46Z" level=info msg="Running rm [--verbose -p testprojectwxxzmph -f - rm -f]"
01:42:46 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging	1.261s
01:42:46 time="2019-08-28T01:42:46Z" level=info msg="Running up [--verbose -p testprojectevwnfgw -f - up -d]"
01:42:47 time="2019-08-28T01:42:46Z" level=info msg="Running up [--verbose -p testprojectevwnfgw -f - up --no-recreate -d]"
01:42:47 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate	0.250s
01:42:47 time="2019-08-28T01:42:47Z" level=info msg="Running up [--verbose -p testprojectyzysvqa -f - up -d]"
01:42:47 time="2019-08-28T01:42:47Z" level=info msg="Running up [--verbose -p testprojectyzysvqa -f - up --force-recreate -d]"
01:42:48 PASS: up_test.go:53: CliSuite.TestRecreateVols	0.735s
01:42:48 time="2019-08-28T01:42:48Z" level=info msg="Running up [--verbose -p testprojectjjuemae -f - up -d]"
01:42:48 PASS: volume_test.go:43: CliSuite.TestRelativeVolume	0.254s
01:42:48 time="2019-08-28T01:42:48Z" level=info msg="Running up [--verbose -p testprojectojjljvx -f - up -d]"
01:42:48 time="2019-08-28T01:42:48Z" level=info msg="Running restart [--verbose -p testprojectojjljvx -f - restart --timeout 0]"
01:43:00 PASS: restart_test.go:9: CliSuite.TestRestart	10.571s
01:43:00 PASS: run_test.go:19: CliSuite.TestRun	0.392s
01:43:00 time="2019-08-28T01:42:59Z" level=info msg="Running up [--verbose -p testprojectmcigbmy -f - up -d]"
01:43:00 time="2019-08-28T01:42:59Z" level=info msg="Running scale [--verbose -p testprojectmcigbmy -f - scale hello=2]"
01:43:00 time="2019-08-28T01:43:00Z" level=info msg="Running scale [--verbose -p testprojectmcigbmy -f - scale --timeout 0 hello=1]"
01:43:11 PASS: scale_test.go:10: CliSuite.TestScale	10.688s
01:43:11 time="2019-08-28T01:43:10Z" level=info msg="Running up [--verbose -p testprojectfpzwuaz -f - up -d]"
01:43:11 time="2019-08-28T01:43:10Z" level=info msg="Running scale [--verbose -p testprojectfpzwuaz -f - scale test=2]"
01:43:11 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning	0.878s
01:43:11 time="2019-08-28T01:43:11Z" level=info msg="Running create [--verbose -p testprojectxfzxcdu -f - create]"
01:43:11 time="2019-08-28T01:43:11Z" level=info msg="Running start [--verbose -p testprojectxfzxcdu -f - start]"
01:43:12 PASS: start_test.go:9: CliSuite.TestStart	0.286s
01:43:12 time="2019-08-28T01:43:11Z" level=info msg="Running up [--verbose -p testprojectseetzco -f - up -d]"
01:43:12 time="2019-08-28T01:43:12Z" level=info msg="Running stop [--verbose -p testprojectseetzco -f - stop --timeout 0]"
01:43:24 PASS: stop_test.go:9: CliSuite.TestStop	10.416s
01:43:24 time="2019-08-28T01:43:22Z" level=info msg="Running up [--verbose -p testprojectzmygxzx -f - up -d]"
01:43:24 time="2019-08-28T01:43:22Z" level=info msg="Running pause [--verbose -p testprojectzmygxzx -f - pause]"
01:43:24 time="2019-08-28T01:43:22Z" level=info msg="Running unpause [--verbose -p testprojectzmygxzx -f - unpause]"
01:43:24 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause	0.278s
01:43:24 time="2019-08-28T01:43:22Z" level=info msg="Running up [--verbose -p testprojectgnkfbyu -f - up -d]"
01:43:24 time="2019-08-28T01:43:23Z" level=info msg="Running unpause [--verbose -p testprojectgnkfbyu -f - unpause]"
01:43:24 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService	0.249s
01:43:24 time="2019-08-28T01:43:23Z" level=info msg="Running up [--verbose -p testprojectbrlzoiy -f - up -d]"
01:43:24 PASS: up_test.go:15: CliSuite.TestUp	0.231s
01:43:24 time="2019-08-28T01:43:23Z" level=info msg="Running up [--verbose -p testprojectumhoogx -f - up -d]"
01:43:24 time="2019-08-28T01:43:23Z" level=info msg="Running up [--verbose -p testprojectumhoogx -f - up --no-recreate -d]"
01:43:24 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted	0.267s
01:43:24 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent	0.011s
01:43:24 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent	0.419s
01:43:24 time="2019-08-28T01:43:24Z" level=info msg="Running up [--verbose -p testprojectfgubwjf -f - up -d]"
01:43:25 PASS: up_test.go:25: CliSuite.TestUpNotExistService	0.231s
01:43:25 time="2019-08-28T01:43:24Z" level=info msg="Running up [--verbose -p testprojectgpphzum -f - up -d]"
01:43:26 PASS: volume_test.go:79: CliSuite.TestV2Volume	1.247s
01:43:26 time="2019-08-28T01:43:26Z" level=info msg="Running create [--verbose -p testprojectsfsbhxb -f - create]"
01:43:26 time="2019-08-28T01:43:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectsfsbhxb -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:43:26 time="2019-08-28T01:43:26Z" level=info msg="Running create [--verbose -p testprojectyyefytw -f - create]"
01:43:26 time="2019-08-28T01:43:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectyyefytw -f - create]\n with input:\n\n  test:\n    image: busybox\n    build: .\n\t"
01:43:26 time="2019-08-28T01:43:26Z" level=info msg="Running create [--verbose -p testprojectxcptjcn -f - create]"
01:43:26 time="2019-08-28T01:43:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectxcptjcn -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n    links: invalid_type\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n  "
01:43:26 PASS: create_test.go:262: CliSuite.TestValidation	0.023s
01:43:26 time="2019-08-28T01:43:26Z" level=info msg="Running create [--verbose -p testprojectvpssxas -f - create]"
01:43:26 time="2019-08-28T01:43:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectvpssxas -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:43:26 time="2019-08-28T01:43:26Z" level=info msg="Running create [--verbose -p testprojectnnuhvhr -f - create]"
01:43:26 time="2019-08-28T01:43:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectnnuhvhr -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n    links: invalid_type\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n  "
01:43:26 PASS: create_test.go:297: CliSuite.TestValidationV2	0.016s
01:43:26 time="2019-08-28T01:43:26Z" level=info msg="Running create [--verbose -p testprojectalmdmvi -f - create]"
01:43:26 time="2019-08-28T01:43:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectalmdmvi -f - create]\n with input:\n\n  base:\n    image: busybox\n    privilege: \"something\"\n  test:\n    extends:\n      service: base\n\t"
01:43:26 time="2019-08-28T01:43:26Z" level=info msg="Running create [--verbose -p testprojectnsjjolf -f - create]"
01:43:26 time="2019-08-28T01:43:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectnsjjolf -f - create]\n with input:\n\n  base:\n    image: busybox\n  test:\n    extends:\n      service: base\n    links: invalid_type\n\t"
01:43:26 time="2019-08-28T01:43:26Z" level=info msg="Running create [--verbose -p testprojectljnitkh -f - create]"
01:43:26 time="2019-08-28T01:43:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectljnitkh -f - create]\n with input:\n\n  test:\n    extends:\n      file: ./assets/validation/valid/docker-compose.v1.yml\n      service: base\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n\t"
01:43:26 time="2019-08-28T01:43:26Z" level=info msg="Running create [--verbose -p testprojectusxgbyd -f - create]"
01:43:26 time="2019-08-28T01:43:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectusxgbyd -f - create]\n with input:\n\n  test:\n    extends:\n      file: ./assets/validation/invalid/docker-compose.v1.yml\n      service: base\n\t"
01:43:26 PASS: create_test.go:327: CliSuite.TestValidationWithExtends	0.029s
01:43:26 time="2019-08-28T01:43:26Z" level=info msg="Running create [--verbose -p testprojectjzgkntc -f - create]"
01:43:26 time="2019-08-28T01:43:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectjzgkntc -f - create]\n with input:\n\nversion: '2'\nservices:\n  base:\n    image: busybox\n    privilege: \"something\"\n  test:\n    extends:\n      service: base\n\t"
01:43:26 time="2019-08-28T01:43:26Z" level=info msg="Running create [--verbose -p testprojectpkefunv -f - create]"
01:43:26 time="2019-08-28T01:43:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectpkefunv -f - create]\n with input:\n\nversion: '2'\nservices:\n  base:\n    image: busybox\n  test:\n    extends:\n      service: base\n    links: invalid_type\n\t"
01:43:26 time="2019-08-28T01:43:26Z" level=info msg="Running create [--verbose -p testprojectfqfzkbd -f - create]"
01:43:26 time="2019-08-28T01:43:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectfqfzkbd -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    extends:\n      file: ./assets/validation/valid/docker-compose.v2.yml\n      service: base\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n\t"
01:43:26 time="2019-08-28T01:43:26Z" level=info msg="Running create [--verbose -p testprojectnycvicf -f - create]"
01:43:26 time="2019-08-28T01:43:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectnycvicf -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    extends:\n      file: ./assets/validation/invalid/docker-compose.v2.yml\n      service: base\n\t"
01:43:26 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2	0.030s
01:43:26 PASS: volume_test.go:11: CliSuite.TestVolumeFromService	0.261s
01:43:27 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName	0.239s
01:43:27 OK: 59 passed
01:43:27 PASS
01:43:27 coverage: 33.3% of statements
01:43:27 ok  	github.com/docker/libcompose/integration	107.948s
01:43:27 ---> Making bundle: .integration-daemon-stop (in .)
01:43:27 ++++ cat ./docker.pid
01:43:27 +++ kill 9584
01:43:27 
01:43:27 Running integration test against 1.13.1
01:43:27 ---> Making bundle: .integration-daemon-start (in .)
01:43:27 /usr/local/bin/docker-1.13.1/dockerd
01:43:27 +++ exec dockerd --debug --host unix:///go/src/github.com/docker/libcompose/docker.sock --storage-driver vfs --pidfile ./docker.pid --userland-proxy=true --graph=/var/lib/docker/1.13.1
01:43:29 Client:
01:43:29  Version:      1.13.1
01:43:29  API version:  1.26
01:43:29  Go version:   go1.7.5
01:43:29  Git commit:   092cba3
01:43:29  Built:        Wed Feb  8 08:47:51 2017
01:43:29  OS/Arch:      linux/amd64
01:43:29 
01:43:29 Server:
01:43:29  Version:      1.13.1
01:43:29  API version:  1.26 (minimum version 1.12)
01:43:29  Go version:   go1.7.5
01:43:29  Git commit:   092cba3
01:43:29  Built:        Wed Feb  8 08:47:51 2017
01:43:29  OS/Arch:      linux/amd64
01:43:29  Experimental: false
01:43:31 time="2019-08-28T01:43:30Z" level=info msg="[0/2] [simple]: Starting "
01:43:31 time="2019-08-28T01:43:30Z" level=info msg="[0/2] [another]: Starting "
01:43:31 Pulling simple (busybox:latest)...
01:43:31 Pulling another (busybox:latest)...
01:43:31 latest: Pulling from library/busybox
01:43:31 ee153a04d683: Pulling fs layer
01:43:31 latest: Pulling from library/busybox
01:43:31 ee153a04d683: Verifying Checksum
01:43:31 ee153a04d683: Download complete
01:43:31 ee153a04d683: Pulling fs layer
01:43:31 ee153a04d683: Pull complete
01:43:31 ee153a04d683: Pull complete
01:43:31 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:43:31 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:43:31 Status: Downloaded newer image for busybox:latest
01:43:31 Status: Image is up to date for busybox:latest
01:43:31 time="2019-08-28T01:43:31Z" level=info msg="[1/2] [another]: Started "
01:43:31 time="2019-08-28T01:43:31Z" level=info msg="[2/2] [simple]: Started "
01:43:31 PASS: api_event_test.go:16: APISuite.TestEvents	1.071s
01:43:31 time="2019-08-28T01:43:31Z" level=info msg="[0/1] [service]: Starting "
01:43:32 time="2019-08-28T01:43:32Z" level=info msg="[1/1] [service]: Started "
01:43:32 PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile	0.326s
01:43:34 PASS: build_test.go:13: CliSuite.TestBuild	1.894s
01:43:36 PASS: build_test.go:85: CliSuite.TestBuildWithArgs	1.671s
01:43:36 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1	0.203s
01:43:38 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2	1.787s
01:43:40 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3	2.001s
01:43:40 time="2019-08-28T01:43:40Z" level=info msg="Running create [--verbose -p testprojectcrgrpfi -f - create]"
01:43:40 PASS: create_test.go:58: CliSuite.TestContainerName	0.177s
01:43:40 time="2019-08-28T01:43:40Z" level=info msg="Running create [--verbose -p testprojectifwrtpq -f - create]"
01:43:40 time="2019-08-28T01:43:40Z" level=info msg="Running scale [--verbose -p testprojectifwrtpq -f - scale hello=2]"
01:43:40 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale	0.162s
01:43:40 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir	0.429s
01:43:40 time="2019-08-28T01:43:40Z" level=info msg="Running create [--verbose -p testprojectdqqmmhl -f - create]"
01:43:41 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir	0.108s
01:43:41 time="2019-08-28T01:43:40Z" level=info msg="[0/3] [yetanother]: Creating "
01:43:41 time="2019-08-28T01:43:40Z" level=info msg="[0/3] [another]: Creating "
01:43:41 time="2019-08-28T01:43:40Z" level=info msg="[0/3] [simple]: Creating "
01:43:41 time="2019-08-28T01:43:41Z" level=info msg="[0/3] [another]: Created "
01:43:41 time="2019-08-28T01:43:41Z" level=info msg="[0/3] [simple]: Created "
01:43:41 time="2019-08-28T01:43:41Z" level=info msg="[0/3] [yetanother]: Created "
01:43:41 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles	0.421s
01:43:41 time="2019-08-28T01:43:41Z" level=info msg="Running up [--verbose -p testprojectqthzxzs -f - up -d]"
01:43:41 time="2019-08-28T01:43:41Z" level=info msg="Running stop [--verbose -p testprojectqthzxzs -f - stop --timeout 0]"
01:43:54 time="2019-08-28T01:43:51Z" level=info msg="Running rm [--verbose -p testprojectqthzxzs -f - rm --force]"
01:43:54 PASS: rm_test.go:9: CliSuite.TestDelete	10.480s
01:43:54 time="2019-08-28T01:43:51Z" level=info msg="Running up [--verbose -p testprojectnlgzcpo -f - up -d]"
01:43:54 time="2019-08-28T01:43:52Z" level=info msg="Running stop [--verbose -p testprojectnlgzcpo -f - stop bye --timeout 0]"
01:44:03 time="2019-08-28T01:44:02Z" level=info msg="Running rm [--verbose -p testprojectnlgzcpo -f - rm --force]"
01:44:03 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped	10.679s
01:44:03 time="2019-08-28T01:44:02Z" level=info msg="Running up [--verbose -p testprojectlvdnaxj -f - up -d]"
01:44:03 time="2019-08-28T01:44:03Z" level=info msg="Running stop [--verbose -p testprojectlvdnaxj -f - stop --timeout 0]"
01:44:13 time="2019-08-28T01:44:13Z" level=info msg="Running rm [--verbose -p testprojectlvdnaxj -f - rm --force -v]"
01:44:13 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol	10.509s
01:44:13 time="2019-08-28T01:44:13Z" level=info msg="Running up [--verbose -p testprojectcpesyxf -f - up -d]"
01:44:13 time="2019-08-28T01:44:13Z" level=info msg="Running down [--verbose -p testprojectcpesyxf -f - down]"
01:44:23 PASS: down_test.go:9: CliSuite.TestDown	10.481s
01:44:23 time="2019-08-28T01:44:23Z" level=info msg="Running up [--verbose -p testprojectlyevuxq -f - up -d]"
01:44:24 time="2019-08-28T01:44:24Z" level=info msg="Running scale [--verbose -p testprojectlyevuxq -f - scale hello=2]"
01:44:24 time="2019-08-28T01:44:24Z" level=info msg="Running down [--verbose -p testprojectlyevuxq -f - down]"
01:44:36 PASS: down_test.go:24: CliSuite.TestDownMultiple	10.921s
01:44:36 time="2019-08-28T01:44:34Z" level=info msg="Running create [--verbose -p testprojectqdjwnrf -f - create]"
01:44:36 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint	0.157s
01:44:36 time="2019-08-28T01:44:34Z" level=info msg="Running create [--verbose -p testprojectjvqwtkt -f - create]"
01:44:36 time="2019-08-28T01:44:34Z" level=info msg="Running create [--verbose -p testprojectjeaugvj -f - create]"
01:44:36 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions	0.222s
01:44:36 time="2019-08-28T01:44:35Z" level=info msg="Running create [--verbose -p testprojectorulvnj -f - create]"
01:44:36 PASS: create_test.go:14: CliSuite.TestFields	0.108s
01:44:36 time="2019-08-28T01:44:35Z" level=info msg="Running create [--verbose -p testprojectbrgrcrb -f - create]"
01:44:36 PASS: create_test.go:45: CliSuite.TestHelloWorld	0.105s
01:44:36 time="2019-08-28T01:44:35Z" level=info msg="Running create [--verbose -p testprojectfrztopw -f - create]"
01:44:36 time="2019-08-28T01:44:35Z" level=info msg="Running create [--verbose -p testprojectaewdjnq -f - create]"
01:44:36 PASS: create_test.go:86: CliSuite.TestInterpolation	0.212s
01:44:36 time="2019-08-28T01:44:35Z" level=info msg="Running create [--verbose -p testprojectzwuwwxv -f - create]"
01:44:36 time="2019-08-28T01:44:35Z" level=info msg="Running create [--verbose -p testprojectacgkunn -f - create]"
01:44:36 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends	0.235s
01:44:36 time="2019-08-28T01:44:35Z" level=info msg="Running up [--verbose -p testprojectwxhevvi -f - up -d]"
01:44:36 time="2019-08-28T01:44:36Z" level=info msg="Running kill [--verbose -p testprojectwxhevvi -f - kill]"
01:44:36 PASS: kill_test.go:9: CliSuite.TestKill	0.452s
01:44:36 time="2019-08-28T01:44:36Z" level=info msg="Running up [--verbose -p testprojectkmoaebj -f - up -d]"
01:44:37 PASS: up_test.go:260: CliSuite.TestLink	0.606s
01:44:37 time="2019-08-28T01:44:37Z" level=info msg="[0/4] [another]: Creating "
01:44:37 time="2019-08-28T01:44:37Z" level=info msg="[0/4] [yetanother]: Creating "
01:44:37 time="2019-08-28T01:44:37Z" level=info msg="[0/4] [multiple]: Creating "
01:44:37 time="2019-08-28T01:44:37Z" level=info msg="[0/4] [simple]: Creating "
01:44:37 time="2019-08-28T01:44:37Z" level=info msg="[0/4] [simple]: Created "
01:44:37 time="2019-08-28T01:44:37Z" level=info msg="[0/4] [another]: Created "
01:44:38 time="2019-08-28T01:44:37Z" level=info msg="[0/4] [yetanother]: Created "
01:44:38 time="2019-08-28T01:44:37Z" level=info msg="[0/4] [multiple]: Created "
01:44:38 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo	0.780s
01:44:38 time="2019-08-28T01:44:37Z" level=info msg="[0/4] [yetanother]: Creating "
01:44:38 time="2019-08-28T01:44:37Z" level=info msg="[0/4] [multiple]: Creating "
01:44:38 time="2019-08-28T01:44:37Z" level=info msg="[0/4] [another]: Creating "
01:44:38 time="2019-08-28T01:44:37Z" level=info msg="[0/4] [simple]: Creating "
01:44:38 time="2019-08-28T01:44:38Z" level=info msg="[0/4] [multiple]: Created "
01:44:38 time="2019-08-28T01:44:38Z" level=info msg="[0/4] [another]: Created "
01:44:38 time="2019-08-28T01:44:38Z" level=info msg="[0/4] [yetanother]: Created "
01:44:38 time="2019-08-28T01:44:38Z" level=info msg="[0/4] [simple]: Created "
01:44:38 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne	0.504s
01:44:38 time="2019-08-28T01:44:38Z" level=info msg="Running up [--verbose -p testprojectnyageyu -f - up -d]"
01:44:39 PASS: volume_test.go:62: CliSuite.TestNamedVolume	0.302s
01:44:39 time="2019-08-28T01:44:38Z" level=info msg="Running up [--verbose -p testprojectvotnpec -f - up -d]"
01:44:39 time="2019-08-28T01:44:39Z" level=info msg="Running pause [--verbose -p testprojectvotnpec -f - pause]"
01:44:39 PASS: pause_unpause_test.go:9: CliSuite.TestPause	0.345s
01:44:39 time="2019-08-28T01:44:39Z" level=info msg="Running up [--verbose -p testprojectqfzehgc -f - up -d]"
01:44:39 time="2019-08-28T01:44:39Z" level=info msg="Running pause [--verbose -p testprojectqfzehgc -f - pause]"
01:44:39 time="2019-08-28T01:44:39Z" level=info msg="Running pause [--verbose -p testprojectqfzehgc -f - pause]"
01:44:40 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService	0.370s
01:44:40 time="2019-08-28T01:44:40Z" level=info msg="Running up [--verbose -p testprojectctewplm -f - up -d]"
01:44:40 time="2019-08-28T01:44:40Z" level=info msg="Running ps [--verbose -p testprojectctewplm -f - ps]"
01:44:40 PASS: ps_test.go:10: CliSuite.TestPs	0.315s
01:44:40 time="2019-08-28T01:44:40Z" level=info msg="Running up [--verbose -p testprojecthnzeclj -f - up -d]"
01:44:40 time="2019-08-28T01:44:40Z" level=info msg="Running ps [--verbose -p testprojecthnzeclj -f - ps -q]"
01:44:41 PASS: ps_test.go:22: CliSuite.TestPsQuiet	0.311s
01:44:41 time="2019-08-28T01:44:40Z" level=info msg="Running pull [--verbose -p testprojectmzthzkw -f - pull]"
01:44:41 PASS: pull_test.go:7: CliSuite.TestPull	0.079s
01:44:41 time="2019-08-28T01:44:41Z" level=info msg="Running up [--verbose -p testprojectnzlxewp -f - up -d]"
01:44:41 time="2019-08-28T01:44:41Z" level=info msg="Running up [--verbose -p testprojectnzlxewp -f - up -d]"
01:44:41 time="2019-08-28T01:44:41Z" level=info msg="Running up [--verbose -p testprojectnzlxewp -f - up -d]"
01:44:41 time="2019-08-28T01:44:41Z" level=info msg="Running up [--verbose -p testprojectnzlxewp -f - up -d]"
01:44:42 time="2019-08-28T01:44:42Z" level=info msg="Running up [--verbose -p testprojectnzlxewp -f - up -d]"
01:44:42 time="2019-08-28T01:44:42Z" level=info msg="Running up [--verbose -p testprojectnzlxewp -f - up --force-recreate -d]"
01:44:43 time="2019-08-28T01:44:42Z" level=info msg="Running up [--verbose -p testprojectnzlxewp -f - up --force-recreate -d]"
01:44:44 PASS: up_test.go:105: CliSuite.TestRecreate	2.474s
01:44:44 time="2019-08-28T01:44:43Z" level=info msg="Running up [--verbose -p testprojectoqtlyeg -f - up -d]"
01:44:44 time="2019-08-28T01:44:43Z" level=info msg="Running up [--verbose -p testprojectoqtlyeg -f - up --force-recreate -d]"
01:44:44 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate	0.840s
01:44:44 time="2019-08-28T01:44:44Z" level=info msg="Running up [--verbose -p testprojecttcinhnz -f - up -d]"
01:44:45 time="2019-08-28T01:44:45Z" level=info msg="Running up [--verbose -p testprojecttcinhnz -f - up --no-recreate -d]"
01:44:45 time="2019-08-28T01:44:45Z" level=info msg="Running up [--verbose -p testprojecttcinhnz -f - up --no-recreate -d]"
01:44:45 time="2019-08-28T01:44:45Z" level=info msg="Running up [--verbose -p testprojecttcinhnz -f - up -d]"
01:44:46 time="2019-08-28T01:44:46Z" level=info msg="Running rm [--verbose -p testprojecttcinhnz -f - rm -f]"
01:44:46 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging	1.489s
01:44:46 time="2019-08-28T01:44:46Z" level=info msg="Running up [--verbose -p testprojectocfplgz -f - up -d]"
01:44:46 time="2019-08-28T01:44:46Z" level=info msg="Running up [--verbose -p testprojectocfplgz -f - up --no-recreate -d]"
01:44:46 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate	0.329s
01:44:46 time="2019-08-28T01:44:46Z" level=info msg="Running up [--verbose -p testprojectqkqypbc -f - up -d]"
01:44:47 time="2019-08-28T01:44:47Z" level=info msg="Running up [--verbose -p testprojectqkqypbc -f - up --force-recreate -d]"
01:44:48 PASS: up_test.go:53: CliSuite.TestRecreateVols	0.845s
01:44:48 time="2019-08-28T01:44:47Z" level=info msg="Running up [--verbose -p testprojectlgzxrxz -f - up -d]"
01:44:48 PASS: volume_test.go:43: CliSuite.TestRelativeVolume	0.324s
01:44:48 time="2019-08-28T01:44:48Z" level=info msg="Running up [--verbose -p testprojectljqigck -f - up -d]"
01:44:48 time="2019-08-28T01:44:48Z" level=info msg="Running restart [--verbose -p testprojectljqigck -f - restart --timeout 0]"
01:45:00 PASS: restart_test.go:9: CliSuite.TestRestart	10.674s
01:45:00 PASS: run_test.go:19: CliSuite.TestRun	0.465s
01:45:00 time="2019-08-28T01:44:59Z" level=info msg="Running up [--verbose -p testprojectbmitxqo -f - up -d]"
01:45:00 time="2019-08-28T01:44:59Z" level=info msg="Running scale [--verbose -p testprojectbmitxqo -f - scale hello=2]"
01:45:00 time="2019-08-28T01:45:00Z" level=info msg="Running scale [--verbose -p testprojectbmitxqo -f - scale --timeout 0 hello=1]"
01:45:10 PASS: scale_test.go:10: CliSuite.TestScale	10.791s
01:45:10 time="2019-08-28T01:45:10Z" level=info msg="Running up [--verbose -p testprojectucizmpy -f - up -d]"
01:45:11 time="2019-08-28T01:45:10Z" level=info msg="Running scale [--verbose -p testprojectucizmpy -f - scale test=2]"
01:45:11 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning	1.049s
01:45:11 time="2019-08-28T01:45:11Z" level=info msg="Running create [--verbose -p testprojectdetvaeg -f - create]"
01:45:12 time="2019-08-28T01:45:12Z" level=info msg="Running start [--verbose -p testprojectdetvaeg -f - start]"
01:45:12 PASS: start_test.go:9: CliSuite.TestStart	0.317s
01:45:12 time="2019-08-28T01:45:12Z" level=info msg="Running up [--verbose -p testprojectrtbelrv -f - up -d]"
01:45:12 time="2019-08-28T01:45:12Z" level=info msg="Running stop [--verbose -p testprojectrtbelrv -f - stop --timeout 0]"
01:45:24 PASS: stop_test.go:9: CliSuite.TestStop	10.470s
01:45:24 time="2019-08-28T01:45:22Z" level=info msg="Running up [--verbose -p testprojectxomgqnh -f - up -d]"
01:45:24 time="2019-08-28T01:45:23Z" level=info msg="Running pause [--verbose -p testprojectxomgqnh -f - pause]"
01:45:24 time="2019-08-28T01:45:23Z" level=info msg="Running unpause [--verbose -p testprojectxomgqnh -f - unpause]"
01:45:24 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause	0.354s
01:45:24 time="2019-08-28T01:45:23Z" level=info msg="Running up [--verbose -p testprojectuarsbvb -f - up -d]"
01:45:24 time="2019-08-28T01:45:23Z" level=info msg="Running unpause [--verbose -p testprojectuarsbvb -f - unpause]"
01:45:24 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService	0.315s
01:45:24 time="2019-08-28T01:45:23Z" level=info msg="Running up [--verbose -p testprojectaxahutb -f - up -d]"
01:45:24 PASS: up_test.go:15: CliSuite.TestUp	0.337s
01:45:24 time="2019-08-28T01:45:24Z" level=info msg="Running up [--verbose -p testprojectgdibswi -f - up -d]"
01:45:24 time="2019-08-28T01:45:24Z" level=info msg="Running up [--verbose -p testprojectgdibswi -f - up --no-recreate -d]"
01:45:24 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted	0.339s
01:45:24 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent	0.011s
01:45:25 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent	0.546s
01:45:25 time="2019-08-28T01:45:25Z" level=info msg="Running up [--verbose -p testprojectmkyuhgf -f - up -d]"
01:45:26 PASS: up_test.go:25: CliSuite.TestUpNotExistService	0.311s
01:45:26 time="2019-08-28T01:45:26Z" level=info msg="Running up [--verbose -p testprojectzbnbexk -f - up -d]"
01:45:44 PASS: volume_test.go:79: CliSuite.TestV2Volume	16.053s
01:45:44 time="2019-08-28T01:45:42Z" level=info msg="Running create [--verbose -p testprojectykypqaq -f - create]"
01:45:44 time="2019-08-28T01:45:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectykypqaq -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:45:44 time="2019-08-28T01:45:42Z" level=info msg="Running create [--verbose -p testprojectyqnowdh -f - create]"
01:45:44 time="2019-08-28T01:45:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectyqnowdh -f - create]\n with input:\n\n  test:\n    image: busybox\n    build: .\n\t"
01:45:44 time="2019-08-28T01:45:42Z" level=info msg="Running create [--verbose -p testprojectrewmsrg -f - create]"
01:45:44 time="2019-08-28T01:45:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrewmsrg -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n    links: invalid_type\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n  "
01:45:44 PASS: create_test.go:262: CliSuite.TestValidation	0.028s
01:45:44 time="2019-08-28T01:45:42Z" level=info msg="Running create [--verbose -p testprojectwwcozfy -f - create]"
01:45:44 time="2019-08-28T01:45:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectwwcozfy -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:45:44 time="2019-08-28T01:45:42Z" level=info msg="Running create [--verbose -p testprojectxcgwbho -f - create]"
01:45:44 time="2019-08-28T01:45:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectxcgwbho -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n    links: invalid_type\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n  "
01:45:44 PASS: create_test.go:297: CliSuite.TestValidationV2	0.015s
01:45:44 time="2019-08-28T01:45:42Z" level=info msg="Running create [--verbose -p testprojectlsqbvhi -f - create]"
01:45:44 time="2019-08-28T01:45:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectlsqbvhi -f - create]\n with input:\n\n  base:\n    image: busybox\n    privilege: \"something\"\n  test:\n    extends:\n      service: base\n\t"
01:45:44 time="2019-08-28T01:45:42Z" level=info msg="Running create [--verbose -p testprojectvzsuryh -f - create]"
01:45:44 time="2019-08-28T01:45:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectvzsuryh -f - create]\n with input:\n\n  base:\n    image: busybox\n  test:\n    extends:\n      service: base\n    links: invalid_type\n\t"
01:45:44 time="2019-08-28T01:45:42Z" level=info msg="Running create [--verbose -p testprojectzltteyq -f - create]"
01:45:44 time="2019-08-28T01:45:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectzltteyq -f - create]\n with input:\n\n  test:\n    extends:\n      file: ./assets/validation/valid/docker-compose.v1.yml\n      service: base\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n\t"
01:45:44 time="2019-08-28T01:45:42Z" level=info msg="Running create [--verbose -p testprojectrcrtqku -f - create]"
01:45:44 time="2019-08-28T01:45:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrcrtqku -f - create]\n with input:\n\n  test:\n    extends:\n      file: ./assets/validation/invalid/docker-compose.v1.yml\n      service: base\n\t"
01:45:44 PASS: create_test.go:327: CliSuite.TestValidationWithExtends	0.030s
01:45:44 time="2019-08-28T01:45:42Z" level=info msg="Running create [--verbose -p testprojectnfadnao -f - create]"
01:45:44 time="2019-08-28T01:45:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectnfadnao -f - create]\n with input:\n\nversion: '2'\nservices:\n  base:\n    image: busybox\n    privilege: \"something\"\n  test:\n    extends:\n      service: base\n\t"
01:45:44 time="2019-08-28T01:45:42Z" level=info msg="Running create [--verbose -p testprojectbqqgcqy -f - create]"
01:45:44 time="2019-08-28T01:45:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectbqqgcqy -f - create]\n with input:\n\nversion: '2'\nservices:\n  base:\n    image: busybox\n  test:\n    extends:\n      service: base\n    links: invalid_type\n\t"
01:45:44 time="2019-08-28T01:45:42Z" level=info msg="Running create [--verbose -p testprojectnylmodx -f - create]"
01:45:44 time="2019-08-28T01:45:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectnylmodx -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    extends:\n      file: ./assets/validation/valid/docker-compose.v2.yml\n      service: base\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n\t"
01:45:44 time="2019-08-28T01:45:42Z" level=info msg="Running create [--verbose -p testprojectdtufajd -f - create]"
01:45:44 time="2019-08-28T01:45:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectdtufajd -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    extends:\n      file: ./assets/validation/invalid/docker-compose.v2.yml\n      service: base\n\t"
01:45:44 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2	0.031s
01:45:44 PASS: volume_test.go:11: CliSuite.TestVolumeFromService	0.292s
01:45:44 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName	0.309s
01:45:44 OK: 59 passed
01:45:44 PASS
01:45:44 coverage: 33.3% of statements
01:45:44 ok  	github.com/docker/libcompose/integration	132.284s
01:45:44 ---> Making bundle: .integration-daemon-stop (in .)
01:45:44 ++++ cat ./docker.pid
01:45:44 +++ kill 12019
01:45:44 
01:45:44 Running integration test against 17.03.2
01:45:44 ---> Making bundle: .integration-daemon-start (in .)
01:45:44 /usr/local/bin/docker-17.03.2/dockerd
01:45:44 +++ exec dockerd --debug --host unix:///go/src/github.com/docker/libcompose/docker.sock --storage-driver vfs --pidfile ./docker.pid --userland-proxy=true --graph=/var/lib/docker/17.03.2
01:45:46 Client:
01:45:46  Version:      17.03.2-ce
01:45:46  API version:  1.27
01:45:46  Go version:   go1.7.5
01:45:46  Git commit:   f5ec1e2
01:45:46  Built:        Tue Jun 27 01:35:00 2017
01:45:46  OS/Arch:      linux/amd64
01:45:46 
01:45:46 Server:
01:45:46  Version:      17.03.2-ce
01:45:46  API version:  1.27 (minimum version 1.12)
01:45:46  Go version:   go1.7.5
01:45:46  Git commit:   f5ec1e2
01:45:46  Built:        Tue Jun 27 01:35:00 2017
01:45:46  OS/Arch:      linux/amd64
01:45:46  Experimental: false
01:45:48 time="2019-08-28T01:45:47Z" level=info msg="[0/2] [simple]: Starting "
01:45:48 time="2019-08-28T01:45:47Z" level=info msg="[0/2] [another]: Starting "
01:45:48 Pulling simple (busybox:latest)...
01:45:48 Pulling another (busybox:latest)...
01:45:48 latest: Pulling from library/busybox
01:45:48 latest: Pulling from library/busybox
01:45:48 ee153a04d683: Pulling fs layer
01:45:48 ee153a04d683: Pulling fs layer
01:45:48 ee153a04d683: Download complete
01:45:48 ee153a04d683: Download complete
01:45:48 ee153a04d683: Pull complete
01:45:48 ee153a04d683: Pull complete
01:45:48 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:45:48 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:45:48 Status: Downloaded newer image for busybox:latest
01:45:48 Status: Downloaded newer image for busybox:latest
01:45:48 time="2019-08-28T01:45:48Z" level=info msg="[1/2] [another]: Started "
01:45:48 time="2019-08-28T01:45:48Z" level=info msg="[2/2] [simple]: Started "
01:45:49 PASS: api_event_test.go:16: APISuite.TestEvents	1.252s
01:45:49 time="2019-08-28T01:45:48Z" level=info msg="[0/1] [service]: Starting "
01:45:49 time="2019-08-28T01:45:49Z" level=info msg="[1/1] [service]: Started "
01:45:49 PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile	0.349s
01:45:51 PASS: build_test.go:13: CliSuite.TestBuild	1.687s
01:45:53 PASS: build_test.go:85: CliSuite.TestBuildWithArgs	1.679s
01:45:53 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1	0.208s
01:45:55 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2	1.782s
01:45:57 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3	2.001s
01:45:57 time="2019-08-28T01:45:57Z" level=info msg="Running create [--verbose -p testprojectazdsnmb -f - create]"
01:45:57 PASS: create_test.go:58: CliSuite.TestContainerName	0.163s
01:45:57 time="2019-08-28T01:45:57Z" level=info msg="Running create [--verbose -p testprojectmjtqntv -f - create]"
01:45:57 time="2019-08-28T01:45:57Z" level=info msg="Running scale [--verbose -p testprojectmjtqntv -f - scale hello=2]"
01:45:57 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale	0.169s
01:45:57 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir	0.347s
01:45:57 time="2019-08-28T01:45:57Z" level=info msg="Running create [--verbose -p testprojectjcdrhvu -f - create]"
01:45:58 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir	0.105s
01:45:58 time="2019-08-28T01:45:57Z" level=info msg="[0/3] [yetanother]: Creating "
01:45:58 time="2019-08-28T01:45:57Z" level=info msg="[0/3] [another]: Creating "
01:45:58 time="2019-08-28T01:45:57Z" level=info msg="[0/3] [simple]: Creating "
01:45:58 time="2019-08-28T01:45:58Z" level=info msg="[0/3] [yetanother]: Created "
01:45:58 time="2019-08-28T01:45:58Z" level=info msg="[0/3] [simple]: Created "
01:45:58 time="2019-08-28T01:45:58Z" level=info msg="[0/3] [another]: Created "
01:45:58 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles	0.419s
01:45:58 time="2019-08-28T01:45:58Z" level=info msg="Running up [--verbose -p testprojectatqwirl -f - up -d]"
01:45:58 time="2019-08-28T01:45:58Z" level=info msg="Running stop [--verbose -p testprojectatqwirl -f - stop --timeout 0]"
01:46:08 time="2019-08-28T01:46:08Z" level=info msg="Running rm [--verbose -p testprojectatqwirl -f - rm --force]"
01:46:08 PASS: rm_test.go:9: CliSuite.TestDelete	10.477s
01:46:08 time="2019-08-28T01:46:08Z" level=info msg="Running up [--verbose -p testprojectoeidsmg -f - up -d]"
01:46:09 time="2019-08-28T01:46:09Z" level=info msg="Running stop [--verbose -p testprojectoeidsmg -f - stop bye --timeout 0]"
01:46:21 time="2019-08-28T01:46:19Z" level=info msg="Running rm [--verbose -p testprojectoeidsmg -f - rm --force]"
01:46:21 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped	10.664s
01:46:21 time="2019-08-28T01:46:19Z" level=info msg="Running up [--verbose -p testprojectfdfzdmj -f - up -d]"
01:46:21 time="2019-08-28T01:46:19Z" level=info msg="Running stop [--verbose -p testprojectfdfzdmj -f - stop --timeout 0]"
01:46:31 time="2019-08-28T01:46:30Z" level=info msg="Running rm [--verbose -p testprojectfdfzdmj -f - rm --force -v]"
01:46:31 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol	10.492s
01:46:31 time="2019-08-28T01:46:30Z" level=info msg="Running up [--verbose -p testprojectoohpfkc -f - up -d]"
01:46:31 time="2019-08-28T01:46:30Z" level=info msg="Running down [--verbose -p testprojectoohpfkc -f - down]"
01:46:41 PASS: down_test.go:9: CliSuite.TestDown	10.475s
01:46:41 time="2019-08-28T01:46:40Z" level=info msg="Running up [--verbose -p testprojectkyhatow -f - up -d]"
01:46:41 time="2019-08-28T01:46:40Z" level=info msg="Running scale [--verbose -p testprojectkyhatow -f - scale hello=2]"
01:46:41 time="2019-08-28T01:46:41Z" level=info msg="Running down [--verbose -p testprojectkyhatow -f - down]"
01:46:51 PASS: down_test.go:24: CliSuite.TestDownMultiple	10.876s
01:46:51 time="2019-08-28T01:46:51Z" level=info msg="Running create [--verbose -p testprojectnonjkcu -f - create]"
01:46:51 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint	0.154s
01:46:51 time="2019-08-28T01:46:51Z" level=info msg="Running create [--verbose -p testprojectiicwnaq -f - create]"
01:46:51 time="2019-08-28T01:46:51Z" level=info msg="Running create [--verbose -p testprojectpbqoyrl -f - create]"
01:46:51 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions	0.221s
01:46:51 time="2019-08-28T01:46:51Z" level=info msg="Running create [--verbose -p testprojectwkqseos -f - create]"
01:46:51 PASS: create_test.go:14: CliSuite.TestFields	0.113s
01:46:51 time="2019-08-28T01:46:51Z" level=info msg="Running create [--verbose -p testprojectkxvysut -f - create]"
01:46:52 PASS: create_test.go:45: CliSuite.TestHelloWorld	0.113s
01:46:52 time="2019-08-28T01:46:52Z" level=info msg="Running create [--verbose -p testprojectkkrkmys -f - create]"
01:46:52 time="2019-08-28T01:46:52Z" level=info msg="Running create [--verbose -p testprojectfyzbatu -f - create]"
01:46:52 PASS: create_test.go:86: CliSuite.TestInterpolation	0.211s
01:46:52 time="2019-08-28T01:46:52Z" level=info msg="Running create [--verbose -p testprojectlbljrjv -f - create]"
01:46:52 time="2019-08-28T01:46:52Z" level=info msg="Running create [--verbose -p testprojectgtdfzhh -f - create]"
01:46:52 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends	0.226s
01:46:52 time="2019-08-28T01:46:52Z" level=info msg="Running up [--verbose -p testprojectfekrwuk -f - up -d]"
01:46:53 time="2019-08-28T01:46:52Z" level=info msg="Running kill [--verbose -p testprojectfekrwuk -f - kill]"
01:46:53 PASS: kill_test.go:9: CliSuite.TestKill	0.446s
01:46:53 time="2019-08-28T01:46:53Z" level=info msg="Running up [--verbose -p testprojectnrpqiqk -f - up -d]"
01:46:54 PASS: up_test.go:260: CliSuite.TestLink	0.633s
01:46:54 time="2019-08-28T01:46:53Z" level=info msg="[0/4] [another]: Creating "
01:46:54 time="2019-08-28T01:46:53Z" level=info msg="[0/4] [multiple]: Creating "
01:46:54 time="2019-08-28T01:46:53Z" level=info msg="[0/4] [yetanother]: Creating "
01:46:54 time="2019-08-28T01:46:53Z" level=info msg="[0/4] [simple]: Creating "
01:46:54 time="2019-08-28T01:46:54Z" level=info msg="[0/4] [simple]: Created "
01:46:54 time="2019-08-28T01:46:54Z" level=info msg="[0/4] [multiple]: Created "
01:46:54 time="2019-08-28T01:46:54Z" level=info msg="[0/4] [another]: Created "
01:46:54 time="2019-08-28T01:46:54Z" level=info msg="[0/4] [yetanother]: Created "
01:46:54 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo	0.555s
01:46:54 time="2019-08-28T01:46:54Z" level=info msg="[0/4] [simple]: Creating "
01:46:54 time="2019-08-28T01:46:54Z" level=info msg="[0/4] [yetanother]: Creating "
01:46:54 time="2019-08-28T01:46:54Z" level=info msg="[0/4] [multiple]: Creating "
01:46:54 time="2019-08-28T01:46:54Z" level=info msg="[0/4] [another]: Creating "
01:46:54 time="2019-08-28T01:46:54Z" level=info msg="[0/4] [multiple]: Created "
01:46:54 time="2019-08-28T01:46:54Z" level=info msg="[0/4] [simple]: Created "
01:46:54 time="2019-08-28T01:46:54Z" level=info msg="[0/4] [another]: Created "
01:46:55 time="2019-08-28T01:46:55Z" level=info msg="[0/4] [yetanother]: Created "
01:46:55 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne	0.504s
01:46:55 time="2019-08-28T01:46:55Z" level=info msg="Running up [--verbose -p testprojectsruicjq -f - up -d]"
01:46:55 PASS: volume_test.go:62: CliSuite.TestNamedVolume	0.309s
01:46:55 time="2019-08-28T01:46:55Z" level=info msg="Running up [--verbose -p testprojectrvmimiw -f - up -d]"
01:46:56 time="2019-08-28T01:46:55Z" level=info msg="Running pause [--verbose -p testprojectrvmimiw -f - pause]"
01:46:56 PASS: pause_unpause_test.go:9: CliSuite.TestPause	0.326s
01:46:56 time="2019-08-28T01:46:56Z" level=info msg="Running up [--verbose -p testprojectmzznppu -f - up -d]"
01:46:56 time="2019-08-28T01:46:56Z" level=info msg="Running pause [--verbose -p testprojectmzznppu -f - pause]"
01:46:56 time="2019-08-28T01:46:56Z" level=info msg="Running pause [--verbose -p testprojectmzznppu -f - pause]"
01:46:56 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService	0.367s
01:46:56 time="2019-08-28T01:46:56Z" level=info msg="Running up [--verbose -p testprojectifxktoj -f - up -d]"
01:46:57 time="2019-08-28T01:46:56Z" level=info msg="Running ps [--verbose -p testprojectifxktoj -f - ps]"
01:46:57 PASS: ps_test.go:10: CliSuite.TestPs	0.326s
01:46:57 time="2019-08-28T01:46:57Z" level=info msg="Running up [--verbose -p testprojectcrueuvr -f - up -d]"
01:46:57 time="2019-08-28T01:46:57Z" level=info msg="Running ps [--verbose -p testprojectcrueuvr -f - ps -q]"
01:46:57 PASS: ps_test.go:22: CliSuite.TestPsQuiet	0.346s
01:46:57 time="2019-08-28T01:46:57Z" level=info msg="Running pull [--verbose -p testprojectdkmkrfo -f - pull]"
01:46:57 PASS: pull_test.go:7: CliSuite.TestPull	0.113s
01:46:57 time="2019-08-28T01:46:57Z" level=info msg="Running up [--verbose -p testprojectbwoaqdk -f - up -d]"
01:46:58 time="2019-08-28T01:46:58Z" level=info msg="Running up [--verbose -p testprojectbwoaqdk -f - up -d]"
01:46:58 time="2019-08-28T01:46:58Z" level=info msg="Running up [--verbose -p testprojectbwoaqdk -f - up -d]"
01:46:58 time="2019-08-28T01:46:58Z" level=info msg="Running up [--verbose -p testprojectbwoaqdk -f - up -d]"
01:46:59 time="2019-08-28T01:46:59Z" level=info msg="Running up [--verbose -p testprojectbwoaqdk -f - up -d]"
01:46:59 time="2019-08-28T01:46:59Z" level=info msg="Running up [--verbose -p testprojectbwoaqdk -f - up --force-recreate -d]"
01:46:59 time="2019-08-28T01:46:59Z" level=info msg="Running up [--verbose -p testprojectbwoaqdk -f - up --force-recreate -d]"
01:47:00 PASS: up_test.go:105: CliSuite.TestRecreate	2.421s
01:47:00 time="2019-08-28T01:47:00Z" level=info msg="Running up [--verbose -p testprojectbfswhel -f - up -d]"
01:47:00 time="2019-08-28T01:47:00Z" level=info msg="Running up [--verbose -p testprojectbfswhel -f - up --force-recreate -d]"
01:47:01 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate	0.865s
01:47:01 time="2019-08-28T01:47:01Z" level=info msg="Running up [--verbose -p testprojectuaeyusg -f - up -d]"
01:47:02 time="2019-08-28T01:47:02Z" level=info msg="Running up [--verbose -p testprojectuaeyusg -f - up --no-recreate -d]"
01:47:02 time="2019-08-28T01:47:02Z" level=info msg="Running up [--verbose -p testprojectuaeyusg -f - up --no-recreate -d]"
01:47:02 time="2019-08-28T01:47:02Z" level=info msg="Running up [--verbose -p testprojectuaeyusg -f - up -d]"
01:47:02 time="2019-08-28T01:47:02Z" level=info msg="Running rm [--verbose -p testprojectuaeyusg -f - rm -f]"
01:47:03 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging	1.517s
01:47:03 time="2019-08-28T01:47:03Z" level=info msg="Running up [--verbose -p testprojectybnrhok -f - up -d]"
01:47:03 time="2019-08-28T01:47:03Z" level=info msg="Running up [--verbose -p testprojectybnrhok -f - up --no-recreate -d]"
01:47:03 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate	0.342s
01:47:03 time="2019-08-28T01:47:03Z" level=info msg="Running up [--verbose -p testprojectqcptbwm -f - up -d]"
01:47:04 time="2019-08-28T01:47:03Z" level=info msg="Running up [--verbose -p testprojectqcptbwm -f - up --force-recreate -d]"
01:47:04 PASS: up_test.go:53: CliSuite.TestRecreateVols	0.888s
01:47:04 time="2019-08-28T01:47:04Z" level=info msg="Running up [--verbose -p testprojectbedroql -f - up -d]"
01:47:05 PASS: volume_test.go:43: CliSuite.TestRelativeVolume	0.344s
01:47:05 time="2019-08-28T01:47:05Z" level=info msg="Running up [--verbose -p testprojectjbzptsp -f - up -d]"
01:47:05 time="2019-08-28T01:47:05Z" level=info msg="Running restart [--verbose -p testprojectjbzptsp -f - restart --timeout 0]"
01:47:17 PASS: restart_test.go:9: CliSuite.TestRestart	10.841s
01:47:17 PASS: run_test.go:19: CliSuite.TestRun	0.437s
01:47:17 time="2019-08-28T01:47:16Z" level=info msg="Running up [--verbose -p testprojectkyorkip -f - up -d]"
01:47:17 time="2019-08-28T01:47:16Z" level=info msg="Running scale [--verbose -p testprojectkyorkip -f - scale hello=2]"
01:47:17 time="2019-08-28T01:47:17Z" level=info msg="Running scale [--verbose -p testprojectkyorkip -f - scale --timeout 0 hello=1]"
01:47:27 PASS: scale_test.go:10: CliSuite.TestScale	10.846s
01:47:27 time="2019-08-28T01:47:27Z" level=info msg="Running up [--verbose -p testprojectkncubzb -f - up -d]"
01:47:28 time="2019-08-28T01:47:27Z" level=info msg="Running scale [--verbose -p testprojectkncubzb -f - scale test=2]"
01:47:29 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning	1.111s
01:47:29 time="2019-08-28T01:47:28Z" level=info msg="Running create [--verbose -p testprojectnbnzbvc -f - create]"
01:47:29 time="2019-08-28T01:47:29Z" level=info msg="Running start [--verbose -p testprojectnbnzbvc -f - start]"
01:47:29 PASS: start_test.go:9: CliSuite.TestStart	0.318s
01:47:29 time="2019-08-28T01:47:29Z" level=info msg="Running up [--verbose -p testprojectpighrmb -f - up -d]"
01:47:29 time="2019-08-28T01:47:29Z" level=info msg="Running stop [--verbose -p testprojectpighrmb -f - stop --timeout 0]"
01:47:39 PASS: stop_test.go:9: CliSuite.TestStop	10.477s
01:47:39 time="2019-08-28T01:47:39Z" level=info msg="Running up [--verbose -p testprojectghbcatp -f - up -d]"
01:47:40 time="2019-08-28T01:47:40Z" level=info msg="Running pause [--verbose -p testprojectghbcatp -f - pause]"
01:47:40 time="2019-08-28T01:47:40Z" level=info msg="Running unpause [--verbose -p testprojectghbcatp -f - unpause]"
01:47:40 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause	0.371s
01:47:40 time="2019-08-28T01:47:40Z" level=info msg="Running up [--verbose -p testprojectgxugwmf -f - up -d]"
01:47:41 time="2019-08-28T01:47:40Z" level=info msg="Running unpause [--verbose -p testprojectgxugwmf -f - unpause]"
01:47:41 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService	0.347s
01:47:41 time="2019-08-28T01:47:40Z" level=info msg="Running up [--verbose -p testprojectfvdcriq -f - up -d]"
01:47:41 PASS: up_test.go:15: CliSuite.TestUp	0.317s
01:47:41 time="2019-08-28T01:47:41Z" level=info msg="Running up [--verbose -p testprojectzymmapb -f - up -d]"
01:47:41 time="2019-08-28T01:47:41Z" level=info msg="Running up [--verbose -p testprojectzymmapb -f - up --no-recreate -d]"
01:47:42 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted	0.354s
01:47:42 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent	0.010s
01:47:42 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent	0.573s
01:47:42 time="2019-08-28T01:47:42Z" level=info msg="Running up [--verbose -p testprojectqcetazw -f - up -d]"
01:47:43 PASS: up_test.go:25: CliSuite.TestUpNotExistService	0.346s
01:47:43 time="2019-08-28T01:47:43Z" level=info msg="Running up [--verbose -p testprojectdummlug -f - up -d]"
01:48:01 PASS: volume_test.go:79: CliSuite.TestV2Volume	16.069s
01:48:01 time="2019-08-28T01:47:59Z" level=info msg="Running create [--verbose -p testprojectthxruwi -f - create]"
01:48:01 time="2019-08-28T01:47:59Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectthxruwi -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:48:01 time="2019-08-28T01:47:59Z" level=info msg="Running create [--verbose -p testprojectqdlasaq -f - create]"
01:48:01 time="2019-08-28T01:47:59Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectqdlasaq -f - create]\n with input:\n\n  test:\n    image: busybox\n    build: .\n\t"
01:48:01 time="2019-08-28T01:47:59Z" level=info msg="Running create [--verbose -p testprojectyzjfojz -f - create]"
01:48:01 time="2019-08-28T01:47:59Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectyzjfojz -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n    links: invalid_type\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n  "
01:48:01 PASS: create_test.go:262: CliSuite.TestValidation	0.023s
01:48:01 time="2019-08-28T01:47:59Z" level=info msg="Running create [--verbose -p testprojectomdwiaw -f - create]"
01:48:01 time="2019-08-28T01:47:59Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectomdwiaw -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:48:01 time="2019-08-28T01:47:59Z" level=info msg="Running create [--verbose -p testprojectamyxfsz -f - create]"
01:48:01 time="2019-08-28T01:47:59Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectamyxfsz -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n    links: invalid_type\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n  "
01:48:01 PASS: create_test.go:297: CliSuite.TestValidationV2	0.015s
01:48:01 time="2019-08-28T01:47:59Z" level=info msg="Running create [--verbose -p testprojectgpirwqr -f - create]"
01:48:01 time="2019-08-28T01:47:59Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectgpirwqr -f - create]\n with input:\n\n  base:\n    image: busybox\n    privilege: \"something\"\n  test:\n    extends:\n      service: base\n\t"
01:48:01 time="2019-08-28T01:47:59Z" level=info msg="Running create [--verbose -p testprojectmnlxhmd -f - create]"
01:48:01 time="2019-08-28T01:47:59Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectmnlxhmd -f - create]\n with input:\n\n  base:\n    image: busybox\n  test:\n    extends:\n      service: base\n    links: invalid_type\n\t"
01:48:01 time="2019-08-28T01:47:59Z" level=info msg="Running create [--verbose -p testprojectsrrvmsn -f - create]"
01:48:01 time="2019-08-28T01:47:59Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectsrrvmsn -f - create]\n with input:\n\n  test:\n    extends:\n      file: ./assets/validation/valid/docker-compose.v1.yml\n      service: base\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n\t"
01:48:01 time="2019-08-28T01:47:59Z" level=info msg="Running create [--verbose -p testprojectpwpchvi -f - create]"
01:48:01 time="2019-08-28T01:47:59Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectpwpchvi -f - create]\n with input:\n\n  test:\n    extends:\n      file: ./assets/validation/invalid/docker-compose.v1.yml\n      service: base\n\t"
01:48:01 PASS: create_test.go:327: CliSuite.TestValidationWithExtends	0.029s
01:48:01 time="2019-08-28T01:47:59Z" level=info msg="Running create [--verbose -p testprojectblhzybj -f - create]"
01:48:01 time="2019-08-28T01:47:59Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectblhzybj -f - create]\n with input:\n\nversion: '2'\nservices:\n  base:\n    image: busybox\n    privilege: \"something\"\n  test:\n    extends:\n      service: base\n\t"
01:48:01 time="2019-08-28T01:47:59Z" level=info msg="Running create [--verbose -p testprojectkvrzcmw -f - create]"
01:48:01 time="2019-08-28T01:47:59Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectkvrzcmw -f - create]\n with input:\n\nversion: '2'\nservices:\n  base:\n    image: busybox\n  test:\n    extends:\n      service: base\n    links: invalid_type\n\t"
01:48:01 time="2019-08-28T01:47:59Z" level=info msg="Running create [--verbose -p testprojectmejjsdk -f - create]"
01:48:01 time="2019-08-28T01:47:59Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectmejjsdk -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    extends:\n      file: ./assets/validation/valid/docker-compose.v2.yml\n      service: base\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n\t"
01:48:01 time="2019-08-28T01:47:59Z" level=info msg="Running create [--verbose -p testprojectwjvvlzl -f - create]"
01:48:01 time="2019-08-28T01:47:59Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectwjvvlzl -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    extends:\n      file: ./assets/validation/invalid/docker-compose.v2.yml\n      service: base\n\t"
01:48:01 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2	0.031s
01:48:01 PASS: volume_test.go:11: CliSuite.TestVolumeFromService	0.304s
01:48:01 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName	0.312s
01:48:01 OK: 59 passed
01:48:01 PASS
01:48:01 coverage: 33.3% of statements
01:48:01 ok  	github.com/docker/libcompose/integration	132.443s
01:48:01 ---> Making bundle: .integration-daemon-stop (in .)
01:48:01 ++++ cat ./docker.pid
01:48:01 +++ kill 16561
01:48:01 
01:48:01 Running integration test against 17.06.0
01:48:01 ---> Making bundle: .integration-daemon-start (in .)
01:48:01 /usr/local/bin/docker-17.06.0/dockerd
01:48:01 +++ exec dockerd --debug --host unix:///go/src/github.com/docker/libcompose/docker.sock --storage-driver vfs --pidfile ./docker.pid --userland-proxy=true --graph=/var/lib/docker/17.06.0
01:48:03 Client:
01:48:03  Version:      17.06.0-ce
01:48:03  API version:  1.30
01:48:03  Go version:   go1.8.3
01:48:03  Git commit:   02c1d87
01:48:03  Built:        Fri Jun 23 21:15:15 2017
01:48:03  OS/Arch:      linux/amd64
01:48:03 
01:48:03 Server:
01:48:03  Version:      17.06.0-ce
01:48:03  API version:  1.30 (minimum version 1.12)
01:48:03  Go version:   go1.8.3
01:48:03  Git commit:   02c1d87
01:48:03  Built:        Fri Jun 23 21:51:55 2017
01:48:03  OS/Arch:      linux/amd64
01:48:03  Experimental: false
01:48:05 time="2019-08-28T01:48:05Z" level=info msg="[0/2] [simple]: Starting "
01:48:05 time="2019-08-28T01:48:05Z" level=info msg="[0/2] [another]: Starting "
01:48:05 Pulling another (busybox:latest)...
01:48:05 Pulling simple (busybox:latest)...
01:48:05 latest: Pulling from library/busybox
01:48:05 latest: Pulling from library/busybox
01:48:05 ee153a04d683: Pulling fs layer
01:48:05 ee153a04d683: Pulling fs layer
01:48:05 ee153a04d683: Verifying Checksum
01:48:05 ee153a04d683: Download complete
01:48:05 ee153a04d683: Verifying Checksum
01:48:05 ee153a04d683: Download complete
01:48:05 ee153a04d683: Pull complete
01:48:05 ee153a04d683: Pull complete
01:48:05 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:48:05 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:48:05 Status: Image is up to date for busybox:latest
01:48:05 Status: Downloaded newer image for busybox:latest
01:48:05 time="2019-08-28T01:48:05Z" level=info msg="[1/2] [another]: Started "
01:48:06 time="2019-08-28T01:48:06Z" level=info msg="[2/2] [simple]: Started "
01:48:06 PASS: api_event_test.go:16: APISuite.TestEvents	1.159s
01:48:06 time="2019-08-28T01:48:06Z" level=info msg="[0/1] [service]: Starting "
01:48:07 time="2019-08-28T01:48:06Z" level=info msg="[1/1] [service]: Started "
01:48:07 PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile	0.497s
01:48:10 PASS: build_test.go:13: CliSuite.TestBuild	1.688s
01:48:12 PASS: build_test.go:85: CliSuite.TestBuildWithArgs	1.856s
01:48:12 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1	0.242s
01:48:14 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2	1.757s
01:48:16 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3	2.000s
01:48:16 time="2019-08-28T01:48:16Z" level=info msg="Running create [--verbose -p testprojectncwcnlz -f - create]"
01:48:16 PASS: create_test.go:58: CliSuite.TestContainerName	0.151s
01:48:16 time="2019-08-28T01:48:16Z" level=info msg="Running create [--verbose -p testprojectrkiwhlw -f - create]"
01:48:16 time="2019-08-28T01:48:16Z" level=info msg="Running scale [--verbose -p testprojectrkiwhlw -f - scale hello=2]"
01:48:16 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale	0.154s
01:48:16 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir	0.343s
01:48:16 time="2019-08-28T01:48:16Z" level=info msg="Running create [--verbose -p testprojectkkjnaqv -f - create]"
01:48:16 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir	0.112s
01:48:16 time="2019-08-28T01:48:16Z" level=info msg="[0/3] [yetanother]: Creating "
01:48:16 time="2019-08-28T01:48:16Z" level=info msg="[0/3] [another]: Creating "
01:48:16 time="2019-08-28T01:48:16Z" level=info msg="[0/3] [simple]: Creating "
01:48:17 time="2019-08-28T01:48:17Z" level=info msg="[0/3] [simple]: Created "
01:48:17 time="2019-08-28T01:48:17Z" level=info msg="[0/3] [another]: Created "
01:48:17 time="2019-08-28T01:48:17Z" level=info msg="[0/3] [yetanother]: Created "
01:48:17 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles	0.412s
01:48:17 time="2019-08-28T01:48:17Z" level=info msg="Running up [--verbose -p testprojectozqadxf -f - up -d]"
01:48:17 time="2019-08-28T01:48:17Z" level=info msg="Running stop [--verbose -p testprojectozqadxf -f - stop --timeout 0]"
01:48:29 time="2019-08-28T01:48:27Z" level=info msg="Running rm [--verbose -p testprojectozqadxf -f - rm --force]"
01:48:29 PASS: rm_test.go:9: CliSuite.TestDelete	10.512s
01:48:29 time="2019-08-28T01:48:27Z" level=info msg="Running up [--verbose -p testprojectytgfmig -f - up -d]"
01:48:29 time="2019-08-28T01:48:28Z" level=info msg="Running stop [--verbose -p testprojectytgfmig -f - stop bye --timeout 0]"
01:48:39 time="2019-08-28T01:48:38Z" level=info msg="Running rm [--verbose -p testprojectytgfmig -f - rm --force]"
01:48:39 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped	10.701s
01:48:39 time="2019-08-28T01:48:38Z" level=info msg="Running up [--verbose -p testprojectuyptmhr -f - up -d]"
01:48:39 time="2019-08-28T01:48:39Z" level=info msg="Running stop [--verbose -p testprojectuyptmhr -f - stop --timeout 0]"
01:48:49 time="2019-08-28T01:48:49Z" level=info msg="Running rm [--verbose -p testprojectuyptmhr -f - rm --force -v]"
01:48:49 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol	10.531s
01:48:49 time="2019-08-28T01:48:49Z" level=info msg="Running up [--verbose -p testprojectougzypn -f - up -d]"
01:48:49 time="2019-08-28T01:48:49Z" level=info msg="Running down [--verbose -p testprojectougzypn -f - down]"
01:49:01 PASS: down_test.go:9: CliSuite.TestDown	10.533s
01:49:01 time="2019-08-28T01:48:59Z" level=info msg="Running up [--verbose -p testprojectzbyhppx -f - up -d]"
01:49:01 time="2019-08-28T01:49:00Z" level=info msg="Running scale [--verbose -p testprojectzbyhppx -f - scale hello=2]"
01:49:01 time="2019-08-28T01:49:00Z" level=info msg="Running down [--verbose -p testprojectzbyhppx -f - down]"
01:49:11 PASS: down_test.go:24: CliSuite.TestDownMultiple	10.952s
01:49:11 time="2019-08-28T01:49:10Z" level=info msg="Running create [--verbose -p testprojectigamhnh -f - create]"
01:49:11 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint	0.166s
01:49:11 time="2019-08-28T01:49:10Z" level=info msg="Running create [--verbose -p testprojectxptxbfw -f - create]"
01:49:11 time="2019-08-28T01:49:11Z" level=info msg="Running create [--verbose -p testprojectheeimkr -f - create]"
01:49:11 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions	0.212s
01:49:11 time="2019-08-28T01:49:11Z" level=info msg="Running create [--verbose -p testprojectiderwdl -f - create]"
01:49:11 PASS: create_test.go:14: CliSuite.TestFields	0.116s
01:49:11 time="2019-08-28T01:49:11Z" level=info msg="Running create [--verbose -p testprojectogpbbtq -f - create]"
01:49:11 PASS: create_test.go:45: CliSuite.TestHelloWorld	0.111s
01:49:11 time="2019-08-28T01:49:11Z" level=info msg="Running create [--verbose -p testprojectwktmwno -f - create]"
01:49:11 time="2019-08-28T01:49:11Z" level=info msg="Running create [--verbose -p testprojectkdwnnfn -f - create]"
01:49:11 PASS: create_test.go:86: CliSuite.TestInterpolation	0.215s
01:49:11 time="2019-08-28T01:49:11Z" level=info msg="Running create [--verbose -p testprojecthpaerqz -f - create]"
01:49:11 time="2019-08-28T01:49:11Z" level=info msg="Running create [--verbose -p testprojectzpjztdy -f - create]"
01:49:11 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends	0.236s
01:49:11 time="2019-08-28T01:49:11Z" level=info msg="Running up [--verbose -p testprojectbutsbnb -f - up -d]"
01:49:12 time="2019-08-28T01:49:12Z" level=info msg="Running kill [--verbose -p testprojectbutsbnb -f - kill]"
01:49:12 PASS: kill_test.go:9: CliSuite.TestKill	0.509s
01:49:12 time="2019-08-28T01:49:12Z" level=info msg="Running up [--verbose -p testprojectdznzbxw -f - up -d]"
01:49:13 PASS: up_test.go:260: CliSuite.TestLink	0.676s
01:49:13 time="2019-08-28T01:49:13Z" level=info msg="[0/4] [simple]: Creating "
01:49:13 time="2019-08-28T01:49:13Z" level=info msg="[0/4] [another]: Creating "
01:49:13 time="2019-08-28T01:49:13Z" level=info msg="[0/4] [yetanother]: Creating "
01:49:13 time="2019-08-28T01:49:13Z" level=info msg="[0/4] [multiple]: Creating "
01:49:13 time="2019-08-28T01:49:13Z" level=info msg="[0/4] [simple]: Created "
01:49:13 time="2019-08-28T01:49:13Z" level=info msg="[0/4] [yetanother]: Created "
01:49:13 time="2019-08-28T01:49:13Z" level=info msg="[0/4] [another]: Created "
01:49:13 time="2019-08-28T01:49:13Z" level=info msg="[0/4] [multiple]: Created "
01:49:14 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo	0.551s
01:49:14 time="2019-08-28T01:49:14Z" level=info msg="[0/4] [another]: Creating "
01:49:14 time="2019-08-28T01:49:14Z" level=info msg="[0/4] [multiple]: Creating "
01:49:14 time="2019-08-28T01:49:14Z" level=info msg="[0/4] [yetanother]: Creating "
01:49:14 time="2019-08-28T01:49:14Z" level=info msg="[0/4] [simple]: Creating "
01:49:14 time="2019-08-28T01:49:14Z" level=info msg="[0/4] [another]: Created "
01:49:14 time="2019-08-28T01:49:14Z" level=info msg="[0/4] [yetanother]: Created "
01:49:14 time="2019-08-28T01:49:14Z" level=info msg="[0/4] [simple]: Created "
01:49:14 time="2019-08-28T01:49:14Z" level=info msg="[0/4] [multiple]: Created "
01:49:14 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne	0.500s
01:49:14 time="2019-08-28T01:49:14Z" level=info msg="Running up [--verbose -p testprojectmmvikmm -f - up -d]"
01:49:15 PASS: volume_test.go:62: CliSuite.TestNamedVolume	0.361s
01:49:15 time="2019-08-28T01:49:15Z" level=info msg="Running up [--verbose -p testprojectqhofcar -f - up -d]"
01:49:15 time="2019-08-28T01:49:15Z" level=info msg="Running pause [--verbose -p testprojectqhofcar -f - pause]"
01:49:15 PASS: pause_unpause_test.go:9: CliSuite.TestPause	0.373s
01:49:15 time="2019-08-28T01:49:15Z" level=info msg="Running up [--verbose -p testprojectzfxqpki -f - up -d]"
01:49:16 time="2019-08-28T01:49:16Z" level=info msg="Running pause [--verbose -p testprojectzfxqpki -f - pause]"
01:49:16 time="2019-08-28T01:49:16Z" level=info msg="Running pause [--verbose -p testprojectzfxqpki -f - pause]"
01:49:16 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService	0.372s
01:49:16 time="2019-08-28T01:49:16Z" level=info msg="Running up [--verbose -p testprojectbmeifry -f - up -d]"
01:49:16 time="2019-08-28T01:49:16Z" level=info msg="Running ps [--verbose -p testprojectbmeifry -f - ps]"
01:49:16 PASS: ps_test.go:10: CliSuite.TestPs	0.371s
01:49:16 time="2019-08-28T01:49:16Z" level=info msg="Running up [--verbose -p testprojectyyycxmr -f - up -d]"
01:49:17 time="2019-08-28T01:49:17Z" level=info msg="Running ps [--verbose -p testprojectyyycxmr -f - ps -q]"
01:49:17 PASS: ps_test.go:22: CliSuite.TestPsQuiet	0.374s
01:49:17 time="2019-08-28T01:49:17Z" level=info msg="Running pull [--verbose -p testprojectgfjrouv -f - pull]"
01:49:17 PASS: pull_test.go:7: CliSuite.TestPull	0.086s
01:49:17 time="2019-08-28T01:49:17Z" level=info msg="Running up [--verbose -p testprojectyplvffb -f - up -d]"
01:49:17 time="2019-08-28T01:49:17Z" level=info msg="Running up [--verbose -p testprojectyplvffb -f - up -d]"
01:49:17 time="2019-08-28T01:49:17Z" level=info msg="Running up [--verbose -p testprojectyplvffb -f - up -d]"
01:49:18 time="2019-08-28T01:49:18Z" level=info msg="Running up [--verbose -p testprojectyplvffb -f - up -d]"
01:49:19 time="2019-08-28T01:49:18Z" level=info msg="Running up [--verbose -p testprojectyplvffb -f - up -d]"
01:49:19 time="2019-08-28T01:49:18Z" level=info msg="Running up [--verbose -p testprojectyplvffb -f - up --force-recreate -d]"
01:49:19 time="2019-08-28T01:49:19Z" level=info msg="Running up [--verbose -p testprojectyplvffb -f - up --force-recreate -d]"
01:49:20 PASS: up_test.go:105: CliSuite.TestRecreate	2.674s
01:49:20 time="2019-08-28T01:49:20Z" level=info msg="Running up [--verbose -p testprojectkgnihdv -f - up -d]"
01:49:20 time="2019-08-28T01:49:20Z" level=info msg="Running up [--verbose -p testprojectkgnihdv -f - up --force-recreate -d]"
01:49:21 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate	0.947s
01:49:21 time="2019-08-28T01:49:21Z" level=info msg="Running up [--verbose -p testprojectxiatgcs -f - up -d]"
01:49:22 time="2019-08-28T01:49:22Z" level=info msg="Running up [--verbose -p testprojectxiatgcs -f - up --no-recreate -d]"
01:49:22 time="2019-08-28T01:49:22Z" level=info msg="Running up [--verbose -p testprojectxiatgcs -f - up --no-recreate -d]"
01:49:22 time="2019-08-28T01:49:22Z" level=info msg="Running up [--verbose -p testprojectxiatgcs -f - up -d]"
01:49:22 time="2019-08-28T01:49:22Z" level=info msg="Running rm [--verbose -p testprojectxiatgcs -f - rm -f]"
01:49:23 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging	1.566s
01:49:23 time="2019-08-28T01:49:23Z" level=info msg="Running up [--verbose -p testprojectuiwyxaz -f - up -d]"
01:49:23 time="2019-08-28T01:49:23Z" level=info msg="Running up [--verbose -p testprojectuiwyxaz -f - up --no-recreate -d]"
01:49:23 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate	0.358s
01:49:23 time="2019-08-28T01:49:23Z" level=info msg="Running up [--verbose -p testprojectcqvjyiq -f - up -d]"
01:49:24 time="2019-08-28T01:49:23Z" level=info msg="Running up [--verbose -p testprojectcqvjyiq -f - up --force-recreate -d]"
01:49:25 PASS: up_test.go:53: CliSuite.TestRecreateVols	0.947s
01:49:25 time="2019-08-28T01:49:24Z" level=info msg="Running up [--verbose -p testprojectvmfmgah -f - up -d]"
01:49:25 PASS: volume_test.go:43: CliSuite.TestRelativeVolume	0.363s
01:49:25 time="2019-08-28T01:49:25Z" level=info msg="Running up [--verbose -p testprojectlczpdkk -f - up -d]"
01:49:25 time="2019-08-28T01:49:25Z" level=info msg="Running restart [--verbose -p testprojectlczpdkk -f - restart --timeout 0]"
01:49:37 PASS: restart_test.go:9: CliSuite.TestRestart	10.741s
01:49:37 PASS: run_test.go:19: CliSuite.TestRun	0.484s
01:49:37 time="2019-08-28T01:49:36Z" level=info msg="Running up [--verbose -p testprojectfoifgqp -f - up -d]"
01:49:37 time="2019-08-28T01:49:36Z" level=info msg="Running scale [--verbose -p testprojectfoifgqp -f - scale hello=2]"
01:49:37 time="2019-08-28T01:49:37Z" level=info msg="Running scale [--verbose -p testprojectfoifgqp -f - scale --timeout 0 hello=1]"
01:49:49 PASS: scale_test.go:10: CliSuite.TestScale	10.902s
01:49:49 time="2019-08-28T01:49:47Z" level=info msg="Running up [--verbose -p testprojectkzantro -f - up -d]"
01:49:49 time="2019-08-28T01:49:48Z" level=info msg="Running scale [--verbose -p testprojectkzantro -f - scale test=2]"
01:49:49 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning	1.134s
01:49:49 time="2019-08-28T01:49:49Z" level=info msg="Running create [--verbose -p testprojectsatwjbb -f - create]"
01:49:49 time="2019-08-28T01:49:49Z" level=info msg="Running start [--verbose -p testprojectsatwjbb -f - start]"
01:49:49 PASS: start_test.go:9: CliSuite.TestStart	0.359s
01:49:49 time="2019-08-28T01:49:49Z" level=info msg="Running up [--verbose -p testprojectrenmzvz -f - up -d]"
01:49:50 time="2019-08-28T01:49:50Z" level=info msg="Running stop [--verbose -p testprojectrenmzvz -f - stop --timeout 0]"
01:50:00 PASS: stop_test.go:9: CliSuite.TestStop	10.488s
01:50:00 time="2019-08-28T01:50:00Z" level=info msg="Running up [--verbose -p testprojectvwcqjam -f - up -d]"
01:50:00 time="2019-08-28T01:50:00Z" level=info msg="Running pause [--verbose -p testprojectvwcqjam -f - pause]"
01:50:00 time="2019-08-28T01:50:00Z" level=info msg="Running unpause [--verbose -p testprojectvwcqjam -f - unpause]"
01:50:00 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause	0.406s
01:50:00 time="2019-08-28T01:50:00Z" level=info msg="Running up [--verbose -p testprojectchghfao -f - up -d]"
01:50:01 time="2019-08-28T01:50:01Z" level=info msg="Running unpause [--verbose -p testprojectchghfao -f - unpause]"
01:50:01 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService	0.359s
01:50:01 time="2019-08-28T01:50:01Z" level=info msg="Running up [--verbose -p testprojectvsouazx -f - up -d]"
01:50:01 PASS: up_test.go:15: CliSuite.TestUp	0.360s
01:50:01 time="2019-08-28T01:50:01Z" level=info msg="Running up [--verbose -p testprojectonzcirc -f - up -d]"
01:50:02 time="2019-08-28T01:50:02Z" level=info msg="Running up [--verbose -p testprojectonzcirc -f - up --no-recreate -d]"
01:50:02 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted	0.373s
01:50:02 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent	0.011s
01:50:03 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent	0.563s
01:50:03 time="2019-08-28T01:50:03Z" level=info msg="Running up [--verbose -p testprojectwrfkoyw -f - up -d]"
01:50:03 PASS: up_test.go:25: CliSuite.TestUpNotExistService	0.342s
01:50:03 time="2019-08-28T01:50:03Z" level=info msg="Running up [--verbose -p testprojectngrhcpu -f - up -d]"
01:50:21 PASS: volume_test.go:79: CliSuite.TestV2Volume	16.241s
01:50:21 time="2019-08-28T01:50:19Z" level=info msg="Running create [--verbose -p testprojectrhebzyp -f - create]"
01:50:21 time="2019-08-28T01:50:19Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrhebzyp -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:50:21 time="2019-08-28T01:50:19Z" level=info msg="Running create [--verbose -p testprojectxvstxez -f - create]"
01:50:21 time="2019-08-28T01:50:19Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectxvstxez -f - create]\n with input:\n\n  test:\n    image: busybox\n    build: .\n\t"
01:50:21 time="2019-08-28T01:50:19Z" level=info msg="Running create [--verbose -p testprojectocbvjvr -f - create]"
01:50:21 time="2019-08-28T01:50:19Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectocbvjvr -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n    links: invalid_type\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n  "
01:50:21 PASS: create_test.go:262: CliSuite.TestValidation	0.023s
01:50:21 time="2019-08-28T01:50:19Z" level=info msg="Running create [--verbose -p testprojecttnnwvlh -f - create]"
01:50:21 time="2019-08-28T01:50:20Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecttnnwvlh -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:50:21 time="2019-08-28T01:50:20Z" level=info msg="Running create [--verbose -p testprojectgwxxtxa -f - create]"
01:50:21 time="2019-08-28T01:50:20Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectgwxxtxa -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n    links: invalid_type\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n  "
01:50:21 PASS: create_test.go:297: CliSuite.TestValidationV2	0.015s
01:50:21 time="2019-08-28T01:50:20Z" level=info msg="Running create [--verbose -p testprojecttwoccwm -f - create]"
01:50:21 time="2019-08-28T01:50:20Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecttwoccwm -f - create]\n with input:\n\n  base:\n    image: busybox\n    privilege: \"something\"\n  test:\n    extends:\n      service: base\n\t"
01:50:21 time="2019-08-28T01:50:20Z" level=info msg="Running create [--verbose -p testprojectvuhowrw -f - create]"
01:50:21 time="2019-08-28T01:50:20Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectvuhowrw -f - create]\n with input:\n\n  base:\n    image: busybox\n  test:\n    extends:\n      service: base\n    links: invalid_type\n\t"
01:50:21 time="2019-08-28T01:50:20Z" level=info msg="Running create [--verbose -p testprojectfbyeaao -f - create]"
01:50:21 time="2019-08-28T01:50:20Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectfbyeaao -f - create]\n with input:\n\n  test:\n    extends:\n      file: ./assets/validation/valid/docker-compose.v1.yml\n      service: base\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n\t"
01:50:21 time="2019-08-28T01:50:20Z" level=info msg="Running create [--verbose -p testprojectswqowyr -f - create]"
01:50:21 time="2019-08-28T01:50:20Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectswqowyr -f - create]\n with input:\n\n  test:\n    extends:\n      file: ./assets/validation/invalid/docker-compose.v1.yml\n      service: base\n\t"
01:50:21 PASS: create_test.go:327: CliSuite.TestValidationWithExtends	0.029s
01:50:21 time="2019-08-28T01:50:20Z" level=info msg="Running create [--verbose -p testprojectagcuigd -f - create]"
01:50:21 time="2019-08-28T01:50:20Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectagcuigd -f - create]\n with input:\n\nversion: '2'\nservices:\n  base:\n    image: busybox\n    privilege: \"something\"\n  test:\n    extends:\n      service: base\n\t"
01:50:21 time="2019-08-28T01:50:20Z" level=info msg="Running create [--verbose -p testprojectgxlrwop -f - create]"
01:50:21 time="2019-08-28T01:50:20Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectgxlrwop -f - create]\n with input:\n\nversion: '2'\nservices:\n  base:\n    image: busybox\n  test:\n    extends:\n      service: base\n    links: invalid_type\n\t"
01:50:21 time="2019-08-28T01:50:20Z" level=info msg="Running create [--verbose -p testprojecteopfsxi -f - create]"
01:50:21 time="2019-08-28T01:50:20Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecteopfsxi -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    extends:\n      file: ./assets/validation/valid/docker-compose.v2.yml\n      service: base\n    devices:\n      - /dev/foo:/dev/foo\n      - /dev/foo:/dev/foo\n\t"
01:50:21 time="2019-08-28T01:50:20Z" level=info msg="Running create [--verbose -p testprojectmmjixgm -f - create]"
01:50:21 time="2019-08-28T01:50:20Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectmmjixgm -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    extends:\n      file: ./assets/validation/invalid/docker-compose.v2.yml\n      service: base\n\t"
01:50:21 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2	0.031s
01:50:21 PASS: volume_test.go:11: CliSuite.TestVolumeFromService	0.292s
01:50:21 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName	0.282s
01:50:21 OK: 59 passed
01:50:21 PASS
01:50:21 coverage: 33.3% of statements
01:50:21 ok  	github.com/docker/libcompose/integration	135.601s
01:50:21 ---> Making bundle: .integration-daemon-stop (in .)
01:50:21 ++++ cat ./docker.pid
01:50:21 +++ kill 21104
01:50:21 
01:50:21 
01:50:21 ---> Making bundle: test-acceptance (in .)
01:50:21 ---> Making bundle: .integration-daemon-start (in .)
01:50:21 /usr/local/bin/docker-17.03.2/dockerd
01:50:21 +++ exec dockerd --debug --host unix:///go/src/github.com/docker/libcompose/docker.sock --storage-driver vfs --pidfile ./docker.pid --userland-proxy=true --graph=/var/lib/docker/17.03.2
01:50:25 Client:
01:50:25  Version:      17.03.2-ce
01:50:25  API version:  1.27
01:50:25  Go version:   go1.7.5
01:50:25  Git commit:   f5ec1e2
01:50:25  Built:        Tue Jun 27 01:35:00 2017
01:50:25  OS/Arch:      linux/amd64
01:50:25 
01:50:25 Server:
01:50:25  Version:      17.03.2-ce
01:50:25  API version:  1.27 (minimum version 1.12)
01:50:25  Go version:   go1.7.5
01:50:25  Git commit:   f5ec1e2
01:50:25  Built:        Tue Jun 27 01:35:00 2017
01:50:25  OS/Arch:      linux/amd64
01:50:25  Experimental: false
01:50:25 libcompose-cli version 0.4.0 (8fa39cd)
01:50:25 ============================= test session starts ==============================
01:50:25 platform linux2 -- Python 2.7.16 -- py-1.8.0 -- pytest-2.7.2 -- /go/src/github.com/docker/libcompose/venv/bin/python
01:50:25 rootdir: /go/src/github.com/docker/libcompose/venv/compose, inifile: tox.ini
01:50:25 plugins: cov
01:50:25 collecting ... collected 122 items
01:50:25 
01:50:28 tests/acceptance/cli_test.py::CLITestCase::test_build_failed Running process: 26143
01:50:28 PASSED
01:50:32 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm Running process: 26289
01:50:32 PASSED
01:50:35 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache Running process: 26430
01:50:35 Running process: 26487
01:50:35 PASSED
01:50:39 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull Running process: 26546
01:50:39 Running process: 26605
01:50:39 PASSED
01:50:41 tests/acceptance/cli_test.py::CLITestCase::test_build_plain Running process: 26664
01:50:41 Running process: 26726
01:50:41 PASSED
01:50:43 tests/acceptance/cli_test.py::CLITestCase::test_build_pull Running process: 26738
01:50:43 Running process: 26794
01:50:43 PASSED
01:50:43 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests Running process: 26806
01:50:43 Stderr: No help topic for 'bundle'
01:50:43 
01:50:43 Stdout: 
01:50:43 FAILED
01:50:43 tests/acceptance/cli_test.py::CLITestCase::test_config_default Running process: 26812
01:50:43 FAILED
01:50:43 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network Running process: 26818
01:50:43 PASSED
01:50:43 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services Running process: 26824
01:50:43 FAILED
01:50:43 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet Running process: 26830
01:50:43 PASSED
01:50:43 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error Running process: 26836
01:50:43 FAILED
01:50:43 tests/acceptance/cli_test.py::CLITestCase::test_config_restart Running process: 26842
01:50:43 FAILED
01:50:43 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 Running process: 26848
01:50:43 FAILED
01:50:44 tests/acceptance/cli_test.py::CLITestCase::test_create Removing simplecomposefile_simple_1 ... 
01:50:44 Removing simplecomposefile_another_1 ... 
01:50:44 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 26854
01:50:44 PASSED
01:50:44 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate Removing simplecomposefile_simple_1 ... 
01:50:44 Removing simplecomposefile_another_1 ... 
01:50:44 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 26885
01:50:44 Running process: 26914
01:50:44 PASSED
01:50:44 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate Running process: 26949
01:50:44 PASSED
01:50:45 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate Removing simplecomposefile_another_1 ... 
01:50:45 Removing simplecomposefile_simple_1 ... 
01:50:45 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 26955
01:50:45 Running process: 26986
01:50:45 PASSED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_down <- tests/integration/testcases.py Killing v2full_web_1 ... 
01:51:24 Killing v2full_other_1 ... 
01:51:24 
Killing v2full_other_1 ... done

Killing v2full_web_1 ... done
Removing v2full_web_1 ... 
01:51:24 Removing v2full_other_1 ... 
01:51:24 
Removing v2full_other_1 ... done

Removing v2full_web_1 ... done
Running process: 26995
01:51:24 Running process: 27302
01:51:24 Stderr: time="2019-08-28T01:51:20Z" level=error msg="Failed Executing web : inappropriate ioctl for device"
01:51:24 time="2019-08-28T01:51:20Z" level=error msg="Failed to start: web : inappropriate ioctl for device"
01:51:24 inappropriate ioctl for device
01:51:24 
01:51:24 Stdout: 
01:51:24 FAILED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag Running process: 27412
01:51:24 PASSED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file Killing envfile_web_1 ... 
01:51:24 
Killing envfile_web_1 ... done
Removing envfile_web_1 ... 
01:51:24 
Removing envfile_web_1 ... done
Running process: 27418
01:51:24 PASSED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable Killing simplecomposefile_simple_1 ... 
01:51:24 
Killing simplecomposefile_simple_1 ... done
Removing simplecomposefile_simple_1 ... 
01:51:24 
Removing simplecomposefile_simple_1 ... done
Running process: 27487
01:51:24 Running process: 27492
01:51:24 Stderr: 
01:51:24 Stdout: 2019-08-28 01:51:22 container create c53356cbf68d2623d05439c0cbf6a143a5b269482d38532ab32f4f0b48111546 (image=busybox:latest, name=simplecomposefile_simple_1)
01:51:24 2019-08-28 01:51:22 container start c53356cbf68d2623d05439c0cbf6a143a5b269482d38532ab32f4f0b48111546 (image=busybox:latest, name=simplecomposefile_simple_1)
01:51:24 
01:51:24 FAILED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_events_json Killing simplecomposefile_simple_1 ... 
01:51:24 Killing simplecomposefile_another_1 ... 
01:51:24 
Killing simplecomposefile_simple_1 ... done

Killing simplecomposefile_another_1 ... done
Removing simplecomposefile_simple_1 ... 
01:51:24 Removing simplecomposefile_another_1 ... 
01:51:24 
Removing simplecomposefile_simple_1 ... done

Removing simplecomposefile_another_1 ... done
Running process: 27562
01:51:24 Running process: 27566
01:51:24 Stderr: 
01:51:24 Stdout: {"service":"another","event":"create","id":"00b61cb3c4a3b358c962983cd5191f0b5903bd00e5d8cd51cf29be5279157c2b","time":"2019-08-28T01:51:23Z","attributes":{"image":"busybox:latest","name":"simplecomposefile_another_1"},"type":"container"}{"service":"simple","event":"create","id":"bd9cc1540a826e48608fc4e1af0fcf5e4a8691cea7846d011afabdb944c9573e","time":"2019-08-28T01:51:23Z","attributes":{"image":"busybox:latest","name":"simplecomposefile_simple_1"},"type":"container"}{"service":"another","event":"start","id":"00b61cb3c4a3b358c962983cd5191f0b5903bd00e5d8cd51cf29be5279157c2b","time":"2019-08-28T01:51:23Z","attributes":{"image":"busybox:latest","name":"simplecomposefile_another_1"},"type":"container"}{"service":"simple","event":"start","id":"bd9cc1540a826e48608fc4e1af0fcf5e4a8691cea7846d011afabdb944c9573e","time":"2019-08-28T01:51:23Z","attributes":{"image":"busybox:latest","name":"simplecomposefile_simple_1"},"type":"container"}
01:51:24 FAILED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user Killing linkscomposefile_console_1 ... 
01:51:24 
Killing linkscomposefile_console_1 ... done
Removing linkscomposefile_console_1 ... 
01:51:24 
Removing linkscomposefile_console_1 ... done
Running process: 27710
01:51:24 Running process: 27765
01:51:24 Stderr: No help topic for 'exec'
01:51:24 
01:51:24 Stdout: 
01:51:24 FAILED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty Killing linkscomposefile_console_1 ... 
01:51:25 
Killing linkscomposefile_console_1 ... done
Removing linkscomposefile_console_1 ... 
01:51:25 
Removing linkscomposefile_console_1 ... done
Running process: 27791
01:51:25 Running process: 27845
01:51:25 Stderr: No help topic for 'exec'
01:51:25 
01:51:25 Stdout: 
01:51:25 FAILED
01:51:25 tests/acceptance/cli_test.py::CLITestCase::test_help Running process: 27870
01:51:25 FAILED
01:51:25 tests/acceptance/cli_test.py::CLITestCase::test_help ERROR
01:51:25 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path Killing volumepathinterpolation_test_1 ... 
01:51:25 
Killing volumepathinterpolation_test_1 ... done
Removing volumepathinterpolation_test_1 ... 
01:51:25 
Removing volumepathinterpolation_test_1 ... done
Running process: 27876
01:51:25 FAILED
01:51:26 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable Running process: 27947
01:51:26 Stderr: 
01:51:26 Stdout: Incorrect Usage. flag provided but not defined: -H
01:51:26 
01:51:26 Usage: libcompose-cli [OPTIONS] COMMAND [arg...]
01:51:26 
01:51:26 Command line interface for libcompose.
01:51:26 
01:51:26 Version: 0.4.0 (8fa39cd)
01:51:26 
01:51:26 Author:
01:51:26   Docker Compose Contributors - <https://github.com/docker/libcompose>
01:51:26 
01:51:26 Options:
01:51:26   --verbose, --debug              
01:51:26   --file value, -f value          Specify one or more alternate compose files (default: docker-compose.yml) [$COMPOSE_FILE]
01:51:26   --project-name value, -p value  Specify an alternate project name (default: directory name) [$COMPOSE_PROJECT_NAME]
01:51:26   --tls                           Use TLS; implied by --tlsverify
01:51:26   --tlsverify                     Use TLS and verify the remote [$DOCKER_TLS_VERIFY]
01:51:26   --tlscacert value               Trust certs signed only by this CA
01:51:26   --tlscert value                 Path to TLS certificate file
01:51:26   --tlskey value                  Path to TLS key file
01:51:26   --configdir value               Path to docker config dir, default ${HOME}/.docker
01:51:26   --help, -h                      show help
01:51:26   --version, -v                   print the version
01:51:26   
01:51:26 Commands:
01:51:26   build    Build or rebuild services.
01:51:26   config   Validate and view the compose file.
01:51:26   create   Create all services but do not start
01:51:26   events   Receive real time events from containers.
01:51:26   down     Stop and remove containers, networks, images, and volumes
01:51:26   kill     Force stop service containers
01:51:26   logs     Get service logs
01:51:26   pause    Pause services.
01:51:26   port     Print the public port for a port binding
01:51:26   ps       List containers
01:51:26   pull     Pulls images for services
01:51:26   restart  Restart services
01:51:26   rm       Delete services
01:51:26   run      Run a one-off command
01:51:26   scale    Scale services
01:51:26   start    Start services
01:51:26   stop     Stop services
01:51:26   unpause  Unpause services.
01:51:26   up       Bring all services up
01:51:26   version  Show version informations
01:51:26   help     Shows a list of commands or help for one command
01:51:26   
01:51:26 Run 'libcompose-cli COMMAND --help' for more information on a command.
01:51:26 
01:51:26 FAILED
01:51:26 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container Running process: 27963
01:51:26 Stderr: 
01:51:26 Stdout: Incorrect Usage. flag provided but not defined: -H
01:51:26 
01:51:26 Usage: libcompose-cli [OPTIONS] COMMAND [arg...]
01:51:26 
01:51:26 Command line interface for libcompose.
01:51:26 
01:51:26 Version: 0.4.0 (8fa39cd)
01:51:26 
01:51:26 Author:
01:51:26   Docker Compose Contributors - <https://github.com/docker/libcompose>
01:51:26 
01:51:26 Options:
01:51:26   --verbose, --debug              
01:51:26   --file value, -f value          Specify one or more alternate compose files (default: docker-compose.yml) [$COMPOSE_FILE]
01:51:26   --project-name value, -p value  Specify an alternate project name (default: directory name) [$COMPOSE_PROJECT_NAME]
01:51:26   --tls                           Use TLS; implied by --tlsverify
01:51:26   --tlsverify                     Use TLS and verify the remote [$DOCKER_TLS_VERIFY]
01:51:26   --tlscacert value               Trust certs signed only by this CA
01:51:26   --tlscert value                 Path to TLS certificate file
01:51:26   --tlskey value                  Path to TLS key file
01:51:26   --configdir value               Path to docker config dir, default ${HOME}/.docker
01:51:26   --help, -h                      show help
01:51:26   --version, -v                   print the version
01:51:26   
01:51:26 Commands:
01:51:26   build    Build or rebuild services.
01:51:26   config   Validate and view the compose file.
01:51:26   create   Create all services but do not start
01:51:26   events   Receive real time events from containers.
01:51:26   down     Stop and remove containers, networks, images, and volumes
01:51:26   kill     Force stop service containers
01:51:26   logs     Get service logs
01:51:26   pause    Pause services.
01:51:26   port     Print the public port for a port binding
01:51:26   ps       List containers
01:51:26   pull     Pulls images for services
01:51:26   restart  Restart services
01:51:26   rm       Delete services
01:51:26   run      Run a one-off command
01:51:26   scale    Scale services
01:51:26   start    Start services
01:51:26   stop     Stop services
01:51:26   unpause  Unpause services.
01:51:26   up       Bring all services up
01:51:26   version  Show version informations
01:51:26   help     Shows a list of commands or help for one command
01:51:26   
01:51:26 Run 'libcompose-cli COMMAND --help' for more information on a command.
01:51:26 
01:51:26 FAILED
01:51:27 tests/acceptance/cli_test.py::CLITestCase::test_kill Removing simplecomposefile_simple_1 ... 
01:51:27 Removing simplecomposefile_another_1 ... 
01:51:27 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 27970
01:51:27 Running process: 28073
01:51:27 PASSED
01:51:27 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop Killing simplecomposefile_another_1 ... 
01:51:27 Killing simplecomposefile_simple_1 ... 
01:51:27 
Killing simplecomposefile_another_1 ... done

Killing simplecomposefile_simple_1 ... done
Removing simplecomposefile_another_1 ... 
01:51:27 Removing simplecomposefile_simple_1 ... 
01:51:27 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 28121
01:51:27 Running process: 28221
01:51:27 PASSED
01:51:28 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service Removing simplecomposefile_another_1 ... 
01:51:28 Removing simplecomposefile_simple_1 ... 
01:51:28 
Removing simplecomposefile_simple_1 ... done

Removing simplecomposefile_another_1 ... done
Running process: 28269
01:51:28 Running process: 28373
01:51:28 Running process: 28380
01:51:28 PASSED
01:51:29 tests/acceptance/cli_test.py::CLITestCase::test_logs_default Killing logscomposefile_simple_1 ... 
01:51:29 
Killing logscomposefile_simple_1 ... done
Removing logscomposefile_another_1 ... 
01:51:29 Removing logscomposefile_simple_1 ... 
01:51:29 
Removing logscomposefile_another_1 ... done

Removing logscomposefile_simple_1 ... done
Running process: 28421
01:51:29 Running process: 28541
01:51:29 PASSED
01:51:30 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow Killing echoservices_another_1 ... 
01:51:30 
Killing echoservices_another_1 ... error

01:51:30 ERROR: for echoservices_another_1  Cannot kill container e74faa196fcbed5e176f1f8fbaf2d0711d3a13e08a657d5cf25cab7aff4f0a2e: Container e74faa196fcbed5e176f1f8fbaf2d0711d3a13e08a657d5cf25cab7aff4f0a2e is not running
01:51:30 Removing echoservices_another_1 ... 
01:51:30 Removing echoservices_simple_1 ... 
01:51:30 
Removing echoservices_simple_1 ... done

Removing echoservices_another_1 ... done
Running process: 28564
01:51:30 Running process: 28681
01:51:30 FAILED
01:51:31 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers Removing logscomposefile_another_1 ... 
01:51:31 Removing logscomposefile_simple_1 ... 
01:51:31 
Removing logscomposefile_simple_1 ... done

Removing logscomposefile_another_1 ... done
Running process: 28706
01:51:31 Running process: 28760
01:51:31 Running process: 28761
01:51:31 Running process: 28836
01:51:31 FAILED
01:51:31 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name Running process: 28860
01:51:31 PASSED
01:51:31 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits Removing echoservices_another_1 ... 
01:51:31 Removing echoservices_simple_1 ... 
01:51:31 
Removing echoservices_another_1 ... done

Removing echoservices_simple_1 ... done
Running process: 28866
01:51:31 Running process: 28999
01:51:31 PASSED
01:51:32 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail Removing logstailcomposefile_simple_1 ... 
01:51:32 
Removing logstailcomposefile_simple_1 ... done
Running process: 29009
01:51:32 Running process: 29080
01:51:32 FAILED
01:51:33 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps Killing echoservices_another_1 ... 
01:51:33 
Killing echoservices_another_1 ... error

01:51:33 ERROR: for echoservices_another_1  Cannot kill container dacf5c7108effa776ae4aaf14a97217104dcdc523f526d0a202296265715e066: Container dacf5c7108effa776ae4aaf14a97217104dcdc523f526d0a202296265715e066 is not running
01:51:33 Removing echoservices_another_1 ... 
01:51:33 Removing echoservices_simple_1 ... 
01:51:33 
Removing echoservices_simple_1 ... done

Removing echoservices_another_1 ... done
Running process: 29087
01:51:33 Running process: 29209
01:51:33 FAILED
01:51:33 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers Running process: 29235
01:51:33 Stderr: time="2019-08-28T01:51:33Z" level=info msg="[0/2] [simple]: Pausing "
01:51:33 time="2019-08-28T01:51:33Z" level=info msg="[0/2] [another]: Pausing "
01:51:33 time="2019-08-28T01:51:33Z" level=info msg="[0/2] [simple]: Paused "
01:51:33 time="2019-08-28T01:51:33Z" level=info msg="[0/2] [another]: Paused "
01:51:33 
01:51:33 Stdout: 
01:51:33 FAILED
01:51:33 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause Killing simplecomposefile_another_1 ... 
01:51:33 Killing simplecomposefile_simple_1 ... 
01:51:34 
Killing simplecomposefile_another_1 ... done

Killing simplecomposefile_simple_1 ... done
Removing simplecomposefile_another_1 ... 
01:51:34 Removing simplecomposefile_simple_1 ... 
01:51:34 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 29242
01:51:34 Running process: 29345
01:51:34 Running process: 29362
01:51:34 PASSED
01:51:35 tests/acceptance/cli_test.py::CLITestCase::test_port Killing portscomposefile_simple_1 ... 
01:51:35 
Killing portscomposefile_simple_1 ... done
Removing portscomposefile_simple_1 ... 
01:51:35 
Removing portscomposefile_simple_1 ... done
Running process: 29418
01:51:35 Running process: 29517
01:51:35 Running process: 29524
01:51:35 Running process: 29530
01:51:35 PASSED
01:51:36 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale Killing portscomposefilescale_simple_2 ... 
01:51:36 Killing portscomposefilescale_simple_1 ... 
01:51:37 
Killing portscomposefilescale_simple_2 ... done

Killing portscomposefilescale_simple_1 ... done
Removing portscomposefilescale_simple_2 ... 
01:51:37 Removing portscomposefilescale_simple_1 ... 
01:51:37 
Removing portscomposefilescale_simple_2 ... done

Removing portscomposefilescale_simple_1 ... done
Running process: 29580
01:51:37 Running process: 29702
01:51:37 FAILED
01:51:37 tests/acceptance/cli_test.py::CLITestCase::test_ps Removing simplecomposefile_simple_1 ... 
01:51:37 
Removing simplecomposefile_simple_1 ... done
Running process: 29771
01:51:37 PASSED
01:51:37 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile Killing multiplecomposefiles_yetanother_1 ... 
01:51:37 
Killing multiplecomposefiles_yetanother_1 ... done
Removing multiplecomposefiles_yetanother_1 ... 
01:51:37 
Removing multiplecomposefiles_yetanother_1 ... done
Running process: 29778
01:51:37 Running process: 29831
01:51:37 PASSED
01:51:38 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile Killing multiplecomposefiles_another_1 ... 
01:51:38 Killing multiplecomposefiles_simple_1 ... 
01:51:38 
Killing multiplecomposefiles_simple_1 ... done

Killing multiplecomposefiles_another_1 ... done
Removing multiplecomposefiles_another_1 ... 
01:51:38 Removing multiplecomposefiles_simple_1 ... 
01:51:38 
Removing multiplecomposefiles_simple_1 ... done

Removing multiplecomposefiles_another_1 ... done
Running process: 29859
01:51:38 Running process: 29966
01:51:38 PASSED
01:51:38 tests/acceptance/cli_test.py::CLITestCase::test_pull Running process: 30006
01:51:38 FAILED
01:51:39 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest Running process: 30012
01:51:39 PASSED
01:51:39 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures Running process: 30041
01:51:39 PASSED
01:51:40 tests/acceptance/cli_test.py::CLITestCase::test_restart Killing simplecomposefile_simple_1 ... 
01:51:40 
Killing simplecomposefile_simple_1 ... done
Removing simplecomposefile_simple_1 ... 
01:51:40 
Removing simplecomposefile_simple_1 ... done
Running process: 30093
01:51:40 PASSED
01:51:40 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers Running process: 30167
01:51:40 Stderr: time="2019-08-28T01:51:40Z" level=info msg="[0/2] [another]: Restarting "
01:51:40 time="2019-08-28T01:51:40Z" level=info msg="[0/2] [simple]: Restarting "
01:51:40 time="2019-08-28T01:51:40Z" level=info msg="[0/2] [another]: Restarted "
01:51:40 time="2019-08-28T01:51:40Z" level=info msg="[0/2] [simple]: Restarted "
01:51:40 
01:51:40 Stdout: 
01:51:40 FAILED
01:51:41 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container Killing simplecomposefile_simple_1 ... 
01:51:41 
Killing simplecomposefile_simple_1 ... done
Removing simplecomposefile_simple_1 ... 
01:51:41 
Removing simplecomposefile_simple_1 ... done
Running process: 30234
01:51:41 PASSED
01:51:42 tests/acceptance/cli_test.py::CLITestCase::test_rm Running process: 30302
01:51:42 Running process: 30320
01:51:42 PASSED
01:51:42 tests/acceptance/cli_test.py::CLITestCase::test_rm_all Removing simplecomposefile_simple_1 ... 
01:51:42 
Removing simplecomposefile_simple_1 ... done
Running process: 30348
01:51:42 Running process: 30379
01:51:42 FAILED
01:52:21 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network <- tests/integration/testcases.py Killing networks_app_1 ... 
01:52:21 Killing networks_web_1 ... 
01:52:21 Killing networks_db_1 ... 
01:52:21 
Killing networks_db_1 ... done

Killing networks_web_1 ... done

Killing networks_app_1 ... done
Removing networks_app_1 ... 
01:52:21 Removing networks_web_1 ... 
01:52:21 Removing networks_db_1 ... 
01:52:21 
Removing networks_web_1 ... done

Removing networks_app_1 ... done

Removing networks_db_1 ... done
Running process: 30386
01:52:21 Running process: 30646
01:52:21 FAILED
01:52:21 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers Killing linkscomposefile_db_1 ... 
01:52:21 
Killing linkscomposefile_db_1 ... done
Removing linkscomposefile_db_1 ... 
01:52:21 
Removing linkscomposefile_db_1 ... done
Running process: 30838
01:52:21 Running process: 30891
01:52:21 Stderr: time="2019-08-28T01:52:18Z" level=error msg="Failed Executing web : inappropriate ioctl for device"
01:52:21 time="2019-08-28T01:52:18Z" level=error msg="Failed to start: web : inappropriate ioctl for device"
01:52:21 inappropriate ioctl for device
01:52:21 
01:52:21 Stdout: 
01:52:21 FAILED
01:52:21 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system Running process: 30926
01:52:21 FAILED
01:53:00 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint Running process: 30932
01:53:00 FAILED
01:53:46 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm Running process: 30938
01:53:46 FAILED
01:54:13 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network <- tests/integration/testcases.py Killing networks_app_1 ... 
01:54:13 Killing networks_web_1 ... 
01:54:13 Killing networks_db_1 ... 
01:54:13 
Killing networks_db_1 ... done

Killing networks_web_1 ... done

Killing networks_app_1 ... done
Removing networks_app_1 ... 
01:54:13 Removing networks_web_1 ... 
01:54:13 Removing networks_db_1 ... 
01:54:14 
Removing networks_db_1 ... done

Removing networks_web_1 ... done

Removing networks_app_1 ... done
Running process: 30944
01:54:14 Running process: 31212
01:54:14 Stderr: time="2019-08-28T01:54:12Z" level=error msg="Failed Executing app : inappropriate ioctl for device"
01:54:14 time="2019-08-28T01:54:12Z" level=error msg="Failed to start: app : inappropriate ioctl for device"
01:54:14 inappropriate ioctl for device
01:54:14 
01:54:14 Stdout: 
01:54:14 FAILED
01:54:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint Running process: 31332
01:54:32 Stderr: time="2019-08-28T01:54:29Z" level=error msg="Failed Executing test : inappropriate ioctl for device"
01:54:32 time="2019-08-28T01:54:29Z" level=error msg="Failed to start: test : inappropriate ioctl for device"
01:54:32 inappropriate ioctl for device
01:54:32 
01:54:32 Stdout: Creating network "entrypointcomposefile_default" with driver ""
01:54:32 
01:54:32 FAILED
01:54:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden Running process: 31399
01:54:32 FAILED
01:54:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command Running process: 31405
01:54:32 FAILED
01:54:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden Running process: 31411
01:54:32 FAILED
01:54:32 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies <- tests/integration/testcases.py Running process: 31417
01:54:32 Stderr: time="2019-08-28T01:54:30Z" level=error msg="Failed Executing web : inappropriate ioctl for device"
01:54:32 time="2019-08-28T01:54:30Z" level=error msg="Failed to start: web : inappropriate ioctl for device"
01:54:32 inappropriate ioctl for device
01:54:32 
01:54:32 Stdout: 
01:54:32 FAILED
01:54:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint Running process: 31436
01:54:50 Stderr: time="2019-08-28T01:54:46Z" level=warning msg="Error while reading .dockerignore (.dockerignore) : open .dockerignore: no such file or directory"
01:54:50 time="2019-08-28T01:54:46Z" level=info msg="Building entrypointdockerfile_test..."
01:54:50 time="2019-08-28T01:54:49Z" level=error msg="Failed Executing test : inappropriate ioctl for device"
01:54:50 time="2019-08-28T01:54:49Z" level=error msg="Failed to start: test : inappropriate ioctl for device"
01:54:50 inappropriate ioctl for device
01:54:50 
01:54:50 Stdout: Creating network "entrypointdockerfile_default" with driver ""
01:54:50 Sending build context to Docker daemon  3.072kB

01:54:50 Step 1/4 : FROM busybox:latest
01:54:50  ---> db8ee88ad75f
01:54:50 Step 2/4 : LABEL com.docker.compose.test_image true
01:54:50  ---> Running in 294b45303bc7
01:54:50  ---> 2cc323f791ce
01:54:50 Removing intermediate container 294b45303bc7
01:54:50 Step 3/4 : ENTRYPOINT printf
01:54:50  ---> Running in 9a334d21daf1
01:54:50  ---> 4850246544c9
01:54:50 Removing intermediate container 9a334d21daf1
01:54:50 Step 4/4 : CMD default args
01:54:50  ---> Running in 075397a15d38
01:54:50  ---> e240137058ce
01:54:50 Removing intermediate container 075397a15d38
01:54:50 Successfully built e240137058ce
01:54:50 
01:54:50 FAILED
01:54:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden Running process: 31577
01:54:50 FAILED
01:54:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden Running process: 31584
01:54:50 FAILED
01:54:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environement_overridden Running process: 31590
01:54:50 FAILED
01:54:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_maped_ip_ports Running process: 31596
01:54:50 FAILED
01:54:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_maped_ports Running process: 31602
01:54:50 FAILED
01:54:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links Running process: 31608
01:54:50 Stderr: time="2019-08-28T01:54:50Z" level=error msg="Failed Executing web : inappropriate ioctl for device"
01:54:50 time="2019-08-28T01:54:50Z" level=error msg="Failed to start: web : inappropriate ioctl for device"
01:54:50 inappropriate ioctl for device
01:54:50 
01:54:50 Stdout: 
01:54:50 FAILED
01:54:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports Running process: 31625
01:54:50 FAILED
01:54:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden Running process: 31631
01:54:50 Stderr: 
01:54:50 Stdout: Incorrect Usage: flag provided but not defined: -user
01:54:50 
01:54:50 Usage: docker-compose run [OPTIONS]
01:54:50 
01:54:50 Run a one-off command
01:54:50 
01:54:50 Options:
01:54:50    -d  Detached mode: Run container in the background, print new container name.
01:54:50    
01:54:50 
01:54:50 FAILED
01:54:50 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form Running process: 31637
01:54:50 Stderr: 
01:54:50 Stdout: Incorrect Usage: flag provided but not defined: -u
01:54:50 
01:54:50 Usage: docker-compose run [OPTIONS]
01:54:50 
01:54:50 Run a one-off command
01:54:50 
01:54:50 Options:
01:54:50    -d  Detached mode: Run container in the background, print new container name.
01:54:50    
01:54:50 
01:54:50 FAILED
01:54:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden Running process: 31643
01:54:51 FAILED
01:54:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form Running process: 31649
01:54:51 FAILED
01:54:51 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links Running process: 31655
01:54:51 Stderr: time="2019-08-28T01:54:51Z" level=error msg="Failed Executing console : inappropriate ioctl for device"
01:54:51 time="2019-08-28T01:54:51Z" level=error msg="Failed to start: console : inappropriate ioctl for device"
01:54:51 inappropriate ioctl for device
01:54:51 
01:54:51 Stdout: 
01:54:51 FAILED
01:55:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports Running process: 31673
01:55:03 FAILED
01:55:21 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system No handlers could be found for logger "compose.config.environment"
01:55:21 Running process: 31813
01:55:21 Stderr: time="2019-08-28T01:55:18Z" level=error msg="Failed Executing simple : inappropriate ioctl for device"
01:55:21 time="2019-08-28T01:55:18Z" level=error msg="Failed to start: simple : inappropriate ioctl for device"
01:55:21 inappropriate ioctl for device
01:55:21 
01:55:21 Stdout: Creating network "unicodeenvironment_default" with driver ""
01:55:21 
01:55:21 FAILED
01:55:21 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name Running process: 31881
01:55:21 FAILED
01:55:21 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports Running process: 31887
01:55:21 FAILED
01:55:21 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps Running process: 31893
01:55:21 PASSED
01:55:21 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command Running process: 31952
01:55:21 Stderr: time="2019-08-28T01:55:21Z" level=error msg="Failed Executing implicit : inappropriate ioctl for device"
01:55:21 time="2019-08-28T01:55:21Z" level=error msg="Failed to start: implicit : inappropriate ioctl for device"
01:55:21 inappropriate ioctl for device
01:55:21 
01:55:21 Stdout: 
01:55:21 FAILED
01:55:24 tests/acceptance/cli_test.py::CLITestCase::test_scale Running process: 31970
01:55:24 Running process: 32021
01:55:24 Running process: 32220
01:55:24 Running process: 32271
01:55:24 Running process: 32278
01:55:24 PASSED
01:55:24 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt Running process: 32315
01:55:24 PASSED
01:55:24 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers Running process: 32321
01:55:24 Stderr: time="2019-08-28T01:55:23Z" level=info msg="[0/2] [simple]: Starting "
01:55:24 time="2019-08-28T01:55:23Z" level=info msg="[0/2] [another]: Starting "
01:55:24 time="2019-08-28T01:55:23Z" level=info msg="[0/2] [another]: Started "
01:55:24 time="2019-08-28T01:55:23Z" level=info msg="[0/2] [simple]: Started "
01:55:24 
01:55:24 Stdout: 
01:55:24 FAILED
01:55:24 tests/acceptance/cli_test.py::CLITestCase::test_stop Removing simplecomposefile_another_1 ... 
01:55:24 Removing simplecomposefile_simple_1 ... 
01:55:24 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 32328
01:55:24 Running process: 32432
01:55:24 PASSED
01:55:25 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal Removing stopsignalcomposefile_simple_1 ... 
01:55:25 
Removing stopsignalcomposefile_simple_1 ... done
Running process: 32470
01:55:25 Running process: 32522
01:55:25 PASSED
01:55:25 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers Running process: 32545
01:55:25 Stderr: time="2019-08-28T01:55:25Z" level=info msg="[0/2] [simple]: Unpausing "
01:55:25 time="2019-08-28T01:55:25Z" level=info msg="[0/2] [another]: Unpausing "
01:55:25 time="2019-08-28T01:55:25Z" level=info msg="[0/2] [another]: Unpaused "
01:55:25 time="2019-08-28T01:55:25Z" level=info msg="[0/2] [simple]: Unpaused "
01:55:25 
01:55:25 Stdout: 
01:55:25 FAILED
01:55:43 tests/acceptance/cli_test.py::CLITestCase::test_up <- tests/integration/testcases.py Killing v2simple_another_1 ... 
01:55:43 Killing v2simple_simple_1 ... 
01:55:43 
Killing v2simple_another_1 ... done

Killing v2simple_simple_1 ... done
Removing v2simple_another_1 ... 
01:55:43 Removing v2simple_simple_1 ... 
01:55:43 
Removing v2simple_another_1 ... done

Removing v2simple_simple_1 ... done
Running process: 32551
01:55:43 FAILED
01:55:43 tests/acceptance/cli_test.py::CLITestCase::test_up_attached Running process: 330
01:55:43 FAILED
01:55:43 tests/acceptance/cli_test.py::CLITestCase::test_up_detached Killing simplecomposefile_another_1 ... 
01:55:43 Killing simplecomposefile_simple_1 ... 
01:55:43 
Killing simplecomposefile_simple_1 ... done

Killing simplecomposefile_another_1 ... done
Removing simplecomposefile_another_1 ... 
01:55:43 Removing simplecomposefile_simple_1 ... 
01:55:43 
Removing simplecomposefile_simple_1 ... done

Removing simplecomposefile_another_1 ... done
Running process: 336
01:55:43 PASSED
01:55:46 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks <- tests/integration/testcases.py Running process: 478
01:55:46 Running process: 544
01:55:46 Stderr: Network  declared as external, but could not be found. Please create the network manually using docker network create  and try again
01:55:46 
01:55:46 Stdout: 
01:55:46 FAILED
01:56:32 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit Running process: 597
01:56:32 FAILED
01:57:11 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown <- tests/integration/testcases.py Running process: 603
01:57:11 FAILED
01:57:50 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint Running process: 609
01:57:50 FAILED
01:58:28 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm Running process: 615
01:58:28 FAILED
01:58:43 tests/acceptance/cli_test.py::CLITestCase::test_up_logging <- tests/integration/testcases.py Killing loggingcomposefile_simple_1 ... 
01:58:43 Killing loggingcomposefile_another_1 ... 
01:58:43 
Killing loggingcomposefile_simple_1 ... done

Killing loggingcomposefile_another_1 ... done
Removing loggingcomposefile_simple_1 ... 
01:58:43 Removing loggingcomposefile_another_1 ... 
01:58:44 
Removing loggingcomposefile_another_1 ... done

Removing loggingcomposefile_simple_1 ... done
Running process: 621
01:58:44 PASSED
01:58:44 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy Killing loggingcomposefilelegacy_another_1 ... 
01:58:44 Killing loggingcomposefilelegacy_simple_1 ... 
01:58:45 
Killing loggingcomposefilelegacy_simple_1 ... done

Killing loggingcomposefilelegacy_another_1 ... done
Removing loggingcomposefilelegacy_another_1 ... 
01:58:45 Removing loggingcomposefilelegacy_simple_1 ... 
01:58:45 
Removing loggingcomposefilelegacy_simple_1 ... done

Removing loggingcomposefilelegacy_another_1 ... done
Running process: 844
01:58:45 PASSED
01:58:45 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network <- tests/integration/testcases.py Running process: 980
01:58:45 FAILED
01:58:45 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services <- tests/integration/testcases.py Running process: 986
01:58:45 Stderr: time="2019-08-28T01:58:45Z" level=fatal msg="Failed to read project: Some networks were defined but are not used by any service: foo bar"
01:58:45 
01:58:45 Stdout: 
01:58:45 FAILED
01:59:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config <- tests/integration/testcases.py Killing networks_another_1 ... 
01:59:03 Killing networks_simple_1 ... 
01:59:03 
Killing networks_another_1 ... done

Killing networks_simple_1 ... done
Removing networks_another_1 ... 
01:59:03 Removing networks_simple_1 ... 
01:59:03 
Removing networks_another_1 ... done

Removing networks_simple_1 ... done
Running process: 992
01:59:03 FAILED
01:59:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file Killing overridefiles_web_1 ... 
01:59:03 Killing overridefiles_db_1 ... 
01:59:03 
Killing overridefiles_db_1 ... done

Killing overridefiles_web_1 ... done
Removing overridefiles_web_1 ... 
01:59:03 Removing overridefiles_db_1 ... 
01:59:03 
Removing overridefiles_web_1 ... done

Removing overridefiles_db_1 ... done
Running process: 1209
01:59:03 PASSED
01:59:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends Killing extends_myweb_1 ... 
01:59:04 Killing extends_mydb_1 ... 
01:59:04 
Killing extends_mydb_1 ... done

Killing extends_myweb_1 ... done
Removing extends_myweb_1 ... 
01:59:04 Removing extends_mydb_1 ... 
01:59:04 
Removing extends_myweb_1 ... done

Removing extends_mydb_1 ... done
Running process: 1341
01:59:04 FAILED
01:59:22 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network <- tests/integration/testcases.py Killing networks_another_1 ... 
01:59:22 Killing networks_simple_1 ... 
01:59:22 
Killing networks_simple_1 ... done

Killing networks_another_1 ... done
Removing networks_another_1 ... 
01:59:22 Removing networks_simple_1 ... 
01:59:22 
Removing networks_another_1 ... done

Removing networks_simple_1 ... done
Running process: 1473
01:59:22 Stderr: time="2019-08-28T01:59:19Z" level=info msg="[0/2] [simple]: Starting "
01:59:22 time="2019-08-28T01:59:19Z" level=info msg="[0/2] [another]: Starting "
01:59:22 time="2019-08-28T01:59:20Z" level=info msg="[1/2] [simple]: Started "
01:59:22 time="2019-08-28T01:59:20Z" level=info msg="[2/2] [another]: Started "
01:59:22 
01:59:22 Stdout: Creating network "networks_default" with driver ""
01:59:22 
01:59:22 FAILED
01:59:23 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate Killing simplecomposefile_simple_1 ... 
01:59:23 Killing simplecomposefile_another_1 ... 
01:59:23 
Killing simplecomposefile_simple_1 ... done

Killing simplecomposefile_another_1 ... done
Removing simplecomposefile_simple_1 ... 
01:59:23 Removing simplecomposefile_another_1 ... 
01:59:23 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 1702
01:59:23 Running process: 1804
01:59:23 PASSED
01:59:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate Killing simplecomposefile_simple_1 ... 
01:59:24 Killing simplecomposefile_another_1 ... 
01:59:24 
Killing simplecomposefile_simple_1 ... done

Killing simplecomposefile_another_1 ... done
Removing simplecomposefile_simple_1 ... 
01:59:24 Removing simplecomposefile_another_1 ... 
01:59:24 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 1975
01:59:24 Stderr: time="2019-08-28T01:59:23Z" level=info msg="[0/2] [another]: Starting "
01:59:24 time="2019-08-28T01:59:23Z" level=info msg="[0/2] [simple]: Starting "
01:59:24 time="2019-08-28T01:59:23Z" level=info msg="[1/2] [another]: Started "
01:59:24 time="2019-08-28T01:59:24Z" level=info msg="[2/2] [simple]: Started "
01:59:24 
01:59:24 Stdout: 
01:59:24 FAILED
01:59:24 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 Killing linkscomposefile_web_1 ... 
01:59:24 
Killing linkscomposefile_web_1 ... done
Removing linkscomposefile_web_1 ... 
01:59:24 
Removing linkscomposefile_web_1 ... done
Running process: 2117
01:59:24 FAILED
01:59:25 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files Killing overridefiles_web_1 ... 
01:59:25 Killing overridefiles_db_1 ... 
01:59:25 Killing overridefiles_other_1 ... 
01:59:26 
Killing overridefiles_web_1 ... done

Killing overridefiles_db_1 ... done

Killing overridefiles_other_1 ... done
Removing overridefiles_web_1 ... 
01:59:26 Removing overridefiles_db_1 ... 
01:59:26 Removing overridefiles_other_1 ... 
01:59:26 
Removing overridefiles_db_1 ... done

Removing overridefiles_web_1 ... done

Removing overridefiles_other_1 ... done
Running process: 2187
01:59:26 PASSED
01:59:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid Running process: 2384
01:59:26 FAILED
01:59:26 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 Killing netcontainer_bar_1 ... 
01:59:26 
Killing netcontainer_bar_1 ... done
Removing netcontainer_bar_1 ... 
01:59:26 
Removing netcontainer_bar_1 ... done
Running process: 2390
01:59:26 Stderr: time="2019-08-28T01:59:26Z" level=info msg="[0/2] [bar]: Starting "
01:59:26 time="2019-08-28T01:59:26Z" level=info msg="[1/2] [bar]: Started "
01:59:26 time="2019-08-28T01:59:26Z" level=info msg="[1/2] [foo]: Starting "
01:59:26 panic: runtime error: invalid memory address or nil pointer dereference
01:59:26 [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x97fd78]
01:59:26 
01:59:26 goroutine 14 [running]:
01:59:26 github.com/docker/libcompose/docker/service.Convert(0xc0003c2d80, 0xc000322a40, 0x1, 0x1, 0xc0002d1600, 0x1, 0x1, 0xc0002e94f0, 0xc, 0x1, ...)
01:59:26 	/go/src/github.com/docker/libcompose/docker/service/convert.go:232 +0x18e8
01:59:26 github.com/docker/libcompose/docker/service.ConvertToAPI(0xc0003c2d80, 0xc000322a40, 0x1, 0x1, 0xc0002d1600, 0x1, 0x1, 0xc0002e94f0, 0xc, 0x1, ...)
01:59:26 	/go/src/github.com/docker/libcompose/docker/service/convert.go:59 +0x90
01:59:26 github.com/docker/libcompose/docker/service.(*Service).createContainer(0xc00039e6e0, 0xbdd100, 0xc00028b900, 0xbced00, 0xc0004668a0, 0x0, 0x0, 0x0, 0xc0002d4400, 0xc000388998, ...)
01:59:26 	/go/src/github.com/docker/libcompose/docker/service/service_create.go:29 +0x120
01:59:26 github.com/docker/libcompose/docker/service.(*Service).up(0xc00039e6e0, 0xbdd100, 0xc00028b900, 0xc000388998, 0x7, 0x1, 0x0, 0x0)
01:59:26 	/go/src/github.com/docker/libcompose/docker/service/service.go:321 +0x360
01:59:26 github.com/docker/libcompose/docker/service.(*Service).Up(0xc00039e6e0, 0xbdd100, 0xc00028b900, 0xc000000000, 0x3, 0x0)
01:59:26 	/go/src/github.com/docker/libcompose/docker/service/service.go:242 +0x14e
01:59:26 github.com/docker/libcompose/project.(*Project).Up.func1.1(0xbeac80, 0xc00039e6e0, 0xc000388977, 0x3)
01:59:26 	/go/src/github.com/docker/libcompose/project/project_up.go:17 +0x68
01:59:26 github.com/docker/libcompose/project.(*serviceWrapper).Do(0xc00038d5e0, 0xc0003a2e40, 0x4, 0x6, 0xc000057fa0)
01:59:26 	/go/src/github.com/docker/libcompose/project/service-wrapper.go:101 +0x11a
01:59:26 github.com/docker/libcompose/project.(*Project).Up.func1(0xc00038d5e0, 0xc0003a2e40)
01:59:26 	/go/src/github.com/docker/libcompose/project/project_up.go:16 +0xad
01:59:26 created by github.com/docker/libcompose/project.(*Project).startService
01:59:26 	/go/src/github.com/docker/libcompose/project/project.go:448 +0x4f5
01:59:26 
01:59:26 Stdout: 
01:59:26 FAILED
01:59:58 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases <- tests/integration/testcases.py Killing networks_web_1 ... 
01:59:59 
Killing networks_web_1 ... done
Removing networks_web_1 ... 
02:00:00 
Removing networks_web_1 ... done
Running process: 2459
02:00:00 PASSED
02:00:18 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal <- tests/integration/testcases.py Killing networks_web_1 ... 
02:00:18 
Killing networks_web_1 ... done
Removing networks_web_1 ... 
02:00:18 
Removing networks_web_1 ... done
Running process: 2654
02:00:18 FAILED
02:00:18 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels <- tests/integration/testcases.py Removing networks_web_1 ... 
02:00:18 
Removing networks_web_1 ... done
Running process: 2788
02:00:18 Stderr: time="2019-08-28T02:00:17Z" level=info msg="[0/1] [web]: Starting "
02:00:18 time="2019-08-28T02:00:17Z" level=error msg="Failed Starting web : Error response from daemon: page not found"
02:00:18 time="2019-08-28T02:00:17Z" level=error msg="Failed to start: web : Error response from daemon: page not found"
02:00:18 Error response from daemon: page not found
02:00:18 
02:00:18 Stdout: 
02:00:18 FAILED
02:00:36 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py Killing networks_service_1 ... 
02:00:36 Killing networks_none_1 ... 
02:00:36 Killing networks_container_1 ... 
02:00:36 Killing networks_bridge_1 ... 
02:00:36 Killing networks_host_1 ... 
02:00:36 
Killing networks_service_1 ... done

Killing networks_container_1 ... done

Killing networks_none_1 ... done

Killing networks_host_1 ... done

Killing networks_bridge_1 ... done
Removing networks_service_1 ... 
02:00:36 Removing networks_none_1 ... 
02:00:36 Removing networks_container_1 ... 
02:00:36 Removing networks_bridge_1 ... 
02:00:36 Removing networks_host_1 ... 
02:00:36 
Removing networks_none_1 ... done

Removing networks_container_1 ... done

Removing networks_host_1 ... done

Removing networks_service_1 ... done

Removing networks_bridge_1 ... done
Running process: 2851
02:00:36 FAILED
02:00:36 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses <- tests/integration/testcases.py Killing networks_web_1 ... 
02:00:37 
Killing networks_web_1 ... done
Removing networks_web_1 ... 
02:00:37 
Removing networks_web_1 ... done
Running process: 3239
02:00:37 FAILED
02:01:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks <- tests/integration/testcases.py Killing networks_app_1 ... 
02:01:16 Killing networks_web_1 ... 
02:01:16 Killing networks_db_1 ... 
02:01:16 
Killing networks_web_1 ... done

Killing networks_db_1 ... done

Killing networks_app_1 ... done
Removing networks_app_1 ... 
02:01:16 Removing networks_web_1 ... 
02:01:16 Removing networks_db_1 ... 
02:01:16 
Removing networks_app_1 ... done

Removing networks_db_1 ... done

Removing networks_web_1 ... done
Running process: 3376
02:01:16 FAILED
02:01:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps Running process: 3727
02:01:16 FAILED
02:01:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate Killing simplecomposefile_another_1 ... 
02:01:16 Killing simplecomposefile_simple_1 ... 
02:01:16 
Killing simplecomposefile_another_1 ... done

Killing simplecomposefile_simple_1 ... done
Removing simplecomposefile_another_1 ... 
02:01:16 Removing simplecomposefile_simple_1 ... 
02:01:16 
Removing simplecomposefile_simple_1 ... done

Removing simplecomposefile_another_1 ... done
Running process: 3733
02:01:16 Running process: 3832
02:01:16 PASSED
02:01:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout Running process: 3872
02:01:16 FAILED
02:01:16 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels <- tests/integration/testcases.py Killing volumes_web_1 ... 
02:01:16 
Killing volumes_web_1 ... done
Removing volumes_web_1 ... 
02:01:16 
Removing volumes_web_1 ... done
Running process: 3878
02:01:16 FAILED
02:01:16 
02:01:16 ==================================== ERRORS ====================================
02:01:16 __________________ ERROR at teardown of CLITestCase.test_help __________________
02:01:16 tests/acceptance/cli_test.py:109: in tearDown
02:01:16     self.project.kill()
02:01:16 tests/acceptance/cli_test.py:128: in project
02:01:16     self._project = get_project(self.base_dir)
02:01:16 compose/cli/command.py:99: in get_project
02:01:16     config_details = config.find(project_dir, config_path, environment)
02:01:16 compose/config/config.py:236: in find
02:01:16     filenames = get_default_config_files(base_dir)
02:01:16 compose/config/config.py:266: in get_default_config_files
02:01:16     raise ComposeFileNotFound(SUPPORTED_FILENAMES)
02:01:16 E   ComposeFileNotFound: 
02:01:16 E           Can't find a suitable configuration file in this directory or any
02:01:16 E           parent. Are you in the right directory?
02:01:16 E   
02:01:16 E           Supported filenames: docker-compose.yml, docker-compose.yaml
02:01:16 =================================== FAILURES ===================================
02:01:16 _____________________ CLITestCase.test_bundle_with_digests _____________________
02:01:16 tests/acceptance/cli_test.py:410: in test_bundle_with_digests
02:01:16     self.dispatch(['bundle', '--output', filename])
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 3 == 0
02:01:16 E    +  where 3 = <subprocess.Popen object at 0x7f45b24a3750>.returncode
02:01:16 _______________________ CLITestCase.test_config_default ________________________
02:01:16 tests/acceptance/cli_test.py:216: in test_config_default
02:01:16     assert output == expected
02:01:16 E   AssertionError: assert {'networks': ...r': 'local'}}} == {'networks': {...r': 'local'}}}
02:01:16 E     Detailed information truncated, use "-vv" to show
02:01:16 ____________________ CLITestCase.test_config_list_services _____________________
02:01:16 tests/acceptance/cli_test.py:176: in test_config_list_services
02:01:16     assert set(result.stdout.rstrip().split('\n')) == {'web', 'other'}
02:01:16 E   AssertionError: assert set(['', '   ...mpose file.']) == set(['other', 'web'])
02:01:16 E     Extra items in the left set:
02:01:16 E     ''
02:01:16 E     'Incorrect Usage: flag provided but not defined: -services'
02:01:16 E     'Usage: docker-compose config [OPTIONS]'
02:01:16 E     'Validate and view the compose file.'
02:01:16 E     "   --quiet, -q  Only validate the configuration, don't print anything."
02:01:16 E     'Options:'
02:01:16 E     Extra items in the right set:
02:01:16 E     'web'
02:01:16 E     'other'
02:01:16 E     Full diff:
02:01:16 E     + set([u'other', u'web'])
02:01:16 E     - set([u'',
02:01:16 E     -      u"   --quiet, -q  Only validate the configuration, don't print anything.",
02:01:16 E     -      u'Incorrect Usage: flag provided but not defined: -services',
02:01:16 E     -      u'Options:',
02:01:16 E     -      u'Usage: docker-compose config [OPTIONS]',
02:01:16 E     -      u'Validate and view the compose file.'])
02:01:16 ___________________ CLITestCase.test_config_quiet_with_error ___________________
02:01:16 tests/acceptance/cli_test.py:184: in test_config_quiet_with_error
02:01:16     assert "'notaservice' must be a mapping" in result.stderr
02:01:16 E   AssertionError: assert "'notaservice' must be a mapping" in 'time="2019-08-28T01:50:43Z" level=error msg="Could not parse config for project invalidcomposefile : yaml: unmarshal ...msg="Failed to read project: yaml: unmarshal errors:\n  line 2: cannot unmarshal !!str `oops` into config.RawService"\n'
02:01:16 E    +  where 'time="2019-08-28T01:50:43Z" level=error msg="Could not parse config for project invalidcomposefile : yaml: unmarshal ...msg="Failed to read project: yaml: unmarshal errors:\n  line 2: cannot unmarshal !!str `oops` into config.RawService"\n' = ProcessResult(stdout=u'', stderr=u'time="2019-08-28T01:50:43Z" level=error msg...l errors:\\n  line 2: cannot unmarshal !!str `oops` into config.RawService"\n').stderr
02:01:16 _______________________ CLITestCase.test_config_restart ________________________
02:01:16 tests/acceptance/cli_test.py:221: in test_config_restart
02:01:16     assert yaml.load(result.stdout) == {
02:01:16 E   AssertionError: assert {'networks': ...'volumes': {}} == {'networks': {...'volumes': {}}
02:01:16 E     Detailed information truncated, use "-vv" to show
02:01:16 __________________________ CLITestCase.test_config_v1 __________________________
02:01:16 tests/acceptance/cli_test.py:266: in test_config_v1
02:01:16     assert yaml.load(result.stdout) == {
02:01:16 E   AssertionError: assert {'networks': ...'volumes': {}} == {'networks': {...'volumes': {}}
02:01:16 E     Detailed information truncated, use "-vv" to show
02:01:16 ____________________________ CLITestCase.test_down _____________________________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:487: in test_down
02:01:16     self.dispatch(['run', 'web', 'true'])
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 1 == 0
02:01:16 E    +  where 1 = <subprocess.Popen object at 0x7f45b24a33d0>.returncode
02:01:16 ____________________ CLITestCase.test_events_human_readable ____________________
02:01:16 tests/acceptance/cli_test.py:1686: in test_events_human_readable
02:01:16     result = wait_on_process(events_proc, returncode=1)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert -2 == 1
02:01:16 E    +  where -2 = <subprocess.Popen object at 0x7f45b24bfc50>.returncode
02:01:16 _________________________ CLITestCase.test_events_json _________________________
02:01:16 tests/acceptance/cli_test.py:1665: in test_events_json
02:01:16     result = wait_on_process(events_proc, returncode=1)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert -2 == 1
02:01:16 E    +  where -2 = <subprocess.Popen object at 0x7f45b1f57150>.returncode
02:01:16 ______________________ CLITestCase.test_exec_custom_user _______________________
02:01:16 tests/acceptance/cli_test.py:974: in test_exec_custom_user
02:01:16     stdout, stderr = self.dispatch(['exec', '-T', '--user=operator', 'console', 'whoami'])
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 3 == 0
02:01:16 E    +  where 3 = <subprocess.Popen object at 0x7f45b2066290>.returncode
02:01:16 ______________________ CLITestCase.test_exec_without_tty _______________________
02:01:16 tests/acceptance/cli_test.py:965: in test_exec_without_tty
02:01:16     stdout, stderr = self.dispatch(['exec', '-T', 'console', 'ls', '-1d', '/'])
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 3 == 0
02:01:16 E    +  where 3 = <subprocess.Popen object at 0x7f45b2060c90>.returncode
02:01:16 ____________________________ CLITestCase.test_help _____________________________
02:01:16 tests/acceptance/cli_test.py:149: in test_help
02:01:16     assert 'Usage: up [options] [SERVICE...]' in result.stdout
02:01:16 E   AssertionError: assert 'Usage: up [options] [SERVICE...]' in "Usage: docker-compose up [OPTIONS]\n\nBring all services up\n\nOptions:\n   -d                Do not block and log\n   --no...e haven't changed. Incompatible with --no-recreate.\n   --build           Build images before starting containers.\n   \n"
02:01:16 E    +  where "Usage: docker-compose up [OPTIONS]\n\nBring all services up\n\nOptions:\n   -d                Do not block and log\n   --no...e haven't changed. Incompatible with --no-recreate.\n   --build           Build images before starting containers.\n   \n" = ProcessResult(stdout=u"Usage: docker-compose up [OPTIONS]\n\nBring all service...--build           Build images before starting containers.\n   \n", stderr=u'').stdout
02:01:16 _______________ CLITestCase.test_home_and_env_var_in_volume_path _______________
02:01:16 ../local/lib/python2.7/site-packages/mock/mock.py:1747: in _inner
02:01:16     return f(*args, **kw)
02:01:16 tests/acceptance/cli_test.py:1720: in test_home_and_env_var_in_volume_path
02:01:16     assert components[-2:] == ['home-dir', 'my-volume']
02:01:16 E   AssertionError: assert ['~', 'my-volume'] == ['home-dir', 'my-volume']
02:01:16 E     At index 0 diff: u'~' != u'home-dir'
02:01:16 E     Full diff:
02:01:16 E     - [u'~', u'my-volume']
02:01:16 E     ?    ^
02:01:16 E     + [u'home-dir', u'my-volume']
02:01:16 E     ?    ^^^^^^^^
02:01:16 _____________________ CLITestCase.test_host_not_reachable ______________________
02:01:16 tests/acceptance/cli_test.py:161: in test_host_not_reachable
02:01:16     result = self.dispatch(['-H=tcp://doesnotexist:8000', 'ps'], returncode=1)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 0 == 1
02:01:16 E    +  where 0 = <subprocess.Popen object at 0x7f45b1bee250>.returncode
02:01:16 __________ CLITestCase.test_host_not_reachable_volumes_from_container __________
02:01:16 tests/acceptance/cli_test.py:170: in test_host_not_reachable_volumes_from_container
02:01:16     result = self.dispatch(['-H=tcp://doesnotexist:8000', 'ps'], returncode=1)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 0 == 1
02:01:16 E    +  where 0 = <subprocess.Popen object at 0x7f45b2060f50>.returncode
02:01:16 _________________________ CLITestCase.test_logs_follow _________________________
02:01:16 tests/acceptance/cli_test.py:1484: in test_logs_follow
02:01:16     assert result.stdout.count('\n') == 5
02:01:16 E   AssertionError: assert 9 == 5
02:01:16 E    +  where 9 = <built-in method count of unicode object at 0x7f45b24985a0>('\n')
02:01:16 E    +    where <built-in method count of unicode object at 0x7f45b24985a0> = 'Incorrect Usage: flag provided but not defined: -f\n\nUsage: docker-compose logs [OPTIONS]\n\nGet service logs\n\nOptions:\n   --follow  Follow log output.\n   \n'.count
02:01:16 E    +      where 'Incorrect Usage: flag provided but not defined: -f\n\nUsage: docker-compose logs [OPTIONS]\n\nGet service logs\n\nOptions:\n   --follow  Follow log output.\n   \n' = ProcessResult(stdout=u'Incorrect Usage: flag provided but not defined: -f\n\nU... service logs\n\nOptions:\n   --follow  Follow log output.\n   \n', stderr=u'').stdout
02:01:16 ____________ CLITestCase.test_logs_follow_logs_from_new_containers _____________
02:01:16 tests/acceptance/cli_test.py:1505: in test_logs_follow_logs_from_new_containers
02:01:16     assert 'hello' in result.stdout
02:01:16 E   AssertionError: assert 'hello' in 'Incorrect Usage: flag provided but not defined: -f\n\nUsage: docker-compose logs [OPTIONS]\n\nGet service logs\n\nOptions:\n   --follow  Follow log output.\n   \n'
02:01:16 E    +  where 'Incorrect Usage: flag provided but not defined: -f\n\nUsage: docker-compose logs [OPTIONS]\n\nGet service logs\n\nOptions:\n   --follow  Follow log output.\n   \n' = ProcessResult(stdout=u'Incorrect Usage: flag provided but not defined: -f\n\nU... service logs\n\nOptions:\n   --follow  Follow log output.\n   \n', stderr=u'').stdout
02:01:16 __________________________ CLITestCase.test_logs_tail __________________________
02:01:16 tests/acceptance/cli_test.py:1540: in test_logs_tail
02:01:16     assert result.stdout.count('\n') == 3
02:01:16 E   AssertionError: assert 9 == 3
02:01:16 E    +  where 9 = <built-in method count of unicode object at 0x7f45b247f4e0>('\n')
02:01:16 E    +    where <built-in method count of unicode object at 0x7f45b247f4e0> = 'Incorrect Usage: flag provided but not defined: -tail\n\nUsage: docker-compose logs [OPTIONS]\n\nGet service logs\n\nOptions:\n   --follow  Follow log output.\n   \n'.count
02:01:16 E    +      where 'Incorrect Usage: flag provided but not defined: -tail\n\nUsage: docker-compose logs [OPTIONS]\n\nGet service logs\n\nOptions:\n   --follow  Follow log output.\n   \n' = ProcessResult(stdout=u'Incorrect Usage: flag provided but not defined: -tail\n... service logs\n\nOptions:\n   --follow  Follow log output.\n   \n', stderr=u'').stdout
02:01:16 _______________________ CLITestCase.test_logs_timestamps _______________________
02:01:16 tests/acceptance/cli_test.py:1533: in test_logs_timestamps
02:01:16     self.assertRegexpMatches(result.stdout, '(\d{4})-(\d{2})-(\d{2})T(\d{2})\:(\d{2})\:(\d{2})')
02:01:16 E   AssertionError: Regexp didn't match: u'(\\d{4})-(\\d{2})-(\\d{2})T(\\d{2})\\:(\\d{2})\\:(\\d{2})' not found in u'Incorrect Usage: flag provided but not defined: -f\n\nUsage: docker-compose logs [OPTIONS]\n\nGet service logs\n\nOptions:\n   --follow  Follow log output.\n   \n'
02:01:16 _____________________ CLITestCase.test_pause_no_containers _____________________
02:01:16 tests/acceptance/cli_test.py:1468: in test_pause_no_containers
02:01:16     result = self.dispatch(['pause'], returncode=1)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 0 == 1
02:01:16 E    +  where 0 = <subprocess.Popen object at 0x7f45b1b71410>.returncode
02:01:16 _______________________ CLITestCase.test_port_with_scale _______________________
02:01:16 tests/acceptance/cli_test.py:1654: in test_port_with_scale
02:01:16     self.assertEqual(get_port(3000), containers[0].get_local_port(3000))
02:01:16 E   AssertionError: u'0.0.0.0:32770' != u'0.0.0.0:32769'
02:01:16 E   - 0.0.0.0:32770
02:01:16 E   ?            ^^
02:01:16 E   + 0.0.0.0:32769
02:01:16 E   ?            ^^
02:01:16 ____________________________ CLITestCase.test_pull _____________________________
02:01:16 tests/acceptance/cli_test.py:317: in test_pull
02:01:16     assert sorted(result.stderr.split('\n'))[1:] == [
02:01:16 E   AssertionError: assert ['Digest: sha...:latest', ...] == ['Pulling anot...x:latest)...']
02:01:16 E     Detailed information truncated, use "-vv" to show
02:01:16 ____________________ CLITestCase.test_restart_no_containers ____________________
02:01:16 tests/acceptance/cli_test.py:1602: in test_restart_no_containers
02:01:16     result = self.dispatch(['restart'], returncode=1)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 0 == 1
02:01:16 E    +  where 0 = <subprocess.Popen object at 0x7f45b1b719d0>.returncode
02:01:16 ___________________________ CLITestCase.test_rm_all ____________________________
02:01:16 tests/acceptance/cli_test.py:1397: in test_rm_all
02:01:16     self.assertEqual(len(service.containers(stopped=True)), 0)
02:01:16 E   AssertionError: 1 != 0
02:01:16 ______________ CLITestCase.test_run_detached_connects_to_network _______________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:1306: in test_run_detached_connects_to_network
02:01:16     assert not aliases
02:01:16 E   AssertionError: assert not set(['app'])
02:01:16 ___________ CLITestCase.test_run_does_not_recreate_linked_containers ___________
02:01:16 tests/acceptance/cli_test.py:1021: in test_run_does_not_recreate_linked_containers
02:01:16     self.dispatch(['run', 'web', '/bin/true'], None)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 1 == 0
02:01:16 E    +  where 1 = <subprocess.Popen object at 0x7f45b1b9ca10>.returncode
02:01:16 _________________ CLITestCase.test_run_env_values_from_system __________________
02:01:16 ../local/lib/python2.7/site-packages/mock/mock.py:1747: in _inner
02:01:16     return f(*args, **kw)
02:01:16 tests/acceptance/cli_test.py:1361: in test_run_env_values_from_system
02:01:16     container = self.project.containers(one_off=OneOffFilter.only, stopped=True)[0]
02:01:16 E   IndexError: list index out of range
02:01:16 _____________________ CLITestCase.test_run_handles_sigint ______________________
02:01:16 tests/acceptance/cli_test.py:1316: in test_run_handles_sigint
02:01:16     'running'))
02:01:16 tests/acceptance/cli_test.py:61: in wait_on_condition
02:01:16     raise AssertionError("Timeout: %s" % condition)
02:01:16 E   AssertionError: Timeout: waiting for container to be running
02:01:16 _____________________ CLITestCase.test_run_handles_sigterm _____________________
02:01:16 tests/acceptance/cli_test.py:1329: in test_run_handles_sigterm
02:01:16     'running'))
02:01:16 tests/acceptance/cli_test.py:61: in wait_on_condition
02:01:16     raise AssertionError("Timeout: %s" % condition)
02:01:16 E   AssertionError: Timeout: waiting for container to be running
02:01:16 _____________ CLITestCase.test_run_interactive_connects_to_network _____________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:1267: in test_run_interactive_connects_to_network
02:01:16     self.dispatch(['run', 'app', 'nslookup', 'app'])
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 1 == 0
02:01:16 E    +  where 1 = <subprocess.Popen object at 0x7f45b1b9c0d0>.returncode
02:01:16 __________ CLITestCase.test_run_service_with_compose_file_entrypoint ___________
02:01:16 tests/acceptance/cli_test.py:1071: in test_run_service_with_compose_file_entrypoint
02:01:16     self.dispatch(['run', 'test'])
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 1 == 0
02:01:16 E    +  where 1 = <subprocess.Popen object at 0x7f45b1b8e110>.returncode
02:01:16 _ CLITestCase.test_run_service_with_compose_file_entrypoint_and_command_overridden _
02:01:16 tests/acceptance/cli_test.py:1086: in test_run_service_with_compose_file_entrypoint_and_command_overridden
02:01:16     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
02:01:16 E   IndexError: list index out of range
02:01:16 _ CLITestCase.test_run_service_with_compose_file_entrypoint_and_empty_string_command _
02:01:16 tests/acceptance/cli_test.py:1093: in test_run_service_with_compose_file_entrypoint_and_empty_string_command
02:01:16     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
02:01:16 E   IndexError: list index out of range
02:01:16 _____ CLITestCase.test_run_service_with_compose_file_entrypoint_overridden _____
02:01:16 tests/acceptance/cli_test.py:1079: in test_run_service_with_compose_file_entrypoint_overridden
02:01:16     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
02:01:16 E   IndexError: list index out of range
02:01:16 ________________ CLITestCase.test_run_service_with_dependencies ________________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:1001: in test_run_service_with_dependencies
02:01:16     self.dispatch(['run', 'web', '/bin/true'], None)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 1 == 0
02:01:16 E    +  where 1 = <subprocess.Popen object at 0x7f45b09523d0>.returncode
02:01:16 ___________ CLITestCase.test_run_service_with_dockerfile_entrypoint ____________
02:01:16 tests/acceptance/cli_test.py:1050: in test_run_service_with_dockerfile_entrypoint
02:01:16     self.dispatch(['run', 'test'])
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 1 == 0
02:01:16 E    +  where 1 = <subprocess.Popen object at 0x7f45b1ba3c90>.returncode
02:01:16 _ CLITestCase.test_run_service_with_dockerfile_entrypoint_and_command_overridden _
02:01:16 tests/acceptance/cli_test.py:1065: in test_run_service_with_dockerfile_entrypoint_and_command_overridden
02:01:16     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
02:01:16 E   IndexError: list index out of range
02:01:16 ______ CLITestCase.test_run_service_with_dockerfile_entrypoint_overridden ______
02:01:16 tests/acceptance/cli_test.py:1058: in test_run_service_with_dockerfile_entrypoint_overridden
02:01:16     container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0]
02:01:16 E   IndexError: list index out of range
02:01:16 __________ CLITestCase.test_run_service_with_environement_overridden ___________
02:01:16 tests/acceptance/cli_test.py:1126: in test_run_service_with_environement_overridden
02:01:16     container = service.containers(stopped=True, one_off=OneOffFilter.only)[0]
02:01:16 E   IndexError: list index out of range
02:01:16 _________ CLITestCase.test_run_service_with_explicitly_maped_ip_ports __________
02:01:16 tests/acceptance/cli_test.py:1200: in test_run_service_with_explicitly_maped_ip_ports
02:01:16     container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0]
02:01:16 E   IndexError: list index out of range
02:01:16 ___________ CLITestCase.test_run_service_with_explicitly_maped_ports ___________
02:01:16 tests/acceptance/cli_test.py:1178: in test_run_service_with_explicitly_maped_ports
02:01:16     container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0]
02:01:16 E   IndexError: list index out of range
02:01:16 ___________________ CLITestCase.test_run_service_with_links ____________________
02:01:16 tests/acceptance/cli_test.py:992: in test_run_service_with_links
02:01:16     self.dispatch(['run', 'web', '/bin/true'], None)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 1 == 0
02:01:16 E    +  where 1 = <subprocess.Popen object at 0x7f45b1b82950>.returncode
02:01:16 _________________ CLITestCase.test_run_service_with_map_ports __________________
02:01:16 tests/acceptance/cli_test.py:1157: in test_run_service_with_map_ports
02:01:16     container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0]
02:01:16 E   IndexError: list index out of range
02:01:16 ______________ CLITestCase.test_run_service_with_user_overridden _______________
02:01:16 tests/acceptance/cli_test.py:1101: in test_run_service_with_user_overridden
02:01:16     self.dispatch(['run', '--user={user}'.format(user=user), name], returncode=1)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 0 == 1
02:01:16 E    +  where 0 = <subprocess.Popen object at 0x7f45b1c45c10>.returncode
02:01:16 _________ CLITestCase.test_run_service_with_user_overridden_short_form _________
02:01:16 tests/acceptance/cli_test.py:1110: in test_run_service_with_user_overridden_short_form
02:01:16     self.dispatch(['run', '-u', user, name], returncode=1)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 0 == 1
02:01:16 E    +  where 0 = <subprocess.Popen object at 0x7f45b204fb10>.returncode
02:01:16 _____________ CLITestCase.test_run_service_with_workdir_overridden _____________
02:01:16 tests/acceptance/cli_test.py:1250: in test_run_service_with_workdir_overridden
02:01:16     container = service.containers(stopped=True, one_off=True)[0]
02:01:16 E   IndexError: list index out of range
02:01:16 _______ CLITestCase.test_run_service_with_workdir_overridden_short_form ________
02:01:16 tests/acceptance/cli_test.py:1259: in test_run_service_with_workdir_overridden_short_form
02:01:16     container = service.containers(stopped=True, one_off=True)[0]
02:01:16 E   IndexError: list index out of range
02:01:16 __________________ CLITestCase.test_run_service_without_links __________________
02:01:16 tests/acceptance/cli_test.py:980: in test_run_service_without_links
02:01:16     self.dispatch(['run', 'console', '/bin/true'])
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 1 == 0
02:01:16 E    +  where 1 = <subprocess.Popen object at 0x7f45b1b71050>.returncode
02:01:16 ________________ CLITestCase.test_run_service_without_map_ports ________________
02:01:16 tests/acceptance/cli_test.py:1150: in test_run_service_without_map_ports
02:01:16     self.assertEqual(port_random, None)
02:01:16 E   AssertionError: u'0.0.0.0:32771' != None
02:01:16 _____________ CLITestCase.test_run_unicode_env_values_from_system ______________
02:01:16 ../local/lib/python2.7/site-packages/mock/mock.py:1747: in _inner
02:01:16     return f(*args, **kw)
02:01:16 tests/acceptance/cli_test.py:1345: in test_run_unicode_env_values_from_system
02:01:16     result = self.dispatch(['run', 'simple'])
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 1 == 0
02:01:16 E    +  where 1 = <subprocess.Popen object at 0x7f45b0952290>.returncode
02:01:16 ____________________ CLITestCase.test_run_with_custom_name _____________________
02:01:16 tests/acceptance/cli_test.py:1241: in test_run_with_custom_name
02:01:16     container, = service.containers(stopped=True, one_off=OneOffFilter.only)
02:01:16 E   ValueError: need more than 0 values to unpack
02:01:16 ____________________ CLITestCase.test_run_with_expose_ports ____________________
02:01:16 tests/acceptance/cli_test.py:1217: in test_run_with_expose_ports
02:01:16     container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0]
02:01:16 E   IndexError: list index out of range
02:01:16 _____________________ CLITestCase.test_run_without_command _____________________
02:01:16 tests/acceptance/cli_test.py:1032: in test_run_without_command
02:01:16     self.dispatch(['run', 'implicit'])
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 1 == 0
02:01:16 E    +  where 1 = <subprocess.Popen object at 0x7f45b1b8ea90>.returncode
02:01:16 _____________________ CLITestCase.test_start_no_containers _____________________
02:01:16 tests/acceptance/cli_test.py:1424: in test_start_no_containers
02:01:16     result = self.dispatch(['start'], returncode=1)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 0 == 1
02:01:16 E    +  where 0 = <subprocess.Popen object at 0x7f45b1b82310>.returncode
02:01:16 ____________________ CLITestCase.test_unpause_no_containers ____________________
02:01:16 tests/acceptance/cli_test.py:1472: in test_unpause_no_containers
02:01:16     result = self.dispatch(['unpause'], returncode=1)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 0 == 1
02:01:16 E    +  where 0 = <subprocess.Popen object at 0x7f45b1b8e310>.returncode
02:01:16 _____________________________ CLITestCase.test_up ______________________________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:557: in test_up
02:01:16     assert self.lookup(container, service.name)
02:01:16 E   AssertionError: assert <bound method CLITestCase.lookup of <tests.acceptance.cli_test.CLITestCase testMethod=test_up>>(<Container: v2simple_simple_1 (23627f)>, 'simple')
02:01:16 E    +  where <bound method CLITestCase.lookup of <tests.acceptance.cli_test.CLITestCase testMethod=test_up>> = <tests.acceptance.cli_test.CLITestCase testMethod=test_up>.lookup
02:01:16 E    +  and   'simple' = <Service: simple>.name
02:01:16 _________________________ CLITestCase.test_up_attached _________________________
02:01:16 tests/acceptance/cli_test.py:522: in test_up_attached
02:01:16     assert 'simple_1   | simple' in result.stdout
02:01:16 E   AssertionError: assert 'simple_1   | simple' in "Incorrect Usage: flag provided but not defined: -no-color\n\nUsage: docker-compose up [OPTIONS]\n\nBring all services up\n...e haven't changed. Incompatible with --no-recreate.\n   --build           Build images before starting containers.\n   \n"
02:01:16 E    +  where "Incorrect Usage: flag provided but not defined: -no-color\n\nUsage: docker-compose up [OPTIONS]\n\nBring all services up\n...e haven't changed. Incompatible with --no-recreate.\n   --build           Build images before starting containers.\n   \n" = ProcessResult(stdout=u"Incorrect Usage: flag provided but not defined: -no-col...--build           Build images before starting containers.\n   \n", stderr=u'').stdout
02:01:16 ____________________ CLITestCase.test_up_external_networks _____________________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:751: in test_up_external_networks
02:01:16     self.dispatch(['-f', filename, 'up', '-d'])
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 1 == 0
02:01:16 E    +  where 1 = <subprocess.Popen object at 0x7f45b1be30d0>.returncode
02:01:16 _____________ CLITestCase.test_up_handles_abort_on_container_exit ______________
02:01:16 tests/acceptance/cli_test.py:956: in test_up_handles_abort_on_container_exit
02:01:16     wait_on_condition(ContainerCountCondition(self.project, 2))
02:01:16 tests/acceptance/cli_test.py:61: in wait_on_condition
02:01:16     raise AssertionError("Timeout: %s" % condition)
02:01:16 E   AssertionError: Timeout: waiting for counter count == 2
02:01:16 __________________ CLITestCase.test_up_handles_force_shutdown __________________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:947: in test_up_handles_force_shutdown
02:01:16     wait_on_condition(ContainerCountCondition(self.project, 2))
02:01:16 tests/acceptance/cli_test.py:61: in wait_on_condition
02:01:16     raise AssertionError("Timeout: %s" % condition)
02:01:16 E   AssertionError: Timeout: waiting for counter count == 2
02:01:16 ______________________ CLITestCase.test_up_handles_sigint ______________________
02:01:16 tests/acceptance/cli_test.py:931: in test_up_handles_sigint
02:01:16     wait_on_condition(ContainerCountCondition(self.project, 2))
02:01:16 tests/acceptance/cli_test.py:61: in wait_on_condition
02:01:16     raise AssertionError("Timeout: %s" % condition)
02:01:16 E   AssertionError: Timeout: waiting for counter count == 2
02:01:16 _____________________ CLITestCase.test_up_handles_sigterm ______________________
02:01:16 tests/acceptance/cli_test.py:938: in test_up_handles_sigterm
02:01:16     wait_on_condition(ContainerCountCondition(self.project, 2))
02:01:16 tests/acceptance/cli_test.py:61: in wait_on_condition
02:01:16     raise AssertionError("Timeout: %s" % condition)
02:01:16 E   AssertionError: Timeout: waiting for counter count == 2
02:01:16 _____________________ CLITestCase.test_up_missing_network ______________________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:694: in test_up_missing_network
02:01:16     assert 'Service "web" uses an undefined network "foo"' in result.stderr
02:01:16 E   AssertionError: assert 'Service "web" uses an undefined network "foo"' in 'time="2019-08-28T01:58:44Z" level=fatal msg="Failed to read project: Some networks were defined but are not used by any service: bar"\n'
02:01:16 E    +  where 'time="2019-08-28T01:58:44Z" level=fatal msg="Failed to read project: Some networks were defined but are not used by any service: bar"\n' = ProcessResult(stdout=u'', stderr=u'time="2019-08-28T01:58:44Z" level=fatal msg...d project: Some networks were defined but are not used by any service: bar"\n').stderr
02:01:16 _______________________ CLITestCase.test_up_no_services ________________________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:821: in test_up_no_services
02:01:16     self.dispatch(['up', '-d'], None)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 1 == 0
02:01:16 E    +  where 1 = <subprocess.Popen object at 0x7f45b1b8e210>.returncode
02:01:16 _______________ CLITestCase.test_up_with_default_network_config ________________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:571: in test_up_with_default_network_config
02:01:16     assert networks[0]['Options']['com.docker.network.bridge.enable_icc'] == 'false'
02:01:16 E   KeyError: u'com.docker.network.bridge.enable_icc'
02:01:16 _______________________ CLITestCase.test_up_with_extends _______________________
02:01:16 tests/acceptance/cli_test.py:1780: in test_up_with_extends
02:01:16     set(['db', 'mydb_1', 'extends_mydb_1']))
02:01:16 E   AssertionError: Items in the second set but not the first:
02:01:16 E   u'mydb_1'
02:01:16 ______________ CLITestCase.test_up_with_external_default_network _______________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:762: in test_up_with_external_default_network
02:01:16     result = self.dispatch(['-f', filename, 'up', '-d'], returncode=1)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 0 == 1
02:01:16 E    +  where 0 = <subprocess.Popen object at 0x7f45b1c45750>.returncode
02:01:16 ___________ CLITestCase.test_up_with_force_recreate_and_no_recreate ____________
02:01:16 tests/acceptance/cli_test.py:914: in test_up_with_force_recreate_and_no_recreate
02:01:16     returncode=1)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 0 == 1
02:01:16 E    +  where 0 = <subprocess.Popen object at 0x7f45b1b8c150>.returncode
02:01:16 ______________________ CLITestCase.test_up_with_links_v1 _______________________
02:01:16 tests/acceptance/cli_test.py:844: in test_up_with_links_v1
02:01:16     self.assertEqual(len(db.containers()), 1)
02:01:16 E   AssertionError: 0 != 1
02:01:16 ___________________ CLITestCase.test_up_with_net_is_invalid ____________________
02:01:16 tests/acceptance/cli_test.py:858: in test_up_with_net_is_invalid
02:01:16     assert "Unsupported config option for services.bar: 'net'" in result.stderr
02:01:16 E   AssertionError: assert "Unsupported config option for services.bar: 'net'" in 'time="2019-08-28T01:59:26Z" level=error msg="Could not parse config for project netcontainer : Unsupported config opt...e="2019-08-28T01:59:26Z" level=fatal msg="Failed to read project: Unsupported config option for bar service: \'net\'"\n'
02:01:16 E    +  where 'time="2019-08-28T01:59:26Z" level=error msg="Could not parse config for project netcontainer : Unsupported config opt...e="2019-08-28T01:59:26Z" level=fatal msg="Failed to read project: Unsupported config option for bar service: \'net\'"\n' = ProcessResult(stdout=u'', stderr=u'time="2019-08-28T01:59:26Z" level=error msg...Failed to read project: Unsupported config option for bar service: \'net\'"\n').stderr
02:01:16 _______________________ CLITestCase.test_up_with_net_v1 ________________________
02:01:16 tests/acceptance/cli_test.py:862: in test_up_with_net_v1
02:01:16     self.dispatch(['up', '-d'], None)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 2 == 0
02:01:16 E    +  where 2 = <subprocess.Popen object at 0x7f45b204fb90>.returncode
02:01:16 __________________ CLITestCase.test_up_with_network_internal ___________________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:617: in test_up_with_network_internal
02:01:16     assert networks[0]['Internal'] is True
02:01:16 E   AssertionError: assert False is True
02:01:16 ___________________ CLITestCase.test_up_with_network_labels ____________________
02:01:16 tests/integration/testcases.py:68: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:785: in test_up_with_network_labels
02:01:16     self.dispatch(['-f', filename, 'up', '-d'], returncode=0)
02:01:16 tests/acceptance/cli_test.py:134: in dispatch
02:01:16     return wait_on_process(proc, returncode=returncode)
02:01:16 tests/acceptance/cli_test.py:53: in wait_on_process
02:01:16     assert proc.returncode == returncode
02:01:16 E   AssertionError: assert 1 == 0
02:01:16 E    +  where 1 = <subprocess.Popen object at 0x7f45b1bca290>.returncode
02:01:16 ____________________ CLITestCase.test_up_with_network_mode _____________________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:714: in test_up_with_network_mode
02:01:16     assert not networks
02:01:16 E   AssertionError: assert not [{'Attachable': False, 'Containers': {}, 'Created': '2019-08-28T02:00:17.946837646Z', 'Driver': 'bridge', ...}]
02:01:16 ______________ CLITestCase.test_up_with_network_static_addresses _______________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:640: in test_up_with_network_static_addresses
02:01:16     assert ipv4_address in ipam_config.values()
02:01:16 E   AttributeError: 'NoneType' object has no attribute 'values'
02:01:16 ______________________ CLITestCase.test_up_with_networks _______________________
02:01:16 tests/integration/testcases.py:55: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:668: in test_up_with_networks
02:01:16     assert '{}:database'.format(db_container.name) in links
02:01:16 E   TypeError: argument of type 'NoneType' is not iterable
02:01:16 _______________________ CLITestCase.test_up_with_no_deps _______________________
02:01:16 tests/acceptance/cli_test.py:879: in test_up_with_no_deps
02:01:16     self.assertEqual(len(web.containers()), 1)
02:01:16 E   AssertionError: 0 != 1
02:01:16 _______________________ CLITestCase.test_up_with_timeout _______________________
02:01:16 tests/acceptance/cli_test.py:920: in test_up_with_timeout
02:01:16     self.assertEqual(len(service.containers()), 1)
02:01:16 E   AssertionError: 0 != 1
02:01:16 ____________________ CLITestCase.test_up_with_volume_labels ____________________
02:01:16 tests/integration/testcases.py:68: in wrapper
02:01:16     return f(self, *args, **kwargs)
02:01:16 tests/acceptance/cli_test.py:814: in test_up_with_volume_labels
02:01:16     assert [v['Name'] for v in volumes] == [volume_with_label]
02:01:16 E   AssertionError: assert [] == ['volumes_volume_with_label']
02:01:16 E     Right contains more items, first extra item: 'volumes_volume_with_label'
02:01:16 E     Full diff:
02:01:16 E     - []
02:01:16 E     + [u'volumes_volume_with_label']
02:01:16 =============== 79 failed, 43 passed, 1 error in 648.60 seconds ================
02:01:16 /go/src/github.com/docker/libcompose
02:01:16 ---> Making bundle: .integration-daemon-stop (in .)
02:01:16 ++++ cat ./docker.pid
02:01:16 +++ kill 25996
02:01:16 
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
02:01:16 chowning workspace
[Pipeline] sh
02:01:16 + uname -m
[Pipeline] sh
02:01:17 + pwd
02:01:17 + id -u
02:01:17 + id -g
02:01:17 + docker run --rm -v /home/ubuntu/workspace/libcompose_PR-530:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] stage
02:01:18 Using the ‘stage’ step without a block argument is deprecated
02:01:18 Entering stage build
02:01:18 Proceeding
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
02:01:18 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] sh
02:01:18 + make -e cross-binary
02:01:18 docker build -t "dockerbuildbot/libcompose:8fa39cdcc0471c028cd69170c88ae7fe33486398" .
02:01:18 Sending build context to Docker daemon  6.582MB

02:01:18 Step 1/14 : FROM golang:1.12.7
02:01:18  ---> be63d15101cb
02:01:18 Step 2/14 : RUN apt-get update &&     apt-get install -y iptables build-essential --no-install-recommends &&     apt-get install -y python-pip &&     pip install virtualenv
02:01:18  ---> Using cache
02:01:18  ---> 21d5a8c7a57d
02:01:18 Step 3/14 : RUN GO111MODULE=off go get github.com/aktau/github-release &&     GO111MODULE=off go get golang.org/x/tools/cmd/cover &&     GO111MODULE=off go get golang.org/x/lint/golint
02:01:18  ---> Using cache
02:01:18  ---> 306346959cdd
02:01:18 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
02:01:18  ---> Using cache
02:01:18  ---> ddb62fc06e20
02:01:18 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
02:01:18  ---> Using cache
02:01:18  ---> e678684ad8b9
02:01:18 Step 6/14 : RUN set -e; set -x;     for v in $(echo ${DOCKER_VERSIONS} | cut -f1); do         if test "${v}" = "1.9.1" || test "${v}" = "1.10.3"; then            mkdir -p /usr/local/bin/docker-${v}/;            curl https://get.docker.com/builds/Linux/x86_64/docker-${v} -o /usr/local/bin/docker-${v}/docker;            chmod +x /usr/local/bin/docker-${v}/docker;         elif test "${v}" = "1.13.1"; then            curl https://get.docker.com/builds/Linux/x86_64/docker-${v}.tgz -o docker-${v}.tgz;              tar xzf docker-${v}.tgz -C /usr/local/bin/;              mv /usr/local/bin/docker /usr/local/bin/docker-${v};              rm docker-${v}.tgz;         else              curl https://download.docker.com/linux/static/stable/x86_64/docker-${v}-ce.tgz -o docker-${v}.tgz;              tar xzf docker-${v}.tgz -C /usr/local/bin/;              mv /usr/local/bin/docker /usr/local/bin/docker-${v};              rm docker-${v}.tgz;         fi     done
02:01:18  ---> Using cache
02:01:18  ---> 2a2a5f9286d5
02:01:18 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
02:01:18  ---> Using cache
02:01:18  ---> 9b0fc670516d
02:01:18 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
02:01:18  ---> Using cache
02:01:18  ---> ed1679e3fe73
02:01:18 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
02:01:18  ---> Using cache
02:01:18  ---> bbb6c946c6d4
02:01:18 Step 10/14 : RUN virtualenv venv &&     git clone https://github.com/docker/compose.git venv/compose &&     cd venv/compose &&     git checkout -q "$COMPOSE_COMMIT" &&     ../bin/pip install                -r requirements.txt                -r requirements-dev.txt
02:01:18  ---> Using cache
02:01:18  ---> 2fdc88c2560b
02:01:18 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
02:01:18  ---> Using cache
02:01:18  ---> 5e19c4cc6338
02:01:18 Step 12/14 : ENV USER root
02:01:18  ---> Using cache
02:01:18  ---> 3362cb91f2c3
02:01:18 Step 13/14 : ENTRYPOINT ["hack/dind"]
02:01:18  ---> Using cache
02:01:18  ---> 119609986711
02:01:18 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
02:01:18  ---> Using cache
02:01:18  ---> 47be6705b63a
02:01:18 Successfully built 47be6705b63a
02:01:18 Successfully tagged dockerbuildbot/libcompose:8fa39cdcc0471c028cd69170c88ae7fe33486398
02:01:18 docker run --rm -i  --privileged -e DAEMON_VERSION=""default"" -e OS_PLATFORM_ARG -e OS_ARCH_ARG -e DOCKER_TEST_HOST -e TESTDIRS -e TESTFLAGS -e SHOWWARNING -e TESTVERBOSE -v "/home/ubuntu/workspace/libcompose_PR-530/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:8fa39cdcc0471c028cd69170c88ae7fe33486398" ./hack/make.sh cross-binary
02:01:18 ---> Making bundle: cross-binary (in .)
02:01:18 Building binary for linux/386...
02:01:18 go: finding github.com/docker/go-connections v0.3.0
02:01:18 go: finding github.com/docker/distribution v2.7.1+incompatible
02:01:18 go: finding github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:01:18 go: finding github.com/Microsoft/hcsshim v0.8.6
02:01:18 go: finding github.com/urfave/cli v1.21.0
02:01:18 go: finding github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:01:18 go: finding github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:01:18 go: finding github.com/Microsoft/go-winio v0.3.8
02:01:18 go: finding github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
02:01:19 go: finding gotest.tools v2.2.0+incompatible
02:01:19 go: finding github.com/gorilla/context v1.1.1
02:01:19 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
02:01:19 go: finding github.com/pkg/errors v0.8.0
02:01:19 go: finding github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:01:20 go: finding gopkg.in/yaml.v2 v2.2.2
02:01:20 go: finding golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:01:20 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:01:20 go: finding github.com/docker/docker v0.7.3-0.20190813234819-fade624f1696
02:01:20 go: finding github.com/docker/docker-credential-helpers v0.6.3
02:01:20 go: finding github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
02:01:20 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:01:20 go: finding github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:01:20 go: finding github.com/xeipuuv/gojsonschema v1.1.0
02:01:20 go: finding google.golang.org/grpc v1.22.1
02:01:21 go: finding github.com/stretchr/testify v1.3.0
02:01:21 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:01:21 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:01:21 go: finding github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:01:21 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
02:01:21 go: finding github.com/docker/go-units v0.4.0
02:01:21 go: finding github.com/gogo/protobuf v1.1.1
02:01:21 go: finding github.com/BurntSushi/toml v0.3.1
02:01:22 go: finding github.com/client9/misspell v0.3.4
02:01:22 go: finding github.com/stretchr/objx v0.1.0
02:01:22 go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:01:22 go: finding github.com/golang/protobuf v1.2.0
02:01:23 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
02:01:23 go: finding github.com/google/go-cmp v0.2.0
02:01:23 go: finding github.com/sirupsen/logrus v1.2.0
02:01:23 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
02:01:24 go: finding github.com/davecgh/go-spew v1.1.0
02:01:24 go: finding google.golang.org/appengine v1.1.0
02:01:24 go: finding github.com/modern-go/reflect2 v1.0.1
02:01:24 go: finding golang.org/x/text v0.3.0
02:01:24 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
02:01:24 go: finding github.com/stretchr/objx v0.1.1
02:01:24 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:01:25 go: finding github.com/stretchr/testify v1.2.2
02:01:25 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:01:25 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:01:25 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:01:25 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
02:01:25 go: finding github.com/pmezard/go-difflib v1.0.0
02:01:25 go: finding cloud.google.com/go v0.26.0
02:01:25 go: finding github.com/containerd/containerd v1.2.7
02:01:26 go: finding github.com/davecgh/go-spew v1.1.1
02:01:26 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
02:01:26 go: finding github.com/prometheus/client_golang v1.1.0
02:01:26 go: finding golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
02:01:26 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
02:01:26 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd
02:01:27 go: finding github.com/golang/mock v1.1.1
02:01:27 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
02:01:27 go: finding github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:01:27 go: finding github.com/beorn7/perks v1.0.1
02:01:28 go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
02:01:28 go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:01:28 go: finding github.com/json-iterator/go v1.1.7
02:01:29 go: finding github.com/prometheus/procfs v0.0.3
02:01:29 go: finding github.com/golang/protobuf v1.3.2
02:01:29 go: finding github.com/prometheus/common v0.6.0
02:01:30 go: finding github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
02:01:30 go: finding github.com/google/go-cmp v0.3.0
02:01:30 go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
02:01:30 go: finding github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:01:30 go: finding github.com/google/gofuzz v1.0.0
02:01:30 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
02:01:30 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
02:01:30 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
02:01:30 go: finding github.com/golang/protobuf v1.3.1
02:01:30 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223
02:01:31 go: finding gopkg.in/yaml.v2 v2.2.1
02:01:31 go: finding github.com/go-logfmt/logfmt v0.4.0
02:01:31 go: finding github.com/prometheus/client_golang v1.0.0
02:01:31 go: finding github.com/go-kit/kit v0.8.0
02:01:32 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6
02:01:32 go: finding github.com/julienschmidt/httprouter v1.2.0
02:01:32 go: finding github.com/beorn7/perks v1.0.0
02:01:32 go: finding github.com/prometheus/common v0.4.1
02:01:33 go: finding github.com/prometheus/procfs v0.0.2
02:01:33 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
02:01:33 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5
02:01:33 go: finding github.com/go-logfmt/logfmt v0.3.0
02:01:33 go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
02:01:33 go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
02:01:33 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
02:01:33 go: finding github.com/json-iterator/go v1.1.6
02:01:33 go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d
02:01:34 go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
02:01:34 go: finding github.com/prometheus/client_golang v0.9.1
02:01:34 go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
02:01:34 go: finding github.com/go-stack/stack v1.8.0
02:01:35 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:01:45 go: downloading github.com/urfave/cli v1.21.0
02:01:45 go: downloading golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:01:45 go: downloading github.com/sirupsen/logrus v1.2.0
02:01:45 go: downloading github.com/docker/go-units v0.4.0
02:01:45 go: downloading github.com/docker/docker v0.7.3-0.20190813234819-fade624f1696
02:01:45 go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:01:45 go: downloading github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:01:45 go: downloading github.com/xeipuuv/gojsonschema v1.1.0
02:01:45 go: downloading gopkg.in/yaml.v2 v2.2.2
02:01:45 go: extracting github.com/docker/go-units v0.4.0
02:01:45 go: extracting github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:01:45 go: extracting github.com/sirupsen/logrus v1.2.0
02:01:45 go: extracting github.com/urfave/cli v1.21.0
02:01:45 go: extracting gopkg.in/yaml.v2 v2.2.2
02:01:45 go: extracting github.com/xeipuuv/gojsonschema v1.1.0
02:01:46 go: extracting golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:01:46 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:01:47 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:01:47 go: downloading github.com/docker/go-connections v0.3.0
02:01:47 go: extracting github.com/docker/go-connections v0.3.0
02:01:48 go: extracting github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:01:48 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:01:48 go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:01:49 go: extracting github.com/docker/docker v0.7.3-0.20190813234819-fade624f1696
02:01:49 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:01:49 go: downloading github.com/docker/docker-credential-helpers v0.6.3
02:01:49 go: downloading github.com/docker/distribution v2.7.1+incompatible
02:01:49 go: downloading github.com/pkg/errors v0.8.0
02:01:49 go: downloading google.golang.org/grpc v1.22.1
02:01:49 go: downloading github.com/gogo/protobuf v1.1.1
02:01:49 go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:01:49 go: extracting github.com/docker/docker-credential-helpers v0.6.3
02:01:49 go: extracting github.com/pkg/errors v0.8.0
02:01:49 go: downloading github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:01:49 go: downloading github.com/containerd/containerd v1.2.7
02:01:49 go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:01:50 go: extracting github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:01:50 go: downloading github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:01:50 go: extracting github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:01:50 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:01:50 go: extracting github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:01:50 go: extracting google.golang.org/grpc v1.22.1
02:01:51 go: extracting github.com/docker/distribution v2.7.1+incompatible
02:01:51 go: downloading github.com/golang/protobuf v1.3.2
02:01:51 go: downloading github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:01:51 go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:01:51 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:01:51 go: downloading github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:01:51 go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:01:51 go: downloading github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:01:51 go: extracting github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:01:51 go: downloading github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:01:51 go: extracting github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:01:51 go: downloading github.com/prometheus/client_golang v1.1.0
02:01:51 go: extracting github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:01:51 go: downloading github.com/gorilla/context v1.1.1
02:01:51 go: extracting github.com/gorilla/context v1.1.1
02:01:51 go: extracting github.com/prometheus/client_golang v1.1.0
02:01:51 go: downloading github.com/prometheus/common v0.6.0
02:01:51 go: downloading github.com/prometheus/procfs v0.0.3
02:01:52 go: extracting github.com/golang/protobuf v1.3.2
02:01:52 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:01:52 go: extracting github.com/prometheus/common v0.6.0
02:01:52 go: downloading github.com/beorn7/perks v1.0.1
02:01:52 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
02:01:52 go: extracting github.com/beorn7/perks v1.0.1
02:01:52 go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1
02:01:52 go: extracting github.com/prometheus/procfs v0.0.3
02:01:52 go: extracting github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:01:52 go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:01:52 go: extracting github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:01:52 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:01:52 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:01:53 go: extracting github.com/gogo/protobuf v1.1.1
02:01:53 go: extracting github.com/containerd/containerd v1.2.7
02:01:53 go: extracting google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:02:20 Building binary for linux/amd64...
02:02:35 Building binary for linux/arm...
02:02:57 Building binary for windows/386...
02:02:57 go: downloading github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:02:57 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:02:57 go: downloading github.com/Microsoft/hcsshim v0.8.6
02:02:57 go: downloading github.com/Microsoft/go-winio v0.3.8
02:02:57 go: extracting github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:02:57 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:02:57 go: extracting github.com/Microsoft/go-winio v0.3.8
02:02:57 go: extracting github.com/Microsoft/hcsshim v0.8.6
02:03:23 Building binary for windows/amd64...
02:03:45 Building binary for darwin/386...
02:04:07 Building binary for darwin/amd64...
02:04:34 
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
02:04:34 chowning workspace
[Pipeline] sh
02:04:34 + uname -m
[Pipeline] sh
02:04:34 + pwd
02:04:34 + id -u
02:04:34 + id -g
02:04:34 + docker run --rm -v /home/ubuntu/workspace/libcompose_PR-530:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archive
02:04:35 The archive step is deprecated, please use archiveArtifacts instead.
02:04:35 No files found to archive for pattern "bundles"; continuing.
[Pipeline] sh
02:04:36 + docker rmi dockerbuildbot/libcompose:8fa39cdcc0471c028cd69170c88ae7fe33486398
02:04:36 Untagged: dockerbuildbot/libcompose:8fa39cdcc0471c028cd69170c88ae7fe33486398
02:04:36 Deleted: sha256:47be6705b63ab4610204d757f48731d89b6b27ee476a834cb294abd77e979a07
02:04:36 Deleted: sha256:2750902c18d2517ed6d1cf036fcbf56f5eeb8bc0d26ae8841ae7786dde1ec526
02:04:36 Deleted: sha256:1196099867110b6c368f9d2bd2a2a73257bc1cdbd5dd4a0f98462fb6c63e45ed
02:04:36 Deleted: sha256:3362cb91f2c3ebafc0cba30f8802cd2e30413d8499942cf61fa5cbf883b2dbfc
02:04:36 Deleted: sha256:5e19c4cc6338fe9d5b9b09829c4d03a18003d89821316f62c123b45335782602
02:04:36 Deleted: sha256:2fdc88c2560b54948cfbf971c56759377a746131979015546531653b287ae80d
02:04:36 Deleted: sha256:06ee1d781d2e1094fc25a5c82475f8efbc56a143bd013906338ba65c4fbf1ede
02:04:36 Deleted: sha256:bbb6c946c6d4c1b2af6ba0914fb1d2ecacdb0dd14563991fe35a218a5c5e5247
02:04:36 Deleted: sha256:ed1679e3fe73a158180bf6e1b5d645b61d447962d1795f0df168fec9a3d75bef
02:04:36 Deleted: sha256:a3a0d6af3f851b813c19af181a33104fc1415881b5cc123f602d50512f6ba81a
02:04:36 Deleted: sha256:9b0fc670516d14fa1c539256484be486436e95fb0cd49c6324822e99cb10af91
02:04:36 Deleted: sha256:ec34fe348f32925640122409b09997c2124ff1c99c8adbaa3270e451d4e4556f
02:04:36 Deleted: sha256:2a2a5f9286d50f16b2436675894d73aebfa90295b97c48c976913e628b18981d
02:04:36 Deleted: sha256:76e84e91883868976f2d6921256ed550c7669efbf66c8d48932bd0256299dba6
02:04:36 Deleted: sha256:e678684ad8b99e696f12236da8d018494ee9fec2ee724fa6f415400fd029b03c
02:04:36 Deleted: sha256:ddb62fc06e209e7d6809db8f790777f25f65a4a3c2459598e12bd7c45640ba75
02:04:36 Deleted: sha256:306346959cdd65a23138f385789cea940305c454ed7cdfa01629097d8687396d
02:04:36 Deleted: sha256:7493662b10402ffd6eaf17d34b1e1fea6488848d5038d7fc6321f7dae59ba1b4
02:04:36 Deleted: sha256:21d5a8c7a57dac18cf960c57676e67b8297db6ca8adf9f575f60515e0a426040
02:04:36 Deleted: sha256:c0b1c86a8ff8b0e45c186773731946ef5707a0f90423f38bc58d246a07a1c362
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Terminated
Terminated
Terminated

GitHub has been notified of this commit’s build result

Finished: SUCCESS