Skip to content
Success

Console Output

Branch indexing
01:17:40 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
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
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[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-1804-overlay2 (i-0cde9336c4460b10c) in /home/ubuntu/workspace/libcompose_master
[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_master@tmp/da9ab63c-8549-4265-9d33-06f62bf311b8/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:11 using credential docker-jenkins-github-credentials
01:36:12 Cloning the remote Git repository
01:36:12 Cloning with configured refspecs honoured and without tags
01:36:12 Fetching without tags
01:36:12 Checking out Revision 143e0f3f1ab9caa587b9821028c60d41d203de3e (master)
01:36:12 Commit message: "Merge pull request #525 from ldez/fix/build"
Cloning repository https://github.com/docker/libcompose.git
 > git init /home/ubuntu/workspace/libcompose_master # 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/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/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/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 143e0f3f1ab9caa587b9821028c60d41d203de3e
 > git rev-list --no-walk 143e0f3f1ab9caa587b9821028c60d41d203de3e # timeout=10
[Pipeline] stage
01:36:13 Using the ‘stage’ step without a block argument is deprecated
01:36:13 Entering stage build image
01:36:13 Proceeding
[Pipeline] sh
01:36:13 + git rev-parse HEAD
[Pipeline] sh
01:36:14 + docker build -t dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e .
01:36:14 Sending build context to Docker daemon  6.582MB

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

01:37:53 Step 1/14 : FROM golang:1.12.7
01:37:53  ---> be63d15101cb
01:37:53 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:53  ---> Using cache
01:37:53  ---> 7532be8ba281
01:37:53 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:53  ---> Using cache
01:37:53  ---> 9b7d124e3398
01:37:53 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
01:37:53  ---> Using cache
01:37:53  ---> 3d7c7cd54c9c
01:37:53 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
01:37:53  ---> Using cache
01:37:53  ---> 22589cb930dd
01:37:53 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:53  ---> Using cache
01:37:53  ---> e4e115362de6
01:37:53 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
01:37:53  ---> Using cache
01:37:53  ---> 773419d36da0
01:37:53 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
01:37:53  ---> Using cache
01:37:53  ---> 634c8e947437
01:37:53 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
01:37:53  ---> Using cache
01:37:53  ---> 584d5180bbc7
01:37:53 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:53  ---> Using cache
01:37:53  ---> 4aa1270a496f
01:37:53 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
01:37:53  ---> Using cache
01:37:53  ---> d8058071c567
01:37:53 Step 12/14 : ENV USER root
01:37:53  ---> Using cache
01:37:53  ---> 54858640be76
01:37:53 Step 13/14 : ENTRYPOINT ["hack/dind"]
01:37:53  ---> Using cache
01:37:53  ---> 66aaf864cbb6
01:37:53 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
01:37:53  ---> Using cache
01:37:53  ---> b373a9a3d3e2
01:37:53 Successfully built b373a9a3d3e2
01:37:53 Successfully tagged dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e
01:37:53 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_master/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e" ./hack/make.sh validate-dco validate-git-marks validate-gofmt validate-lint validate-vet
01:37:54 ---> Making bundle: validate-dco (in .)
01:37:54 0 adds, 0 deletions; nothing to validate! :)
01:37:54 
01:37:54 ---> Making bundle: validate-git-marks (in .)
01:37:54 Congratulations!  There is no conflict.
01:37:54 
01:37:54 ---> Making bundle: validate-gofmt (in .)
01:37:54 Congratulations!  All Go source files are properly formatted.
01:37:54 
01:37:54 ---> Making bundle: validate-lint (in .)
01:37:54 Congratulations!  All Go source files have been linted.
01:37:54 
01:37:54 ---> Making bundle: validate-vet (in .)
01:37:54 Congratulations!  All Go source files have been vetted.
01:37:54 
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
01:37:54 chowning workspace
[Pipeline] sh
01:37:54 + uname -m
[Pipeline] sh
01:37:55 + pwd
01:37:55 + id -u
01:37:55 + id -g
01:37:55 + docker run --rm -v /home/ubuntu/workspace/libcompose_master:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] stage
01:37:56 Using the ‘stage’ step without a block argument is deprecated
01:37:56 Entering stage test
01:37:56 Proceeding
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
01:37:56 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] sh
01:37:56 + make -e test
01:37:56 docker build -t "dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e" .
01:37:56 Sending build context to Docker daemon  6.582MB

