Branch indexing Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 143e0f3f1ab9caa587b9821028c60d41d203de3e rather than 34cf734799abab979b540e55a5c317e1d65f9140 Obtained Jenkinsfile from 143e0f3f1ab9caa587b9821028c60d41d203de3e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213 using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/libcompose_PR-531@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ead69454b4062f17d1f8389642089a002b037213 Commit message: "Merge pull request #10 from russellcardullo/sonar-scan" First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘arm32v7-ubuntu-47’ doesn’t have label ‘linux&&x86_64’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘linux&&x86_64’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘linux&&x86_64’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘linux&&x86_64’; ‘arm64v8-ubuntu-01’ doesn’t have label ‘linux&&x86_64’; ‘arm64v8-ubuntu-02’ doesn’t have label ‘linux&&x86_64’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘linux&&x86_64’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘linux&&x86_64’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-14’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-15’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-16’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-29’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-30’ doesn’t have label ‘linux&&x86_64’; ‘ubuntu-1604-aufs (i-09f3d6fcd223e08fb)’ is offline Running on ubuntu-1804-overlay2 (i-0d7d9fe9c2f284a15) in /home/ubuntu/workspace/libcompose_PR-531 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/libcompose_PR-531@tmp/352f4b96-107d-45ef-83fd-c7b6244daac3/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 using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Merging remotes/origin/master commit 143e0f3f1ab9caa587b9821028c60d41d203de3e into PR head commit 34cf734799abab979b540e55a5c317e1d65f9140 Cloning repository https://github.com/docker/libcompose.git > git init /home/ubuntu/workspace/libcompose_PR-531 # timeout=10 Fetching upstream changes from https://github.com/docker/libcompose.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/docker/libcompose.git +refs/pull/531/head:refs/remotes/origin/PR-531 +refs/heads/master:refs/remotes/origin/master > git config remote.origin.url https://github.com/docker/libcompose.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/531/head:refs/remotes/origin/PR-531 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/libcompose.git # timeout=10 Fetching upstream changes from https://github.com/docker/libcompose.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/docker/libcompose.git +refs/pull/531/head:refs/remotes/origin/PR-531 +refs/heads/master:refs/remotes/origin/master > git config core.sparsecheckout # timeout=10 > git checkout -f 34cf734799abab979b540e55a5c317e1d65f9140 > git merge 143e0f3f1ab9caa587b9821028c60d41d203de3e # timeout=10 Merge succeeded, producing 2f27c7a1e56bcbe9ad159c410a503f3e333775d6 Checking out Revision 2f27c7a1e56bcbe9ad159c410a503f3e333775d6 (PR-531) Commit message: "Merge commit '143e0f3f1ab9caa587b9821028c60d41d203de3e' into HEAD" First time build. Skipping changelog. [Pipeline] stage Using the ‘stage’ step without a block argument is deprecated Entering stage build image Proceeding [Pipeline] sh + git rev-parse HEAD > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2f27c7a1e56bcbe9ad159c410a503f3e333775d6 [Pipeline] sh fatal: bad object ead69454b4062f17d1f8389642089a002b037213 + docker build -t dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6 . Sending build context to Docker daemon 6.591MB Step 1/14 : FROM golang:1.12.7 1.12.7: Pulling from library/golang 5ae19949497e: Pulling fs layer ed3d96a2798e: Pulling fs layer f12136850781: Pulling fs layer 1a9ad5d5550b: Pulling fs layer efbd5496b163: Pulling fs layer c01c378f53ca: Pulling fs layer c7aef280980d: Pulling fs layer 1a9ad5d5550b: Waiting efbd5496b163: Waiting c01c378f53ca: Waiting c7aef280980d: Waiting f12136850781: Verifying Checksum f12136850781: Download complete ed3d96a2798e: Verifying Checksum ed3d96a2798e: Download complete 5ae19949497e: Verifying Checksum 5ae19949497e: Download complete efbd5496b163: Verifying Checksum efbd5496b163: Download complete 1a9ad5d5550b: Verifying Checksum 1a9ad5d5550b: Download complete c7aef280980d: Verifying Checksum c7aef280980d: Download complete c01c378f53ca: Verifying Checksum c01c378f53ca: Download complete 5ae19949497e: Pull complete ed3d96a2798e: Pull complete f12136850781: Pull complete 1a9ad5d5550b: Pull complete efbd5496b163: Pull complete c01c378f53ca: Pull complete c7aef280980d: Pull complete Digest: sha256:f5486a917b57f8b14be4345604bc4654147416a327d6d63271a0c52c907001c4 Status: Downloaded newer image for golang:1.12.7 ---> be63d15101cb 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 ---> Running in 414a6c449a19 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB] Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [72.1 kB] Get:3 http://deb.debian.org/debian buster InRelease [118 kB] Get:4 http://deb.debian.org/debian buster-updates InRelease [49.3 kB] Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7897 kB] Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [884 B] Fetched 8177 kB in 2s (4877 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: bzip2 dpkg-dev libip4tc0 libip6tc0 libiptc0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 patch xz-utils Suggested packages: bzip2-doc debian-keyring kmod ed diffutils-doc Recommended packages: fakeroot libalgorithm-merge-perl nftables The following NEW packages will be installed: build-essential bzip2 dpkg-dev iptables libip4tc0 libip6tc0 libiptc0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 patch xz-utils 0 upgraded, 12 newly installed, 0 to remove and 4 not upgraded. Need to get 2850 kB of archives. After this operation, 6404 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] Get:2 http://security.debian.org/debian-security buster/updates/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] Get:3 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] Get:4 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] Get:5 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] Get:6 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] Get:7 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] Get:8 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] Get:9 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.1 [48.3 kB] Get:10 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] Get:11 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB] Get:12 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 2850 kB in 0s (9939 kB/s) Selecting previously unselected package libip4tc0:amd64. (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.) Preparing to unpack .../00-libip4tc0_1.8.2-4_amd64.deb ... Unpacking libip4tc0:amd64 (1.8.2-4) ... Selecting previously unselected package libip6tc0:amd64. Preparing to unpack .../01-libip6tc0_1.8.2-4_amd64.deb ... Unpacking libip6tc0:amd64 (1.8.2-4) ... Selecting previously unselected package libiptc0:amd64. Preparing to unpack .../02-libiptc0_1.8.2-4_amd64.deb ... Unpacking libiptc0:amd64 (1.8.2-4) ... Selecting previously unselected package libnfnetlink0:amd64. Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_amd64.deb ... Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... Selecting previously unselected package libnftnl11:amd64. Preparing to unpack .../05-libnftnl11_1.1.2-2_amd64.deb ... Unpacking libnftnl11:amd64 (1.1.2-2) ... Selecting previously unselected package iptables. Preparing to unpack .../06-iptables_1.8.2-4_amd64.deb ... Unpacking iptables (1.8.2-4) ... Selecting previously unselected package bzip2. Preparing to unpack .../07-bzip2_1.0.6-9.1_amd64.deb ... Unpacking bzip2 (1.0.6-9.1) ... Selecting previously unselected package xz-utils. Preparing to unpack .../08-xz-utils_5.2.4-1_amd64.deb ... Unpacking xz-utils (5.2.4-1) ... Selecting previously unselected package patch. Preparing to unpack .../09-patch_2.7.6-3+deb10u1_amd64.deb ... Unpacking patch (2.7.6-3+deb10u1) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../10-dpkg-dev_1.19.7_all.deb ... Unpacking dpkg-dev (1.19.7) ... Selecting previously unselected package build-essential. Preparing to unpack .../11-build-essential_12.6_amd64.deb ... Unpacking build-essential (12.6) ... Setting up libip6tc0:amd64 (1.8.2-4) ... Setting up libip4tc0:amd64 (1.8.2-4) ... Setting up libnftnl11:amd64 (1.1.2-2) ... Setting up bzip2 (1.0.6-9.1) ... Setting up libiptc0:amd64 (1.8.2-4) ... Setting up xz-utils (5.2.4-1) ... update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode Setting up patch (2.7.6-3+deb10u1) ... Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... Setting up dpkg-dev (1.19.7) ... Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... Setting up build-essential (12.6) ... Setting up iptables (1.8.2-4) ... update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode Processing triggers for libc-bin (2.28-10) ... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: dbus gir1.2-glib-2.0 javascript-common libapparmor1 libdbus-1-3 libexpat1-dev libgirepository-1.0-1 libjs-jquery libjs-sphinxdoc libjs-underscore libpython-all-dev libpython-dev libpython2-dev libpython2.7 libpython2.7-dev python-all python-all-dev python-asn1crypto python-cffi-backend python-configparser python-crypto python-cryptography python-dbus python-dev python-entrypoints python-enum34 python-gi python-ipaddress python-keyring python-keyrings.alt python-pip-whl python-pkg-resources python-secretstorage python-setuptools python-six python-wheel python-xdg python2-dev python2.7-dev Suggested packages: default-dbus-session-bus | dbus-session-bus apache2 | lighttpd | httpd python-crypto-doc python-cryptography-doc python-cryptography-vectors python-dbus-dbg python-dbus-doc python-enum34-doc python-gi-cairo gnome-keyring libkf5wallet-bin gir1.2-gnomekeyring-1.0 python-gdata python-keyczar python-secretstorage-doc python-setuptools-doc The following NEW packages will be installed: dbus gir1.2-glib-2.0 javascript-common libapparmor1 libdbus-1-3 libexpat1-dev libgirepository-1.0-1 libjs-jquery libjs-sphinxdoc libjs-underscore libpython-all-dev libpython-dev libpython2-dev libpython2.7 libpython2.7-dev python-all python-all-dev python-asn1crypto python-cffi-backend python-configparser python-crypto python-cryptography python-dbus python-dev python-entrypoints python-enum34 python-gi python-ipaddress python-keyring python-keyrings.alt python-pip python-pip-whl python-pkg-resources python-secretstorage python-setuptools python-six python-wheel python-xdg python2-dev python2.7-dev 0 upgraded, 40 newly installed, 0 to remove and 4 not upgraded. Need to get 38.0 MB of archives. After this operation, 74.6 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] Get:2 http://deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.16-1 [214 kB] Get:3 http://deb.debian.org/debian buster/main amd64 dbus amd64 1.12.16-1 [235 kB] Get:4 http://deb.debian.org/debian buster/main amd64 libgirepository-1.0-1 amd64 1.58.3-2 [92.8 kB] Get:5 http://deb.debian.org/debian buster/main amd64 gir1.2-glib-2.0 amd64 1.58.3-2 [143 kB] Get:6 http://deb.debian.org/debian buster/main amd64 javascript-common all 11 [6120 B] Get:7 http://deb.debian.org/debian buster/main amd64 libexpat1-dev amd64 2.2.6-2 [152 kB] Get:8 http://deb.debian.org/debian buster/main amd64 libjs-jquery all 3.3.1~dfsg-3 [332 kB] Get:9 http://deb.debian.org/debian buster/main amd64 libjs-underscore all 1.9.1~dfsg-1 [99.4 kB] Get:10 http://deb.debian.org/debian buster/main amd64 libjs-sphinxdoc all 1.8.4-1 [95.9 kB] Get:11 http://deb.debian.org/debian buster/main amd64 libpython2.7 amd64 2.7.16-2 [1036 kB] Get:12 http://deb.debian.org/debian buster/main amd64 libpython2.7-dev amd64 2.7.16-2 [31.6 MB] Get:13 http://deb.debian.org/debian buster/main amd64 libpython2-dev amd64 2.7.16-1 [20.9 kB] Get:14 http://deb.debian.org/debian buster/main amd64 libpython-dev amd64 2.7.16-1 [20.9 kB] Get:15 http://deb.debian.org/debian buster/main amd64 libpython-all-dev amd64 2.7.16-1 [1064 B] Get:16 http://deb.debian.org/debian buster/main amd64 python-all amd64 2.7.16-1 [1044 B] Get:17 http://deb.debian.org/debian buster/main amd64 python2.7-dev amd64 2.7.16-2 [296 kB] Get:18 http://deb.debian.org/debian buster/main amd64 python2-dev amd64 2.7.16-1 [1212 B] Get:19 http://deb.debian.org/debian buster/main amd64 python-dev amd64 2.7.16-1 [1192 B] Get:20 http://deb.debian.org/debian buster/main amd64 python-all-dev amd64 2.7.16-1 [1068 B] Get:21 http://deb.debian.org/debian buster/main amd64 python-asn1crypto all 0.24.0-1 [78.1 kB] Get:22 http://deb.debian.org/debian buster/main amd64 python-cffi-backend amd64 1.12.2-1 [78.8 kB] Get:23 http://deb.debian.org/debian buster/main amd64 python-configparser all 3.5.0b2-1 [59.2 kB] Get:24 http://deb.debian.org/debian buster/main amd64 python-crypto amd64 2.6.1-9+b1 [259 kB] Get:25 http://deb.debian.org/debian buster/main amd64 python-enum34 all 1.1.6-2 [35.3 kB] Get:26 http://deb.debian.org/debian buster/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB] Get:27 http://deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] Get:28 http://deb.debian.org/debian buster/main amd64 python-cryptography amd64 2.6.1-3 [218 kB] Get:29 http://deb.debian.org/debian buster/main amd64 python-dbus amd64 1.2.8-3 [103 kB] Get:30 http://deb.debian.org/debian buster/main amd64 python-entrypoints all 0.3-1 [5444 B] Get:31 http://deb.debian.org/debian buster/main amd64 python-gi amd64 3.30.4-1 [227 kB] Get:32 http://deb.debian.org/debian buster/main amd64 python-secretstorage all 2.3.1-2 [13.8 kB] Get:33 http://deb.debian.org/debian buster/main amd64 python-keyring all 17.1.1-1 [47.1 kB] Get:34 http://deb.debian.org/debian buster/main amd64 python-keyrings.alt all 3.1.1-1 [18.3 kB] Get:35 http://deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] Get:36 http://deb.debian.org/debian buster/main amd64 python-pip all 18.1-5 [215 kB] Get:37 http://deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] Get:38 http://deb.debian.org/debian buster/main amd64 python-setuptools all 40.8.0-1 [382 kB] Get:39 http://deb.debian.org/debian buster/main amd64 python-wheel all 0.32.3-2 [19.3 kB] Get:40 http://deb.debian.org/debian buster/main amd64 python-xdg all 0.25-5 [35.9 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 38.0 MB in 1s (54.9 MB/s) Selecting previously unselected package libapparmor1:amd64. (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.) Preparing to unpack .../00-libapparmor1_2.13.2-10_amd64.deb ... Unpacking libapparmor1:amd64 (2.13.2-10) ... Selecting previously unselected package libdbus-1-3:amd64. Preparing to unpack .../01-libdbus-1-3_1.12.16-1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.12.16-1) ... Selecting previously unselected package dbus. Preparing to unpack .../02-dbus_1.12.16-1_amd64.deb ... Unpacking dbus (1.12.16-1) ... Selecting previously unselected package libgirepository-1.0-1:amd64. Preparing to unpack .../03-libgirepository-1.0-1_1.58.3-2_amd64.deb ... Unpacking libgirepository-1.0-1:amd64 (1.58.3-2) ... Selecting previously unselected package gir1.2-glib-2.0:amd64. Preparing to unpack .../04-gir1.2-glib-2.0_1.58.3-2_amd64.deb ... Unpacking gir1.2-glib-2.0:amd64 (1.58.3-2) ... Selecting previously unselected package javascript-common. Preparing to unpack .../05-javascript-common_11_all.deb ... Unpacking javascript-common (11) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../06-libexpat1-dev_2.2.6-2_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.2.6-2) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../07-libjs-jquery_3.3.1~dfsg-3_all.deb ... Unpacking libjs-jquery (3.3.1~dfsg-3) ... Selecting previously unselected package libjs-underscore. Preparing to unpack .../08-libjs-underscore_1.9.1~dfsg-1_all.deb ... Unpacking libjs-underscore (1.9.1~dfsg-1) ... Selecting previously unselected package libjs-sphinxdoc. Preparing to unpack .../09-libjs-sphinxdoc_1.8.4-1_all.deb ... Unpacking libjs-sphinxdoc (1.8.4-1) ... Selecting previously unselected package libpython2.7:amd64. Preparing to unpack .../10-libpython2.7_2.7.16-2_amd64.deb ... Unpacking libpython2.7:amd64 (2.7.16-2) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../11-libpython2.7-dev_2.7.16-2_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.16-2) ... Selecting previously unselected package libpython2-dev:amd64. Preparing to unpack .../12-libpython2-dev_2.7.16-1_amd64.deb ... Unpacking libpython2-dev:amd64 (2.7.16-1) ... Selecting previously unselected package libpython-dev:amd64. Preparing to unpack .../13-libpython-dev_2.7.16-1_amd64.deb ... Unpacking libpython-dev:amd64 (2.7.16-1) ... Selecting previously unselected package libpython-all-dev:amd64. Preparing to unpack .../14-libpython-all-dev_2.7.16-1_amd64.deb ... Unpacking libpython-all-dev:amd64 (2.7.16-1) ... Selecting previously unselected package python-all. Preparing to unpack .../15-python-all_2.7.16-1_amd64.deb ... Unpacking python-all (2.7.16-1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../16-python2.7-dev_2.7.16-2_amd64.deb ... Unpacking python2.7-dev (2.7.16-2) ... Selecting previously unselected package python2-dev. Preparing to unpack .../17-python2-dev_2.7.16-1_amd64.deb ... Unpacking python2-dev (2.7.16-1) ... Selecting previously unselected package python-dev. Preparing to unpack .../18-python-dev_2.7.16-1_amd64.deb ... Unpacking python-dev (2.7.16-1) ... Selecting previously unselected package python-all-dev. Preparing to unpack .../19-python-all-dev_2.7.16-1_amd64.deb ... Unpacking python-all-dev (2.7.16-1) ... Selecting previously unselected package python-asn1crypto. Preparing to unpack .../20-python-asn1crypto_0.24.0-1_all.deb ... Unpacking python-asn1crypto (0.24.0-1) ... Selecting previously unselected package python-cffi-backend. Preparing to unpack .../21-python-cffi-backend_1.12.2-1_amd64.deb ... Unpacking python-cffi-backend (1.12.2-1) ... Selecting previously unselected package python-configparser. Preparing to unpack .../22-python-configparser_3.5.0b2-1_all.deb ... Unpacking python-configparser (3.5.0b2-1) ... Selecting previously unselected package python-crypto. Preparing to unpack .../23-python-crypto_2.6.1-9+b1_amd64.deb ... Unpacking python-crypto (2.6.1-9+b1) ... Selecting previously unselected package python-enum34. Preparing to unpack .../24-python-enum34_1.1.6-2_all.deb ... Unpacking python-enum34 (1.1.6-2) ... Selecting previously unselected package python-ipaddress. Preparing to unpack .../25-python-ipaddress_1.0.17-1_all.deb ... Unpacking python-ipaddress (1.0.17-1) ... Selecting previously unselected package python-six. Preparing to unpack .../26-python-six_1.12.0-1_all.deb ... Unpacking python-six (1.12.0-1) ... Selecting previously unselected package python-cryptography. Preparing to unpack .../27-python-cryptography_2.6.1-3_amd64.deb ... Unpacking python-cryptography (2.6.1-3) ... Selecting previously unselected package python-dbus. Preparing to unpack .../28-python-dbus_1.2.8-3_amd64.deb ... Unpacking python-dbus (1.2.8-3) ... Selecting previously unselected package python-entrypoints. Preparing to unpack .../29-python-entrypoints_0.3-1_all.deb ... Unpacking python-entrypoints (0.3-1) ... Selecting previously unselected package python-gi. Preparing to unpack .../30-python-gi_3.30.4-1_amd64.deb ... Unpacking python-gi (3.30.4-1) ... Selecting previously unselected package python-secretstorage. Preparing to unpack .../31-python-secretstorage_2.3.1-2_all.deb ... Unpacking python-secretstorage (2.3.1-2) ... Selecting previously unselected package python-keyring. Preparing to unpack .../32-python-keyring_17.1.1-1_all.deb ... Unpacking python-keyring (17.1.1-1) ... Selecting previously unselected package python-keyrings.alt. Preparing to unpack .../33-python-keyrings.alt_3.1.1-1_all.deb ... Unpacking python-keyrings.alt (3.1.1-1) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../34-python-pip-whl_18.1-5_all.deb ... Unpacking python-pip-whl (18.1-5) ... Selecting previously unselected package python-pip. Preparing to unpack .../35-python-pip_18.1-5_all.deb ... Unpacking python-pip (18.1-5) ... Selecting previously unselected package python-pkg-resources. Preparing to unpack .../36-python-pkg-resources_40.8.0-1_all.deb ... Unpacking python-pkg-resources (40.8.0-1) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../37-python-setuptools_40.8.0-1_all.deb ... Unpacking python-setuptools (40.8.0-1) ... Selecting previously unselected package python-wheel. Preparing to unpack .../38-python-wheel_0.32.3-2_all.deb ... Unpacking python-wheel (0.32.3-2) ... Selecting previously unselected package python-xdg. Preparing to unpack .../39-python-xdg_0.25-5_all.deb ... Unpacking python-xdg (0.25-5) ... Setting up javascript-common (11) ... Setting up python-enum34 (1.1.6-2) ... Setting up python-crypto (2.6.1-9+b1) ... Setting up libpython2.7:amd64 (2.7.16-2) ... Setting up libapparmor1:amd64 (2.13.2-10) ... Setting up python-wheel (0.32.3-2) ... Setting up python-pkg-resources (40.8.0-1) ... Setting up python-asn1crypto (0.24.0-1) ... Setting up python-all (2.7.16-1) ... Setting up python-six (1.12.0-1) ... Setting up python-xdg (0.25-5) ... Setting up libexpat1-dev:amd64 (2.2.6-2) ... Setting up libdbus-1-3:amd64 (1.12.16-1) ... Setting up dbus (1.12.16-1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up python-setuptools (40.8.0-1) ... Setting up libgirepository-1.0-1:amd64 (1.58.3-2) ... Setting up python-pip-whl (18.1-5) ... Setting up libjs-jquery (3.3.1~dfsg-3) ... Setting up python-ipaddress (1.0.17-1) ... Setting up libjs-underscore (1.9.1~dfsg-1) ... Setting up python-cffi-backend (1.12.2-1) ... Setting up libpython2.7-dev:amd64 (2.7.16-2) ... Setting up python-keyrings.alt (3.1.1-1) ... Setting up python-cryptography (2.6.1-3) ... Setting up python-dbus (1.2.8-3) ... Setting up python-pip (18.1-5) ... Setting up gir1.2-glib-2.0:amd64 (1.58.3-2) ... Setting up libjs-sphinxdoc (1.8.4-1) ... Setting up libpython2-dev:amd64 (2.7.16-1) ... Setting up python2.7-dev (2.7.16-2) ... Setting up python-gi (3.30.4-1) ... Setting up python2-dev (2.7.16-1) ... Setting up python-secretstorage (2.3.1-2) ... Setting up libpython-dev:amd64 (2.7.16-1) ... Setting up python-configparser (3.5.0b2-1) ... Setting up python-dev (2.7.16-1) ... Setting up libpython-all-dev:amd64 (2.7.16-1) ... Setting up python-entrypoints (0.3-1) ... Setting up python-all-dev (2.7.16-1) ... Setting up python-keyring (17.1.1-1) ... Processing triggers for libc-bin (2.28-10) ... Collecting virtualenv Downloading https://files.pythonhosted.org/packages/f7/69/1ad2d17560c4fc60170056dcd0a568b83f3453a2ac91155af746bcdb9a07/virtualenv-16.7.4-py2.py3-none-any.whl (3.3MB) Installing collected packages: virtualenv Successfully installed virtualenv-16.7.4 Removing intermediate container 414a6c449a19 ---> 7fb1f08c77e7 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 ---> Running in 75908a9fc88e Removing intermediate container 75908a9fc88e ---> 0d4f176a8b42 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0 ---> Running in 10a9d4e0df0b Removing intermediate container 10a9d4e0df0b ---> 738c9de38839 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2 ---> Running in d18a501b6da4 Removing intermediate container d18a501b6da4 ---> 5b3b3ce4fa40 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 ---> Running in 145449649eb9 + echo 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0 + cut -f1 + test 1.9.1 = 1.9.1 + mkdir -p /usr/local/bin/docker-1.9.1/ + curl https://get.docker.com/builds/Linux/x86_64/docker-1.9.1 -o /usr/local/bin/docker-1.9.1/docker  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 69 28.8M 69 19.9M  0 0 57.7M 0 --:--:-- --:--:-- --:--:-- 57.5M 100 28.8M 100 28.8M 0  0 74.8M 0 --:--:-- --:--:-- --:--:-- 74.6M + chmod +x /usr/local/bin/docker-1.9.1/docker + test 1.10.3 = 1.9.1 + test 1.10.3 = 1.10.3 + mkdir -p /usr/local/bin/docker-1.10.3/ + curl https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 -o /usr/local/bin/docker-1.10.3/docker  % Total % Received % Xferd Average Speed Time Time Time Current  Dload Upload Total  Spent Left Speed 0 0 0  0 0 0 0  0 --:--:-- --:--:-- --:--:-- 0 100 33.2M 100 33.2M 0 0 48.0M 0 --:--:-- --:--:-- --:--:-- 48.0M + chmod +x /usr/local/bin/docker-1.10.3/docker + test 1.13.1 = 1.9.1 + test 1.13.1 = 1.10.3 + test 1.13.1 = 1.13.1 + curl https://get.docker.com/builds/Linux/x86_64/docker-1.13.1.tgz -o docker-1.13.1.tgz  % Total    % Received % Xferd  Average Speed   Time   Time   Time Current         Dload  Upload   Total   Spent    Left  Speed  0 0 0 0 0 0  0 0 --:--:-- --:--:-- --:--:--    0 8 26.5M 8 2303k 0 0 9212k 0 0:00:02 --:--:-- 0:00:02 9175k 100 26.5M 100 26.5M 0 0 47.4M 0 --:--:-- --:--:-- --:--:-- 47.3M + tar xzf docker-1.13.1.tgz -C /usr/local/bin/ + mv /usr/local/bin/docker /usr/local/bin/docker-1.13.1 + rm docker-1.13.1.tgz + test 17.03.2 = 1.9.1 + test 17.03.2 = 1.10.3 + test 17.03.2 = 1.13.1 + curl https://download.docker.com/linux/static/stable/x86_64/docker-17.03.2-ce.tgz -o docker-17.03.2.tgz   % Total % Received % Xferd  Average Speed  Time   Time   Time Current               Dload Upload Total Spent   Left Speed  0  0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 79 26.5M 79 21.1M 0  0 22.0M 0 0:00:01 --:--:-- 0:00:01 22.0M 100 26.5M 100 26.5M 0 0 25.2M 0 0:00:01 0:00:01 --:--:-- 25.2M + tar xzf docker-17.03.2.tgz -C /usr/local/bin/ + mv /usr/local/bin/docker /usr/local/bin/docker-17.03.2 + rm docker-17.03.2.tgz + test 17.06.0 = 1.9.1 + test 17.06.0 = 1.10.3 + test 17.06.0 = 1.13.1 + curl https://download.docker.com/linux/static/stable/x86_64/docker-17.06.0-ce.tgz -o docker-17.06.0.tgz  % Total  % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0  0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 28.2M 100 28.2M 0 0 25.6M 0 0:00:01 0:00:01 --:--:-- 25.6M + tar xzf docker-17.06.0.tgz -C /usr/local/bin/ + mv /usr/local/bin/docker /usr/local/bin/docker-17.06.0 + rm docker-17.06.0.tgz Removing intermediate container 145449649eb9 ---> 9bc0aaa0ab42 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker ---> Running in 23c2633013fa Removing intermediate container 23c2633013fa ---> 5b84f272554c Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose ---> Running in 7c845943dad8 Removing intermediate container 7c845943dad8 ---> a652c940ec81 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0 ---> Running in 9836548f57a4 Removing intermediate container 9836548f57a4 ---> 7903b376f051 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 ---> Running in f91437f7cb90 New python executable in /go/src/github.com/docker/libcompose/venv/bin/python Installing setuptools, pip, wheel... done. Cloning into 'venv/compose'... 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 Ignoring pypiwin32: markers 'sys_platform == "win32"' don't match your environment Collecting PyYAML==3.11 (from -r requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/75/5e/b84feba55e20f8da46ead76f14a3943c8cb722d40360702b2365b91dec00/PyYAML-3.11.tar.gz (248kB) Collecting backports.ssl-match-hostname==3.5.0.1 (from -r requirements.txt (line 2)) Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz Collecting cached-property==1.2.0 (from -r requirements.txt (line 3)) Downloading https://files.pythonhosted.org/packages/0c/69/8b0e6e95668e450667535ba6f4f3da232b62fa2c813f64af311a992d2ae1/cached_property-1.2.0-py2.py3-none-any.whl Collecting docker-py==1.10.6 (from -r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/23/c7/1fd6d4d620809fe2f323869d719e2dd0086c939b67021303a9ec40f5a05b/docker_py-1.10.6-py2.py3-none-any.whl (50kB) Collecting dockerpty==0.4.1 (from -r requirements.txt (line 5)) Downloading https://files.pythonhosted.org/packages/8d/ee/e9ecce4c32204a6738e0a5d5883d3413794d7498fe8b06f44becc028d3ba/dockerpty-0.4.1.tar.gz Collecting docopt==0.6.1 (from -r requirements.txt (line 6)) Downloading https://files.pythonhosted.org/packages/ec/6d/8ef19316f3b06c15ac648c857d18f171a65b50319f0a6c782392ad62d942/docopt-0.6.1.tar.gz Collecting enum34==1.0.4 (from -r requirements.txt (line 7)) Downloading https://files.pythonhosted.org/packages/72/c9/3c640a9cd54a731f3c54d97515b06aae6f6d16a5878a632dbfa9ffe5e663/enum34-1.0.4.tar.gz Collecting functools32==3.2.3.post2 (from -r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz Collecting ipaddress==1.0.16 (from -r requirements.txt (line 9)) Downloading https://files.pythonhosted.org/packages/23/6a/813ac29a01e4c33c19c2bded98ac3d4266ebbf0bd2c0eb0020e1c969958d/ipaddress-1.0.16-py27-none-any.whl Collecting jsonschema==2.5.1 (from -r requirements.txt (line 10)) Downloading https://files.pythonhosted.org/packages/bd/cc/5388547ea3504bd8cbf99ba2ae7a3231598f54038e9b228cbd174f8ec6a1/jsonschema-2.5.1-py2.py3-none-any.whl Collecting requests==2.11.1 (from -r requirements.txt (line 12)) Downloading https://files.pythonhosted.org/packages/ea/03/92d3278bf8287c5caa07dbd9ea139027d5a3592b0f4d14abf072f890fab2/requests-2.11.1-py2.py3-none-any.whl (514kB) Collecting six==1.10.0 (from -r requirements.txt (line 13)) Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl Collecting texttable==0.8.4 (from -r requirements.txt (line 14)) Downloading https://files.pythonhosted.org/packages/f5/5e/47cbc50187ca719a39ce4838182c6126487ca62ddd299bc34cafb94260fe/texttable-0.8.4.tar.gz Collecting websocket-client==0.32.0 (from -r requirements.txt (line 15)) Downloading https://files.pythonhosted.org/packages/f4/06/5552e64fee863aa9decbb4e46dccc05fe730a36f49f0d6427398837297da/websocket_client-0.32.0.tar.gz (192kB) Collecting coverage==3.7.1 (from -r requirements-dev.txt (line 1)) Downloading https://files.pythonhosted.org/packages/09/4f/89b06c7fdc09687bca507dc411c342556ef9c5a3b26756137a4878ff19bf/coverage-3.7.1.tar.gz (284kB) Collecting mock>=1.0.1 (from -r requirements-dev.txt (line 2)) Downloading https://files.pythonhosted.org/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl Collecting pytest==2.7.2 (from -r requirements-dev.txt (line 3)) Downloading https://files.pythonhosted.org/packages/35/3e/76e99f39c1cc04e9701d447a5667d9ec45f724ca11b6f5c797492339aef1/pytest-2.7.2-py2.py3-none-any.whl (127kB) Collecting pytest-cov==2.1.0 (from -r requirements-dev.txt (line 4)) Downloading https://files.pythonhosted.org/packages/f2/9b/03b7d51c74d8f7088e37043dcf4f59faed359c56e7d016e2627108072679/pytest_cov-2.1.0-py2.py3-none-any.whl Collecting docker-pycreds>=0.2.1 (from docker-py==1.10.6->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/f5/e8/f6bd1eee09314e7e6dee49cbe2c5e22314ccdb38db16c9fc72d2fa80d054/docker_pycreds-0.4.0-py2.py3-none-any.whl Collecting funcsigs>=1; python_version < "3.3" (from mock>=1.0.1->-r requirements-dev.txt (line 2)) Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl Collecting py>=1.4.29 (from pytest==2.7.2->-r requirements-dev.txt (line 3)) Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB) Building wheels for collected packages: PyYAML, backports.ssl-match-hostname, dockerpty, docopt, enum34, functools32, texttable, websocket-client, coverage Building wheel for PyYAML (setup.py): started Building wheel for PyYAML (setup.py): finished with status 'done' Created wheel for PyYAML: filename=PyYAML-3.11-cp27-cp27mu-linux_x86_64.whl size=43797 sha256=904d2c339a2a794c56dc7aff861bc53fa8e619ddfa166d4b32d528f91fd937be Stored in directory: /root/.cache/pip/wheels/7f/80/f3/ba284da14b9b8528fd957b3a82111f98cbe7310d2913fb514f Building wheel for backports.ssl-match-hostname (setup.py): started Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-cp27-none-any.whl size=5211 sha256=e90c79b6e2519d207a231c3886c4d04c2aa88d9c234c0582c3dd6cec0355df48 Stored in directory: /root/.cache/pip/wheels/99/7e/f7/a88a9bcf7a3bd6b12cf6a74eee8c89746aaa02f71ab7b33939 Building wheel for dockerpty (setup.py): started Building wheel for dockerpty (setup.py): finished with status 'done' Created wheel for dockerpty: filename=dockerpty-0.4.1-cp27-none-any.whl size=16607 sha256=9dcae924e1bbd8acfaafe722a0419aba705c9f70b6b21225bca3a601d2b247cb Stored in directory: /root/.cache/pip/wheels/e5/1e/86/bd0a97a0907c6c654af654d5875d1d4383dd1f575f77cee4aa Building wheel for docopt (setup.py): started Building wheel for docopt (setup.py): finished with status 'done' Created wheel for docopt: filename=docopt-0.6.1-cp27-none-any.whl size=13679 sha256=3fdcd0e09c54fba8e09f00e2923ac6954402ca03b0d77dc90b06eda1417b3c86 Stored in directory: /root/.cache/pip/wheels/68/e2/f6/fc2031ff180f3b7b4250b5ca9aec4e9838b4eb19f958f03add Building wheel for enum34 (setup.py): started Building wheel for enum34 (setup.py): finished with status 'done' Created wheel for enum34: filename=enum34-1.0.4-cp27-none-any.whl size=42883 sha256=30f1815840dd502c0dde5c7f54882b887e6be5863766085babb06d56a8ec1f76 Stored in directory: /root/.cache/pip/wheels/4f/1c/96/680deef28d7811e2fd34e4d127ae24fa0b437a321227eb726e Building wheel for functools32 (setup.py): started Building wheel for functools32 (setup.py): finished with status 'done' Created wheel for functools32: filename=functools32-3.2.3.post2-cp27-none-any.whl size=14557 sha256=adde73015cb7827cccccebd31bb7eda29089f627d65ca9c5c49dc6491ec411ef Stored in directory: /root/.cache/pip/wheels/b5/18/32/77a1030457155606ba5e3ec3a8a57132b1a04b1c4f765177b2 Building wheel for texttable (setup.py): started Building wheel for texttable (setup.py): finished with status 'done' Created wheel for texttable: filename=texttable-0.8.4-cp27-none-any.whl size=9557 sha256=33a3a7c636090526e2d31479f7091e5ea55b554fd6f2d98928f6c535061d9556 Stored in directory: /root/.cache/pip/wheels/02/02/d9/b8c8c56bfdac6225f23aa560ad948f8307df5035ee6edd3359 Building wheel for websocket-client (setup.py): started Building wheel for websocket-client (setup.py): finished with status 'done' Created wheel for websocket-client: filename=websocket_client-0.32.0-cp27-none-any.whl size=195673 sha256=16b2c19c7f39456532d0ae2b31e5c2300c366a27c7c9971b7b2f7b3745170418 Stored in directory: /root/.cache/pip/wheels/d9/b6/8f/a90826a08a3587fce8f5fdfc079cd5f1ddc4603162e8dfee52 Building wheel for coverage (setup.py): started Building wheel for coverage (setup.py): finished with status 'done' Created wheel for coverage: filename=coverage-3.7.1-cp27-cp27mu-linux_x86_64.whl size=128030 sha256=962688d494b06ef45599b813827dda3a61707c427df311c61dda570a15955b4e Stored in directory: /root/.cache/pip/wheels/68/58/66/f1fc9afad272df0df0fa38cdef34ee2d5d8d6a85f4eb5acab5 Successfully built PyYAML backports.ssl-match-hostname dockerpty docopt enum34 functools32 texttable websocket-client coverage 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 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 Removing intermediate container f91437f7cb90 ---> a8f99332c790 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli ---> Running in 1a2924dbb487 Removing intermediate container 1a2924dbb487 ---> 845647c449a2 Step 12/14 : ENV USER root ---> Running in f4fc41a274d6 Removing intermediate container f4fc41a274d6 ---> 36018d5e6133 Step 13/14 : ENTRYPOINT ["hack/dind"] ---> Running in 76e1aaa0e5a2 Removing intermediate container 76e1aaa0e5a2 ---> 1728d07920dd Step 14/14 : COPY . /go/src/github.com/docker/libcompose ---> f3560cc95e6a Successfully built f3560cc95e6a Successfully tagged dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6 [Pipeline] dockerFingerprintFrom [Pipeline] stage Using the ‘stage’ step without a block argument is deprecated Entering stage validate Proceeding [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] sh + make -e validate mkdir bundles docker build -t "dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6" . Sending build context to Docker daemon 6.591MB Step 1/14 : FROM golang:1.12.7 ---> be63d15101cb 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 ---> Using cache ---> 7fb1f08c77e7 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 ---> Using cache ---> 0d4f176a8b42 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0 ---> Using cache ---> 738c9de38839 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2 ---> Using cache ---> 5b3b3ce4fa40 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 ---> Using cache ---> 9bc0aaa0ab42 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker ---> Using cache ---> 5b84f272554c Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose ---> Using cache ---> a652c940ec81 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0 ---> Using cache ---> 7903b376f051 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 ---> Using cache ---> a8f99332c790 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli ---> Using cache ---> 845647c449a2 Step 12/14 : ENV USER root ---> Using cache ---> 36018d5e6133 Step 13/14 : ENTRYPOINT ["hack/dind"] ---> Using cache ---> 1728d07920dd Step 14/14 : COPY . /go/src/github.com/docker/libcompose ---> Using cache ---> f3560cc95e6a Successfully built f3560cc95e6a Successfully tagged dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6 docker run --rm -i --privileged -e DAEMON_VERSION=""default"" -e OS_PLATFORM_ARG -e OS_ARCH_ARG -e DOCKER_TEST_HOST -e TESTDIRS -e TESTFLAGS -e SHOWWARNING -e TESTVERBOSE -v "/home/ubuntu/workspace/libcompose_PR-531/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6" ./hack/make.sh validate-dco validate-git-marks validate-gofmt validate-lint validate-vet ---> Making bundle: validate-dco (in .) Congratulations! All commits are properly signed with the DCO! ---> Making bundle: validate-git-marks (in .) Congratulations! There is no conflict. ---> Making bundle: validate-gofmt (in .) Congratulations! All Go source files are properly formatted. ---> Making bundle: validate-lint (in .) Congratulations! All Go source files have been linted. ---> Making bundle: validate-vet (in .) go: finding github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: finding github.com/modern-go/reflect2 v1.0.1 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 go: finding github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 go: finding github.com/prometheus/client_golang v1.1.0 go: finding github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b go: finding github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 go: finding github.com/docker/go-connections v0.3.0 go: finding gotest.tools v2.2.0+incompatible go: finding github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 go: finding github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 go: finding github.com/gogo/protobuf v1.1.1 go: finding github.com/Microsoft/hcsshim v0.8.6 go: finding github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 go: finding github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 go: finding github.com/json-iterator/go v1.1.7 go: finding github.com/Microsoft/go-winio v0.3.8 go: finding github.com/golang/protobuf v1.3.2 go: finding github.com/beorn7/perks v1.0.1 go: finding github.com/docker/docker-credential-helpers v0.6.3 go: finding github.com/stretchr/testify v1.3.0 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: finding github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76 go: finding github.com/gorilla/context v1.1.1 go: finding github.com/docker/go-units v0.4.0 go: finding github.com/docker/distribution v2.7.1+incompatible go: finding gopkg.in/yaml.v2 v2.2.2 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f go: finding github.com/urfave/cli v1.21.0 go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: finding golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 go: finding github.com/prometheus/common v0.6.0 go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 go: finding github.com/davecgh/go-spew v1.1.1 go: finding github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 go: finding github.com/pmezard/go-difflib v1.0.0 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c go: finding github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a go: finding github.com/prometheus/client_golang v1.0.0 go: finding github.com/sirupsen/logrus v1.2.0 go: finding gopkg.in/yaml.v2 v2.2.1 go: finding github.com/prometheus/procfs v0.0.3 go: finding github.com/BurntSushi/toml v0.3.1 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 go: finding github.com/julienschmidt/httprouter v1.2.0 go: finding github.com/golang/protobuf v1.2.0 go: finding github.com/pkg/errors v0.8.0 go: finding github.com/prometheus/common v0.4.1 go: finding github.com/go-kit/kit v0.8.0 go: finding github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 go: finding github.com/google/gofuzz v1.0.0 go: finding github.com/prometheus/client_golang v0.9.1 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 go: finding github.com/prometheus/procfs v0.0.2 go: finding github.com/davecgh/go-spew v1.1.0 go: finding github.com/stretchr/objx v0.1.1 go: finding github.com/beorn7/perks v1.0.0 go: finding github.com/stretchr/objx v0.1.0 go: finding github.com/golang/protobuf v1.3.1 go: finding github.com/go-stack/stack v1.8.0 go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc go: finding github.com/xeipuuv/gojsonschema v1.1.0 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 go: finding golang.org/x/text v0.3.0 go: finding github.com/google/go-cmp v0.3.0 go: finding github.com/go-logfmt/logfmt v0.4.0 go: finding github.com/go-logfmt/logfmt v0.3.0 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 go: finding github.com/json-iterator/go v1.1.6 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 go: finding github.com/stretchr/testify v1.2.2 go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d go: finding google.golang.org/grpc v1.22.1 go: finding github.com/google/go-cmp v0.2.0 go: finding github.com/golang/mock v1.1.1 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 go: finding golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 go: finding google.golang.org/appengine v1.1.0 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be go: finding github.com/client9/misspell v0.3.4 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a go: finding cloud.google.com/go v0.26.0 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 go: downloading github.com/docker/go-connections v0.3.0 go: downloading github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b go: downloading github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 go: extracting github.com/docker/go-connections v0.3.0 go: downloading github.com/pkg/errors v0.8.0 go: extracting github.com/pkg/errors v0.8.0 go: extracting github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 go: downloading github.com/docker/docker-credential-helpers v0.6.3 go: downloading gotest.tools v2.2.0+incompatible go: extracting github.com/docker/docker-credential-helpers v0.6.3 go: extracting gotest.tools v2.2.0+incompatible go: downloading github.com/google/go-cmp v0.3.0 go: extracting github.com/google/go-cmp v0.3.0 go: extracting github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b go: downloading github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c go: downloading github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 go: downloading github.com/docker/distribution v2.7.1+incompatible go: downloading github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 go: downloading google.golang.org/grpc v1.22.1 go: downloading golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 go: downloading github.com/docker/go-units v0.4.0 go: downloading github.com/sirupsen/logrus v1.2.0 go: extracting github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 go: downloading github.com/gogo/protobuf v1.1.1 go: extracting github.com/docker/go-units v0.4.0 go: downloading github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc go: extracting github.com/sirupsen/logrus v1.2.0 go: extracting github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 go: downloading github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 go: extracting github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b go: extracting github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 go: downloading github.com/gorilla/context v1.1.1 go: extracting github.com/gorilla/context v1.1.1 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c go: extracting github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c go: extracting github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc go: extracting google.golang.org/grpc v1.22.1 go: extracting github.com/docker/distribution v2.7.1+incompatible go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 go: downloading github.com/golang/protobuf v1.3.2 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 go: extracting golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 go: extracting github.com/golang/protobuf v1.3.2 go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 go: extracting github.com/gogo/protobuf v1.1.1 go: extracting google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 Congratulations! All Go source files have been vetted. [Pipeline] } [Pipeline] // timeout [Pipeline] echo chowning workspace [Pipeline] sh + uname -m [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/libcompose_PR-531:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] } [Pipeline] // withEnv [Pipeline] stage Using the ‘stage’ step without a block argument is deprecated Entering stage test Proceeding [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] sh + make -e test docker build -t "dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6" . Sending build context to Docker daemon 6.591MB Step 1/14 : FROM golang:1.12.7 ---> be63d15101cb 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 ---> Using cache ---> 7fb1f08c77e7 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 ---> Using cache ---> 0d4f176a8b42 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0 ---> Using cache ---> 738c9de38839 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2 ---> Using cache ---> 5b3b3ce4fa40 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 ---> Using cache ---> 9bc0aaa0ab42 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker ---> Using cache ---> 5b84f272554c Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose ---> Using cache ---> a652c940ec81 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0 ---> Using cache ---> 7903b376f051 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 ---> Using cache ---> a8f99332c790 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli ---> Using cache ---> 845647c449a2 Step 12/14 : ENV USER root ---> Using cache ---> 36018d5e6133 Step 13/14 : ENTRYPOINT ["hack/dind"] ---> Using cache ---> 1728d07920dd Step 14/14 : COPY . /go/src/github.com/docker/libcompose ---> Using cache ---> f3560cc95e6a Successfully built f3560cc95e6a Successfully tagged dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6 docker run --rm -i --privileged -e DAEMON_VERSION="all" -e OS_PLATFORM_ARG -e OS_ARCH_ARG -e DOCKER_TEST_HOST -e TESTDIRS -e TESTFLAGS -e SHOWWARNING -e TESTVERBOSE -v "/home/ubuntu/workspace/libcompose_PR-531/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6" ./hack/make.sh binary test-unit test-integration test-acceptance ---> Making bundle: binary (in .) go: finding github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b go: finding github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 go: finding github.com/gogo/protobuf v1.1.1 go: finding github.com/modern-go/reflect2 v1.0.1 go: finding github.com/xeipuuv/gojsonschema v1.1.0 go: finding github.com/prometheus/client_golang v1.1.0 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: finding github.com/stretchr/testify v1.3.0 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 go: finding github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 go: finding github.com/Microsoft/hcsshim v0.8.6 go: finding github.com/pmezard/go-difflib v1.0.0 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 go: finding github.com/stretchr/objx v0.1.0 go: finding google.golang.org/grpc v1.22.1 go: finding github.com/urfave/cli v1.21.0 go: finding github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 go: finding github.com/docker/docker-credential-helpers v0.6.3 go: finding github.com/pkg/errors v0.8.0 go: finding github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 go: finding gotest.tools v2.2.0+incompatible go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 go: finding github.com/json-iterator/go v1.1.7 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: finding gopkg.in/yaml.v2 v2.2.2 go: finding github.com/BurntSushi/toml v0.3.1 go: finding google.golang.org/appengine v1.1.0 go: finding github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 go: finding github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 go: finding github.com/docker/go-units v0.4.0 go: finding github.com/davecgh/go-spew v1.1.0 go: finding golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 go: finding github.com/golang/protobuf v1.3.2 go: finding golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a go: finding github.com/google/go-cmp v0.2.0 go: finding github.com/golang/mock v1.1.1 go: finding github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 go: finding github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc go: finding github.com/gorilla/context v1.1.1 go: finding github.com/google/gofuzz v1.0.0 go: finding github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76 go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 go: finding github.com/sirupsen/logrus v1.2.0 go: finding github.com/Microsoft/go-winio v0.3.8 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f go: finding github.com/davecgh/go-spew v1.1.1 go: finding github.com/docker/distribution v2.7.1+incompatible go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a go: finding github.com/stretchr/objx v0.1.1 go: finding github.com/stretchr/testify v1.2.2 go: finding github.com/docker/go-connections v0.3.0 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c go: finding github.com/beorn7/perks v1.0.1 go: finding github.com/prometheus/common v0.6.0 go: finding github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b go: finding github.com/go-logfmt/logfmt v0.4.0 go: finding cloud.google.com/go v0.26.0 go: finding github.com/prometheus/client_golang v1.0.0 go: finding golang.org/x/text v0.3.0 go: finding gopkg.in/yaml.v2 v2.2.1 go: finding github.com/prometheus/procfs v0.0.3 go: finding github.com/golang/protobuf v1.3.1 go: finding github.com/golang/protobuf v1.2.0 go: finding github.com/prometheus/procfs v0.0.2 go: finding github.com/go-kit/kit v0.8.0 go: finding github.com/json-iterator/go v1.1.6 go: finding github.com/julienschmidt/httprouter v1.2.0 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 go: finding github.com/beorn7/perks v1.0.0 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 go: finding github.com/client9/misspell v0.3.4 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd go: finding github.com/prometheus/common v0.4.1 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 go: finding github.com/google/go-cmp v0.3.0 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 go: finding github.com/prometheus/client_golang v0.9.1 go: finding github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc go: finding github.com/go-stack/stack v1.8.0 go: finding github.com/go-logfmt/logfmt v0.3.0 go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 go: downloading github.com/urfave/cli v1.21.0 go: downloading github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 go: downloading gopkg.in/yaml.v2 v2.2.2 go: downloading github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b go: downloading github.com/docker/go-connections v0.3.0 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 go: downloading github.com/xeipuuv/gojsonschema v1.1.0 go: extracting github.com/docker/go-connections v0.3.0 go: extracting github.com/urfave/cli v1.21.0 go: extracting github.com/xeipuuv/gojsonschema v1.1.0 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/docker/go-units v0.4.0 go: extracting gopkg.in/yaml.v2 v2.2.2 go: extracting github.com/docker/go-units v0.4.0 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 go: extracting github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 go: downloading github.com/docker/distribution v2.7.1+incompatible go: extracting github.com/docker/distribution v2.7.1+incompatible go: extracting github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b go: downloading github.com/sirupsen/logrus v1.2.0 go: extracting github.com/sirupsen/logrus v1.2.0 go: downloading golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 go: downloading github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c go: downloading github.com/pkg/errors v0.8.0 go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f go: downloading github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 go: downloading github.com/gogo/protobuf v1.1.1 go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 go: downloading google.golang.org/grpc v1.22.1 go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f go: extracting github.com/pkg/errors v0.8.0 go: downloading github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc go: extracting github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 go: downloading github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 go: extracting github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 go: extracting github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 go: downloading github.com/docker/docker-credential-helpers v0.6.3 go: extracting github.com/docker/docker-credential-helpers v0.6.3 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c go: extracting github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c go: downloading github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 go: extracting github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 go: extracting github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c go: extracting github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc go: downloading github.com/prometheus/client_golang v1.1.0 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 go: downloading github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b go: extracting github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b go: downloading github.com/gorilla/context v1.1.1 go: extracting github.com/gorilla/context v1.1.1 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 go: extracting github.com/prometheus/client_golang v1.1.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.0.3 go: downloading github.com/prometheus/common v0.6.0 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 go: extracting github.com/beorn7/perks v1.0.1 go: extracting github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 go: downloading github.com/golang/protobuf v1.3.2 go: extracting github.com/prometheus/common v0.6.0 go: extracting github.com/prometheus/procfs v0.0.3 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1 go: extracting google.golang.org/grpc v1.22.1 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 go: extracting golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 go: extracting github.com/golang/protobuf v1.3.2 go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 go: extracting github.com/gogo/protobuf v1.1.1 go: extracting google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 ---> Making bundle: test-unit (in .) + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/cli/docker/app ok github.com/docker/libcompose/cli/docker/app 1.123s coverage: 88.2% of statements + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/config go: downloading github.com/stretchr/testify v1.3.0 go: extracting github.com/stretchr/testify v1.3.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: extracting github.com/pmezard/go-difflib v1.0.0 go: extracting github.com/davecgh/go-spew v1.1.1 ok github.com/docker/libcompose/config 1.528s coverage: 66.0% of statements + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/builder ok github.com/docker/libcompose/docker/builder 1.040s coverage: 89.0% of statements + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/client ok github.com/docker/libcompose/docker/client 1.259s coverage: 97.7% of statements + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/network ok github.com/docker/libcompose/docker/network 1.027s coverage: 90.9% of statements + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/service ok github.com/docker/libcompose/docker/service 1.035s coverage: 15.9% of statements + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/volume ok github.com/docker/libcompose/docker/volume 1.026s coverage: 23.5% of statements + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/labels ok github.com/docker/libcompose/labels 1.007s coverage: 16.0% of statements + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/lookup ok github.com/docker/libcompose/lookup 1.016s coverage: 91.9% of statements + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project ok github.com/docker/libcompose/project 1.076s coverage: 31.9% of statements + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project/events ok github.com/docker/libcompose/project/events 1.006s coverage: 10.2% of statements + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project/options ok github.com/docker/libcompose/project/options 1.006s coverage: 100.0% of statements + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/utils ok github.com/docker/libcompose/utils 1.011s coverage: 41.3% of statements + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/version ok github.com/docker/libcompose/version 1.006s coverage: 0.0% of statements [no tests to run] + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/yaml ok github.com/docker/libcompose/yaml 1.022s coverage: 72.1% of statements Run non-race test (if any) + go test -cover -coverprofile=cover.out github.com/docker/libcompose/utils ok github.com/docker/libcompose/utils 0.003s coverage: 56.0% of statements Test success ---> Making bundle: test-integration (in .) Running integration test against 1.9.1 ---> Making bundle: .integration-daemon-start (in .) +++ 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 Client: Version: 1.9.1 API version: 1.21 Go version: go1.4.3 Git commit: a34a1d5 Built: Fri Nov 20 17:56:04 UTC 2015 OS/Arch: linux/amd64 Server: Version: 1.9.1 API version: 1.21 Go version: go1.4.3 Git commit: a34a1d5 Built: Fri Nov 20 17:56:04 UTC 2015 OS/Arch: linux/amd64 go: downloading gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 go: downloading github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76 go: extracting github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76 go: extracting gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 SKIP: api_event_test.go:16: APISuite.TestEvents (Not(Test requires the daemon version to be 1.9)) time="2019-08-28T01:40:34Z" level=info msg="[0/1] [service]: Starting " Pulling service (busybox)... latest: Pulling from library/busybox ecf7dd1833d3: Pulling fs layer 839136952431: Pulling fs layer 839136952431: Verifying Checksum 839136952431: Download complete ecf7dd1833d3: Verifying Checksum ecf7dd1833d3: Download complete ecf7dd1833d3: Pull complete 839136952431: Pull complete Digest: sha256:bb84a4a069de8e6b9f1a39fecb503ce2cb8b8b68c998b997948a5b96e8b0d119 Status: Downloaded newer image for busybox:latest time="2019-08-28T01:40:35Z" level=info msg="[1/1] [service]: Started " PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile 0.883s PASS: build_test.go:13: CliSuite.TestBuild 0.502s PASS: build_test.go:85: CliSuite.TestBuildWithArgs 0.905s PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1 0.142s PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2 0.559s PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3 0.497s time="2019-08-28T01:40:38Z" level=info msg="Running create [--verbose -p testprojecthadkari -f - create]" PASS: create_test.go:58: CliSuite.TestContainerName 0.120s time="2019-08-28T01:40:38Z" level=info msg="Running create [--verbose -p testprojectsulzoml -f - create]" time="2019-08-28T01:40:38Z" level=info msg="Running scale [--verbose -p testprojectsulzoml -f - scale hello=2]" PASS: create_test.go:72: CliSuite.TestContainerNameWithScale 0.130s PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir 0.419s time="2019-08-28T01:40:38Z" level=info msg="Running create [--verbose -p testprojectjedydiu -f - create]" PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir 0.078s time="2019-08-28T01:40:39Z" level=info msg="[0/3] [simple]: Creating " time="2019-08-28T01:40:39Z" level=info msg="[0/3] [yetanother]: Creating " time="2019-08-28T01:40:39Z" level=info msg="[0/3] [another]: Creating " time="2019-08-28T01:40:39Z" level=info msg="[0/3] [yetanother]: Created " time="2019-08-28T01:40:39Z" level=info msg="[0/3] [another]: Created " time="2019-08-28T01:40:39Z" level=info msg="[0/3] [simple]: Created " PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles 0.303s time="2019-08-28T01:40:39Z" level=info msg="Running up [--verbose -p testprojecttzcwono -f - up -d]" time="2019-08-28T01:40:39Z" level=info msg="Running stop [--verbose -p testprojecttzcwono -f - stop --timeout 0]" time="2019-08-28T01:40:50Z" level=info msg="Running rm [--verbose -p testprojecttzcwono -f - rm --force]" PASS: rm_test.go:9: CliSuite.TestDelete 10.665s time="2019-08-28T01:40:50Z" level=info msg="Running up [--verbose -p testprojecttszlezd -f - up -d]" time="2019-08-28T01:40:50Z" level=info msg="Running stop [--verbose -p testprojecttszlezd -f - stop bye --timeout 0]" time="2019-08-28T01:41:01Z" level=info msg="Running rm [--verbose -p testprojecttszlezd -f - rm --force]" PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped 11.055s time="2019-08-28T01:41:01Z" level=info msg="Running up [--verbose -p testprojectqchycgc -f - up -d]" time="2019-08-28T01:41:01Z" level=info msg="Running stop [--verbose -p testprojectqchycgc -f - stop --timeout 0]" time="2019-08-28T01:41:11Z" level=info msg="Running rm [--verbose -p testprojectqchycgc -f - rm --force -v]" PASS: rm_test.go:65: CliSuite.TestDeleteWithVol 10.639s time="2019-08-28T01:41:11Z" level=info msg="Running up [--verbose -p testprojecthleqawv -f - up -d]" time="2019-08-28T01:41:12Z" level=info msg="Running down [--verbose -p testprojecthleqawv -f - down]" PASS: down_test.go:9: CliSuite.TestDown 10.610s time="2019-08-28T01:41:22Z" level=info msg="Running up [--verbose -p testprojectaeolnbi -f - up -d]" time="2019-08-28T01:41:23Z" level=info msg="Running scale [--verbose -p testprojectaeolnbi -f - scale hello=2]" time="2019-08-28T01:41:23Z" level=info msg="Running down [--verbose -p testprojectaeolnbi -f - down]" PASS: down_test.go:24: CliSuite.TestDownMultiple 11.138s time="2019-08-28T01:41:33Z" level=info msg="Running create [--verbose -p testprojectauhjaau -f - create]" PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint 0.122s time="2019-08-28T01:41:33Z" level=info msg="Running create [--verbose -p testprojectyfovhfa -f - create]" time="2019-08-28T01:41:33Z" level=info msg="Running create [--verbose -p testprojectnlvywix -f - create]" PASS: create_test.go:146: CliSuite.TestFieldTypeConversions 0.156s time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectmismefm -f - create]" PASS: create_test.go:14: CliSuite.TestFields 0.080s time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectovdovzz -f - create]" PASS: create_test.go:45: CliSuite.TestHelloWorld 0.076s time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectpcizbzb -f - create]" time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectzavtjgy -f - create]" PASS: create_test.go:86: CliSuite.TestInterpolation 0.164s time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectsydtixz -f - create]" time="2019-08-28T01:41:34Z" level=info msg="Running create [--verbose -p testprojectzwsjfmf -f - create]" PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends 0.152s time="2019-08-28T01:41:34Z" level=info msg="Running up [--verbose -p testprojectkblaqcq -f - up -d]" time="2019-08-28T01:41:34Z" level=info msg="Running kill [--verbose -p testprojectkblaqcq -f - kill]" PASS: kill_test.go:9: CliSuite.TestKill 0.646s time="2019-08-28T01:41:35Z" level=info msg="Running up [--verbose -p testprojectrzlqmmn -f - up -d]" PASS: up_test.go:260: CliSuite.TestLink 0.835s time="2019-08-28T01:41:36Z" level=info msg="[0/4] [yetanother]: Creating " time="2019-08-28T01:41:36Z" level=info msg="[0/4] [simple]: Creating " time="2019-08-28T01:41:36Z" level=info msg="[0/4] [multiple]: Creating " time="2019-08-28T01:41:36Z" level=info msg="[0/4] [another]: Creating " time="2019-08-28T01:41:36Z" level=info msg="[0/4] [multiple]: Created " time="2019-08-28T01:41:36Z" level=info msg="[0/4] [yetanother]: Created " time="2019-08-28T01:41:36Z" level=info msg="[0/4] [another]: Created " time="2019-08-28T01:41:36Z" level=info msg="[0/4] [simple]: Created " PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo 0.384s time="2019-08-28T01:41:36Z" level=info msg="[0/4] [another]: Creating " time="2019-08-28T01:41:36Z" level=info msg="[0/4] [yetanother]: Creating " time="2019-08-28T01:41:36Z" level=info msg="[0/4] [multiple]: Creating " time="2019-08-28T01:41:36Z" level=info msg="[0/4] [simple]: Creating " time="2019-08-28T01:41:37Z" level=info msg="[0/4] [multiple]: Created " time="2019-08-28T01:41:37Z" level=info msg="[0/4] [simple]: Created " time="2019-08-28T01:41:37Z" level=info msg="[0/4] [yetanother]: Created " time="2019-08-28T01:41:37Z" level=info msg="[0/4] [another]: Created " PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne 0.362s time="2019-08-28T01:41:37Z" level=info msg="Running up [--verbose -p testprojectcfnijje -f - up -d]" PASS: volume_test.go:62: CliSuite.TestNamedVolume 0.411s time="2019-08-28T01:41:37Z" level=info msg="Running up [--verbose -p testprojectjidktkf -f - up -d]" time="2019-08-28T01:41:38Z" level=info msg="Running pause [--verbose -p testprojectjidktkf -f - pause]" PASS: pause_unpause_test.go:9: CliSuite.TestPause 0.451s time="2019-08-28T01:41:38Z" level=info msg="Running up [--verbose -p testprojectwcajgwr -f - up -d]" time="2019-08-28T01:41:38Z" level=info msg="Running pause [--verbose -p testprojectwcajgwr -f - pause]" time="2019-08-28T01:41:38Z" level=info msg="Running pause [--verbose -p testprojectwcajgwr -f - pause]" PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService 0.451s time="2019-08-28T01:41:39Z" level=info msg="Running up [--verbose -p testprojectdwmwpgv -f - up -d]" time="2019-08-28T01:41:39Z" level=info msg="Running ps [--verbose -p testprojectdwmwpgv -f - ps]" PASS: ps_test.go:10: CliSuite.TestPs 0.428s time="2019-08-28T01:41:39Z" level=info msg="Running up [--verbose -p testprojectigugplt -f - up -d]" time="2019-08-28T01:41:40Z" level=info msg="Running ps [--verbose -p testprojectigugplt -f - ps -q]" PASS: ps_test.go:22: CliSuite.TestPsQuiet 0.466s time="2019-08-28T01:41:40Z" level=info msg="Running pull [--verbose -p testprojectoframof -f - pull]" PASS: pull_test.go:7: CliSuite.TestPull 0.143s time="2019-08-28T01:41:40Z" level=info msg="Running up [--verbose -p testprojectcjunyuz -f - up -d]" time="2019-08-28T01:41:41Z" level=info msg="Running up [--verbose -p testprojectcjunyuz -f - up -d]" time="2019-08-28T01:41:41Z" level=info msg="Running up [--verbose -p testprojectcjunyuz -f - up -d]" time="2019-08-28T01:41:41Z" level=info msg="Running up [--verbose -p testprojectcjunyuz -f - up -d]" time="2019-08-28T01:41:42Z" level=info msg="Running up [--verbose -p testprojectcjunyuz -f - up -d]" time="2019-08-28T01:41:42Z" level=info msg="Running up [--verbose -p testprojectcjunyuz -f - up --force-recreate -d]" time="2019-08-28T01:41:43Z" level=info msg="Running up [--verbose -p testprojectcjunyuz -f - up --force-recreate -d]" PASS: up_test.go:105: CliSuite.TestRecreate 3.211s time="2019-08-28T01:41:44Z" level=info msg="Running up [--verbose -p testprojecteotzuma -f - up -d]" time="2019-08-28T01:41:44Z" level=info msg="Running up [--verbose -p testprojecteotzuma -f - up --force-recreate -d]" PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate 1.150s time="2019-08-28T01:41:45Z" level=info msg="Running up [--verbose -p testprojectwyexqyx -f - up -d]" time="2019-08-28T01:41:46Z" level=info msg="Running up [--verbose -p testprojectwyexqyx -f - up --no-recreate -d]" time="2019-08-28T01:41:46Z" level=info msg="Running up [--verbose -p testprojectwyexqyx -f - up --no-recreate -d]" time="2019-08-28T01:41:46Z" level=info msg="Running up [--verbose -p testprojectwyexqyx -f - up -d]" time="2019-08-28T01:41:47Z" level=info msg="Running rm [--verbose -p testprojectwyexqyx -f - rm -f]" PASS: up_test.go:207: CliSuite.TestRecreateImageChanging 1.664s time="2019-08-28T01:41:47Z" level=info msg="Running up [--verbose -p testprojecthvlyxvr -f - up -d]" time="2019-08-28T01:41:47Z" level=info msg="Running up [--verbose -p testprojecthvlyxvr -f - up --no-recreate -d]" PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate 0.467s time="2019-08-28T01:41:47Z" level=info msg="Running up [--verbose -p testprojecthpsdvwj -f - up -d]" time="2019-08-28T01:41:48Z" level=info msg="Running up [--verbose -p testprojecthpsdvwj -f - up --force-recreate -d]" PASS: up_test.go:53: CliSuite.TestRecreateVols 1.173s time="2019-08-28T01:41:49Z" level=info msg="Running up [--verbose -p testprojectnfuesec -f - up -d]" PASS: volume_test.go:43: CliSuite.TestRelativeVolume 0.412s time="2019-08-28T01:41:49Z" level=info msg="Running up [--verbose -p testprojectoqxxfyk -f - up -d]" time="2019-08-28T01:41:50Z" level=info msg="Running restart [--verbose -p testprojectoqxxfyk -f - restart --timeout 0]" PASS: restart_test.go:9: CliSuite.TestRestart 10.997s PASS: run_test.go:19: CliSuite.TestRun 0.598s time="2019-08-28T01:42:01Z" level=info msg="Running up [--verbose -p testprojectujbmymw -f - up -d]" time="2019-08-28T01:42:02Z" level=info msg="Running scale [--verbose -p testprojectujbmymw -f - scale hello=2]" time="2019-08-28T01:42:02Z" level=info msg="Running scale [--verbose -p testprojectujbmymw -f - scale --timeout 0 hello=1]" PASS: scale_test.go:10: CliSuite.TestScale 11.062s time="2019-08-28T01:42:12Z" level=info msg="Running up [--verbose -p testprojectzvtfybx -f - up -d]" time="2019-08-28T01:42:13Z" level=info msg="Running scale [--verbose -p testprojectzvtfybx -f - scale test=2]" PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning 1.077s time="2019-08-28T01:42:14Z" level=info msg="Running create [--verbose -p testprojectdirshan -f - create]" time="2019-08-28T01:42:14Z" level=info msg="Running start [--verbose -p testprojectdirshan -f - start]" PASS: start_test.go:9: CliSuite.TestStart 0.425s time="2019-08-28T01:42:14Z" level=info msg="Running up [--verbose -p testprojectkvtcywb -f - up -d]" time="2019-08-28T01:42:15Z" level=info msg="Running stop [--verbose -p testprojectkvtcywb -f - stop --timeout 0]" PASS: stop_test.go:9: CliSuite.TestStop 10.636s time="2019-08-28T01:42:25Z" level=info msg="Running up [--verbose -p testprojectqlhydru -f - up -d]" time="2019-08-28T01:42:26Z" level=info msg="Running pause [--verbose -p testprojectqlhydru -f - pause]" time="2019-08-28T01:42:26Z" level=info msg="Running unpause [--verbose -p testprojectqlhydru -f - unpause]" PASS: pause_unpause_test.go:51: CliSuite.TestUnpause 0.473s time="2019-08-28T01:42:26Z" level=info msg="Running up [--verbose -p testprojectvykkkrh -f - up -d]" time="2019-08-28T01:42:26Z" level=info msg="Running unpause [--verbose -p testprojectvykkkrh -f - unpause]" PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService 0.428s time="2019-08-28T01:42:26Z" level=info msg="Running up [--verbose -p testprojectjxrqnxj -f - up -d]" PASS: up_test.go:15: CliSuite.TestUp 0.437s time="2019-08-28T01:42:27Z" level=info msg="Running up [--verbose -p testprojectykzpwhj -f - up -d]" time="2019-08-28T01:42:28Z" level=info msg="Running up [--verbose -p testprojectykzpwhj -f - up --no-recreate -d]" PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted 0.434s PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent 0.011s PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent 0.603s time="2019-08-28T01:42:29Z" level=info msg="Running up [--verbose -p testprojectevyubqi -f - up -d]" PASS: up_test.go:25: CliSuite.TestUpNotExistService 0.458s SKIP: volume_test.go:79: CliSuite.TestV2Volume (Not(Test requires the daemon version to be 1.9)) time="2019-08-28T01:42:29Z" level=info msg="Running create [--verbose -p testprojectmyohqcv -f - create]" time="2019-08-28T01:42:29Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectmyohqcv -f - create]\n with input:\n\n test:\n image: busybox\n ports: invalid_type\n\t" time="2019-08-28T01:42:29Z" level=info msg="Running create [--verbose -p testprojectiqoipmw -f - create]" time="2019-08-28T01:42:29Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectiqoipmw -f - create]\n with input:\n\n test:\n image: busybox\n build: .\n\t" time="2019-08-28T01:42:29Z" level=info msg="Running create [--verbose -p testprojectjuedptr -f - create]" time="2019-08-28T01:42:29Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectjuedptr -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 " PASS: create_test.go:262: CliSuite.TestValidation 0.024s time="2019-08-28T01:42:29Z" level=info msg="Running create [--verbose -p testprojectmnjicmf -f - create]" time="2019-08-28T01:42:29Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectmnjicmf -f - create]\n with input:\n\nversion: '2'\nservices:\n test:\n image: busybox\n ports: invalid_type\n\t" time="2019-08-28T01:42:29Z" level=info msg="Running create [--verbose -p testprojectwivcdvt -f - create]" time="2019-08-28T01:42:29Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectwivcdvt -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 " PASS: create_test.go:297: CliSuite.TestValidationV2 0.016s time="2019-08-28T01:42:29Z" level=info msg="Running create [--verbose -p testprojectxanjqdq -f - create]" time="2019-08-28T01:42:29Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectxanjqdq -f - create]\n with input:\n\n base:\n image: busybox\n privilege: \"something\"\n test:\n extends:\n service: base\n\t" time="2019-08-28T01:42:29Z" level=info msg="Running create [--verbose -p testprojectlekezko -f - create]" time="2019-08-28T01:42:29Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectlekezko -f - create]\n with input:\n\n base:\n image: busybox\n test:\n extends:\n service: base\n links: invalid_type\n\t" time="2019-08-28T01:42:29Z" level=info msg="Running create [--verbose -p testprojectehdyagk -f - create]" time="2019-08-28T01:42:29Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectehdyagk -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" time="2019-08-28T01:42:29Z" level=info msg="Running create [--verbose -p testprojecttjlnanl -f - create]" time="2019-08-28T01:42:29Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecttjlnanl -f - create]\n with input:\n\n test:\n extends:\n file: ./assets/validation/invalid/docker-compose.v1.yml\n service: base\n\t" PASS: create_test.go:327: CliSuite.TestValidationWithExtends 0.027s time="2019-08-28T01:42:29Z" level=info msg="Running create [--verbose -p testprojectblxbnxv -f - create]" time="2019-08-28T01:42:29Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectblxbnxv -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" time="2019-08-28T01:42:29Z" level=info msg="Running create [--verbose -p testprojectrfoezuz -f - create]" time="2019-08-28T01:42:29Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrfoezuz -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" time="2019-08-28T01:42:29Z" level=info msg="Running create [--verbose -p testprojectcfmjxqf -f - create]" time="2019-08-28T01:42:29Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectcfmjxqf -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" time="2019-08-28T01:42:29Z" level=info msg="Running create [--verbose -p testprojectkehsnwe -f - create]" time="2019-08-28T01:42:29Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectkehsnwe -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" PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2 0.029s PASS: volume_test.go:11: CliSuite.TestVolumeFromService 0.229s PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName 0.242s OK: 57 passed, 2 skipped PASS coverage: 38.9% of statements ok github.com/docker/libcompose/integration 115.615s ---> Making bundle: .integration-daemon-stop (in .) ++++ cat ./docker.pid +++ kill 6627 Running integration test against 1.10.3 ---> Making bundle: .integration-daemon-start (in .) +++ 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 Client: Version: 1.10.3 API version: 1.22 Go version: go1.5.3 Git commit: 20f81dd Built: Thu Mar 10 21:49:11 2016 OS/Arch: linux/amd64 Server: Version: 1.10.3 API version: 1.22 Go version: go1.5.3 Git commit: 20f81dd Built: Thu Mar 10 21:49:11 2016 OS/Arch: linux/amd64 time="2019-08-28T01:42:33Z" level=info msg="[0/2] [simple]: Starting " time="2019-08-28T01:42:33Z" level=info msg="[0/2] [another]: Starting " Pulling simple (busybox:latest)... Pulling another (busybox:latest)... latest: Pulling from library/busybox latest: Pulling from library/busybox ee153a04d683: Pulling fs layer ee153a04d683: Pulling fs layer ee153a04d683: Verifying Checksum ee153a04d683: Verifying Checksum ee153a04d683: Download complete ee153a04d683: Pull complete ee153a04d683: Pull complete ee153a04d683: Pull complete ee153a04d683: Pull complete Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 Status: Image is up to date for busybox:latest Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 Status: Downloaded newer image for busybox:latest time="2019-08-28T01:42:34Z" level=info msg="[1/2] [simple]: Started " time="2019-08-28T01:42:34Z" level=info msg="[2/2] [another]: Started " PASS: api_event_test.go:16: APISuite.TestEvents 1.407s time="2019-08-28T01:42:34Z" level=info msg="[0/1] [service]: Starting " time="2019-08-28T01:42:35Z" level=info msg="[1/1] [service]: Started " PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile 0.446s PASS: build_test.go:13: CliSuite.TestBuild 0.542s PASS: build_test.go:85: CliSuite.TestBuildWithArgs 0.967s PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1 0.150s PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2 0.595s PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3 0.536s time="2019-08-28T01:42:38Z" level=info msg="Running create [--verbose -p testprojectjhdsqhu -f - create]" PASS: create_test.go:58: CliSuite.TestContainerName 0.121s time="2019-08-28T01:42:38Z" level=info msg="Running create [--verbose -p testprojectuvfcwgg -f - create]" time="2019-08-28T01:42:38Z" level=info msg="Running scale [--verbose -p testprojectuvfcwgg -f - scale hello=2]" PASS: create_test.go:72: CliSuite.TestContainerNameWithScale 0.132s PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir 0.377s time="2019-08-28T01:42:39Z" level=info msg="Running create [--verbose -p testprojectdjzpnwd -f - create]" PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir 0.088s time="2019-08-28T01:42:39Z" level=info msg="[0/3] [yetanother]: Creating " time="2019-08-28T01:42:39Z" level=info msg="[0/3] [another]: Creating " time="2019-08-28T01:42:39Z" level=info msg="[0/3] [simple]: Creating " time="2019-08-28T01:42:39Z" level=info msg="[0/3] [simple]: Created " time="2019-08-28T01:42:39Z" level=info msg="[0/3] [another]: Created " time="2019-08-28T01:42:39Z" level=info msg="[0/3] [yetanother]: Created " PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles 0.343s time="2019-08-28T01:42:39Z" level=info msg="Running up [--verbose -p testprojectubeaqhz -f - up -d]" time="2019-08-28T01:42:40Z" level=info msg="Running stop [--verbose -p testprojectubeaqhz -f - stop --timeout 0]" time="2019-08-28T01:42:50Z" level=info msg="Running rm [--verbose -p testprojectubeaqhz -f - rm --force]" PASS: rm_test.go:9: CliSuite.TestDelete 10.628s time="2019-08-28T01:42:50Z" level=info msg="Running up [--verbose -p testprojectztzglmb -f - up -d]" time="2019-08-28T01:42:50Z" level=info msg="Running stop [--verbose -p testprojectztzglmb -f - stop bye --timeout 0]" time="2019-08-28T01:43:01Z" level=info msg="Running rm [--verbose -p testprojectztzglmb -f - rm --force]" PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped 10.958s time="2019-08-28T01:43:01Z" level=info msg="Running up [--verbose -p testprojectcnnasqz -f - up -d]" time="2019-08-28T01:43:01Z" level=info msg="Running stop [--verbose -p testprojectcnnasqz -f - stop --timeout 0]" time="2019-08-28T01:43:11Z" level=info msg="Running rm [--verbose -p testprojectcnnasqz -f - rm --force -v]" PASS: rm_test.go:65: CliSuite.TestDeleteWithVol 10.643s time="2019-08-28T01:43:11Z" level=info msg="Running up [--verbose -p testprojectpfhbhzr -f - up -d]" time="2019-08-28T01:43:12Z" level=info msg="Running down [--verbose -p testprojectpfhbhzr -f - down]" PASS: down_test.go:9: CliSuite.TestDown 10.631s time="2019-08-28T01:43:22Z" level=info msg="Running up [--verbose -p testprojectqshqghk -f - up -d]" time="2019-08-28T01:43:23Z" level=info msg="Running scale [--verbose -p testprojectqshqghk -f - scale hello=2]" time="2019-08-28T01:43:23Z" level=info msg="Running down [--verbose -p testprojectqshqghk -f - down]" PASS: down_test.go:24: CliSuite.TestDownMultiple 11.117s time="2019-08-28T01:43:33Z" level=info msg="Running create [--verbose -p testprojectxqirfmp -f - create]" PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint 0.122s time="2019-08-28T01:43:33Z" level=info msg="Running create [--verbose -p testprojectkqtxgwu -f - create]" time="2019-08-28T01:43:33Z" level=info msg="Running create [--verbose -p testprojectoztipar -f - create]" PASS: create_test.go:146: CliSuite.TestFieldTypeConversions 0.162s time="2019-08-28T01:43:34Z" level=info msg="Running create [--verbose -p testprojectdmlsrei -f - create]" PASS: create_test.go:14: CliSuite.TestFields 0.076s time="2019-08-28T01:43:34Z" level=info msg="Running create [--verbose -p testprojectqxiibgd -f - create]" PASS: create_test.go:45: CliSuite.TestHelloWorld 0.075s time="2019-08-28T01:43:34Z" level=info msg="Running create [--verbose -p testprojectmfizkzy -f - create]" time="2019-08-28T01:43:34Z" level=info msg="Running create [--verbose -p testprojectoatsrsi -f - create]" PASS: create_test.go:86: CliSuite.TestInterpolation 0.155s time="2019-08-28T01:43:34Z" level=info msg="Running create [--verbose -p testprojectvsjlmva -f - create]" time="2019-08-28T01:43:34Z" level=info msg="Running create [--verbose -p testprojectninocwl -f - create]" PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends 0.170s time="2019-08-28T01:43:34Z" level=info msg="Running up [--verbose -p testprojectgudqzjd -f - up -d]" time="2019-08-28T01:43:34Z" level=info msg="Running kill [--verbose -p testprojectgudqzjd -f - kill]" PASS: kill_test.go:9: CliSuite.TestKill 0.623s time="2019-08-28T01:43:35Z" level=info msg="Running up [--verbose -p testprojectjbyokyw -f - up -d]" PASS: up_test.go:260: CliSuite.TestLink 0.853s time="2019-08-28T01:43:36Z" level=info msg="[0/4] [multiple]: Creating " time="2019-08-28T01:43:36Z" level=info msg="[0/4] [yetanother]: Creating " time="2019-08-28T01:43:36Z" level=info msg="[0/4] [simple]: Creating " time="2019-08-28T01:43:36Z" level=info msg="[0/4] [another]: Creating " time="2019-08-28T01:43:36Z" level=info msg="[0/4] [another]: Created " time="2019-08-28T01:43:36Z" level=info msg="[0/4] [multiple]: Created " time="2019-08-28T01:43:36Z" level=info msg="[0/4] [yetanother]: Created " time="2019-08-28T01:43:36Z" level=info msg="[0/4] [simple]: Created " PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo 0.466s time="2019-08-28T01:43:36Z" level=info msg="[0/4] [simple]: Creating " time="2019-08-28T01:43:36Z" level=info msg="[0/4] [multiple]: Creating " time="2019-08-28T01:43:36Z" level=info msg="[0/4] [another]: Creating " time="2019-08-28T01:43:36Z" level=info msg="[0/4] [yetanother]: Creating " time="2019-08-28T01:43:36Z" level=info msg="[0/4] [yetanother]: Created " time="2019-08-28T01:43:37Z" level=info msg="[0/4] [simple]: Created " time="2019-08-28T01:43:37Z" level=info msg="[0/4] [another]: Created " time="2019-08-28T01:43:37Z" level=info msg="[0/4] [multiple]: Created " PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne 0.439s time="2019-08-28T01:43:37Z" level=info msg="Running up [--verbose -p testprojectchmofzj -f - up -d]" PASS: volume_test.go:62: CliSuite.TestNamedVolume 0.435s time="2019-08-28T01:43:37Z" level=info msg="Running up [--verbose -p testprojectuidetfi -f - up -d]" time="2019-08-28T01:43:38Z" level=info msg="Running pause [--verbose -p testprojectuidetfi -f - pause]" PASS: pause_unpause_test.go:9: CliSuite.TestPause 0.427s time="2019-08-28T01:43:38Z" level=info msg="Running up [--verbose -p testprojectdyiskdf -f - up -d]" time="2019-08-28T01:43:38Z" level=info msg="Running pause [--verbose -p testprojectdyiskdf -f - pause]" time="2019-08-28T01:43:39Z" level=info msg="Running pause [--verbose -p testprojectdyiskdf -f - pause]" PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService 0.441s time="2019-08-28T01:43:39Z" level=info msg="Running up [--verbose -p testprojectmmhjnmq -f - up -d]" time="2019-08-28T01:43:39Z" level=info msg="Running ps [--verbose -p testprojectmmhjnmq -f - ps]" PASS: ps_test.go:10: CliSuite.TestPs 0.432s time="2019-08-28T01:43:39Z" level=info msg="Running up [--verbose -p testprojectfxodvoi -f - up -d]" time="2019-08-28T01:43:40Z" level=info msg="Running ps [--verbose -p testprojectfxodvoi -f - ps -q]" PASS: ps_test.go:22: CliSuite.TestPsQuiet 0.453s time="2019-08-28T01:43:40Z" level=info msg="Running pull [--verbose -p testprojectmiayiqy -f - pull]" PASS: pull_test.go:7: CliSuite.TestPull 0.161s time="2019-08-28T01:43:40Z" level=info msg="Running up [--verbose -p testprojectmwqyuhc -f - up -d]" time="2019-08-28T01:43:41Z" level=info msg="Running up [--verbose -p testprojectmwqyuhc -f - up -d]" time="2019-08-28T01:43:41Z" level=info msg="Running up [--verbose -p testprojectmwqyuhc -f - up -d]" time="2019-08-28T01:43:41Z" level=info msg="Running up [--verbose -p testprojectmwqyuhc -f - up -d]" time="2019-08-28T01:43:42Z" level=info msg="Running up [--verbose -p testprojectmwqyuhc -f - up -d]" time="2019-08-28T01:43:42Z" level=info msg="Running up [--verbose -p testprojectmwqyuhc -f - up --force-recreate -d]" time="2019-08-28T01:43:43Z" level=info msg="Running up [--verbose -p testprojectmwqyuhc -f - up --force-recreate -d]" PASS: up_test.go:105: CliSuite.TestRecreate 3.133s time="2019-08-28T01:43:43Z" level=info msg="Running up [--verbose -p testprojectozcyisd -f - up -d]" time="2019-08-28T01:43:44Z" level=info msg="Running up [--verbose -p testprojectozcyisd -f - up --force-recreate -d]" PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate 1.075s time="2019-08-28T01:43:45Z" level=info msg="Running up [--verbose -p testprojectvpmygkb -f - up -d]" time="2019-08-28T01:43:46Z" level=info msg="Running up [--verbose -p testprojectvpmygkb -f - up --no-recreate -d]" time="2019-08-28T01:43:46Z" level=info msg="Running up [--verbose -p testprojectvpmygkb -f - up --no-recreate -d]" time="2019-08-28T01:43:46Z" level=info msg="Running up [--verbose -p testprojectvpmygkb -f - up -d]" time="2019-08-28T01:43:46Z" level=info msg="Running rm [--verbose -p testprojectvpmygkb -f - rm -f]" PASS: up_test.go:207: CliSuite.TestRecreateImageChanging 1.682s time="2019-08-28T01:43:47Z" level=info msg="Running up [--verbose -p testprojectjfjlpiz -f - up -d]" time="2019-08-28T01:43:47Z" level=info msg="Running up [--verbose -p testprojectjfjlpiz -f - up --no-recreate -d]" PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate 0.452s time="2019-08-28T01:43:47Z" level=info msg="Running up [--verbose -p testprojectpdyrcbw -f - up -d]" time="2019-08-28T01:43:48Z" level=info msg="Running up [--verbose -p testprojectpdyrcbw -f - up --force-recreate -d]" PASS: up_test.go:53: CliSuite.TestRecreateVols 1.110s time="2019-08-28T01:43:48Z" level=info msg="Running up [--verbose -p testprojectrzfghwa -f - up -d]" PASS: volume_test.go:43: CliSuite.TestRelativeVolume 0.431s time="2019-08-28T01:43:49Z" level=info msg="Running up [--verbose -p testprojectocstrss -f - up -d]" time="2019-08-28T01:43:50Z" level=info msg="Running restart [--verbose -p testprojectocstrss -f - restart --timeout 0]" PASS: restart_test.go:9: CliSuite.TestRestart 10.959s PASS: run_test.go:19: CliSuite.TestRun 0.585s time="2019-08-28T01:44:01Z" level=info msg="Running up [--verbose -p testprojectpnszzjs -f - up -d]" time="2019-08-28T01:44:01Z" level=info msg="Running scale [--verbose -p testprojectpnszzjs -f - scale hello=2]" time="2019-08-28T01:44:02Z" level=info msg="Running scale [--verbose -p testprojectpnszzjs -f - scale --timeout 0 hello=1]" PASS: scale_test.go:10: CliSuite.TestScale 11.061s time="2019-08-28T01:44:12Z" level=info msg="Running up [--verbose -p testprojectverblwu -f - up -d]" time="2019-08-28T01:44:13Z" level=info msg="Running scale [--verbose -p testprojectverblwu -f - scale test=2]" PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning 1.096s time="2019-08-28T01:44:13Z" level=info msg="Running create [--verbose -p testprojecttgghcbh -f - create]" time="2019-08-28T01:44:14Z" level=info msg="Running start [--verbose -p testprojecttgghcbh -f - start]" PASS: start_test.go:9: CliSuite.TestStart 0.419s time="2019-08-28T01:44:14Z" level=info msg="Running up [--verbose -p testprojecttkxmmkg -f - up -d]" time="2019-08-28T01:44:14Z" level=info msg="Running stop [--verbose -p testprojecttkxmmkg -f - stop --timeout 0]" PASS: stop_test.go:9: CliSuite.TestStop 10.597s time="2019-08-28T01:44:25Z" level=info msg="Running up [--verbose -p testprojectvlwlaus -f - up -d]" time="2019-08-28T01:44:25Z" level=info msg="Running pause [--verbose -p testprojectvlwlaus -f - pause]" time="2019-08-28T01:44:25Z" level=info msg="Running unpause [--verbose -p testprojectvlwlaus -f - unpause]" PASS: pause_unpause_test.go:51: CliSuite.TestUnpause 0.448s time="2019-08-28T01:44:25Z" level=info msg="Running up [--verbose -p testprojectfvwcrgd -f - up -d]" time="2019-08-28T01:44:26Z" level=info msg="Running unpause [--verbose -p testprojectfvwcrgd -f - unpause]" PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService 0.418s time="2019-08-28T01:44:26Z" level=info msg="Running up [--verbose -p testprojectnkrmllk -f - up -d]" PASS: up_test.go:15: CliSuite.TestUp 0.422s time="2019-08-28T01:44:26Z" level=info msg="Running up [--verbose -p testprojectahxevba -f - up -d]" time="2019-08-28T01:44:27Z" level=info msg="Running up [--verbose -p testprojectahxevba -f - up --no-recreate -d]" PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted 0.468s PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent 0.011s PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent 0.608s time="2019-08-28T01:44:28Z" level=info msg="Running up [--verbose -p testprojectjnxodyu -f - up -d]" PASS: up_test.go:25: CliSuite.TestUpNotExistService 0.407s time="2019-08-28T01:44:28Z" level=info msg="Running up [--verbose -p testprojectmodsklc -f - up -d]" PASS: volume_test.go:79: CliSuite.TestV2Volume 1.891s time="2019-08-28T01:44:31Z" level=info msg="Running create [--verbose -p testprojecthiuhctt -f - create]" time="2019-08-28T01:44:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecthiuhctt -f - create]\n with input:\n\n test:\n image: busybox\n ports: invalid_type\n\t" time="2019-08-28T01:44:31Z" level=info msg="Running create [--verbose -p testprojectpjqunvs -f - create]" time="2019-08-28T01:44:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectpjqunvs -f - create]\n with input:\n\n test:\n image: busybox\n build: .\n\t" time="2019-08-28T01:44:31Z" level=info msg="Running create [--verbose -p testprojectyiyvnfs -f - create]" time="2019-08-28T01:44:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectyiyvnfs -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 " PASS: create_test.go:262: CliSuite.TestValidation 0.023s time="2019-08-28T01:44:31Z" level=info msg="Running create [--verbose -p testprojectlbxyilr -f - create]" time="2019-08-28T01:44:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectlbxyilr -f - create]\n with input:\n\nversion: '2'\nservices:\n test:\n image: busybox\n ports: invalid_type\n\t" time="2019-08-28T01:44:31Z" level=info msg="Running create [--verbose -p testprojecthvgsmir -f - create]" time="2019-08-28T01:44:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecthvgsmir -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 " PASS: create_test.go:297: CliSuite.TestValidationV2 0.014s time="2019-08-28T01:44:31Z" level=info msg="Running create [--verbose -p testprojectluhzkgn -f - create]" time="2019-08-28T01:44:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectluhzkgn -f - create]\n with input:\n\n base:\n image: busybox\n privilege: \"something\"\n test:\n extends:\n service: base\n\t" time="2019-08-28T01:44:31Z" level=info msg="Running create [--verbose -p testprojecthfndgth -f - create]" time="2019-08-28T01:44:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecthfndgth -f - create]\n with input:\n\n base:\n image: busybox\n test:\n extends:\n service: base\n links: invalid_type\n\t" time="2019-08-28T01:44:31Z" level=info msg="Running create [--verbose -p testprojectkehtlkx -f - create]" time="2019-08-28T01:44:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectkehtlkx -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" time="2019-08-28T01:44:31Z" level=info msg="Running create [--verbose -p testprojecthtzjmjx -f - create]" time="2019-08-28T01:44:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecthtzjmjx -f - create]\n with input:\n\n test:\n extends:\n file: ./assets/validation/invalid/docker-compose.v1.yml\n service: base\n\t" PASS: create_test.go:327: CliSuite.TestValidationWithExtends 0.032s time="2019-08-28T01:44:31Z" level=info msg="Running create [--verbose -p testprojectjqgcgpl -f - create]" time="2019-08-28T01:44:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectjqgcgpl -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" time="2019-08-28T01:44:31Z" level=info msg="Running create [--verbose -p testprojecthluoljl -f - create]" time="2019-08-28T01:44:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecthluoljl -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" time="2019-08-28T01:44:31Z" level=info msg="Running create [--verbose -p testprojectvzshhcx -f - create]" time="2019-08-28T01:44:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectvzshhcx -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" time="2019-08-28T01:44:31Z" level=info msg="Running create [--verbose -p testprojectpaucxfe -f - create]" time="2019-08-28T01:44:31Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectpaucxfe -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" PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2 0.032s PASS: volume_test.go:11: CliSuite.TestVolumeFromService 0.251s PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName 0.259s OK: 59 passed PASS coverage: 33.3% of statements ok github.com/docker/libcompose/integration 118.260s ---> Making bundle: .integration-daemon-stop (in .) ++++ cat ./docker.pid +++ kill 9472 Running integration test against 1.13.1 ---> Making bundle: .integration-daemon-start (in .) /usr/local/bin/docker-1.13.1/dockerd +++ 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 Client: Version: 1.13.1 API version: 1.26 Go version: go1.7.5 Git commit: 092cba3 Built: Wed Feb 8 08:47:51 2017 OS/Arch: linux/amd64 Server: Version: 1.13.1 API version: 1.26 (minimum version 1.12) Go version: go1.7.5 Git commit: 092cba3 Built: Wed Feb 8 08:47:51 2017 OS/Arch: linux/amd64 Experimental: false time="2019-08-28T01:44:35Z" level=info msg="[0/2] [another]: Starting " time="2019-08-28T01:44:35Z" level=info msg="[0/2] [simple]: Starting " Pulling simple (busybox:latest)... Pulling another (busybox:latest)... latest: Pulling from library/busybox ee153a04d683: Pulling fs layer latest: Pulling from library/busybox ee153a04d683: Verifying Checksum ee153a04d683: Download complete ee153a04d683: Pulling fs layer ee153a04d683: Pull complete ee153a04d683: Pull complete Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 Status: Image is up to date for busybox:latest Status: Downloaded newer image for busybox:latest time="2019-08-28T01:44:36Z" level=info msg="[1/2] [another]: Started " time="2019-08-28T01:44:36Z" level=info msg="[2/2] [simple]: Started " PASS: api_event_test.go:16: APISuite.TestEvents 1.238s time="2019-08-28T01:44:36Z" level=info msg="[0/1] [service]: Starting " time="2019-08-28T01:44:37Z" level=info msg="[1/1] [service]: Started " PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile 0.526s PASS: build_test.go:13: CliSuite.TestBuild 1.779s PASS: build_test.go:85: CliSuite.TestBuildWithArgs 1.599s PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1 0.246s PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2 1.753s PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3 2.001s time="2019-08-28T01:44:45Z" level=info msg="Running create [--verbose -p testprojecttgnvcep -f - create]" PASS: create_test.go:58: CliSuite.TestContainerName 0.172s time="2019-08-28T01:44:45Z" level=info msg="Running create [--verbose -p testprojectmbugclj -f - create]" time="2019-08-28T01:44:45Z" level=info msg="Running scale [--verbose -p testprojectmbugclj -f - scale hello=2]" PASS: create_test.go:72: CliSuite.TestContainerNameWithScale 0.185s PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir 0.377s time="2019-08-28T01:44:45Z" level=info msg="Running create [--verbose -p testprojectbnveqdf -f - create]" PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir 0.116s time="2019-08-28T01:44:45Z" level=info msg="[0/3] [yetanother]: Creating " time="2019-08-28T01:44:45Z" level=info msg="[0/3] [another]: Creating " time="2019-08-28T01:44:45Z" level=info msg="[0/3] [simple]: Creating " time="2019-08-28T01:44:46Z" level=info msg="[0/3] [simple]: Created " time="2019-08-28T01:44:46Z" level=info msg="[0/3] [another]: Created " time="2019-08-28T01:44:46Z" level=info msg="[0/3] [yetanother]: Created " PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles 0.444s time="2019-08-28T01:44:46Z" level=info msg="Running up [--verbose -p testprojectprqdktq -f - up -d]" time="2019-08-28T01:44:46Z" level=info msg="Running stop [--verbose -p testprojectprqdktq -f - stop --timeout 0]" time="2019-08-28T01:44:57Z" level=info msg="Running rm [--verbose -p testprojectprqdktq -f - rm --force]" PASS: rm_test.go:9: CliSuite.TestDelete 10.747s time="2019-08-28T01:44:57Z" level=info msg="Running up [--verbose -p testprojectzvzjvsp -f - up -d]" time="2019-08-28T01:44:57Z" level=info msg="Running stop [--verbose -p testprojectzvzjvsp -f - stop bye --timeout 0]" time="2019-08-28T01:45:07Z" level=info msg="Running rm [--verbose -p testprojectzvzjvsp -f - rm --force]" PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped 10.772s time="2019-08-28T01:45:08Z" level=info msg="Running up [--verbose -p testprojectxpcjsxd -f - up -d]" time="2019-08-28T01:45:08Z" level=info msg="Running stop [--verbose -p testprojectxpcjsxd -f - stop --timeout 0]" time="2019-08-28T01:45:18Z" level=info msg="Running rm [--verbose -p testprojectxpcjsxd -f - rm --force -v]" PASS: rm_test.go:65: CliSuite.TestDeleteWithVol 10.725s time="2019-08-28T01:45:18Z" level=info msg="Running up [--verbose -p testprojectvhglulb -f - up -d]" time="2019-08-28T01:45:19Z" level=info msg="Running down [--verbose -p testprojectvhglulb -f - down]" PASS: down_test.go:9: CliSuite.TestDown 10.718s time="2019-08-28T01:45:29Z" level=info msg="Running up [--verbose -p testprojectvoiblqo -f - up -d]" time="2019-08-28T01:45:30Z" level=info msg="Running scale [--verbose -p testprojectvoiblqo -f - scale hello=2]" time="2019-08-28T01:45:30Z" level=info msg="Running down [--verbose -p testprojectvoiblqo -f - down]" PASS: down_test.go:24: CliSuite.TestDownMultiple 11.349s time="2019-08-28T01:45:40Z" level=info msg="Running create [--verbose -p testprojectvpiyjzp -f - create]" PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint 0.157s time="2019-08-28T01:45:41Z" level=info msg="Running create [--verbose -p testprojectiebqver -f - create]" time="2019-08-28T01:45:41Z" level=info msg="Running create [--verbose -p testprojectfsqcahh -f - create]" PASS: create_test.go:146: CliSuite.TestFieldTypeConversions 0.240s time="2019-08-28T01:45:41Z" level=info msg="Running create [--verbose -p testprojectcsuurlt -f - create]" PASS: create_test.go:14: CliSuite.TestFields 0.121s time="2019-08-28T01:45:41Z" level=info msg="Running create [--verbose -p testprojectpihtjwt -f - create]" PASS: create_test.go:45: CliSuite.TestHelloWorld 0.109s time="2019-08-28T01:45:41Z" level=info msg="Running create [--verbose -p testprojectehecenn -f - create]" time="2019-08-28T01:45:41Z" level=info msg="Running create [--verbose -p testprojectwtbtvhg -f - create]" PASS: create_test.go:86: CliSuite.TestInterpolation 0.247s time="2019-08-28T01:45:41Z" level=info msg="Running create [--verbose -p testprojectnaiiaty -f - create]" time="2019-08-28T01:45:41Z" level=info msg="Running create [--verbose -p testprojectbomdyyg -f - create]" PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends 0.269s time="2019-08-28T01:45:42Z" level=info msg="Running up [--verbose -p testprojectkolnryy -f - up -d]" time="2019-08-28T01:45:42Z" level=info msg="Running kill [--verbose -p testprojectkolnryy -f - kill]" PASS: kill_test.go:9: CliSuite.TestKill 0.742s time="2019-08-28T01:45:42Z" level=info msg="Running up [--verbose -p testprojectwryoycu -f - up -d]" PASS: up_test.go:260: CliSuite.TestLink 1.071s time="2019-08-28T01:45:44Z" level=info msg="[0/4] [another]: Creating " time="2019-08-28T01:45:44Z" level=info msg="[0/4] [simple]: Creating " time="2019-08-28T01:45:44Z" level=info msg="[0/4] [multiple]: Creating " time="2019-08-28T01:45:44Z" level=info msg="[0/4] [yetanother]: Creating " time="2019-08-28T01:45:44Z" level=info msg="[0/4] [simple]: Created " time="2019-08-28T01:45:44Z" level=info msg="[0/4] [another]: Created " time="2019-08-28T01:45:44Z" level=info msg="[0/4] [yetanother]: Created " time="2019-08-28T01:45:44Z" level=info msg="[0/4] [multiple]: Created " PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo 0.565s time="2019-08-28T01:45:44Z" level=info msg="[0/4] [yetanother]: Creating " time="2019-08-28T01:45:44Z" level=info msg="[0/4] [another]: Creating " time="2019-08-28T01:45:44Z" level=info msg="[0/4] [simple]: Creating " time="2019-08-28T01:45:44Z" level=info msg="[0/4] [multiple]: Creating " time="2019-08-28T01:45:45Z" level=info msg="[0/4] [multiple]: Created " time="2019-08-28T01:45:45Z" level=info msg="[0/4] [another]: Created " time="2019-08-28T01:45:45Z" level=info msg="[0/4] [simple]: Created " time="2019-08-28T01:45:45Z" level=info msg="[0/4] [yetanother]: Created " PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne 0.577s time="2019-08-28T01:45:45Z" level=info msg="Running up [--verbose -p testprojectylcrfdv -f - up -d]" PASS: volume_test.go:62: CliSuite.TestNamedVolume 0.528s time="2019-08-28T01:45:46Z" level=info msg="Running up [--verbose -p testprojectktsrqmp -f - up -d]" time="2019-08-28T01:45:46Z" level=info msg="Running pause [--verbose -p testprojectktsrqmp -f - pause]" PASS: pause_unpause_test.go:9: CliSuite.TestPause 0.548s time="2019-08-28T01:45:46Z" level=info msg="Running up [--verbose -p testprojectzrohurp -f - up -d]" time="2019-08-28T01:45:47Z" level=info msg="Running pause [--verbose -p testprojectzrohurp -f - pause]" time="2019-08-28T01:45:47Z" level=info msg="Running pause [--verbose -p testprojectzrohurp -f - pause]" PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService 0.541s time="2019-08-28T01:45:47Z" level=info msg="Running up [--verbose -p testprojectmoovltu -f - up -d]" time="2019-08-28T01:45:48Z" level=info msg="Running ps [--verbose -p testprojectmoovltu -f - ps]" PASS: ps_test.go:10: CliSuite.TestPs 0.534s time="2019-08-28T01:45:48Z" level=info msg="Running up [--verbose -p testprojectnksrmpp -f - up -d]" time="2019-08-28T01:45:48Z" level=info msg="Running ps [--verbose -p testprojectnksrmpp -f - ps -q]" PASS: ps_test.go:22: CliSuite.TestPsQuiet 0.569s time="2019-08-28T01:45:49Z" level=info msg="Running pull [--verbose -p testprojectaquyuya -f - pull]" PASS: pull_test.go:7: CliSuite.TestPull 0.147s time="2019-08-28T01:45:49Z" level=info msg="Running up [--verbose -p testprojectwpybfyp -f - up -d]" time="2019-08-28T01:45:49Z" level=info msg="Running up [--verbose -p testprojectwpybfyp -f - up -d]" time="2019-08-28T01:45:49Z" level=info msg="Running up [--verbose -p testprojectwpybfyp -f - up -d]" time="2019-08-28T01:45:50Z" level=info msg="Running up [--verbose -p testprojectwpybfyp -f - up -d]" time="2019-08-28T01:45:51Z" level=info msg="Running up [--verbose -p testprojectwpybfyp -f - up -d]" time="2019-08-28T01:45:51Z" level=info msg="Running up [--verbose -p testprojectwpybfyp -f - up --force-recreate -d]" time="2019-08-28T01:45:51Z" level=info msg="Running up [--verbose -p testprojectwpybfyp -f - up --force-recreate -d]" PASS: up_test.go:105: CliSuite.TestRecreate 3.471s time="2019-08-28T01:45:52Z" level=info msg="Running up [--verbose -p testprojectexjyxhx -f - up -d]" time="2019-08-28T01:45:53Z" level=info msg="Running up [--verbose -p testprojectexjyxhx -f - up --force-recreate -d]" PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate 1.278s time="2019-08-28T01:45:54Z" level=info msg="Running up [--verbose -p testprojectiucmgkr -f - up -d]" time="2019-08-28T01:45:55Z" level=info msg="Running up [--verbose -p testprojectiucmgkr -f - up --no-recreate -d]" time="2019-08-28T01:45:55Z" level=info msg="Running up [--verbose -p testprojectiucmgkr -f - up --no-recreate -d]" time="2019-08-28T01:45:55Z" level=info msg="Running up [--verbose -p testprojectiucmgkr -f - up -d]" time="2019-08-28T01:45:56Z" level=info msg="Running rm [--verbose -p testprojectiucmgkr -f - rm -f]" PASS: up_test.go:207: CliSuite.TestRecreateImageChanging 1.934s time="2019-08-28T01:45:56Z" level=info msg="Running up [--verbose -p testprojectzaxjqkd -f - up -d]" time="2019-08-28T01:45:57Z" level=info msg="Running up [--verbose -p testprojectzaxjqkd -f - up --no-recreate -d]" PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate 0.566s time="2019-08-28T01:45:57Z" level=info msg="Running up [--verbose -p testprojectdmjsrqz -f - up -d]" time="2019-08-28T01:45:57Z" level=info msg="Running up [--verbose -p testprojectdmjsrqz -f - up --force-recreate -d]" PASS: up_test.go:53: CliSuite.TestRecreateVols 1.274s time="2019-08-28T01:45:58Z" level=info msg="Running up [--verbose -p testprojectucvtwzg -f - up -d]" PASS: volume_test.go:43: CliSuite.TestRelativeVolume 0.527s time="2019-08-28T01:45:59Z" level=info msg="Running up [--verbose -p testprojectmmosgcd -f - up -d]" time="2019-08-28T01:45:59Z" level=info msg="Running restart [--verbose -p testprojectmmosgcd -f - restart --timeout 0]" PASS: restart_test.go:9: CliSuite.TestRestart 11.073s PASS: run_test.go:19: CliSuite.TestRun 0.704s time="2019-08-28T01:46:11Z" level=info msg="Running up [--verbose -p testprojectdxnzssg -f - up -d]" time="2019-08-28T01:46:11Z" level=info msg="Running scale [--verbose -p testprojectdxnzssg -f - scale hello=2]" time="2019-08-28T01:46:12Z" level=info msg="Running scale [--verbose -p testprojectdxnzssg -f - scale --timeout 0 hello=1]" PASS: scale_test.go:10: CliSuite.TestScale 11.290s time="2019-08-28T01:46:22Z" level=info msg="Running up [--verbose -p testprojectvkuoqbw -f - up -d]" time="2019-08-28T01:46:23Z" level=info msg="Running scale [--verbose -p testprojectvkuoqbw -f - scale test=2]" PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning 1.415s time="2019-08-28T01:46:24Z" level=info msg="Running create [--verbose -p testprojecttvcguod -f - create]" time="2019-08-28T01:46:24Z" level=info msg="Running start [--verbose -p testprojecttvcguod -f - start]" PASS: start_test.go:9: CliSuite.TestStart 0.578s time="2019-08-28T01:46:25Z" level=info msg="Running up [--verbose -p testprojectjzxdosp -f - up -d]" time="2019-08-28T01:46:25Z" level=info msg="Running stop [--verbose -p testprojectjzxdosp -f - stop --timeout 0]" PASS: stop_test.go:9: CliSuite.TestStop 10.734s time="2019-08-28T01:46:36Z" level=info msg="Running up [--verbose -p testprojecthnorqqw -f - up -d]" time="2019-08-28T01:46:36Z" level=info msg="Running pause [--verbose -p testprojecthnorqqw -f - pause]" time="2019-08-28T01:46:36Z" level=info msg="Running unpause [--verbose -p testprojecthnorqqw -f - unpause]" PASS: pause_unpause_test.go:51: CliSuite.TestUnpause 0.583s time="2019-08-28T01:46:36Z" level=info msg="Running up [--verbose -p testprojecttoxxdff -f - up -d]" time="2019-08-28T01:46:37Z" level=info msg="Running unpause [--verbose -p testprojecttoxxdff -f - unpause]" PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService 0.560s time="2019-08-28T01:46:37Z" level=info msg="Running up [--verbose -p testprojectcoobqbq -f - up -d]" PASS: up_test.go:15: CliSuite.TestUp 0.520s time="2019-08-28T01:46:38Z" level=info msg="Running up [--verbose -p testprojectqtfmyzt -f - up -d]" time="2019-08-28T01:46:38Z" level=info msg="Running up [--verbose -p testprojectqtfmyzt -f - up --no-recreate -d]" PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted 0.580s PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent 0.010s PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent 0.746s time="2019-08-28T01:46:40Z" level=info msg="Running up [--verbose -p testprojectwlqdtjg -f - up -d]" PASS: up_test.go:25: CliSuite.TestUpNotExistService 0.539s time="2019-08-28T01:46:40Z" level=info msg="Running up [--verbose -p testprojectjneyqzo -f - up -d]" PASS: volume_test.go:79: CliSuite.TestV2Volume 16.818s time="2019-08-28T01:46:57Z" level=info msg="Running create [--verbose -p testprojectvmcbbgm -f - create]" time="2019-08-28T01:46:57Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectvmcbbgm -f - create]\n with input:\n\n test:\n image: busybox\n ports: invalid_type\n\t" time="2019-08-28T01:46:57Z" level=info msg="Running create [--verbose -p testprojectfutmyca -f - create]" time="2019-08-28T01:46:57Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectfutmyca -f - create]\n with input:\n\n test:\n image: busybox\n build: .\n\t" time="2019-08-28T01:46:57Z" level=info msg="Running create [--verbose -p testprojectrbdrzxb -f - create]" time="2019-08-28T01:46:57Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrbdrzxb -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 " PASS: create_test.go:262: CliSuite.TestValidation 0.025s time="2019-08-28T01:46:57Z" level=info msg="Running create [--verbose -p testprojectgumbnzo -f - create]" time="2019-08-28T01:46:57Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectgumbnzo -f - create]\n with input:\n\nversion: '2'\nservices:\n test:\n image: busybox\n ports: invalid_type\n\t" time="2019-08-28T01:46:57Z" level=info msg="Running create [--verbose -p testprojectbzfgvxy -f - create]" time="2019-08-28T01:46:57Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectbzfgvxy -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 " PASS: create_test.go:297: CliSuite.TestValidationV2 0.014s time="2019-08-28T01:46:57Z" level=info msg="Running create [--verbose -p testprojectewjzxax -f - create]" time="2019-08-28T01:46:57Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectewjzxax -f - create]\n with input:\n\n base:\n image: busybox\n privilege: \"something\"\n test:\n extends:\n service: base\n\t" time="2019-08-28T01:46:57Z" level=info msg="Running create [--verbose -p testprojecteurbkte -f - create]" time="2019-08-28T01:46:57Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecteurbkte -f - create]\n with input:\n\n base:\n image: busybox\n test:\n extends:\n service: base\n links: invalid_type\n\t" time="2019-08-28T01:46:57Z" level=info msg="Running create [--verbose -p testprojectjdfbfpl -f - create]" time="2019-08-28T01:46:57Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectjdfbfpl -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" time="2019-08-28T01:46:57Z" level=info msg="Running create [--verbose -p testprojectahvbnrm -f - create]" time="2019-08-28T01:46:57Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectahvbnrm -f - create]\n with input:\n\n test:\n extends:\n file: ./assets/validation/invalid/docker-compose.v1.yml\n service: base\n\t" PASS: create_test.go:327: CliSuite.TestValidationWithExtends 0.027s time="2019-08-28T01:46:57Z" level=info msg="Running create [--verbose -p testprojectsononpf -f - create]" time="2019-08-28T01:46:57Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectsononpf -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" time="2019-08-28T01:46:57Z" level=info msg="Running create [--verbose -p testprojectnpcnwak -f - create]" time="2019-08-28T01:46:57Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectnpcnwak -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" time="2019-08-28T01:46:57Z" level=info msg="Running create [--verbose -p testprojecteudiedy -f - create]" time="2019-08-28T01:46:57Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecteudiedy -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" time="2019-08-28T01:46:57Z" level=info msg="Running create [--verbose -p testprojectfnmloxb -f - create]" time="2019-08-28T01:46:57Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectfnmloxb -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" PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2 0.028s PASS: volume_test.go:11: CliSuite.TestVolumeFromService 0.300s PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName 0.328s OK: 59 passed PASS coverage: 33.3% of statements ok github.com/docker/libcompose/integration 143.041s ---> Making bundle: .integration-daemon-stop (in .) ++++ cat ./docker.pid +++ kill 12008 Running integration test against 17.03.2 ---> Making bundle: .integration-daemon-start (in .) /usr/local/bin/docker-17.03.2/dockerd +++ 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 Client: Version: 17.03.2-ce API version: 1.27 Go version: go1.7.5 Git commit: f5ec1e2 Built: Tue Jun 27 01:35:00 2017 OS/Arch: linux/amd64 Server: Version: 17.03.2-ce API version: 1.27 (minimum version 1.12) Go version: go1.7.5 Git commit: f5ec1e2 Built: Tue Jun 27 01:35:00 2017 OS/Arch: linux/amd64 Experimental: false time="2019-08-28T01:47:03Z" level=info msg="[0/2] [another]: Starting " time="2019-08-28T01:47:03Z" level=info msg="[0/2] [simple]: Starting " Pulling another (busybox:latest)... Pulling simple (busybox:latest)... latest: Pulling from library/busybox latest: Pulling from library/busybox ee153a04d683: Pulling fs layer ee153a04d683: Pulling fs layer ee153a04d683: Download complete ee153a04d683: Download complete ee153a04d683: Pull complete ee153a04d683: Pull complete Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 Status: Image is up to date for busybox:latest Status: Downloaded newer image for busybox:latest time="2019-08-28T01:47:04Z" level=info msg="[1/2] [another]: Started " time="2019-08-28T01:47:04Z" level=info msg="[2/2] [simple]: Started " PASS: api_event_test.go:16: APISuite.TestEvents 1.256s time="2019-08-28T01:47:04Z" level=info msg="[0/1] [service]: Starting " time="2019-08-28T01:47:05Z" level=info msg="[1/1] [service]: Started " PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile 0.571s PASS: build_test.go:13: CliSuite.TestBuild 1.873s PASS: build_test.go:85: CliSuite.TestBuildWithArgs 1.671s PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1 0.210s PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2 1.789s PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3 2.001s time="2019-08-28T01:47:13Z" level=info msg="Running create [--verbose -p testprojectfcrldfy -f - create]" PASS: create_test.go:58: CliSuite.TestContainerName 0.192s time="2019-08-28T01:47:13Z" level=info msg="Running create [--verbose -p testprojectrcqbvai -f - create]" time="2019-08-28T01:47:13Z" level=info msg="Running scale [--verbose -p testprojectrcqbvai -f - scale hello=2]" PASS: create_test.go:72: CliSuite.TestContainerNameWithScale 0.196s PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir 0.367s time="2019-08-28T01:47:13Z" level=info msg="Running create [--verbose -p testprojectxysaask -f - create]" PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir 0.121s time="2019-08-28T01:47:13Z" level=info msg="[0/3] [yetanother]: Creating " time="2019-08-28T01:47:13Z" level=info msg="[0/3] [another]: Creating " time="2019-08-28T01:47:13Z" level=info msg="[0/3] [simple]: Creating " time="2019-08-28T01:47:14Z" level=info msg="[0/3] [another]: Created " time="2019-08-28T01:47:14Z" level=info msg="[0/3] [yetanother]: Created " time="2019-08-28T01:47:14Z" level=info msg="[0/3] [simple]: Created " PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles 0.448s time="2019-08-28T01:47:14Z" level=info msg="Running up [--verbose -p testprojectevuesqo -f - up -d]" time="2019-08-28T01:47:14Z" level=info msg="Running stop [--verbose -p testprojectevuesqo -f - stop --timeout 0]" time="2019-08-28T01:47:25Z" level=info msg="Running rm [--verbose -p testprojectevuesqo -f - rm --force]" PASS: rm_test.go:9: CliSuite.TestDelete 10.763s time="2019-08-28T01:47:25Z" level=info msg="Running up [--verbose -p testprojectlsiayyo -f - up -d]" time="2019-08-28T01:47:25Z" level=info msg="Running stop [--verbose -p testprojectlsiayyo -f - stop bye --timeout 0]" time="2019-08-28T01:47:36Z" level=info msg="Running rm [--verbose -p testprojectlsiayyo -f - rm --force]" PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped 10.827s time="2019-08-28T01:47:36Z" level=info msg="Running up [--verbose -p testprojectcivifyy -f - up -d]" time="2019-08-28T01:47:36Z" level=info msg="Running stop [--verbose -p testprojectcivifyy -f - stop --timeout 0]" time="2019-08-28T01:47:46Z" level=info msg="Running rm [--verbose -p testprojectcivifyy -f - rm --force -v]" PASS: rm_test.go:65: CliSuite.TestDeleteWithVol 10.764s time="2019-08-28T01:47:46Z" level=info msg="Running up [--verbose -p testprojectmppgtfj -f - up -d]" time="2019-08-28T01:47:47Z" level=info msg="Running down [--verbose -p testprojectmppgtfj -f - down]" PASS: down_test.go:9: CliSuite.TestDown 10.730s time="2019-08-28T01:47:57Z" level=info msg="Running up [--verbose -p testprojectzapimsu -f - up -d]" time="2019-08-28T01:47:58Z" level=info msg="Running scale [--verbose -p testprojectzapimsu -f - scale hello=2]" time="2019-08-28T01:47:58Z" level=info msg="Running down [--verbose -p testprojectzapimsu -f - down]" PASS: down_test.go:24: CliSuite.TestDownMultiple 11.303s time="2019-08-28T01:48:09Z" level=info msg="Running create [--verbose -p testprojectqadzmub -f - create]" PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint 0.152s time="2019-08-28T01:48:09Z" level=info msg="Running create [--verbose -p testprojectyccfvmz -f - create]" time="2019-08-28T01:48:09Z" level=info msg="Running create [--verbose -p testprojectonugthb -f - create]" PASS: create_test.go:146: CliSuite.TestFieldTypeConversions 0.243s time="2019-08-28T01:48:09Z" level=info msg="Running create [--verbose -p testprojectoxxrfou -f - create]" PASS: create_test.go:14: CliSuite.TestFields 0.116s time="2019-08-28T01:48:09Z" level=info msg="Running create [--verbose -p testprojectjymgogt -f - create]" PASS: create_test.go:45: CliSuite.TestHelloWorld 0.118s time="2019-08-28T01:48:09Z" level=info msg="Running create [--verbose -p testprojectzglsxeb -f - create]" time="2019-08-28T01:48:09Z" level=info msg="Running create [--verbose -p testprojectogcybii -f - create]" PASS: create_test.go:86: CliSuite.TestInterpolation 0.240s time="2019-08-28T01:48:09Z" level=info msg="Running create [--verbose -p testprojectoxrpymi -f - create]" time="2019-08-28T01:48:10Z" level=info msg="Running create [--verbose -p testprojectlqqviwk -f - create]" PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends 0.263s time="2019-08-28T01:48:10Z" level=info msg="Running up [--verbose -p testprojectaiauqrb -f - up -d]" time="2019-08-28T01:48:10Z" level=info msg="Running kill [--verbose -p testprojectaiauqrb -f - kill]" PASS: kill_test.go:9: CliSuite.TestKill 0.727s time="2019-08-28T01:48:10Z" level=info msg="Running up [--verbose -p testprojectrfuygcp -f - up -d]" PASS: up_test.go:260: CliSuite.TestLink 1.042s time="2019-08-28T01:48:12Z" level=info msg="[0/4] [another]: Creating " time="2019-08-28T01:48:12Z" level=info msg="[0/4] [multiple]: Creating " time="2019-08-28T01:48:12Z" level=info msg="[0/4] [yetanother]: Creating " time="2019-08-28T01:48:12Z" level=info msg="[0/4] [simple]: Creating " time="2019-08-28T01:48:12Z" level=info msg="[0/4] [another]: Created " time="2019-08-28T01:48:12Z" level=info msg="[0/4] [multiple]: Created " time="2019-08-28T01:48:12Z" level=info msg="[0/4] [simple]: Created " time="2019-08-28T01:48:12Z" level=info msg="[0/4] [yetanother]: Created " PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo 0.576s time="2019-08-28T01:48:12Z" level=info msg="[0/4] [yetanother]: Creating " time="2019-08-28T01:48:12Z" level=info msg="[0/4] [multiple]: Creating " time="2019-08-28T01:48:12Z" level=info msg="[0/4] [simple]: Creating " time="2019-08-28T01:48:12Z" level=info msg="[0/4] [another]: Creating " time="2019-08-28T01:48:13Z" level=info msg="[0/4] [another]: Created " time="2019-08-28T01:48:13Z" level=info msg="[0/4] [simple]: Created " time="2019-08-28T01:48:13Z" level=info msg="[0/4] [yetanother]: Created " time="2019-08-28T01:48:13Z" level=info msg="[0/4] [multiple]: Created " PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne 0.549s time="2019-08-28T01:48:13Z" level=info msg="Running up [--verbose -p testprojectknvpvnn -f - up -d]" PASS: volume_test.go:62: CliSuite.TestNamedVolume 0.543s time="2019-08-28T01:48:14Z" level=info msg="Running up [--verbose -p testprojectvggyniz -f - up -d]" time="2019-08-28T01:48:14Z" level=info msg="Running pause [--verbose -p testprojectvggyniz -f - pause]" PASS: pause_unpause_test.go:9: CliSuite.TestPause 0.556s time="2019-08-28T01:48:15Z" level=info msg="Running up [--verbose -p testprojectatjqmxh -f - up -d]" time="2019-08-28T01:48:15Z" level=info msg="Running pause [--verbose -p testprojectatjqmxh -f - pause]" time="2019-08-28T01:48:15Z" level=info msg="Running pause [--verbose -p testprojectatjqmxh -f - pause]" PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService 0.613s time="2019-08-28T01:48:15Z" level=info msg="Running up [--verbose -p testprojectkqqtwij -f - up -d]" time="2019-08-28T01:48:16Z" level=info msg="Running ps [--verbose -p testprojectkqqtwij -f - ps]" PASS: ps_test.go:10: CliSuite.TestPs 0.552s time="2019-08-28T01:48:16Z" level=info msg="Running up [--verbose -p testprojectrzbhqsi -f - up -d]" time="2019-08-28T01:48:17Z" level=info msg="Running ps [--verbose -p testprojectrzbhqsi -f - ps -q]" PASS: ps_test.go:22: CliSuite.TestPsQuiet 0.571s time="2019-08-28T01:48:17Z" level=info msg="Running pull [--verbose -p testprojectrhhtnjk -f - pull]" PASS: pull_test.go:7: CliSuite.TestPull 0.100s time="2019-08-28T01:48:17Z" level=info msg="Running up [--verbose -p testprojectieaqcgg -f - up -d]" time="2019-08-28T01:48:18Z" level=info msg="Running up [--verbose -p testprojectieaqcgg -f - up -d]" time="2019-08-28T01:48:18Z" level=info msg="Running up [--verbose -p testprojectieaqcgg -f - up -d]" time="2019-08-28T01:48:18Z" level=info msg="Running up [--verbose -p testprojectieaqcgg -f - up -d]" time="2019-08-28T01:48:19Z" level=info msg="Running up [--verbose -p testprojectieaqcgg -f - up -d]" time="2019-08-28T01:48:19Z" level=info msg="Running up [--verbose -p testprojectieaqcgg -f - up --force-recreate -d]" time="2019-08-28T01:48:20Z" level=info msg="Running up [--verbose -p testprojectieaqcgg -f - up --force-recreate -d]" PASS: up_test.go:105: CliSuite.TestRecreate 3.635s time="2019-08-28T01:48:21Z" level=info msg="Running up [--verbose -p testprojectutnuipt -f - up -d]" time="2019-08-28T01:48:21Z" level=info msg="Running up [--verbose -p testprojectutnuipt -f - up --force-recreate -d]" PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate 1.383s time="2019-08-28T01:48:22Z" level=info msg="Running up [--verbose -p testprojectdnnbokd -f - up -d]" time="2019-08-28T01:48:24Z" level=info msg="Running up [--verbose -p testprojectdnnbokd -f - up --no-recreate -d]" time="2019-08-28T01:48:24Z" level=info msg="Running up [--verbose -p testprojectdnnbokd -f - up --no-recreate -d]" time="2019-08-28T01:48:24Z" level=info msg="Running up [--verbose -p testprojectdnnbokd -f - up -d]" time="2019-08-28T01:48:24Z" level=info msg="Running rm [--verbose -p testprojectdnnbokd -f - rm -f]" PASS: up_test.go:207: CliSuite.TestRecreateImageChanging 2.114s time="2019-08-28T01:48:25Z" level=info msg="Running up [--verbose -p testprojectfkqdtos -f - up -d]" time="2019-08-28T01:48:25Z" level=info msg="Running up [--verbose -p testprojectfkqdtos -f - up --no-recreate -d]" PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate 0.563s time="2019-08-28T01:48:25Z" level=info msg="Running up [--verbose -p testprojectrmyklyu -f - up -d]" time="2019-08-28T01:48:26Z" level=info msg="Running up [--verbose -p testprojectrmyklyu -f - up --force-recreate -d]" PASS: up_test.go:53: CliSuite.TestRecreateVols 1.315s time="2019-08-28T01:48:27Z" level=info msg="Running up [--verbose -p testprojectlsduvhn -f - up -d]" PASS: volume_test.go:43: CliSuite.TestRelativeVolume 0.511s time="2019-08-28T01:48:28Z" level=info msg="Running up [--verbose -p testprojectbywphmi -f - up -d]" time="2019-08-28T01:48:28Z" level=info msg="Running restart [--verbose -p testprojectbywphmi -f - restart --timeout 0]" PASS: restart_test.go:9: CliSuite.TestRestart 11.144s PASS: run_test.go:19: CliSuite.TestRun 0.699s time="2019-08-28T01:48:40Z" level=info msg="Running up [--verbose -p testprojectyevdngm -f - up -d]" time="2019-08-28T01:48:40Z" level=info msg="Running scale [--verbose -p testprojectyevdngm -f - scale hello=2]" time="2019-08-28T01:48:41Z" level=info msg="Running scale [--verbose -p testprojectyevdngm -f - scale --timeout 0 hello=1]" PASS: scale_test.go:10: CliSuite.TestScale 11.333s time="2019-08-28T01:48:51Z" level=info msg="Running up [--verbose -p testprojectsszcwuv -f - up -d]" time="2019-08-28T01:48:52Z" level=info msg="Running scale [--verbose -p testprojectsszcwuv -f - scale test=2]" PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning 1.507s time="2019-08-28T01:48:53Z" level=info msg="Running create [--verbose -p testprojectiuclpee -f - create]" time="2019-08-28T01:48:53Z" level=info msg="Running start [--verbose -p testprojectiuclpee -f - start]" PASS: start_test.go:9: CliSuite.TestStart 0.556s time="2019-08-28T01:48:54Z" level=info msg="Running up [--verbose -p testprojectrtkxoss -f - up -d]" time="2019-08-28T01:48:54Z" level=info msg="Running stop [--verbose -p testprojectrtkxoss -f - stop --timeout 0]" PASS: stop_test.go:9: CliSuite.TestStop 10.703s time="2019-08-28T01:49:04Z" level=info msg="Running up [--verbose -p testprojectmypetdd -f - up -d]" time="2019-08-28T01:49:05Z" level=info msg="Running pause [--verbose -p testprojectmypetdd -f - pause]" time="2019-08-28T01:49:05Z" level=info msg="Running unpause [--verbose -p testprojectmypetdd -f - unpause]" PASS: pause_unpause_test.go:51: CliSuite.TestUnpause 0.592s time="2019-08-28T01:49:05Z" level=info msg="Running up [--verbose -p testprojecthjtcygf -f - up -d]" time="2019-08-28T01:49:06Z" level=info msg="Running unpause [--verbose -p testprojecthjtcygf -f - unpause]" PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService 0.578s time="2019-08-28T01:49:06Z" level=info msg="Running up [--verbose -p testprojectfoqozsn -f - up -d]" PASS: up_test.go:15: CliSuite.TestUp 0.584s time="2019-08-28T01:49:07Z" level=info msg="Running up [--verbose -p testprojectrmpqrka -f - up -d]" time="2019-08-28T01:49:07Z" level=info msg="Running up [--verbose -p testprojectrmpqrka -f - up --no-recreate -d]" PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted 0.572s PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent 0.011s PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent 0.774s time="2019-08-28T01:49:08Z" level=info msg="Running up [--verbose -p testprojectvganrzq -f - up -d]" PASS: up_test.go:25: CliSuite.TestUpNotExistService 0.577s time="2019-08-28T01:49:09Z" level=info msg="Running up [--verbose -p testprojectqdzqgmh -f - up -d]" PASS: volume_test.go:79: CliSuite.TestV2Volume 16.775s time="2019-08-28T01:49:26Z" level=info msg="Running create [--verbose -p testprojectopgpfjr -f - create]" time="2019-08-28T01:49:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectopgpfjr -f - create]\n with input:\n\n test:\n image: busybox\n ports: invalid_type\n\t" time="2019-08-28T01:49:26Z" level=info msg="Running create [--verbose -p testprojectkoqwstl -f - create]" time="2019-08-28T01:49:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectkoqwstl -f - create]\n with input:\n\n test:\n image: busybox\n build: .\n\t" time="2019-08-28T01:49:26Z" level=info msg="Running create [--verbose -p testprojectijlnivx -f - create]" time="2019-08-28T01:49:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectijlnivx -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 " PASS: create_test.go:262: CliSuite.TestValidation 0.022s time="2019-08-28T01:49:26Z" level=info msg="Running create [--verbose -p testprojectjrpjnez -f - create]" time="2019-08-28T01:49:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectjrpjnez -f - create]\n with input:\n\nversion: '2'\nservices:\n test:\n image: busybox\n ports: invalid_type\n\t" time="2019-08-28T01:49:26Z" level=info msg="Running create [--verbose -p testprojectphaqssf -f - create]" time="2019-08-28T01:49:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectphaqssf -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 " PASS: create_test.go:297: CliSuite.TestValidationV2 0.014s time="2019-08-28T01:49:26Z" level=info msg="Running create [--verbose -p testprojecteutuiij -f - create]" time="2019-08-28T01:49:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecteutuiij -f - create]\n with input:\n\n base:\n image: busybox\n privilege: \"something\"\n test:\n extends:\n service: base\n\t" time="2019-08-28T01:49:26Z" level=info msg="Running create [--verbose -p testprojectnjbdzog -f - create]" time="2019-08-28T01:49:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectnjbdzog -f - create]\n with input:\n\n base:\n image: busybox\n test:\n extends:\n service: base\n links: invalid_type\n\t" time="2019-08-28T01:49:26Z" level=info msg="Running create [--verbose -p testprojectafdkorp -f - create]" time="2019-08-28T01:49:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectafdkorp -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" time="2019-08-28T01:49:26Z" level=info msg="Running create [--verbose -p testprojectgboljyi -f - create]" time="2019-08-28T01:49:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectgboljyi -f - create]\n with input:\n\n test:\n extends:\n file: ./assets/validation/invalid/docker-compose.v1.yml\n service: base\n\t" PASS: create_test.go:327: CliSuite.TestValidationWithExtends 0.027s time="2019-08-28T01:49:26Z" level=info msg="Running create [--verbose -p testprojectkarzaic -f - create]" time="2019-08-28T01:49:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectkarzaic -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" time="2019-08-28T01:49:26Z" level=info msg="Running create [--verbose -p testprojectpxfcgex -f - create]" time="2019-08-28T01:49:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectpxfcgex -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" time="2019-08-28T01:49:26Z" level=info msg="Running create [--verbose -p testprojectrwbpygx -f - create]" time="2019-08-28T01:49:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrwbpygx -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" time="2019-08-28T01:49:26Z" level=info msg="Running create [--verbose -p testprojectictjbye -f - create]" time="2019-08-28T01:49:26Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectictjbye -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" PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2 0.028s PASS: volume_test.go:11: CliSuite.TestVolumeFromService 0.308s PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName 0.285s OK: 59 passed PASS coverage: 33.3% of statements ok github.com/docker/libcompose/integration 144.046s ---> Making bundle: .integration-daemon-stop (in .) ++++ cat ./docker.pid +++ kill 16491 Running integration test against 17.06.0 ---> Making bundle: .integration-daemon-start (in .) /usr/local/bin/docker-17.06.0/dockerd +++ 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 Client: Version: 17.06.0-ce API version: 1.30 Go version: go1.8.3 Git commit: 02c1d87 Built: Fri Jun 23 21:15:15 2017 OS/Arch: linux/amd64 Server: Version: 17.06.0-ce API version: 1.30 (minimum version 1.12) Go version: go1.8.3 Git commit: 02c1d87 Built: Fri Jun 23 21:51:55 2017 OS/Arch: linux/amd64 Experimental: false time="2019-08-28T01:49:32Z" level=info msg="[0/2] [simple]: Starting " Pulling simple (busybox:latest)... time="2019-08-28T01:49:32Z" level=info msg="[0/2] [another]: Starting " Pulling another (busybox:latest)... latest: Pulling from library/busybox latest: Pulling from library/busybox ee153a04d683: Pulling fs layer ee153a04d683: Pulling fs layer ee153a04d683: Download complete ee153a04d683: Download complete ee153a04d683: Pull complete ee153a04d683: Pull complete Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 Status: Downloaded newer image for busybox:latest Status: Downloaded newer image for busybox:latest time="2019-08-28T01:49:33Z" level=info msg="[1/2] [simple]: Started " time="2019-08-28T01:49:33Z" level=info msg="[2/2] [another]: Started " PASS: api_event_test.go:16: APISuite.TestEvents 1.260s time="2019-08-28T01:49:34Z" level=info msg="[0/1] [service]: Starting " time="2019-08-28T01:49:34Z" level=info msg="[1/1] [service]: Started " PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile 0.561s PASS: build_test.go:13: CliSuite.TestBuild 1.425s PASS: build_test.go:85: CliSuite.TestBuildWithArgs 1.635s PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1 0.233s PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2 1.767s PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3 2.000s time="2019-08-28T01:49:42Z" level=info msg="Running create [--verbose -p testprojectdwjlaal -f - create]" PASS: create_test.go:58: CliSuite.TestContainerName 0.183s time="2019-08-28T01:49:42Z" level=info msg="Running create [--verbose -p testprojectcbjgrdp -f - create]" time="2019-08-28T01:49:42Z" level=info msg="Running scale [--verbose -p testprojectcbjgrdp -f - scale hello=2]" PASS: create_test.go:72: CliSuite.TestContainerNameWithScale 0.176s PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir 0.369s time="2019-08-28T01:49:42Z" level=info msg="Running create [--verbose -p testprojectbhojvzj -f - create]" PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir 0.125s time="2019-08-28T01:49:42Z" level=info msg="[0/3] [simple]: Creating " time="2019-08-28T01:49:42Z" level=info msg="[0/3] [yetanother]: Creating " time="2019-08-28T01:49:42Z" level=info msg="[0/3] [another]: Creating " time="2019-08-28T01:49:43Z" level=info msg="[0/3] [simple]: Created " time="2019-08-28T01:49:43Z" level=info msg="[0/3] [another]: Created " time="2019-08-28T01:49:43Z" level=info msg="[0/3] [yetanother]: Created " PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles 0.463s time="2019-08-28T01:49:43Z" level=info msg="Running up [--verbose -p testprojectrxngmki -f - up -d]" time="2019-08-28T01:49:44Z" level=info msg="Running stop [--verbose -p testprojectrxngmki -f - stop --timeout 0]" time="2019-08-28T01:49:54Z" level=info msg="Running rm [--verbose -p testprojectrxngmki -f - rm --force]" PASS: rm_test.go:9: CliSuite.TestDelete 10.769s time="2019-08-28T01:49:54Z" level=info msg="Running up [--verbose -p testprojectgpfheih -f - up -d]" time="2019-08-28T01:49:54Z" level=info msg="Running stop [--verbose -p testprojectgpfheih -f - stop bye --timeout 0]" time="2019-08-28T01:50:05Z" level=info msg="Running rm [--verbose -p testprojectgpfheih -f - rm --force]" PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped 10.831s time="2019-08-28T01:50:05Z" level=info msg="Running up [--verbose -p testprojectfobffam -f - up -d]" time="2019-08-28T01:50:05Z" level=info msg="Running stop [--verbose -p testprojectfobffam -f - stop --timeout 0]" time="2019-08-28T01:50:15Z" level=info msg="Running rm [--verbose -p testprojectfobffam -f - rm --force -v]" PASS: rm_test.go:65: CliSuite.TestDeleteWithVol 10.780s time="2019-08-28T01:50:16Z" level=info msg="Running up [--verbose -p testprojectjfrohvs -f - up -d]" time="2019-08-28T01:50:16Z" level=info msg="Running down [--verbose -p testprojectjfrohvs -f - down]" PASS: down_test.go:9: CliSuite.TestDown 10.748s time="2019-08-28T01:50:26Z" level=info msg="Running up [--verbose -p testprojectbcjpqgl -f - up -d]" time="2019-08-28T01:50:27Z" level=info msg="Running scale [--verbose -p testprojectbcjpqgl -f - scale hello=2]" time="2019-08-28T01:50:27Z" level=info msg="Running down [--verbose -p testprojectbcjpqgl -f - down]" PASS: down_test.go:24: CliSuite.TestDownMultiple 11.491s time="2019-08-28T01:50:38Z" level=info msg="Running create [--verbose -p testprojectgusmipe -f - create]" PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint 0.163s time="2019-08-28T01:50:38Z" level=info msg="Running create [--verbose -p testprojectevcdbeb -f - create]" time="2019-08-28T01:50:38Z" level=info msg="Running create [--verbose -p testprojectkcqdpte -f - create]" PASS: create_test.go:146: CliSuite.TestFieldTypeConversions 0.250s time="2019-08-28T01:50:38Z" level=info msg="Running create [--verbose -p testprojecthqfxwjo -f - create]" PASS: create_test.go:14: CliSuite.TestFields 0.127s time="2019-08-28T01:50:38Z" level=info msg="Running create [--verbose -p testprojectobpszmq -f - create]" PASS: create_test.go:45: CliSuite.TestHelloWorld 0.121s time="2019-08-28T01:50:38Z" level=info msg="Running create [--verbose -p testprojectxlhunwl -f - create]" time="2019-08-28T01:50:39Z" level=info msg="Running create [--verbose -p testprojectrnjhhoy -f - create]" PASS: create_test.go:86: CliSuite.TestInterpolation 0.258s time="2019-08-28T01:50:39Z" level=info msg="Running create [--verbose -p testprojectyseskmj -f - create]" time="2019-08-28T01:50:39Z" level=info msg="Running create [--verbose -p testprojectzkstksg -f - create]" PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends 0.274s time="2019-08-28T01:50:39Z" level=info msg="Running up [--verbose -p testprojectfrjmhnf -f - up -d]" time="2019-08-28T01:50:40Z" level=info msg="Running kill [--verbose -p testprojectfrjmhnf -f - kill]" PASS: kill_test.go:9: CliSuite.TestKill 0.706s time="2019-08-28T01:50:40Z" level=info msg="Running up [--verbose -p testprojectdqegnnl -f - up -d]" PASS: up_test.go:260: CliSuite.TestLink 1.117s time="2019-08-28T01:50:41Z" level=info msg="[0/4] [multiple]: Creating " time="2019-08-28T01:50:41Z" level=info msg="[0/4] [another]: Creating " time="2019-08-28T01:50:41Z" level=info msg="[0/4] [yetanother]: Creating " time="2019-08-28T01:50:41Z" level=info msg="[0/4] [simple]: Creating " time="2019-08-28T01:50:41Z" level=info msg="[0/4] [multiple]: Created " time="2019-08-28T01:50:41Z" level=info msg="[0/4] [yetanother]: Created " time="2019-08-28T01:50:42Z" level=info msg="[0/4] [simple]: Created " time="2019-08-28T01:50:42Z" level=info msg="[0/4] [another]: Created " PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo 0.575s time="2019-08-28T01:50:42Z" level=info msg="[0/4] [simple]: Creating " time="2019-08-28T01:50:42Z" level=info msg="[0/4] [multiple]: Creating " time="2019-08-28T01:50:42Z" level=info msg="[0/4] [another]: Creating " time="2019-08-28T01:50:42Z" level=info msg="[0/4] [yetanother]: Creating " time="2019-08-28T01:50:42Z" level=info msg="[0/4] [yetanother]: Created " time="2019-08-28T01:50:42Z" level=info msg="[0/4] [another]: Created " time="2019-08-28T01:50:42Z" level=info msg="[0/4] [simple]: Created " time="2019-08-28T01:50:42Z" level=info msg="[0/4] [multiple]: Created " PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne 0.541s time="2019-08-28T01:50:42Z" level=info msg="Running up [--verbose -p testprojectayauhmp -f - up -d]" PASS: volume_test.go:62: CliSuite.TestNamedVolume 0.536s time="2019-08-28T01:50:43Z" level=info msg="Running up [--verbose -p testprojectwopvkwd -f - up -d]" time="2019-08-28T01:50:44Z" level=info msg="Running pause [--verbose -p testprojectwopvkwd -f - pause]" PASS: pause_unpause_test.go:9: CliSuite.TestPause 0.586s time="2019-08-28T01:50:44Z" level=info msg="Running up [--verbose -p testprojectnecrsmo -f - up -d]" time="2019-08-28T01:50:44Z" level=info msg="Running pause [--verbose -p testprojectnecrsmo -f - pause]" time="2019-08-28T01:50:44Z" level=info msg="Running pause [--verbose -p testprojectnecrsmo -f - pause]" PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService 0.599s time="2019-08-28T01:50:45Z" level=info msg="Running up [--verbose -p testprojectbjzfemy -f - up -d]" time="2019-08-28T01:50:45Z" level=info msg="Running ps [--verbose -p testprojectbjzfemy -f - ps]" PASS: ps_test.go:10: CliSuite.TestPs 0.584s time="2019-08-28T01:50:45Z" level=info msg="Running up [--verbose -p testprojecttvceuvr -f - up -d]" time="2019-08-28T01:50:46Z" level=info msg="Running ps [--verbose -p testprojecttvceuvr -f - ps -q]" PASS: ps_test.go:22: CliSuite.TestPsQuiet 0.545s time="2019-08-28T01:50:46Z" level=info msg="Running pull [--verbose -p testprojectdsppuvh -f - pull]" PASS: pull_test.go:7: CliSuite.TestPull 0.108s time="2019-08-28T01:50:46Z" level=info msg="Running up [--verbose -p testprojectnorfvvc -f - up -d]" time="2019-08-28T01:50:47Z" level=info msg="Running up [--verbose -p testprojectnorfvvc -f - up -d]" time="2019-08-28T01:50:47Z" level=info msg="Running up [--verbose -p testprojectnorfvvc -f - up -d]" time="2019-08-28T01:50:48Z" level=info msg="Running up [--verbose -p testprojectnorfvvc -f - up -d]" time="2019-08-28T01:50:48Z" level=info msg="Running up [--verbose -p testprojectnorfvvc -f - up -d]" time="2019-08-28T01:50:48Z" level=info msg="Running up [--verbose -p testprojectnorfvvc -f - up --force-recreate -d]" time="2019-08-28T01:50:49Z" level=info msg="Running up [--verbose -p testprojectnorfvvc -f - up --force-recreate -d]" PASS: up_test.go:105: CliSuite.TestRecreate 3.721s time="2019-08-28T01:50:50Z" level=info msg="Running up [--verbose -p testprojectlrqhnyw -f - up -d]" time="2019-08-28T01:50:51Z" level=info msg="Running up [--verbose -p testprojectlrqhnyw -f - up --force-recreate -d]" PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate 1.361s time="2019-08-28T01:50:52Z" level=info msg="Running up [--verbose -p testprojectsmmreph -f - up -d]" time="2019-08-28T01:50:53Z" level=info msg="Running up [--verbose -p testprojectsmmreph -f - up --no-recreate -d]" time="2019-08-28T01:50:53Z" level=info msg="Running up [--verbose -p testprojectsmmreph -f - up --no-recreate -d]" time="2019-08-28T01:50:53Z" level=info msg="Running up [--verbose -p testprojectsmmreph -f - up -d]" time="2019-08-28T01:50:54Z" level=info msg="Running rm [--verbose -p testprojectsmmreph -f - rm -f]" PASS: up_test.go:207: CliSuite.TestRecreateImageChanging 1.986s time="2019-08-28T01:50:54Z" level=info msg="Running up [--verbose -p testprojectmpsxfmt -f - up -d]" time="2019-08-28T01:50:54Z" level=info msg="Running up [--verbose -p testprojectmpsxfmt -f - up --no-recreate -d]" PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate 0.581s time="2019-08-28T01:50:55Z" level=info msg="Running up [--verbose -p testprojectccqjoxl -f - up -d]" time="2019-08-28T01:50:55Z" level=info msg="Running up [--verbose -p testprojectccqjoxl -f - up --force-recreate -d]" PASS: up_test.go:53: CliSuite.TestRecreateVols 1.370s time="2019-08-28T01:50:56Z" level=info msg="Running up [--verbose -p testprojectoutmixs -f - up -d]" PASS: volume_test.go:43: CliSuite.TestRelativeVolume 0.559s time="2019-08-28T01:50:57Z" level=info msg="Running up [--verbose -p testprojectvkyohjd -f - up -d]" time="2019-08-28T01:50:57Z" level=info msg="Running restart [--verbose -p testprojectvkyohjd -f - restart --timeout 0]" PASS: restart_test.go:9: CliSuite.TestRestart 11.166s PASS: run_test.go:19: CliSuite.TestRun 0.694s time="2019-08-28T01:51:09Z" level=info msg="Running up [--verbose -p testprojectcxhlwpl -f - up -d]" time="2019-08-28T01:51:10Z" level=info msg="Running scale [--verbose -p testprojectcxhlwpl -f - scale hello=2]" time="2019-08-28T01:51:10Z" level=info msg="Running scale [--verbose -p testprojectcxhlwpl -f - scale --timeout 0 hello=1]" PASS: scale_test.go:10: CliSuite.TestScale 11.303s time="2019-08-28T01:51:21Z" level=info msg="Running up [--verbose -p testprojecthyclpns -f - up -d]" time="2019-08-28T01:51:21Z" level=info msg="Running scale [--verbose -p testprojecthyclpns -f - scale test=2]" PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning 1.628s time="2019-08-28T01:51:23Z" level=info msg="Running create [--verbose -p testprojectmncizlm -f - create]" time="2019-08-28T01:51:23Z" level=info msg="Running start [--verbose -p testprojectmncizlm -f - start]" PASS: start_test.go:9: CliSuite.TestStart 0.587s time="2019-08-28T01:51:23Z" level=info msg="Running up [--verbose -p testprojectkbfyial -f - up -d]" time="2019-08-28T01:51:24Z" level=info msg="Running stop [--verbose -p testprojectkbfyial -f - stop --timeout 0]" PASS: stop_test.go:9: CliSuite.TestStop 10.745s time="2019-08-28T01:51:34Z" level=info msg="Running up [--verbose -p testprojectsiozcno -f - up -d]" time="2019-08-28T01:51:35Z" level=info msg="Running pause [--verbose -p testprojectsiozcno -f - pause]" time="2019-08-28T01:51:35Z" level=info msg="Running unpause [--verbose -p testprojectsiozcno -f - unpause]" PASS: pause_unpause_test.go:51: CliSuite.TestUnpause 0.609s time="2019-08-28T01:51:35Z" level=info msg="Running up [--verbose -p testprojectwikejal -f - up -d]" time="2019-08-28T01:51:35Z" level=info msg="Running unpause [--verbose -p testprojectwikejal -f - unpause]" PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService 0.567s time="2019-08-28T01:51:36Z" level=info msg="Running up [--verbose -p testprojectacotfda -f - up -d]" PASS: up_test.go:15: CliSuite.TestUp 0.570s time="2019-08-28T01:51:36Z" level=info msg="Running up [--verbose -p testprojectkqktulq -f - up -d]" time="2019-08-28T01:51:37Z" level=info msg="Running up [--verbose -p testprojectkqktulq -f - up --no-recreate -d]" PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted 0.576s PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent 0.010s PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent 0.791s time="2019-08-28T01:51:38Z" level=info msg="Running up [--verbose -p testprojectpoimxej -f - up -d]" PASS: up_test.go:25: CliSuite.TestUpNotExistService 0.558s time="2019-08-28T01:51:39Z" level=info msg="Running up [--verbose -p testprojectrsmmelw -f - up -d]" PASS: volume_test.go:79: CliSuite.TestV2Volume 17.067s time="2019-08-28T01:51:56Z" level=info msg="Running create [--verbose -p testprojectofgrerc -f - create]" time="2019-08-28T01:51:56Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectofgrerc -f - create]\n with input:\n\n test:\n image: busybox\n ports: invalid_type\n\t" time="2019-08-28T01:51:56Z" level=info msg="Running create [--verbose -p testprojectshayznv -f - create]" time="2019-08-28T01:51:56Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectshayznv -f - create]\n with input:\n\n test:\n image: busybox\n build: .\n\t" time="2019-08-28T01:51:56Z" level=info msg="Running create [--verbose -p testprojectvsgsbxk -f - create]" time="2019-08-28T01:51:56Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectvsgsbxk -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 " PASS: create_test.go:262: CliSuite.TestValidation 0.022s time="2019-08-28T01:51:56Z" level=info msg="Running create [--verbose -p testprojecttuphved -f - create]" time="2019-08-28T01:51:56Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecttuphved -f - create]\n with input:\n\nversion: '2'\nservices:\n test:\n image: busybox\n ports: invalid_type\n\t" time="2019-08-28T01:51:56Z" level=info msg="Running create [--verbose -p testprojectsazdyks -f - create]" time="2019-08-28T01:51:56Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectsazdyks -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 " PASS: create_test.go:297: CliSuite.TestValidationV2 0.016s time="2019-08-28T01:51:56Z" level=info msg="Running create [--verbose -p testprojectdzdjjgi -f - create]" time="2019-08-28T01:51:56Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectdzdjjgi -f - create]\n with input:\n\n base:\n image: busybox\n privilege: \"something\"\n test:\n extends:\n service: base\n\t" time="2019-08-28T01:51:56Z" level=info msg="Running create [--verbose -p testprojectjeorefu -f - create]" time="2019-08-28T01:51:56Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectjeorefu -f - create]\n with input:\n\n base:\n image: busybox\n test:\n extends:\n service: base\n links: invalid_type\n\t" time="2019-08-28T01:51:56Z" level=info msg="Running create [--verbose -p testprojectteprwoo -f - create]" time="2019-08-28T01:51:56Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectteprwoo -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" time="2019-08-28T01:51:56Z" level=info msg="Running create [--verbose -p testprojectennrfow -f - create]" time="2019-08-28T01:51:56Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectennrfow -f - create]\n with input:\n\n test:\n extends:\n file: ./assets/validation/invalid/docker-compose.v1.yml\n service: base\n\t" PASS: create_test.go:327: CliSuite.TestValidationWithExtends 0.028s time="2019-08-28T01:51:56Z" level=info msg="Running create [--verbose -p testprojectalzmtff -f - create]" time="2019-08-28T01:51:56Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectalzmtff -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" time="2019-08-28T01:51:56Z" level=info msg="Running create [--verbose -p testprojectynbstnl -f - create]" time="2019-08-28T01:51:56Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectynbstnl -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" time="2019-08-28T01:51:56Z" level=info msg="Running create [--verbose -p testprojectxajzzha -f - create]" time="2019-08-28T01:51:56Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectxajzzha -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" time="2019-08-28T01:51:56Z" level=info msg="Running create [--verbose -p testprojectfutkcrj -f - create]" time="2019-08-28T01:51:56Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectfutkcrj -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" PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2 0.029s PASS: volume_test.go:11: CliSuite.TestVolumeFromService 0.316s PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName 0.312s OK: 59 passed PASS coverage: 33.3% of statements ok github.com/docker/libcompose/integration 144.589s ---> Making bundle: .integration-daemon-stop (in .) ++++ cat ./docker.pid +++ kill 20991 ---> Making bundle: test-acceptance (in .) ---> Making bundle: .integration-daemon-start (in .) /usr/local/bin/docker-17.03.2/dockerd +++ 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 Client: Version: 17.03.2-ce API version: 1.27 Go version: go1.7.5 Git commit: f5ec1e2 Built: Tue Jun 27 01:35:00 2017 OS/Arch: linux/amd64 Server: Version: 17.03.2-ce API version: 1.27 (minimum version 1.12) Go version: go1.7.5 Git commit: f5ec1e2 Built: Tue Jun 27 01:35:00 2017 OS/Arch: linux/amd64 Experimental: false libcompose-cli version 0.4.0 (2f27c7a) ============================= test session starts ============================== platform linux2 -- Python 2.7.16 -- py-1.8.0 -- pytest-2.7.2 -- /go/src/github.com/docker/libcompose/venv/bin/python rootdir: /go/src/github.com/docker/libcompose/venv/compose, inifile: tox.ini plugins: cov collecting ... collected 122 items tests/acceptance/cli_test.py::CLITestCase::test_build_failed Running process: 26048 PASSED tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm Running process: 26190 PASSED tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache Running process: 26327 Running process: 26382 PASSED tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull Running process: 26439 Running process: 26496 PASSED tests/acceptance/cli_test.py::CLITestCase::test_build_plain Running process: 26552 Running process: 26609 PASSED tests/acceptance/cli_test.py::CLITestCase::test_build_pull Running process: 26622 Running process: 26675 PASSED tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests Running process: 26687 Stderr: No help topic for 'bundle' Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_config_default Running process: 26693 FAILED tests/acceptance/cli_test.py::CLITestCase::test_config_external_network Running process: 26699 PASSED tests/acceptance/cli_test.py::CLITestCase::test_config_list_services Running process: 26705 FAILED tests/acceptance/cli_test.py::CLITestCase::test_config_quiet Running process: 26711 PASSED tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error Running process: 26717 FAILED tests/acceptance/cli_test.py::CLITestCase::test_config_restart Running process: 26723 FAILED tests/acceptance/cli_test.py::CLITestCase::test_config_v1 Running process: 26729 FAILED tests/acceptance/cli_test.py::CLITestCase::test_create Removing simplecomposefile_another_1 ... Removing simplecomposefile_simple_1 ...  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 26735 PASSED tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate Removing simplecomposefile_simple_1 ... Removing simplecomposefile_another_1 ...  Removing simplecomposefile_another_1 ... done  Removing simplecomposefile_simple_1 ... done Running process: 26767 Running process: 26794 PASSED tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate Running process: 26827 PASSED tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate Removing simplecomposefile_another_1 ... Removing simplecomposefile_simple_1 ...  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 26833 Running process: 26862 PASSED tests/acceptance/cli_test.py::CLITestCase::test_down <- tests/integration/testcases.py Killing v2full_web_1 ... Killing v2full_other_1 ...  Killing v2full_other_1 ... done  Killing v2full_web_1 ... done Removing v2full_web_1 ... Removing v2full_other_1 ...  Removing v2full_other_1 ... done  Removing v2full_web_1 ... done Running process: 26871 Running process: 27183 Stderr: time="2019-08-28T01:52:58Z" level=error msg="Failed Executing web : inappropriate ioctl for device" time="2019-08-28T01:52:58Z" level=error msg="Failed to start: web : inappropriate ioctl for device" inappropriate ioctl for device Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag Running process: 27281 PASSED tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file Killing envfile_web_1 ...  Killing envfile_web_1 ... done Removing envfile_web_1 ...  Removing envfile_web_1 ... done Running process: 27287 PASSED tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable Killing simplecomposefile_simple_1 ...  Killing simplecomposefile_simple_1 ... done Removing simplecomposefile_simple_1 ...  Removing simplecomposefile_simple_1 ... done Running process: 27359 Running process: 27364 Stderr: Stdout: 2019-08-28 01:53:02 container create 89d5a8817f2723737233979775a1225f283edcccda42a3122829fc24c31df904 (image=busybox:latest, name=simplecomposefile_simple_1) 2019-08-28 01:53:02 container start 89d5a8817f2723737233979775a1225f283edcccda42a3122829fc24c31df904 (image=busybox:latest, name=simplecomposefile_simple_1) FAILED tests/acceptance/cli_test.py::CLITestCase::test_events_json Killing simplecomposefile_simple_1 ... Killing simplecomposefile_another_1 ...  Killing simplecomposefile_simple_1 ... done  Killing simplecomposefile_another_1 ... done Removing simplecomposefile_simple_1 ... Removing simplecomposefile_another_1 ...  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 27433 Running process: 27438 Stderr: Stdout: {"service":"another","event":"create","id":"aa4dadfb8d9b7e4f6c899eea9781a159131ca3a59c86d16ff57bc723199eea5f","time":"2019-08-28T01:53:03Z","attributes":{"image":"busybox:latest","name":"simplecomposefile_another_1"},"type":"container"}{"service":"simple","event":"create","id":"939ff30de952f227f02f97c6e92cd66feb41402d7461e25baf369741732daf39","time":"2019-08-28T01:53:03Z","attributes":{"image":"busybox:latest","name":"simplecomposefile_simple_1"},"type":"container"}{"service":"another","event":"start","id":"aa4dadfb8d9b7e4f6c899eea9781a159131ca3a59c86d16ff57bc723199eea5f","time":"2019-08-28T01:53:03Z","attributes":{"image":"busybox:latest","name":"simplecomposefile_another_1"},"type":"container"}{"service":"simple","event":"start","id":"939ff30de952f227f02f97c6e92cd66feb41402d7461e25baf369741732daf39","time":"2019-08-28T01:53:03Z","attributes":{"image":"busybox:latest","name":"simplecomposefile_simple_1"},"type":"container"} FAILED tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user Killing linkscomposefile_console_1 ...  Killing linkscomposefile_console_1 ... done Removing linkscomposefile_console_1 ...  Removing linkscomposefile_console_1 ... done Running process: 27582 Running process: 27634 Stderr: No help topic for 'exec' Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty Killing linkscomposefile_console_1 ...  Killing linkscomposefile_console_1 ... done Removing linkscomposefile_console_1 ...  Removing linkscomposefile_console_1 ... done Running process: 27658 Running process: 27709 Stderr: No help topic for 'exec' Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_help Running process: 27732 FAILED tests/acceptance/cli_test.py::CLITestCase::test_help ERROR tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path Killing volumepathinterpolation_test_1 ...  Killing volumepathinterpolation_test_1 ... done Removing volumepathinterpolation_test_1 ...  Removing volumepathinterpolation_test_1 ... done Running process: 27738 FAILED tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable Running process: 27804 Stderr: Stdout: Incorrect Usage. flag provided but not defined: -H Usage: libcompose-cli [OPTIONS] COMMAND [arg...] Command line interface for libcompose. Version: 0.4.0 (2f27c7a) Author: Docker Compose Contributors - Options: --verbose, --debug --file value, -f value Specify one or more alternate compose files (default: docker-compose.yml) [$COMPOSE_FILE] --project-name value, -p value Specify an alternate project name (default: directory name) [$COMPOSE_PROJECT_NAME] --tls Use TLS; implied by --tlsverify --tlsverify Use TLS and verify the remote [$DOCKER_TLS_VERIFY] --tlscacert value Trust certs signed only by this CA --tlscert value Path to TLS certificate file --tlskey value Path to TLS key file --configdir value Path to docker config dir, default ${HOME}/.docker --help, -h show help --version, -v print the version Commands: build Build or rebuild services. config Validate and view the compose file. create Create all services but do not start events Receive real time events from containers. down Stop and remove containers, networks, images, and volumes kill Force stop service containers logs Get service logs pause Pause services. port Print the public port for a port binding ps List containers pull Pulls images for services restart Restart services rm Delete services run Run a one-off command scale Scale services start Start services stop Stop services unpause Unpause services. up Bring all services up version Show version informations help Shows a list of commands or help for one command Run 'libcompose-cli COMMAND --help' for more information on a command. FAILED tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container Running process: 27822 Stderr: Stdout: Incorrect Usage. flag provided but not defined: -H Usage: libcompose-cli [OPTIONS] COMMAND [arg...] Command line interface for libcompose. Version: 0.4.0 (2f27c7a) Author: Docker Compose Contributors - Options: --verbose, --debug --file value, -f value Specify one or more alternate compose files (default: docker-compose.yml) [$COMPOSE_FILE] --project-name value, -p value Specify an alternate project name (default: directory name) [$COMPOSE_PROJECT_NAME] --tls Use TLS; implied by --tlsverify --tlsverify Use TLS and verify the remote [$DOCKER_TLS_VERIFY] --tlscacert value Trust certs signed only by this CA --tlscert value Path to TLS certificate file --tlskey value Path to TLS key file --configdir value Path to docker config dir, default ${HOME}/.docker --help, -h show help --version, -v print the version Commands: build Build or rebuild services. config Validate and view the compose file. create Create all services but do not start events Receive real time events from containers. down Stop and remove containers, networks, images, and volumes kill Force stop service containers logs Get service logs pause Pause services. port Print the public port for a port binding ps List containers pull Pulls images for services restart Restart services rm Delete services run Run a one-off command scale Scale services start Start services stop Stop services unpause Unpause services. up Bring all services up version Show version informations help Shows a list of commands or help for one command Run 'libcompose-cli COMMAND --help' for more information on a command. FAILED tests/acceptance/cli_test.py::CLITestCase::test_kill Removing simplecomposefile_another_1 ... Removing simplecomposefile_simple_1 ...  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 27828 Running process: 27930 PASSED tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop Killing simplecomposefile_simple_1 ... Killing simplecomposefile_another_1 ...  Killing simplecomposefile_another_1 ... done  Killing simplecomposefile_simple_1 ... done Removing simplecomposefile_simple_1 ... Removing simplecomposefile_another_1 ...  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 27969 Running process: 28069 PASSED tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service Removing simplecomposefile_another_1 ... Removing simplecomposefile_simple_1 ...  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 28110 Running process: 28209 Running process: 28217 PASSED tests/acceptance/cli_test.py::CLITestCase::test_logs_default Killing logscomposefile_another_1 ... Killing logscomposefile_simple_1 ...  Killing logscomposefile_another_1 ... done  Killing logscomposefile_simple_1 ... done Removing logscomposefile_another_1 ... Removing logscomposefile_simple_1 ...  Removing logscomposefile_another_1 ... done  Removing logscomposefile_simple_1 ... done Running process: 28261 Running process: 28365 PASSED tests/acceptance/cli_test.py::CLITestCase::test_logs_follow Killing echoservices_simple_1 ...  Killing echoservices_simple_1 ... error  ERROR: for echoservices_simple_1 Cannot kill container 59164074e5fd8352eaaa2bea2f087b405397cfdb9877de58dce3b58f0d8c060a: Container 59164074e5fd8352eaaa2bea2f087b405397cfdb9877de58dce3b58f0d8c060a is not running Removing echoservices_simple_1 ... Removing echoservices_another_1 ...  Removing echoservices_simple_1 ... done  Removing echoservices_another_1 ... done Running process: 28408 Running process: 28525 FAILED tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers Removing logscomposefile_another_1 ... Removing logscomposefile_simple_1 ...  Removing logscomposefile_another_1 ... done  Removing logscomposefile_simple_1 ... done Running process: 28549 Running process: 28606 Running process: 28610 Running process: 28679 FAILED tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name Running process: 28704 PASSED tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits Removing echoservices_another_1 ... Removing echoservices_simple_1 ...  Removing echoservices_another_1 ... done  Removing echoservices_simple_1 ... done Running process: 28710 Running process: 28846 PASSED tests/acceptance/cli_test.py::CLITestCase::test_logs_tail Removing logstailcomposefile_simple_1 ...  Removing logstailcomposefile_simple_1 ... done Running process: 28855 Running process: 28924 FAILED tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps Killing echoservices_simple_1 ...  Killing echoservices_simple_1 ... error  ERROR: for echoservices_simple_1 Cannot kill container 3b1f862dbd5087415d1b30eda6ac7f73d8c36cb172203866c912634037171967: Container 3b1f862dbd5087415d1b30eda6ac7f73d8c36cb172203866c912634037171967 is not running Removing echoservices_simple_1 ... Removing echoservices_another_1 ...  Removing echoservices_simple_1 ... done  Removing echoservices_another_1 ... done Running process: 28931 Running process: 29050 FAILED tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers Running process: 29075 Stderr: time="2019-08-28T01:53:16Z" level=info msg="[0/2] [another]: Pausing " time="2019-08-28T01:53:16Z" level=info msg="[0/2] [simple]: Pausing " time="2019-08-28T01:53:16Z" level=info msg="[0/2] [another]: Paused " time="2019-08-28T01:53:16Z" level=info msg="[0/2] [simple]: Paused " Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause Killing simplecomposefile_another_1 ... Killing simplecomposefile_simple_1 ...  Killing simplecomposefile_simple_1 ... done  Killing simplecomposefile_another_1 ... done Removing simplecomposefile_another_1 ... Removing simplecomposefile_simple_1 ...  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 29082 Running process: 29180 Running process: 29197 PASSED tests/acceptance/cli_test.py::CLITestCase::test_port Killing portscomposefile_simple_1 ...  Killing portscomposefile_simple_1 ... done Removing portscomposefile_simple_1 ...  Removing portscomposefile_simple_1 ... done Running process: 29250 Running process: 29354 Running process: 29360 Running process: 29366 PASSED tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale Killing portscomposefilescale_simple_2 ... Killing portscomposefilescale_simple_1 ...  Killing portscomposefilescale_simple_2 ... done  Killing portscomposefilescale_simple_1 ... done Removing portscomposefilescale_simple_2 ... Removing portscomposefilescale_simple_1 ...  Removing portscomposefilescale_simple_1 ... done  Removing portscomposefilescale_simple_2 ... done Running process: 29413 Running process: 29538 FAILED tests/acceptance/cli_test.py::CLITestCase::test_ps Removing simplecomposefile_simple_1 ...  Removing simplecomposefile_simple_1 ... done Running process: 29609 PASSED tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile Killing multiplecomposefiles_yetanother_1 ...  Killing multiplecomposefiles_yetanother_1 ... done Removing multiplecomposefiles_yetanother_1 ...  Removing multiplecomposefiles_yetanother_1 ... done Running process: 29616 Running process: 29666 PASSED tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile Killing multiplecomposefiles_another_1 ... Killing multiplecomposefiles_simple_1 ...  Killing multiplecomposefiles_simple_1 ... done  Killing multiplecomposefiles_another_1 ... done Removing multiplecomposefiles_another_1 ... Removing multiplecomposefiles_simple_1 ...  Removing multiplecomposefiles_simple_1 ... done  Removing multiplecomposefiles_another_1 ... done Running process: 29690 Running process: 29791 PASSED tests/acceptance/cli_test.py::CLITestCase::test_pull Running process: 29832 FAILED tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest Running process: 29838 PASSED tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures Running process: 29866 PASSED tests/acceptance/cli_test.py::CLITestCase::test_restart Killing simplecomposefile_simple_1 ...  Killing simplecomposefile_simple_1 ... done Removing simplecomposefile_simple_1 ...  Removing simplecomposefile_simple_1 ... done Running process: 29918 PASSED tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers Running process: 29986 Stderr: time="2019-08-28T01:53:25Z" level=info msg="[0/2] [another]: Restarting " time="2019-08-28T01:53:25Z" level=info msg="[0/2] [simple]: Restarting " time="2019-08-28T01:53:25Z" level=info msg="[0/2] [simple]: Restarted " time="2019-08-28T01:53:25Z" level=info msg="[0/2] [another]: Restarted " Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container Killing simplecomposefile_simple_1 ...  Killing simplecomposefile_simple_1 ... done Removing simplecomposefile_simple_1 ...  Removing simplecomposefile_simple_1 ... done Running process: 30052 PASSED tests/acceptance/cli_test.py::CLITestCase::test_rm Running process: 30119 Running process: 30138 PASSED tests/acceptance/cli_test.py::CLITestCase::test_rm_all Removing simplecomposefile_simple_1 ...  Removing simplecomposefile_simple_1 ... done Running process: 30167 Running process: 30197 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network <- tests/integration/testcases.py Killing networks_app_1 ... Killing networks_web_1 ... Killing networks_db_1 ...  Killing networks_db_1 ... done  Killing networks_web_1 ... done  Killing networks_app_1 ... done Removing networks_app_1 ... Removing networks_web_1 ... Removing networks_db_1 ...  Removing networks_db_1 ... done  Removing networks_web_1 ... done  Removing networks_app_1 ... done Running process: 30204 Running process: 30469 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers Killing linkscomposefile_db_1 ...  Killing linkscomposefile_db_1 ... done Removing linkscomposefile_db_1 ...  Removing linkscomposefile_db_1 ... done Running process: 30657 Running process: 30710 Stderr: time="2019-08-28T01:54:07Z" level=error msg="Failed Executing web : inappropriate ioctl for device" time="2019-08-28T01:54:07Z" level=error msg="Failed to start: web : inappropriate ioctl for device" inappropriate ioctl for device Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system Running process: 30745 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint Running process: 30751 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm Running process: 30757 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network <- tests/integration/testcases.py Killing networks_app_1 ... Killing networks_db_1 ... Killing networks_web_1 ...  Killing networks_db_1 ... done  Killing networks_web_1 ... done  Killing networks_app_1 ... done Removing networks_app_1 ... Removing networks_db_1 ... Removing networks_web_1 ...  Removing networks_app_1 ... done  Removing networks_web_1 ... done  Removing networks_db_1 ... done Running process: 30762 Running process: 31026 Stderr: time="2019-08-28T01:56:02Z" level=error msg="Failed Executing app : inappropriate ioctl for device" time="2019-08-28T01:56:02Z" level=error msg="Failed to start: app : inappropriate ioctl for device" inappropriate ioctl for device Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint Running process: 31147 Stderr: time="2019-08-28T01:56:20Z" level=error msg="Failed Executing test : inappropriate ioctl for device" time="2019-08-28T01:56:20Z" level=error msg="Failed to start: test : inappropriate ioctl for device" inappropriate ioctl for device Stdout: Creating network "entrypointcomposefile_default" with driver "" FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden Running process: 31214 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command Running process: 31220 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden Running process: 31226 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies <- tests/integration/testcases.py Running process: 31232 Stderr: time="2019-08-28T01:56:22Z" level=error msg="Failed Executing web : inappropriate ioctl for device" time="2019-08-28T01:56:22Z" level=error msg="Failed to start: web : inappropriate ioctl for device" inappropriate ioctl for device Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint Running process: 31249 Stderr: time="2019-08-28T01:56:37Z" level=warning msg="Error while reading .dockerignore (.dockerignore) : open .dockerignore: no such file or directory" time="2019-08-28T01:56:37Z" level=info msg="Building entrypointdockerfile_test..." time="2019-08-28T01:56:41Z" level=error msg="Failed Executing test : inappropriate ioctl for device" time="2019-08-28T01:56:41Z" level=error msg="Failed to start: test : inappropriate ioctl for device" inappropriate ioctl for device Stdout: Creating network "entrypointdockerfile_default" with driver "" Sending build context to Docker daemon 3.072kB Step 1/4 : FROM busybox:latest ---> db8ee88ad75f Step 2/4 : LABEL com.docker.compose.test_image true ---> Running in d8374a0d765c ---> d5702853e6c5 Removing intermediate container d8374a0d765c Step 3/4 : ENTRYPOINT printf ---> Running in 5ab02f157c7b ---> 59faaf686b29 Removing intermediate container 5ab02f157c7b Step 4/4 : CMD default args ---> Running in b3c679c1bdd8 ---> c836ea72f754 Removing intermediate container b3c679c1bdd8 Successfully built c836ea72f754 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden Running process: 31391 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden Running process: 31397 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environement_overridden Running process: 31403 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_maped_ip_ports Running process: 31410 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_maped_ports Running process: 31416 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links Running process: 31422 Stderr: time="2019-08-28T01:56:42Z" level=error msg="Failed Executing web : inappropriate ioctl for device" time="2019-08-28T01:56:42Z" level=error msg="Failed to start: web : inappropriate ioctl for device" inappropriate ioctl for device Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports Running process: 31441 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden Running process: 31447 Stderr: Stdout: Incorrect Usage: flag provided but not defined: -user Usage: docker-compose run [OPTIONS] Run a one-off command Options: -d Detached mode: Run container in the background, print new container name. FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form Running process: 31453 Stderr: Stdout: Incorrect Usage: flag provided but not defined: -u Usage: docker-compose run [OPTIONS] Run a one-off command Options: -d Detached mode: Run container in the background, print new container name. FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden Running process: 31459 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form Running process: 31465 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links Running process: 31471 Stderr: time="2019-08-28T01:56:43Z" level=error msg="Failed Executing console : inappropriate ioctl for device" time="2019-08-28T01:56:43Z" level=error msg="Failed to start: console : inappropriate ioctl for device" inappropriate ioctl for device Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports Running process: 31489 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system No handlers could be found for logger "compose.config.environment" Running process: 31631 Stderr: time="2019-08-28T01:57:11Z" level=error msg="Failed Executing simple : inappropriate ioctl for device" time="2019-08-28T01:57:11Z" level=error msg="Failed to start: simple : inappropriate ioctl for device" inappropriate ioctl for device Stdout: Creating network "unicodeenvironment_default" with driver "" FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name Running process: 31696 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports Running process: 31702 FAILED tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps Running process: 31708 PASSED tests/acceptance/cli_test.py::CLITestCase::test_run_without_command Running process: 31766 Stderr: time="2019-08-28T01:57:14Z" level=error msg="Failed Executing implicit : inappropriate ioctl for device" time="2019-08-28T01:57:14Z" level=error msg="Failed to start: implicit : inappropriate ioctl for device" inappropriate ioctl for device Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_scale Running process: 31783 Running process: 31834 Running process: 32028 Running process: 32078 Running process: 32084 PASSED tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt Running process: 32121 PASSED tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers Running process: 32127 Stderr: time="2019-08-28T01:57:17Z" level=info msg="[0/2] [another]: Starting " time="2019-08-28T01:57:17Z" level=info msg="[0/2] [simple]: Starting " time="2019-08-28T01:57:17Z" level=info msg="[0/2] [another]: Started " time="2019-08-28T01:57:17Z" level=info msg="[0/2] [simple]: Started " Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_stop Removing simplecomposefile_another_1 ... Removing simplecomposefile_simple_1 ...  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 32134 Running process: 32235 PASSED tests/acceptance/cli_test.py::CLITestCase::test_stop_signal Removing stopsignalcomposefile_simple_1 ...  Removing stopsignalcomposefile_simple_1 ... done Running process: 32274 Running process: 32323 PASSED tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers Running process: 32346 Stderr: time="2019-08-28T01:57:19Z" level=info msg="[0/2] [simple]: Unpausing " time="2019-08-28T01:57:19Z" level=info msg="[0/2] [another]: Unpausing " time="2019-08-28T01:57:19Z" level=info msg="[0/2] [simple]: Unpaused " time="2019-08-28T01:57:19Z" level=info msg="[0/2] [another]: Unpaused " Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_up <- tests/integration/testcases.py Killing v2simple_another_1 ... Killing v2simple_simple_1 ...  Killing v2simple_simple_1 ... done  Killing v2simple_another_1 ... done Removing v2simple_another_1 ... Removing v2simple_simple_1 ...  Removing v2simple_simple_1 ... done  Removing v2simple_another_1 ... done Running process: 32353 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_attached Running process: 32592 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_detached Killing simplecomposefile_simple_1 ... Killing simplecomposefile_another_1 ...  Killing simplecomposefile_simple_1 ... done  Killing simplecomposefile_another_1 ... done Removing simplecomposefile_simple_1 ... Removing simplecomposefile_another_1 ...  Removing simplecomposefile_another_1 ... done  Removing simplecomposefile_simple_1 ... done Running process: 32598 PASSED tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks <- tests/integration/testcases.py Running process: 32736 Running process: 334 Stderr: Network declared as external, but could not be found. Please create the network manually using docker network create and try again Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit Running process: 386 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown <- tests/integration/testcases.py Running process: 392 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint Running process: 397 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm Running process: 403 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_logging <- tests/integration/testcases.py Killing loggingcomposefile_simple_1 ... Killing loggingcomposefile_another_1 ...  Killing loggingcomposefile_another_1 ... done  Killing loggingcomposefile_simple_1 ... done Removing loggingcomposefile_simple_1 ... Removing loggingcomposefile_another_1 ...  Removing loggingcomposefile_another_1 ... done  Removing loggingcomposefile_simple_1 ... done Running process: 409 PASSED tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy Killing loggingcomposefilelegacy_another_1 ... Killing loggingcomposefilelegacy_simple_1 ...  Killing loggingcomposefilelegacy_another_1 ... done  Killing loggingcomposefilelegacy_simple_1 ... done Removing loggingcomposefilelegacy_another_1 ... Removing loggingcomposefilelegacy_simple_1 ...  Removing loggingcomposefilelegacy_simple_1 ... done  Removing loggingcomposefilelegacy_another_1 ... done Running process: 629 PASSED tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network <- tests/integration/testcases.py Running process: 771 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_no_services <- tests/integration/testcases.py Running process: 777 Stderr: time="2019-08-28T02:00:48Z" level=fatal msg="Failed to read project: Some networks were defined but are not used by any service: bar foo" Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config <- tests/integration/testcases.py Killing networks_another_1 ... Killing networks_simple_1 ...  Killing networks_simple_1 ... done  Killing networks_another_1 ... done Removing networks_another_1 ... Removing networks_simple_1 ...  Removing networks_another_1 ... done  Removing networks_simple_1 ... done Running process: 783 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file Killing overridefiles_web_1 ... Killing overridefiles_db_1 ...  Killing overridefiles_db_1 ... done  Killing overridefiles_web_1 ... done Removing overridefiles_web_1 ... Removing overridefiles_db_1 ...  Removing overridefiles_web_1 ... done  Removing overridefiles_db_1 ... done Running process: 1004 PASSED tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends Killing extends_myweb_1 ... Killing extends_mydb_1 ...  Killing extends_myweb_1 ... done  Killing extends_mydb_1 ... done Removing extends_myweb_1 ... Removing extends_mydb_1 ...  Removing extends_myweb_1 ... done  Removing extends_mydb_1 ... done Running process: 1135 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network <- tests/integration/testcases.py Killing networks_another_1 ... Killing networks_simple_1 ...  Killing networks_simple_1 ... done  Killing networks_another_1 ... done Removing networks_another_1 ... Removing networks_simple_1 ...  Removing networks_simple_1 ... done  Removing networks_another_1 ... done Running process: 1266 Stderr: time="2019-08-28T02:01:25Z" level=info msg="[0/2] [simple]: Starting " time="2019-08-28T02:01:25Z" level=info msg="[0/2] [another]: Starting " time="2019-08-28T02:01:27Z" level=info msg="[1/2] [simple]: Started " time="2019-08-28T02:01:27Z" level=info msg="[2/2] [another]: Started " Stdout: Creating network "networks_default" with driver "" FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate Killing simplecomposefile_simple_1 ... Killing simplecomposefile_another_1 ...  Killing simplecomposefile_simple_1 ... done  Killing simplecomposefile_another_1 ... done Removing simplecomposefile_simple_1 ... Removing simplecomposefile_another_1 ...  Removing simplecomposefile_another_1 ... done  Removing simplecomposefile_simple_1 ... done Running process: 1493 Running process: 1593 PASSED tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate Killing simplecomposefile_another_1 ... Killing simplecomposefile_simple_1 ...  Killing simplecomposefile_simple_1 ... done  Killing simplecomposefile_another_1 ... done Removing simplecomposefile_another_1 ... Removing simplecomposefile_simple_1 ...  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 1770 Stderr: time="2019-08-28T02:01:31Z" level=info msg="[0/2] [simple]: Starting " time="2019-08-28T02:01:31Z" level=info msg="[0/2] [another]: Starting " time="2019-08-28T02:01:31Z" level=info msg="[1/2] [simple]: Started " time="2019-08-28T02:01:31Z" level=info msg="[2/2] [another]: Started " Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 Killing linkscomposefile_web_1 ...  Killing linkscomposefile_web_1 ... done Removing linkscomposefile_web_1 ...  Removing linkscomposefile_web_1 ... done Running process: 1909 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files Killing overridefiles_web_1 ... Killing overridefiles_db_1 ... Killing overridefiles_other_1 ...  Killing overridefiles_db_1 ... done  Killing overridefiles_web_1 ... done  Killing overridefiles_other_1 ... done Removing overridefiles_web_1 ... Removing overridefiles_db_1 ... Removing overridefiles_other_1 ...  Removing overridefiles_web_1 ... done  Removing overridefiles_other_1 ... done  Removing overridefiles_db_1 ... done Running process: 1982 PASSED tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid Running process: 2183 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 Killing netcontainer_bar_1 ...  Killing netcontainer_bar_1 ... done Removing netcontainer_bar_1 ...  Removing netcontainer_bar_1 ... done Running process: 2189 Stderr: time="2019-08-28T02:01:34Z" level=info msg="[0/2] [bar]: Starting " time="2019-08-28T02:01:35Z" level=info msg="[1/2] [bar]: Started " time="2019-08-28T02:01:35Z" level=info msg="[1/2] [foo]: Starting " panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x97f1b8] goroutine 28 [running]: github.com/docker/libcompose/docker/service.Convert(0xc0003ee900, 0xc000354a20, 0x1, 0x1, 0xc000327420, 0x1, 0x1, 0xc000325480, 0xc, 0x1, ...) /go/src/github.com/docker/libcompose/docker/service/convert.go:232 +0x18e8 github.com/docker/libcompose/docker/service.ConvertToAPI(0xc0003ee900, 0xc000354a20, 0x1, 0x1, 0xc000327420, 0x1, 0x1, 0xc000325480, 0xc, 0x1, ...) /go/src/github.com/docker/libcompose/docker/service/convert.go:59 +0x90 github.com/docker/libcompose/docker/service.(*Service).createContainer(0xc0003c8690, 0xbdbde0, 0xc0002bb8c0, 0xbcd9e0, 0xc000021f20, 0x0, 0x0, 0x0, 0xc000310400, 0xc0003c2928, ...) /go/src/github.com/docker/libcompose/docker/service/service_create.go:29 +0x120 github.com/docker/libcompose/docker/service.(*Service).up(0xc0003c8690, 0xbdbde0, 0xc0002bb8c0, 0xc0003c2928, 0x7, 0x1, 0x0, 0x0) /go/src/github.com/docker/libcompose/docker/service/service.go:321 +0x360 github.com/docker/libcompose/docker/service.(*Service).Up(0xc0003c8690, 0xbdbde0, 0xc0002bb8c0, 0xc000000000, 0x3, 0x0) /go/src/github.com/docker/libcompose/docker/service/service.go:242 +0x14e github.com/docker/libcompose/project.(*Project).Up.func1.1(0xbe9940, 0xc0003c8690, 0xc0003c2907, 0x3) /go/src/github.com/docker/libcompose/project/project_up.go:17 +0x68 github.com/docker/libcompose/project.(*serviceWrapper).Do(0xc0003c1570, 0xc0003cee10, 0x4, 0x6, 0xc000052fa0) /go/src/github.com/docker/libcompose/project/service-wrapper.go:101 +0x11a github.com/docker/libcompose/project.(*Project).Up.func1(0xc0003c1570, 0xc0003cee10) /go/src/github.com/docker/libcompose/project/project_up.go:16 +0xad created by github.com/docker/libcompose/project.(*Project).startService /go/src/github.com/docker/libcompose/project/project.go:448 +0x4f5 Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases <- tests/integration/testcases.py Killing networks_web_1 ...  Killing networks_web_1 ... done Removing networks_web_1 ...  Removing networks_web_1 ... done Running process: 2259 PASSED tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal <- tests/integration/testcases.py Killing networks_web_1 ...  Killing networks_web_1 ... done Removing networks_web_1 ...  Removing networks_web_1 ... done Running process: 2453 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels <- tests/integration/testcases.py Removing networks_web_1 ...  Removing networks_web_1 ... done Running process: 2595 Stderr: time="2019-08-28T02:02:28Z" level=info msg="[0/1] [web]: Starting " time="2019-08-28T02:02:28Z" level=error msg="Failed Starting web : Error response from daemon: page not found" time="2019-08-28T02:02:28Z" level=error msg="Failed to start: web : Error response from daemon: page not found" Error response from daemon: page not found Stdout: FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py Killing networks_service_1 ... Killing networks_container_1 ... Killing networks_none_1 ... Killing networks_host_1 ... Killing networks_bridge_1 ...  Killing networks_container_1 ... done  Killing networks_none_1 ... done  Killing networks_service_1 ... done  Killing networks_host_1 ... done  Killing networks_bridge_1 ... done Removing networks_service_1 ... Removing networks_container_1 ... Removing networks_none_1 ... Removing networks_host_1 ... Removing networks_bridge_1 ...  Removing networks_service_1 ... done  Removing networks_none_1 ... done  Removing networks_host_1 ... done  Removing networks_container_1 ... done  Removing networks_bridge_1 ... done Running process: 2658 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses <- tests/integration/testcases.py Killing networks_web_1 ...  Killing networks_web_1 ... done Removing networks_web_1 ...  Removing networks_web_1 ... done Running process: 3037 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks <- tests/integration/testcases.py Killing networks_app_1 ... Killing networks_db_1 ... Killing networks_web_1 ...  Killing networks_db_1 ... done  Killing networks_web_1 ... done  Killing networks_app_1 ... done Removing networks_app_1 ... Removing networks_db_1 ... Removing networks_web_1 ...  Removing networks_web_1 ... done  Removing networks_db_1 ... done  Removing networks_app_1 ... done Running process: 3173 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps Running process: 3523 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate Killing simplecomposefile_simple_1 ... Killing simplecomposefile_another_1 ...  Killing simplecomposefile_simple_1 ... done  Killing simplecomposefile_another_1 ... done Removing simplecomposefile_simple_1 ... Removing simplecomposefile_another_1 ...  Removing simplecomposefile_another_1 ... done  Removing simplecomposefile_simple_1 ... done Running process: 3529 Running process: 3626 PASSED tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout Running process: 3671 FAILED tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels <- tests/integration/testcases.py Killing volumes_web_1 ...  Killing volumes_web_1 ... done Removing volumes_web_1 ...  Removing volumes_web_1 ... done Running process: 3677 FAILED ==================================== ERRORS ==================================== __________________ ERROR at teardown of CLITestCase.test_help __________________ tests/acceptance/cli_test.py:109: in tearDown self.project.kill() tests/acceptance/cli_test.py:128: in project self._project = get_project(self.base_dir) compose/cli/command.py:99: in get_project config_details = config.find(project_dir, config_path, environment) compose/config/config.py:236: in find filenames = get_default_config_files(base_dir) compose/config/config.py:266: in get_default_config_files raise ComposeFileNotFound(SUPPORTED_FILENAMES) E ComposeFileNotFound: E Can't find a suitable configuration file in this directory or any E parent. Are you in the right directory? E E Supported filenames: docker-compose.yml, docker-compose.yaml =================================== FAILURES =================================== _____________________ CLITestCase.test_bundle_with_digests _____________________ tests/acceptance/cli_test.py:410: in test_bundle_with_digests self.dispatch(['bundle', '--output', filename]) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 3 == 0 E + where 3 = .returncode _______________________ CLITestCase.test_config_default ________________________ tests/acceptance/cli_test.py:216: in test_config_default assert output == expected E AssertionError: assert {'networks': ...r': 'local'}}} == {'networks': {...r': 'local'}}} E Detailed information truncated, use "-vv" to show ____________________ CLITestCase.test_config_list_services _____________________ tests/acceptance/cli_test.py:176: in test_config_list_services assert set(result.stdout.rstrip().split('\n')) == {'web', 'other'} E AssertionError: assert set(['', ' ...mpose file.']) == set(['other', 'web']) E Extra items in the left set: E '' E 'Incorrect Usage: flag provided but not defined: -services' E 'Usage: docker-compose config [OPTIONS]' E 'Validate and view the compose file.' E " --quiet, -q Only validate the configuration, don't print anything." E 'Options:' E Extra items in the right set: E 'web' E 'other' E Full diff: E + set([u'other', u'web']) E - set([u'', E - u" --quiet, -q Only validate the configuration, don't print anything.", E - u'Incorrect Usage: flag provided but not defined: -services', E - u'Options:', E - u'Usage: docker-compose config [OPTIONS]', E - u'Validate and view the compose file.']) ___________________ CLITestCase.test_config_quiet_with_error ___________________ tests/acceptance/cli_test.py:184: in test_config_quiet_with_error assert "'notaservice' must be a mapping" in result.stderr E AssertionError: assert "'notaservice' must be a mapping" in 'time="2019-08-28T01:52:20Z" 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' E + where 'time="2019-08-28T01:52:20Z" 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:52:20Z" level=error msg...l errors:\\n line 2: cannot unmarshal !!str `oops` into config.RawService"\n').stderr _______________________ CLITestCase.test_config_restart ________________________ tests/acceptance/cli_test.py:221: in test_config_restart assert yaml.load(result.stdout) == { E AssertionError: assert {'networks': ...'volumes': {}} == {'networks': {...'volumes': {}} E Detailed information truncated, use "-vv" to show __________________________ CLITestCase.test_config_v1 __________________________ tests/acceptance/cli_test.py:266: in test_config_v1 assert yaml.load(result.stdout) == { E AssertionError: assert {'networks': ...'volumes': {}} == {'networks': {...'volumes': {}} E Detailed information truncated, use "-vv" to show ____________________________ CLITestCase.test_down _____________________________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:487: in test_down self.dispatch(['run', 'web', 'true']) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ____________________ CLITestCase.test_events_human_readable ____________________ tests/acceptance/cli_test.py:1686: in test_events_human_readable result = wait_on_process(events_proc, returncode=1) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert -2 == 1 E + where -2 = .returncode _________________________ CLITestCase.test_events_json _________________________ tests/acceptance/cli_test.py:1665: in test_events_json result = wait_on_process(events_proc, returncode=1) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert -2 == 1 E + where -2 = .returncode ______________________ CLITestCase.test_exec_custom_user _______________________ tests/acceptance/cli_test.py:974: in test_exec_custom_user stdout, stderr = self.dispatch(['exec', '-T', '--user=operator', 'console', 'whoami']) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 3 == 0 E + where 3 = .returncode ______________________ CLITestCase.test_exec_without_tty _______________________ tests/acceptance/cli_test.py:965: in test_exec_without_tty stdout, stderr = self.dispatch(['exec', '-T', 'console', 'ls', '-1d', '/']) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 3 == 0 E + where 3 = .returncode ____________________________ CLITestCase.test_help _____________________________ tests/acceptance/cli_test.py:149: in test_help assert 'Usage: up [options] [SERVICE...]' in result.stdout 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" 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 _______________ CLITestCase.test_home_and_env_var_in_volume_path _______________ ../local/lib/python2.7/site-packages/mock/mock.py:1747: in _inner return f(*args, **kw) tests/acceptance/cli_test.py:1720: in test_home_and_env_var_in_volume_path assert components[-2:] == ['home-dir', 'my-volume'] E AssertionError: assert ['~', 'my-volume'] == ['home-dir', 'my-volume'] E At index 0 diff: u'~' != u'home-dir' E Full diff: E - [u'~', u'my-volume'] E ? ^ E + [u'home-dir', u'my-volume'] E ? ^^^^^^^^ _____________________ CLITestCase.test_host_not_reachable ______________________ tests/acceptance/cli_test.py:161: in test_host_not_reachable result = self.dispatch(['-H=tcp://doesnotexist:8000', 'ps'], returncode=1) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 0 == 1 E + where 0 = .returncode __________ CLITestCase.test_host_not_reachable_volumes_from_container __________ tests/acceptance/cli_test.py:170: in test_host_not_reachable_volumes_from_container result = self.dispatch(['-H=tcp://doesnotexist:8000', 'ps'], returncode=1) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 0 == 1 E + where 0 = .returncode _________________________ CLITestCase.test_logs_follow _________________________ tests/acceptance/cli_test.py:1484: in test_logs_follow assert result.stdout.count('\n') == 5 E AssertionError: assert 9 == 5 E + where 9 = ('\n') 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'.count 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 ____________ CLITestCase.test_logs_follow_logs_from_new_containers _____________ tests/acceptance/cli_test.py:1505: in test_logs_follow_logs_from_new_containers assert 'hello' in result.stdout 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' 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 __________________________ CLITestCase.test_logs_tail __________________________ tests/acceptance/cli_test.py:1540: in test_logs_tail assert result.stdout.count('\n') == 3 E AssertionError: assert 9 == 3 E + where 9 = ('\n') 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'.count 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 _______________________ CLITestCase.test_logs_timestamps _______________________ tests/acceptance/cli_test.py:1533: in test_logs_timestamps self.assertRegexpMatches(result.stdout, '(\d{4})-(\d{2})-(\d{2})T(\d{2})\:(\d{2})\:(\d{2})') 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' _____________________ CLITestCase.test_pause_no_containers _____________________ tests/acceptance/cli_test.py:1468: in test_pause_no_containers result = self.dispatch(['pause'], returncode=1) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 0 == 1 E + where 0 = .returncode _______________________ CLITestCase.test_port_with_scale _______________________ tests/acceptance/cli_test.py:1654: in test_port_with_scale self.assertEqual(get_port(3000), containers[0].get_local_port(3000)) E AssertionError: u'0.0.0.0:32769' != u'0.0.0.0:32770' E - 0.0.0.0:32769 E ? ^^ E + 0.0.0.0:32770 E ? ^^ ____________________________ CLITestCase.test_pull _____________________________ tests/acceptance/cli_test.py:317: in test_pull assert sorted(result.stderr.split('\n'))[1:] == [ E AssertionError: assert ['Digest: sha...:latest', ...] == ['Pulling anot...x:latest)...'] E Detailed information truncated, use "-vv" to show ____________________ CLITestCase.test_restart_no_containers ____________________ tests/acceptance/cli_test.py:1602: in test_restart_no_containers result = self.dispatch(['restart'], returncode=1) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 0 == 1 E + where 0 = .returncode ___________________________ CLITestCase.test_rm_all ____________________________ tests/acceptance/cli_test.py:1397: in test_rm_all self.assertEqual(len(service.containers(stopped=True)), 0) E AssertionError: 1 != 0 ______________ CLITestCase.test_run_detached_connects_to_network _______________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:1306: in test_run_detached_connects_to_network assert not aliases E AssertionError: assert not set(['app']) ___________ CLITestCase.test_run_does_not_recreate_linked_containers ___________ tests/acceptance/cli_test.py:1021: in test_run_does_not_recreate_linked_containers self.dispatch(['run', 'web', '/bin/true'], None) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode _________________ CLITestCase.test_run_env_values_from_system __________________ ../local/lib/python2.7/site-packages/mock/mock.py:1747: in _inner return f(*args, **kw) tests/acceptance/cli_test.py:1361: in test_run_env_values_from_system container = self.project.containers(one_off=OneOffFilter.only, stopped=True)[0] E IndexError: list index out of range _____________________ CLITestCase.test_run_handles_sigint ______________________ tests/acceptance/cli_test.py:1316: in test_run_handles_sigint 'running')) tests/acceptance/cli_test.py:61: in wait_on_condition raise AssertionError("Timeout: %s" % condition) E AssertionError: Timeout: waiting for container to be running _____________________ CLITestCase.test_run_handles_sigterm _____________________ tests/acceptance/cli_test.py:1329: in test_run_handles_sigterm 'running')) tests/acceptance/cli_test.py:61: in wait_on_condition raise AssertionError("Timeout: %s" % condition) E AssertionError: Timeout: waiting for container to be running _____________ CLITestCase.test_run_interactive_connects_to_network _____________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:1267: in test_run_interactive_connects_to_network self.dispatch(['run', 'app', 'nslookup', 'app']) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode __________ CLITestCase.test_run_service_with_compose_file_entrypoint ___________ tests/acceptance/cli_test.py:1071: in test_run_service_with_compose_file_entrypoint self.dispatch(['run', 'test']) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode _ CLITestCase.test_run_service_with_compose_file_entrypoint_and_command_overridden _ tests/acceptance/cli_test.py:1086: in test_run_service_with_compose_file_entrypoint_and_command_overridden container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0] E IndexError: list index out of range _ CLITestCase.test_run_service_with_compose_file_entrypoint_and_empty_string_command _ tests/acceptance/cli_test.py:1093: in test_run_service_with_compose_file_entrypoint_and_empty_string_command container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0] E IndexError: list index out of range _____ CLITestCase.test_run_service_with_compose_file_entrypoint_overridden _____ tests/acceptance/cli_test.py:1079: in test_run_service_with_compose_file_entrypoint_overridden container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0] E IndexError: list index out of range ________________ CLITestCase.test_run_service_with_dependencies ________________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:1001: in test_run_service_with_dependencies self.dispatch(['run', 'web', '/bin/true'], None) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ___________ CLITestCase.test_run_service_with_dockerfile_entrypoint ____________ tests/acceptance/cli_test.py:1050: in test_run_service_with_dockerfile_entrypoint self.dispatch(['run', 'test']) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode _ CLITestCase.test_run_service_with_dockerfile_entrypoint_and_command_overridden _ tests/acceptance/cli_test.py:1065: in test_run_service_with_dockerfile_entrypoint_and_command_overridden container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0] E IndexError: list index out of range ______ CLITestCase.test_run_service_with_dockerfile_entrypoint_overridden ______ tests/acceptance/cli_test.py:1058: in test_run_service_with_dockerfile_entrypoint_overridden container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0] E IndexError: list index out of range __________ CLITestCase.test_run_service_with_environement_overridden ___________ tests/acceptance/cli_test.py:1126: in test_run_service_with_environement_overridden container = service.containers(stopped=True, one_off=OneOffFilter.only)[0] E IndexError: list index out of range _________ CLITestCase.test_run_service_with_explicitly_maped_ip_ports __________ tests/acceptance/cli_test.py:1200: in test_run_service_with_explicitly_maped_ip_ports container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0] E IndexError: list index out of range ___________ CLITestCase.test_run_service_with_explicitly_maped_ports ___________ tests/acceptance/cli_test.py:1178: in test_run_service_with_explicitly_maped_ports container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0] E IndexError: list index out of range ___________________ CLITestCase.test_run_service_with_links ____________________ tests/acceptance/cli_test.py:992: in test_run_service_with_links self.dispatch(['run', 'web', '/bin/true'], None) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode _________________ CLITestCase.test_run_service_with_map_ports __________________ tests/acceptance/cli_test.py:1157: in test_run_service_with_map_ports container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0] E IndexError: list index out of range ______________ CLITestCase.test_run_service_with_user_overridden _______________ tests/acceptance/cli_test.py:1101: in test_run_service_with_user_overridden self.dispatch(['run', '--user={user}'.format(user=user), name], returncode=1) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 0 == 1 E + where 0 = .returncode _________ CLITestCase.test_run_service_with_user_overridden_short_form _________ tests/acceptance/cli_test.py:1110: in test_run_service_with_user_overridden_short_form self.dispatch(['run', '-u', user, name], returncode=1) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 0 == 1 E + where 0 = .returncode _____________ CLITestCase.test_run_service_with_workdir_overridden _____________ tests/acceptance/cli_test.py:1250: in test_run_service_with_workdir_overridden container = service.containers(stopped=True, one_off=True)[0] E IndexError: list index out of range _______ CLITestCase.test_run_service_with_workdir_overridden_short_form ________ tests/acceptance/cli_test.py:1259: in test_run_service_with_workdir_overridden_short_form container = service.containers(stopped=True, one_off=True)[0] E IndexError: list index out of range __________________ CLITestCase.test_run_service_without_links __________________ tests/acceptance/cli_test.py:980: in test_run_service_without_links self.dispatch(['run', 'console', '/bin/true']) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ________________ CLITestCase.test_run_service_without_map_ports ________________ tests/acceptance/cli_test.py:1150: in test_run_service_without_map_ports self.assertEqual(port_random, None) E AssertionError: u'0.0.0.0:32771' != None _____________ CLITestCase.test_run_unicode_env_values_from_system ______________ ../local/lib/python2.7/site-packages/mock/mock.py:1747: in _inner return f(*args, **kw) tests/acceptance/cli_test.py:1345: in test_run_unicode_env_values_from_system result = self.dispatch(['run', 'simple']) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ____________________ CLITestCase.test_run_with_custom_name _____________________ tests/acceptance/cli_test.py:1241: in test_run_with_custom_name container, = service.containers(stopped=True, one_off=OneOffFilter.only) E ValueError: need more than 0 values to unpack ____________________ CLITestCase.test_run_with_expose_ports ____________________ tests/acceptance/cli_test.py:1217: in test_run_with_expose_ports container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0] E IndexError: list index out of range _____________________ CLITestCase.test_run_without_command _____________________ tests/acceptance/cli_test.py:1032: in test_run_without_command self.dispatch(['run', 'implicit']) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode _____________________ CLITestCase.test_start_no_containers _____________________ tests/acceptance/cli_test.py:1424: in test_start_no_containers result = self.dispatch(['start'], returncode=1) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 0 == 1 E + where 0 = .returncode ____________________ CLITestCase.test_unpause_no_containers ____________________ tests/acceptance/cli_test.py:1472: in test_unpause_no_containers result = self.dispatch(['unpause'], returncode=1) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 0 == 1 E + where 0 = .returncode _____________________________ CLITestCase.test_up ______________________________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:557: in test_up assert self.lookup(container, service.name) E AssertionError: assert >(, 'simple') E + where > = .lookup E + and 'simple' = .name _________________________ CLITestCase.test_up_attached _________________________ tests/acceptance/cli_test.py:522: in test_up_attached assert 'simple_1 | simple' in result.stdout 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" 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 ____________________ CLITestCase.test_up_external_networks _____________________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:751: in test_up_external_networks self.dispatch(['-f', filename, 'up', '-d']) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode _____________ CLITestCase.test_up_handles_abort_on_container_exit ______________ tests/acceptance/cli_test.py:956: in test_up_handles_abort_on_container_exit wait_on_condition(ContainerCountCondition(self.project, 2)) tests/acceptance/cli_test.py:61: in wait_on_condition raise AssertionError("Timeout: %s" % condition) E AssertionError: Timeout: waiting for counter count == 2 __________________ CLITestCase.test_up_handles_force_shutdown __________________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:947: in test_up_handles_force_shutdown wait_on_condition(ContainerCountCondition(self.project, 2)) tests/acceptance/cli_test.py:61: in wait_on_condition raise AssertionError("Timeout: %s" % condition) E AssertionError: Timeout: waiting for counter count == 2 ______________________ CLITestCase.test_up_handles_sigint ______________________ tests/acceptance/cli_test.py:931: in test_up_handles_sigint wait_on_condition(ContainerCountCondition(self.project, 2)) tests/acceptance/cli_test.py:61: in wait_on_condition raise AssertionError("Timeout: %s" % condition) E AssertionError: Timeout: waiting for counter count == 2 _____________________ CLITestCase.test_up_handles_sigterm ______________________ tests/acceptance/cli_test.py:938: in test_up_handles_sigterm wait_on_condition(ContainerCountCondition(self.project, 2)) tests/acceptance/cli_test.py:61: in wait_on_condition raise AssertionError("Timeout: %s" % condition) E AssertionError: Timeout: waiting for counter count == 2 _____________________ CLITestCase.test_up_missing_network ______________________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:694: in test_up_missing_network assert 'Service "web" uses an undefined network "foo"' in result.stderr E AssertionError: assert 'Service "web" uses an undefined network "foo"' in 'time="2019-08-28T02:00:48Z" level=fatal msg="Failed to read project: Some networks were defined but are not used by any service: bar"\n' E + where 'time="2019-08-28T02:00:48Z" 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-28T02:00:48Z" level=fatal msg...d project: Some networks were defined but are not used by any service: bar"\n').stderr _______________________ CLITestCase.test_up_no_services ________________________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:821: in test_up_no_services self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode _______________ CLITestCase.test_up_with_default_network_config ________________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:571: in test_up_with_default_network_config assert networks[0]['Options']['com.docker.network.bridge.enable_icc'] == 'false' E KeyError: u'com.docker.network.bridge.enable_icc' _______________________ CLITestCase.test_up_with_extends _______________________ tests/acceptance/cli_test.py:1780: in test_up_with_extends set(['db', 'mydb_1', 'extends_mydb_1'])) E AssertionError: Items in the second set but not the first: E u'mydb_1' ______________ CLITestCase.test_up_with_external_default_network _______________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:762: in test_up_with_external_default_network result = self.dispatch(['-f', filename, 'up', '-d'], returncode=1) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 0 == 1 E + where 0 = .returncode ___________ CLITestCase.test_up_with_force_recreate_and_no_recreate ____________ tests/acceptance/cli_test.py:914: in test_up_with_force_recreate_and_no_recreate returncode=1) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 0 == 1 E + where 0 = .returncode ______________________ CLITestCase.test_up_with_links_v1 _______________________ tests/acceptance/cli_test.py:844: in test_up_with_links_v1 self.assertEqual(len(db.containers()), 1) E AssertionError: 0 != 1 ___________________ CLITestCase.test_up_with_net_is_invalid ____________________ tests/acceptance/cli_test.py:858: in test_up_with_net_is_invalid assert "Unsupported config option for services.bar: 'net'" in result.stderr E AssertionError: assert "Unsupported config option for services.bar: 'net'" in 'time="2019-08-28T02:01:34Z" level=error msg="Could not parse config for project netcontainer : Unsupported config opt...e="2019-08-28T02:01:34Z" level=fatal msg="Failed to read project: Unsupported config option for bar service: \'net\'"\n' E + where 'time="2019-08-28T02:01:34Z" level=error msg="Could not parse config for project netcontainer : Unsupported config opt...e="2019-08-28T02:01:34Z" level=fatal msg="Failed to read project: Unsupported config option for bar service: \'net\'"\n' = ProcessResult(stdout=u'', stderr=u'time="2019-08-28T02:01:34Z" level=error msg...Failed to read project: Unsupported config option for bar service: \'net\'"\n').stderr _______________________ CLITestCase.test_up_with_net_v1 ________________________ tests/acceptance/cli_test.py:862: in test_up_with_net_v1 self.dispatch(['up', '-d'], None) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 2 == 0 E + where 2 = .returncode __________________ CLITestCase.test_up_with_network_internal ___________________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:617: in test_up_with_network_internal assert networks[0]['Internal'] is True E AssertionError: assert False is True ___________________ CLITestCase.test_up_with_network_labels ____________________ tests/integration/testcases.py:68: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:785: in test_up_with_network_labels self.dispatch(['-f', filename, 'up', '-d'], returncode=0) tests/acceptance/cli_test.py:134: in dispatch return wait_on_process(proc, returncode=returncode) tests/acceptance/cli_test.py:53: in wait_on_process assert proc.returncode == returncode E AssertionError: assert 1 == 0 E + where 1 = .returncode ____________________ CLITestCase.test_up_with_network_mode _____________________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:714: in test_up_with_network_mode assert not networks E AssertionError: assert not [{'Attachable': False, 'Containers': {}, 'Created': '2019-08-28T02:02:29.526383841Z', 'Driver': 'bridge', ...}] ______________ CLITestCase.test_up_with_network_static_addresses _______________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:640: in test_up_with_network_static_addresses assert ipv4_address in ipam_config.values() E AttributeError: 'NoneType' object has no attribute 'values' ______________________ CLITestCase.test_up_with_networks _______________________ tests/integration/testcases.py:55: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:668: in test_up_with_networks assert '{}:database'.format(db_container.name) in links E TypeError: argument of type 'NoneType' is not iterable _______________________ CLITestCase.test_up_with_no_deps _______________________ tests/acceptance/cli_test.py:879: in test_up_with_no_deps self.assertEqual(len(web.containers()), 1) E AssertionError: 0 != 1 _______________________ CLITestCase.test_up_with_timeout _______________________ tests/acceptance/cli_test.py:920: in test_up_with_timeout self.assertEqual(len(service.containers()), 1) E AssertionError: 0 != 1 ____________________ CLITestCase.test_up_with_volume_labels ____________________ tests/integration/testcases.py:68: in wrapper return f(self, *args, **kwargs) tests/acceptance/cli_test.py:814: in test_up_with_volume_labels assert [v['Name'] for v in volumes] == [volume_with_label] E AssertionError: assert [] == ['volumes_volume_with_label'] E Right contains more items, first extra item: 'volumes_volume_with_label' E Full diff: E - [] E + [u'volumes_volume_with_label'] =============== 79 failed, 43 passed, 1 error in 688.27 seconds ================ /go/src/github.com/docker/libcompose ---> Making bundle: .integration-daemon-stop (in .) ++++ cat ./docker.pid +++ kill 25898 [Pipeline] } [Pipeline] // timeout [Pipeline] echo chowning workspace [Pipeline] sh + uname -m [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/libcompose_PR-531:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] } [Pipeline] // withEnv [Pipeline] stage Using the ‘stage’ step without a block argument is deprecated Entering stage build Proceeding [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] sh + make -e cross-binary docker build -t "dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6" . Sending build context to Docker daemon 6.591MB Step 1/14 : FROM golang:1.12.7 ---> be63d15101cb 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 ---> Using cache ---> 7fb1f08c77e7 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 ---> Using cache ---> 0d4f176a8b42 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0 ---> Using cache ---> 738c9de38839 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2 ---> Using cache ---> 5b3b3ce4fa40 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 ---> Using cache ---> 9bc0aaa0ab42 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker ---> Using cache ---> 5b84f272554c Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose ---> Using cache ---> a652c940ec81 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0 ---> Using cache ---> 7903b376f051 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 ---> Using cache ---> a8f99332c790 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli ---> Using cache ---> 845647c449a2 Step 12/14 : ENV USER root ---> Using cache ---> 36018d5e6133 Step 13/14 : ENTRYPOINT ["hack/dind"] ---> Using cache ---> 1728d07920dd Step 14/14 : COPY . /go/src/github.com/docker/libcompose ---> Using cache ---> f3560cc95e6a Successfully built f3560cc95e6a Successfully tagged dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6 docker run --rm -i --privileged -e DAEMON_VERSION=""default"" -e OS_PLATFORM_ARG -e OS_ARCH_ARG -e DOCKER_TEST_HOST -e TESTDIRS -e TESTFLAGS -e SHOWWARNING -e TESTVERBOSE -v "/home/ubuntu/workspace/libcompose_PR-531/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6" ./hack/make.sh cross-binary ---> Making bundle: cross-binary (in .) Building binary for linux/386... go: finding github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 go: finding github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: finding github.com/docker/go-connections v0.3.0 go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 go: finding github.com/sirupsen/logrus v1.2.0 go: finding github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 go: finding gotest.tools v2.2.0+incompatible go: finding github.com/modern-go/reflect2 v1.0.1 go: finding github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c go: finding github.com/xeipuuv/gojsonschema v1.1.0 go: finding github.com/Microsoft/hcsshim v0.8.6 go: finding github.com/docker/distribution v2.7.1+incompatible go: finding github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 go: finding github.com/Microsoft/go-winio v0.3.8 go: finding github.com/davecgh/go-spew v1.1.1 go: finding github.com/pkg/errors v0.8.0 go: finding github.com/docker/docker-credential-helpers v0.6.3 go: finding github.com/docker/go-units v0.4.0 go: finding github.com/prometheus/client_golang v1.1.0 go: finding github.com/stretchr/objx v0.1.1 go: finding github.com/urfave/cli v1.21.0 go: finding github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76 go: finding github.com/stretchr/testify v1.2.2 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 go: finding gopkg.in/yaml.v2 v2.2.2 go: finding github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 go: finding golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 go: finding github.com/pmezard/go-difflib v1.0.0 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f go: finding github.com/golang/protobuf v1.3.2 go: finding github.com/stretchr/testify v1.3.0 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: finding github.com/prometheus/procfs v0.0.3 go: finding github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 go: finding github.com/stretchr/objx v0.1.0 go: finding github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 go: finding github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 go: finding github.com/BurntSushi/toml v0.3.1 go: finding github.com/gorilla/context v1.1.1 go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 go: finding github.com/gogo/protobuf v1.1.1 go: finding github.com/golang/protobuf v1.2.0 go: finding google.golang.org/grpc v1.22.1 go: finding github.com/beorn7/perks v1.0.1 go: finding github.com/json-iterator/go v1.1.7 go: finding github.com/prometheus/common v0.6.0 go: finding github.com/google/go-cmp v0.3.0 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 go: finding github.com/davecgh/go-spew v1.1.0 go: finding gopkg.in/yaml.v2 v2.2.1 go: finding github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 go: finding github.com/julienschmidt/httprouter v1.2.0 go: finding github.com/google/gofuzz v1.0.0 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc go: finding github.com/golang/protobuf v1.3.1 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 go: finding github.com/google/go-cmp v0.2.0 go: finding github.com/golang/mock v1.1.1 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 go: finding golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 go: finding github.com/go-logfmt/logfmt v0.4.0 go: finding github.com/prometheus/client_golang v1.0.0 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f go: finding github.com/client9/misspell v0.3.4 go: finding google.golang.org/appengine v1.1.0 go: finding golang.org/x/text v0.3.0 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a go: finding github.com/prometheus/procfs v0.0.2 go: finding github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 go: finding cloud.google.com/go v0.26.0 go: finding github.com/beorn7/perks v1.0.0 go: finding github.com/prometheus/common v0.4.1 go: finding github.com/json-iterator/go v1.1.6 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd go: finding github.com/go-kit/kit v0.8.0 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d go: finding github.com/go-stack/stack v1.8.0 go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 go: finding github.com/go-logfmt/logfmt v0.3.0 go: finding github.com/prometheus/client_golang v0.9.1 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 go: downloading golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 go: downloading github.com/urfave/cli v1.21.0 go: downloading github.com/docker/go-connections v0.3.0 go: downloading github.com/sirupsen/logrus v1.2.0 go: downloading github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b go: downloading github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 go: downloading github.com/xeipuuv/gojsonschema v1.1.0 go: downloading github.com/docker/go-units v0.4.0 go: extracting github.com/docker/go-connections v0.3.0 go: extracting github.com/docker/go-units v0.4.0 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 go: extracting github.com/sirupsen/logrus v1.2.0 go: extracting github.com/urfave/cli v1.21.0 go: extracting github.com/xeipuuv/gojsonschema v1.1.0 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 go: extracting golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 go: extracting github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 go: extracting github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 go: downloading gopkg.in/yaml.v2 v2.2.2 go: extracting gopkg.in/yaml.v2 v2.2.2 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: extracting github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b go: downloading github.com/docker/distribution v2.7.1+incompatible go: downloading github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c go: downloading github.com/pkg/errors v0.8.0 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c go: downloading google.golang.org/grpc v1.22.1 go: downloading github.com/docker/docker-credential-helpers v0.6.3 go: extracting github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c go: downloading github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc go: extracting github.com/pkg/errors v0.8.0 go: extracting github.com/docker/docker-credential-helpers v0.6.3 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f go: downloading github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f go: extracting github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 go: extracting github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c go: extracting github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 go: downloading github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 go: downloading github.com/gogo/protobuf v1.1.1 go: extracting github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 go: extracting google.golang.org/grpc v1.22.1 go: downloading github.com/golang/protobuf v1.3.2 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 go: extracting github.com/docker/distribution v2.7.1+incompatible go: downloading github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b go: downloading github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 go: extracting github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b go: downloading github.com/gorilla/context v1.1.1 go: extracting github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 go: downloading github.com/prometheus/client_golang v1.1.0 go: extracting github.com/gorilla/context v1.1.1 go: extracting github.com/golang/protobuf v1.3.2 go: extracting github.com/prometheus/client_golang v1.1.0 go: downloading github.com/prometheus/common v0.6.0 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 go: downloading github.com/prometheus/procfs v0.0.3 go: downloading github.com/beorn7/perks v1.0.1 go: extracting github.com/beorn7/perks v1.0.1 go: extracting github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 go: extracting github.com/prometheus/common v0.6.0 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 go: extracting github.com/prometheus/procfs v0.0.3 go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1 go: extracting github.com/gogo/protobuf v1.1.1 go: extracting google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 Building binary for linux/amd64... Building binary for linux/arm... Building binary for windows/386... go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 go: downloading github.com/Microsoft/go-winio v0.3.8 go: downloading github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 go: downloading github.com/Microsoft/hcsshim v0.8.6 go: extracting github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 go: extracting github.com/Microsoft/go-winio v0.3.8 go: extracting github.com/Microsoft/hcsshim v0.8.6 Building binary for windows/amd64... Building binary for darwin/386... Building binary for darwin/amd64... [Pipeline] } [Pipeline] // timeout [Pipeline] echo chowning workspace [Pipeline] sh + uname -m [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/libcompose_PR-531:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] } [Pipeline] // withEnv [Pipeline] archive The archive step is deprecated, please use archiveArtifacts instead. No files found to archive for pattern "bundles"; continuing. [Pipeline] sh + docker rmi dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6 Untagged: dockerbuildbot/libcompose:2f27c7a1e56bcbe9ad159c410a503f3e333775d6 Deleted: sha256:f3560cc95e6ae6ce4584693ccf2a5a5f42ea04b7333cf56885202fe8ac83a28e Deleted: sha256:17bfd39eb830b5cd16226f95b5f26b4d20c702511c79cfc96c8f4d28bd17dcc1 Deleted: sha256:1728d07920dde5ffbae670a044d0735495a663f972b553cdc50cd7798fe9e71f Deleted: sha256:36018d5e6133adc2138d4e1b85a8da8105183b3f2dbd3738a8e211f26cc4405c Deleted: sha256:845647c449a20e0752affc35e2c5e7914d19d4f6af68e25d41273ee2c7675856 Deleted: sha256:a8f99332c790e2c85aa624efb36703c9a6b49ac4293357fabfb88a7ec0226fca Deleted: sha256:8f866f9dbb7c437e2305da4d03535b043787711a6032fe236f6e1703c9474e28 Deleted: sha256:7903b376f051472e4acf1a76066053f60fb304cde63b821248c803b9ae15f506 Deleted: sha256:a652c940ec810df87ab0292dd0623402e4802fb3b19a1c43d2f3f4e5d45bd053 Deleted: sha256:cab915590725038780aceb4b1e5763a23e136e250e49d482afb360a0e4257255 Deleted: sha256:5b84f272554cd9aa6d616a47b07942ae79e672092f2c792ba1778f8d89311eca Deleted: sha256:90d2bdf8b3f6b7b35c944b3990202d9291e1bb29b3e6ad06b244d4f9c67ee2bc Deleted: sha256:9bc0aaa0ab420b6ff25e34dfbdfde3c876f4231db0d2477ec3b92617a96a3a2b Deleted: sha256:164d73b132ad209e9a592288cf00c1b9488f204ada441b1a435c05fd0e4ef817 Deleted: sha256:5b3b3ce4fa40562ae65a6bbf5cb24234ab35d3aebea96dafb6e1d1682d2bf664 Deleted: sha256:738c9de38839d533e23e854f9d37c0c5378f8403dd5cb317d33bbd18f336f39b Deleted: sha256:0d4f176a8b424b201efe209b6581746dc38fca642ea6ab01e2ee17bf401281f5 Deleted: sha256:c487974767d665c8c44612db87a76ce5bf37c74edefccd40303846b3ce327cd5 Deleted: sha256:7fb1f08c77e78efe649e6f14670e02f03a4814f877102bdd33ff75dedd447249 Deleted: sha256:23a6c936e149b06d8e3df108202d9a09418924fcf4f33cadae825350eef14653 [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