01:37:56 Step 1/14 : FROM golang:1.12.7
01:37:56  ---> be63d15101cb
01:37:56 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:56  ---> Using cache
01:37:56  ---> 7532be8ba281
01:37:56 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:56  ---> Using cache
01:37:56  ---> 9b7d124e3398
01:37:56 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
01:37:56  ---> Using cache
01:37:56  ---> 3d7c7cd54c9c
01:37:56 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
01:37:56  ---> Using cache
01:37:56  ---> 22589cb930dd
01:37:56 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:56  ---> Using cache
01:37:56  ---> e4e115362de6
01:37:56 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
01:37:56  ---> Using cache
01:37:56  ---> 773419d36da0
01:37:56 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
01:37:56  ---> Using cache
01:37:56  ---> 634c8e947437
01:37:56 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
01:37:56  ---> Using cache
01:37:56  ---> 584d5180bbc7
01:37:56 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:56  ---> Using cache
01:37:56  ---> 4aa1270a496f
01:37:56 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
01:37:56  ---> Using cache
01:37:56  ---> d8058071c567
01:37:56 Step 12/14 : ENV USER root
01:37:56  ---> Using cache
01:37:56  ---> 54858640be76
01:37:56 Step 13/14 : ENTRYPOINT ["hack/dind"]
01:37:56  ---> Using cache
01:37:56  ---> 66aaf864cbb6
01:37:56 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
01:37:56  ---> Using cache
01:37:56  ---> b373a9a3d3e2
01:37:56 Successfully built b373a9a3d3e2
01:37:56 Successfully tagged dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e
01:37:56 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_master/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e" ./hack/make.sh binary test-unit test-integration test-acceptance
01:37:57 ---> Making bundle: binary (in .)
01:37:57 go: finding github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
01:37:57 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
01:37:57 go: finding github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
01:37:57 go: finding github.com/docker/docker-credential-helpers v0.6.3
01:37:57 go: finding github.com/modern-go/reflect2 v1.0.1
01:37:57 go: finding github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
01:37:57 go: finding github.com/prometheus/client_golang v1.1.0
01:37:57 go: finding github.com/Microsoft/hcsshim v0.8.6
01:37:57 go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
01:37:58 go: finding github.com/docker/go-units v0.4.0
01:37:58 go: finding gotest.tools v2.2.0+incompatible
01:37:58 go: finding github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
01:37:58 go: finding github.com/gogo/protobuf v1.1.1
01:37:58 go: finding github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
01:37:58 go: finding github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
01:37:58 go: finding github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
01:37:58 go: finding github.com/golang/protobuf v1.3.2
01:37:58 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
01:37:59 go: finding github.com/Microsoft/go-winio v0.3.8
01:37:59 go: finding github.com/pkg/errors v0.8.0
01:37:59 go: finding github.com/beorn7/perks v1.0.1
01:37:59 go: finding github.com/docker/go-connections v0.3.0
01:37:59 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
01:37:59 go: finding github.com/urfave/cli v1.21.0
01:37:59 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
01:37:59 go: finding github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
01:37:59 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
01:37:59 go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
01:38:00 go: finding github.com/prometheus/common v0.6.0
01:38:00 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
01:38:00 go: finding gopkg.in/yaml.v2 v2.2.2
01:38:00 go: finding github.com/gorilla/context v1.1.1
01:38:00 go: finding github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
01:38:00 go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
01:38:00 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
01:38:00 go: finding golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
01:38:00 go: finding github.com/golang/protobuf v1.3.1
01:38:01 go: finding github.com/go-kit/kit v0.8.0
01:38:01 go: finding github.com/json-iterator/go v1.1.7
01:38:01 go: finding gopkg.in/yaml.v2 v2.2.1
01:38:02 go: finding github.com/golang/protobuf v1.2.0
01:38:02 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
01:38:02 go: finding github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
01:38:02 go: finding github.com/docker/distribution v2.7.1+incompatible
01:38:02 go: finding github.com/prometheus/client_golang v1.0.0
01:38:02 go: finding github.com/google/gofuzz v1.0.0
01:38:03 go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
01:38:03 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223
01:38:03 go: finding google.golang.org/grpc v1.22.1
01:38:03 go: finding github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
01:38:04 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5
01:38:04 go: finding github.com/prometheus/procfs v0.0.3
01:38:04 go: finding github.com/beorn7/perks v1.0.0
01:38:04 go: finding github.com/stretchr/testify v1.3.0
01:38:05 go: finding github.com/prometheus/common v0.4.1
01:38:05 go: finding github.com/julienschmidt/httprouter v1.2.0
01:38:05 go: finding github.com/go-logfmt/logfmt v0.4.0
01:38:05 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
01:38:05 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
01:38:05 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
01:38:05 go: finding github.com/BurntSushi/toml v0.3.1
01:38:05 go: finding github.com/davecgh/go-spew v1.1.1
01:38:06 go: finding github.com/golang/mock v1.1.1
01:38:06 go: finding golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
01:38:06 go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
01:38:06 go: finding github.com/go-logfmt/logfmt v0.3.0
01:38:06 go: finding golang.org/x/text v0.3.0
01:38:06 go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
01:38:06 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
01:38:06 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
01:38:06 go: finding cloud.google.com/go v0.26.0
01:38:07 go: finding github.com/json-iterator/go v1.1.6
01:38:07 go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d
01:38:07 go: finding github.com/google/go-cmp v0.2.0
01:38:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
01:38:07 go: finding google.golang.org/appengine v1.1.0
01:38:08 go: finding github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
01:38:08 go: finding github.com/go-stack/stack v1.8.0
01:38:08 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
01:38:08 go: finding github.com/prometheus/client_golang v0.9.1
01:38:09 go: finding github.com/stretchr/objx v0.1.0
01:38:09 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
01:38:09 go: finding github.com/davecgh/go-spew v1.1.0
01:38:09 go: finding github.com/xeipuuv/gojsonschema v1.1.0
01:38:09 go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
01:38:09 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
01:38:09 go: finding github.com/google/go-cmp v0.3.0
01:38:09 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
01:38:09 go: finding github.com/pmezard/go-difflib v1.0.0
01:38:09 go: finding github.com/prometheus/procfs v0.0.2
01:38:09 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
01:38:10 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6
01:38:10 go: finding github.com/sirupsen/logrus v1.2.0
01:38:10 go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
01:38:10 go: finding github.com/client9/misspell v0.3.4
01:38:11 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
01:38:11 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
01:38:11 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1
01:38:11 go: finding github.com/stretchr/objx v0.1.1
01:38:11 go: finding github.com/stretchr/testify v1.2.2
01:38:11 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd
01:38:13 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
01:38:13 go: downloading github.com/urfave/cli v1.21.0
01:38:13 go: downloading gopkg.in/yaml.v2 v2.2.2
01:38:13 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
01:38:13 go: downloading github.com/sirupsen/logrus v1.2.0
01:38:13 go: downloading github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
01:38:13 go: downloading github.com/docker/go-connections v0.3.0
01:38:13 go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
01:38:13 go: extracting github.com/sirupsen/logrus v1.2.0
01:38:13 go: downloading github.com/docker/go-units v0.4.0
01:38:13 go: extracting github.com/docker/go-connections v0.3.0
01:38:13 go: extracting github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
01:38:13 go: downloading github.com/pkg/errors v0.8.0
01:38:13 go: extracting github.com/urfave/cli v1.21.0
01:38:13 go: extracting github.com/docker/go-units v0.4.0
01:38:13 go: downloading github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
01:38:13 go: extracting github.com/pkg/errors v0.8.0
01:38:14 go: extracting gopkg.in/yaml.v2 v2.2.2
01:38:14 go: downloading golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
01:38:14 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
01:38:15 go: extracting golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
01:38:17 go: extracting github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
01:38:17 go: extracting github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
01:38:17 go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
01:38:17 go: downloading github.com/xeipuuv/gojsonschema v1.1.0
01:38:17 go: downloading github.com/docker/distribution v2.7.1+incompatible
01:38:17 go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
01:38:17 go: downloading github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
01:38:17 go: downloading github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
01:38:17 go: downloading google.golang.org/grpc v1.22.1
01:38:17 go: extracting github.com/xeipuuv/gojsonschema v1.1.0
01:38:17 go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
01:38:17 go: downloading github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
01:38:18 go: extracting github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
01:38:18 go: extracting github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
01:38:18 go: extracting github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
01:38:18 go: downloading github.com/docker/docker-credential-helpers v0.6.3
01:38:18 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
01:38:18 go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
01:38:18 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
01:38:18 go: extracting github.com/docker/docker-credential-helpers v0.6.3
01:38:18 go: downloading github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
01:38:18 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
01:38:18 go: extracting github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
01:38:18 go: downloading github.com/gogo/protobuf v1.1.1
01:38:18 go: extracting github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
01:38:18 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
01:38:18 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
01:38:18 go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
01:38:19 go: extracting google.golang.org/grpc v1.22.1
01:38:19 go: extracting github.com/docker/distribution v2.7.1+incompatible
01:38:19 go: downloading github.com/golang/protobuf v1.3.2
01:38:19 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
01:38:19 go: downloading github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
01:38:19 go: downloading github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
01:38:19 go: extracting github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
01:38:19 go: downloading github.com/prometheus/client_golang v1.1.0
01:38:19 go: extracting github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
01:38:19 go: downloading github.com/gorilla/context v1.1.1
01:38:19 go: extracting github.com/gorilla/context v1.1.1
01:38:19 go: extracting github.com/prometheus/client_golang v1.1.0
01:38:19 go: downloading github.com/prometheus/common v0.6.0
01:38:19 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
01:38:19 go: downloading github.com/beorn7/perks v1.0.1
01:38:19 go: downloading github.com/prometheus/procfs v0.0.3
01:38:19 go: extracting github.com/beorn7/perks v1.0.1
01:38:19 go: extracting github.com/prometheus/procfs v0.0.3
01:38:20 go: extracting github.com/golang/protobuf v1.3.2
01:38:20 go: extracting github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
01:38:20 go: extracting github.com/prometheus/common v0.6.0
01:38:20 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
01:38:20 go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1
01:38:20 go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
01:38:20 go: extracting github.com/gogo/protobuf v1.1.1
01:38:21 go: extracting google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
01:38:33 
01:38:33 ---> Making bundle: test-unit (in .)
01:38:33 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/cli/docker/app
01:38:55 ok  	github.com/docker/libcompose/cli/docker/app	1.130s	coverage: 88.2% of statements
01:38:55 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/config
01:38:55 go: downloading github.com/stretchr/testify v1.3.0
01:38:55 go: extracting github.com/stretchr/testify v1.3.0
01:38:55 go: downloading github.com/davecgh/go-spew v1.1.1
01:38:55 go: downloading github.com/pmezard/go-difflib v1.0.0
01:38:55 go: extracting github.com/pmezard/go-difflib v1.0.0
01:38:55 go: extracting github.com/davecgh/go-spew v1.1.1
01:38:58 ok  	github.com/docker/libcompose/config	1.575s	coverage: 66.0% of statements
01:38:58 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/builder
01:39:01 ok  	github.com/docker/libcompose/docker/builder	1.035s	coverage: 89.0% of statements
01:39:01 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/client
01:39:03 ok  	github.com/docker/libcompose/docker/client	1.240s	coverage: 100.0% of statements
01:39:03 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/network
01:39:06 ok  	github.com/docker/libcompose/docker/network	1.027s	coverage: 90.9% of statements
01:39:06 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/service
01:39:09 ok  	github.com/docker/libcompose/docker/service	1.034s	coverage: 15.9% of statements
01:39:09 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/volume
01:39:11 ok  	github.com/docker/libcompose/docker/volume	1.025s	coverage: 23.5% of statements
01:39:11 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/labels
01:39:13 ok  	github.com/docker/libcompose/labels	1.007s	coverage: 16.0% of statements
01:39:13 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/lookup
01:39:15 ok  	github.com/docker/libcompose/lookup	1.016s	coverage: 91.9% of statements
01:39:15 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project
01:39:17 ok  	github.com/docker/libcompose/project	1.070s	coverage: 31.9% of statements
01:39:17 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project/events
01:39:18 ok  	github.com/docker/libcompose/project/events	1.006s	coverage: 10.2% of statements
01:39:18 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project/options
01:39:20 ok  	github.com/docker/libcompose/project/options	1.006s	coverage: 100.0% of statements
01:39:20 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/utils
01:39:22 ok  	github.com/docker/libcompose/utils	1.011s	coverage: 41.3% of statements
01:39:22 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/version
01:39:23 ok  	github.com/docker/libcompose/version	1.006s	coverage: 0.0% of statements [no tests to run]
01:39:23 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/yaml
01:39:25 ok  	github.com/docker/libcompose/yaml	1.022s	coverage: 72.1% of statements
01:39:25 
01:39:25 Run non-race test (if any)
01:39:25 + go test  -cover -coverprofile=cover.out github.com/docker/libcompose/utils
01:39:30 ok  	github.com/docker/libcompose/utils	0.003s	coverage: 56.0% of statements
01:39:30 
01:39:30 Test success
01:39:30 
01:39:30 
01:39:30 ---> Making bundle: test-integration (in .)
01:39:30 Running integration test against 1.9.1
01:39:30 ---> Making bundle: .integration-daemon-start (in .)
01:39:30 +++ 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:32 Client:
01:39:32  Version:      1.9.1
01:39:32  API version:  1.21
01:39:32  Go version:   go1.4.3
01:39:32  Git commit:   a34a1d5
01:39:32  Built:        Fri Nov 20 17:56:04 UTC 2015
01:39:32  OS/Arch:      linux/amd64
01:39:32 
01:39:32 Server:
01:39:32  Version:      1.9.1
01:39:32  API version:  1.21
01:39:32  Go version:   go1.4.3
01:39:32  Git commit:   a34a1d5
01:39:32  Built:        Fri Nov 20 17:56:04 UTC 2015
01:39:32  OS/Arch:      linux/amd64
01:39:32 go: downloading gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
01:39:32 go: downloading github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
01:39:32 go: extracting github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
01:39:32 go: extracting gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
01:39:38 SKIP: api_event_test.go:16: APISuite.TestEvents (Not(Test requires the daemon version to be 1.9))
01:39:38 time="2019-08-28T01:39:38Z" level=info msg="[0/1] [service]: Starting "
01:39:38 Pulling service (busybox)...
01:39:39 latest: Pulling from library/busybox
01:39:39 ecf7dd1833d3: Pulling fs layer
01:39:39 839136952431: Pulling fs layer
01:39:39 839136952431: Verifying Checksum
01:39:39 839136952431: Download complete
01:39:40 ecf7dd1833d3: Verifying Checksum
01:39:40 ecf7dd1833d3: Download complete
01:39:40 ecf7dd1833d3: Pull complete
01:39:40 839136952431: Pull complete
01:39:40 Digest: sha256:bb84a4a069de8e6b9f1a39fecb503ce2cb8b8b68c998b997948a5b96e8b0d119
01:39:40 Status: Downloaded newer image for busybox:latest
01:39:40 time="2019-08-28T01:39:40Z" level=info msg="[1/1] [service]: Started "
01:39:40 PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile	2.385s
01:39:41 PASS: build_test.go:13: CliSuite.TestBuild	0.520s
01:39:42 PASS: build_test.go:85: CliSuite.TestBuildWithArgs	0.927s
01:39:42 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1	0.135s
01:39:42 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2	0.567s
01:39:43 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3	0.500s
01:39:43 time="2019-08-28T01:39:43Z" level=info msg="Running create [--verbose -p testprojectvvuithv -f - create]"
01:39:43 PASS: create_test.go:58: CliSuite.TestContainerName	0.124s
01:39:43 time="2019-08-28T01:39:43Z" level=info msg="Running create [--verbose -p testprojectnacvpbg -f - create]"
01:39:43 time="2019-08-28T01:39:43Z" level=info msg="Running scale [--verbose -p testprojectnacvpbg -f - scale hello=2]"
01:39:43 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale	0.138s
01:39:44 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir	0.423s
01:39:44 time="2019-08-28T01:39:43Z" level=info msg="Running create [--verbose -p testprojectqxvnmgb -f - create]"
01:39:44 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir	0.076s
01:39:44 time="2019-08-28T01:39:43Z" level=info msg="[0/3] [another]: Creating "
01:39:44 time="2019-08-28T01:39:43Z" level=info msg="[0/3] [simple]: Creating "
01:39:44 time="2019-08-28T01:39:43Z" level=info msg="[0/3] [yetanother]: Creating "
01:39:44 time="2019-08-28T01:39:44Z" level=info msg="[0/3] [another]: Created "
01:39:44 time="2019-08-28T01:39:44Z" level=info msg="[0/3] [yetanother]: Created "
01:39:44 time="2019-08-28T01:39:44Z" level=info msg="[0/3] [simple]: Created "
01:39:44 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles	0.300s
01:39:44 time="2019-08-28T01:39:44Z" level=info msg="Running up [--verbose -p testprojectsffrsyl -f - up -d]"
01:39:44 time="2019-08-28T01:39:44Z" level=info msg="Running stop [--verbose -p testprojectsffrsyl -f - stop --timeout 0]"
01:39:57 time="2019-08-28T01:39:54Z" level=info msg="Running rm [--verbose -p testprojectsffrsyl -f - rm --force]"
01:39:57 PASS: rm_test.go:9: CliSuite.TestDelete	10.670s
01:39:57 time="2019-08-28T01:39:54Z" level=info msg="Running up [--verbose -p testprojectexmrhor -f - up -d]"
01:39:57 time="2019-08-28T01:39:55Z" level=info msg="Running stop [--verbose -p testprojectexmrhor -f - stop bye --timeout 0]"
01:40:07 time="2019-08-28T01:40:05Z" level=info msg="Running rm [--verbose -p testprojectexmrhor -f - rm --force]"
01:40:07 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped	10.998s
01:40:07 time="2019-08-28T01:40:06Z" level=info msg="Running up [--verbose -p testprojectbxunhby -f - up -d]"
01:40:07 time="2019-08-28T01:40:06Z" level=info msg="Running stop [--verbose -p testprojectbxunhby -f - stop --timeout 0]"
01:40:17 time="2019-08-28T01:40:16Z" level=info msg="Running rm [--verbose -p testprojectbxunhby -f - rm --force -v]"
01:40:17 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol	10.662s
01:40:17 time="2019-08-28T01:40:16Z" level=info msg="Running up [--verbose -p testprojectegbetyj -f - up -d]"
01:40:17 time="2019-08-28T01:40:17Z" level=info msg="Running down [--verbose -p testprojectegbetyj -f - down]"
01:40:29 PASS: down_test.go:9: CliSuite.TestDown	10.632s
01:40:29 time="2019-08-28T01:40:27Z" level=info msg="Running up [--verbose -p testprojectfaigqyp -f - up -d]"
01:40:29 time="2019-08-28T01:40:27Z" level=info msg="Running scale [--verbose -p testprojectfaigqyp -f - scale hello=2]"
01:40:29 time="2019-08-28T01:40:28Z" level=info msg="Running down [--verbose -p testprojectfaigqyp -f - down]"
01:40:39 PASS: down_test.go:24: CliSuite.TestDownMultiple	11.131s
01:40:39 time="2019-08-28T01:40:38Z" level=info msg="Running create [--verbose -p testprojectfieldbt -f - create]"
01:40:39 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint	0.119s
01:40:39 time="2019-08-28T01:40:38Z" level=info msg="Running create [--verbose -p testprojectyaadpmf -f - create]"
01:40:39 time="2019-08-28T01:40:38Z" level=info msg="Running create [--verbose -p testprojectgqmmanx -f - create]"
01:40:39 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions	0.167s
01:40:39 time="2019-08-28T01:40:38Z" level=info msg="Running create [--verbose -p testprojectsodaabb -f - create]"
01:40:39 PASS: create_test.go:14: CliSuite.TestFields	0.082s
01:40:39 time="2019-08-28T01:40:39Z" level=info msg="Running create [--verbose -p testprojectboownwx -f - create]"
01:40:39 PASS: create_test.go:45: CliSuite.TestHelloWorld	0.086s
01:40:39 time="2019-08-28T01:40:39Z" level=info msg="Running create [--verbose -p testprojectmwrvslf -f - create]"
01:40:39 time="2019-08-28T01:40:39Z" level=info msg="Running create [--verbose -p testprojectwxzeogp -f - create]"
01:40:39 PASS: create_test.go:86: CliSuite.TestInterpolation	0.150s
01:40:39 time="2019-08-28T01:40:39Z" level=info msg="Running create [--verbose -p testprojectokxfasg -f - create]"
01:40:39 time="2019-08-28T01:40:39Z" level=info msg="Running create [--verbose -p testprojectunbqicd -f - create]"
01:40:39 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends	0.161s
01:40:39 time="2019-08-28T01:40:39Z" level=info msg="Running up [--verbose -p testprojectortlivi -f - up -d]"
01:40:39 time="2019-08-28T01:40:39Z" level=info msg="Running kill [--verbose -p testprojectortlivi -f - kill]"
01:40:40 PASS: kill_test.go:9: CliSuite.TestKill	0.642s
01:40:40 time="2019-08-28T01:40:40Z" level=info msg="Running up [--verbose -p testprojectjkadzvt -f - up -d]"
01:40:41 PASS: up_test.go:260: CliSuite.TestLink	0.822s
01:40:41 time="2019-08-28T01:40:41Z" level=info msg="[0/4] [yetanother]: Creating "
01:40:41 time="2019-08-28T01:40:41Z" level=info msg="[0/4] [multiple]: Creating "
01:40:41 time="2019-08-28T01:40:41Z" level=info msg="[0/4] [another]: Creating "
01:40:41 time="2019-08-28T01:40:41Z" level=info msg="[0/4] [simple]: Creating "
01:40:41 time="2019-08-28T01:40:41Z" level=info msg="[0/4] [multiple]: Created "
01:40:41 time="2019-08-28T01:40:41Z" level=info msg="[0/4] [yetanother]: Created "
01:40:41 time="2019-08-28T01:40:41Z" level=info msg="[0/4] [simple]: Created "
01:40:41 time="2019-08-28T01:40:41Z" level=info msg="[0/4] [another]: Created "
01:40:41 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo	0.399s
01:40:41 time="2019-08-28T01:40:41Z" level=info msg="[0/4] [another]: Creating "
01:40:41 time="2019-08-28T01:40:41Z" level=info msg="[0/4] [multiple]: Creating "
01:40:41 time="2019-08-28T01:40:41Z" level=info msg="[0/4] [simple]: Creating "
01:40:41 time="2019-08-28T01:40:41Z" level=info msg="[0/4] [yetanother]: Creating "
01:40:42 time="2019-08-28T01:40:42Z" level=info msg="[0/4] [multiple]: Created "
01:40:42 time="2019-08-28T01:40:42Z" level=info msg="[0/4] [yetanother]: Created "
01:40:42 time="2019-08-28T01:40:42Z" level=info msg="[0/4] [simple]: Created "
01:40:42 time="2019-08-28T01:40:42Z" level=info msg="[0/4] [another]: Created "
01:40:42 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne	0.375s
01:40:42 time="2019-08-28T01:40:42Z" level=info msg="Running up [--verbose -p testprojectggtzyld -f - up -d]"
01:40:42 PASS: volume_test.go:62: CliSuite.TestNamedVolume	0.417s
01:40:42 time="2019-08-28T01:40:42Z" level=info msg="Running up [--verbose -p testprojectinivcty -f - up -d]"
01:40:43 time="2019-08-28T01:40:43Z" level=info msg="Running pause [--verbose -p testprojectinivcty -f - pause]"
01:40:43 PASS: pause_unpause_test.go:9: CliSuite.TestPause	0.494s
01:40:43 time="2019-08-28T01:40:43Z" level=info msg="Running up [--verbose -p testprojectfsijygc -f - up -d]"
01:40:44 time="2019-08-28T01:40:43Z" level=info msg="Running pause [--verbose -p testprojectfsijygc -f - pause]"
01:40:44 time="2019-08-28T01:40:43Z" level=info msg="Running pause [--verbose -p testprojectfsijygc -f - pause]"
01:40:44 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService	0.448s
01:40:44 time="2019-08-28T01:40:44Z" level=info msg="Running up [--verbose -p testprojectexgtedt -f - up -d]"
01:40:44 time="2019-08-28T01:40:44Z" level=info msg="Running ps [--verbose -p testprojectexgtedt -f - ps]"
01:40:44 PASS: ps_test.go:10: CliSuite.TestPs	0.418s
01:40:44 time="2019-08-28T01:40:44Z" level=info msg="Running up [--verbose -p testprojectydbiqbw -f - up -d]"
01:40:45 time="2019-08-28T01:40:45Z" level=info msg="Running ps [--verbose -p testprojectydbiqbw -f - ps -q]"
01:40:45 PASS: ps_test.go:22: CliSuite.TestPsQuiet	0.475s
01:40:45 time="2019-08-28T01:40:45Z" level=info msg="Running pull [--verbose -p testprojectzikucck -f - pull]"
01:40:45 PASS: pull_test.go:7: CliSuite.TestPull	0.186s
01:40:45 time="2019-08-28T01:40:45Z" level=info msg="Running up [--verbose -p testprojectlpxjykg -f - up -d]"
01:40:46 time="2019-08-28T01:40:46Z" level=info msg="Running up [--verbose -p testprojectlpxjykg -f - up -d]"
01:40:46 time="2019-08-28T01:40:46Z" level=info msg="Running up [--verbose -p testprojectlpxjykg -f - up -d]"
01:40:46 time="2019-08-28T01:40:46Z" level=info msg="Running up [--verbose -p testprojectlpxjykg -f - up -d]"
01:40:47 time="2019-08-28T01:40:47Z" level=info msg="Running up [--verbose -p testprojectlpxjykg -f - up -d]"
01:40:47 time="2019-08-28T01:40:47Z" level=info msg="Running up [--verbose -p testprojectlpxjykg -f - up --force-recreate -d]"
01:40:48 time="2019-08-28T01:40:48Z" level=info msg="Running up [--verbose -p testprojectlpxjykg -f - up --force-recreate -d]"
01:40:49 PASS: up_test.go:105: CliSuite.TestRecreate	3.138s
01:40:49 time="2019-08-28T01:40:48Z" level=info msg="Running up [--verbose -p testprojectumegrft -f - up -d]"
01:40:49 time="2019-08-28T01:40:49Z" level=info msg="Running up [--verbose -p testprojectumegrft -f - up --force-recreate -d]"
01:40:50 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate	1.106s
01:40:50 time="2019-08-28T01:40:50Z" level=info msg="Running up [--verbose -p testprojectlvjnzal -f - up -d]"
01:40:51 time="2019-08-28T01:40:51Z" level=info msg="Running up [--verbose -p testprojectlvjnzal -f - up --no-recreate -d]"
01:40:51 time="2019-08-28T01:40:51Z" level=info msg="Running up [--verbose -p testprojectlvjnzal -f - up --no-recreate -d]"
01:40:51 time="2019-08-28T01:40:51Z" level=info msg="Running up [--verbose -p testprojectlvjnzal -f - up -d]"
01:40:52 time="2019-08-28T01:40:52Z" level=info msg="Running rm [--verbose -p testprojectlvjnzal -f - rm -f]"
01:40:52 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging	1.758s
01:40:52 time="2019-08-28T01:40:52Z" level=info msg="Running up [--verbose -p testprojectymtjytl -f - up -d]"
01:40:52 time="2019-08-28T01:40:52Z" level=info msg="Running up [--verbose -p testprojectymtjytl -f - up --no-recreate -d]"
01:40:52 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate	0.440s
01:40:52 time="2019-08-28T01:40:52Z" level=info msg="Running up [--verbose -p testprojectotrwogx -f - up -d]"
01:40:53 time="2019-08-28T01:40:53Z" level=info msg="Running up [--verbose -p testprojectotrwogx -f - up --force-recreate -d]"
01:40:54 PASS: up_test.go:53: CliSuite.TestRecreateVols	1.148s
01:40:54 time="2019-08-28T01:40:54Z" level=info msg="Running up [--verbose -p testprojectcjukvnz -f - up -d]"
01:40:55 PASS: volume_test.go:43: CliSuite.TestRelativeVolume	0.412s
01:40:55 time="2019-08-28T01:40:54Z" level=info msg="Running up [--verbose -p testprojectqpuszhd -f - up -d]"
01:40:55 time="2019-08-28T01:40:55Z" level=info msg="Running restart [--verbose -p testprojectqpuszhd -f - restart --timeout 0]"
01:41:07 PASS: restart_test.go:9: CliSuite.TestRestart	10.966s
01:41:07 PASS: run_test.go:19: CliSuite.TestRun	0.584s
01:41:07 time="2019-08-28T01:41:06Z" level=info msg="Running up [--verbose -p testprojectmjmhqzb -f - up -d]"
01:41:07 time="2019-08-28T01:41:07Z" level=info msg="Running scale [--verbose -p testprojectmjmhqzb -f - scale hello=2]"
01:41:07 time="2019-08-28T01:41:07Z" level=info msg="Running scale [--verbose -p testprojectmjmhqzb -f - scale --timeout 0 hello=1]"
01:41:19 PASS: scale_test.go:10: CliSuite.TestScale	11.050s
01:41:19 time="2019-08-28T01:41:17Z" level=info msg="Running up [--verbose -p testprojectddojwwg -f - up -d]"
01:41:19 time="2019-08-28T01:41:18Z" level=info msg="Running scale [--verbose -p testprojectddojwwg -f - scale test=2]"
01:41:19 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning	1.051s
01:41:19 time="2019-08-28T01:41:19Z" level=info msg="Running create [--verbose -p testprojectbmcsmjs -f - create]"
01:41:19 time="2019-08-28T01:41:19Z" level=info msg="Running start [--verbose -p testprojectbmcsmjs -f - start]"
01:41:20 PASS: start_test.go:9: CliSuite.TestStart	0.464s
01:41:20 time="2019-08-28T01:41:20Z" level=info msg="Running up [--verbose -p testprojectsmpkivr -f - up -d]"
01:41:20 time="2019-08-28T01:41:20Z" level=info msg="Running stop [--verbose -p testprojectsmpkivr -f - stop --timeout 0]"
01:41:32 PASS: stop_test.go:9: CliSuite.TestStop	10.589s
01:41:32 time="2019-08-28T01:41:30Z" level=info msg="Running up [--verbose -p testprojectkzbetpw -f - up -d]"
01:41:32 time="2019-08-28T01:41:31Z" level=info msg="Running pause [--verbose -p testprojectkzbetpw -f - pause]"
01:41:32 time="2019-08-28T01:41:31Z" level=info msg="Running unpause [--verbose -p testprojectkzbetpw -f - unpause]"
01:41:32 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause	0.451s
01:41:32 time="2019-08-28T01:41:31Z" level=info msg="Running up [--verbose -p testprojectdymfkat -f - up -d]"
01:41:32 time="2019-08-28T01:41:31Z" level=info msg="Running unpause [--verbose -p testprojectdymfkat -f - unpause]"
01:41:32 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService	0.397s
01:41:32 time="2019-08-28T01:41:31Z" level=info msg="Running up [--verbose -p testprojectelfyjlj -f - up -d]"
01:41:32 PASS: up_test.go:15: CliSuite.TestUp	0.416s
01:41:32 time="2019-08-28T01:41:32Z" level=info msg="Running up [--verbose -p testprojectoevsolc -f - up -d]"
01:41:32 time="2019-08-28T01:41:32Z" level=info msg="Running up [--verbose -p testprojectoevsolc -f - up --no-recreate -d]"
01:41:33 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted	0.427s
01:41:33 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent	0.023s
01:41:34 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent	0.569s
01:41:34 time="2019-08-28T01:41:33Z" level=info msg="Running up [--verbose -p testprojectxkcxmqf -f - up -d]"
01:41:34 PASS: up_test.go:25: CliSuite.TestUpNotExistService	0.454s
01:41:34 SKIP: volume_test.go:79: CliSuite.TestV2Volume (Not(Test requires the daemon version to be 1.9))
01:41:34 time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectjfejecy -f - create]"
01:41:34 time="2019-08-28T01:41:34Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectjfejecy -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:41:34 time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectswzvdup -f - create]"
01:41:34 time="2019-08-28T01:41:34Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectswzvdup -f - create]\n with input:\n\n  test:\n    image: busybox\n    build: .\n\t"
01:41:34 time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojecttcxiacx -f - create]"
01:41:34 time="2019-08-28T01:41:34Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecttcxiacx -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:34 PASS: create_test.go:262: CliSuite.TestValidation	0.023s
01:41:34 time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectvuzobws -f - create]"
01:41:34 time="2019-08-28T01:41:34Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectvuzobws -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:41:34 time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectafqxdjx -f - create]"
01:41:34 time="2019-08-28T01:41:34Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectafqxdjx -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:34 PASS: create_test.go:297: CliSuite.TestValidationV2	0.015s
01:41:34 time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojecttiewmbe -f - create]"
01:41:34 time="2019-08-28T01:41:34Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecttiewmbe -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:34 time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectgohzvmg -f - create]"
01:41:34 time="2019-08-28T01:41:34Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectgohzvmg -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:34 time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectcngclrf -f - create]"
01:41:34 time="2019-08-28T01:41:34Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectcngclrf -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:34 time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectnxyluje -f - create]"
01:41:34 time="2019-08-28T01:41:34Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectnxyluje -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:34 PASS: create_test.go:327: CliSuite.TestValidationWithExtends	0.030s
01:41:34 time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectgewvwwc -f - create]"
01:41:34 time="2019-08-28T01:41:34Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectgewvwwc -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:34 time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectkehmdpa -f - create]"
01:41:34 time="2019-08-28T01:41:34Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectkehmdpa -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:34 time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectpjrwyjp -f - create]"
01:41:34 time="2019-08-28T01:41:34Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectpjrwyjp -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:34 time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectobjsikq -f - create]"
01:41:34 time="2019-08-28T01:41:34Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectobjsikq -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:34 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2	0.030s
01:41:34 PASS: volume_test.go:11: CliSuite.TestVolumeFromService	0.241s
01:41:35 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName	0.231s
01:41:35 OK: 57 passed, 2 skipped
01:41:35 PASS
01:41:35 coverage: 38.9% of statements
01:41:35 ok  	github.com/docker/libcompose/integration	117.057s
01:41:35 ---> Making bundle: .integration-daemon-stop (in .)
01:41:35 ++++ cat ./docker.pid
01:41:35 +++ kill 6596
01:41:35 
01:41:35 Running integration test against 1.10.3
01:41:35 ---> Making bundle: .integration-daemon-start (in .)
01:41:35 +++ 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:36 Client:
01:41:36  Version:      1.10.3
01:41:36  API version:  1.22
01:41:36  Go version:   go1.5.3
01:41:36  Git commit:   20f81dd
01:41:36  Built:        Thu Mar 10 21:49:11 2016
01:41:36  OS/Arch:      linux/amd64
01:41:36 
01:41:36 Server:
01:41:36  Version:      1.10.3
01:41:36  API version:  1.22
01:41:36  Go version:   go1.5.3
01:41:36  Git commit:   20f81dd
01:41:36  Built:        Thu Mar 10 21:49:11 2016
01:41:36  OS/Arch:      linux/amd64
01:41:38 time="2019-08-28T01:41:38Z" level=info msg="[0/2] [simple]: Starting "
01:41:38 time="2019-08-28T01:41:38Z" level=info msg="[0/2] [another]: Starting "
01:41:38 Pulling another (busybox:latest)...
01:41:38 Pulling simple (busybox:latest)...
01:41:38 latest: Pulling from library/busybox
01:41:38 latest: Pulling from library/busybox
01:41:38 ee153a04d683: Pulling fs layer
01:41:38 ee153a04d683: Pulling fs layer
01:41:38 ee153a04d683: Verifying Checksum
01:41:38 ee153a04d683: Verifying Checksum
01:41:38 ee153a04d683: Download complete
01:41:38 ee153a04d683: Download complete
01:41:38 ee153a04d683: Pull complete
01:41:38 ee153a04d683: Pull complete
01:41:38 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:41:38 Status: Image is up to date for busybox:latest
01:41:38 ee153a04d683: Pull complete
01:41:38 ee153a04d683: Pull complete
01:41:38 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:41:38 Status: Downloaded newer image for busybox:latest
01:41:39 time="2019-08-28T01:41:39Z" level=info msg="[1/2] [another]: Started "
01:41:39 time="2019-08-28T01:41:39Z" level=info msg="[2/2] [simple]: Started "
01:41:39 PASS: api_event_test.go:16: APISuite.TestEvents	1.385s
01:41:39 time="2019-08-28T01:41:39Z" 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.459s
01:41:41 PASS: build_test.go:13: CliSuite.TestBuild	0.538s
01:41:42 PASS: build_test.go:85: CliSuite.TestBuildWithArgs	0.980s
01:41:42 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1	0.153s
01:41:42 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2	0.607s
01:41:43 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3	0.547s
01:41:43 time="2019-08-28T01:41:43Z" level=info msg="Running create [--verbose -p testprojectasllddz -f - create]"
01:41:43 PASS: create_test.go:58: CliSuite.TestContainerName	0.117s
01:41:43 time="2019-08-28T01:41:43Z" level=info msg="Running create [--verbose -p testprojectutodwhp -f - create]"
01:41:43 time="2019-08-28T01:41:43Z" level=info msg="Running scale [--verbose -p testprojectutodwhp -f - scale hello=2]"
01:41:43 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale	0.134s
01:41:44 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir	0.393s
01:41:44 time="2019-08-28T01:41:43Z" level=info msg="Running create [--verbose -p testprojectsifaala -f - create]"
01:41:44 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir	0.077s
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] [yetanother]: Created "
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 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles	0.340s
01:41:44 time="2019-08-28T01:41:44Z" level=info msg="Running up [--verbose -p testprojectwfvynxa -f - up -d]"
01:41:44 time="2019-08-28T01:41:44Z" level=info msg="Running stop [--verbose -p testprojectwfvynxa -f - stop --timeout 0]"
01:41:57 time="2019-08-28T01:41:54Z" level=info msg="Running rm [--verbose -p testprojectwfvynxa -f - rm --force]"
01:41:57 PASS: rm_test.go:9: CliSuite.TestDelete	10.628s
01:41:57 time="2019-08-28T01:41:54Z" level=info msg="Running up [--verbose -p testprojectdiryeoq -f - up -d]"
01:41:57 time="2019-08-28T01:41:55Z" level=info msg="Running stop [--verbose -p testprojectdiryeoq -f - stop bye --timeout 0]"
01:42:07 time="2019-08-28T01:42:05Z" level=info msg="Running rm [--verbose -p testprojectdiryeoq -f - rm --force]"
01:42:07 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped	10.960s
01:42:07 time="2019-08-28T01:42:06Z" level=info msg="Running up [--verbose -p testprojectiaaoujb -f - up -d]"
01:42:07 time="2019-08-28T01:42:06Z" level=info msg="Running stop [--verbose -p testprojectiaaoujb -f - stop --timeout 0]"
01:42:17 time="2019-08-28T01:42:16Z" level=info msg="Running rm [--verbose -p testprojectiaaoujb -f - rm --force -v]"
01:42:17 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol	10.604s
01:42:17 time="2019-08-28T01:42:16Z" level=info msg="Running up [--verbose -p testprojectdxkuxaj -f - up -d]"
01:42:17 time="2019-08-28T01:42:17Z" level=info msg="Running down [--verbose -p testprojectdxkuxaj -f - down]"
01:42:29 PASS: down_test.go:9: CliSuite.TestDown	10.626s
01:42:29 time="2019-08-28T01:42:27Z" level=info msg="Running up [--verbose -p testprojectztgxzti -f - up -d]"
01:42:29 time="2019-08-28T01:42:27Z" level=info msg="Running scale [--verbose -p testprojectztgxzti -f - scale hello=2]"
01:42:29 time="2019-08-28T01:42:28Z" level=info msg="Running down [--verbose -p testprojectztgxzti -f - down]"
01:42:39 PASS: down_test.go:24: CliSuite.TestDownMultiple	11.085s
01:42:39 time="2019-08-28T01:42:38Z" level=info msg="Running create [--verbose -p testprojectxugxisb -f - create]"
01:42:39 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint	0.118s
01:42:39 time="2019-08-28T01:42:38Z" level=info msg="Running create [--verbose -p testprojectwagzext -f - create]"
01:42:39 time="2019-08-28T01:42:38Z" level=info msg="Running create [--verbose -p testprojectmobjkpa -f - create]"
01:42:39 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions	0.156s
01:42:39 time="2019-08-28T01:42:38Z" level=info msg="Running create [--verbose -p testprojectodfqyyt -f - create]"
01:42:39 PASS: create_test.go:14: CliSuite.TestFields	0.078s
01:42:39 time="2019-08-28T01:42:38Z" level=info msg="Running create [--verbose -p testprojectvfdffrf -f - create]"
01:42:39 PASS: create_test.go:45: CliSuite.TestHelloWorld	0.077s
01:42:39 time="2019-08-28T01:42:38Z" level=info msg="Running create [--verbose -p testprojectkwrfrpe -f - create]"
01:42:39 time="2019-08-28T01:42:38Z" level=info msg="Running create [--verbose -p testprojectlisjgsp -f - create]"
01:42:39 PASS: create_test.go:86: CliSuite.TestInterpolation	0.154s
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="Running create [--verbose -p testprojectubivsqu -f - create]"
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="Running create [--verbose -p testprojectjeqmaaq -f - create]"
01:42:39 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends	0.197s
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="Running up [--verbose -p testprojecttseyhsh -f - up -d]"
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="Running kill [--verbose -p testprojecttseyhsh -f - kill]"
01:42:39 PASS: kill_test.go:9: CliSuite.TestKill	0.607s
01:42:39 time="2019-08-28T01:42:39Z" level=info msg="Running up [--verbose -p testprojectzonqgiz -f - up -d]"
01:42:41 PASS: up_test.go:260: CliSuite.TestLink	0.865s
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="[0/4] [multiple]: Creating "
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="[0/4] [yetanother]: Creating "
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="[0/4] [simple]: Creating "
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="[0/4] [another]: Creating "
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="[0/4] [another]: Created "
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="[0/4] [multiple]: Created "
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="[0/4] [yetanother]: Created "
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="[0/4] [simple]: Created "
01:42:41 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo	0.478s
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="[0/4] [another]: Creating "
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="[0/4] [multiple]: Creating "
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="[0/4] [yetanother]: Creating "
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="[0/4] [simple]: Creating "
01:42:41 time="2019-08-28T01:42:41Z" level=info msg="[0/4] [multiple]: Created "
01:42:42 time="2019-08-28T01:42:41Z" level=info msg="[0/4] [another]: Created "
01:42:42 time="2019-08-28T01:42:42Z" level=info msg="[0/4] [yetanother]: Created "
01:42:42 time="2019-08-28T01:42:42Z" level=info msg="[0/4] [simple]: Created "
01:42:42 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne	0.422s
01:42:42 time="2019-08-28T01:42:42Z" level=info msg="Running up [--verbose -p testprojectolcubzz -f - up -d]"
01:42:42 PASS: volume_test.go:62: CliSuite.TestNamedVolume	0.387s
01:42:42 time="2019-08-28T01:42:42Z" level=info msg="Running up [--verbose -p testprojectpovqdoe -f - up -d]"
01:42:43 time="2019-08-28T01:42:43Z" level=info msg="Running pause [--verbose -p testprojectpovqdoe -f - pause]"
01:42:43 PASS: pause_unpause_test.go:9: CliSuite.TestPause	0.457s
01:42:43 time="2019-08-28T01:42:43Z" level=info msg="Running up [--verbose -p testprojectwovkdwk -f - up -d]"
01:42:44 time="2019-08-28T01:42:43Z" level=info msg="Running pause [--verbose -p testprojectwovkdwk -f - pause]"
01:42:44 time="2019-08-28T01:42:43Z" level=info msg="Running pause [--verbose -p testprojectwovkdwk -f - pause]"
01:42:44 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService	0.445s
01:42:44 time="2019-08-28T01:42:44Z" level=info msg="Running up [--verbose -p testprojectldlcvze -f - up -d]"
01:42:44 time="2019-08-28T01:42:44Z" level=info msg="Running ps [--verbose -p testprojectldlcvze -f - ps]"
01:42:44 PASS: ps_test.go:10: CliSuite.TestPs	0.452s
01:42:44 time="2019-08-28T01:42:44Z" level=info msg="Running up [--verbose -p testprojectxkyhobu -f - up -d]"
01:42:45 time="2019-08-28T01:42:45Z" level=info msg="Running ps [--verbose -p testprojectxkyhobu -f - ps -q]"
01:42:45 PASS: ps_test.go:22: CliSuite.TestPsQuiet	0.413s
01:42:45 time="2019-08-28T01:42:45Z" level=info msg="Running pull [--verbose -p testprojectjxhbuql -f - pull]"
01:42:45 PASS: pull_test.go:7: CliSuite.TestPull	0.150s
01:42:45 time="2019-08-28T01:42:45Z" level=info msg="Running up [--verbose -p testprojecttemfago -f - up -d]"
01:42:45 time="2019-08-28T01:42:45Z" level=info msg="Running up [--verbose -p testprojecttemfago -f - up -d]"
01:42:45 time="2019-08-28T01:42:45Z" level=info msg="Running up [--verbose -p testprojecttemfago -f - up -d]"
01:42:46 time="2019-08-28T01:42:46Z" level=info msg="Running up [--verbose -p testprojecttemfago -f - up -d]"
01:42:47 time="2019-08-28T01:42:47Z" level=info msg="Running up [--verbose -p testprojecttemfago -f - up -d]"
01:42:47 time="2019-08-28T01:42:47Z" level=info msg="Running up [--verbose -p testprojecttemfago -f - up --force-recreate -d]"
01:42:48 time="2019-08-28T01:42:47Z" level=info msg="Running up [--verbose -p testprojecttemfago -f - up --force-recreate -d]"
01:42:48 PASS: up_test.go:105: CliSuite.TestRecreate	3.119s
01:42:48 time="2019-08-28T01:42:48Z" level=info msg="Running up [--verbose -p testprojectpvrtyjt -f - up -d]"
01:42:49 time="2019-08-28T01:42:49Z" level=info msg="Running up [--verbose -p testprojectpvrtyjt -f - up --force-recreate -d]"
01:42:50 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate	1.109s
01:42:50 time="2019-08-28T01:42:49Z" level=info msg="Running up [--verbose -p testprojectbsndgup -f - up -d]"
01:42:51 time="2019-08-28T01:42:51Z" level=info msg="Running up [--verbose -p testprojectbsndgup -f - up --no-recreate -d]"
01:42:51 time="2019-08-28T01:42:51Z" level=info msg="Running up [--verbose -p testprojectbsndgup -f - up --no-recreate -d]"
01:42:51 time="2019-08-28T01:42:51Z" level=info msg="Running up [--verbose -p testprojectbsndgup -f - up -d]"
01:42:51 time="2019-08-28T01:42:51Z" level=info msg="Running rm [--verbose -p testprojectbsndgup -f - rm -f]"
01:42:52 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging	1.800s
01:42:52 time="2019-08-28T01:42:51Z" level=info msg="Running up [--verbose -p testprojectqmvqegv -f - up -d]"
01:42:52 time="2019-08-28T01:42:52Z" level=info msg="Running up [--verbose -p testprojectqmvqegv -f - up --no-recreate -d]"
01:42:52 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate	0.447s
01:42:52 time="2019-08-28T01:42:52Z" level=info msg="Running up [--verbose -p testprojectnupwiok -f - up -d]"
01:42:53 time="2019-08-28T01:42:52Z" level=info msg="Running up [--verbose -p testprojectnupwiok -f - up --force-recreate -d]"
01:42:54 PASS: up_test.go:53: CliSuite.TestRecreateVols	1.063s
01:42:54 time="2019-08-28T01:42:53Z" level=info msg="Running up [--verbose -p testprojecthasfmxv -f - up -d]"
01:42:54 PASS: volume_test.go:43: CliSuite.TestRelativeVolume	0.454s
01:42:54 time="2019-08-28T01:42:54Z" level=info msg="Running up [--verbose -p testprojectnqyrhuf -f - up -d]"
01:42:54 time="2019-08-28T01:42:54Z" level=info msg="Running restart [--verbose -p testprojectnqyrhuf -f - restart --timeout 0]"
01:43:07 PASS: restart_test.go:9: CliSuite.TestRestart	10.936s
01:43:07 PASS: run_test.go:19: CliSuite.TestRun	0.617s
01:43:07 time="2019-08-28T01:43:06Z" level=info msg="Running up [--verbose -p testprojecthxobkif -f - up -d]"
01:43:07 time="2019-08-28T01:43:06Z" level=info msg="Running scale [--verbose -p testprojecthxobkif -f - scale hello=2]"
01:43:07 time="2019-08-28T01:43:07Z" level=info msg="Running scale [--verbose -p testprojecthxobkif -f - scale --timeout 0 hello=1]"
01:43:19 PASS: scale_test.go:10: CliSuite.TestScale	11.070s
01:43:19 time="2019-08-28T01:43:17Z" level=info msg="Running up [--verbose -p testprojectxylpxgp -f - up -d]"
01:43:19 time="2019-08-28T01:43:17Z" level=info msg="Running scale [--verbose -p testprojectxylpxgp -f - scale test=2]"
01:43:19 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning	1.081s
01:43:19 time="2019-08-28T01:43:18Z" level=info msg="Running create [--verbose -p testprojectazxzhji -f - create]"
01:43:19 time="2019-08-28T01:43:18Z" level=info msg="Running start [--verbose -p testprojectazxzhji -f - start]"
01:43:19 PASS: start_test.go:9: CliSuite.TestStart	0.449s
01:43:19 time="2019-08-28T01:43:19Z" level=info msg="Running up [--verbose -p testprojectdzbgxot -f - up -d]"
01:43:20 time="2019-08-28T01:43:19Z" level=info msg="Running stop [--verbose -p testprojectdzbgxot -f - stop --timeout 0]"
01:43:30 PASS: stop_test.go:9: CliSuite.TestStop	10.573s
01:43:30 time="2019-08-28T01:43:29Z" level=info msg="Running up [--verbose -p testprojectpjqgycg -f - up -d]"
01:43:30 time="2019-08-28T01:43:30Z" level=info msg="Running pause [--verbose -p testprojectpjqgycg -f - pause]"
01:43:30 time="2019-08-28T01:43:30Z" level=info msg="Running unpause [--verbose -p testprojectpjqgycg -f - unpause]"
01:43:30 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause	0.464s
01:43:30 time="2019-08-28T01:43:30Z" level=info msg="Running up [--verbose -p testprojectkrdaisr -f - up -d]"
01:43:31 time="2019-08-28T01:43:31Z" level=info msg="Running unpause [--verbose -p testprojectkrdaisr -f - unpause]"
01:43:31 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService	0.438s
01:43:31 time="2019-08-28T01:43:31Z" level=info msg="Running up [--verbose -p testprojectraurvgv -f - up -d]"
01:43:32 PASS: up_test.go:15: CliSuite.TestUp	0.423s
01:43:32 time="2019-08-28T01:43:31Z" level=info msg="Running up [--verbose -p testprojectsoiepos -f - up -d]"
01:43:32 time="2019-08-28T01:43:32Z" level=info msg="Running up [--verbose -p testprojectsoiepos -f - up --no-recreate -d]"
01:43:32 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted	0.451s
01:43:32 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent	0.010s
01:43:33 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent	0.626s
01:43:33 time="2019-08-28T01:43:33Z" level=info msg="Running up [--verbose -p testprojectzwojehv -f - up -d]"
01:43:34 PASS: up_test.go:25: CliSuite.TestUpNotExistService	0.418s
01:43:34 time="2019-08-28T01:43:33Z" level=info msg="Running up [--verbose -p testprojectwhzvsfh -f - up -d]"
01:43:35 PASS: volume_test.go:79: CliSuite.TestV2Volume	1.891s
01:43:35 time="2019-08-28T01:43:35Z" level=info msg="Running create [--verbose -p testprojectxsfbvky -f - create]"
01:43:35 time="2019-08-28T01:43:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectxsfbvky -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:43:35 time="2019-08-28T01:43:35Z" level=info msg="Running create [--verbose -p testprojectwbmhnci -f - create]"
01:43:35 time="2019-08-28T01:43:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectwbmhnci -f - create]\n with input:\n\n  test:\n    image: busybox\n    build: .\n\t"
01:43:35 time="2019-08-28T01:43:35Z" level=info msg="Running create [--verbose -p testprojectgextlok -f - create]"
01:43:36 time="2019-08-28T01:43:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectgextlok -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:36 PASS: create_test.go:262: CliSuite.TestValidation	0.027s
01:43:36 time="2019-08-28T01:43:35Z" level=info msg="Running create [--verbose -p testprojectekmnwha -f - create]"
01:43:36 time="2019-08-28T01:43:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectekmnwha -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:43:36 time="2019-08-28T01:43:35Z" level=info msg="Running create [--verbose -p testprojectfsjqiwq -f - create]"
01:43:36 time="2019-08-28T01:43:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectfsjqiwq -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:36 PASS: create_test.go:297: CliSuite.TestValidationV2	0.016s
01:43:36 time="2019-08-28T01:43:35Z" level=info msg="Running create [--verbose -p testprojectdbffvkt -f - create]"
01:43:36 time="2019-08-28T01:43:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectdbffvkt -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:36 time="2019-08-28T01:43:35Z" level=info msg="Running create [--verbose -p testprojectnytvqdi -f - create]"
01:43:36 time="2019-08-28T01:43:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectnytvqdi -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:36 time="2019-08-28T01:43:35Z" level=info msg="Running create [--verbose -p testprojectwlirjae -f - create]"
01:43:36 time="2019-08-28T01:43:35Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectwlirjae -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:36 time="2019-08-28T01:43:35Z" level=info msg="Running create [--verbose -p testprojecttslhnkx -f - create]"
01:43:36 time="2019-08-28T01:43:36Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecttslhnkx -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:36 PASS: create_test.go:327: CliSuite.TestValidationWithExtends	0.032s
01:43:36 time="2019-08-28T01:43:36Z" level=info msg="Running create [--verbose -p testprojectkgozddn -f - create]"
01:43:36 time="2019-08-28T01:43:36Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectkgozddn -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:36 time="2019-08-28T01:43:36Z" level=info msg="Running create [--verbose -p testprojectbzpyxtk -f - create]"
01:43:36 time="2019-08-28T01:43:36Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectbzpyxtk -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:36 time="2019-08-28T01:43:36Z" level=info msg="Running create [--verbose -p testprojectiymosyz -f - create]"
01:43:36 time="2019-08-28T01:43:36Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectiymosyz -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:36 time="2019-08-28T01:43:36Z" level=info msg="Running create [--verbose -p testprojectviikhcm -f - create]"
01:43:36 time="2019-08-28T01:43:36Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectviikhcm -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:36 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2	0.034s
01:43:36 PASS: volume_test.go:11: CliSuite.TestVolumeFromService	0.257s
01:43:36 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName	0.264s
01:43:36 OK: 59 passed
01:43:36 PASS
01:43:36 coverage: 33.3% of statements
01:43:36 ok  	github.com/docker/libcompose/integration	118.445s
01:43:36 ---> Making bundle: .integration-daemon-stop (in .)
01:43:36 ++++ cat ./docker.pid
01:43:36 +++ kill 9445
01:43:36 
01:43:36 Running integration test against 1.13.1
01:43:36 ---> Making bundle: .integration-daemon-start (in .)
01:43:36 /usr/local/bin/docker-1.13.1/dockerd
01:43:36 +++ 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:39 Client:
01:43:39  Version:      1.13.1
01:43:39  API version:  1.26
01:43:39  Go version:   go1.7.5
01:43:39  Git commit:   092cba3
01:43:39  Built:        Wed Feb  8 08:47:51 2017
01:43:39  OS/Arch:      linux/amd64
01:43:39 
01:43:39 Server:
01:43:39  Version:      1.13.1
01:43:39  API version:  1.26 (minimum version 1.12)
01:43:39  Go version:   go1.7.5
01:43:39  Git commit:   092cba3
01:43:39  Built:        Wed Feb  8 08:47:51 2017
01:43:39  OS/Arch:      linux/amd64
01:43:39  Experimental: false
01:43:40 time="2019-08-28T01:43:40Z" level=info msg="[0/2] [simple]: Starting "
01:43:40 time="2019-08-28T01:43:40Z" level=info msg="[0/2] [another]: Starting "
01:43:40 Pulling another (busybox:latest)...
01:43:40 Pulling simple (busybox:latest)...
01:43:40 latest: Pulling from library/busybox
01:43:40 latest: Pulling from library/busybox
01:43:40 ee153a04d683: Pulling fs layer
01:43:40 ee153a04d683: Pulling fs layer
01:43:40 ee153a04d683: Verifying Checksum
01:43:40 ee153a04d683: Verifying Checksum
01:43:40 ee153a04d683: Download complete
01:43:40 ee153a04d683: Download complete
01:43:40 ee153a04d683: Pull complete
01:43:40 ee153a04d683: Pull complete
01:43:40 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:43:40 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:43:40 Status: Downloaded newer image for busybox:latest
01:43:40 Status: Image is up to date for busybox:latest
01:43:41 time="2019-08-28T01:43:41Z" level=info msg="[1/2] [another]: Started "
01:43:41 time="2019-08-28T01:43:41Z" level=info msg="[2/2] [simple]: Started "
01:43:41 PASS: api_event_test.go:16: APISuite.TestEvents	1.205s
01:43:41 time="2019-08-28T01:43:41Z" level=info msg="[0/1] [service]: Starting "
01:43:42 time="2019-08-28T01:43:42Z" level=info msg="[1/1] [service]: Started "
01:43:42 PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile	0.540s
01:43:44 PASS: build_test.go:13: CliSuite.TestBuild	1.954s
01:43:46 PASS: build_test.go:85: CliSuite.TestBuildWithArgs	1.654s
01:43:46 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1	0.215s
01:43:48 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2	1.776s
01:43:50 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3	2.000s
01:43:50 time="2019-08-28T01:43:50Z" level=info msg="Running create [--verbose -p testprojectgtjapsg -f - create]"
01:43:50 PASS: create_test.go:58: CliSuite.TestContainerName	0.167s
01:43:50 time="2019-08-28T01:43:50Z" level=info msg="Running create [--verbose -p testprojectrdtoltt -f - create]"
01:43:50 time="2019-08-28T01:43:50Z" level=info msg="Running scale [--verbose -p testprojectrdtoltt -f - scale hello=2]"
01:43:50 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale	0.189s
01:43:51 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir	0.434s
01:43:51 time="2019-08-28T01:43:50Z" level=info msg="Running create [--verbose -p testprojectyqxvrii -f - create]"
01:43:51 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir	0.126s
01:43:51 time="2019-08-28T01:43:50Z" level=info msg="[0/3] [simple]: Creating "
01:43:51 time="2019-08-28T01:43:50Z" level=info msg="[0/3] [yetanother]: Creating "
01:43:51 time="2019-08-28T01:43:50Z" level=info msg="[0/3] [another]: Creating "
01:43:51 time="2019-08-28T01:43:51Z" level=info msg="[0/3] [another]: Created "
01:43:51 time="2019-08-28T01:43:51Z" level=info msg="[0/3] [yetanother]: Created "
01:43:51 time="2019-08-28T01:43:51Z" level=info msg="[0/3] [simple]: Created "
01:43:51 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles	0.431s
01:43:51 time="2019-08-28T01:43:51Z" level=info msg="Running up [--verbose -p testprojectxewmqpr -f - up -d]"
01:43:52 time="2019-08-28T01:43:51Z" level=info msg="Running stop [--verbose -p testprojectxewmqpr -f - stop --timeout 0]"
01:44:04 time="2019-08-28T01:44:02Z" level=info msg="Running rm [--verbose -p testprojectxewmqpr -f - rm --force]"
01:44:04 PASS: rm_test.go:9: CliSuite.TestDelete	10.711s
01:44:04 time="2019-08-28T01:44:02Z" level=info msg="Running up [--verbose -p testprojectcqumwwt -f - up -d]"
01:44:04 time="2019-08-28T01:44:02Z" level=info msg="Running stop [--verbose -p testprojectcqumwwt -f - stop bye --timeout 0]"
01:44:14 time="2019-08-28T01:44:12Z" level=info msg="Running rm [--verbose -p testprojectcqumwwt -f - rm --force]"
01:44:14 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped	10.709s
01:44:14 time="2019-08-28T01:44:13Z" level=info msg="Running up [--verbose -p testprojectsngavwg -f - up -d]"
01:44:14 time="2019-08-28T01:44:13Z" level=info msg="Running stop [--verbose -p testprojectsngavwg -f - stop --timeout 0]"
01:44:24 time="2019-08-28T01:44:23Z" level=info msg="Running rm [--verbose -p testprojectsngavwg -f - rm --force -v]"
01:44:24 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol	10.699s
01:44:24 time="2019-08-28T01:44:23Z" level=info msg="Running up [--verbose -p testprojectnjtwagb -f - up -d]"
01:44:24 time="2019-08-28T01:44:24Z" level=info msg="Running down [--verbose -p testprojectnjtwagb -f - down]"
01:44:34 PASS: down_test.go:9: CliSuite.TestDown	10.747s
01:44:34 time="2019-08-28T01:44:34Z" level=info msg="Running up [--verbose -p testprojectjviorcx -f - up -d]"
01:44:35 time="2019-08-28T01:44:35Z" level=info msg="Running scale [--verbose -p testprojectjviorcx -f - scale hello=2]"
01:44:35 time="2019-08-28T01:44:35Z" level=info msg="Running down [--verbose -p testprojectjviorcx -f - down]"
01:44:47 PASS: down_test.go:24: CliSuite.TestDownMultiple	11.324s
01:44:47 time="2019-08-28T01:44:45Z" level=info msg="Running create [--verbose -p testprojectxmkcdps -f - create]"
01:44:47 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint	0.282s
01:44:47 time="2019-08-28T01:44:46Z" level=info msg="Running create [--verbose -p testprojectmgyirhj -f - create]"
01:44:47 time="2019-08-28T01:44:46Z" level=info msg="Running create [--verbose -p testprojectamnuuoi -f - create]"
01:44:47 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions	0.226s
01:44:47 time="2019-08-28T01:44:46Z" level=info msg="Running create [--verbose -p testprojectpcllwzl -f - create]"
01:44:47 PASS: create_test.go:14: CliSuite.TestFields	0.121s
01:44:47 time="2019-08-28T01:44:46Z" level=info msg="Running create [--verbose -p testprojectikvnycn -f - create]"
01:44:47 PASS: create_test.go:45: CliSuite.TestHelloWorld	0.128s
01:44:47 time="2019-08-28T01:44:46Z" level=info msg="Running create [--verbose -p testprojectrvmfiso -f - create]"
01:44:47 time="2019-08-28T01:44:46Z" level=info msg="Running create [--verbose -p testprojecttdzrqms -f - create]"
01:44:47 PASS: create_test.go:86: CliSuite.TestInterpolation	0.257s
01:44:47 time="2019-08-28T01:44:46Z" level=info msg="Running create [--verbose -p testprojectggsrwmq -f - create]"
01:44:47 time="2019-08-28T01:44:46Z" level=info msg="Running create [--verbose -p testprojectegygvxa -f - create]"
01:44:47 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends	0.266s
01:44:47 time="2019-08-28T01:44:47Z" level=info msg="Running up [--verbose -p testprojectdaznkhg -f - up -d]"
01:44:47 time="2019-08-28T01:44:47Z" level=info msg="Running kill [--verbose -p testprojectdaznkhg -f - kill]"
01:44:47 PASS: kill_test.go:9: CliSuite.TestKill	0.701s
01:44:47 time="2019-08-28T01:44:47Z" level=info msg="Running up [--verbose -p testprojectfeleyxg -f - up -d]"
01:44:49 PASS: up_test.go:260: CliSuite.TestLink	1.082s
01:44:49 time="2019-08-28T01:44:49Z" level=info msg="[0/4] [multiple]: Creating "
01:44:49 time="2019-08-28T01:44:49Z" level=info msg="[0/4] [yetanother]: Creating "
01:44:49 time="2019-08-28T01:44:49Z" level=info msg="[0/4] [simple]: Creating "
01:44:49 time="2019-08-28T01:44:49Z" level=info msg="[0/4] [another]: Creating "
01:44:49 time="2019-08-28T01:44:49Z" level=info msg="[0/4] [another]: Created "
01:44:49 time="2019-08-28T01:44:49Z" level=info msg="[0/4] [multiple]: Created "
01:44:49 time="2019-08-28T01:44:49Z" level=info msg="[0/4] [simple]: Created "
01:44:50 time="2019-08-28T01:44:49Z" level=info msg="[0/4] [yetanother]: Created "
01:44:50 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo	0.576s
01:44:50 time="2019-08-28T01:44:49Z" level=info msg="[0/4] [another]: Creating "
01:44:50 time="2019-08-28T01:44:49Z" level=info msg="[0/4] [yetanother]: Creating "
01:44:50 time="2019-08-28T01:44:49Z" level=info msg="[0/4] [multiple]: Creating "
01:44:50 time="2019-08-28T01:44:49Z" level=info msg="[0/4] [simple]: Creating "
01:44:50 time="2019-08-28T01:44:50Z" level=info msg="[0/4] [another]: Created "
01:44:50 time="2019-08-28T01:44:50Z" level=info msg="[0/4] [yetanother]: Created "
01:44:50 time="2019-08-28T01:44:50Z" level=info msg="[0/4] [simple]: Created "
01:44:50 time="2019-08-28T01:44:50Z" level=info msg="[0/4] [multiple]: Created "
01:44:50 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne	0.541s
01:44:50 time="2019-08-28T01:44:50Z" level=info msg="Running up [--verbose -p testprojectvqhibtt -f - up -d]"
01:44:51 PASS: volume_test.go:62: CliSuite.TestNamedVolume	0.534s
01:44:51 time="2019-08-28T01:44:51Z" level=info msg="Running up [--verbose -p testprojectvubnncj -f - up -d]"
01:44:51 time="2019-08-28T01:44:51Z" level=info msg="Running pause [--verbose -p testprojectvubnncj -f - pause]"
01:44:52 PASS: pause_unpause_test.go:9: CliSuite.TestPause	0.547s
01:44:52 time="2019-08-28T01:44:51Z" level=info msg="Running up [--verbose -p testprojectyacsiwp -f - up -d]"
01:44:52 time="2019-08-28T01:44:52Z" level=info msg="Running pause [--verbose -p testprojectyacsiwp -f - pause]"
01:44:52 time="2019-08-28T01:44:52Z" level=info msg="Running pause [--verbose -p testprojectyacsiwp -f - pause]"
01:44:52 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService	0.554s
01:44:52 time="2019-08-28T01:44:52Z" level=info msg="Running up [--verbose -p testprojectuwtkpxg -f - up -d]"
01:44:53 time="2019-08-28T01:44:53Z" level=info msg="Running ps [--verbose -p testprojectuwtkpxg -f - ps]"
01:44:53 PASS: ps_test.go:10: CliSuite.TestPs	0.547s
01:44:53 time="2019-08-28T01:44:53Z" level=info msg="Running up [--verbose -p testprojectkvvhugb -f - up -d]"
01:44:54 time="2019-08-28T01:44:53Z" level=info msg="Running ps [--verbose -p testprojectkvvhugb -f - ps -q]"
01:44:54 PASS: ps_test.go:22: CliSuite.TestPsQuiet	0.544s
01:44:54 time="2019-08-28T01:44:54Z" level=info msg="Running pull [--verbose -p testprojectcmrbcbz -f - pull]"
01:44:54 PASS: pull_test.go:7: CliSuite.TestPull	0.097s
01:44:54 time="2019-08-28T01:44:54Z" level=info msg="Running up [--verbose -p testprojectfpbyzfl -f - up -d]"
01:44:55 time="2019-08-28T01:44:54Z" level=info msg="Running up [--verbose -p testprojectfpbyzfl -f - up -d]"
01:44:55 time="2019-08-28T01:44:54Z" level=info msg="Running up [--verbose -p testprojectfpbyzfl -f - up -d]"
01:44:55 time="2019-08-28T01:44:55Z" level=info msg="Running up [--verbose -p testprojectfpbyzfl -f - up -d]"
01:44:56 time="2019-08-28T01:44:56Z" level=info msg="Running up [--verbose -p testprojectfpbyzfl -f - up -d]"
01:44:56 time="2019-08-28T01:44:56Z" level=info msg="Running up [--verbose -p testprojectfpbyzfl -f - up --force-recreate -d]"
01:44:57 time="2019-08-28T01:44:57Z" level=info msg="Running up [--verbose -p testprojectfpbyzfl -f - up --force-recreate -d]"
01:44:58 PASS: up_test.go:105: CliSuite.TestRecreate	3.606s
01:44:58 time="2019-08-28T01:44:58Z" level=info msg="Running up [--verbose -p testprojectcxngnci -f - up -d]"
01:44:58 time="2019-08-28T01:44:58Z" level=info msg="Running up [--verbose -p testprojectcxngnci -f - up --force-recreate -d]"
01:44:59 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate	1.283s
01:44:59 time="2019-08-28T01:44:59Z" level=info msg="Running up [--verbose -p testprojectrgzepfv -f - up -d]"
01:45:00 time="2019-08-28T01:45:00Z" level=info msg="Running up [--verbose -p testprojectrgzepfv -f - up --no-recreate -d]"
01:45:00 time="2019-08-28T01:45:00Z" level=info msg="Running up [--verbose -p testprojectrgzepfv -f - up --no-recreate -d]"
01:45:00 time="2019-08-28T01:45:00Z" level=info msg="Running up [--verbose -p testprojectrgzepfv -f - up -d]"
01:45:01 time="2019-08-28T01:45:01Z" level=info msg="Running rm [--verbose -p testprojectrgzepfv -f - rm -f]"
01:45:01 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging	1.956s
01:45:01 time="2019-08-28T01:45:01Z" level=info msg="Running up [--verbose -p testprojectantgofj -f - up -d]"
01:45:02 time="2019-08-28T01:45:02Z" level=info msg="Running up [--verbose -p testprojectantgofj -f - up --no-recreate -d]"
01:45:02 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate	0.532s
01:45:02 time="2019-08-28T01:45:02Z" level=info msg="Running up [--verbose -p testprojectjfjfntp -f - up -d]"
01:45:03 time="2019-08-28T01:45:02Z" level=info msg="Running up [--verbose -p testprojectjfjfntp -f - up --force-recreate -d]"
01:45:03 PASS: up_test.go:53: CliSuite.TestRecreateVols	1.305s
01:45:03 time="2019-08-28T01:45:03Z" level=info msg="Running up [--verbose -p testprojectfcrvibj -f - up -d]"
01:45:04 PASS: volume_test.go:43: CliSuite.TestRelativeVolume	0.556s
01:45:04 time="2019-08-28T01:45:04Z" level=info msg="Running up [--verbose -p testprojectxreycqo -f - up -d]"
01:45:05 time="2019-08-28T01:45:04Z" level=info msg="Running restart [--verbose -p testprojectxreycqo -f - restart --timeout 0]"
01:45:17 PASS: restart_test.go:9: CliSuite.TestRestart	11.261s
01:45:17 PASS: run_test.go:19: CliSuite.TestRun	0.666s
01:45:17 time="2019-08-28T01:45:16Z" level=info msg="Running up [--verbose -p testprojectidpzyfu -f - up -d]"
01:45:17 time="2019-08-28T01:45:17Z" level=info msg="Running scale [--verbose -p testprojectidpzyfu -f - scale hello=2]"
01:45:17 time="2019-08-28T01:45:17Z" level=info msg="Running scale [--verbose -p testprojectidpzyfu -f - scale --timeout 0 hello=1]"
01:45:29 PASS: scale_test.go:10: CliSuite.TestScale	11.261s
01:45:29 time="2019-08-28T01:45:27Z" level=info msg="Running up [--verbose -p testprojectpggaknz -f - up -d]"
01:45:29 time="2019-08-28T01:45:28Z" level=info msg="Running scale [--verbose -p testprojectpggaknz -f - scale test=2]"
01:45:29 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning	1.386s
01:45:29 time="2019-08-28T01:45:29Z" level=info msg="Running create [--verbose -p testprojectotijolc -f - create]"
01:45:29 time="2019-08-28T01:45:29Z" level=info msg="Running start [--verbose -p testprojectotijolc -f - start]"
01:45:30 PASS: start_test.go:9: CliSuite.TestStart	0.540s
01:45:30 time="2019-08-28T01:45:30Z" level=info msg="Running up [--verbose -p testprojectrvskliy -f - up -d]"
01:45:31 time="2019-08-28T01:45:30Z" level=info msg="Running stop [--verbose -p testprojectrvskliy -f - stop --timeout 0]"
01:45:43 PASS: stop_test.go:9: CliSuite.TestStop	10.699s
01:45:43 time="2019-08-28T01:45:41Z" level=info msg="Running up [--verbose -p testprojectafvnqwp -f - up -d]"
01:45:43 time="2019-08-28T01:45:41Z" level=info msg="Running pause [--verbose -p testprojectafvnqwp -f - pause]"
01:45:43 time="2019-08-28T01:45:41Z" level=info msg="Running unpause [--verbose -p testprojectafvnqwp -f - unpause]"
01:45:43 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause	0.579s
01:45:43 time="2019-08-28T01:45:41Z" level=info msg="Running up [--verbose -p testprojectpghlvlb -f - up -d]"
01:45:43 time="2019-08-28T01:45:42Z" level=info msg="Running unpause [--verbose -p testprojectpghlvlb -f - unpause]"
01:45:43 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService	0.546s
01:45:43 time="2019-08-28T01:45:42Z" level=info msg="Running up [--verbose -p testprojectstfaieq -f - up -d]"
01:45:43 PASS: up_test.go:15: CliSuite.TestUp	0.555s
01:45:43 time="2019-08-28T01:45:43Z" level=info msg="Running up [--verbose -p testprojectjjgagzs -f - up -d]"
01:45:44 time="2019-08-28T01:45:43Z" level=info msg="Running up [--verbose -p testprojectjjgagzs -f - up --no-recreate -d]"
01:45:44 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted	0.562s
01:45:44 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent	0.025s
01:45:45 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent	0.727s
01:45:45 time="2019-08-28T01:45:45Z" level=info msg="Running up [--verbose -p testprojecthoxomfg -f - up -d]"
01:45:45 PASS: up_test.go:25: CliSuite.TestUpNotExistService	0.513s
01:45:45 time="2019-08-28T01:45:45Z" level=info msg="Running up [--verbose -p testprojectsqqyqzr -f - up -d]"
01:46:03 PASS: volume_test.go:79: CliSuite.TestV2Volume	16.717s
01:46:03 time="2019-08-28T01:46:02Z" level=info msg="Running create [--verbose -p testprojectlwirlaf -f - create]"
01:46:03 time="2019-08-28T01:46:02Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectlwirlaf -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:46:03 time="2019-08-28T01:46:02Z" level=info msg="Running create [--verbose -p testprojectrnnndzl -f - create]"
01:46:03 time="2019-08-28T01:46:02Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrnnndzl -f - create]\n with input:\n\n  test:\n    image: busybox\n    build: .\n\t"
01:46:03 time="2019-08-28T01:46:02Z" level=info msg="Running create [--verbose -p testprojectxexozvz -f - create]"
01:46:03 time="2019-08-28T01:46:02Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectxexozvz -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:46:03 PASS: create_test.go:262: CliSuite.TestValidation	0.024s
01:46:03 time="2019-08-28T01:46:02Z" level=info msg="Running create [--verbose -p testprojecthjapysu -f - create]"
01:46:03 time="2019-08-28T01:46:02Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecthjapysu -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:46:03 time="2019-08-28T01:46:02Z" level=info msg="Running create [--verbose -p testprojectqgkyjxy -f - create]"
01:46:03 time="2019-08-28T01:46:02Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectqgkyjxy -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:46:03 PASS: create_test.go:297: CliSuite.TestValidationV2	0.015s
01:46:03 time="2019-08-28T01:46:02Z" level=info msg="Running create [--verbose -p testprojectxxtidmt -f - create]"
01:46:03 time="2019-08-28T01:46:02Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectxxtidmt -f - create]\n with input:\n\n  base:\n    image: busybox\n    privilege: \"something\"\n  test:\n    extends:\n      service: base\n\t"
01:46:03 time="2019-08-28T01:46:02Z" level=info msg="Running create [--verbose -p testprojectkgszcfw -f - create]"
01:46:03 time="2019-08-28T01:46:02Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectkgszcfw -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:46:03 time="2019-08-28T01:46:02Z" level=info msg="Running create [--verbose -p testprojecthnhxoul -f - create]"
01:46:03 time="2019-08-28T01:46:02Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecthnhxoul -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:46:03 time="2019-08-28T01:46:02Z" level=info msg="Running create [--verbose -p testprojectgwelsrv -f - create]"
01:46:03 time="2019-08-28T01:46:02Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectgwelsrv -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:46:03 PASS: create_test.go:327: CliSuite.TestValidationWithExtends	0.028s
01:46:03 time="2019-08-28T01:46:02Z" level=info msg="Running create [--verbose -p testprojectvvewtbm -f - create]"
01:46:03 time="2019-08-28T01:46:02Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectvvewtbm -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:46:03 time="2019-08-28T01:46:02Z" level=info msg="Running create [--verbose -p testprojectgthvdrm -f - create]"
01:46:03 time="2019-08-28T01:46:02Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectgthvdrm -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:46:03 time="2019-08-28T01:46:02Z" level=info msg="Running create [--verbose -p testprojecthhbzshe -f - create]"
01:46:03 time="2019-08-28T01:46:02Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecthhbzshe -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:46:03 time="2019-08-28T01:46:02Z" level=info msg="Running create [--verbose -p testprojectorlfbcq -f - create]"
01:46:03 time="2019-08-28T01:46:02Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectorlfbcq -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:46:03 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2	0.029s
01:46:03 PASS: volume_test.go:11: CliSuite.TestVolumeFromService	0.349s
01:46:03 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName	0.287s
01:46:03 OK: 59 passed
01:46:03 PASS
01:46:03 coverage: 33.3% of statements
01:46:03 ok  	github.com/docker/libcompose/integration	143.068s
01:46:03 ---> Making bundle: .integration-daemon-stop (in .)
01:46:03 ++++ cat ./docker.pid
01:46:03 +++ kill 11982
01:46:04 
01:46:04 Running integration test against 17.03.2
01:46:04 ---> Making bundle: .integration-daemon-start (in .)
01:46:04 /usr/local/bin/docker-17.03.2/dockerd
01:46:04 +++ 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:46:07 Client:
01:46:07  Version:      17.03.2-ce
01:46:07  API version:  1.27
01:46:07  Go version:   go1.7.5
01:46:07  Git commit:   f5ec1e2
01:46:07  Built:        Tue Jun 27 01:35:00 2017
01:46:07  OS/Arch:      linux/amd64
01:46:07 
01:46:07 Server:
01:46:07  Version:      17.03.2-ce
01:46:07  API version:  1.27 (minimum version 1.12)
01:46:07  Go version:   go1.7.5
01:46:07  Git commit:   f5ec1e2
01:46:07  Built:        Tue Jun 27 01:35:00 2017
01:46:07  OS/Arch:      linux/amd64
01:46:07  Experimental: false
01:46:08 time="2019-08-28T01:46:08Z" level=info msg="[0/2] [simple]: Starting "
01:46:08 time="2019-08-28T01:46:08Z" level=info msg="[0/2] [another]: Starting "
01:46:08 Pulling another (busybox:latest)...
01:46:08 Pulling simple (busybox:latest)...
01:46:08 latest: Pulling from library/busybox
01:46:08 latest: Pulling from library/busybox
01:46:08 ee153a04d683: Pulling fs layer
01:46:08 ee153a04d683: Pulling fs layer
01:46:08 ee153a04d683: Download complete
01:46:08 ee153a04d683: Download complete
01:46:08 ee153a04d683: Pull complete
01:46:08 ee153a04d683: Pull complete
01:46:08 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:46:08 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:46:08 Status: Downloaded newer image for busybox:latest
01:46:08 Status: Image is up to date for busybox:latest
01:46:09 time="2019-08-28T01:46:08Z" level=info msg="[1/2] [simple]: Started "
01:46:09 time="2019-08-28T01:46:09Z" level=info msg="[2/2] [another]: Started "
01:46:09 PASS: api_event_test.go:16: APISuite.TestEvents	1.235s
01:46:09 time="2019-08-28T01:46:09Z" level=info msg="[0/1] [service]: Starting "
01:46:10 time="2019-08-28T01:46:09Z" level=info msg="[1/1] [service]: Started "
01:46:10 PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile	0.538s
01:46:12 PASS: build_test.go:13: CliSuite.TestBuild	2.161s
01:46:14 PASS: build_test.go:85: CliSuite.TestBuildWithArgs	1.632s
01:46:14 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1	0.215s
01:46:16 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2	1.783s
01:46:18 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3	2.001s
01:46:18 time="2019-08-28T01:46:18Z" level=info msg="Running create [--verbose -p testprojectuvwjhdh -f - create]"
01:46:18 PASS: create_test.go:58: CliSuite.TestContainerName	0.152s
01:46:18 time="2019-08-28T01:46:18Z" level=info msg="Running create [--verbose -p testprojectxytauve -f - create]"
01:46:18 time="2019-08-28T01:46:18Z" level=info msg="Running scale [--verbose -p testprojectxytauve -f - scale hello=2]"
01:46:18 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale	0.183s
01:46:19 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir	0.363s
01:46:19 time="2019-08-28T01:46:18Z" level=info msg="Running create [--verbose -p testprojectyfcyqwt -f - create]"
01:46:19 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir	0.114s
01:46:19 time="2019-08-28T01:46:18Z" level=info msg="[0/3] [yetanother]: Creating "
01:46:19 time="2019-08-28T01:46:18Z" level=info msg="[0/3] [simple]: Creating "
01:46:19 time="2019-08-28T01:46:18Z" level=info msg="[0/3] [another]: Creating "
01:46:19 time="2019-08-28T01:46:19Z" level=info msg="[0/3] [simple]: Created "
01:46:19 time="2019-08-28T01:46:19Z" level=info msg="[0/3] [another]: Created "
01:46:19 time="2019-08-28T01:46:19Z" level=info msg="[0/3] [yetanother]: Created "
01:46:19 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles	0.445s
01:46:19 time="2019-08-28T01:46:19Z" level=info msg="Running up [--verbose -p testprojectndejior -f - up -d]"
01:46:20 time="2019-08-28T01:46:20Z" level=info msg="Running stop [--verbose -p testprojectndejior -f - stop --timeout 0]"
01:46:32 time="2019-08-28T01:46:30Z" level=info msg="Running rm [--verbose -p testprojectndejior -f - rm --force]"
01:46:32 PASS: rm_test.go:9: CliSuite.TestDelete	10.864s
01:46:32 time="2019-08-28T01:46:30Z" level=info msg="Running up [--verbose -p testprojecthcyjyhb -f - up -d]"
01:46:32 time="2019-08-28T01:46:30Z" level=info msg="Running stop [--verbose -p testprojecthcyjyhb -f - stop bye --timeout 0]"
01:46:42 time="2019-08-28T01:46:41Z" level=info msg="Running rm [--verbose -p testprojecthcyjyhb -f - rm --force]"
01:46:42 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped	10.793s
01:46:42 time="2019-08-28T01:46:41Z" level=info msg="Running up [--verbose -p testprojecttnfsukf -f - up -d]"
01:46:42 time="2019-08-28T01:46:41Z" level=info msg="Running stop [--verbose -p testprojecttnfsukf -f - stop --timeout 0]"
01:46:52 time="2019-08-28T01:46:51Z" level=info msg="Running rm [--verbose -p testprojecttnfsukf -f - rm --force -v]"
01:46:52 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol	10.762s
01:46:52 time="2019-08-28T01:46:51Z" level=info msg="Running up [--verbose -p testprojectwdswtli -f - up -d]"
01:46:52 time="2019-08-28T01:46:52Z" level=info msg="Running down [--verbose -p testprojectwdswtli -f - down]"
01:47:02 PASS: down_test.go:9: CliSuite.TestDown	10.704s
01:47:02 time="2019-08-28T01:47:02Z" level=info msg="Running up [--verbose -p testprojectilvkljo -f - up -d]"
01:47:03 time="2019-08-28T01:47:03Z" level=info msg="Running scale [--verbose -p testprojectilvkljo -f - scale hello=2]"
01:47:03 time="2019-08-28T01:47:03Z" level=info msg="Running down [--verbose -p testprojectilvkljo -f - down]"
01:47:16 PASS: down_test.go:24: CliSuite.TestDownMultiple	11.438s
01:47:16 time="2019-08-28T01:47:14Z" level=info msg="Running create [--verbose -p testprojectunmyuns -f - create]"
01:47:16 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint	0.160s
01:47:16 time="2019-08-28T01:47:14Z" level=info msg="Running create [--verbose -p testprojectsywpsei -f - create]"
01:47:16 time="2019-08-28T01:47:14Z" level=info msg="Running create [--verbose -p testprojectalkaksv -f - create]"
01:47:16 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions	0.239s
01:47:16 time="2019-08-28T01:47:14Z" level=info msg="Running create [--verbose -p testprojectwzxrqcd -f - create]"
01:47:16 PASS: create_test.go:14: CliSuite.TestFields	0.120s
01:47:16 time="2019-08-28T01:47:14Z" level=info msg="Running create [--verbose -p testprojecthfhrnbm -f - create]"
01:47:16 PASS: create_test.go:45: CliSuite.TestHelloWorld	0.123s
01:47:16 time="2019-08-28T01:47:14Z" level=info msg="Running create [--verbose -p testprojectqhfsogq -f - create]"
01:47:16 time="2019-08-28T01:47:14Z" level=info msg="Running create [--verbose -p testprojectwmwvocm -f - create]"
01:47:16 PASS: create_test.go:86: CliSuite.TestInterpolation	0.237s
01:47:16 time="2019-08-28T01:47:15Z" level=info msg="Running create [--verbose -p testprojectjjfmqyg -f - create]"
01:47:16 time="2019-08-28T01:47:15Z" level=info msg="Running create [--verbose -p testprojectuotifgj -f - create]"
01:47:16 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends	0.268s
01:47:16 time="2019-08-28T01:47:15Z" level=info msg="Running up [--verbose -p testprojectjdkxfce -f - up -d]"
01:47:16 time="2019-08-28T01:47:15Z" level=info msg="Running kill [--verbose -p testprojectjdkxfce -f - kill]"
01:47:16 PASS: kill_test.go:9: CliSuite.TestKill	0.731s
01:47:16 time="2019-08-28T01:47:16Z" level=info msg="Running up [--verbose -p testprojectuutoxie -f - up -d]"
01:47:17 PASS: up_test.go:260: CliSuite.TestLink	1.134s
01:47:17 time="2019-08-28T01:47:17Z" level=info msg="[0/4] [yetanother]: Creating "
01:47:17 time="2019-08-28T01:47:17Z" level=info msg="[0/4] [simple]: Creating "
01:47:17 time="2019-08-28T01:47:17Z" level=info msg="[0/4] [another]: Creating "
01:47:17 time="2019-08-28T01:47:17Z" level=info msg="[0/4] [multiple]: Creating "
01:47:17 time="2019-08-28T01:47:17Z" level=info msg="[0/4] [multiple]: Created "
01:47:17 time="2019-08-28T01:47:17Z" level=info msg="[0/4] [simple]: Created "
01:47:18 time="2019-08-28T01:47:18Z" level=info msg="[0/4] [another]: Created "
01:47:18 time="2019-08-28T01:47:18Z" level=info msg="[0/4] [yetanother]: Created "
01:47:18 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo	0.583s
01:47:18 time="2019-08-28T01:47:18Z" level=info msg="[0/4] [simple]: Creating "
01:47:18 time="2019-08-28T01:47:18Z" level=info msg="[0/4] [yetanother]: Creating "
01:47:18 time="2019-08-28T01:47:18Z" level=info msg="[0/4] [multiple]: Creating "
01:47:18 time="2019-08-28T01:47:18Z" level=info msg="[0/4] [another]: Creating "
01:47:18 time="2019-08-28T01:47:18Z" level=info msg="[0/4] [yetanother]: Created "
01:47:18 time="2019-08-28T01:47:18Z" level=info msg="[0/4] [simple]: Created "
01:47:18 time="2019-08-28T01:47:18Z" level=info msg="[0/4] [multiple]: Created "
01:47:19 time="2019-08-28T01:47:18Z" level=info msg="[0/4] [another]: Created "
01:47:19 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne	0.529s
01:47:19 time="2019-08-28T01:47:18Z" level=info msg="Running up [--verbose -p testprojectsxxxpyh -f - up -d]"
01:47:19 PASS: volume_test.go:62: CliSuite.TestNamedVolume	0.549s
01:47:19 time="2019-08-28T01:47:19Z" level=info msg="Running up [--verbose -p testprojectlnlodze -f - up -d]"
01:47:20 time="2019-08-28T01:47:20Z" level=info msg="Running pause [--verbose -p testprojectlnlodze -f - pause]"
01:47:20 PASS: pause_unpause_test.go:9: CliSuite.TestPause	0.553s
01:47:20 time="2019-08-28T01:47:20Z" level=info msg="Running up [--verbose -p testprojectpusmrwj -f - up -d]"
01:47:20 time="2019-08-28T01:47:20Z" level=info msg="Running pause [--verbose -p testprojectpusmrwj -f - pause]"
01:47:20 time="2019-08-28T01:47:20Z" level=info msg="Running pause [--verbose -p testprojectpusmrwj -f - pause]"
01:47:21 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService	0.602s
01:47:21 time="2019-08-28T01:47:21Z" level=info msg="Running up [--verbose -p testprojectkcbaeie -f - up -d]"
01:47:21 time="2019-08-28T01:47:21Z" level=info msg="Running ps [--verbose -p testprojectkcbaeie -f - ps]"
01:47:22 PASS: ps_test.go:10: CliSuite.TestPs	0.555s
01:47:22 time="2019-08-28T01:47:21Z" level=info msg="Running up [--verbose -p testprojectzvmudde -f - up -d]"
01:47:22 time="2019-08-28T01:47:22Z" level=info msg="Running ps [--verbose -p testprojectzvmudde -f - ps -q]"
01:47:22 PASS: ps_test.go:22: CliSuite.TestPsQuiet	0.544s
01:47:22 time="2019-08-28T01:47:22Z" level=info msg="Running pull [--verbose -p testprojectnesckqn -f - pull]"
01:47:22 PASS: pull_test.go:7: CliSuite.TestPull	0.152s
01:47:22 time="2019-08-28T01:47:22Z" level=info msg="Running up [--verbose -p testprojectbyvinvo -f - up -d]"
01:47:23 time="2019-08-28T01:47:23Z" level=info msg="Running up [--verbose -p testprojectbyvinvo -f - up -d]"
01:47:23 time="2019-08-28T01:47:23Z" level=info msg="Running up [--verbose -p testprojectbyvinvo -f - up -d]"
01:47:24 time="2019-08-28T01:47:23Z" level=info msg="Running up [--verbose -p testprojectbyvinvo -f - up -d]"
01:47:24 time="2019-08-28T01:47:24Z" level=info msg="Running up [--verbose -p testprojectbyvinvo -f - up -d]"
01:47:24 time="2019-08-28T01:47:24Z" level=info msg="Running up [--verbose -p testprojectbyvinvo -f - up --force-recreate -d]"
01:47:25 time="2019-08-28T01:47:25Z" level=info msg="Running up [--verbose -p testprojectbyvinvo -f - up --force-recreate -d]"
01:47:26 PASS: up_test.go:105: CliSuite.TestRecreate	3.531s
01:47:26 time="2019-08-28T01:47:26Z" level=info msg="Running up [--verbose -p testprojectfpjpodd -f - up -d]"
01:47:27 time="2019-08-28T01:47:26Z" level=info msg="Running up [--verbose -p testprojectfpjpodd -f - up --force-recreate -d]"
01:47:27 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate	1.260s
01:47:27 time="2019-08-28T01:47:27Z" level=info msg="Running up [--verbose -p testprojectkngkzrt -f - up -d]"
01:47:29 time="2019-08-28T01:47:29Z" level=info msg="Running up [--verbose -p testprojectkngkzrt -f - up --no-recreate -d]"
01:47:29 time="2019-08-28T01:47:29Z" level=info msg="Running up [--verbose -p testprojectkngkzrt -f - up --no-recreate -d]"
01:47:29 time="2019-08-28T01:47:29Z" level=info msg="Running up [--verbose -p testprojectkngkzrt -f - up -d]"
01:47:30 time="2019-08-28T01:47:30Z" level=info msg="Running rm [--verbose -p testprojectkngkzrt -f - rm -f]"
01:47:30 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging	2.339s
01:47:30 time="2019-08-28T01:47:30Z" level=info msg="Running up [--verbose -p testprojectzhuskdw -f - up -d]"
01:47:31 time="2019-08-28T01:47:30Z" level=info msg="Running up [--verbose -p testprojectzhuskdw -f - up --no-recreate -d]"
01:47:31 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate	0.554s
01:47:31 time="2019-08-28T01:47:31Z" level=info msg="Running up [--verbose -p testprojectytsulzm -f - up -d]"
01:47:31 time="2019-08-28T01:47:31Z" level=info msg="Running up [--verbose -p testprojectytsulzm -f - up --force-recreate -d]"
01:47:32 PASS: up_test.go:53: CliSuite.TestRecreateVols	1.426s
01:47:32 time="2019-08-28T01:47:32Z" level=info msg="Running up [--verbose -p testprojectaguqjhs -f - up -d]"
01:47:33 PASS: volume_test.go:43: CliSuite.TestRelativeVolume	0.524s
01:47:33 time="2019-08-28T01:47:33Z" level=info msg="Running up [--verbose -p testprojectdkjrbot -f - up -d]"
01:47:34 time="2019-08-28T01:47:33Z" level=info msg="Running restart [--verbose -p testprojectdkjrbot -f - restart --timeout 0]"
01:47:46 PASS: restart_test.go:9: CliSuite.TestRestart	11.135s
01:47:46 PASS: run_test.go:19: CliSuite.TestRun	0.674s
01:47:46 time="2019-08-28T01:47:45Z" level=info msg="Running up [--verbose -p testprojecttxwmkei -f - up -d]"
01:47:46 time="2019-08-28T01:47:45Z" level=info msg="Running scale [--verbose -p testprojecttxwmkei -f - scale hello=2]"
01:47:46 time="2019-08-28T01:47:46Z" level=info msg="Running scale [--verbose -p testprojecttxwmkei -f - scale --timeout 0 hello=1]"
01:47:58 PASS: scale_test.go:10: CliSuite.TestScale	11.292s
01:47:58 time="2019-08-28T01:47:56Z" level=info msg="Running up [--verbose -p testprojectatxxune -f - up -d]"
01:47:58 time="2019-08-28T01:47:57Z" level=info msg="Running scale [--verbose -p testprojectatxxune -f - scale test=2]"
01:47:58 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning	1.525s
01:47:58 time="2019-08-28T01:47:58Z" level=info msg="Running create [--verbose -p testprojectuneurgt -f - create]"
01:47:58 time="2019-08-28T01:47:58Z" level=info msg="Running start [--verbose -p testprojectuneurgt -f - start]"
01:47:59 PASS: start_test.go:9: CliSuite.TestStart	0.540s
01:47:59 time="2019-08-28T01:47:59Z" level=info msg="Running up [--verbose -p testprojecteqdjdli -f - up -d]"
01:48:00 time="2019-08-28T01:48:00Z" level=info msg="Running stop [--verbose -p testprojecteqdjdli -f - stop --timeout 0]"
01:48:12 PASS: stop_test.go:9: CliSuite.TestStop	10.699s
01:48:12 time="2019-08-28T01:48:10Z" level=info msg="Running up [--verbose -p testprojectxsivdpt -f - up -d]"
01:48:12 time="2019-08-28T01:48:10Z" level=info msg="Running pause [--verbose -p testprojectxsivdpt -f - pause]"
01:48:12 time="2019-08-28T01:48:10Z" level=info msg="Running unpause [--verbose -p testprojectxsivdpt -f - unpause]"
01:48:12 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause	0.595s
01:48:12 time="2019-08-28T01:48:10Z" level=info msg="Running up [--verbose -p testprojectfyhtvdd -f - up -d]"
01:48:12 time="2019-08-28T01:48:11Z" level=info msg="Running unpause [--verbose -p testprojectfyhtvdd -f - unpause]"
01:48:12 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService	0.533s
01:48:12 time="2019-08-28T01:48:11Z" level=info msg="Running up [--verbose -p testprojectaqwlnls -f - up -d]"
01:48:12 PASS: up_test.go:15: CliSuite.TestUp	0.518s
01:48:12 time="2019-08-28T01:48:12Z" level=info msg="Running up [--verbose -p testprojectbzkxweq -f - up -d]"
01:48:13 time="2019-08-28T01:48:12Z" level=info msg="Running up [--verbose -p testprojectbzkxweq -f - up --no-recreate -d]"
01:48:13 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted	0.551s
01:48:13 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent	0.010s
01:48:14 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent	0.775s
01:48:14 time="2019-08-28T01:48:14Z" level=info msg="Running up [--verbose -p testprojectiutjqhb -f - up -d]"
01:48:15 PASS: up_test.go:25: CliSuite.TestUpNotExistService	0.519s
01:48:15 time="2019-08-28T01:48:14Z" level=info msg="Running up [--verbose -p testprojectrfxtvie -f - up -d]"
01:48:33 PASS: volume_test.go:79: CliSuite.TestV2Volume	16.713s
01:48:33 time="2019-08-28T01:48:31Z" level=info msg="Running create [--verbose -p testprojectoqibjpn -f - create]"
01:48:33 time="2019-08-28T01:48:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectoqibjpn -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:48:33 time="2019-08-28T01:48:31Z" level=info msg="Running create [--verbose -p testprojectjggaufg -f - create]"
01:48:33 time="2019-08-28T01:48:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectjggaufg -f - create]\n with input:\n\n  test:\n    image: busybox\n    build: .\n\t"
01:48:33 time="2019-08-28T01:48:31Z" level=info msg="Running create [--verbose -p testprojecthotzarf -f - create]"
01:48:33 time="2019-08-28T01:48:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecthotzarf -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:33 PASS: create_test.go:262: CliSuite.TestValidation	0.023s
01:48:33 time="2019-08-28T01:48:31Z" level=info msg="Running create [--verbose -p testprojecttcweepp -f - create]"
01:48:33 time="2019-08-28T01:48:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecttcweepp -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:48:33 time="2019-08-28T01:48:31Z" level=info msg="Running create [--verbose -p testprojectcqtncsv -f - create]"
01:48:33 time="2019-08-28T01:48:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectcqtncsv -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:33 PASS: create_test.go:297: CliSuite.TestValidationV2	0.015s
01:48:33 time="2019-08-28T01:48:31Z" level=info msg="Running create [--verbose -p testprojectrhbbywi -f - create]"
01:48:33 time="2019-08-28T01:48:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrhbbywi -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:33 time="2019-08-28T01:48:31Z" level=info msg="Running create [--verbose -p testprojectgjvfuag -f - create]"
01:48:33 time="2019-08-28T01:48:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectgjvfuag -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:33 time="2019-08-28T01:48:31Z" level=info msg="Running create [--verbose -p testprojectqmasrvp -f - create]"
01:48:33 time="2019-08-28T01:48:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectqmasrvp -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:33 time="2019-08-28T01:48:31Z" level=info msg="Running create [--verbose -p testprojectfgnobhn -f - create]"
01:48:33 time="2019-08-28T01:48:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectfgnobhn -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:33 PASS: create_test.go:327: CliSuite.TestValidationWithExtends	0.028s
01:48:33 time="2019-08-28T01:48:31Z" level=info msg="Running create [--verbose -p testprojectteopggx -f - create]"
01:48:33 time="2019-08-28T01:48:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectteopggx -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:33 time="2019-08-28T01:48:31Z" level=info msg="Running create [--verbose -p testprojectnhvqaly -f - create]"
01:48:33 time="2019-08-28T01:48:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectnhvqaly -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:33 time="2019-08-28T01:48:31Z" level=info msg="Running create [--verbose -p testprojectshjcnlb -f - create]"
01:48:33 time="2019-08-28T01:48:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectshjcnlb -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:33 time="2019-08-28T01:48:31Z" level=info msg="Running create [--verbose -p testprojectmbaoczi -f - create]"
01:48:33 time="2019-08-28T01:48:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectmbaoczi -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:33 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2	0.028s
01:48:33 PASS: volume_test.go:11: CliSuite.TestVolumeFromService	0.319s
01:48:33 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName	0.330s
01:48:33 OK: 59 passed
01:48:33 PASS
01:48:33 coverage: 33.3% of statements
01:48:33 ok  	github.com/docker/libcompose/integration	144.439s
01:48:33 ---> Making bundle: .integration-daemon-stop (in .)
01:48:33 ++++ cat ./docker.pid
01:48:33 +++ kill 16444
01:48:33 
01:48:33 Running integration test against 17.06.0
01:48:33 ---> Making bundle: .integration-daemon-start (in .)
01:48:33 /usr/local/bin/docker-17.06.0/dockerd
01:48:33 +++ 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:36 Client:
01:48:36  Version:      17.06.0-ce
01:48:36  API version:  1.30
01:48:36  Go version:   go1.8.3
01:48:36  Git commit:   02c1d87
01:48:36  Built:        Fri Jun 23 21:15:15 2017
01:48:36  OS/Arch:      linux/amd64
01:48:36 
01:48:36 Server:
01:48:36  Version:      17.06.0-ce
01:48:36  API version:  1.30 (minimum version 1.12)
01:48:36  Go version:   go1.8.3
01:48:36  Git commit:   02c1d87
01:48:36  Built:        Fri Jun 23 21:51:55 2017
01:48:36  OS/Arch:      linux/amd64
01:48:36  Experimental: false
01:48:38 time="2019-08-28T01:48:37Z" level=info msg="[0/2] [another]: Starting "
01:48:38 time="2019-08-28T01:48:37Z" level=info msg="[0/2] [simple]: Starting "
01:48:38 Pulling another (busybox:latest)...
01:48:38 Pulling simple (busybox:latest)...
01:48:38 latest: Pulling from library/busybox
01:48:38 latest: Pulling from library/busybox
01:48:38 ee153a04d683: Pulling fs layer
01:48:38 ee153a04d683: Pulling fs layer
01:48:38 ee153a04d683: Download complete
01:48:38 ee153a04d683: Download complete
01:48:38 ee153a04d683: Pull complete
01:48:38 ee153a04d683: Pull complete
01:48:38 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:48:38 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:48:38 Status: Downloaded newer image for busybox:latest
01:48:38 Status: Image is up to date for busybox:latest
01:48:38 time="2019-08-28T01:48:38Z" level=info msg="[1/2] [simple]: Started "
01:48:38 time="2019-08-28T01:48:38Z" level=info msg="[2/2] [another]: Started "
01:48:39 PASS: api_event_test.go:16: APISuite.TestEvents	1.225s
01:48:39 time="2019-08-28T01:48:39Z" level=info msg="[0/1] [service]: Starting "
01:48:39 time="2019-08-28T01:48:39Z" level=info msg="[1/1] [service]: Started "
01:48:39 PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile	0.548s
01:48:41 PASS: build_test.go:13: CliSuite.TestBuild	1.391s
01:48:43 PASS: build_test.go:85: CliSuite.TestBuildWithArgs	1.680s
01:48:43 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1	0.228s
01:48:45 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2	1.769s
01:48:47 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3	2.001s
01:48:47 time="2019-08-28T01:48:47Z" level=info msg="Running create [--verbose -p testprojectsycpnyo -f - create]"
01:48:47 PASS: create_test.go:58: CliSuite.TestContainerName	0.154s
01:48:47 time="2019-08-28T01:48:47Z" level=info msg="Running create [--verbose -p testprojectmlegtfe -f - create]"
01:48:47 time="2019-08-28T01:48:47Z" level=info msg="Running scale [--verbose -p testprojectmlegtfe -f - scale hello=2]"
01:48:47 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale	0.168s
01:48:47 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir	0.422s
01:48:47 time="2019-08-28T01:48:47Z" level=info msg="Running create [--verbose -p testprojectnxorlid -f - create]"
01:48:48 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir	0.130s
01:48:48 time="2019-08-28T01:48:47Z" level=info msg="[0/3] [yetanother]: Creating "
01:48:48 time="2019-08-28T01:48:47Z" level=info msg="[0/3] [another]: Creating "
01:48:48 time="2019-08-28T01:48:47Z" level=info msg="[0/3] [simple]: Creating "
01:48:48 time="2019-08-28T01:48:48Z" level=info msg="[0/3] [simple]: Created "
01:48:48 time="2019-08-28T01:48:48Z" level=info msg="[0/3] [yetanother]: Created "
01:48:48 time="2019-08-28T01:48:48Z" level=info msg="[0/3] [another]: Created "
01:48:48 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles	0.445s
01:48:48 time="2019-08-28T01:48:48Z" level=info msg="Running up [--verbose -p testprojecteubpvyj -f - up -d]"
01:48:49 time="2019-08-28T01:48:48Z" level=info msg="Running stop [--verbose -p testprojecteubpvyj -f - stop --timeout 0]"
01:49:01 time="2019-08-28T01:48:59Z" level=info msg="Running rm [--verbose -p testprojecteubpvyj -f - rm --force]"
01:49:01 PASS: rm_test.go:9: CliSuite.TestDelete	10.716s
01:49:01 time="2019-08-28T01:48:59Z" level=info msg="Running up [--verbose -p testprojectzypoegg -f - up -d]"
01:49:01 time="2019-08-28T01:48:59Z" level=info msg="Running stop [--verbose -p testprojectzypoegg -f - stop bye --timeout 0]"
01:49:11 time="2019-08-28T01:49:09Z" level=info msg="Running rm [--verbose -p testprojectzypoegg -f - rm --force]"
01:49:11 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped	10.836s
01:49:11 time="2019-08-28T01:49:10Z" level=info msg="Running up [--verbose -p testprojectgrtamst -f - up -d]"
01:49:11 time="2019-08-28T01:49:10Z" level=info msg="Running stop [--verbose -p testprojectgrtamst -f - stop --timeout 0]"
01:49:21 time="2019-08-28T01:49:20Z" level=info msg="Running rm [--verbose -p testprojectgrtamst -f - rm --force -v]"
01:49:21 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol	10.727s
01:49:21 time="2019-08-28T01:49:20Z" level=info msg="Running up [--verbose -p testprojectfxvxfaw -f - up -d]"
01:49:21 time="2019-08-28T01:49:21Z" level=info msg="Running down [--verbose -p testprojectfxvxfaw -f - down]"
01:49:33 PASS: down_test.go:9: CliSuite.TestDown	10.712s
01:49:33 time="2019-08-28T01:49:31Z" level=info msg="Running up [--verbose -p testprojectcdzjvqj -f - up -d]"
01:49:33 time="2019-08-28T01:49:32Z" level=info msg="Running scale [--verbose -p testprojectcdzjvqj -f - scale hello=2]"
01:49:33 time="2019-08-28T01:49:32Z" level=info msg="Running down [--verbose -p testprojectcdzjvqj -f - down]"
01:49:43 PASS: down_test.go:24: CliSuite.TestDownMultiple	11.338s
01:49:43 time="2019-08-28T01:49:42Z" level=info msg="Running create [--verbose -p testprojectjftrivo -f - create]"
01:49:43 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint	0.173s
01:49:43 time="2019-08-28T01:49:43Z" level=info msg="Running create [--verbose -p testprojectelylcxs -f - create]"
01:49:43 time="2019-08-28T01:49:43Z" level=info msg="Running create [--verbose -p testprojectofqrvan -f - create]"
01:49:43 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions	0.263s
01:49:43 time="2019-08-28T01:49:43Z" level=info msg="Running create [--verbose -p testprojecttvbpbbr -f - create]"
01:49:43 PASS: create_test.go:14: CliSuite.TestFields	0.126s
01:49:43 time="2019-08-28T01:49:43Z" level=info msg="Running create [--verbose -p testprojectxnhbdst -f - create]"
01:49:43 PASS: create_test.go:45: CliSuite.TestHelloWorld	0.134s
01:49:43 time="2019-08-28T01:49:43Z" level=info msg="Running create [--verbose -p testprojectfxoegmj -f - create]"
01:49:43 time="2019-08-28T01:49:43Z" level=info msg="Running create [--verbose -p testprojectlrhwynj -f - create]"
01:49:44 PASS: create_test.go:86: CliSuite.TestInterpolation	0.241s
01:49:44 time="2019-08-28T01:49:43Z" level=info msg="Running create [--verbose -p testprojectkzxmnjp -f - create]"
01:49:44 time="2019-08-28T01:49:44Z" level=info msg="Running create [--verbose -p testprojectampmhrj -f - create]"
01:49:44 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends	0.271s
01:49:44 time="2019-08-28T01:49:44Z" level=info msg="Running up [--verbose -p testprojectddtgeyg -f - up -d]"
01:49:44 time="2019-08-28T01:49:44Z" level=info msg="Running kill [--verbose -p testprojectddtgeyg -f - kill]"
01:49:44 PASS: kill_test.go:9: CliSuite.TestKill	0.718s
01:49:44 time="2019-08-28T01:49:44Z" level=info msg="Running up [--verbose -p testprojectfzzmztw -f - up -d]"
01:49:46 PASS: up_test.go:260: CliSuite.TestLink	1.061s
01:49:46 time="2019-08-28T01:49:46Z" level=info msg="[0/4] [yetanother]: Creating "
01:49:46 time="2019-08-28T01:49:46Z" level=info msg="[0/4] [multiple]: Creating "
01:49:46 time="2019-08-28T01:49:46Z" level=info msg="[0/4] [another]: Creating "
01:49:46 time="2019-08-28T01:49:46Z" level=info msg="[0/4] [simple]: Creating "
01:49:46 time="2019-08-28T01:49:46Z" level=info msg="[0/4] [yetanother]: Created "
01:49:46 time="2019-08-28T01:49:46Z" level=info msg="[0/4] [simple]: Created "
01:49:46 time="2019-08-28T01:49:46Z" level=info msg="[0/4] [another]: Created "
01:49:47 time="2019-08-28T01:49:46Z" level=info msg="[0/4] [multiple]: Created "
01:49:47 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo	0.579s
01:49:47 time="2019-08-28T01:49:47Z" level=info msg="[0/4] [yetanother]: Creating "
01:49:47 time="2019-08-28T01:49:47Z" level=info msg="[0/4] [simple]: Creating "
01:49:47 time="2019-08-28T01:49:47Z" level=info msg="[0/4] [multiple]: Creating "
01:49:47 time="2019-08-28T01:49:47Z" level=info msg="[0/4] [another]: Creating "
01:49:47 time="2019-08-28T01:49:47Z" level=info msg="[0/4] [multiple]: Created "
01:49:47 time="2019-08-28T01:49:47Z" level=info msg="[0/4] [another]: Created "
01:49:47 time="2019-08-28T01:49:47Z" level=info msg="[0/4] [simple]: Created "
01:49:47 time="2019-08-28T01:49:47Z" level=info msg="[0/4] [yetanother]: Created "
01:49:47 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne	0.542s
01:49:47 time="2019-08-28T01:49:47Z" level=info msg="Running up [--verbose -p testprojectabmwdss -f - up -d]"
01:49:48 PASS: volume_test.go:62: CliSuite.TestNamedVolume	0.534s
01:49:48 time="2019-08-28T01:49:48Z" level=info msg="Running up [--verbose -p testprojectvefbzvp -f - up -d]"
01:49:49 time="2019-08-28T01:49:48Z" level=info msg="Running pause [--verbose -p testprojectvefbzvp -f - pause]"
01:49:49 PASS: pause_unpause_test.go:9: CliSuite.TestPause	0.571s
01:49:49 time="2019-08-28T01:49:49Z" level=info msg="Running up [--verbose -p testprojectevywgpk -f - up -d]"
01:49:49 time="2019-08-28T01:49:49Z" level=info msg="Running pause [--verbose -p testprojectevywgpk -f - pause]"
01:49:49 time="2019-08-28T01:49:49Z" level=info msg="Running pause [--verbose -p testprojectevywgpk -f - pause]"
01:49:49 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService	0.563s
01:49:49 time="2019-08-28T01:49:49Z" level=info msg="Running up [--verbose -p testprojecttgjilcq -f - up -d]"
01:49:50 time="2019-08-28T01:49:50Z" level=info msg="Running ps [--verbose -p testprojecttgjilcq -f - ps]"
01:49:50 PASS: ps_test.go:10: CliSuite.TestPs	0.579s
01:49:50 time="2019-08-28T01:49:50Z" level=info msg="Running up [--verbose -p testprojectgyjgrsi -f - up -d]"
01:49:51 time="2019-08-28T01:49:51Z" level=info msg="Running ps [--verbose -p testprojectgyjgrsi -f - ps -q]"
01:49:51 PASS: ps_test.go:22: CliSuite.TestPsQuiet	0.546s
01:49:51 time="2019-08-28T01:49:51Z" level=info msg="Running pull [--verbose -p testprojectnaxbala -f - pull]"
01:49:51 PASS: pull_test.go:7: CliSuite.TestPull	0.144s
01:49:51 time="2019-08-28T01:49:51Z" level=info msg="Running up [--verbose -p testprojectxamrmhl -f - up -d]"
01:49:52 time="2019-08-28T01:49:51Z" level=info msg="Running up [--verbose -p testprojectxamrmhl -f - up -d]"
01:49:52 time="2019-08-28T01:49:51Z" level=info msg="Running up [--verbose -p testprojectxamrmhl -f - up -d]"
01:49:52 time="2019-08-28T01:49:52Z" level=info msg="Running up [--verbose -p testprojectxamrmhl -f - up -d]"
01:49:53 time="2019-08-28T01:49:53Z" level=info msg="Running up [--verbose -p testprojectxamrmhl -f - up -d]"
01:49:53 time="2019-08-28T01:49:53Z" level=info msg="Running up [--verbose -p testprojectxamrmhl -f - up --force-recreate -d]"
01:49:54 time="2019-08-28T01:49:54Z" level=info msg="Running up [--verbose -p testprojectxamrmhl -f - up --force-recreate -d]"
01:49:55 PASS: up_test.go:105: CliSuite.TestRecreate	3.588s
01:49:55 time="2019-08-28T01:49:55Z" level=info msg="Running up [--verbose -p testprojectkufarjl -f - up -d]"
01:49:55 time="2019-08-28T01:49:55Z" level=info msg="Running up [--verbose -p testprojectkufarjl -f - up --force-recreate -d]"
01:49:56 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate	1.312s
01:49:56 time="2019-08-28T01:49:56Z" level=info msg="Running up [--verbose -p testprojectsthpavt -f - up -d]"
01:49:58 time="2019-08-28T01:49:57Z" level=info msg="Running up [--verbose -p testprojectsthpavt -f - up --no-recreate -d]"
01:49:58 time="2019-08-28T01:49:57Z" level=info msg="Running up [--verbose -p testprojectsthpavt -f - up --no-recreate -d]"
01:49:58 time="2019-08-28T01:49:57Z" level=info msg="Running up [--verbose -p testprojectsthpavt -f - up -d]"
01:49:58 time="2019-08-28T01:49:58Z" level=info msg="Running rm [--verbose -p testprojectsthpavt -f - rm -f]"
01:49:58 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging	1.997s
01:49:58 time="2019-08-28T01:49:58Z" level=info msg="Running up [--verbose -p testprojecttjmsywn -f - up -d]"
01:49:59 time="2019-08-28T01:49:59Z" level=info msg="Running up [--verbose -p testprojecttjmsywn -f - up --no-recreate -d]"
01:49:59 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate	0.521s
01:49:59 time="2019-08-28T01:49:59Z" level=info msg="Running up [--verbose -p testprojectclnokic -f - up -d]"
01:50:00 time="2019-08-28T01:50:00Z" level=info msg="Running up [--verbose -p testprojectclnokic -f - up --force-recreate -d]"
01:50:01 PASS: up_test.go:53: CliSuite.TestRecreateVols	1.299s
01:50:01 time="2019-08-28T01:50:01Z" level=info msg="Running up [--verbose -p testprojectorosfii -f - up -d]"
01:50:01 PASS: volume_test.go:43: CliSuite.TestRelativeVolume	0.578s
01:50:01 time="2019-08-28T01:50:01Z" level=info msg="Running up [--verbose -p testprojectzmppjlh -f - up -d]"
01:50:02 time="2019-08-28T01:50:02Z" level=info msg="Running restart [--verbose -p testprojectzmppjlh -f - restart --timeout 0]"
01:50:14 PASS: restart_test.go:9: CliSuite.TestRestart	11.122s
01:50:14 PASS: run_test.go:19: CliSuite.TestRun	0.706s
01:50:14 time="2019-08-28T01:50:13Z" level=info msg="Running up [--verbose -p testprojectfhhwkyk -f - up -d]"
01:50:14 time="2019-08-28T01:50:14Z" level=info msg="Running scale [--verbose -p testprojectfhhwkyk -f - scale hello=2]"
01:50:14 time="2019-08-28T01:50:14Z" level=info msg="Running scale [--verbose -p testprojectfhhwkyk -f - scale --timeout 0 hello=1]"
01:50:27 PASS: scale_test.go:10: CliSuite.TestScale	11.283s
01:50:27 time="2019-08-28T01:50:25Z" level=info msg="Running up [--verbose -p testprojecttmhigjp -f - up -d]"
01:50:27 time="2019-08-28T01:50:25Z" level=info msg="Running scale [--verbose -p testprojecttmhigjp -f - scale test=2]"
01:50:27 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning	1.596s
01:50:27 time="2019-08-28T01:50:27Z" level=info msg="Running create [--verbose -p testprojectyqqjfjn -f - create]"
01:50:27 time="2019-08-28T01:50:27Z" level=info msg="Running start [--verbose -p testprojectyqqjfjn -f - start]"
01:50:28 PASS: start_test.go:9: CliSuite.TestStart	0.540s
01:50:28 time="2019-08-28T01:50:27Z" level=info msg="Running up [--verbose -p testprojectlgzwkqm -f - up -d]"
01:50:28 time="2019-08-28T01:50:28Z" level=info msg="Running stop [--verbose -p testprojectlgzwkqm -f - stop --timeout 0]"
01:50:38 PASS: stop_test.go:9: CliSuite.TestStop	10.696s
01:50:38 time="2019-08-28T01:50:38Z" level=info msg="Running up [--verbose -p testprojectyjhquxy -f - up -d]"
01:50:39 time="2019-08-28T01:50:39Z" level=info msg="Running pause [--verbose -p testprojectyjhquxy -f - pause]"
01:50:39 time="2019-08-28T01:50:39Z" level=info msg="Running unpause [--verbose -p testprojectyjhquxy -f - unpause]"
01:50:39 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause	0.608s
01:50:39 time="2019-08-28T01:50:39Z" level=info msg="Running up [--verbose -p testprojectjsluzzn -f - up -d]"
01:50:40 time="2019-08-28T01:50:40Z" level=info msg="Running unpause [--verbose -p testprojectjsluzzn -f - unpause]"
01:50:40 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService	0.557s
01:50:40 time="2019-08-28T01:50:40Z" level=info msg="Running up [--verbose -p testprojecttnzqmmm -f - up -d]"
01:50:41 PASS: up_test.go:15: CliSuite.TestUp	0.527s
01:50:41 time="2019-08-28T01:50:40Z" level=info msg="Running up [--verbose -p testprojectsnhlbej -f - up -d]"
01:50:41 time="2019-08-28T01:50:41Z" level=info msg="Running up [--verbose -p testprojectsnhlbej -f - up --no-recreate -d]"
01:50:41 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted	0.575s
01:50:41 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent	0.010s
01:50:42 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent	0.806s
01:50:42 time="2019-08-28T01:50:42Z" level=info msg="Running up [--verbose -p testprojectevxyrha -f - up -d]"
01:50:43 PASS: up_test.go:25: CliSuite.TestUpNotExistService	0.527s
01:50:43 time="2019-08-28T01:50:43Z" level=info msg="Running up [--verbose -p testprojectulfsrel -f - up -d]"
01:51:01 PASS: volume_test.go:79: CliSuite.TestV2Volume	16.977s
01:51:01 time="2019-08-28T01:51:00Z" level=info msg="Running create [--verbose -p testprojecthwxhjel -f - create]"
01:51:01 time="2019-08-28T01:51:00Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecthwxhjel -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:51:01 time="2019-08-28T01:51:00Z" level=info msg="Running create [--verbose -p testprojectlycxcvr -f - create]"
01:51:01 time="2019-08-28T01:51:00Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectlycxcvr -f - create]\n with input:\n\n  test:\n    image: busybox\n    build: .\n\t"
01:51:01 time="2019-08-28T01:51:00Z" level=info msg="Running create [--verbose -p testprojectldrupfu -f - create]"
01:51:01 time="2019-08-28T01:51:00Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectldrupfu -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:51:01 PASS: create_test.go:262: CliSuite.TestValidation	0.023s
01:51:01 time="2019-08-28T01:51:00Z" level=info msg="Running create [--verbose -p testprojectnzsrtpx -f - create]"
01:51:01 time="2019-08-28T01:51:00Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectnzsrtpx -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:51:01 time="2019-08-28T01:51:00Z" level=info msg="Running create [--verbose -p testprojectvppuvmj -f - create]"
01:51:01 time="2019-08-28T01:51:00Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectvppuvmj -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:51:01 PASS: create_test.go:297: CliSuite.TestValidationV2	0.016s
01:51:01 time="2019-08-28T01:51:00Z" level=info msg="Running create [--verbose -p testprojectryflnas -f - create]"
01:51:01 time="2019-08-28T01:51:00Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectryflnas -f - create]\n with input:\n\n  base:\n    image: busybox\n    privilege: \"something\"\n  test:\n    extends:\n      service: base\n\t"
01:51:01 time="2019-08-28T01:51:00Z" level=info msg="Running create [--verbose -p testprojectsbfzyzv -f - create]"
01:51:01 time="2019-08-28T01:51:00Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectsbfzyzv -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:51:01 time="2019-08-28T01:51:00Z" level=info msg="Running create [--verbose -p testprojectpgfgxul -f - create]"
01:51:01 time="2019-08-28T01:51:00Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectpgfgxul -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:51:01 time="2019-08-28T01:51:00Z" level=info msg="Running create [--verbose -p testprojectxzfkpff -f - create]"
01:51:01 time="2019-08-28T01:51:00Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectxzfkpff -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:51:01 PASS: create_test.go:327: CliSuite.TestValidationWithExtends	0.027s
01:51:01 time="2019-08-28T01:51:00Z" level=info msg="Running create [--verbose -p testprojectayqzshx -f - create]"
01:51:01 time="2019-08-28T01:51:00Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectayqzshx -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:51:01 time="2019-08-28T01:51:00Z" level=info msg="Running create [--verbose -p testprojectzkmukmv -f - create]"
01:51:01 time="2019-08-28T01:51:00Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectzkmukmv -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:51:01 time="2019-08-28T01:51:00Z" level=info msg="Running create [--verbose -p testprojecttuvschh -f - create]"
01:51:01 time="2019-08-28T01:51:00Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecttuvschh -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:51:01 time="2019-08-28T01:51:00Z" level=info msg="Running create [--verbose -p testprojectmielhug -f - create]"
01:51:01 time="2019-08-28T01:51:00Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectmielhug -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:51:01 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2	0.030s
01:51:01 PASS: volume_test.go:11: CliSuite.TestVolumeFromService	0.300s
01:51:01 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName	0.321s
01:51:01 OK: 59 passed
01:51:01 PASS
01:51:01 coverage: 33.3% of statements
01:51:01 ok  	github.com/docker/libcompose/integration	143.427s
01:51:01 ---> Making bundle: .integration-daemon-stop (in .)
01:51:01 ++++ cat ./docker.pid
01:51:01 +++ kill 20924
01:51:02 
01:51:02 
01:51:02 ---> Making bundle: test-acceptance (in .)
01:51:02 ---> Making bundle: .integration-daemon-start (in .)
01:51:02 /usr/local/bin/docker-17.03.2/dockerd
01:51:02 +++ 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:51:06 Client:
01:51:06  Version:      17.03.2-ce
01:51:06  API version:  1.27
01:51:06  Go version:   go1.7.5
01:51:06  Git commit:   f5ec1e2
01:51:06  Built:        Tue Jun 27 01:35:00 2017
01:51:06  OS/Arch:      linux/amd64
01:51:06 
01:51:06 Server:
01:51:06  Version:      17.03.2-ce
01:51:06  API version:  1.27 (minimum version 1.12)
01:51:06  Go version:   go1.7.5
01:51:06  Git commit:   f5ec1e2
01:51:06  Built:        Tue Jun 27 01:35:00 2017
01:51:06  OS/Arch:      linux/amd64
01:51:06  Experimental: false
01:51:06 libcompose-cli version 0.4.0 (143e0f3)
01:51:06 ============================= test session starts ==============================
01:51:06 platform linux2 -- Python 2.7.16 -- py-1.8.0 -- pytest-2.7.2 -- /go/src/github.com/docker/libcompose/venv/bin/python
01:51:06 rootdir: /go/src/github.com/docker/libcompose/venv/compose, inifile: tox.ini
01:51:06 plugins: cov
01:51:06 collecting ... collected 122 items
01:51:06 
01:51:10 tests/acceptance/cli_test.py::CLITestCase::test_build_failed Running process: 25987
01:51:10 PASSED
01:51:13 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm Running process: 26139
01:51:13 PASSED
01:51:16 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache Running process: 26279
01:51:16 Running process: 26334
01:51:16 PASSED
01:51:20 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull Running process: 26392
01:51:20 Running process: 26450
01:51:20 PASSED
01:51:22 tests/acceptance/cli_test.py::CLITestCase::test_build_plain Running process: 26506
01:51:22 Running process: 26561
01:51:22 PASSED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_build_pull Running process: 26573
01:51:24 Running process: 26631
01:51:24 PASSED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests Running process: 26642
01:51:24 Stderr: No help topic for 'bundle'
01:51:24 
01:51:24 Stdout: 
01:51:24 FAILED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_config_default Running process: 26648
01:51:24 FAILED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network Running process: 26654
01:51:24 PASSED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services Running process: 26660
01:51:24 FAILED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet Running process: 26666
01:51:24 PASSED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error Running process: 26672
01:51:24 FAILED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_config_restart Running process: 26678
01:51:24 FAILED
01:51:24 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 Running process: 26684
01:51:24 FAILED
01:51:25 tests/acceptance/cli_test.py::CLITestCase::test_create Removing simplecomposefile_another_1 ... 
01:51:25 Removing simplecomposefile_simple_1 ... 
01:51:25 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 26690
01:51:25 PASSED
01:51:26 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate Removing simplecomposefile_another_1 ... 
01:51:26 Removing simplecomposefile_simple_1 ... 
01:51:26 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 26722
01:51:26 Running process: 26753
01:51:26 PASSED
01:51:26 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate Running process: 26785
01:51:26 PASSED
01:51:26 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate Removing simplecomposefile_simple_1 ... 
01:51:26 Removing simplecomposefile_another_1 ... 
01:51:26 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 26791
01:51:26 Running process: 26821
01:51:26 PASSED
01:52:05 tests/acceptance/cli_test.py::CLITestCase::test_down <- tests/integration/testcases.py Killing v2full_web_1 ... 
01:52:05 Killing v2full_other_1 ... 
01:52:05 
Killing v2full_other_1 ... done

Killing v2full_web_1 ... done
Removing v2full_web_1 ... 
01:52:05 Removing v2full_other_1 ... 
01:52:05 
Removing v2full_other_1 ... done

Removing v2full_web_1 ... done
Running process: 26829
01:52:05 Running process: 27139
01:52:05 Stderr: time="2019-08-28T01:52:02Z" level=error msg="Failed Executing web : inappropriate ioctl for device"
01:52:05 time="2019-08-28T01:52:02Z" level=error msg="Failed to start: web : inappropriate ioctl for device"
01:52:05 inappropriate ioctl for device
01:52:05 
01:52:05 Stdout: 
01:52:05 FAILED
01:52:05 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag Running process: 27243
01:52:05 PASSED
01:52:05 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file Killing envfile_web_1 ... 
01:52:05 
Killing envfile_web_1 ... done
Removing envfile_web_1 ... 
01:52:05 
Removing envfile_web_1 ... done
Running process: 27249
01:52:05 PASSED
01:52:06 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable Killing simplecomposefile_simple_1 ... 
01:52:06 
Killing simplecomposefile_simple_1 ... done
Removing simplecomposefile_simple_1 ... 
01:52:06 
Removing simplecomposefile_simple_1 ... done
Running process: 27319
01:52:06 Running process: 27324
01:52:06 Stderr: 
01:52:06 Stdout: 2019-08-28 01:52:05 container create 2db31fd864cd9a55c6f60cfdcdc3897778b64f9d06a55f595572c1d43587a055 (image=busybox:latest, name=simplecomposefile_simple_1)
01:52:06 2019-08-28 01:52:06 container start 2db31fd864cd9a55c6f60cfdcdc3897778b64f9d06a55f595572c1d43587a055 (image=busybox:latest, name=simplecomposefile_simple_1)
01:52:06 
01:52:06 FAILED
01:52:07 tests/acceptance/cli_test.py::CLITestCase::test_events_json Killing simplecomposefile_another_1 ... 
01:52:07 Killing simplecomposefile_simple_1 ... 
01:52:07 
Killing simplecomposefile_simple_1 ... done

Killing simplecomposefile_another_1 ... done
Removing simplecomposefile_another_1 ... 
01:52:07 Removing simplecomposefile_simple_1 ... 
01:52:07 
Removing simplecomposefile_another_1 ... done

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

Removing simplecomposefile_simple_1 ... done
Running process: 27792
01:52:11 Running process: 27893
01:52:11 PASSED
01:52:12 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop Killing simplecomposefile_simple_1 ... 
01:52:12 Killing simplecomposefile_another_1 ... 
01:52:12 
Killing simplecomposefile_another_1 ... done

Killing simplecomposefile_simple_1 ... done
Removing simplecomposefile_simple_1 ... 
01:52:12 Removing simplecomposefile_another_1 ... 
01:52:12 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 27934
01:52:12 Running process: 28039
01:52:12 PASSED
01:52:13 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service Removing simplecomposefile_simple_1 ... 
01:52:13 Removing simplecomposefile_another_1 ... 
01:52:13 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 28081
01:52:13 Running process: 28183
01:52:13 Running process: 28189
01:52:13 PASSED
01:52:14 tests/acceptance/cli_test.py::CLITestCase::test_logs_default Killing logscomposefile_another_1 ... 
01:52:14 Killing logscomposefile_simple_1 ... 
01:52:14 
Killing logscomposefile_another_1 ... done

Killing logscomposefile_simple_1 ... done
Removing logscomposefile_another_1 ... 
01:52:14 Removing logscomposefile_simple_1 ... 
01:52:14 
Removing logscomposefile_another_1 ... done

Removing logscomposefile_simple_1 ... done
Running process: 28230
01:52:14 Running process: 28332
01:52:14 PASSED
01:52:15 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow Killing echoservices_simple_1 ... 
01:52:15 
Killing echoservices_simple_1 ... error

01:52:15 ERROR: for echoservices_simple_1  Cannot kill container 0cdee2c5bcbf5a201a8efef02469ed49ba509caac9b3ed44186d81160612f07b: Container 0cdee2c5bcbf5a201a8efef02469ed49ba509caac9b3ed44186d81160612f07b is not running
01:52:15 Removing echoservices_simple_1 ... 
01:52:15 Removing echoservices_another_1 ... 
01:52:15 
Removing echoservices_simple_1 ... done

Removing echoservices_another_1 ... done
Running process: 28378
01:52:15 Running process: 28496
01:52:15 FAILED
01:52:16 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers Removing logscomposefile_another_1 ... 
01:52:16 Removing logscomposefile_simple_1 ... 
01:52:16 
Removing logscomposefile_simple_1 ... done

Removing logscomposefile_another_1 ... done
Running process: 28517
01:52:16 Running process: 28569
01:52:16 Running process: 28573
01:52:16 Running process: 28644
01:52:16 FAILED
01:52:16 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name Running process: 28667
01:52:16 PASSED
01:52:17 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits Removing echoservices_simple_1 ... 
01:52:17 Removing echoservices_another_1 ... 
01:52:17 
Removing echoservices_another_1 ... done

Removing echoservices_simple_1 ... done
Running process: 28673
01:52:17 Running process: 28811
01:52:17 PASSED
01:52:18 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail Removing logstailcomposefile_simple_1 ... 
01:52:18 
Removing logstailcomposefile_simple_1 ... done
Running process: 28820
01:52:18 Running process: 28890
01:52:18 FAILED
01:52:19 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps Killing echoservices_simple_1 ... 
01:52:19 
Killing echoservices_simple_1 ... error

01:52:19 ERROR: for echoservices_simple_1  Cannot kill container ec14065e1e5bc126a57148e870a61265bb582a45baf46b42a705ce404b39c673: Container ec14065e1e5bc126a57148e870a61265bb582a45baf46b42a705ce404b39c673 is not running
01:52:19 Removing echoservices_simple_1 ... 
01:52:19 Removing echoservices_another_1 ... 
01:52:19 
Removing echoservices_another_1 ... done

Removing echoservices_simple_1 ... done
Running process: 28897
01:52:19 Running process: 29012
01:52:19 FAILED
01:52:19 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers Running process: 29047
01:52:19 Stderr: time="2019-08-28T01:52:19Z" level=info msg="[0/2] [simple]: Pausing "
01:52:19 time="2019-08-28T01:52:19Z" level=info msg="[0/2] [another]: Pausing "
01:52:19 time="2019-08-28T01:52:19Z" level=info msg="[0/2] [simple]: Paused "
01:52:19 time="2019-08-28T01:52:19Z" level=info msg="[0/2] [another]: Paused "
01:52:19 
01:52:19 Stdout: 
01:52:19 FAILED
01:52:20 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause Killing simplecomposefile_simple_1 ... 
01:52:20 Killing simplecomposefile_another_1 ... 
01:52:20 
Killing simplecomposefile_another_1 ... done

Killing simplecomposefile_simple_1 ... done
Removing simplecomposefile_simple_1 ... 
01:52:20 Removing simplecomposefile_another_1 ... 
01:52:20 
Removing simplecomposefile_simple_1 ... done

Removing simplecomposefile_another_1 ... done
Running process: 29053
01:52:20 Running process: 29155
01:52:20 Running process: 29171
01:52:20 PASSED
01:52:21 tests/acceptance/cli_test.py::CLITestCase::test_port Killing portscomposefile_simple_1 ... 
01:52:22 
Killing portscomposefile_simple_1 ... done
Removing portscomposefile_simple_1 ... 
01:52:22 
Removing portscomposefile_simple_1 ... done
Running process: 29224
01:52:22 Running process: 29327
01:52:22 Running process: 29333
01:52:22 Running process: 29339
01:52:22 PASSED
01:52:23 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale Killing portscomposefilescale_simple_2 ... 
01:52:23 Killing portscomposefilescale_simple_1 ... 
01:52:24 
Killing portscomposefilescale_simple_1 ... done

Killing portscomposefilescale_simple_2 ... done
Removing portscomposefilescale_simple_2 ... 
01:52:24 Removing portscomposefilescale_simple_1 ... 
01:52:24 
Removing portscomposefilescale_simple_1 ... done

Removing portscomposefilescale_simple_2 ... done
Running process: 29387
01:52:24 Running process: 29513
01:52:24 FAILED
01:52:24 tests/acceptance/cli_test.py::CLITestCase::test_ps Removing simplecomposefile_simple_1 ... 
01:52:24 
Removing simplecomposefile_simple_1 ... done
Running process: 29578
01:52:24 PASSED
01:52:25 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile Killing multiplecomposefiles_yetanother_1 ... 
01:52:25 
Killing multiplecomposefiles_yetanother_1 ... done
Removing multiplecomposefiles_yetanother_1 ... 
01:52:25 
Removing multiplecomposefiles_yetanother_1 ... done
Running process: 29585
01:52:25 Running process: 29639
01:52:25 PASSED
01:52:25 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile Killing multiplecomposefiles_simple_1 ... 
01:52:25 Killing multiplecomposefiles_another_1 ... 
01:52:26 
Killing multiplecomposefiles_another_1 ... done

Killing multiplecomposefiles_simple_1 ... done
Removing multiplecomposefiles_simple_1 ... 
01:52:26 Removing multiplecomposefiles_another_1 ... 
01:52:26 
Removing multiplecomposefiles_simple_1 ... done

Removing multiplecomposefiles_another_1 ... done
Running process: 29659
01:52:26 Running process: 29764
01:52:26 PASSED
01:52:26 tests/acceptance/cli_test.py::CLITestCase::test_pull Running process: 29807
01:52:26 FAILED
01:52:26 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest Running process: 29813
01:52:27 PASSED
01:52:27 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures Running process: 29842
01:52:27 PASSED
01:52:28 tests/acceptance/cli_test.py::CLITestCase::test_restart Killing simplecomposefile_simple_1 ... 
01:52:28 
Killing simplecomposefile_simple_1 ... done
Removing simplecomposefile_simple_1 ... 
01:52:28 
Removing simplecomposefile_simple_1 ... done
Running process: 29892
01:52:28 PASSED
01:52:28 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers Running process: 29963
01:52:28 Stderr: time="2019-08-28T01:52:28Z" level=info msg="[0/2] [another]: Restarting "
01:52:28 time="2019-08-28T01:52:28Z" level=info msg="[0/2] [simple]: Restarting "
01:52:28 time="2019-08-28T01:52:28Z" level=info msg="[0/2] [simple]: Restarted "
01:52:28 time="2019-08-28T01:52:28Z" level=info msg="[0/2] [another]: Restarted "
01:52:28 
01:52:28 Stdout: 
01:52:28 FAILED
01:52:30 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container Killing simplecomposefile_simple_1 ... 
01:52:30 
Killing simplecomposefile_simple_1 ... done
Removing simplecomposefile_simple_1 ... 
01:52:30 
Removing simplecomposefile_simple_1 ... done
Running process: 30028
01:52:30 PASSED
01:52:30 tests/acceptance/cli_test.py::CLITestCase::test_rm Running process: 30098
01:52:30 Running process: 30116
01:52:30 PASSED
01:52:31 tests/acceptance/cli_test.py::CLITestCase::test_rm_all Removing simplecomposefile_simple_1 ... 
01:52:31 
Removing simplecomposefile_simple_1 ... done
Running process: 30144
01:52:31 Running process: 30173
01:52:31 FAILED
01:53:09 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network <- tests/integration/testcases.py Killing networks_app_1 ... 
01:53:09 Killing networks_web_1 ... 
01:53:09 Killing networks_db_1 ... 
01:53:09 
Killing networks_db_1 ... done

Killing networks_web_1 ... done

Killing networks_app_1 ... done
Removing networks_app_1 ... 
01:53:09 Removing networks_web_1 ... 
01:53:09 Removing networks_db_1 ... 
01:53:09 
Removing networks_db_1 ... done

Removing networks_web_1 ... done

Removing networks_app_1 ... done
Running process: 30180
01:53:09 Running process: 30442
01:53:09 FAILED
01:53:09 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers Killing linkscomposefile_db_1 ... 
01:53:10 
Killing linkscomposefile_db_1 ... done
Removing linkscomposefile_db_1 ... 
01:53:10 
Removing linkscomposefile_db_1 ... done
Running process: 30631
01:53:10 Running process: 30682
01:53:10 Stderr: time="2019-08-28T01:53:09Z" level=error msg="Failed Executing web : inappropriate ioctl for device"
01:53:10 time="2019-08-28T01:53:09Z" level=error msg="Failed to start: web : inappropriate ioctl for device"
01:53:10 inappropriate ioctl for device
01:53:10 
01:53:10 Stdout: 
01:53:10 FAILED
01:53:10 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system Running process: 30716
01:53:10 FAILED
01:53:57 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint Running process: 30722
01:53:57 FAILED
01:54:35 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm Running process: 30728
01:54:35 FAILED
01:55:07 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network <- tests/integration/testcases.py Killing networks_app_1 ... 
01:55:07 Killing networks_db_1 ... 
01:55:07 Killing networks_web_1 ... 
01:55:07 
Killing networks_db_1 ... done

Killing networks_web_1 ... done

Killing networks_app_1 ... done
Removing networks_app_1 ... 
01:55:07 Removing networks_db_1 ... 
01:55:07 Removing networks_web_1 ... 
01:55:07 
Removing networks_db_1 ... done

Removing networks_app_1 ... done

Removing networks_web_1 ... done
Running process: 30734
01:55:07 Running process: 30990
01:55:07 Stderr: time="2019-08-28T01:55:04Z" level=error msg="Failed Executing app : inappropriate ioctl for device"
01:55:07 time="2019-08-28T01:55:04Z" level=error msg="Failed to start: app : inappropriate ioctl for device"
01:55:07 inappropriate ioctl for device
01:55:07 
01:55:07 Stdout: 
01:55:07 FAILED
01:55:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint Running process: 31106
01:55:25 Stderr: time="2019-08-28T01:55:22Z" level=error msg="Failed Executing test : inappropriate ioctl for device"
01:55:25 time="2019-08-28T01:55:22Z" level=error msg="Failed to start: test : inappropriate ioctl for device"
01:55:25 inappropriate ioctl for device
01:55:25 
01:55:25 Stdout: Creating network "entrypointcomposefile_default" with driver ""
01:55:25 
01:55:25 FAILED
01:55:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden Running process: 31172
01:55:25 FAILED
01:55:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command Running process: 31178
01:55:25 FAILED
01:55:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden Running process: 31184
01:55:25 FAILED
01:55:25 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies <- tests/integration/testcases.py Running process: 31190
01:55:25 Stderr: time="2019-08-28T01:55:24Z" level=error msg="Failed Executing web : inappropriate ioctl for device"
01:55:25 time="2019-08-28T01:55:24Z" level=error msg="Failed to start: web : inappropriate ioctl for device"
01:55:25 inappropriate ioctl for device
01:55:25 
01:55:25 Stdout: 
01:55:25 FAILED
01:55:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint Running process: 31207
01:55:47 Stderr: time="2019-08-28T01:55:40Z" level=warning msg="Error while reading .dockerignore (.dockerignore) : open .dockerignore: no such file or directory"
01:55:47 time="2019-08-28T01:55:40Z" level=info msg="Building entrypointdockerfile_test..."
01:55:47 time="2019-08-28T01:55:43Z" level=error msg="Failed Executing test : inappropriate ioctl for device"
01:55:47 time="2019-08-28T01:55:43Z" level=error msg="Failed to start: test : inappropriate ioctl for device"
01:55:47 inappropriate ioctl for device
01:55:47 
01:55:47 Stdout: Creating network "entrypointdockerfile_default" with driver ""
01:55:47 Sending build context to Docker daemon  3.072kB

01:55:47 Step 1/4 : FROM busybox:latest
01:55:47  ---> db8ee88ad75f
01:55:47 Step 2/4 : LABEL com.docker.compose.test_image true
01:55:47  ---> Running in 772f975a0880
01:55:47  ---> 6b292b7952ae
01:55:47 Removing intermediate container 772f975a0880
01:55:47 Step 3/4 : ENTRYPOINT printf
01:55:47  ---> Running in 6882399d2c55
01:55:47  ---> 5134e78b7151
01:55:47 Removing intermediate container 6882399d2c55
01:55:47 Step 4/4 : CMD default args
01:55:47  ---> Running in 796d98f07843
01:55:47  ---> da12772d1683
01:55:47 Removing intermediate container 796d98f07843
01:55:47 Successfully built da12772d1683
01:55:47 
01:55:47 FAILED
01:55:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden Running process: 31348
01:55:47 FAILED
01:55:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden Running process: 31354
01:55:47 FAILED
01:55:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environement_overridden Running process: 31360
01:55:47 FAILED
01:55:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_maped_ip_ports Running process: 31366
01:55:47 FAILED
01:55:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_maped_ports Running process: 31372
01:55:47 FAILED
01:55:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links Running process: 31378
01:55:47 Stderr: time="2019-08-28T01:55:44Z" level=error msg="Failed Executing web : inappropriate ioctl for device"
01:55:47 time="2019-08-28T01:55:44Z" level=error msg="Failed to start: web : inappropriate ioctl for device"
01:55:47 inappropriate ioctl for device
01:55:47 
01:55:47 Stdout: 
01:55:47 FAILED
01:55:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports Running process: 31395
01:55:47 FAILED
01:55:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden Running process: 31401
01:55:47 Stderr: 
01:55:47 Stdout: Incorrect Usage: flag provided but not defined: -user
01:55:47 
01:55:47 Usage: docker-compose run [OPTIONS]
01:55:47 
01:55:47 Run a one-off command
01:55:47 
01:55:47 Options:
01:55:47    -d  Detached mode: Run container in the background, print new container name.
01:55:47    
01:55:47 
01:55:47 FAILED
01:55:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form Running process: 31407
01:55:47 Stderr: 
01:55:47 Stdout: Incorrect Usage: flag provided but not defined: -u
01:55:47 
01:55:47 Usage: docker-compose run [OPTIONS]
01:55:47 
01:55:47 Run a one-off command
01:55:47 
01:55:47 Options:
01:55:47    -d  Detached mode: Run container in the background, print new container name.
01:55:47    
01:55:47 
01:55:47 FAILED
01:55:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden Running process: 31413
01:55:47 FAILED
01:55:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form Running process: 31419
01:55:47 FAILED
01:55:47 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links Running process: 31425
01:55:47 Stderr: time="2019-08-28T01:55:45Z" level=error msg="Failed Executing console : inappropriate ioctl for device"
01:55:47 time="2019-08-28T01:55:45Z" level=error msg="Failed to start: console : inappropriate ioctl for device"
01:55:47 inappropriate ioctl for device
01:55:47 
01:55:47 Stdout: 
01:55:47 FAILED
01:55:57 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports Running process: 31442
01:55:57 FAILED
01:56:15 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system No handlers could be found for logger "compose.config.environment"
01:56:15 Running process: 31581
01:56:15 Stderr: time="2019-08-28T01:56:13Z" level=error msg="Failed Executing simple : inappropriate ioctl for device"
01:56:15 time="2019-08-28T01:56:13Z" level=error msg="Failed to start: simple : inappropriate ioctl for device"
01:56:15 inappropriate ioctl for device
01:56:15 
01:56:15 Stdout: Creating network "unicodeenvironment_default" with driver ""
01:56:15 
01:56:15 FAILED
01:56:15 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name Running process: 31647
01:56:15 FAILED
01:56:15 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports Running process: 31653
01:56:15 FAILED
01:56:15 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps Running process: 31659
01:56:15 PASSED
01:56:16 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command Running process: 31714
01:56:16 Stderr: time="2019-08-28T01:56:16Z" level=error msg="Failed Executing implicit : inappropriate ioctl for device"
01:56:16 time="2019-08-28T01:56:16Z" level=error msg="Failed to start: implicit : inappropriate ioctl for device"
01:56:16 inappropriate ioctl for device
01:56:16 
01:56:16 Stdout: 
01:56:16 FAILED
01:56:19 tests/acceptance/cli_test.py::CLITestCase::test_scale Running process: 31732
01:56:19 Running process: 31784
01:56:19 Running process: 31982
01:56:19 Running process: 32031
01:56:19 Running process: 32038
01:56:19 PASSED
01:56:19 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt Running process: 32074
01:56:19 PASSED
01:56:19 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers Running process: 32080
01:56:19 Stderr: time="2019-08-28T01:56:19Z" level=info msg="[0/2] [simple]: Starting "
01:56:19 time="2019-08-28T01:56:19Z" level=info msg="[0/2] [another]: Starting "
01:56:19 time="2019-08-28T01:56:19Z" level=info msg="[0/2] [another]: Started "
01:56:19 time="2019-08-28T01:56:19Z" level=info msg="[0/2] [simple]: Started "
01:56:19 
01:56:19 Stdout: 
01:56:19 FAILED
01:56:20 tests/acceptance/cli_test.py::CLITestCase::test_stop Removing simplecomposefile_simple_1 ... 
01:56:20 Removing simplecomposefile_another_1 ... 
01:56:20 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 32086
01:56:20 Running process: 32187
01:56:20 PASSED
01:56:21 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal Removing stopsignalcomposefile_simple_1 ... 
01:56:21 
Removing stopsignalcomposefile_simple_1 ... done
Running process: 32225
01:56:21 Running process: 32277
01:56:21 PASSED
01:56:21 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers Running process: 32299
01:56:21 Stderr: time="2019-08-28T01:56:21Z" level=info msg="[0/2] [another]: Unpausing "
01:56:21 time="2019-08-28T01:56:21Z" level=info msg="[0/2] [simple]: Unpausing "
01:56:21 time="2019-08-28T01:56:21Z" level=info msg="[0/2] [another]: Unpaused "
01:56:21 time="2019-08-28T01:56:21Z" level=info msg="[0/2] [simple]: Unpaused "
01:56:21 
01:56:21 Stdout: 
01:56:21 FAILED
01:56:48 tests/acceptance/cli_test.py::CLITestCase::test_up <- tests/integration/testcases.py Killing v2simple_another_1 ... 
01:56:48 Killing v2simple_simple_1 ... 
01:56:48 
Killing v2simple_simple_1 ... done

Killing v2simple_another_1 ... done
Removing v2simple_another_1 ... 
01:56:48 Removing v2simple_simple_1 ... 
01:56:48 
Removing v2simple_another_1 ... done

Removing v2simple_simple_1 ... done
Running process: 32306
01:56:48 FAILED
01:56:48 tests/acceptance/cli_test.py::CLITestCase::test_up_attached Running process: 32554
01:56:48 FAILED
01:56:48 tests/acceptance/cli_test.py::CLITestCase::test_up_detached Killing simplecomposefile_another_1 ... 
01:56:48 Killing simplecomposefile_simple_1 ... 
01:56:48 
Killing simplecomposefile_another_1 ... done

Killing simplecomposefile_simple_1 ... done
Removing simplecomposefile_another_1 ... 
01:56:48 Removing simplecomposefile_simple_1 ... 
01:56:48 
Removing simplecomposefile_simple_1 ... done

Removing simplecomposefile_another_1 ... done
Running process: 32560
01:56:48 PASSED
01:56:49 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks <- tests/integration/testcases.py Running process: 32706
01:56:49 Running process: 304
01:56:49 Stderr: Network  declared as external, but could not be found. Please create the network manually using docker network create  and try again
01:56:49 
01:56:49 Stdout: 
01:56:49 FAILED
01:57:36 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit Running process: 356
01:57:36 FAILED
01:58:14 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown <- tests/integration/testcases.py Running process: 362
01:58:14 FAILED
01:58:53 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint Running process: 368
01:58:53 FAILED
01:59:32 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm Running process: 374
01:59:32 FAILED
01:59:50 tests/acceptance/cli_test.py::CLITestCase::test_up_logging <- tests/integration/testcases.py Killing loggingcomposefile_another_1 ... 
01:59:50 Killing loggingcomposefile_simple_1 ... 
01:59:50 
Killing loggingcomposefile_another_1 ... done

Killing loggingcomposefile_simple_1 ... done
Removing loggingcomposefile_another_1 ... 
01:59:50 Removing loggingcomposefile_simple_1 ... 
01:59:50 
Removing loggingcomposefile_another_1 ... done

Removing loggingcomposefile_simple_1 ... done
Running process: 379
01:59:50 PASSED
01:59:50 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy Killing loggingcomposefilelegacy_another_1 ... 
01:59:50 Killing loggingcomposefilelegacy_simple_1 ... 
01:59:50 
Killing loggingcomposefilelegacy_simple_1 ... done

Killing loggingcomposefilelegacy_another_1 ... done
Removing loggingcomposefilelegacy_another_1 ... 
01:59:50 Removing loggingcomposefilelegacy_simple_1 ... 
01:59:50 
Removing loggingcomposefilelegacy_another_1 ... done

Removing loggingcomposefilelegacy_simple_1 ... done
Running process: 605
01:59:50 PASSED
01:59:50 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network <- tests/integration/testcases.py Running process: 744
01:59:50 FAILED
01:59:50 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services <- tests/integration/testcases.py Running process: 750
01:59:50 Stderr: time="2019-08-28T01:59:49Z" level=fatal msg="Failed to read project: Some networks were defined but are not used by any service: bar foo"
01:59:50 
01:59:50 Stdout: 
01:59:50 FAILED
02:00:08 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config <- tests/integration/testcases.py Killing networks_simple_1 ... 
02:00:08 Killing networks_another_1 ... 
02:00:08 
Killing networks_simple_1 ... done

Killing networks_another_1 ... done
Removing networks_simple_1 ... 
02:00:08 Removing networks_another_1 ... 
02:00:08 
Removing networks_simple_1 ... done

Removing networks_another_1 ... done
Running process: 756
02:00:08 FAILED
02:00:10 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file Killing overridefiles_web_1 ... 
02:00:10 Killing overridefiles_db_1 ... 
02:00:10 
Killing overridefiles_web_1 ... done

Killing overridefiles_db_1 ... done
Removing overridefiles_web_1 ... 
02:00:10 Removing overridefiles_db_1 ... 
02:00:10 
Removing overridefiles_db_1 ... done

Removing overridefiles_web_1 ... done
Running process: 973
02:00:10 PASSED
02:00:11 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends Killing extends_myweb_1 ... 
02:00:11 Killing extends_mydb_1 ... 
02:00:11 
Killing extends_mydb_1 ... done

Killing extends_myweb_1 ... done
Removing extends_myweb_1 ... 
02:00:11 Removing extends_mydb_1 ... 
02:00:12 
Removing extends_mydb_1 ... done

Removing extends_myweb_1 ... done
Running process: 1112
02:00:12 FAILED
02:00:30 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network <- tests/integration/testcases.py Killing networks_simple_1 ... 
02:00:30 Killing networks_another_1 ... 
02:00:30 
Killing networks_another_1 ... done

Killing networks_simple_1 ... done
Removing networks_simple_1 ... 
02:00:30 Removing networks_another_1 ... 
02:00:30 
Removing networks_another_1 ... done

Removing networks_simple_1 ... done
Running process: 1244
02:00:30 Stderr: time="2019-08-28T02:00:27Z" level=info msg="[0/2] [another]: Starting "
02:00:30 time="2019-08-28T02:00:27Z" level=info msg="[0/2] [simple]: Starting "
02:00:30 time="2019-08-28T02:00:29Z" level=info msg="[1/2] [another]: Started "
02:00:30 time="2019-08-28T02:00:29Z" level=info msg="[2/2] [simple]: Started "
02:00:30 
02:00:30 Stdout: Creating network "networks_default" with driver ""
02:00:30 
02:00:30 FAILED
02:00:32 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate Killing simplecomposefile_another_1 ... 
02:00:32 Killing simplecomposefile_simple_1 ... 
02:00:32 
Killing simplecomposefile_another_1 ... done

Killing simplecomposefile_simple_1 ... done
Removing simplecomposefile_another_1 ... 
02:00:32 Removing simplecomposefile_simple_1 ... 
02:00:32 
Removing simplecomposefile_simple_1 ... done

Removing simplecomposefile_another_1 ... done
Running process: 1468
02:00:32 Running process: 1572
02:00:32 PASSED
02:00:33 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate Killing simplecomposefile_simple_1 ... 
02:00:33 Killing simplecomposefile_another_1 ... 
02:00:33 
Killing simplecomposefile_another_1 ... done

Killing simplecomposefile_simple_1 ... done
Removing simplecomposefile_simple_1 ... 
02:00:33 Removing simplecomposefile_another_1 ... 
02:00:33 
Removing simplecomposefile_another_1 ... done

Removing simplecomposefile_simple_1 ... done
Running process: 1738
02:00:33 Stderr: time="2019-08-28T02:00:32Z" level=info msg="[0/2] [simple]: Starting "
02:00:33 time="2019-08-28T02:00:32Z" level=info msg="[0/2] [another]: Starting "
02:00:33 time="2019-08-28T02:00:32Z" level=info msg="[1/2] [another]: Started "
02:00:33 time="2019-08-28T02:00:32Z" level=info msg="[2/2] [simple]: Started "
02:00:33 
02:00:33 Stdout: 
02:00:33 FAILED
02:00:34 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 Killing linkscomposefile_web_1 ... 
02:00:34 
Killing linkscomposefile_web_1 ... done
Removing linkscomposefile_web_1 ... 
02:00:34 
Removing linkscomposefile_web_1 ... done
Running process: 1879
02:00:34 FAILED
02:00:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files Killing overridefiles_web_1 ... 
02:00:35 Killing overridefiles_other_1 ... 
02:00:35 Killing overridefiles_db_1 ... 
02:00:35 
Killing overridefiles_db_1 ... done

Killing overridefiles_web_1 ... done

Killing overridefiles_other_1 ... done
Removing overridefiles_web_1 ... 
02:00:35 Removing overridefiles_other_1 ... 
02:00:35 Removing overridefiles_db_1 ... 
02:00:35 
Removing overridefiles_web_1 ... done

Removing overridefiles_other_1 ... done

Removing overridefiles_db_1 ... done
Running process: 1946
02:00:35 PASSED
02:00:35 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid Running process: 2152
02:00:35 FAILED
02:00:36 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 Killing netcontainer_bar_1 ... 
02:00:36 
Killing netcontainer_bar_1 ... done
Removing netcontainer_bar_1 ... 
02:00:36 
Removing netcontainer_bar_1 ... done
Running process: 2158
02:00:36 Stderr: time="2019-08-28T02:00:35Z" level=info msg="[0/2] [bar]: Starting "
02:00:36 time="2019-08-28T02:00:36Z" level=info msg="[1/2] [bar]: Started "
02:00:36 time="2019-08-28T02:00:36Z" level=info msg="[1/2] [foo]: Starting "
02:00:36 panic: runtime error: invalid memory address or nil pointer dereference
02:00:36 [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x97f108]
02:00:36 
02:00:36 goroutine 12 [running]:
02:00:36 github.com/docker/libcompose/docker/service.Convert(0xc0003cbb00, 0xc000031000, 0x1, 0x1, 0xc00000fa40, 0x1, 0x1, 0xc0000250a0, 0xc, 0x1, ...)
02:00:36 	/go/src/github.com/docker/libcompose/docker/service/convert.go:232 +0x18e8
02:00:36 github.com/docker/libcompose/docker/service.ConvertToAPI(0xc0003cbb00, 0xc000031000, 0x1, 0x1, 0xc00000fa40, 0x1, 0x1, 0xc0000250a0, 0xc, 0x1, ...)
02:00:36 	/go/src/github.com/docker/libcompose/docker/service/convert.go:59 +0x90
02:00:36 github.com/docker/libcompose/docker/service.(*Service).createContainer(0xc00034fd10, 0xbdbda0, 0xc00006ad00, 0xbcd9a0, 0xc0003d4060, 0x0, 0x0, 0x0, 0xc000344200, 0xc000400548, ...)
02:00:36 	/go/src/github.com/docker/libcompose/docker/service/service_create.go:29 +0x120
02:00:36 github.com/docker/libcompose/docker/service.(*Service).up(0xc00034fd10, 0xbdbda0, 0xc00006ad00, 0xc000400548, 0x7, 0x1, 0x0, 0x0)
02:00:36 	/go/src/github.com/docker/libcompose/docker/service/service.go:321 +0x360
02:00:36 github.com/docker/libcompose/docker/service.(*Service).Up(0xc00034fd10, 0xbdbda0, 0xc00006ad00, 0xc000000000, 0x3, 0x0)
02:00:36 	/go/src/github.com/docker/libcompose/docker/service/service.go:242 +0x14e
02:00:36 github.com/docker/libcompose/project.(*Project).Up.func1.1(0xbe9900, 0xc00034fd10, 0xc000400527, 0x3)
02:00:36 	/go/src/github.com/docker/libcompose/project/project_up.go:17 +0x68
02:00:36 github.com/docker/libcompose/project.(*serviceWrapper).Do(0xc000408e70, 0xc0003fd0b0, 0x4, 0x6, 0xc000057fa0)
02:00:36 	/go/src/github.com/docker/libcompose/project/service-wrapper.go:101 +0x11a
02:00:36 github.com/docker/libcompose/project.(*Project).Up.func1(0xc000408e70, 0xc0003fd0b0)
02:00:36 	/go/src/github.com/docker/libcompose/project/project_up.go:16 +0xad
02:00:36 created by github.com/docker/libcompose/project.(*Project).startService
02:00:36 	/go/src/github.com/docker/libcompose/project/project.go:448 +0x4f5
02:00:36 
02:00:36 Stdout: 
02:00:36 FAILED
02:01:15 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases <- tests/integration/testcases.py Killing networks_web_1 ... 
02:01:15 
Killing networks_web_1 ... done
Removing networks_web_1 ... 
02:01:15 
Removing networks_web_1 ... done
Running process: 2234
02:01:15 PASSED
02:01:30 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal <- tests/integration/testcases.py Killing networks_web_1 ... 
02:01:30 
Killing networks_web_1 ... done
Removing networks_web_1 ... 
02:01:30 
Removing networks_web_1 ... done
Running process: 2425
02:01:30 FAILED
02:01:30 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels <- tests/integration/testcases.py Removing networks_web_1 ... 
02:01:30 
Removing networks_web_1 ... done
Running process: 2559
02:01:30 Stderr: time="2019-08-28T02:01:29Z" level=info msg="[0/1] [web]: Starting "
02:01:30 time="2019-08-28T02:01:29Z" level=error msg="Failed Starting web : Error response from daemon: page not found"
02:01:30 time="2019-08-28T02:01:29Z" level=error msg="Failed to start: web : Error response from daemon: page not found"
02:01:30 Error response from daemon: page not found
02:01:30 
02:01:30 Stdout: 
02:01:30 FAILED
02:01:48 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py Killing networks_service_1 ... 
02:01:48 Killing networks_container_1 ... 
02:01:48 Killing networks_bridge_1 ... 
02:01:48 Killing networks_none_1 ... 
02:01:48 Killing networks_host_1 ... 
02:01:48 
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:01:48 Removing networks_container_1 ... 
02:01:48 Removing networks_bridge_1 ... 
02:01:48 Removing networks_none_1 ... 
02:01:48 Removing networks_host_1 ... 
02:01:48 
Removing networks_service_1 ... done

Removing networks_host_1 ... done

Removing networks_bridge_1 ... done

Removing networks_container_1 ... done

Removing networks_none_1 ... done
Running process: 2623
02:01:48 FAILED
02:01:50 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses <- tests/integration/testcases.py Killing networks_web_1 ... 
02:01:50 
Killing networks_web_1 ... done
Removing networks_web_1 ... 
02:01:51 
Removing networks_web_1 ... done
Running process: 3008
02:01:51 FAILED
02:02:30 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks <- tests/integration/testcases.py Killing networks_app_1 ... 
02:02:30 Killing networks_web_1 ... 
02:02:30 Killing networks_db_1 ... 
02:02:30 
Killing networks_db_1 ... done

Killing networks_web_1 ... done

Killing networks_app_1 ... done
Removing networks_app_1 ... 
02:02:30 Removing networks_web_1 ... 
02:02:30 Removing networks_db_1 ... 
02:02:30 
Removing networks_app_1 ... done

Removing networks_db_1 ... done

Removing networks_web_1 ... done
Running process: 3141
02:02:30 FAILED
02:02:30 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps Running process: 3504
02:02:30 FAILED
02:02:30 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate Killing simplecomposefile_simple_1 ... 
02:02:30 Killing simplecomposefile_another_1 ... 
02:02:30 
Killing simplecomposefile_simple_1 ... done

Killing simplecomposefile_another_1 ... done
Removing simplecomposefile_simple_1 ... 
02:02:30 Removing simplecomposefile_another_1 ... 
02:02:30 
Removing simplecomposefile_simple_1 ... done

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

02:02:35 Step 1/14 : FROM golang:1.12.7
02:02:35  ---> be63d15101cb
02:02:35 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:02:35  ---> Using cache
02:02:35  ---> 7532be8ba281
02:02:35 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:02:35  ---> Using cache
02:02:35  ---> 9b7d124e3398
02:02:35 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
02:02:35  ---> Using cache
02:02:35  ---> 3d7c7cd54c9c
02:02:35 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
02:02:35  ---> Using cache
02:02:35  ---> 22589cb930dd
02:02:35 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:02:35  ---> Using cache
02:02:35  ---> e4e115362de6
02:02:35 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
02:02:35  ---> Using cache
02:02:35  ---> 773419d36da0
02:02:35 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
02:02:35  ---> Using cache
02:02:35  ---> 634c8e947437
02:02:35 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
02:02:35  ---> Using cache
02:02:35  ---> 584d5180bbc7
02:02:35 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:02:35  ---> Using cache
02:02:35  ---> 4aa1270a496f
02:02:35 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
02:02:35  ---> Using cache
02:02:35  ---> d8058071c567
02:02:35 Step 12/14 : ENV USER root
02:02:35  ---> Using cache
02:02:35  ---> 54858640be76
02:02:35 Step 13/14 : ENTRYPOINT ["hack/dind"]
02:02:35  ---> Using cache
02:02:35  ---> 66aaf864cbb6
02:02:35 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
02:02:35  ---> Using cache
02:02:35  ---> b373a9a3d3e2
02:02:35 Successfully built b373a9a3d3e2
02:02:35 Successfully tagged dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e
02:02:35 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_master/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e" ./hack/make.sh cross-binary
02:02:36 ---> Making bundle: cross-binary (in .)
02:02:36 Building binary for linux/386...
02:02:36 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:02:36 go: finding github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:02:36 go: finding github.com/gogo/protobuf v1.1.1
02:02:36 go: finding github.com/modern-go/reflect2 v1.0.1
02:02:36 go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:02:36 go: finding github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:02:36 go: finding github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
02:02:36 go: finding github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
02:02:36 go: finding gotest.tools v2.2.0+incompatible
02:02:36 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:02:36 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:02:36 go: finding github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:02:36 go: finding github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:02:36 go: finding github.com/xeipuuv/gojsonschema v1.1.0
02:02:36 go: finding github.com/Microsoft/hcsshim v0.8.6
02:02:37 go: finding github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:02:37 go: finding github.com/docker/docker-credential-helpers v0.6.3
02:02:37 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:02:37 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
02:02:37 go: finding github.com/docker/go-units v0.4.0
02:02:37 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:02:37 go: finding google.golang.org/grpc v1.22.1
02:02:37 go: finding github.com/stretchr/testify v1.3.0
02:02:38 go: finding github.com/Microsoft/go-winio v0.3.8
02:02:38 go: finding github.com/docker/distribution v2.7.1+incompatible
02:02:38 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:02:38 go: finding gopkg.in/yaml.v2 v2.2.2
02:02:38 go: finding github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:02:38 go: finding github.com/sirupsen/logrus v1.2.0
02:02:38 go: finding github.com/urfave/cli v1.21.0
02:02:39 go: finding github.com/prometheus/client_golang v1.1.0
02:02:39 go: finding github.com/client9/misspell v0.3.4
02:02:39 go: finding github.com/davecgh/go-spew v1.1.0
02:02:40 go: finding github.com/golang/mock v1.1.1
02:02:40 go: finding github.com/pkg/errors v0.8.0
02:02:40 go: finding github.com/gorilla/context v1.1.1
02:02:40 go: finding github.com/google/go-cmp v0.2.0
02:02:40 go: finding github.com/prometheus/procfs v0.0.3
02:02:40 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
02:02:40 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
02:02:40 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
02:02:40 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:02:41 go: finding github.com/json-iterator/go v1.1.7
02:02:41 go: finding github.com/beorn7/perks v1.0.1
02:02:41 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:02:41 go: finding github.com/golang/protobuf v1.2.0
02:02:41 go: finding github.com/stretchr/objx v0.1.0
02:02:41 go: finding github.com/docker/go-connections v0.3.0
02:02:41 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
02:02:41 go: finding github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:02:41 go: finding github.com/BurntSushi/toml v0.3.1
02:02:42 go: finding github.com/google/go-cmp v0.3.0
02:02:42 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
02:02:42 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
02:02:42 go: finding github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
02:02:42 go: finding cloud.google.com/go v0.26.0
02:02:42 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
02:02:43 go: finding github.com/stretchr/testify v1.2.2
02:02:43 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
02:02:43 go: finding google.golang.org/appengine v1.1.0
02:02:43 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd
02:02:44 go: finding github.com/prometheus/common v0.6.0
02:02:44 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
02:02:44 go: finding github.com/stretchr/objx v0.1.1
02:02:44 go: finding github.com/pmezard/go-difflib v1.0.0
02:02:45 go: finding github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:02:45 go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:02:45 go: finding golang.org/x/text v0.3.0
02:02:45 go: finding github.com/prometheus/client_golang v1.0.0
02:02:45 go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
02:02:46 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223
02:02:46 go: finding github.com/beorn7/perks v1.0.0
02:02:46 go: finding github.com/google/gofuzz v1.0.0
02:02:47 go: finding github.com/julienschmidt/httprouter v1.2.0
02:02:47 go: finding github.com/golang/protobuf v1.3.2
02:02:47 go: finding github.com/prometheus/common v0.4.1
02:02:47 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
02:02:47 go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
02:02:47 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
02:02:47 go: finding gopkg.in/yaml.v2 v2.2.1
02:02:48 go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d
02:02:48 go: finding golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
02:02:48 go: finding github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
02:02:48 go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
02:02:48 go: finding github.com/go-kit/kit v0.8.0
02:02:49 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
02:02:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
02:02:49 go: finding github.com/go-stack/stack v1.8.0
02:02:49 go: finding github.com/prometheus/client_golang v0.9.1
02:02:50 go: finding github.com/json-iterator/go v1.1.6
02:02:50 go: finding golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:02:50 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5
02:02:50 go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
02:02:50 go: finding github.com/go-logfmt/logfmt v0.3.0
02:02:50 go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
02:02:50 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6
02:02:50 go: finding github.com/go-logfmt/logfmt v0.4.0
02:02:50 go: finding github.com/golang/protobuf v1.3.1
02:02:50 go: finding github.com/prometheus/procfs v0.0.2
02:02:50 go: finding github.com/davecgh/go-spew v1.1.1
02:02:50 go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
02:02:51 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:02:51 go: downloading github.com/urfave/cli v1.21.0
02:02:51 go: downloading github.com/sirupsen/logrus v1.2.0
02:02:51 go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:02:51 go: downloading github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:02:51 go: downloading github.com/docker/go-units v0.4.0
02:02:51 go: downloading golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:02:51 go: downloading github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
02:02:51 go: downloading gopkg.in/yaml.v2 v2.2.2
02:02:51 go: downloading github.com/docker/go-connections v0.3.0
02:02:51 go: extracting github.com/urfave/cli v1.21.0
02:02:51 go: extracting github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
02:02:51 go: extracting github.com/docker/go-connections v0.3.0
02:02:51 go: extracting github.com/docker/go-units v0.4.0
02:02:51 go: extracting github.com/sirupsen/logrus v1.2.0
02:02:51 go: extracting gopkg.in/yaml.v2 v2.2.2
02:02:53 go: extracting golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
02:02:54 go: extracting github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
02:02:54 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:02:54 go: downloading github.com/docker/docker-credential-helpers v0.6.3
02:02:54 go: extracting github.com/docker/docker-credential-helpers v0.6.3
02:02:54 go: downloading github.com/xeipuuv/gojsonschema v1.1.0
02:02:55 go: extracting github.com/xeipuuv/gojsonschema v1.1.0
02:02:55 go: extracting github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
02:02:55 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:02:55 go: downloading github.com/pkg/errors v0.8.0
02:02:55 go: extracting github.com/pkg/errors v0.8.0
02:02:55 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:02:55 go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:02:55 go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
02:02:55 go: downloading github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:02:55 go: downloading github.com/docker/distribution v2.7.1+incompatible
02:02:55 go: downloading github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:02:55 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:02:55 go: downloading github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:02:55 go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:02:55 go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
02:02:55 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:02:55 go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
02:02:55 go: downloading google.golang.org/grpc v1.22.1
02:02:55 go: extracting github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
02:02:55 go: extracting github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
02:02:56 go: extracting github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
02:02:56 go: extracting github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
02:02:56 go: downloading github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:02:56 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:02:56 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:02:56 go: extracting github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
02:02:56 go: downloading github.com/gogo/protobuf v1.1.1
02:02:57 go: extracting github.com/docker/distribution v2.7.1+incompatible
02:02:57 go: extracting google.golang.org/grpc v1.22.1
02:02:57 go: downloading github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:02:57 go: downloading github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:02:57 go: extracting github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
02:02:57 go: downloading github.com/prometheus/client_golang v1.1.0
02:02:57 go: extracting github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
02:02:57 go: downloading github.com/gorilla/context v1.1.1
02:02:57 go: extracting github.com/gorilla/context v1.1.1
02:02:57 go: downloading github.com/golang/protobuf v1.3.2
02:02:57 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:02:57 go: extracting github.com/prometheus/client_golang v1.1.0
02:02:57 go: downloading github.com/prometheus/common v0.6.0
02:02:57 go: downloading github.com/prometheus/procfs v0.0.3
02:02:57 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:02:57 go: downloading github.com/beorn7/perks v1.0.1
02:02:57 go: extracting github.com/beorn7/perks v1.0.1
02:02:57 go: extracting github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
02:02:57 go: extracting github.com/prometheus/common v0.6.0
02:02:57 go: extracting github.com/prometheus/procfs v0.0.3
02:02:57 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
02:02:58 go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1
02:02:58 go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
02:02:58 go: extracting github.com/golang/protobuf v1.3.2
02:02:59 go: extracting github.com/gogo/protobuf v1.1.1
02:02:59 go: extracting google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
02:03:25 Building binary for linux/amd64...
02:03:38 Building binary for linux/arm...
02:04:04 Building binary for windows/386...
02:04:04 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:04:04 go: downloading github.com/Microsoft/go-winio v0.3.8
02:04:04 go: downloading github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:04:04 go: downloading github.com/Microsoft/hcsshim v0.8.6
02:04:04 go: extracting github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
02:04:04 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:04:04 go: extracting github.com/Microsoft/go-winio v0.3.8
02:04:04 go: extracting github.com/Microsoft/hcsshim v0.8.6
02:04:26 Building binary for windows/amd64...
02:04:53 Building binary for darwin/386...
02:05:15 Building binary for darwin/amd64...
02:05:37 
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
02:05:37 chowning workspace
[Pipeline] sh
02:05:38 + uname -m
[Pipeline] sh
02:05:38 + pwd
02:05:38 + id -u
02:05:38 + id -g
02:05:38 + docker run --rm -v /home/ubuntu/workspace/libcompose_master:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archive
02:05:40 The archive step is deprecated, please use archiveArtifacts instead.
02:05:40 No files found to archive for pattern "bundles"; continuing.
[Pipeline] sh
02:05:40 + docker rmi dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e
02:05:40 Untagged: dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e
02:05:40 Deleted: sha256:b373a9a3d3e23940ccba36c96f270fb70635d973a35a8abdd223a10fc560eb81
02:05:40 Deleted: sha256:b39b67b41b9b45573502d5dd53f0dea6329505792d68a283db2be162aa9f9ee7
02:05:40 Deleted: sha256:66aaf864cbb61e5c76e8a7048f0ded68251e434731ab43c4d9f47e3a7ef698ed
02:05:40 Deleted: sha256:54858640be76c4109398aa183cdc6a507ae0a4a2cde0dc5b06c348447dcda889
02:05:40 Deleted: sha256:d8058071c567922cfa8290ef12c6f90f55da61cf7ecdfdd2d2905f05f244dfb9
02:05:40 Deleted: sha256:4aa1270a496f0a5b7f5c0c993be3fb24bb505b591452ddad5341f255df18a4ab
02:05:40 Deleted: sha256:6dc0904a2232237b6ace79b0dc04bfae314fd2435e8643499fa03e96b4d169be
02:05:40 Deleted: sha256:584d5180bbc70e543d49cc5fcddb505631ca02dae74d33e8cefa51cc63894899
02:05:40 Deleted: sha256:634c8e947437e30599d83208855fb9094c6059ee55e0f07487dd5d5c3b16150f
02:05:40 Deleted: sha256:331af5329eeb15d5ffa09adb6dc762c114dcc51b453f68708838711eeeada6b4
02:05:40 Deleted: sha256:773419d36da04068e177cd3169f053e6d9de394a4cfe7004262680c42615ab54
02:05:40 Deleted: sha256:fb19afb86f6603e98eff794f75678e03e1b059df24bad09e4ec0695cc508be9f
02:05:40 Deleted: sha256:e4e115362de6aacbc2fb592773408e873866eb2f83b720193fdba988b95f2f55
02:05:40 Deleted: sha256:af3447820eed547ee07c4051eea64463f9b2e54abe5b4b8b9aa1d1301af2b997
02:05:40 Deleted: sha256:22589cb930ddf0ae4ce830c62a3895652f168216776bd4c46d88b110a074d199
02:05:40 Deleted: sha256:3d7c7cd54c9caa8e83ae9d1bd6d8c1e5e720172ce162ed1f3cccb348d342fe46
02:05:40 Deleted: sha256:9b7d124e3398f080d1db0639ef4598e55e226816124b79b0aacf60ad105f9a91
02:05:40 Deleted: sha256:de4f22648b72cd437dd3141b68090e6d9961621be81d5134bc65171fc064db85
02:05:40 Deleted: sha256:7532be8ba281fb959dcd46eb214e0dd7e839a08c36d30cdfe7ba48cb6b6214f1
02:05:40 Deleted: sha256:9f18d20aa84ed96d5a4aad3d80738eaa636baf640019ff2c595edf81a8cc7ec7
[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