Started by user Peter Salvatore 22:13:21 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 143e0f3f1ab9caa587b9821028c60d41d203de3e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ead69454b4062f17d1f8389642089a002b037213 Commit message: "Merge pull request #10 from russellcardullo/sonar-scan" > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Running on ubuntu-1804-overlay2 (i-0e0abf5ffe52eb18f) in /home/ubuntu/workspace/libcompose_master [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/libcompose_master@tmp/2e32a768-fe06-4aa6-a34d-cd3a3dee385c/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 22:13:34 using credential docker-jenkins-github-credentials 22:13:34 Cloning the remote Git repository 22:13:34 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/libcompose.git > git init /home/ubuntu/workspace/libcompose_master # timeout=10 Fetching upstream changes from https://github.com/docker/libcompose.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/docker/libcompose.git +refs/heads/master:refs/remotes/origin/master 22:13:36 Fetching without tags > git config remote.origin.url https://github.com/docker/libcompose.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/libcompose.git # timeout=10 Fetching upstream changes from https://github.com/docker/libcompose.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/docker/libcompose.git +refs/heads/master:refs/remotes/origin/master 22:13:36 Checking out Revision 143e0f3f1ab9caa587b9821028c60d41d203de3e (master) 22:13:37 Commit message: "Merge pull request #525 from ldez/fix/build" 22:13:37 First time build. Skipping changelog. [Pipeline] stage 22:13:37 Using the ‘stage’ step without a block argument is deprecated 22:13:37 Entering stage build image 22:13:37 Proceeding > git config core.sparsecheckout # timeout=10 > git checkout -f 143e0f3f1ab9caa587b9821028c60d41d203de3e [Pipeline] sh 22:13:40 + git rev-parse HEAD [Pipeline] sh 22:13:40 + docker build -t dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e . 22:13:40 Sending build context to Docker daemon 6.582MB 22:13:40 Step 1/14 : FROM golang:1.12.7 22:13:41 1.12.7: Pulling from library/golang 22:13:41 5ae19949497e: Pulling fs layer 22:13:41 ed3d96a2798e: Pulling fs layer 22:13:41 f12136850781: Pulling fs layer 22:13:41 1a9ad5d5550b: Pulling fs layer 22:13:41 efbd5496b163: Pulling fs layer 22:13:41 c01c378f53ca: Pulling fs layer 22:13:41 c7aef280980d: Pulling fs layer 22:13:41 1a9ad5d5550b: Waiting 22:13:41 efbd5496b163: Waiting 22:13:41 c01c378f53ca: Waiting 22:13:41 c7aef280980d: Waiting 22:13:41 ed3d96a2798e: Verifying Checksum 22:13:41 ed3d96a2798e: Download complete 22:13:41 f12136850781: Verifying Checksum 22:13:41 f12136850781: Download complete 22:13:42 5ae19949497e: Verifying Checksum 22:13:42 5ae19949497e: Download complete 22:13:42 1a9ad5d5550b: Verifying Checksum 22:13:42 1a9ad5d5550b: Download complete 22:13:42 c7aef280980d: Verifying Checksum 22:13:42 c7aef280980d: Download complete 22:13:42 efbd5496b163: Verifying Checksum 22:13:42 efbd5496b163: Download complete 22:13:44 c01c378f53ca: Verifying Checksum 22:13:44 c01c378f53ca: Download complete 22:13:45 5ae19949497e: Pull complete 22:13:45 ed3d96a2798e: Pull complete 22:13:46 f12136850781: Pull complete 22:13:48 1a9ad5d5550b: Pull complete 22:13:51 efbd5496b163: Pull complete 22:13:56 c01c378f53ca: Pull complete 22:13:56 c7aef280980d: Pull complete 22:13:56 Digest: sha256:f5486a917b57f8b14be4345604bc4654147416a327d6d63271a0c52c907001c4 22:13:56 Status: Downloaded newer image for golang:1.12.7 22:13:56 ---> be63d15101cb 22:13:56 Step 2/14 : RUN apt-get update && apt-get install -y iptables build-essential --no-install-recommends && apt-get install -y python-pip && pip install virtualenv 22:13:57 ---> Running in 53a74e782e0d 22:13:59 Get:1 http://deb.debian.org/debian buster InRelease [118 kB] 22:13:59 Get:2 http://deb.debian.org/debian buster-updates InRelease [49.3 kB] 22:13:59 Get:3 http://deb.debian.org/debian buster/main amd64 Packages [7897 kB] 22:13:59 Get:4 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB] 22:13:59 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [884 B] 22:13:59 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [72.1 kB] 22:14:00 Fetched 8177 kB in 2s (4368 kB/s) 22:14:01 Reading package lists... 22:14:01 Reading package lists... 22:14:01 Building dependency tree... 22:14:01 Reading state information... 22:14:02 The following additional packages will be installed: 22:14:02 bzip2 dpkg-dev libip4tc0 libip6tc0 libiptc0 libnetfilter-conntrack3 22:14:02 libnfnetlink0 libnftnl11 patch xz-utils 22:14:02 Suggested packages: 22:14:02 bzip2-doc debian-keyring kmod ed diffutils-doc 22:14:02 Recommended packages: 22:14:02 fakeroot libalgorithm-merge-perl nftables 22:14:02 The following NEW packages will be installed: 22:14:02 build-essential bzip2 dpkg-dev iptables libip4tc0 libip6tc0 libiptc0 22:14:02 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 patch xz-utils 22:14:02 0 upgraded, 12 newly installed, 0 to remove and 4 not upgraded. 22:14:02 Need to get 2850 kB of archives. 22:14:02 After this operation, 6404 kB of additional disk space will be used. 22:14:02 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] 22:14:02 Get:2 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] 22:14:02 Get:3 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] 22:14:02 Get:4 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] 22:14:02 Get:5 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] 22:14:02 Get:6 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] 22:14:02 Get:7 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] 22:14:02 Get:8 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] 22:14:02 Get:9 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.1 [48.3 kB] 22:14:02 Get:10 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] 22:14:02 Get:11 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB] 22:14:02 Get:12 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B] 22:14:02 debconf: delaying package configuration, since apt-utils is not installed 22:14:02 Fetched 2850 kB in 0s (9700 kB/s) 22:14:03 Selecting previously unselected package libip4tc0:amd64. 22:14:03 (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.) 22:14:03 Preparing to unpack .../00-libip4tc0_1.8.2-4_amd64.deb ... 22:14:03 Unpacking libip4tc0:amd64 (1.8.2-4) ... 22:14:03 Selecting previously unselected package libip6tc0:amd64. 22:14:03 Preparing to unpack .../01-libip6tc0_1.8.2-4_amd64.deb ... 22:14:03 Unpacking libip6tc0:amd64 (1.8.2-4) ... 22:14:03 Selecting previously unselected package libiptc0:amd64. 22:14:03 Preparing to unpack .../02-libiptc0_1.8.2-4_amd64.deb ... 22:14:03 Unpacking libiptc0:amd64 (1.8.2-4) ... 22:14:03 Selecting previously unselected package libnfnetlink0:amd64. 22:14:03 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_amd64.deb ... 22:14:03 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... 22:14:03 Selecting previously unselected package libnetfilter-conntrack3:amd64. 22:14:03 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... 22:14:03 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... 22:14:03 Selecting previously unselected package libnftnl11:amd64. 22:14:03 Preparing to unpack .../05-libnftnl11_1.1.2-2_amd64.deb ... 22:14:03 Unpacking libnftnl11:amd64 (1.1.2-2) ... 22:14:03 Selecting previously unselected package iptables. 22:14:03 Preparing to unpack .../06-iptables_1.8.2-4_amd64.deb ... 22:14:03 Unpacking iptables (1.8.2-4) ... 22:14:03 Selecting previously unselected package bzip2. 22:14:03 Preparing to unpack .../07-bzip2_1.0.6-9.1_amd64.deb ... 22:14:03 Unpacking bzip2 (1.0.6-9.1) ... 22:14:03 Selecting previously unselected package xz-utils. 22:14:03 Preparing to unpack .../08-xz-utils_5.2.4-1_amd64.deb ... 22:14:03 Unpacking xz-utils (5.2.4-1) ... 22:14:03 Selecting previously unselected package patch. 22:14:03 Preparing to unpack .../09-patch_2.7.6-3+deb10u1_amd64.deb ... 22:14:03 Unpacking patch (2.7.6-3+deb10u1) ... 22:14:03 Selecting previously unselected package dpkg-dev. 22:14:03 Preparing to unpack .../10-dpkg-dev_1.19.7_all.deb ... 22:14:03 Unpacking dpkg-dev (1.19.7) ... 22:14:04 Selecting previously unselected package build-essential. 22:14:04 Preparing to unpack .../11-build-essential_12.6_amd64.deb ... 22:14:04 Unpacking build-essential (12.6) ... 22:14:04 Setting up libip6tc0:amd64 (1.8.2-4) ... 22:14:04 Setting up libip4tc0:amd64 (1.8.2-4) ... 22:14:04 Setting up libnftnl11:amd64 (1.1.2-2) ... 22:14:04 Setting up bzip2 (1.0.6-9.1) ... 22:14:04 Setting up libiptc0:amd64 (1.8.2-4) ... 22:14:04 Setting up xz-utils (5.2.4-1) ... 22:14:04 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 22:14:04 Setting up patch (2.7.6-3+deb10u1) ... 22:14:04 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... 22:14:04 Setting up dpkg-dev (1.19.7) ... 22:14:04 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... 22:14:04 Setting up build-essential (12.6) ... 22:14:04 Setting up iptables (1.8.2-4) ... 22:14:04 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode 22:14:04 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode 22:14:04 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode 22:14:04 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode 22:14:04 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode 22:14:04 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode 22:14:04 Processing triggers for libc-bin (2.28-10) ... 22:14:05 Reading package lists... 22:14:05 Building dependency tree... 22:14:05 Reading state information... 22:14:05 The following additional packages will be installed: 22:14:05 dbus gir1.2-glib-2.0 javascript-common libapparmor1 libdbus-1-3 22:14:05 libexpat1-dev libgirepository-1.0-1 libjs-jquery libjs-sphinxdoc 22:14:05 libjs-underscore libpython-all-dev libpython-dev libpython2-dev libpython2.7 22:14:05 libpython2.7-dev python-all python-all-dev python-asn1crypto 22:14:05 python-cffi-backend python-configparser python-crypto python-cryptography 22:14:05 python-dbus python-dev python-entrypoints python-enum34 python-gi 22:14:05 python-ipaddress python-keyring python-keyrings.alt python-pip-whl 22:14:05 python-pkg-resources python-secretstorage python-setuptools python-six 22:14:05 python-wheel python-xdg python2-dev python2.7-dev 22:14:05 Suggested packages: 22:14:05 default-dbus-session-bus | dbus-session-bus apache2 | lighttpd | httpd 22:14:05 python-crypto-doc python-cryptography-doc python-cryptography-vectors 22:14:05 python-dbus-dbg python-dbus-doc python-enum34-doc python-gi-cairo 22:14:05 gnome-keyring libkf5wallet-bin gir1.2-gnomekeyring-1.0 python-gdata 22:14:05 python-keyczar python-secretstorage-doc python-setuptools-doc 22:14:06 The following NEW packages will be installed: 22:14:06 dbus gir1.2-glib-2.0 javascript-common libapparmor1 libdbus-1-3 22:14:06 libexpat1-dev libgirepository-1.0-1 libjs-jquery libjs-sphinxdoc 22:14:06 libjs-underscore libpython-all-dev libpython-dev libpython2-dev libpython2.7 22:14:06 libpython2.7-dev python-all python-all-dev python-asn1crypto 22:14:06 python-cffi-backend python-configparser python-crypto python-cryptography 22:14:06 python-dbus python-dev python-entrypoints python-enum34 python-gi 22:14:06 python-ipaddress python-keyring python-keyrings.alt python-pip 22:14:06 python-pip-whl python-pkg-resources python-secretstorage python-setuptools 22:14:06 python-six python-wheel python-xdg python2-dev python2.7-dev 22:14:06 0 upgraded, 40 newly installed, 0 to remove and 4 not upgraded. 22:14:06 Need to get 38.0 MB of archives. 22:14:06 After this operation, 74.6 MB of additional disk space will be used. 22:14:06 Get:1 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] 22:14:06 Get:2 http://deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.16-1 [214 kB] 22:14:06 Get:3 http://deb.debian.org/debian buster/main amd64 dbus amd64 1.12.16-1 [235 kB] 22:14:06 Get:4 http://deb.debian.org/debian buster/main amd64 libgirepository-1.0-1 amd64 1.58.3-2 [92.8 kB] 22:14:06 Get:5 http://deb.debian.org/debian buster/main amd64 gir1.2-glib-2.0 amd64 1.58.3-2 [143 kB] 22:14:06 Get:6 http://deb.debian.org/debian buster/main amd64 javascript-common all 11 [6120 B] 22:14:06 Get:7 http://deb.debian.org/debian buster/main amd64 libexpat1-dev amd64 2.2.6-2 [152 kB] 22:14:06 Get:8 http://deb.debian.org/debian buster/main amd64 libjs-jquery all 3.3.1~dfsg-3 [332 kB] 22:14:06 Get:9 http://deb.debian.org/debian buster/main amd64 libjs-underscore all 1.9.1~dfsg-1 [99.4 kB] 22:14:06 Get:10 http://deb.debian.org/debian buster/main amd64 libjs-sphinxdoc all 1.8.4-1 [95.9 kB] 22:14:06 Get:11 http://deb.debian.org/debian buster/main amd64 libpython2.7 amd64 2.7.16-2 [1036 kB] 22:14:06 Get:12 http://deb.debian.org/debian buster/main amd64 libpython2.7-dev amd64 2.7.16-2 [31.6 MB] 22:14:06 Get:13 http://deb.debian.org/debian buster/main amd64 libpython2-dev amd64 2.7.16-1 [20.9 kB] 22:14:06 Get:14 http://deb.debian.org/debian buster/main amd64 libpython-dev amd64 2.7.16-1 [20.9 kB] 22:14:06 Get:15 http://deb.debian.org/debian buster/main amd64 libpython-all-dev amd64 2.7.16-1 [1064 B] 22:14:06 Get:16 http://deb.debian.org/debian buster/main amd64 python-all amd64 2.7.16-1 [1044 B] 22:14:06 Get:17 http://deb.debian.org/debian buster/main amd64 python2.7-dev amd64 2.7.16-2 [296 kB] 22:14:06 Get:18 http://deb.debian.org/debian buster/main amd64 python2-dev amd64 2.7.16-1 [1212 B] 22:14:06 Get:19 http://deb.debian.org/debian buster/main amd64 python-dev amd64 2.7.16-1 [1192 B] 22:14:06 Get:20 http://deb.debian.org/debian buster/main amd64 python-all-dev amd64 2.7.16-1 [1068 B] 22:14:06 Get:21 http://deb.debian.org/debian buster/main amd64 python-asn1crypto all 0.24.0-1 [78.1 kB] 22:14:06 Get:22 http://deb.debian.org/debian buster/main amd64 python-cffi-backend amd64 1.12.2-1 [78.8 kB] 22:14:06 Get:23 http://deb.debian.org/debian buster/main amd64 python-configparser all 3.5.0b2-1 [59.2 kB] 22:14:06 Get:24 http://deb.debian.org/debian buster/main amd64 python-crypto amd64 2.6.1-9+b1 [259 kB] 22:14:06 Get:25 http://deb.debian.org/debian buster/main amd64 python-enum34 all 1.1.6-2 [35.3 kB] 22:14:06 Get:26 http://deb.debian.org/debian buster/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB] 22:14:06 Get:27 http://deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] 22:14:06 Get:28 http://deb.debian.org/debian buster/main amd64 python-cryptography amd64 2.6.1-3 [218 kB] 22:14:06 Get:29 http://deb.debian.org/debian buster/main amd64 python-dbus amd64 1.2.8-3 [103 kB] 22:14:06 Get:30 http://deb.debian.org/debian buster/main amd64 python-entrypoints all 0.3-1 [5444 B] 22:14:06 Get:31 http://deb.debian.org/debian buster/main amd64 python-gi amd64 3.30.4-1 [227 kB] 22:14:06 Get:32 http://deb.debian.org/debian buster/main amd64 python-secretstorage all 2.3.1-2 [13.8 kB] 22:14:06 Get:33 http://deb.debian.org/debian buster/main amd64 python-keyring all 17.1.1-1 [47.1 kB] 22:14:06 Get:34 http://deb.debian.org/debian buster/main amd64 python-keyrings.alt all 3.1.1-1 [18.3 kB] 22:14:06 Get:35 http://deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] 22:14:06 Get:36 http://deb.debian.org/debian buster/main amd64 python-pip all 18.1-5 [215 kB] 22:14:06 Get:37 http://deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] 22:14:06 Get:38 http://deb.debian.org/debian buster/main amd64 python-setuptools all 40.8.0-1 [382 kB] 22:14:06 Get:39 http://deb.debian.org/debian buster/main amd64 python-wheel all 0.32.3-2 [19.3 kB] 22:14:06 Get:40 http://deb.debian.org/debian buster/main amd64 python-xdg all 0.25-5 [35.9 kB] 22:14:06 debconf: delaying package configuration, since apt-utils is not installed 22:14:06 Fetched 38.0 MB in 1s (54.0 MB/s) 22:14:06 Selecting previously unselected package libapparmor1:amd64. 22:14:06 (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.) 22:14:06 Preparing to unpack .../00-libapparmor1_2.13.2-10_amd64.deb ... 22:14:06 Unpacking libapparmor1:amd64 (2.13.2-10) ... 22:14:06 Selecting previously unselected package libdbus-1-3:amd64. 22:14:06 Preparing to unpack .../01-libdbus-1-3_1.12.16-1_amd64.deb ... 22:14:06 Unpacking libdbus-1-3:amd64 (1.12.16-1) ... 22:14:06 Selecting previously unselected package dbus. 22:14:07 Preparing to unpack .../02-dbus_1.12.16-1_amd64.deb ... 22:14:07 Unpacking dbus (1.12.16-1) ... 22:14:07 Selecting previously unselected package libgirepository-1.0-1:amd64. 22:14:07 Preparing to unpack .../03-libgirepository-1.0-1_1.58.3-2_amd64.deb ... 22:14:07 Unpacking libgirepository-1.0-1:amd64 (1.58.3-2) ... 22:14:07 Selecting previously unselected package gir1.2-glib-2.0:amd64. 22:14:07 Preparing to unpack .../04-gir1.2-glib-2.0_1.58.3-2_amd64.deb ... 22:14:07 Unpacking gir1.2-glib-2.0:amd64 (1.58.3-2) ... 22:14:07 Selecting previously unselected package javascript-common. 22:14:07 Preparing to unpack .../05-javascript-common_11_all.deb ... 22:14:07 Unpacking javascript-common (11) ... 22:14:07 Selecting previously unselected package libexpat1-dev:amd64. 22:14:07 Preparing to unpack .../06-libexpat1-dev_2.2.6-2_amd64.deb ... 22:14:07 Unpacking libexpat1-dev:amd64 (2.2.6-2) ... 22:14:07 Selecting previously unselected package libjs-jquery. 22:14:07 Preparing to unpack .../07-libjs-jquery_3.3.1~dfsg-3_all.deb ... 22:14:07 Unpacking libjs-jquery (3.3.1~dfsg-3) ... 22:14:07 Selecting previously unselected package libjs-underscore. 22:14:07 Preparing to unpack .../08-libjs-underscore_1.9.1~dfsg-1_all.deb ... 22:14:07 Unpacking libjs-underscore (1.9.1~dfsg-1) ... 22:14:07 Selecting previously unselected package libjs-sphinxdoc. 22:14:07 Preparing to unpack .../09-libjs-sphinxdoc_1.8.4-1_all.deb ... 22:14:07 Unpacking libjs-sphinxdoc (1.8.4-1) ... 22:14:07 Selecting previously unselected package libpython2.7:amd64. 22:14:07 Preparing to unpack .../10-libpython2.7_2.7.16-2_amd64.deb ... 22:14:07 Unpacking libpython2.7:amd64 (2.7.16-2) ... 22:14:07 Selecting previously unselected package libpython2.7-dev:amd64. 22:14:07 Preparing to unpack .../11-libpython2.7-dev_2.7.16-2_amd64.deb ... 22:14:07 Unpacking libpython2.7-dev:amd64 (2.7.16-2) ... 22:14:10 Selecting previously unselected package libpython2-dev:amd64. 22:14:10 Preparing to unpack .../12-libpython2-dev_2.7.16-1_amd64.deb ... 22:14:10 Unpacking libpython2-dev:amd64 (2.7.16-1) ... 22:14:10 Selecting previously unselected package libpython-dev:amd64. 22:14:10 Preparing to unpack .../13-libpython-dev_2.7.16-1_amd64.deb ... 22:14:10 Unpacking libpython-dev:amd64 (2.7.16-1) ... 22:14:10 Selecting previously unselected package libpython-all-dev:amd64. 22:14:10 Preparing to unpack .../14-libpython-all-dev_2.7.16-1_amd64.deb ... 22:14:10 Unpacking libpython-all-dev:amd64 (2.7.16-1) ... 22:14:10 Selecting previously unselected package python-all. 22:14:10 Preparing to unpack .../15-python-all_2.7.16-1_amd64.deb ... 22:14:10 Unpacking python-all (2.7.16-1) ... 22:14:10 Selecting previously unselected package python2.7-dev. 22:14:10 Preparing to unpack .../16-python2.7-dev_2.7.16-2_amd64.deb ... 22:14:10 Unpacking python2.7-dev (2.7.16-2) ... 22:14:10 Selecting previously unselected package python2-dev. 22:14:10 Preparing to unpack .../17-python2-dev_2.7.16-1_amd64.deb ... 22:14:10 Unpacking python2-dev (2.7.16-1) ... 22:14:10 Selecting previously unselected package python-dev. 22:14:10 Preparing to unpack .../18-python-dev_2.7.16-1_amd64.deb ... 22:14:10 Unpacking python-dev (2.7.16-1) ... 22:14:10 Selecting previously unselected package python-all-dev. 22:14:10 Preparing to unpack .../19-python-all-dev_2.7.16-1_amd64.deb ... 22:14:10 Unpacking python-all-dev (2.7.16-1) ... 22:14:10 Selecting previously unselected package python-asn1crypto. 22:14:10 Preparing to unpack .../20-python-asn1crypto_0.24.0-1_all.deb ... 22:14:10 Unpacking python-asn1crypto (0.24.0-1) ... 22:14:10 Selecting previously unselected package python-cffi-backend. 22:14:10 Preparing to unpack .../21-python-cffi-backend_1.12.2-1_amd64.deb ... 22:14:10 Unpacking python-cffi-backend (1.12.2-1) ... 22:14:10 Selecting previously unselected package python-configparser. 22:14:10 Preparing to unpack .../22-python-configparser_3.5.0b2-1_all.deb ... 22:14:10 Unpacking python-configparser (3.5.0b2-1) ... 22:14:11 Selecting previously unselected package python-crypto. 22:14:11 Preparing to unpack .../23-python-crypto_2.6.1-9+b1_amd64.deb ... 22:14:11 Unpacking python-crypto (2.6.1-9+b1) ... 22:14:11 Selecting previously unselected package python-enum34. 22:14:11 Preparing to unpack .../24-python-enum34_1.1.6-2_all.deb ... 22:14:11 Unpacking python-enum34 (1.1.6-2) ... 22:14:11 Selecting previously unselected package python-ipaddress. 22:14:11 Preparing to unpack .../25-python-ipaddress_1.0.17-1_all.deb ... 22:14:11 Unpacking python-ipaddress (1.0.17-1) ... 22:14:11 Selecting previously unselected package python-six. 22:14:11 Preparing to unpack .../26-python-six_1.12.0-1_all.deb ... 22:14:11 Unpacking python-six (1.12.0-1) ... 22:14:11 Selecting previously unselected package python-cryptography. 22:14:11 Preparing to unpack .../27-python-cryptography_2.6.1-3_amd64.deb ... 22:14:11 Unpacking python-cryptography (2.6.1-3) ... 22:14:11 Selecting previously unselected package python-dbus. 22:14:11 Preparing to unpack .../28-python-dbus_1.2.8-3_amd64.deb ... 22:14:11 Unpacking python-dbus (1.2.8-3) ... 22:14:11 Selecting previously unselected package python-entrypoints. 22:14:11 Preparing to unpack .../29-python-entrypoints_0.3-1_all.deb ... 22:14:11 Unpacking python-entrypoints (0.3-1) ... 22:14:11 Selecting previously unselected package python-gi. 22:14:11 Preparing to unpack .../30-python-gi_3.30.4-1_amd64.deb ... 22:14:11 Unpacking python-gi (3.30.4-1) ... 22:14:11 Selecting previously unselected package python-secretstorage. 22:14:11 Preparing to unpack .../31-python-secretstorage_2.3.1-2_all.deb ... 22:14:11 Unpacking python-secretstorage (2.3.1-2) ... 22:14:11 Selecting previously unselected package python-keyring. 22:14:11 Preparing to unpack .../32-python-keyring_17.1.1-1_all.deb ... 22:14:11 Unpacking python-keyring (17.1.1-1) ... 22:14:11 Selecting previously unselected package python-keyrings.alt. 22:14:11 Preparing to unpack .../33-python-keyrings.alt_3.1.1-1_all.deb ... 22:14:11 Unpacking python-keyrings.alt (3.1.1-1) ... 22:14:11 Selecting previously unselected package python-pip-whl. 22:14:11 Preparing to unpack .../34-python-pip-whl_18.1-5_all.deb ... 22:14:11 Unpacking python-pip-whl (18.1-5) ... 22:14:11 Selecting previously unselected package python-pip. 22:14:11 Preparing to unpack .../35-python-pip_18.1-5_all.deb ... 22:14:11 Unpacking python-pip (18.1-5) ... 22:14:11 Selecting previously unselected package python-pkg-resources. 22:14:11 Preparing to unpack .../36-python-pkg-resources_40.8.0-1_all.deb ... 22:14:11 Unpacking python-pkg-resources (40.8.0-1) ... 22:14:11 Selecting previously unselected package python-setuptools. 22:14:12 Preparing to unpack .../37-python-setuptools_40.8.0-1_all.deb ... 22:14:12 Unpacking python-setuptools (40.8.0-1) ... 22:14:12 Selecting previously unselected package python-wheel. 22:14:12 Preparing to unpack .../38-python-wheel_0.32.3-2_all.deb ... 22:14:12 Unpacking python-wheel (0.32.3-2) ... 22:14:12 Selecting previously unselected package python-xdg. 22:14:12 Preparing to unpack .../39-python-xdg_0.25-5_all.deb ... 22:14:12 Unpacking python-xdg (0.25-5) ... 22:14:12 Setting up javascript-common (11) ... 22:14:12 Setting up python-enum34 (1.1.6-2) ... 22:14:13 Setting up python-crypto (2.6.1-9+b1) ... 22:14:13 Setting up libpython2.7:amd64 (2.7.16-2) ... 22:14:13 Setting up libapparmor1:amd64 (2.13.2-10) ... 22:14:13 Setting up python-wheel (0.32.3-2) ... 22:14:14 Setting up python-pkg-resources (40.8.0-1) ... 22:14:14 Setting up python-asn1crypto (0.24.0-1) ... 22:14:15 Setting up python-all (2.7.16-1) ... 22:14:15 Setting up python-six (1.12.0-1) ... 22:14:15 Setting up python-xdg (0.25-5) ... 22:14:16 Setting up libexpat1-dev:amd64 (2.2.6-2) ... 22:14:16 Setting up libdbus-1-3:amd64 (1.12.16-1) ... 22:14:16 Setting up dbus (1.12.16-1) ... 22:14:16 invoke-rc.d: could not determine current runlevel 22:14:16 invoke-rc.d: policy-rc.d denied execution of start. 22:14:16 Setting up python-setuptools (40.8.0-1) ... 22:14:16 Setting up libgirepository-1.0-1:amd64 (1.58.3-2) ... 22:14:16 Setting up python-pip-whl (18.1-5) ... 22:14:16 Setting up libjs-jquery (3.3.1~dfsg-3) ... 22:14:16 Setting up python-ipaddress (1.0.17-1) ... 22:14:17 Setting up libjs-underscore (1.9.1~dfsg-1) ... 22:14:17 Setting up python-cffi-backend (1.12.2-1) ... 22:14:17 Setting up libpython2.7-dev:amd64 (2.7.16-2) ... 22:14:17 Setting up python-keyrings.alt (3.1.1-1) ... 22:14:18 Setting up python-cryptography (2.6.1-3) ... 22:14:18 Setting up python-dbus (1.2.8-3) ... 22:14:19 Setting up python-pip (18.1-5) ... 22:14:20 Setting up gir1.2-glib-2.0:amd64 (1.58.3-2) ... 22:14:20 Setting up libjs-sphinxdoc (1.8.4-1) ... 22:14:20 Setting up libpython2-dev:amd64 (2.7.16-1) ... 22:14:20 Setting up python2.7-dev (2.7.16-2) ... 22:14:20 Setting up python-gi (3.30.4-1) ... 22:14:20 Setting up python2-dev (2.7.16-1) ... 22:14:20 Setting up python-secretstorage (2.3.1-2) ... 22:14:20 Setting up libpython-dev:amd64 (2.7.16-1) ... 22:14:20 Setting up python-configparser (3.5.0b2-1) ... 22:14:21 Setting up python-dev (2.7.16-1) ... 22:14:21 Setting up libpython-all-dev:amd64 (2.7.16-1) ... 22:14:21 Setting up python-entrypoints (0.3-1) ... 22:14:22 Setting up python-all-dev (2.7.16-1) ... 22:14:22 Setting up python-keyring (17.1.1-1) ... 22:14:22 Processing triggers for libc-bin (2.28-10) ... 22:14:23 Collecting virtualenv 22:14:28 Downloading https://files.pythonhosted.org/packages/f7/69/1ad2d17560c4fc60170056dcd0a568b83f3453a2ac91155af746bcdb9a07/virtualenv-16.7.4-py2.py3-none-any.whl (3.3MB) 22:14:28 Installing collected packages: virtualenv 22:14:28 Successfully installed virtualenv-16.7.4 22:14:31 Removing intermediate container 53a74e782e0d 22:14:31 ---> 51746b8e8533 22:14:31 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 22:14:31 ---> Running in 2879a8c55053 22:14:41 Removing intermediate container 2879a8c55053 22:14:41 ---> 7095d87c937c 22:14:41 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0 22:14:41 ---> Running in d8fd5aa0737a 22:14:41 Removing intermediate container d8fd5aa0737a 22:14:41 ---> 378421d8a3b1 22:14:41 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2 22:14:41 ---> Running in a315bcda0c96 22:14:41 Removing intermediate container a315bcda0c96 22:14:41 ---> 93bfe8dbd30e 22:14:41 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 22:14:41 ---> Running in c4ccd4b6ffc8 22:14:42 + echo 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0 22:14:42 + cut -f1 22:14:42 + test 1.9.1 = 1.9.1 22:14:42 + mkdir -p /usr/local/bin/docker-1.9.1/ 22:14:42 + curl https://get.docker.com/builds/Linux/x86_64/docker-1.9.1 -o /usr/local/bin/docker-1.9.1/docker 22:14:42  % Total % Received % Xferd Average Speed Time Time Time Current 22:14:42 Dload Upload Total Spent Left Speed 22:14:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 28.8M 100 28.8M  0 0 45.3M 0 --:--:-- --:--:-- --:--:-- 45.3M 22:14:42 + chmod +x /usr/local/bin/docker-1.9.1/docker 22:14:42 + test 1.10.3 = 1.9.1 22:14:42 + test 1.10.3 = 1.10.3 22:14:42 + mkdir -p /usr/local/bin/docker-1.10.3/ 22:14:43 + curl https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 -o /usr/local/bin/docker-1.10.3/docker 22:14:43  % Total  % Received % Xferd Average Speed Time Time Time Current 22:14:43    Dload Upload  Total  Spent Left Speed 22:14:45 0 0  0  0 0  0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0  0 0 --:--:-- --:--:-- --:--:-- 0 47 33.2M 47 15.9M 0 0 14.7M 0 0:00:02 0:00:01 0:00:01 14.7M 95 33.2M 95 31.8M 0 0 15.3M 0 0:00:02 0:00:02 --:--:-- 15.3M 100 33.2M 100 33.2M 0 0 15.0M 0 0:00:02 0:00:02 --:--:-- 15.0M 22:14:45 + chmod +x /usr/local/bin/docker-1.10.3/docker 22:14:45 + test 1.13.1 = 1.9.1 22:14:45 + test 1.13.1 = 1.10.3 22:14:45 + test 1.13.1 = 1.13.1 22:14:45 + curl https://get.docker.com/builds/Linux/x86_64/docker-1.13.1.tgz -o docker-1.13.1.tgz 22:14:45  % Total % Received % Xferd Average Speed Time Time Time Current 22:14:45 Dload Upload Total Spent Left Speed 22:14:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26.5M 100 26.5M 0  0 58.5M 0 --:--:-- --:--:-- --:--:-- 58.5M 22:14:45 + tar xzf docker-1.13.1.tgz -C /usr/local/bin/ 22:14:46 + mv /usr/local/bin/docker /usr/local/bin/docker-1.13.1 22:14:46 + rm docker-1.13.1.tgz 22:14:46 + test 17.03.2 = 1.9.1 22:14:46 + test 17.03.2 = 1.10.3 22:14:46 + test 17.03.2 = 1.13.1 22:14:46 + curl https://download.docker.com/linux/static/stable/x86_64/docker-17.03.2-ce.tgz -o docker-17.03.2.tgz 22:14:46  % Total % Received % Xferd Average Speed Time Time Time Current 22:14:46 Dload Upload Total Spent Left Speed 22:14:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 74 26.5M 74 19.7M 0 0 35.0M 0 --:--:-- --:--:-- --:--:-- 35.0M 100 26.5M 100 26.5M 0 0 42.1M 0 --:--:-- --:--:-- --:--:-- 42.1M 22:14:47 + tar xzf docker-17.03.2.tgz -C /usr/local/bin/ 22:14:47 + mv /usr/local/bin/docker /usr/local/bin/docker-17.03.2 22:14:48 + rm docker-17.03.2.tgz 22:14:48 + test 17.06.0 = 1.9.1 22:14:48 + test 17.06.0 = 1.10.3 22:14:48 + test 17.06.0 = 1.13.1 22:14:48 + curl https://download.docker.com/linux/static/stable/x86_64/docker-17.06.0-ce.tgz -o docker-17.06.0.tgz 22:14:48  % Total % Received % Xferd Average Speed Time Time  Time Current 22:14:48  Dload Upload Total Spent Left Speed 22:14:48  0 0 0  0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0   0     0    0     0    0     0    0 0 --:--:-- --:--:-- --:--:-- 0 97 28.2M 97 27.6M 0 0 24.8M 0 0:00:01 0:00:01 --:--:-- 24.8M 100 28.2M 100 28.2M 0 0 25.1M 0 0:00:01 0:00:01 --:--:-- 25.1M 22:14:48 + tar xzf docker-17.06.0.tgz -C /usr/local/bin/ 22:14:49 + mv /usr/local/bin/docker /usr/local/bin/docker-17.06.0 22:14:49 + rm docker-17.06.0.tgz 22:14:54 Removing intermediate container c4ccd4b6ffc8 22:14:54 ---> f9aa59dcb74c 22:14:54 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker 22:14:54 ---> Running in 8a9e80c5b053 22:14:54 Removing intermediate container 8a9e80c5b053 22:14:54 ---> aa4646319136 22:14:54 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose 22:14:54 ---> Running in b76e8950bbd1 22:14:55 Removing intermediate container b76e8950bbd1 22:14:55 ---> 8eef62337f4b 22:14:55 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0 22:14:55 ---> Running in ff5a650049ee 22:14:55 Removing intermediate container ff5a650049ee 22:14:55 ---> ace1da8c0627 22:14:55 Step 10/14 : RUN virtualenv venv && git clone https://github.com/docker/compose.git venv/compose && cd venv/compose && git checkout -q "$COMPOSE_COMMIT" && ../bin/pip install -r requirements.txt -r requirements-dev.txt 22:14:55 ---> Running in 52ce495850d0 22:14:56 New python executable in /go/src/github.com/docker/libcompose/venv/bin/python 22:14:56 Installing setuptools, pip, wheel... 22:15:09 done. 22:15:09 Cloning into 'venv/compose'... 22:15:09 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 22:15:09 Ignoring pypiwin32: markers 'sys_platform == "win32"' don't match your environment 22:15:09 Collecting PyYAML==3.11 (from -r requirements.txt (line 1)) 22:15:14 Downloading https://files.pythonhosted.org/packages/75/5e/b84feba55e20f8da46ead76f14a3943c8cb722d40360702b2365b91dec00/PyYAML-3.11.tar.gz (248kB) 22:15:14 Collecting backports.ssl-match-hostname==3.5.0.1 (from -r requirements.txt (line 2)) 22:15:14 Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz 22:15:14 Collecting cached-property==1.2.0 (from -r requirements.txt (line 3)) 22:15:14 Downloading https://files.pythonhosted.org/packages/0c/69/8b0e6e95668e450667535ba6f4f3da232b62fa2c813f64af311a992d2ae1/cached_property-1.2.0-py2.py3-none-any.whl 22:15:14 Collecting docker-py==1.10.6 (from -r requirements.txt (line 4)) 22:15:14 Downloading https://files.pythonhosted.org/packages/23/c7/1fd6d4d620809fe2f323869d719e2dd0086c939b67021303a9ec40f5a05b/docker_py-1.10.6-py2.py3-none-any.whl (50kB) 22:15:14 Collecting dockerpty==0.4.1 (from -r requirements.txt (line 5)) 22:15:15 Downloading https://files.pythonhosted.org/packages/8d/ee/e9ecce4c32204a6738e0a5d5883d3413794d7498fe8b06f44becc028d3ba/dockerpty-0.4.1.tar.gz 22:15:15 Collecting docopt==0.6.1 (from -r requirements.txt (line 6)) 22:15:15 Downloading https://files.pythonhosted.org/packages/ec/6d/8ef19316f3b06c15ac648c857d18f171a65b50319f0a6c782392ad62d942/docopt-0.6.1.tar.gz 22:15:15 Collecting enum34==1.0.4 (from -r requirements.txt (line 7)) 22:15:15 Downloading https://files.pythonhosted.org/packages/72/c9/3c640a9cd54a731f3c54d97515b06aae6f6d16a5878a632dbfa9ffe5e663/enum34-1.0.4.tar.gz 22:15:15 Collecting functools32==3.2.3.post2 (from -r requirements.txt (line 8)) 22:15:15 Downloading https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz 22:15:15 Collecting ipaddress==1.0.16 (from -r requirements.txt (line 9)) 22:15:15 Downloading https://files.pythonhosted.org/packages/23/6a/813ac29a01e4c33c19c2bded98ac3d4266ebbf0bd2c0eb0020e1c969958d/ipaddress-1.0.16-py27-none-any.whl 22:15:15 Collecting jsonschema==2.5.1 (from -r requirements.txt (line 10)) 22:15:15 Downloading https://files.pythonhosted.org/packages/bd/cc/5388547ea3504bd8cbf99ba2ae7a3231598f54038e9b228cbd174f8ec6a1/jsonschema-2.5.1-py2.py3-none-any.whl 22:15:15 Collecting requests==2.11.1 (from -r requirements.txt (line 12)) 22:15:15 Downloading https://files.pythonhosted.org/packages/ea/03/92d3278bf8287c5caa07dbd9ea139027d5a3592b0f4d14abf072f890fab2/requests-2.11.1-py2.py3-none-any.whl (514kB) 22:15:15 Collecting six==1.10.0 (from -r requirements.txt (line 13)) 22:15:15 Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl 22:15:15 Collecting texttable==0.8.4 (from -r requirements.txt (line 14)) 22:15:15 Downloading https://files.pythonhosted.org/packages/f5/5e/47cbc50187ca719a39ce4838182c6126487ca62ddd299bc34cafb94260fe/texttable-0.8.4.tar.gz 22:15:15 Collecting websocket-client==0.32.0 (from -r requirements.txt (line 15)) 22:15:16 Downloading https://files.pythonhosted.org/packages/f4/06/5552e64fee863aa9decbb4e46dccc05fe730a36f49f0d6427398837297da/websocket_client-0.32.0.tar.gz (192kB) 22:15:16 Collecting coverage==3.7.1 (from -r requirements-dev.txt (line 1)) 22:15:16 Downloading https://files.pythonhosted.org/packages/09/4f/89b06c7fdc09687bca507dc411c342556ef9c5a3b26756137a4878ff19bf/coverage-3.7.1.tar.gz (284kB) 22:15:16 Collecting mock>=1.0.1 (from -r requirements-dev.txt (line 2)) 22:15:16 Downloading https://files.pythonhosted.org/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl 22:15:16 Collecting pytest==2.7.2 (from -r requirements-dev.txt (line 3)) 22:15:16 Downloading https://files.pythonhosted.org/packages/35/3e/76e99f39c1cc04e9701d447a5667d9ec45f724ca11b6f5c797492339aef1/pytest-2.7.2-py2.py3-none-any.whl (127kB) 22:15:16 Collecting pytest-cov==2.1.0 (from -r requirements-dev.txt (line 4)) 22:15:16 Downloading https://files.pythonhosted.org/packages/f2/9b/03b7d51c74d8f7088e37043dcf4f59faed359c56e7d016e2627108072679/pytest_cov-2.1.0-py2.py3-none-any.whl 22:15:16 Collecting docker-pycreds>=0.2.1 (from docker-py==1.10.6->-r requirements.txt (line 4)) 22:15:16 Downloading https://files.pythonhosted.org/packages/f5/e8/f6bd1eee09314e7e6dee49cbe2c5e22314ccdb38db16c9fc72d2fa80d054/docker_pycreds-0.4.0-py2.py3-none-any.whl 22:15:16 Collecting funcsigs>=1; python_version < "3.3" (from mock>=1.0.1->-r requirements-dev.txt (line 2)) 22:15:16 Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl 22:15:16 Collecting py>=1.4.29 (from pytest==2.7.2->-r requirements-dev.txt (line 3)) 22:15:16 Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB) 22:15:16 Building wheels for collected packages: PyYAML, backports.ssl-match-hostname, dockerpty, docopt, enum34, functools32, texttable, websocket-client, coverage 22:15:16 Building wheel for PyYAML (setup.py): started 22:15:17 Building wheel for PyYAML (setup.py): finished with status 'done' 22:15:17 Created wheel for PyYAML: filename=PyYAML-3.11-cp27-cp27mu-linux_x86_64.whl size=43797 sha256=ecc5d65b265bc1545a088f93ec7b63f18b84ecf9fb2668efc87431d710573906 22:15:17 Stored in directory: /root/.cache/pip/wheels/7f/80/f3/ba284da14b9b8528fd957b3a82111f98cbe7310d2913fb514f 22:15:17 Building wheel for backports.ssl-match-hostname (setup.py): started 22:15:17 Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' 22:15:17 Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-cp27-none-any.whl size=5211 sha256=885ae28d8bb7e7440f9f1915025b733a5fc49f6a13fe74b1ac84bddc1367c876 22:15:17 Stored in directory: /root/.cache/pip/wheels/99/7e/f7/a88a9bcf7a3bd6b12cf6a74eee8c89746aaa02f71ab7b33939 22:15:17 Building wheel for dockerpty (setup.py): started 22:15:17 Building wheel for dockerpty (setup.py): finished with status 'done' 22:15:17 Created wheel for dockerpty: filename=dockerpty-0.4.1-cp27-none-any.whl size=16607 sha256=cdef71e7ab0e585138857833d1f808c561e1e33f187f9c7f2d6f3831bf39dc00 22:15:17 Stored in directory: /root/.cache/pip/wheels/e5/1e/86/bd0a97a0907c6c654af654d5875d1d4383dd1f575f77cee4aa 22:15:17 Building wheel for docopt (setup.py): started 22:15:17 Building wheel for docopt (setup.py): finished with status 'done' 22:15:17 Created wheel for docopt: filename=docopt-0.6.1-cp27-none-any.whl size=13679 sha256=250bd91763fb0b72bc25cbb3c36b6eed418531085c76bf029c3e1ac45347f948 22:15:17 Stored in directory: /root/.cache/pip/wheels/68/e2/f6/fc2031ff180f3b7b4250b5ca9aec4e9838b4eb19f958f03add 22:15:17 Building wheel for enum34 (setup.py): started 22:15:17 Building wheel for enum34 (setup.py): finished with status 'done' 22:15:17 Created wheel for enum34: filename=enum34-1.0.4-cp27-none-any.whl size=42883 sha256=6264cf2b3d305bf226c4b32c57b58f6df6b7943665e5e7a02dbfbff1181ecab7 22:15:17 Stored in directory: /root/.cache/pip/wheels/4f/1c/96/680deef28d7811e2fd34e4d127ae24fa0b437a321227eb726e 22:15:17 Building wheel for functools32 (setup.py): started 22:15:17 Building wheel for functools32 (setup.py): finished with status 'done' 22:15:17 Created wheel for functools32: filename=functools32-3.2.3.post2-cp27-none-any.whl size=14557 sha256=37e49715ffc8f7ebabf6d44d531e09f6a47458f26226a27038cd4c0d6de5e1e0 22:15:17 Stored in directory: /root/.cache/pip/wheels/b5/18/32/77a1030457155606ba5e3ec3a8a57132b1a04b1c4f765177b2 22:15:17 Building wheel for texttable (setup.py): started 22:15:18 Building wheel for texttable (setup.py): finished with status 'done' 22:15:18 Created wheel for texttable: filename=texttable-0.8.4-cp27-none-any.whl size=9557 sha256=aee1a8fd3eabb46b76b353581849120a0c44538b4701f87a06421eecbe69b987 22:15:18 Stored in directory: /root/.cache/pip/wheels/02/02/d9/b8c8c56bfdac6225f23aa560ad948f8307df5035ee6edd3359 22:15:18 Building wheel for websocket-client (setup.py): started 22:15:18 Building wheel for websocket-client (setup.py): finished with status 'done' 22:15:18 Created wheel for websocket-client: filename=websocket_client-0.32.0-cp27-none-any.whl size=195673 sha256=6f6b1ab2d9b336a75b9596f7d8748a64e71c249db2b01d127e2bc8f667268388 22:15:18 Stored in directory: /root/.cache/pip/wheels/d9/b6/8f/a90826a08a3587fce8f5fdfc079cd5f1ddc4603162e8dfee52 22:15:18 Building wheel for coverage (setup.py): started 22:15:18 Building wheel for coverage (setup.py): finished with status 'done' 22:15:18 Created wheel for coverage: filename=coverage-3.7.1-cp27-cp27mu-linux_x86_64.whl size=128030 sha256=9c68dca4d2335ea37aa5ed22f20d4675270dd40fdfbcacb8a2f036345a668b02 22:15:18 Stored in directory: /root/.cache/pip/wheels/68/58/66/f1fc9afad272df0df0fa38cdef34ee2d5d8d6a85f4eb5acab5 22:15:18 Successfully built PyYAML backports.ssl-match-hostname dockerpty docopt enum34 functools32 texttable websocket-client coverage 22:15:18 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 22:15:19 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 22:15:20 Removing intermediate container 52ce495850d0 22:15:20 ---> e70b7859d423 22:15:20 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli 22:15:20 ---> Running in e2721487fc06 22:15:20 Removing intermediate container e2721487fc06 22:15:20 ---> ec7e4dada394 22:15:20 Step 12/14 : ENV USER root 22:15:20 ---> Running in cbdb4be670a7 22:15:20 Removing intermediate container cbdb4be670a7 22:15:20 ---> e06a94040c94 22:15:20 Step 13/14 : ENTRYPOINT ["hack/dind"] 22:15:21 ---> Running in efc09593a1f5 22:15:21 Removing intermediate container efc09593a1f5 22:15:21 ---> 72a992b2cf33 22:15:21 Step 14/14 : COPY . /go/src/github.com/docker/libcompose 22:15:21 ---> 1d9265ff9573 22:15:21 Successfully built 1d9265ff9573 22:15:21 Successfully tagged dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e [Pipeline] dockerFingerprintFrom [Pipeline] stage 22:15:21 Using the ‘stage’ step without a block argument is deprecated 22:15:21 Entering stage validate 22:15:21 Proceeding [Pipeline] withEnv [Pipeline] { [Pipeline] timeout 22:15:21 Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] sh 22:15:22 + make -e validate 22:15:22 mkdir bundles 22:15:22 docker build -t "dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e" . 22:15:22 Sending build context to Docker daemon 6.582MB 22:15:22 Step 1/14 : FROM golang:1.12.7 22:15:22 ---> be63d15101cb 22:15:22 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 22:15:22 ---> Using cache 22:15:22 ---> 51746b8e8533 22:15:22 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 22:15:22 ---> Using cache 22:15:22 ---> 7095d87c937c 22:15:22 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0 22:15:22 ---> Using cache 22:15:22 ---> 378421d8a3b1 22:15:22 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2 22:15:22 ---> Using cache 22:15:22 ---> 93bfe8dbd30e 22:15:22 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 22:15:22 ---> Using cache 22:15:22 ---> f9aa59dcb74c 22:15:22 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker 22:15:22 ---> Using cache 22:15:22 ---> aa4646319136 22:15:22 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose 22:15:22 ---> Using cache 22:15:22 ---> 8eef62337f4b 22:15:22 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0 22:15:22 ---> Using cache 22:15:22 ---> ace1da8c0627 22:15:22 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 22:15:22 ---> Using cache 22:15:22 ---> e70b7859d423 22:15:22 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli 22:15:22 ---> Using cache 22:15:22 ---> ec7e4dada394 22:15:22 Step 12/14 : ENV USER root 22:15:22 ---> Using cache 22:15:22 ---> e06a94040c94 22:15:22 Step 13/14 : ENTRYPOINT ["hack/dind"] 22:15:22 ---> Using cache 22:15:22 ---> 72a992b2cf33 22:15:22 Step 14/14 : COPY . /go/src/github.com/docker/libcompose 22:15:22 ---> Using cache 22:15:22 ---> 1d9265ff9573 22:15:22 Successfully built 1d9265ff9573 22:15:22 Successfully tagged dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e 22:15:22 docker run --rm -i --privileged -e DAEMON_VERSION=""default"" -e OS_PLATFORM_ARG -e OS_ARCH_ARG -e DOCKER_TEST_HOST -e TESTDIRS -e TESTFLAGS -e SHOWWARNING -e TESTVERBOSE -v "/home/ubuntu/workspace/libcompose_master/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e" ./hack/make.sh validate-dco validate-git-marks validate-gofmt validate-lint validate-vet 22:15:23 ---> Making bundle: validate-dco (in .) 22:15:23 0 adds, 0 deletions; nothing to validate! :) 22:15:23 22:15:23 ---> Making bundle: validate-git-marks (in .) 22:15:23 Congratulations! There is no conflict. 22:15:23 22:15:23 ---> Making bundle: validate-gofmt (in .) 22:15:23 Congratulations! All Go source files are properly formatted. 22:15:23 22:15:23 ---> Making bundle: validate-lint (in .) 22:15:23 Congratulations! All Go source files have been linted. 22:15:23 22:15:23 ---> Making bundle: validate-vet (in .) 22:15:23 Congratulations! All Go source files have been vetted. 22:15:23 [Pipeline] } [Pipeline] // timeout [Pipeline] echo 22:15:23 chowning workspace [Pipeline] sh 22:15:24 + uname -m [Pipeline] sh 22:15:24 + pwd 22:15:24 + id -u 22:15:24 + id -g 22:15:24 + docker run --rm -v /home/ubuntu/workspace/libcompose_master:/workspace busybox chown -R 1000:1000 /workspace 22:15:24 Unable to find image 'busybox:latest' locally 22:15:24 latest: Pulling from library/busybox 22:15:24 ee153a04d683: Pulling fs layer 22:15:24 ee153a04d683: Download complete 22:15:24 ee153a04d683: Pull complete 22:15:24 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 22:15:24 Status: Downloaded newer image for busybox:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] stage 22:15:25 Using the ‘stage’ step without a block argument is deprecated 22:15:25 Entering stage test 22:15:25 Proceeding [Pipeline] withEnv [Pipeline] { [Pipeline] timeout 22:15:25 Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] sh 22:15:26 + make -e test 22:15:26 docker build -t "dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e" . 22:15:26 Sending build context to Docker daemon 6.582MB 22:15:26 Step 1/14 : FROM golang:1.12.7 22:15:26 ---> be63d15101cb 22:15:26 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 22:15:26 ---> Using cache 22:15:26 ---> 51746b8e8533 22:15:26 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 22:15:26 ---> Using cache 22:15:26 ---> 7095d87c937c 22:15:26 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0 22:15:26 ---> Using cache 22:15:26 ---> 378421d8a3b1 22:15:26 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2 22:15:26 ---> Using cache 22:15:26 ---> 93bfe8dbd30e 22:15:26 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 22:15:26 ---> Using cache 22:15:26 ---> f9aa59dcb74c 22:15:26 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker 22:15:26 ---> Using cache 22:15:26 ---> aa4646319136 22:15:26 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose 22:15:26 ---> Using cache 22:15:26 ---> 8eef62337f4b 22:15:26 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0 22:15:26 ---> Using cache 22:15:26 ---> ace1da8c0627 22:15:26 Step 10/14 : RUN virtualenv venv && git clone https://github.com/docker/compose.git venv/compose && cd venv/compose && git checkout -q "$COMPOSE_COMMIT" && ../bin/pip install -r requirements.txt -r requirements-dev.txt 22:15:26 ---> Using cache 22:15:26 ---> e70b7859d423 22:15:26 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli 22:15:26 ---> Using cache 22:15:26 ---> ec7e4dada394 22:15:26 Step 12/14 : ENV USER root 22:15:26 ---> Using cache 22:15:26 ---> e06a94040c94 22:15:26 Step 13/14 : ENTRYPOINT ["hack/dind"] 22:15:26 ---> Using cache 22:15:26 ---> 72a992b2cf33 22:15:26 Step 14/14 : COPY . /go/src/github.com/docker/libcompose 22:15:26 ---> Using cache 22:15:26 ---> 1d9265ff9573 22:15:26 Successfully built 1d9265ff9573 22:15:26 Successfully tagged dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e 22:15:26 docker run --rm -i --privileged -e DAEMON_VERSION="all" -e OS_PLATFORM_ARG -e OS_ARCH_ARG -e DOCKER_TEST_HOST -e TESTDIRS -e TESTFLAGS -e SHOWWARNING -e TESTVERBOSE -v "/home/ubuntu/workspace/libcompose_master/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e" ./hack/make.sh binary test-unit test-integration test-acceptance 22:15:26 ---> Making bundle: binary (in .) 22:15:26 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 22:15:26 go: finding github.com/modern-go/reflect2 v1.0.1 22:15:26 go: finding github.com/gogo/protobuf v1.1.1 22:15:26 go: finding github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b 22:15:26 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 22:15:26 go: finding github.com/xeipuuv/gojsonschema v1.1.0 22:15:26 go: finding github.com/prometheus/client_golang v1.1.0 22:15:27 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 22:15:27 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 22:15:27 go: finding golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 22:15:27 go: finding github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 22:15:27 go: finding github.com/Microsoft/hcsshim v0.8.6 22:15:27 go: finding github.com/stretchr/testify v1.3.0 22:15:27 go: finding gopkg.in/yaml.v2 v2.2.2 22:15:27 go: finding google.golang.org/grpc v1.22.1 22:15:28 go: finding github.com/docker/go-connections v0.3.0 22:15:28 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c 22:15:28 go: finding github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 22:15:28 go: finding github.com/docker/docker-credential-helpers v0.6.3 22:15:28 go: finding github.com/pkg/errors v0.8.0 22:15:28 go: finding github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c 22:15:28 go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 22:15:28 go: finding gotest.tools v2.2.0+incompatible 22:15:28 go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 22:15:28 go: finding github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 22:15:29 go: finding github.com/davecgh/go-spew v1.1.0 22:15:29 go: finding github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 22:15:29 go: finding golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 22:15:29 go: finding github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 22:15:29 go: finding github.com/docker/distribution v2.7.1+incompatible 22:15:29 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f 22:15:30 go: finding github.com/google/go-cmp v0.2.0 22:15:30 go: finding github.com/urfave/cli v1.21.0 22:15:31 go: finding github.com/json-iterator/go v1.1.7 22:15:31 go: finding golang.org/x/text v0.3.0 22:15:32 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a 22:15:32 go: finding github.com/client9/misspell v0.3.4 22:15:32 go: finding google.golang.org/appengine v1.1.0 22:15:32 go: finding github.com/google/gofuzz v1.0.0 22:15:32 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be 22:15:32 go: finding cloud.google.com/go v0.26.0 22:15:33 go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f 22:15:33 go: finding github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b 22:15:33 go: finding github.com/gorilla/context v1.1.1 22:15:33 go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 22:15:33 go: finding github.com/prometheus/procfs v0.0.3 22:15:34 go: finding github.com/davecgh/go-spew v1.1.1 22:15:34 go: finding github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 22:15:34 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 22:15:34 go: finding github.com/golang/mock v1.1.1 22:15:34 go: finding github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc 22:15:34 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:15:34 go: finding github.com/Microsoft/go-winio v0.3.8 22:15:35 go: finding github.com/docker/go-units v0.4.0 22:15:35 go: finding github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 22:15:36 go: finding github.com/stretchr/objx v0.1.0 22:15:36 go: finding github.com/sirupsen/logrus v1.2.0 22:15:36 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a 22:15:36 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 22:15:37 go: finding github.com/pmezard/go-difflib v1.0.0 22:15:37 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 22:15:37 go: finding github.com/google/go-cmp v0.3.0 22:15:37 go: finding github.com/prometheus/common v0.6.0 22:15:37 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 22:15:37 go: finding github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76 22:15:38 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 22:15:38 go: finding github.com/beorn7/perks v1.0.1 22:15:38 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 22:15:38 go: finding github.com/golang/protobuf v1.3.2 22:15:38 go: finding github.com/stretchr/testify v1.2.2 22:15:38 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc 22:15:38 go: finding github.com/golang/protobuf v1.2.0 22:15:38 go: finding github.com/BurntSushi/toml v0.3.1 22:15:38 go: finding github.com/go-logfmt/logfmt v0.4.0 22:15:39 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd 22:15:39 go: finding github.com/stretchr/objx v0.1.1 22:15:39 go: finding gopkg.in/yaml.v2 v2.2.1 22:15:39 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 22:15:39 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 22:15:39 go: finding github.com/golang/protobuf v1.3.1 22:15:39 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 22:15:39 go: finding github.com/julienschmidt/httprouter v1.2.0 22:15:39 go: finding github.com/prometheus/client_golang v1.0.0 22:15:40 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:15:40 go: finding github.com/beorn7/perks v1.0.0 22:15:40 go: finding github.com/prometheus/procfs v0.0.2 22:15:40 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 22:15:41 go: finding github.com/go-kit/kit v0.8.0 22:15:41 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 22:15:41 go: finding github.com/json-iterator/go v1.1.6 22:15:41 go: finding github.com/prometheus/common v0.4.1 22:15:41 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 22:15:41 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 22:15:41 go: finding github.com/prometheus/client_golang v0.9.1 22:15:41 go: finding github.com/go-logfmt/logfmt v0.3.0 22:15:41 go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a 22:15:41 go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d 22:15:41 go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc 22:15:41 go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf 22:15:41 go: finding github.com/go-stack/stack v1.8.0 22:15:41 go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 22:15:42 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 22:15:43 go: downloading golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 22:15:43 go: downloading github.com/sirupsen/logrus v1.2.0 22:15:43 go: downloading gopkg.in/yaml.v2 v2.2.2 22:15:43 go: downloading github.com/urfave/cli v1.21.0 22:15:43 go: downloading github.com/docker/go-units v0.4.0 22:15:43 go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 22:15:43 go: downloading github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 22:15:43 go: downloading github.com/docker/go-connections v0.3.0 22:15:43 go: downloading github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b 22:15:43 go: extracting github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 22:15:43 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:15:43 go: extracting github.com/docker/go-units v0.4.0 22:15:43 go: extracting github.com/sirupsen/logrus v1.2.0 22:15:43 go: extracting github.com/docker/go-connections v0.3.0 22:15:43 go: extracting github.com/urfave/cli v1.21.0 22:15:43 go: extracting gopkg.in/yaml.v2 v2.2.2 22:15:44 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:15:44 go: extracting golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 22:15:45 go: downloading github.com/xeipuuv/gojsonschema v1.1.0 22:15:45 go: extracting github.com/xeipuuv/gojsonschema v1.1.0 22:15:45 go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 22:15:46 go: extracting github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 22:15:47 go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 22:15:47 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 22:15:47 go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 22:15:47 go: downloading github.com/docker/distribution v2.7.1+incompatible 22:15:47 go: extracting github.com/docker/distribution v2.7.1+incompatible 22:15:47 go: downloading github.com/docker/docker-credential-helpers v0.6.3 22:15:47 go: extracting github.com/docker/docker-credential-helpers v0.6.3 22:15:47 go: extracting github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b 22:15:48 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f 22:15:48 go: downloading github.com/pkg/errors v0.8.0 22:15:48 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c 22:15:48 go: downloading google.golang.org/grpc v1.22.1 22:15:48 go: downloading github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc 22:15:48 go: downloading github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c 22:15:48 go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f 22:15:48 go: downloading github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 22:15:48 go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 22:15:48 go: downloading github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 22:15:48 go: extracting github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c 22:15:48 go: extracting github.com/pkg/errors v0.8.0 22:15:48 go: downloading github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b 22:15:48 go: extracting github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 22:15:48 go: downloading github.com/gogo/protobuf v1.1.1 22:15:48 go: extracting github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b 22:15:48 go: downloading github.com/gorilla/context v1.1.1 22:15:48 go: extracting github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 22:15:48 go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 22:15:48 go: downloading github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 22:15:48 go: extracting github.com/gorilla/context v1.1.1 22:15:48 go: extracting github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 22:15:48 go: downloading github.com/prometheus/client_golang v1.1.0 22:15:48 go: extracting github.com/prometheus/client_golang v1.1.0 22:15:48 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 22:15:48 go: downloading github.com/prometheus/common v0.6.0 22:15:48 go: downloading github.com/beorn7/perks v1.0.1 22:15:48 go: extracting github.com/beorn7/perks v1.0.1 22:15:49 go: extracting github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 22:15:49 go: extracting github.com/prometheus/common v0.6.0 22:15:49 go: downloading github.com/prometheus/procfs v0.0.3 22:15:49 go: downloading github.com/golang/protobuf v1.3.2 22:15:49 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 22:15:49 go: extracting github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc 22:15:49 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 22:15:49 go: extracting github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c 22:15:49 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 22:15:49 go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1 22:15:49 go: extracting github.com/prometheus/procfs v0.0.3 22:15:49 go: extracting github.com/golang/protobuf v1.3.2 22:15:49 go: extracting google.golang.org/grpc v1.22.1 22:15:49 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 22:15:50 go: extracting github.com/gogo/protobuf v1.1.1 22:15:50 go: extracting google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 22:16:03 22:16:03 ---> Making bundle: test-unit (in .) 22:16:03 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/cli/docker/app 22:16:29 ok github.com/docker/libcompose/cli/docker/app 1.122s coverage: 88.2% of statements 22:16:29 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/config 22:16:29 go: downloading github.com/stretchr/testify v1.3.0 22:16:29 go: extracting github.com/stretchr/testify v1.3.0 22:16:29 go: downloading github.com/davecgh/go-spew v1.1.1 22:16:29 go: downloading github.com/pmezard/go-difflib v1.0.0 22:16:29 go: extracting github.com/pmezard/go-difflib v1.0.0 22:16:29 go: extracting github.com/davecgh/go-spew v1.1.1 22:16:29 ok github.com/docker/libcompose/config 1.528s coverage: 66.0% of statements 22:16:29 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/builder 22:16:31 ok github.com/docker/libcompose/docker/builder 1.035s coverage: 89.0% of statements 22:16:31 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/client 22:16:33 ok github.com/docker/libcompose/docker/client 1.237s coverage: 100.0% of statements 22:16:33 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/network 22:16:36 ok github.com/docker/libcompose/docker/network 1.026s coverage: 90.9% of statements 22:16:36 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/service 22:16:39 ok github.com/docker/libcompose/docker/service 1.034s coverage: 15.9% of statements 22:16:39 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/volume 22:16:41 ok github.com/docker/libcompose/docker/volume 1.025s coverage: 23.5% of statements 22:16:41 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/labels 22:16:43 ok github.com/docker/libcompose/labels 1.007s coverage: 16.0% of statements 22:16:43 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/lookup 22:16:45 ok github.com/docker/libcompose/lookup 1.016s coverage: 91.9% of statements 22:16:45 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project 22:16:47 ok github.com/docker/libcompose/project 1.068s coverage: 31.9% of statements 22:16:47 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project/events 22:16:49 ok github.com/docker/libcompose/project/events 1.007s coverage: 10.2% of statements 22:16:49 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project/options 22:16:50 ok github.com/docker/libcompose/project/options 1.006s coverage: 100.0% of statements 22:16:50 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/utils 22:16:52 ok github.com/docker/libcompose/utils 1.011s coverage: 41.3% of statements 22:16:52 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/version 22:16:53 ok github.com/docker/libcompose/version 1.006s coverage: 0.0% of statements [no tests to run] 22:16:53 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/yaml 22:16:55 ok github.com/docker/libcompose/yaml 1.022s coverage: 72.1% of statements 22:16:55 22:16:55 Run non-race test (if any) 22:16:55 + go test -cover -coverprofile=cover.out github.com/docker/libcompose/utils 22:17:00 ok github.com/docker/libcompose/utils 0.003s coverage: 56.0% of statements 22:17:00 22:17:00 Test success 22:17:00 22:17:00 22:17:00 ---> Making bundle: test-integration (in .) 22:17:00 Running integration test against 1.9.1 22:17:00 ---> Making bundle: .integration-daemon-start (in .) 22:17:00 +++ 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 22:17:02 Client: 22:17:02 Version: 1.9.1 22:17:02 API version: 1.21 22:17:02 Go version: go1.4.3 22:17:02 Git commit: a34a1d5 22:17:02 Built: Fri Nov 20 17:56:04 UTC 2015 22:17:02 OS/Arch: linux/amd64 22:17:02 22:17:02 Server: 22:17:02 Version: 1.9.1 22:17:02 API version: 1.21 22:17:02 Go version: go1.4.3 22:17:02 Git commit: a34a1d5 22:17:02 Built: Fri Nov 20 17:56:04 UTC 2015 22:17:02 OS/Arch: linux/amd64 22:17:02 go: downloading gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 22:17:02 go: downloading github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76 22:17:02 go: extracting github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76 22:17:03 go: extracting gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 22:17:09 SKIP: api_event_test.go:16: APISuite.TestEvents (Not(Test requires the daemon version to be 1.9)) 22:17:09 time="2019-08-27T22:17:09Z" level=info msg="[0/1] [service]: Starting " 22:17:09 Pulling service (busybox)... 22:17:09 latest: Pulling from library/busybox 22:17:09 ecf7dd1833d3: Pulling fs layer 22:17:09 839136952431: Pulling fs layer 22:17:09 839136952431: Verifying Checksum 22:17:09 839136952431: Download complete 22:17:09 ecf7dd1833d3: Verifying Checksum 22:17:09 ecf7dd1833d3: Download complete 22:17:09 ecf7dd1833d3: Pull complete 22:17:09 839136952431: Pull complete 22:17:09 Digest: sha256:bb84a4a069de8e6b9f1a39fecb503ce2cb8b8b68c998b997948a5b96e8b0d119 22:17:09 Status: Downloaded newer image for busybox:latest 22:17:09 time="2019-08-27T22:17:09Z" level=info msg="[1/1] [service]: Started " 22:17:09 PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile 0.739s 22:17:10 PASS: build_test.go:13: CliSuite.TestBuild 0.527s 22:17:11 PASS: build_test.go:85: CliSuite.TestBuildWithArgs 0.755s 22:17:11 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1 0.136s 22:17:11 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2 0.574s 22:17:12 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3 0.502s 22:17:12 time="2019-08-27T22:17:12Z" level=info msg="Running create [--verbose -p testprojectcrzeohm -f - create]" 22:17:12 PASS: create_test.go:58: CliSuite.TestContainerName 0.122s 22:17:12 time="2019-08-27T22:17:12Z" level=info msg="Running create [--verbose -p testprojectbmdkchn -f - create]" 22:17:12 time="2019-08-27T22:17:12Z" level=info msg="Running scale [--verbose -p testprojectbmdkchn -f - scale hello=2]" 22:17:12 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale 0.130s 22:17:13 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir 0.481s 22:17:13 time="2019-08-27T22:17:13Z" level=info msg="Running create [--verbose -p testprojectaunpdjo -f - create]" 22:17:13 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir 0.075s 22:17:13 time="2019-08-27T22:17:13Z" level=info msg="[0/3] [simple]: Creating " 22:17:13 time="2019-08-27T22:17:13Z" level=info msg="[0/3] [yetanother]: Creating " 22:17:13 time="2019-08-27T22:17:13Z" level=info msg="[0/3] [another]: Creating " 22:17:13 time="2019-08-27T22:17:13Z" level=info msg="[0/3] [yetanother]: Created " 22:17:13 time="2019-08-27T22:17:13Z" level=info msg="[0/3] [simple]: Created " 22:17:13 time="2019-08-27T22:17:13Z" level=info msg="[0/3] [another]: Created " 22:17:13 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles 0.315s 22:17:13 time="2019-08-27T22:17:13Z" level=info msg="Running up [--verbose -p testprojectldhriid -f - up -d]" 22:17:13 time="2019-08-27T22:17:13Z" level=info msg="Running stop [--verbose -p testprojectldhriid -f - stop --timeout 0]" 22:17:26 time="2019-08-27T22:17:24Z" level=info msg="Running rm [--verbose -p testprojectldhriid -f - rm --force]" 22:17:26 PASS: rm_test.go:9: CliSuite.TestDelete 10.455s 22:17:26 time="2019-08-27T22:17:24Z" level=info msg="Running up [--verbose -p testprojectehxhalu -f - up -d]" 22:17:26 time="2019-08-27T22:17:24Z" level=info msg="Running stop [--verbose -p testprojectehxhalu -f - stop bye --timeout 0]" 22:17:35 time="2019-08-27T22:17:34Z" level=info msg="Running rm [--verbose -p testprojectehxhalu -f - rm --force]" 22:17:35 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped 10.515s 22:17:35 time="2019-08-27T22:17:34Z" level=info msg="Running up [--verbose -p testprojectjztorrh -f - up -d]" 22:17:35 time="2019-08-27T22:17:34Z" level=info msg="Running stop [--verbose -p testprojectjztorrh -f - stop --timeout 0]" 22:17:45 time="2019-08-27T22:17:45Z" level=info msg="Running rm [--verbose -p testprojectjztorrh -f - rm --force -v]" 22:17:45 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol 10.413s 22:17:45 time="2019-08-27T22:17:45Z" level=info msg="Running up [--verbose -p testprojectssytbbf -f - up -d]" 22:17:45 time="2019-08-27T22:17:45Z" level=info msg="Running down [--verbose -p testprojectssytbbf -f - down]" 22:17:55 PASS: down_test.go:9: CliSuite.TestDown 10.445s 22:17:55 time="2019-08-27T22:17:55Z" level=info msg="Running up [--verbose -p testprojectggybjgz -f - up -d]" 22:17:55 time="2019-08-27T22:17:55Z" level=info msg="Running scale [--verbose -p testprojectggybjgz -f - scale hello=2]" 22:17:56 time="2019-08-27T22:17:56Z" level=info msg="Running down [--verbose -p testprojectggybjgz -f - down]" 22:18:08 PASS: down_test.go:24: CliSuite.TestDownMultiple 10.688s 22:18:08 time="2019-08-27T22:18:06Z" level=info msg="Running create [--verbose -p testprojectyeqhbgj -f - create]" 22:18:08 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint 0.122s 22:18:08 time="2019-08-27T22:18:06Z" level=info msg="Running create [--verbose -p testprojectqkupuut -f - create]" 22:18:08 time="2019-08-27T22:18:06Z" level=info msg="Running create [--verbose -p testprojectxyzqyce -f - create]" 22:18:08 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions 0.160s 22:18:08 time="2019-08-27T22:18:06Z" level=info msg="Running create [--verbose -p testprojectbzdgzff -f - create]" 22:18:08 PASS: create_test.go:14: CliSuite.TestFields 0.076s 22:18:08 time="2019-08-27T22:18:06Z" level=info msg="Running create [--verbose -p testprojectqyqktic -f - create]" 22:18:08 PASS: create_test.go:45: CliSuite.TestHelloWorld 0.075s 22:18:08 time="2019-08-27T22:18:06Z" level=info msg="Running create [--verbose -p testprojectqnlcyvc -f - create]" 22:18:08 time="2019-08-27T22:18:06Z" level=info msg="Running create [--verbose -p testprojecthjqmkse -f - create]" 22:18:08 PASS: create_test.go:86: CliSuite.TestInterpolation 0.155s 22:18:08 time="2019-08-27T22:18:06Z" level=info msg="Running create [--verbose -p testprojectpegetql -f - create]" 22:18:08 time="2019-08-27T22:18:07Z" level=info msg="Running create [--verbose -p testprojectxoutbve -f - create]" 22:18:08 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends 0.156s 22:18:08 time="2019-08-27T22:18:07Z" level=info msg="Running up [--verbose -p testprojectabobnma -f - up -d]" 22:18:08 time="2019-08-27T22:18:07Z" level=info msg="Running kill [--verbose -p testprojectabobnma -f - kill]" 22:18:08 PASS: kill_test.go:9: CliSuite.TestKill 0.401s 22:18:08 time="2019-08-27T22:18:07Z" level=info msg="Running up [--verbose -p testprojectkvxxhvu -f - up -d]" 22:18:08 PASS: up_test.go:260: CliSuite.TestLink 0.426s 22:18:08 time="2019-08-27T22:18:08Z" level=info msg="[0/4] [multiple]: Creating " 22:18:08 time="2019-08-27T22:18:08Z" level=info msg="[0/4] [yetanother]: Creating " 22:18:08 time="2019-08-27T22:18:08Z" level=info msg="[0/4] [simple]: Creating " 22:18:08 time="2019-08-27T22:18:08Z" level=info msg="[0/4] [another]: Creating " 22:18:08 time="2019-08-27T22:18:08Z" level=info msg="[0/4] [another]: Created " 22:18:08 time="2019-08-27T22:18:08Z" level=info msg="[0/4] [yetanother]: Created " 22:18:08 time="2019-08-27T22:18:08Z" level=info msg="[0/4] [multiple]: Created " 22:18:08 time="2019-08-27T22:18:08Z" level=info msg="[0/4] [simple]: Created " 22:18:08 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo 0.412s 22:18:08 time="2019-08-27T22:18:08Z" level=info msg="[0/4] [another]: Creating " 22:18:08 time="2019-08-27T22:18:08Z" level=info msg="[0/4] [yetanother]: Creating " 22:18:08 time="2019-08-27T22:18:08Z" level=info msg="[0/4] [multiple]: Creating " 22:18:08 time="2019-08-27T22:18:08Z" level=info msg="[0/4] [simple]: Creating " 22:18:09 time="2019-08-27T22:18:09Z" level=info msg="[0/4] [simple]: Created " 22:18:09 time="2019-08-27T22:18:09Z" level=info msg="[0/4] [multiple]: Created " 22:18:09 time="2019-08-27T22:18:09Z" level=info msg="[0/4] [another]: Created " 22:18:09 time="2019-08-27T22:18:09Z" level=info msg="[0/4] [yetanother]: Created " 22:18:09 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne 0.348s 22:18:09 time="2019-08-27T22:18:09Z" level=info msg="Running up [--verbose -p testprojectlvcwmba -f - up -d]" 22:18:09 PASS: volume_test.go:62: CliSuite.TestNamedVolume 0.205s 22:18:09 time="2019-08-27T22:18:09Z" level=info msg="Running up [--verbose -p testprojecttxwxtxb -f - up -d]" 22:18:10 time="2019-08-27T22:18:09Z" level=info msg="Running pause [--verbose -p testprojecttxwxtxb -f - pause]" 22:18:10 PASS: pause_unpause_test.go:9: CliSuite.TestPause 0.225s 22:18:10 time="2019-08-27T22:18:10Z" level=info msg="Running up [--verbose -p testprojectepczlyf -f - up -d]" 22:18:10 time="2019-08-27T22:18:10Z" level=info msg="Running pause [--verbose -p testprojectepczlyf -f - pause]" 22:18:10 time="2019-08-27T22:18:10Z" level=info msg="Running pause [--verbose -p testprojectepczlyf -f - pause]" 22:18:10 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService 0.224s 22:18:10 time="2019-08-27T22:18:10Z" level=info msg="Running up [--verbose -p testprojectdpsvhok -f - up -d]" 22:18:10 time="2019-08-27T22:18:10Z" level=info msg="Running ps [--verbose -p testprojectdpsvhok -f - ps]" 22:18:11 PASS: ps_test.go:10: CliSuite.TestPs 0.227s 22:18:11 time="2019-08-27T22:18:10Z" level=info msg="Running up [--verbose -p testprojectkajlqgz -f - up -d]" 22:18:11 time="2019-08-27T22:18:11Z" level=info msg="Running ps [--verbose -p testprojectkajlqgz -f - ps -q]" 22:18:11 PASS: ps_test.go:22: CliSuite.TestPsQuiet 0.215s 22:18:11 time="2019-08-27T22:18:11Z" level=info msg="Running pull [--verbose -p testprojectbkmjfrl -f - pull]" 22:18:11 PASS: pull_test.go:7: CliSuite.TestPull 0.181s 22:18:11 time="2019-08-27T22:18:11Z" level=info msg="Running up [--verbose -p testprojectsrdsyli -f - up -d]" 22:18:11 time="2019-08-27T22:18:11Z" level=info msg="Running up [--verbose -p testprojectsrdsyli -f - up -d]" 22:18:11 time="2019-08-27T22:18:11Z" level=info msg="Running up [--verbose -p testprojectsrdsyli -f - up -d]" 22:18:12 time="2019-08-27T22:18:12Z" level=info msg="Running up [--verbose -p testprojectsrdsyli -f - up -d]" 22:18:12 time="2019-08-27T22:18:12Z" level=info msg="Running up [--verbose -p testprojectsrdsyli -f - up -d]" 22:18:12 time="2019-08-27T22:18:12Z" level=info msg="Running up [--verbose -p testprojectsrdsyli -f - up --force-recreate -d]" 22:18:13 time="2019-08-27T22:18:13Z" level=info msg="Running up [--verbose -p testprojectsrdsyli -f - up --force-recreate -d]" 22:18:13 PASS: up_test.go:105: CliSuite.TestRecreate 1.973s 22:18:13 time="2019-08-27T22:18:13Z" level=info msg="Running up [--verbose -p testprojectupbegex -f - up -d]" 22:18:13 time="2019-08-27T22:18:13Z" level=info msg="Running up [--verbose -p testprojectupbegex -f - up --force-recreate -d]" 22:18:14 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate 0.688s 22:18:14 time="2019-08-27T22:18:14Z" level=info msg="Running up [--verbose -p testprojectfddybhn -f - up -d]" 22:18:15 time="2019-08-27T22:18:15Z" level=info msg="Running up [--verbose -p testprojectfddybhn -f - up --no-recreate -d]" 22:18:15 time="2019-08-27T22:18:15Z" level=info msg="Running up [--verbose -p testprojectfddybhn -f - up --no-recreate -d]" 22:18:15 time="2019-08-27T22:18:15Z" level=info msg="Running up [--verbose -p testprojectfddybhn -f - up -d]" 22:18:16 time="2019-08-27T22:18:15Z" level=info msg="Running rm [--verbose -p testprojectfddybhn -f - rm -f]" 22:18:16 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging 1.226s 22:18:16 time="2019-08-27T22:18:15Z" level=info msg="Running up [--verbose -p testprojectgqlkjtj -f - up -d]" 22:18:16 time="2019-08-27T22:18:16Z" level=info msg="Running up [--verbose -p testprojectgqlkjtj -f - up --no-recreate -d]" 22:18:16 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate 0.211s 22:18:16 time="2019-08-27T22:18:16Z" level=info msg="Running up [--verbose -p testprojectpcdlmuw -f - up -d]" 22:18:16 time="2019-08-27T22:18:16Z" level=info msg="Running up [--verbose -p testprojectpcdlmuw -f - up --force-recreate -d]" 22:18:17 PASS: up_test.go:53: CliSuite.TestRecreateVols 0.650s 22:18:17 time="2019-08-27T22:18:17Z" level=info msg="Running up [--verbose -p testprojecttgqibcu -f - up -d]" 22:18:17 PASS: volume_test.go:43: CliSuite.TestRelativeVolume 0.212s 22:18:17 time="2019-08-27T22:18:17Z" level=info msg="Running up [--verbose -p testprojectrhapkok -f - up -d]" 22:18:17 time="2019-08-27T22:18:17Z" level=info msg="Running restart [--verbose -p testprojectrhapkok -f - restart --timeout 0]" 22:18:30 PASS: restart_test.go:9: CliSuite.TestRestart 10.530s 22:18:30 PASS: run_test.go:19: CliSuite.TestRun 0.355s 22:18:30 time="2019-08-27T22:18:28Z" level=info msg="Running up [--verbose -p testprojectpolbutt -f - up -d]" 22:18:30 time="2019-08-27T22:18:29Z" level=info msg="Running scale [--verbose -p testprojectpolbutt -f - scale hello=2]" 22:18:30 time="2019-08-27T22:18:29Z" level=info msg="Running scale [--verbose -p testprojectpolbutt -f - scale --timeout 0 hello=1]" 22:18:39 PASS: scale_test.go:10: CliSuite.TestScale 10.654s 22:18:39 time="2019-08-27T22:18:39Z" level=info msg="Running up [--verbose -p testprojectrbcpjrp -f - up -d]" 22:18:40 time="2019-08-27T22:18:40Z" level=info msg="Running scale [--verbose -p testprojectrbcpjrp -f - scale test=2]" 22:18:41 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning 0.977s 22:18:41 time="2019-08-27T22:18:40Z" level=info msg="Running create [--verbose -p testprojectpbcgtsy -f - create]" 22:18:41 time="2019-08-27T22:18:41Z" level=info msg="Running start [--verbose -p testprojectpbcgtsy -f - start]" 22:18:41 PASS: start_test.go:9: CliSuite.TestStart 0.216s 22:18:41 time="2019-08-27T22:18:41Z" level=info msg="Running up [--verbose -p testprojectjlnpjop -f - up -d]" 22:18:41 time="2019-08-27T22:18:41Z" level=info msg="Running stop [--verbose -p testprojectjlnpjop -f - stop --timeout 0]" 22:18:53 PASS: stop_test.go:9: CliSuite.TestStop 10.390s 22:18:53 time="2019-08-27T22:18:51Z" level=info msg="Running up [--verbose -p testprojectwigtscs -f - up -d]" 22:18:53 time="2019-08-27T22:18:51Z" level=info msg="Running pause [--verbose -p testprojectwigtscs -f - pause]" 22:18:53 time="2019-08-27T22:18:51Z" level=info msg="Running unpause [--verbose -p testprojectwigtscs -f - unpause]" 22:18:53 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause 0.220s 22:18:53 time="2019-08-27T22:18:52Z" level=info msg="Running up [--verbose -p testprojectwebiapq -f - up -d]" 22:18:53 time="2019-08-27T22:18:52Z" level=info msg="Running unpause [--verbose -p testprojectwebiapq -f - unpause]" 22:18:53 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService 0.203s 22:18:53 time="2019-08-27T22:18:52Z" level=info msg="Running up [--verbose -p testprojectijkkkag -f - up -d]" 22:18:53 PASS: up_test.go:15: CliSuite.TestUp 0.209s 22:18:53 time="2019-08-27T22:18:52Z" level=info msg="Running up [--verbose -p testprojectvjqmdvj -f - up -d]" 22:18:53 time="2019-08-27T22:18:53Z" level=info msg="Running up [--verbose -p testprojectvjqmdvj -f - up --no-recreate -d]" 22:18:53 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted 0.213s 22:18:53 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent 0.023s 22:18:54 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent 0.355s 22:18:54 time="2019-08-27T22:18:53Z" level=info msg="Running up [--verbose -p testprojectluehrek -f - up -d]" 22:18:54 PASS: up_test.go:25: CliSuite.TestUpNotExistService 0.211s 22:18:54 SKIP: volume_test.go:79: CliSuite.TestV2Volume (Not(Test requires the daemon version to be 1.9)) 22:18:54 time="2019-08-27T22:18:54Z" level=info msg="Running create [--verbose -p testprojectcjbmpjj -f - create]" 22:18:54 time="2019-08-27T22:18:54Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectcjbmpjj -f - create]\n with input:\n\n test:\n image: busybox\n ports: invalid_type\n\t" 22:18:54 time="2019-08-27T22:18:54Z" level=info msg="Running create [--verbose -p testprojectzqsuvpy -f - create]" 22:18:54 time="2019-08-27T22:18:54Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectzqsuvpy -f - create]\n with input:\n\n test:\n image: busybox\n build: .\n\t" 22:18:54 time="2019-08-27T22:18:54Z" level=info msg="Running create [--verbose -p testprojectidfmiku -f - create]" 22:18:54 time="2019-08-27T22:18:54Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectidfmiku -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 " 22:18:54 PASS: create_test.go:262: CliSuite.TestValidation 0.024s 22:18:54 time="2019-08-27T22:18:54Z" level=info msg="Running create [--verbose -p testprojecthzsnchv -f - create]" 22:18:54 time="2019-08-27T22:18:54Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecthzsnchv -f - create]\n with input:\n\nversion: '2'\nservices:\n test:\n image: busybox\n ports: invalid_type\n\t" 22:18:54 time="2019-08-27T22:18:54Z" level=info msg="Running create [--verbose -p testprojecthzyhqaz -f - create]" 22:18:54 time="2019-08-27T22:18:54Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecthzyhqaz -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 " 22:18:54 PASS: create_test.go:297: CliSuite.TestValidationV2 0.016s 22:18:54 time="2019-08-27T22:18:54Z" level=info msg="Running create [--verbose -p testprojectrovttwm -f - create]" 22:18:54 time="2019-08-27T22:18:54Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrovttwm -f - create]\n with input:\n\n base:\n image: busybox\n privilege: \"something\"\n test:\n extends:\n service: base\n\t" 22:18:54 time="2019-08-27T22:18:54Z" level=info msg="Running create [--verbose -p testprojectwsomoro -f - create]" 22:18:54 time="2019-08-27T22:18:54Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectwsomoro -f - create]\n with input:\n\n base:\n image: busybox\n test:\n extends:\n service: base\n links: invalid_type\n\t" 22:18:54 time="2019-08-27T22:18:54Z" level=info msg="Running create [--verbose -p testprojectfngrfar -f - create]" 22:18:54 time="2019-08-27T22:18:54Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectfngrfar -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" 22:18:54 time="2019-08-27T22:18:54Z" level=info msg="Running create [--verbose -p testprojectdgwqfvf -f - create]" 22:18:54 time="2019-08-27T22:18:54Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectdgwqfvf -f - create]\n with input:\n\n test:\n extends:\n file: ./assets/validation/invalid/docker-compose.v1.yml\n service: base\n\t" 22:18:54 PASS: create_test.go:327: CliSuite.TestValidationWithExtends 0.031s 22:18:54 time="2019-08-27T22:18:54Z" level=info msg="Running create [--verbose -p testprojectsumktsd -f - create]" 22:18:54 time="2019-08-27T22:18:54Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectsumktsd -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" 22:18:54 time="2019-08-27T22:18:54Z" level=info msg="Running create [--verbose -p testprojectpqluypg -f - create]" 22:18:54 time="2019-08-27T22:18:54Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectpqluypg -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" 22:18:54 time="2019-08-27T22:18:54Z" level=info msg="Running create [--verbose -p testprojectaqzynhy -f - create]" 22:18:54 time="2019-08-27T22:18:54Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectaqzynhy -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" 22:18:54 time="2019-08-27T22:18:54Z" level=info msg="Running create [--verbose -p testprojectpdlweni -f - create]" 22:18:54 time="2019-08-27T22:18:54Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectpdlweni -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" 22:18:54 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2 0.035s 22:18:54 PASS: volume_test.go:11: CliSuite.TestVolumeFromService 0.243s 22:18:55 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName 0.230s 22:18:55 OK: 57 passed, 2 skipped 22:18:55 PASS 22:18:55 coverage: 38.9% of statements 22:18:55 ok github.com/docker/libcompose/integration 105.843s 22:18:55 ---> Making bundle: .integration-daemon-stop (in .) 22:18:55 ++++ cat ./docker.pid 22:18:55 +++ kill 6592 22:18:55 22:18:55 Running integration test against 1.10.3 22:18:55 ---> Making bundle: .integration-daemon-start (in .) 22:18:55 +++ 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 22:18:56 Client: 22:18:56 Version: 1.10.3 22:18:56 API version: 1.22 22:18:56 Go version: go1.5.3 22:18:56 Git commit: 20f81dd 22:18:56 Built: Thu Mar 10 21:49:11 2016 22:18:56 OS/Arch: linux/amd64 22:18:56 22:18:56 Server: 22:18:56 Version: 1.10.3 22:18:56 API version: 1.22 22:18:56 Go version: go1.5.3 22:18:56 Git commit: 20f81dd 22:18:56 Built: Thu Mar 10 21:49:11 2016 22:18:56 OS/Arch: linux/amd64 22:18:58 time="2019-08-27T22:18:57Z" level=info msg="[0/2] [simple]: Starting " 22:18:58 time="2019-08-27T22:18:57Z" level=info msg="[0/2] [another]: Starting " 22:18:58 Pulling simple (busybox:latest)... 22:18:58 Pulling another (busybox:latest)... 22:18:58 latest: Pulling from library/busybox 22:18:58 latest: Pulling from library/busybox 22:18:58 ee153a04d683: Pulling fs layer 22:18:58 ee153a04d683: Pulling fs layer 22:18:58 ee153a04d683: Verifying Checksum 22:18:58 ee153a04d683: Verifying Checksum 22:18:58 ee153a04d683: Download complete 22:18:58 ee153a04d683: Download complete 22:18:58 ee153a04d683: Pull complete 22:18:58 ee153a04d683: Pull complete 22:18:58 ee153a04d683: Pull complete 22:18:58 ee153a04d683: Pull complete 22:18:58 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 22:18:58 Status: Image is up to date for busybox:latest 22:18:58 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 22:18:58 Status: Downloaded newer image for busybox:latest 22:18:58 time="2019-08-27T22:18:58Z" level=info msg="[1/2] [another]: Started " 22:18:58 time="2019-08-27T22:18:58Z" level=info msg="[2/2] [simple]: Started " 22:18:59 PASS: api_event_test.go:16: APISuite.TestEvents 1.048s 22:18:59 time="2019-08-27T22:18:59Z" level=info msg="[0/1] [service]: Starting " 22:18:59 time="2019-08-27T22:18:59Z" level=info msg="[1/1] [service]: Started " 22:18:59 PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile 0.230s 22:19:00 PASS: build_test.go:13: CliSuite.TestBuild 0.555s 22:19:00 PASS: build_test.go:85: CliSuite.TestBuildWithArgs 0.744s 22:19:01 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1 0.160s 22:19:01 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2 0.617s 22:19:02 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3 0.532s 22:19:02 time="2019-08-27T22:19:02Z" level=info msg="Running create [--verbose -p testprojectmjjkvqf -f - create]" 22:19:02 PASS: create_test.go:58: CliSuite.TestContainerName 0.122s 22:19:02 time="2019-08-27T22:19:02Z" level=info msg="Running create [--verbose -p testprojectrfegjvf -f - create]" 22:19:02 time="2019-08-27T22:19:02Z" level=info msg="Running scale [--verbose -p testprojectrfegjvf -f - scale hello=2]" 22:19:02 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale 0.148s 22:19:03 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir 0.745s 22:19:03 time="2019-08-27T22:19:03Z" level=info msg="Running create [--verbose -p testprojectkrjsqou -f - create]" 22:19:03 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir 0.077s 22:19:03 time="2019-08-27T22:19:03Z" level=info msg="[0/3] [another]: Creating " 22:19:03 time="2019-08-27T22:19:03Z" level=info msg="[0/3] [simple]: Creating " 22:19:03 time="2019-08-27T22:19:03Z" level=info msg="[0/3] [yetanother]: Creating " 22:19:03 time="2019-08-27T22:19:03Z" level=info msg="[0/3] [another]: Created " 22:19:03 time="2019-08-27T22:19:03Z" level=info msg="[0/3] [yetanother]: Created " 22:19:03 time="2019-08-27T22:19:03Z" level=info msg="[0/3] [simple]: Created " 22:19:03 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles 0.348s 22:19:03 time="2019-08-27T22:19:03Z" level=info msg="Running up [--verbose -p testprojectuvpxwaq -f - up -d]" 22:19:03 time="2019-08-27T22:19:04Z" level=info msg="Running stop [--verbose -p testprojectuvpxwaq -f - stop --timeout 0]" 22:19:16 time="2019-08-27T22:19:14Z" level=info msg="Running rm [--verbose -p testprojectuvpxwaq -f - rm --force]" 22:19:16 PASS: rm_test.go:9: CliSuite.TestDelete 10.423s 22:19:16 time="2019-08-27T22:19:14Z" level=info msg="Running up [--verbose -p testprojectfwptivg -f - up -d]" 22:19:16 time="2019-08-27T22:19:14Z" level=info msg="Running stop [--verbose -p testprojectfwptivg -f - stop bye --timeout 0]" 22:19:26 time="2019-08-27T22:19:24Z" level=info msg="Running rm [--verbose -p testprojectfwptivg -f - rm --force]" 22:19:26 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped 10.581s 22:19:26 time="2019-08-27T22:19:24Z" level=info msg="Running up [--verbose -p testprojecthsbvszm -f - up -d]" 22:19:26 time="2019-08-27T22:19:25Z" level=info msg="Running stop [--verbose -p testprojecthsbvszm -f - stop --timeout 0]" 22:19:35 time="2019-08-27T22:19:35Z" level=info msg="Running rm [--verbose -p testprojecthsbvszm -f - rm --force -v]" 22:19:35 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol 10.420s 22:19:35 time="2019-08-27T22:19:35Z" level=info msg="Running up [--verbose -p testprojectrwhsdff -f - up -d]" 22:19:35 time="2019-08-27T22:19:35Z" level=info msg="Running down [--verbose -p testprojectrwhsdff -f - down]" 22:19:45 PASS: down_test.go:9: CliSuite.TestDown 10.389s 22:19:45 time="2019-08-27T22:19:45Z" level=info msg="Running up [--verbose -p testprojectjrjakap -f - up -d]" 22:19:46 time="2019-08-27T22:19:45Z" level=info msg="Running scale [--verbose -p testprojectjrjakap -f - scale hello=2]" 22:19:46 time="2019-08-27T22:19:46Z" level=info msg="Running down [--verbose -p testprojectjrjakap -f - down]" 22:19:58 PASS: down_test.go:24: CliSuite.TestDownMultiple 10.684s 22:19:58 time="2019-08-27T22:19:56Z" level=info msg="Running create [--verbose -p testprojectzdyrldq -f - create]" 22:19:58 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint 0.119s 22:19:58 time="2019-08-27T22:19:56Z" level=info msg="Running create [--verbose -p testprojectejlfnta -f - create]" 22:19:58 time="2019-08-27T22:19:56Z" level=info msg="Running create [--verbose -p testprojectlsjmhiv -f - create]" 22:19:58 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions 0.157s 22:19:58 time="2019-08-27T22:19:56Z" level=info msg="Running create [--verbose -p testprojectlawazel -f - create]" 22:19:58 PASS: create_test.go:14: CliSuite.TestFields 0.092s 22:19:58 time="2019-08-27T22:19:56Z" level=info msg="Running create [--verbose -p testprojectdjzajxe -f - create]" 22:19:58 PASS: create_test.go:45: CliSuite.TestHelloWorld 0.079s 22:19:58 time="2019-08-27T22:19:56Z" level=info msg="Running create [--verbose -p testprojectebvgbjh -f - create]" 22:19:58 time="2019-08-27T22:19:57Z" level=info msg="Running create [--verbose -p testprojectjjtbhrl -f - create]" 22:19:58 PASS: create_test.go:86: CliSuite.TestInterpolation 0.156s 22:19:58 time="2019-08-27T22:19:57Z" level=info msg="Running create [--verbose -p testprojectvmhkpqs -f - create]" 22:19:58 time="2019-08-27T22:19:57Z" level=info msg="Running create [--verbose -p testprojectjfijqbt -f - create]" 22:19:58 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends 0.179s 22:19:58 time="2019-08-27T22:19:57Z" level=info msg="Running up [--verbose -p testprojectxtixawa -f - up -d]" 22:19:58 time="2019-08-27T22:19:57Z" level=info msg="Running kill [--verbose -p testprojectxtixawa -f - kill]" 22:19:58 PASS: kill_test.go:9: CliSuite.TestKill 0.375s 22:19:58 time="2019-08-27T22:19:57Z" level=info msg="Running up [--verbose -p testprojectkmnzzqu -f - up -d]" 22:19:58 PASS: up_test.go:260: CliSuite.TestLink 0.437s 22:19:58 time="2019-08-27T22:19:58Z" level=info msg="[0/4] [another]: Creating " 22:19:58 time="2019-08-27T22:19:58Z" level=info msg="[0/4] [simple]: Creating " 22:19:58 time="2019-08-27T22:19:58Z" level=info msg="[0/4] [multiple]: Creating " 22:19:58 time="2019-08-27T22:19:58Z" level=info msg="[0/4] [yetanother]: Creating " 22:19:58 time="2019-08-27T22:19:58Z" level=info msg="[0/4] [multiple]: Created " 22:19:58 time="2019-08-27T22:19:58Z" level=info msg="[0/4] [yetanother]: Created " 22:19:58 time="2019-08-27T22:19:58Z" level=info msg="[0/4] [simple]: Created " 22:19:59 time="2019-08-27T22:19:58Z" level=info msg="[0/4] [another]: Created " 22:19:59 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo 0.487s 22:19:59 time="2019-08-27T22:19:59Z" level=info msg="[0/4] [yetanother]: Creating " 22:19:59 time="2019-08-27T22:19:59Z" level=info msg="[0/4] [simple]: Creating " 22:19:59 time="2019-08-27T22:19:59Z" level=info msg="[0/4] [another]: Creating " 22:19:59 time="2019-08-27T22:19:59Z" level=info msg="[0/4] [multiple]: Creating " 22:19:59 time="2019-08-27T22:19:59Z" level=info msg="[0/4] [yetanother]: Created " 22:19:59 time="2019-08-27T22:19:59Z" level=info msg="[0/4] [multiple]: Created " 22:19:59 time="2019-08-27T22:19:59Z" level=info msg="[0/4] [simple]: Created " 22:19:59 time="2019-08-27T22:19:59Z" level=info msg="[0/4] [another]: Created " 22:19:59 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne 0.437s 22:19:59 time="2019-08-27T22:19:59Z" level=info msg="Running up [--verbose -p testprojectjdzpwsx -f - up -d]" 22:20:00 PASS: volume_test.go:62: CliSuite.TestNamedVolume 0.242s 22:20:00 time="2019-08-27T22:19:59Z" level=info msg="Running up [--verbose -p testprojectksbedao -f - up -d]" 22:20:00 time="2019-08-27T22:20:00Z" level=info msg="Running pause [--verbose -p testprojectksbedao -f - pause]" 22:20:00 PASS: pause_unpause_test.go:9: CliSuite.TestPause 0.232s 22:20:00 time="2019-08-27T22:20:00Z" level=info msg="Running up [--verbose -p testprojectddynfsu -f - up -d]" 22:20:00 time="2019-08-27T22:20:00Z" level=info msg="Running pause [--verbose -p testprojectddynfsu -f - pause]" 22:20:00 time="2019-08-27T22:20:00Z" level=info msg="Running pause [--verbose -p testprojectddynfsu -f - pause]" 22:20:00 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService 0.257s 22:20:00 time="2019-08-27T22:20:00Z" level=info msg="Running up [--verbose -p testprojectolxwxhq -f - up -d]" 22:20:00 time="2019-08-27T22:20:00Z" level=info msg="Running ps [--verbose -p testprojectolxwxhq -f - ps]" 22:20:01 PASS: ps_test.go:10: CliSuite.TestPs 0.232s 22:20:01 time="2019-08-27T22:20:01Z" level=info msg="Running up [--verbose -p testprojecthlfkbee -f - up -d]" 22:20:01 time="2019-08-27T22:20:01Z" level=info msg="Running ps [--verbose -p testprojecthlfkbee -f - ps -q]" 22:20:01 PASS: ps_test.go:22: CliSuite.TestPsQuiet 0.235s 22:20:01 time="2019-08-27T22:20:01Z" level=info msg="Running pull [--verbose -p testprojectxbcnnpv -f - pull]" 22:20:01 PASS: pull_test.go:7: CliSuite.TestPull 0.154s 22:20:01 time="2019-08-27T22:20:01Z" level=info msg="Running up [--verbose -p testprojectnwelrcy -f - up -d]" 22:20:01 time="2019-08-27T22:20:01Z" level=info msg="Running up [--verbose -p testprojectnwelrcy -f - up -d]" 22:20:01 time="2019-08-27T22:20:01Z" level=info msg="Running up [--verbose -p testprojectnwelrcy -f - up -d]" 22:20:02 time="2019-08-27T22:20:02Z" level=info msg="Running up [--verbose -p testprojectnwelrcy -f - up -d]" 22:20:03 time="2019-08-27T22:20:02Z" level=info msg="Running up [--verbose -p testprojectnwelrcy -f - up -d]" 22:20:03 time="2019-08-27T22:20:02Z" level=info msg="Running up [--verbose -p testprojectnwelrcy -f - up --force-recreate -d]" 22:20:03 time="2019-08-27T22:20:03Z" level=info msg="Running up [--verbose -p testprojectnwelrcy -f - up --force-recreate -d]" 22:20:04 PASS: up_test.go:105: CliSuite.TestRecreate 2.049s 22:20:04 time="2019-08-27T22:20:03Z" level=info msg="Running up [--verbose -p testprojectcqjhrij -f - up -d]" 22:20:04 time="2019-08-27T22:20:04Z" level=info msg="Running up [--verbose -p testprojectcqjhrij -f - up --force-recreate -d]" 22:20:04 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate 0.632s 22:20:04 time="2019-08-27T22:20:04Z" level=info msg="Running up [--verbose -p testprojectysjmhfj -f - up -d]" 22:20:05 time="2019-08-27T22:20:05Z" level=info msg="Running up [--verbose -p testprojectysjmhfj -f - up --no-recreate -d]" 22:20:05 time="2019-08-27T22:20:05Z" level=info msg="Running up [--verbose -p testprojectysjmhfj -f - up --no-recreate -d]" 22:20:05 time="2019-08-27T22:20:05Z" level=info msg="Running up [--verbose -p testprojectysjmhfj -f - up -d]" 22:20:06 time="2019-08-27T22:20:06Z" level=info msg="Running rm [--verbose -p testprojectysjmhfj -f - rm -f]" 22:20:06 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging 1.337s 22:20:06 time="2019-08-27T22:20:06Z" level=info msg="Running up [--verbose -p testprojectezwqxxr -f - up -d]" 22:20:06 time="2019-08-27T22:20:06Z" level=info msg="Running up [--verbose -p testprojectezwqxxr -f - up --no-recreate -d]" 22:20:06 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate 0.238s 22:20:06 time="2019-08-27T22:20:06Z" level=info msg="Running up [--verbose -p testprojectjvclfre -f - up -d]" 22:20:07 time="2019-08-27T22:20:06Z" level=info msg="Running up [--verbose -p testprojectjvclfre -f - up --force-recreate -d]" 22:20:07 PASS: up_test.go:53: CliSuite.TestRecreateVols 0.670s 22:20:07 time="2019-08-27T22:20:07Z" level=info msg="Running up [--verbose -p testprojectzeytxce -f - up -d]" 22:20:08 PASS: volume_test.go:43: CliSuite.TestRelativeVolume 0.228s 22:20:08 time="2019-08-27T22:20:07Z" level=info msg="Running up [--verbose -p testprojectpdnwmau -f - up -d]" 22:20:08 time="2019-08-27T22:20:08Z" level=info msg="Running restart [--verbose -p testprojectpdnwmau -f - restart --timeout 0]" 22:20:20 PASS: restart_test.go:9: CliSuite.TestRestart 10.568s 22:20:20 PASS: run_test.go:19: CliSuite.TestRun 0.373s 22:20:20 time="2019-08-27T22:20:19Z" level=info msg="Running up [--verbose -p testprojecthvrhzwf -f - up -d]" 22:20:20 time="2019-08-27T22:20:19Z" level=info msg="Running scale [--verbose -p testprojecthvrhzwf -f - scale hello=2]" 22:20:20 time="2019-08-27T22:20:19Z" level=info msg="Running scale [--verbose -p testprojecthvrhzwf -f - scale --timeout 0 hello=1]" 22:20:30 PASS: scale_test.go:10: CliSuite.TestScale 10.683s 22:20:30 time="2019-08-27T22:20:29Z" level=info msg="Running up [--verbose -p testprojectaqybdxz -f - up -d]" 22:20:30 time="2019-08-27T22:20:30Z" level=info msg="Running scale [--verbose -p testprojectaqybdxz -f - scale test=2]" 22:20:31 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning 0.907s 22:20:31 time="2019-08-27T22:20:31Z" level=info msg="Running create [--verbose -p testprojecthiowsdi -f - create]" 22:20:31 time="2019-08-27T22:20:31Z" level=info msg="Running start [--verbose -p testprojecthiowsdi -f - start]" 22:20:31 PASS: start_test.go:9: CliSuite.TestStart 0.254s 22:20:31 time="2019-08-27T22:20:31Z" level=info msg="Running up [--verbose -p testprojecthjheogf -f - up -d]" 22:20:31 time="2019-08-27T22:20:31Z" level=info msg="Running stop [--verbose -p testprojecthjheogf -f - stop --timeout 0]" 22:20:43 PASS: stop_test.go:9: CliSuite.TestStop 10.406s 22:20:43 time="2019-08-27T22:20:41Z" level=info msg="Running up [--verbose -p testprojectgexekrx -f - up -d]" 22:20:43 time="2019-08-27T22:20:42Z" level=info msg="Running pause [--verbose -p testprojectgexekrx -f - pause]" 22:20:43 time="2019-08-27T22:20:42Z" level=info msg="Running unpause [--verbose -p testprojectgexekrx -f - unpause]" 22:20:43 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause 0.243s 22:20:43 time="2019-08-27T22:20:42Z" level=info msg="Running up [--verbose -p testprojectfomdylc -f - up -d]" 22:20:43 time="2019-08-27T22:20:42Z" level=info msg="Running unpause [--verbose -p testprojectfomdylc -f - unpause]" 22:20:43 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService 0.249s 22:20:43 time="2019-08-27T22:20:42Z" level=info msg="Running up [--verbose -p testprojectmpaupuf -f - up -d]" 22:20:43 PASS: up_test.go:15: CliSuite.TestUp 0.231s 22:20:43 time="2019-08-27T22:20:43Z" level=info msg="Running up [--verbose -p testprojectpgbvdhp -f - up -d]" 22:20:43 time="2019-08-27T22:20:43Z" level=info msg="Running up [--verbose -p testprojectpgbvdhp -f - up --no-recreate -d]" 22:20:43 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted 0.229s 22:20:43 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent 0.011s 22:20:44 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent 0.401s 22:20:44 time="2019-08-27T22:20:44Z" level=info msg="Running up [--verbose -p testprojectjcfybdm -f - up -d]" 22:20:44 PASS: up_test.go:25: CliSuite.TestUpNotExistService 0.228s 22:20:44 time="2019-08-27T22:20:44Z" level=info msg="Running up [--verbose -p testprojectodvazsl -f - up -d]" 22:20:46 PASS: volume_test.go:79: CliSuite.TestV2Volume 1.708s 22:20:46 time="2019-08-27T22:20:46Z" level=info msg="Running create [--verbose -p testprojectsweoytw -f - create]" 22:20:46 time="2019-08-27T22:20:46Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectsweoytw -f - create]\n with input:\n\n test:\n image: busybox\n ports: invalid_type\n\t" 22:20:46 time="2019-08-27T22:20:46Z" level=info msg="Running create [--verbose -p testprojectyibfvkn -f - create]" 22:20:46 time="2019-08-27T22:20:46Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectyibfvkn -f - create]\n with input:\n\n test:\n image: busybox\n build: .\n\t" 22:20:46 time="2019-08-27T22:20:46Z" level=info msg="Running create [--verbose -p testprojectfccndtu -f - create]" 22:20:46 time="2019-08-27T22:20:46Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectfccndtu -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 " 22:20:46 PASS: create_test.go:262: CliSuite.TestValidation 0.023s 22:20:46 time="2019-08-27T22:20:46Z" level=info msg="Running create [--verbose -p testprojectxyzgbvl -f - create]" 22:20:46 time="2019-08-27T22:20:46Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectxyzgbvl -f - create]\n with input:\n\nversion: '2'\nservices:\n test:\n image: busybox\n ports: invalid_type\n\t" 22:20:46 time="2019-08-27T22:20:46Z" level=info msg="Running create [--verbose -p testprojectxhchmwc -f - create]" 22:20:46 time="2019-08-27T22:20:46Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectxhchmwc -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 " 22:20:46 PASS: create_test.go:297: CliSuite.TestValidationV2 0.014s 22:20:46 time="2019-08-27T22:20:46Z" level=info msg="Running create [--verbose -p testprojectawyqssu -f - create]" 22:20:46 time="2019-08-27T22:20:46Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectawyqssu -f - create]\n with input:\n\n base:\n image: busybox\n privilege: \"something\"\n test:\n extends:\n service: base\n\t" 22:20:46 time="2019-08-27T22:20:46Z" level=info msg="Running create [--verbose -p testprojectkzapjxb -f - create]" 22:20:46 time="2019-08-27T22:20:46Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectkzapjxb -f - create]\n with input:\n\n base:\n image: busybox\n test:\n extends:\n service: base\n links: invalid_type\n\t" 22:20:46 time="2019-08-27T22:20:46Z" level=info msg="Running create [--verbose -p testprojectdaqtwug -f - create]" 22:20:46 time="2019-08-27T22:20:46Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectdaqtwug -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" 22:20:46 time="2019-08-27T22:20:46Z" level=info msg="Running create [--verbose -p testprojectusytvrg -f - create]" 22:20:46 time="2019-08-27T22:20:46Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectusytvrg -f - create]\n with input:\n\n test:\n extends:\n file: ./assets/validation/invalid/docker-compose.v1.yml\n service: base\n\t" 22:20:46 PASS: create_test.go:327: CliSuite.TestValidationWithExtends 0.027s 22:20:46 time="2019-08-27T22:20:46Z" level=info msg="Running create [--verbose -p testprojectxoanalv -f - create]" 22:20:46 time="2019-08-27T22:20:46Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectxoanalv -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" 22:20:46 time="2019-08-27T22:20:46Z" level=info msg="Running create [--verbose -p testprojectrljcwne -f - create]" 22:20:46 time="2019-08-27T22:20:46Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrljcwne -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" 22:20:46 time="2019-08-27T22:20:46Z" level=info msg="Running create [--verbose -p testprojectfwikbxi -f - create]" 22:20:46 time="2019-08-27T22:20:46Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectfwikbxi -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" 22:20:46 time="2019-08-27T22:20:46Z" level=info msg="Running create [--verbose -p testprojectnknvibx -f - create]" 22:20:46 time="2019-08-27T22:20:46Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectnknvibx -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" 22:20:46 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2 0.029s 22:20:46 PASS: volume_test.go:11: CliSuite.TestVolumeFromService 0.234s 22:20:47 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName 0.246s 22:20:47 OK: 59 passed 22:20:47 PASS 22:20:47 coverage: 33.3% of statements 22:20:47 ok github.com/docker/libcompose/integration 109.055s 22:20:47 ---> Making bundle: .integration-daemon-stop (in .) 22:20:47 ++++ cat ./docker.pid 22:20:47 +++ kill 9445 22:20:47 22:20:47 Running integration test against 1.13.1 22:20:47 ---> Making bundle: .integration-daemon-start (in .) 22:20:47 /usr/local/bin/docker-1.13.1/dockerd 22:20:47 +++ 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 22:20:49 Client: 22:20:49 Version: 1.13.1 22:20:49 API version: 1.26 22:20:49 Go version: go1.7.5 22:20:49 Git commit: 092cba3 22:20:49 Built: Wed Feb 8 08:47:51 2017 22:20:49 OS/Arch: linux/amd64 22:20:49 22:20:49 Server: 22:20:49 Version: 1.13.1 22:20:49 API version: 1.26 (minimum version 1.12) 22:20:49 Go version: go1.7.5 22:20:49 Git commit: 092cba3 22:20:49 Built: Wed Feb 8 08:47:51 2017 22:20:49 OS/Arch: linux/amd64 22:20:49 Experimental: false 22:20:51 time="2019-08-27T22:20:50Z" level=info msg="[0/2] [simple]: Starting " 22:20:51 time="2019-08-27T22:20:50Z" level=info msg="[0/2] [another]: Starting " 22:20:51 Pulling simple (busybox:latest)... 22:20:51 Pulling another (busybox:latest)... 22:20:51 latest: Pulling from library/busybox 22:20:51 latest: Pulling from library/busybox 22:20:51 ee153a04d683: Pulling fs layer 22:20:51 ee153a04d683: Pulling fs layer 22:20:51 ee153a04d683: Download complete 22:20:51 ee153a04d683: Download complete 22:20:51 ee153a04d683: Pull complete 22:20:51 ee153a04d683: Pull complete 22:20:51 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 22:20:51 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 22:20:51 Status: Image is up to date for busybox:latest 22:20:51 Status: Downloaded newer image for busybox:latest 22:20:51 time="2019-08-27T22:20:51Z" level=info msg="[1/2] [simple]: Started " 22:20:51 time="2019-08-27T22:20:51Z" level=info msg="[2/2] [another]: Started " 22:20:52 PASS: api_event_test.go:16: APISuite.TestEvents 1.092s 22:20:52 time="2019-08-27T22:20:51Z" level=info msg="[0/1] [service]: Starting " 22:20:52 time="2019-08-27T22:20:52Z" level=info msg="[1/1] [service]: Started " 22:20:52 PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile 0.391s 22:20:54 PASS: build_test.go:13: CliSuite.TestBuild 1.810s 22:20:56 PASS: build_test.go:85: CliSuite.TestBuildWithArgs 1.663s 22:20:56 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1 0.233s 22:20:58 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2 1.765s 22:21:00 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3 2.055s 22:21:00 time="2019-08-27T22:21:00Z" level=info msg="Running create [--verbose -p testprojectzgdzyhh -f - create]" 22:21:00 PASS: create_test.go:58: CliSuite.TestContainerName 0.155s 22:21:00 time="2019-08-27T22:21:00Z" level=info msg="Running create [--verbose -p testprojecthaidmtp -f - create]" 22:21:00 time="2019-08-27T22:21:00Z" level=info msg="Running scale [--verbose -p testprojecthaidmtp -f - scale hello=2]" 22:21:00 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale 0.172s 22:21:00 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir 0.412s 22:21:00 time="2019-08-27T22:21:00Z" level=info msg="Running create [--verbose -p testprojectwjmfsbt -f - create]" 22:21:00 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir 0.113s 22:21:00 time="2019-08-27T22:21:00Z" level=info msg="[0/3] [simple]: Creating " 22:21:00 time="2019-08-27T22:21:00Z" level=info msg="[0/3] [yetanother]: Creating " 22:21:00 time="2019-08-27T22:21:00Z" level=info msg="[0/3] [another]: Creating " 22:21:01 time="2019-08-27T22:21:01Z" level=info msg="[0/3] [simple]: Created " 22:21:01 time="2019-08-27T22:21:01Z" level=info msg="[0/3] [yetanother]: Created " 22:21:01 time="2019-08-27T22:21:01Z" level=info msg="[0/3] [another]: Created " 22:21:01 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles 0.424s 22:21:01 time="2019-08-27T22:21:01Z" level=info msg="Running up [--verbose -p testprojectsvbbuer -f - up -d]" 22:21:01 time="2019-08-27T22:21:01Z" level=info msg="Running stop [--verbose -p testprojectsvbbuer -f - stop --timeout 0]" 22:21:13 time="2019-08-27T22:21:11Z" level=info msg="Running rm [--verbose -p testprojectsvbbuer -f - rm --force]" 22:21:13 PASS: rm_test.go:9: CliSuite.TestDelete 10.523s 22:21:13 time="2019-08-27T22:21:11Z" level=info msg="Running up [--verbose -p testprojecthdgcvvx -f - up -d]" 22:21:13 time="2019-08-27T22:21:12Z" level=info msg="Running stop [--verbose -p testprojecthdgcvvx -f - stop bye --timeout 0]" 22:21:23 time="2019-08-27T22:21:22Z" level=info msg="Running rm [--verbose -p testprojecthdgcvvx -f - rm --force]" 22:21:23 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped 10.681s 22:21:23 time="2019-08-27T22:21:22Z" level=info msg="Running up [--verbose -p testprojectsofbybw -f - up -d]" 22:21:23 time="2019-08-27T22:21:23Z" level=info msg="Running stop [--verbose -p testprojectsofbybw -f - stop --timeout 0]" 22:21:33 time="2019-08-27T22:21:33Z" level=info msg="Running rm [--verbose -p testprojectsofbybw -f - rm --force -v]" 22:21:33 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol 10.508s 22:21:33 time="2019-08-27T22:21:33Z" level=info msg="Running up [--verbose -p testprojectmvajmrf -f - up -d]" 22:21:33 time="2019-08-27T22:21:33Z" level=info msg="Running down [--verbose -p testprojectmvajmrf -f - down]" 22:21:45 PASS: down_test.go:9: CliSuite.TestDown 10.493s 22:21:45 time="2019-08-27T22:21:43Z" level=info msg="Running up [--verbose -p testprojectquoqxgg -f - up -d]" 22:21:45 time="2019-08-27T22:21:44Z" level=info msg="Running scale [--verbose -p testprojectquoqxgg -f - scale hello=2]" 22:21:45 time="2019-08-27T22:21:44Z" level=info msg="Running down [--verbose -p testprojectquoqxgg -f - down]" 22:21:55 PASS: down_test.go:24: CliSuite.TestDownMultiple 10.882s 22:21:55 time="2019-08-27T22:21:54Z" level=info msg="Running create [--verbose -p testprojectaiseraz -f - create]" 22:21:55 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint 0.148s 22:21:55 time="2019-08-27T22:21:54Z" level=info msg="Running create [--verbose -p testprojectdgsghrf -f - create]" 22:21:55 time="2019-08-27T22:21:54Z" level=info msg="Running create [--verbose -p testprojectcufmfwh -f - create]" 22:21:55 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions 0.240s 22:21:55 time="2019-08-27T22:21:55Z" level=info msg="Running create [--verbose -p testprojectgwdlcvs -f - create]" 22:21:55 PASS: create_test.go:14: CliSuite.TestFields 0.116s 22:21:55 time="2019-08-27T22:21:55Z" level=info msg="Running create [--verbose -p testprojectwnpqlrc -f - create]" 22:21:55 PASS: create_test.go:45: CliSuite.TestHelloWorld 0.115s 22:21:55 time="2019-08-27T22:21:55Z" level=info msg="Running create [--verbose -p testprojectwdobana -f - create]" 22:21:55 time="2019-08-27T22:21:55Z" level=info msg="Running create [--verbose -p testprojectcbdzsgt -f - create]" 22:21:55 PASS: create_test.go:86: CliSuite.TestInterpolation 0.222s 22:21:55 time="2019-08-27T22:21:55Z" level=info msg="Running create [--verbose -p testprojectkyczhvk -f - create]" 22:21:55 time="2019-08-27T22:21:55Z" level=info msg="Running create [--verbose -p testprojectengtymy -f - create]" 22:21:56 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends 0.267s 22:21:56 time="2019-08-27T22:21:55Z" level=info msg="Running up [--verbose -p testprojectxqbvumy -f - up -d]" 22:21:56 time="2019-08-27T22:21:56Z" level=info msg="Running kill [--verbose -p testprojectxqbvumy -f - kill]" 22:21:56 PASS: kill_test.go:9: CliSuite.TestKill 0.492s 22:21:56 time="2019-08-27T22:21:56Z" level=info msg="Running up [--verbose -p testprojectakfmven -f - up -d]" 22:21:57 PASS: up_test.go:260: CliSuite.TestLink 0.653s 22:21:57 time="2019-08-27T22:21:57Z" level=info msg="[0/4] [another]: Creating " 22:21:57 time="2019-08-27T22:21:57Z" level=info msg="[0/4] [simple]: Creating " 22:21:57 time="2019-08-27T22:21:57Z" level=info msg="[0/4] [multiple]: Creating " 22:21:57 time="2019-08-27T22:21:57Z" level=info msg="[0/4] [yetanother]: Creating " 22:21:57 time="2019-08-27T22:21:57Z" level=info msg="[0/4] [simple]: Created " 22:21:57 time="2019-08-27T22:21:57Z" level=info msg="[0/4] [another]: Created " 22:21:57 time="2019-08-27T22:21:57Z" level=info msg="[0/4] [multiple]: Created " 22:21:58 time="2019-08-27T22:21:57Z" level=info msg="[0/4] [yetanother]: Created " 22:21:58 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo 0.580s 22:21:58 time="2019-08-27T22:21:58Z" level=info msg="[0/4] [simple]: Creating " 22:21:58 time="2019-08-27T22:21:58Z" level=info msg="[0/4] [yetanother]: Creating " 22:21:58 time="2019-08-27T22:21:58Z" level=info msg="[0/4] [another]: Creating " 22:21:58 time="2019-08-27T22:21:58Z" level=info msg="[0/4] [multiple]: Creating " 22:21:58 time="2019-08-27T22:21:58Z" level=info msg="[0/4] [simple]: Created " 22:21:58 time="2019-08-27T22:21:58Z" level=info msg="[0/4] [multiple]: Created " 22:21:58 time="2019-08-27T22:21:58Z" level=info msg="[0/4] [another]: Created " 22:21:58 time="2019-08-27T22:21:58Z" level=info msg="[0/4] [yetanother]: Created " 22:21:58 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne 0.548s 22:21:58 time="2019-08-27T22:21:58Z" level=info msg="Running up [--verbose -p testprojectlncjqah -f - up -d]" 22:21:59 PASS: volume_test.go:62: CliSuite.TestNamedVolume 0.362s 22:21:59 time="2019-08-27T22:21:59Z" level=info msg="Running up [--verbose -p testprojectvoirgur -f - up -d]" 22:21:59 time="2019-08-27T22:21:59Z" level=info msg="Running pause [--verbose -p testprojectvoirgur -f - pause]" 22:21:59 PASS: pause_unpause_test.go:9: CliSuite.TestPause 0.367s 22:21:59 time="2019-08-27T22:21:59Z" level=info msg="Running up [--verbose -p testprojecthsvmhzc -f - up -d]" 22:22:00 time="2019-08-27T22:21:59Z" level=info msg="Running pause [--verbose -p testprojecthsvmhzc -f - pause]" 22:22:00 time="2019-08-27T22:22:00Z" level=info msg="Running pause [--verbose -p testprojecthsvmhzc -f - pause]" 22:22:00 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService 0.350s 22:22:00 time="2019-08-27T22:22:00Z" level=info msg="Running up [--verbose -p testprojectoavztnk -f - up -d]" 22:22:00 time="2019-08-27T22:22:00Z" level=info msg="Running ps [--verbose -p testprojectoavztnk -f - ps]" 22:22:00 PASS: ps_test.go:10: CliSuite.TestPs 0.357s 22:22:00 time="2019-08-27T22:22:00Z" level=info msg="Running up [--verbose -p testprojectjnwipwr -f - up -d]" 22:22:01 time="2019-08-27T22:22:01Z" level=info msg="Running ps [--verbose -p testprojectjnwipwr -f - ps -q]" 22:22:01 PASS: ps_test.go:22: CliSuite.TestPsQuiet 0.344s 22:22:01 time="2019-08-27T22:22:01Z" level=info msg="Running pull [--verbose -p testprojecthdlppsi -f - pull]" 22:22:01 PASS: pull_test.go:7: CliSuite.TestPull 0.088s 22:22:01 time="2019-08-27T22:22:01Z" level=info msg="Running up [--verbose -p testprojectxsdzvjm -f - up -d]" 22:22:01 time="2019-08-27T22:22:01Z" level=info msg="Running up [--verbose -p testprojectxsdzvjm -f - up -d]" 22:22:01 time="2019-08-27T22:22:01Z" level=info msg="Running up [--verbose -p testprojectxsdzvjm -f - up -d]" 22:22:02 time="2019-08-27T22:22:02Z" level=info msg="Running up [--verbose -p testprojectxsdzvjm -f - up -d]" 22:22:03 time="2019-08-27T22:22:02Z" level=info msg="Running up [--verbose -p testprojectxsdzvjm -f - up -d]" 22:22:03 time="2019-08-27T22:22:02Z" level=info msg="Running up [--verbose -p testprojectxsdzvjm -f - up --force-recreate -d]" 22:22:03 time="2019-08-27T22:22:03Z" level=info msg="Running up [--verbose -p testprojectxsdzvjm -f - up --force-recreate -d]" 22:22:04 PASS: up_test.go:105: CliSuite.TestRecreate 2.523s 22:22:04 time="2019-08-27T22:22:04Z" level=info msg="Running up [--verbose -p testprojectxkvhqpr -f - up -d]" 22:22:04 time="2019-08-27T22:22:04Z" level=info msg="Running up [--verbose -p testprojectxkvhqpr -f - up --force-recreate -d]" 22:22:05 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate 0.903s 22:22:05 time="2019-08-27T22:22:05Z" level=info msg="Running up [--verbose -p testprojectruryhdg -f - up -d]" 22:22:06 time="2019-08-27T22:22:05Z" level=info msg="Running up [--verbose -p testprojectruryhdg -f - up --no-recreate -d]" 22:22:06 time="2019-08-27T22:22:05Z" level=info msg="Running up [--verbose -p testprojectruryhdg -f - up --no-recreate -d]" 22:22:06 time="2019-08-27T22:22:05Z" level=info msg="Running up [--verbose -p testprojectruryhdg -f - up -d]" 22:22:06 time="2019-08-27T22:22:06Z" level=info msg="Running rm [--verbose -p testprojectruryhdg -f - rm -f]" 22:22:06 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging 1.428s 22:22:06 time="2019-08-27T22:22:06Z" level=info msg="Running up [--verbose -p testprojectznzrzbo -f - up -d]" 22:22:07 time="2019-08-27T22:22:07Z" level=info msg="Running up [--verbose -p testprojectznzrzbo -f - up --no-recreate -d]" 22:22:07 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate 0.391s 22:22:07 time="2019-08-27T22:22:07Z" level=info msg="Running up [--verbose -p testprojectktxetgr -f - up -d]" 22:22:07 time="2019-08-27T22:22:07Z" level=info msg="Running up [--verbose -p testprojectktxetgr -f - up --force-recreate -d]" 22:22:08 PASS: up_test.go:53: CliSuite.TestRecreateVols 0.843s 22:22:08 time="2019-08-27T22:22:08Z" level=info msg="Running up [--verbose -p testprojectfzyxabu -f - up -d]" 22:22:08 PASS: volume_test.go:43: CliSuite.TestRelativeVolume 0.328s 22:22:08 time="2019-08-27T22:22:08Z" level=info msg="Running up [--verbose -p testprojecteimgyzk -f - up -d]" 22:22:09 time="2019-08-27T22:22:09Z" level=info msg="Running restart [--verbose -p testprojecteimgyzk -f - restart --timeout 0]" 22:22:21 PASS: restart_test.go:9: CliSuite.TestRestart 10.714s 22:22:21 PASS: run_test.go:19: CliSuite.TestRun 0.487s 22:22:21 time="2019-08-27T22:22:20Z" level=info msg="Running up [--verbose -p testprojectufoddih -f - up -d]" 22:22:21 time="2019-08-27T22:22:20Z" level=info msg="Running scale [--verbose -p testprojectufoddih -f - scale hello=2]" 22:22:21 time="2019-08-27T22:22:20Z" level=info msg="Running scale [--verbose -p testprojectufoddih -f - scale --timeout 0 hello=1]" 22:22:31 PASS: scale_test.go:10: CliSuite.TestScale 10.870s 22:22:31 time="2019-08-27T22:22:31Z" level=info msg="Running up [--verbose -p testprojecttxlggsq -f - up -d]" 22:22:31 time="2019-08-27T22:22:31Z" level=info msg="Running scale [--verbose -p testprojecttxlggsq -f - scale test=2]" 22:22:32 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning 1.264s 22:22:32 time="2019-08-27T22:22:32Z" level=info msg="Running create [--verbose -p testprojectjetthkc -f - create]" 22:22:33 time="2019-08-27T22:22:33Z" level=info msg="Running start [--verbose -p testprojectjetthkc -f - start]" 22:22:33 PASS: start_test.go:9: CliSuite.TestStart 0.336s 22:22:33 time="2019-08-27T22:22:33Z" level=info msg="Running up [--verbose -p testprojectarkhibi -f - up -d]" 22:22:33 time="2019-08-27T22:22:33Z" level=info msg="Running stop [--verbose -p testprojectarkhibi -f - stop --timeout 0]" 22:22:46 PASS: stop_test.go:9: CliSuite.TestStop 10.507s 22:22:46 time="2019-08-27T22:22:43Z" level=info msg="Running up [--verbose -p testprojectorfyjwm -f - up -d]" 22:22:46 time="2019-08-27T22:22:44Z" level=info msg="Running pause [--verbose -p testprojectorfyjwm -f - pause]" 22:22:46 time="2019-08-27T22:22:44Z" level=info msg="Running unpause [--verbose -p testprojectorfyjwm -f - unpause]" 22:22:46 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause 0.365s 22:22:46 time="2019-08-27T22:22:44Z" level=info msg="Running up [--verbose -p testprojectjvphksd -f - up -d]" 22:22:46 time="2019-08-27T22:22:44Z" level=info msg="Running unpause [--verbose -p testprojectjvphksd -f - unpause]" 22:22:46 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService 0.356s 22:22:46 time="2019-08-27T22:22:44Z" level=info msg="Running up [--verbose -p testprojectrvoahpt -f - up -d]" 22:22:46 PASS: up_test.go:15: CliSuite.TestUp 0.326s 22:22:46 time="2019-08-27T22:22:45Z" level=info msg="Running up [--verbose -p testprojectlkgcggk -f - up -d]" 22:22:46 time="2019-08-27T22:22:45Z" level=info msg="Running up [--verbose -p testprojectlkgcggk -f - up --no-recreate -d]" 22:22:46 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted 0.337s 22:22:46 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent 0.010s 22:22:47 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent 0.566s 22:22:47 time="2019-08-27T22:22:46Z" level=info msg="Running up [--verbose -p testprojectvmlezpl -f - up -d]" 22:22:47 PASS: up_test.go:25: CliSuite.TestUpNotExistService 0.306s 22:22:47 time="2019-08-27T22:22:47Z" level=info msg="Running up [--verbose -p testprojectlzdvdan -f - up -d]" 22:23:05 PASS: volume_test.go:79: CliSuite.TestV2Volume 16.484s 22:23:05 time="2019-08-27T22:23:03Z" level=info msg="Running create [--verbose -p testprojectnufzewr -f - create]" 22:23:05 time="2019-08-27T22:23:03Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectnufzewr -f - create]\n with input:\n\n test:\n image: busybox\n ports: invalid_type\n\t" 22:23:05 time="2019-08-27T22:23:03Z" level=info msg="Running create [--verbose -p testprojectihyqqet -f - create]" 22:23:05 time="2019-08-27T22:23:03Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectihyqqet -f - create]\n with input:\n\n test:\n image: busybox\n build: .\n\t" 22:23:05 time="2019-08-27T22:23:03Z" level=info msg="Running create [--verbose -p testprojectlgyqbef -f - create]" 22:23:05 time="2019-08-27T22:23:03Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectlgyqbef -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 " 22:23:05 PASS: create_test.go:262: CliSuite.TestValidation 0.027s 22:23:05 time="2019-08-27T22:23:03Z" level=info msg="Running create [--verbose -p testprojectysybqzx -f - create]" 22:23:05 time="2019-08-27T22:23:03Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectysybqzx -f - create]\n with input:\n\nversion: '2'\nservices:\n test:\n image: busybox\n ports: invalid_type\n\t" 22:23:05 time="2019-08-27T22:23:03Z" level=info msg="Running create [--verbose -p testprojectafrekey -f - create]" 22:23:05 time="2019-08-27T22:23:03Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectafrekey -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 " 22:23:05 PASS: create_test.go:297: CliSuite.TestValidationV2 0.014s 22:23:05 time="2019-08-27T22:23:03Z" level=info msg="Running create [--verbose -p testprojecteadxuos -f - create]" 22:23:05 time="2019-08-27T22:23:03Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecteadxuos -f - create]\n with input:\n\n base:\n image: busybox\n privilege: \"something\"\n test:\n extends:\n service: base\n\t" 22:23:05 time="2019-08-27T22:23:03Z" level=info msg="Running create [--verbose -p testprojectmowyxjr -f - create]" 22:23:05 time="2019-08-27T22:23:03Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectmowyxjr -f - create]\n with input:\n\n base:\n image: busybox\n test:\n extends:\n service: base\n links: invalid_type\n\t" 22:23:05 time="2019-08-27T22:23:03Z" level=info msg="Running create [--verbose -p testprojectezwldgm -f - create]" 22:23:05 time="2019-08-27T22:23:03Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectezwldgm -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" 22:23:05 time="2019-08-27T22:23:03Z" level=info msg="Running create [--verbose -p testprojectawuiwqc -f - create]" 22:23:05 time="2019-08-27T22:23:03Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectawuiwqc -f - create]\n with input:\n\n test:\n extends:\n file: ./assets/validation/invalid/docker-compose.v1.yml\n service: base\n\t" 22:23:05 PASS: create_test.go:327: CliSuite.TestValidationWithExtends 0.028s 22:23:05 time="2019-08-27T22:23:03Z" level=info msg="Running create [--verbose -p testprojectitftqgr -f - create]" 22:23:05 time="2019-08-27T22:23:03Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectitftqgr -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" 22:23:05 time="2019-08-27T22:23:03Z" level=info msg="Running create [--verbose -p testprojectqywipah -f - create]" 22:23:05 time="2019-08-27T22:23:03Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectqywipah -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" 22:23:05 time="2019-08-27T22:23:03Z" level=info msg="Running create [--verbose -p testprojectppiqslf -f - create]" 22:23:05 time="2019-08-27T22:23:03Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectppiqslf -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" 22:23:05 time="2019-08-27T22:23:03Z" level=info msg="Running create [--verbose -p testprojectobyizxq -f - create]" 22:23:05 time="2019-08-27T22:23:03Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectobyizxq -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" 22:23:05 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2 0.030s 22:23:05 PASS: volume_test.go:11: CliSuite.TestVolumeFromService 0.291s 22:23:05 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName 0.303s 22:23:05 OK: 59 passed 22:23:05 PASS 22:23:05 coverage: 33.3% of statements 22:23:05 ok github.com/docker/libcompose/integration 133.910s 22:23:05 ---> Making bundle: .integration-daemon-stop (in .) 22:23:05 ++++ cat ./docker.pid 22:23:05 +++ kill 11959 22:23:05 22:23:05 Running integration test against 17.03.2 22:23:05 ---> Making bundle: .integration-daemon-start (in .) 22:23:05 /usr/local/bin/docker-17.03.2/dockerd 22:23:05 +++ 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 22:23:07 Client: 22:23:07 Version: 17.03.2-ce 22:23:07 API version: 1.27 22:23:07 Go version: go1.7.5 22:23:07 Git commit: f5ec1e2 22:23:07 Built: Tue Jun 27 01:35:00 2017 22:23:07 OS/Arch: linux/amd64 22:23:07 22:23:07 Server: 22:23:07 Version: 17.03.2-ce 22:23:07 API version: 1.27 (minimum version 1.12) 22:23:07 Go version: go1.7.5 22:23:07 Git commit: f5ec1e2 22:23:07 Built: Tue Jun 27 01:35:00 2017 22:23:07 OS/Arch: linux/amd64 22:23:07 Experimental: false 22:23:09 time="2019-08-27T22:23:09Z" level=info msg="[0/2] [simple]: Starting " 22:23:09 time="2019-08-27T22:23:09Z" level=info msg="[0/2] [another]: Starting " 22:23:09 Pulling simple (busybox:latest)... 22:23:09 Pulling another (busybox:latest)... 22:23:09 latest: Pulling from library/busybox 22:23:09 latest: Pulling from library/busybox 22:23:09 ee153a04d683: Pulling fs layer 22:23:09 ee153a04d683: Pulling fs layer 22:23:09 ee153a04d683: Verifying Checksum 22:23:09 ee153a04d683: Verifying Checksum 22:23:09 ee153a04d683: Download complete 22:23:09 ee153a04d683: Download complete 22:23:09 ee153a04d683: Pull complete 22:23:09 ee153a04d683: Pull complete 22:23:09 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 22:23:09 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 22:23:09 Status: Downloaded newer image for busybox:latest 22:23:09 Status: Image is up to date for busybox:latest 22:23:10 time="2019-08-27T22:23:10Z" level=info msg="[1/2] [another]: Started " 22:23:10 time="2019-08-27T22:23:10Z" level=info msg="[2/2] [simple]: Started " 22:23:10 PASS: api_event_test.go:16: APISuite.TestEvents 1.080s 22:23:10 time="2019-08-27T22:23:10Z" level=info msg="[0/1] [service]: Starting " 22:23:10 time="2019-08-27T22:23:10Z" level=info msg="[1/1] [service]: Started " 22:23:10 PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile 0.332s 22:23:12 PASS: build_test.go:13: CliSuite.TestBuild 1.231s 22:23:14 PASS: build_test.go:85: CliSuite.TestBuildWithArgs 1.659s 22:23:14 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1 0.222s 22:23:16 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2 1.777s 22:23:18 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3 2.000s 22:23:18 time="2019-08-27T22:23:18Z" level=info msg="Running create [--verbose -p testprojectmycegkw -f - create]" 22:23:18 PASS: create_test.go:58: CliSuite.TestContainerName 0.161s 22:23:18 time="2019-08-27T22:23:18Z" level=info msg="Running create [--verbose -p testprojectbagiyxx -f - create]" 22:23:18 time="2019-08-27T22:23:18Z" level=info msg="Running scale [--verbose -p testprojectbagiyxx -f - scale hello=2]" 22:23:18 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale 0.176s 22:23:18 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir 0.400s 22:23:18 time="2019-08-27T22:23:18Z" level=info msg="Running create [--verbose -p testprojectovyqnub -f - create]" 22:23:18 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir 0.118s 22:23:18 time="2019-08-27T22:23:18Z" level=info msg="[0/3] [yetanother]: Creating " 22:23:18 time="2019-08-27T22:23:18Z" level=info msg="[0/3] [another]: Creating " 22:23:18 time="2019-08-27T22:23:18Z" level=info msg="[0/3] [simple]: Creating " 22:23:19 time="2019-08-27T22:23:19Z" level=info msg="[0/3] [yetanother]: Created " 22:23:19 time="2019-08-27T22:23:19Z" level=info msg="[0/3] [simple]: Created " 22:23:19 time="2019-08-27T22:23:19Z" level=info msg="[0/3] [another]: Created " 22:23:19 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles 0.450s 22:23:19 time="2019-08-27T22:23:19Z" level=info msg="Running up [--verbose -p testprojectgwkhzyg -f - up -d]" 22:23:19 time="2019-08-27T22:23:19Z" level=info msg="Running stop [--verbose -p testprojectgwkhzyg -f - stop --timeout 0]" 22:23:31 time="2019-08-27T22:23:29Z" level=info msg="Running rm [--verbose -p testprojectgwkhzyg -f - rm --force]" 22:23:31 PASS: rm_test.go:9: CliSuite.TestDelete 10.524s 22:23:31 time="2019-08-27T22:23:29Z" level=info msg="Running up [--verbose -p testprojectcggkdfk -f - up -d]" 22:23:31 time="2019-08-27T22:23:30Z" level=info msg="Running stop [--verbose -p testprojectcggkdfk -f - stop bye --timeout 0]" 22:23:41 time="2019-08-27T22:23:40Z" level=info msg="Running rm [--verbose -p testprojectcggkdfk -f - rm --force]" 22:23:41 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped 10.707s 22:23:41 time="2019-08-27T22:23:40Z" level=info msg="Running up [--verbose -p testprojectwfdsrkz -f - up -d]" 22:23:41 time="2019-08-27T22:23:41Z" level=info msg="Running stop [--verbose -p testprojectwfdsrkz -f - stop --timeout 0]" 22:23:51 time="2019-08-27T22:23:51Z" level=info msg="Running rm [--verbose -p testprojectwfdsrkz -f - rm --force -v]" 22:23:51 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol 10.484s 22:23:51 time="2019-08-27T22:23:51Z" level=info msg="Running up [--verbose -p testprojectqqfmxht -f - up -d]" 22:23:51 time="2019-08-27T22:23:51Z" level=info msg="Running down [--verbose -p testprojectqqfmxht -f - down]" 22:24:03 PASS: down_test.go:9: CliSuite.TestDown 10.537s 22:24:03 time="2019-08-27T22:24:01Z" level=info msg="Running up [--verbose -p testprojectzjwuieb -f - up -d]" 22:24:03 time="2019-08-27T22:24:02Z" level=info msg="Running scale [--verbose -p testprojectzjwuieb -f - scale hello=2]" 22:24:03 time="2019-08-27T22:24:02Z" level=info msg="Running down [--verbose -p testprojectzjwuieb -f - down]" 22:24:13 PASS: down_test.go:24: CliSuite.TestDownMultiple 10.955s 22:24:13 time="2019-08-27T22:24:12Z" level=info msg="Running create [--verbose -p testprojectlvauhhk -f - create]" 22:24:13 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint 0.180s 22:24:13 time="2019-08-27T22:24:12Z" level=info msg="Running create [--verbose -p testprojectohhlbhi -f - create]" 22:24:13 time="2019-08-27T22:24:13Z" level=info msg="Running create [--verbose -p testprojectlyitjyv -f - create]" 22:24:13 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions 0.240s 22:24:13 time="2019-08-27T22:24:13Z" level=info msg="Running create [--verbose -p testprojectmubkact -f - create]" 22:24:13 PASS: create_test.go:14: CliSuite.TestFields 0.113s 22:24:13 time="2019-08-27T22:24:13Z" level=info msg="Running create [--verbose -p testprojectqeinlex -f - create]" 22:24:13 PASS: create_test.go:45: CliSuite.TestHelloWorld 0.119s 22:24:13 time="2019-08-27T22:24:13Z" level=info msg="Running create [--verbose -p testprojectnarxxyn -f - create]" 22:24:13 time="2019-08-27T22:24:13Z" level=info msg="Running create [--verbose -p testprojectfedyuqw -f - create]" 22:24:13 PASS: create_test.go:86: CliSuite.TestInterpolation 0.236s 22:24:13 time="2019-08-27T22:24:13Z" level=info msg="Running create [--verbose -p testprojectnteedkr -f - create]" 22:24:13 time="2019-08-27T22:24:13Z" level=info msg="Running create [--verbose -p testprojectefgllfc -f - create]" 22:24:14 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends 0.258s 22:24:14 time="2019-08-27T22:24:13Z" level=info msg="Running up [--verbose -p testprojectzrbzpqh -f - up -d]" 22:24:14 time="2019-08-27T22:24:14Z" level=info msg="Running kill [--verbose -p testprojectzrbzpqh -f - kill]" 22:24:14 PASS: kill_test.go:9: CliSuite.TestKill 0.538s 22:24:14 time="2019-08-27T22:24:14Z" level=info msg="Running up [--verbose -p testprojectiuvfhux -f - up -d]" 22:24:15 PASS: up_test.go:260: CliSuite.TestLink 0.672s 22:24:15 time="2019-08-27T22:24:15Z" level=info msg="[0/4] [another]: Creating " 22:24:15 time="2019-08-27T22:24:15Z" level=info msg="[0/4] [simple]: Creating " 22:24:15 time="2019-08-27T22:24:15Z" level=info msg="[0/4] [multiple]: Creating " 22:24:15 time="2019-08-27T22:24:15Z" level=info msg="[0/4] [yetanother]: Creating " 22:24:15 time="2019-08-27T22:24:15Z" level=info msg="[0/4] [multiple]: Created " 22:24:15 time="2019-08-27T22:24:15Z" level=info msg="[0/4] [another]: Created " 22:24:16 time="2019-08-27T22:24:15Z" level=info msg="[0/4] [yetanother]: Created " 22:24:16 time="2019-08-27T22:24:16Z" level=info msg="[0/4] [simple]: Created " 22:24:16 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo 0.583s 22:24:16 time="2019-08-27T22:24:16Z" level=info msg="[0/4] [simple]: Creating " 22:24:16 time="2019-08-27T22:24:16Z" level=info msg="[0/4] [yetanother]: Creating " 22:24:16 time="2019-08-27T22:24:16Z" level=info msg="[0/4] [multiple]: Creating " 22:24:16 time="2019-08-27T22:24:16Z" level=info msg="[0/4] [another]: Creating " 22:24:16 time="2019-08-27T22:24:16Z" level=info msg="[0/4] [yetanother]: Created " 22:24:16 time="2019-08-27T22:24:16Z" level=info msg="[0/4] [multiple]: Created " 22:24:16 time="2019-08-27T22:24:16Z" level=info msg="[0/4] [simple]: Created " 22:24:16 time="2019-08-27T22:24:16Z" level=info msg="[0/4] [another]: Created " 22:24:16 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne 0.537s 22:24:16 time="2019-08-27T22:24:16Z" level=info msg="Running up [--verbose -p testprojectcgumbwr -f - up -d]" 22:24:17 PASS: volume_test.go:62: CliSuite.TestNamedVolume 0.323s 22:24:17 time="2019-08-27T22:24:17Z" level=info msg="Running up [--verbose -p testprojectkqpqnal -f - up -d]" 22:24:17 time="2019-08-27T22:24:17Z" level=info msg="Running pause [--verbose -p testprojectkqpqnal -f - pause]" 22:24:17 PASS: pause_unpause_test.go:9: CliSuite.TestPause 0.362s 22:24:17 time="2019-08-27T22:24:17Z" level=info msg="Running up [--verbose -p testprojectyxmhnyw -f - up -d]" 22:24:18 time="2019-08-27T22:24:18Z" level=info msg="Running pause [--verbose -p testprojectyxmhnyw -f - pause]" 22:24:18 time="2019-08-27T22:24:18Z" level=info msg="Running pause [--verbose -p testprojectyxmhnyw -f - pause]" 22:24:18 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService 0.392s 22:24:18 time="2019-08-27T22:24:18Z" level=info msg="Running up [--verbose -p testprojectowgnxgn -f - up -d]" 22:24:18 time="2019-08-27T22:24:18Z" level=info msg="Running ps [--verbose -p testprojectowgnxgn -f - ps]" 22:24:19 PASS: ps_test.go:10: CliSuite.TestPs 0.485s 22:24:19 time="2019-08-27T22:24:19Z" level=info msg="Running up [--verbose -p testprojectzqqpyof -f - up -d]" 22:24:19 time="2019-08-27T22:24:19Z" level=info msg="Running ps [--verbose -p testprojectzqqpyof -f - ps -q]" 22:24:19 PASS: ps_test.go:22: CliSuite.TestPsQuiet 0.339s 22:24:19 time="2019-08-27T22:24:19Z" level=info msg="Running pull [--verbose -p testprojectvctjixb -f - pull]" 22:24:19 PASS: pull_test.go:7: CliSuite.TestPull 0.159s 22:24:19 time="2019-08-27T22:24:19Z" level=info msg="Running up [--verbose -p testprojectrqcigpz -f - up -d]" 22:24:20 time="2019-08-27T22:24:20Z" level=info msg="Running up [--verbose -p testprojectrqcigpz -f - up -d]" 22:24:20 time="2019-08-27T22:24:20Z" level=info msg="Running up [--verbose -p testprojectrqcigpz -f - up -d]" 22:24:20 time="2019-08-27T22:24:20Z" level=info msg="Running up [--verbose -p testprojectrqcigpz -f - up -d]" 22:24:21 time="2019-08-27T22:24:21Z" level=info msg="Running up [--verbose -p testprojectrqcigpz -f - up -d]" 22:24:21 time="2019-08-27T22:24:21Z" level=info msg="Running up [--verbose -p testprojectrqcigpz -f - up --force-recreate -d]" 22:24:21 time="2019-08-27T22:24:21Z" level=info msg="Running up [--verbose -p testprojectrqcigpz -f - up --force-recreate -d]" 22:24:22 PASS: up_test.go:105: CliSuite.TestRecreate 2.499s 22:24:22 time="2019-08-27T22:24:22Z" level=info msg="Running up [--verbose -p testprojectslunjsq -f - up -d]" 22:24:23 time="2019-08-27T22:24:22Z" level=info msg="Running up [--verbose -p testprojectslunjsq -f - up --force-recreate -d]" 22:24:23 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate 0.899s 22:24:23 time="2019-08-27T22:24:23Z" level=info msg="Running up [--verbose -p testprojectmmivmoh -f - up -d]" 22:24:24 time="2019-08-27T22:24:24Z" level=info msg="Running up [--verbose -p testprojectmmivmoh -f - up --no-recreate -d]" 22:24:24 time="2019-08-27T22:24:24Z" level=info msg="Running up [--verbose -p testprojectmmivmoh -f - up --no-recreate -d]" 22:24:24 time="2019-08-27T22:24:24Z" level=info msg="Running up [--verbose -p testprojectmmivmoh -f - up -d]" 22:24:25 time="2019-08-27T22:24:24Z" level=info msg="Running rm [--verbose -p testprojectmmivmoh -f - rm -f]" 22:24:25 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging 1.494s 22:24:25 time="2019-08-27T22:24:25Z" level=info msg="Running up [--verbose -p testprojectohjiajl -f - up -d]" 22:24:25 time="2019-08-27T22:24:25Z" level=info msg="Running up [--verbose -p testprojectohjiajl -f - up --no-recreate -d]" 22:24:25 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate 0.330s 22:24:25 time="2019-08-27T22:24:25Z" level=info msg="Running up [--verbose -p testprojectxlxpoal -f - up -d]" 22:24:26 time="2019-08-27T22:24:25Z" level=info msg="Running up [--verbose -p testprojectxlxpoal -f - up --force-recreate -d]" 22:24:26 PASS: up_test.go:53: CliSuite.TestRecreateVols 0.977s 22:24:26 time="2019-08-27T22:24:26Z" level=info msg="Running up [--verbose -p testprojectoyxohhx -f - up -d]" 22:24:27 PASS: volume_test.go:43: CliSuite.TestRelativeVolume 0.336s 22:24:27 time="2019-08-27T22:24:27Z" level=info msg="Running up [--verbose -p testprojectdhyvcot -f - up -d]" 22:24:27 time="2019-08-27T22:24:27Z" level=info msg="Running restart [--verbose -p testprojectdhyvcot -f - restart --timeout 0]" 22:24:39 PASS: restart_test.go:9: CliSuite.TestRestart 10.706s 22:24:39 PASS: run_test.go:19: CliSuite.TestRun 0.499s 22:24:39 time="2019-08-27T22:24:38Z" level=info msg="Running up [--verbose -p testprojectwzhavld -f - up -d]" 22:24:39 time="2019-08-27T22:24:38Z" level=info msg="Running scale [--verbose -p testprojectwzhavld -f - scale hello=2]" 22:24:39 time="2019-08-27T22:24:39Z" level=info msg="Running scale [--verbose -p testprojectwzhavld -f - scale --timeout 0 hello=1]" 22:24:49 PASS: scale_test.go:10: CliSuite.TestScale 10.874s 22:24:49 time="2019-08-27T22:24:49Z" level=info msg="Running up [--verbose -p testprojectxgjjnzv -f - up -d]" 22:24:50 time="2019-08-27T22:24:50Z" level=info msg="Running scale [--verbose -p testprojectxgjjnzv -f - scale test=2]" 22:24:51 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning 1.224s 22:24:51 time="2019-08-27T22:24:51Z" level=info msg="Running create [--verbose -p testprojectqvtybkw -f - create]" 22:24:51 time="2019-08-27T22:24:51Z" level=info msg="Running start [--verbose -p testprojectqvtybkw -f - start]" 22:24:51 PASS: start_test.go:9: CliSuite.TestStart 0.350s 22:24:51 time="2019-08-27T22:24:51Z" level=info msg="Running up [--verbose -p testprojectbhizdxw -f - up -d]" 22:24:52 time="2019-08-27T22:24:52Z" level=info msg="Running stop [--verbose -p testprojectbhizdxw -f - stop --timeout 0]" 22:25:02 PASS: stop_test.go:9: CliSuite.TestStop 10.459s 22:25:02 time="2019-08-27T22:25:02Z" level=info msg="Running up [--verbose -p testprojectnddeczl -f - up -d]" 22:25:02 time="2019-08-27T22:25:02Z" level=info msg="Running pause [--verbose -p testprojectnddeczl -f - pause]" 22:25:02 time="2019-08-27T22:25:02Z" level=info msg="Running unpause [--verbose -p testprojectnddeczl -f - unpause]" 22:25:02 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause 0.378s 22:25:02 time="2019-08-27T22:25:02Z" level=info msg="Running up [--verbose -p testprojectwnjopda -f - up -d]" 22:25:03 time="2019-08-27T22:25:03Z" level=info msg="Running unpause [--verbose -p testprojectwnjopda -f - unpause]" 22:25:03 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService 0.336s 22:25:03 time="2019-08-27T22:25:03Z" level=info msg="Running up [--verbose -p testprojectcfbdfwn -f - up -d]" 22:25:03 PASS: up_test.go:15: CliSuite.TestUp 0.347s 22:25:03 time="2019-08-27T22:25:03Z" level=info msg="Running up [--verbose -p testprojectjfnmmtu -f - up -d]" 22:25:04 time="2019-08-27T22:25:04Z" level=info msg="Running up [--verbose -p testprojectjfnmmtu -f - up --no-recreate -d]" 22:25:04 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted 0.346s 22:25:04 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent 0.010s 22:25:05 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent 0.564s 22:25:05 time="2019-08-27T22:25:05Z" level=info msg="Running up [--verbose -p testprojectmyjshhw -f - up -d]" 22:25:05 PASS: up_test.go:25: CliSuite.TestUpNotExistService 0.357s 22:25:05 time="2019-08-27T22:25:05Z" level=info msg="Running up [--verbose -p testprojectvtwtckm -f - up -d]" 22:25:23 PASS: volume_test.go:79: CliSuite.TestV2Volume 16.537s 22:25:23 time="2019-08-27T22:25:22Z" level=info msg="Running create [--verbose -p testprojectgxukqgi -f - create]" 22:25:23 time="2019-08-27T22:25:22Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectgxukqgi -f - create]\n with input:\n\n test:\n image: busybox\n ports: invalid_type\n\t" 22:25:23 time="2019-08-27T22:25:22Z" level=info msg="Running create [--verbose -p testprojectpccdpdh -f - create]" 22:25:23 time="2019-08-27T22:25:22Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectpccdpdh -f - create]\n with input:\n\n test:\n image: busybox\n build: .\n\t" 22:25:23 time="2019-08-27T22:25:22Z" level=info msg="Running create [--verbose -p testprojectjyfdhgw -f - create]" 22:25:23 time="2019-08-27T22:25:22Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectjyfdhgw -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 " 22:25:23 PASS: create_test.go:262: CliSuite.TestValidation 0.023s 22:25:23 time="2019-08-27T22:25:22Z" level=info msg="Running create [--verbose -p testprojectrtvpzpx -f - create]" 22:25:23 time="2019-08-27T22:25:22Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrtvpzpx -f - create]\n with input:\n\nversion: '2'\nservices:\n test:\n image: busybox\n ports: invalid_type\n\t" 22:25:23 time="2019-08-27T22:25:22Z" level=info msg="Running create [--verbose -p testprojectgloissf -f - create]" 22:25:23 time="2019-08-27T22:25:22Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectgloissf -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 " 22:25:23 PASS: create_test.go:297: CliSuite.TestValidationV2 0.015s 22:25:23 time="2019-08-27T22:25:22Z" level=info msg="Running create [--verbose -p testprojectewvfkcs -f - create]" 22:25:23 time="2019-08-27T22:25:22Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectewvfkcs -f - create]\n with input:\n\n base:\n image: busybox\n privilege: \"something\"\n test:\n extends:\n service: base\n\t" 22:25:23 time="2019-08-27T22:25:22Z" level=info msg="Running create [--verbose -p testprojectqoygbsj -f - create]" 22:25:23 time="2019-08-27T22:25:22Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectqoygbsj -f - create]\n with input:\n\n base:\n image: busybox\n test:\n extends:\n service: base\n links: invalid_type\n\t" 22:25:23 time="2019-08-27T22:25:22Z" level=info msg="Running create [--verbose -p testprojecthciijpc -f - create]" 22:25:23 time="2019-08-27T22:25:22Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecthciijpc -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" 22:25:23 time="2019-08-27T22:25:22Z" level=info msg="Running create [--verbose -p testprojectwallqvk -f - create]" 22:25:23 time="2019-08-27T22:25:22Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectwallqvk -f - create]\n with input:\n\n test:\n extends:\n file: ./assets/validation/invalid/docker-compose.v1.yml\n service: base\n\t" 22:25:23 PASS: create_test.go:327: CliSuite.TestValidationWithExtends 0.029s 22:25:23 time="2019-08-27T22:25:22Z" level=info msg="Running create [--verbose -p testprojectymfyyet -f - create]" 22:25:23 time="2019-08-27T22:25:22Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectymfyyet -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" 22:25:23 time="2019-08-27T22:25:22Z" level=info msg="Running create [--verbose -p testprojecttqwtcwz -f - create]" 22:25:23 time="2019-08-27T22:25:22Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecttqwtcwz -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" 22:25:23 time="2019-08-27T22:25:22Z" level=info msg="Running create [--verbose -p testprojectrrxjeep -f - create]" 22:25:23 time="2019-08-27T22:25:22Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrrxjeep -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" 22:25:23 time="2019-08-27T22:25:22Z" level=info msg="Running create [--verbose -p testprojectuviknmr -f - create]" 22:25:23 time="2019-08-27T22:25:22Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectuviknmr -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" 22:25:23 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2 0.030s 22:25:23 PASS: volume_test.go:11: CliSuite.TestVolumeFromService 0.314s 22:25:23 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName 0.299s 22:25:23 OK: 59 passed 22:25:23 PASS 22:25:23 coverage: 33.3% of statements 22:25:23 ok github.com/docker/libcompose/integration 133.691s 22:25:23 ---> Making bundle: .integration-daemon-stop (in .) 22:25:23 ++++ cat ./docker.pid 22:25:23 +++ kill 16423 22:25:24 22:25:24 Running integration test against 17.06.0 22:25:24 ---> Making bundle: .integration-daemon-start (in .) 22:25:24 /usr/local/bin/docker-17.06.0/dockerd 22:25:24 +++ 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 22:25:27 Client: 22:25:27 Version: 17.06.0-ce 22:25:27 API version: 1.30 22:25:27 Go version: go1.8.3 22:25:27 Git commit: 02c1d87 22:25:27 Built: Fri Jun 23 21:15:15 2017 22:25:27 OS/Arch: linux/amd64 22:25:27 22:25:27 Server: 22:25:27 Version: 17.06.0-ce 22:25:27 API version: 1.30 (minimum version 1.12) 22:25:27 Go version: go1.8.3 22:25:27 Git commit: 02c1d87 22:25:27 Built: Fri Jun 23 21:51:55 2017 22:25:27 OS/Arch: linux/amd64 22:25:27 Experimental: false 22:25:28 time="2019-08-27T22:25:28Z" level=info msg="[0/2] [simple]: Starting " 22:25:28 time="2019-08-27T22:25:28Z" level=info msg="[0/2] [another]: Starting " 22:25:28 Pulling another (busybox:latest)... 22:25:28 Pulling simple (busybox:latest)... 22:25:28 latest: Pulling from library/busybox 22:25:28 latest: Pulling from library/busybox 22:25:28 ee153a04d683: Pulling fs layer 22:25:28 ee153a04d683: Pulling fs layer 22:25:28 ee153a04d683: Download complete 22:25:28 ee153a04d683: Download complete 22:25:28 ee153a04d683: Pull complete 22:25:28 ee153a04d683: Pull complete 22:25:28 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 22:25:28 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 22:25:28 Status: Image is up to date for busybox:latest 22:25:28 Status: Downloaded newer image for busybox:latest 22:25:29 time="2019-08-27T22:25:29Z" level=info msg="[1/2] [simple]: Started " 22:25:29 time="2019-08-27T22:25:29Z" level=info msg="[2/2] [another]: Started " 22:25:29 PASS: api_event_test.go:16: APISuite.TestEvents 1.248s 22:25:29 time="2019-08-27T22:25:29Z" level=info msg="[0/1] [service]: Starting " 22:25:29 time="2019-08-27T22:25:29Z" level=info msg="[1/1] [service]: Started " 22:25:29 PASS: api_test.go:20: APISuite.TestVolumeWithoutComposeFile 0.361s 22:25:32 PASS: build_test.go:13: CliSuite.TestBuild 2.059s 22:25:34 PASS: build_test.go:85: CliSuite.TestBuildWithArgs 1.639s 22:25:34 PASS: build_test.go:33: CliSuite.TestBuildWithNoCache1 0.237s 22:25:36 PASS: build_test.go:49: CliSuite.TestBuildWithNoCache2 1.761s 22:25:38 PASS: build_test.go:65: CliSuite.TestBuildWithNoCache3 2.001s 22:25:38 time="2019-08-27T22:25:38Z" level=info msg="Running create [--verbose -p testprojectynwfuux -f - create]" 22:25:38 PASS: create_test.go:58: CliSuite.TestContainerName 0.172s 22:25:38 time="2019-08-27T22:25:38Z" level=info msg="Running create [--verbose -p testprojectvuqviac -f - create]" 22:25:38 time="2019-08-27T22:25:38Z" level=info msg="Running scale [--verbose -p testprojectvuqviac -f - scale hello=2]" 22:25:38 PASS: create_test.go:72: CliSuite.TestContainerNameWithScale 0.169s 22:25:38 PASS: env_test.go:12: CliSuite.TestCreateWithEnvInCurrentDir 0.381s 22:25:38 time="2019-08-27T22:25:38Z" level=info msg="Running create [--verbose -p testprojectaqzcdqx -f - create]" 22:25:39 PASS: env_test.go:38: CliSuite.TestCreateWithEnvNotInCurrentDir 0.123s 22:25:39 time="2019-08-27T22:25:38Z" level=info msg="[0/3] [yetanother]: Creating " 22:25:39 time="2019-08-27T22:25:38Z" level=info msg="[0/3] [another]: Creating " 22:25:39 time="2019-08-27T22:25:38Z" level=info msg="[0/3] [simple]: Creating " 22:25:39 time="2019-08-27T22:25:39Z" level=info msg="[0/3] [another]: Created " 22:25:39 time="2019-08-27T22:25:39Z" level=info msg="[0/3] [simple]: Created " 22:25:39 time="2019-08-27T22:25:39Z" level=info msg="[0/3] [yetanother]: Created " 22:25:39 PASS: create_test.go:241: CliSuite.TestDefaultMultipleComposeFiles 0.436s 22:25:39 time="2019-08-27T22:25:39Z" level=info msg="Running up [--verbose -p testprojectdzzkhyb -f - up -d]" 22:25:39 time="2019-08-27T22:25:39Z" level=info msg="Running stop [--verbose -p testprojectdzzkhyb -f - stop --timeout 0]" 22:25:52 time="2019-08-27T22:25:49Z" level=info msg="Running rm [--verbose -p testprojectdzzkhyb -f - rm --force]" 22:25:52 PASS: rm_test.go:9: CliSuite.TestDelete 10.537s 22:25:52 time="2019-08-27T22:25:49Z" level=info msg="Running up [--verbose -p testprojectlpckqpl -f - up -d]" 22:25:52 time="2019-08-27T22:25:50Z" level=info msg="Running stop [--verbose -p testprojectlpckqpl -f - stop bye --timeout 0]" 22:26:02 time="2019-08-27T22:26:00Z" level=info msg="Running rm [--verbose -p testprojectlpckqpl -f - rm --force]" 22:26:02 PASS: rm_test.go:25: CliSuite.TestDeleteOnlyRemovesStopped 10.706s 22:26:02 time="2019-08-27T22:26:00Z" level=info msg="Running up [--verbose -p testprojectplalmsg -f - up -d]" 22:26:02 time="2019-08-27T22:26:01Z" level=info msg="Running stop [--verbose -p testprojectplalmsg -f - stop --timeout 0]" 22:26:11 time="2019-08-27T22:26:11Z" level=info msg="Running rm [--verbose -p testprojectplalmsg -f - rm --force -v]" 22:26:11 PASS: rm_test.go:65: CliSuite.TestDeleteWithVol 10.528s 22:26:11 time="2019-08-27T22:26:11Z" level=info msg="Running up [--verbose -p testprojectfyslcqi -f - up -d]" 22:26:11 time="2019-08-27T22:26:11Z" level=info msg="Running down [--verbose -p testprojectfyslcqi -f - down]" 22:26:21 PASS: down_test.go:9: CliSuite.TestDown 10.510s 22:26:21 time="2019-08-27T22:26:21Z" level=info msg="Running up [--verbose -p testprojectiggqzap -f - up -d]" 22:26:22 time="2019-08-27T22:26:22Z" level=info msg="Running scale [--verbose -p testprojectiggqzap -f - scale hello=2]" 22:26:22 time="2019-08-27T22:26:22Z" level=info msg="Running down [--verbose -p testprojectiggqzap -f - down]" 22:26:34 PASS: down_test.go:24: CliSuite.TestDownMultiple 10.948s 22:26:34 time="2019-08-27T22:26:32Z" level=info msg="Running create [--verbose -p testprojectqekwbdk -f - create]" 22:26:34 PASS: create_test.go:31: CliSuite.TestEmptyEntrypoint 0.141s 22:26:34 time="2019-08-27T22:26:32Z" level=info msg="Running create [--verbose -p testprojectyngnpny -f - create]" 22:26:34 time="2019-08-27T22:26:33Z" level=info msg="Running create [--verbose -p testprojectdqpeqbs -f - create]" 22:26:34 PASS: create_test.go:146: CliSuite.TestFieldTypeConversions 0.259s 22:26:34 time="2019-08-27T22:26:33Z" level=info msg="Running create [--verbose -p testprojecttwjuwex -f - create]" 22:26:34 PASS: create_test.go:14: CliSuite.TestFields 0.130s 22:26:34 time="2019-08-27T22:26:33Z" level=info msg="Running create [--verbose -p testprojectoxsuzqp -f - create]" 22:26:34 PASS: create_test.go:45: CliSuite.TestHelloWorld 0.126s 22:26:34 time="2019-08-27T22:26:33Z" level=info msg="Running create [--verbose -p testprojecthiyeznh -f - create]" 22:26:34 time="2019-08-27T22:26:33Z" level=info msg="Running create [--verbose -p testprojectrxpbyor -f - create]" 22:26:34 PASS: create_test.go:86: CliSuite.TestInterpolation 0.249s 22:26:34 time="2019-08-27T22:26:33Z" level=info msg="Running create [--verbose -p testprojecthwabvki -f - create]" 22:26:34 time="2019-08-27T22:26:33Z" level=info msg="Running create [--verbose -p testprojectgglwrue -f - create]" 22:26:34 PASS: create_test.go:112: CliSuite.TestInterpolationWithExtends 0.270s 22:26:34 time="2019-08-27T22:26:34Z" level=info msg="Running up [--verbose -p testprojectecrqscf -f - up -d]" 22:26:34 time="2019-08-27T22:26:34Z" level=info msg="Running kill [--verbose -p testprojectecrqscf -f - kill]" 22:26:34 PASS: kill_test.go:9: CliSuite.TestKill 0.488s 22:26:34 time="2019-08-27T22:26:34Z" level=info msg="Running up [--verbose -p testprojectvmimnhg -f - up -d]" 22:26:35 PASS: up_test.go:260: CliSuite.TestLink 0.694s 22:26:35 time="2019-08-27T22:26:35Z" level=info msg="[0/4] [yetanother]: Creating " 22:26:35 time="2019-08-27T22:26:35Z" level=info msg="[0/4] [simple]: Creating " 22:26:35 time="2019-08-27T22:26:35Z" level=info msg="[0/4] [another]: Creating " 22:26:35 time="2019-08-27T22:26:35Z" level=info msg="[0/4] [multiple]: Creating " 22:26:35 time="2019-08-27T22:26:35Z" level=info msg="[0/4] [multiple]: Created " 22:26:35 time="2019-08-27T22:26:35Z" level=info msg="[0/4] [yetanother]: Created " 22:26:36 time="2019-08-27T22:26:36Z" level=info msg="[0/4] [another]: Created " 22:26:36 time="2019-08-27T22:26:36Z" level=info msg="[0/4] [simple]: Created " 22:26:36 PASS: create_test.go:176: CliSuite.TestMultipleComposeFilesOneTwo 0.595s 22:26:36 time="2019-08-27T22:26:36Z" level=info msg="[0/4] [another]: Creating " 22:26:36 time="2019-08-27T22:26:36Z" level=info msg="[0/4] [multiple]: Creating " 22:26:36 time="2019-08-27T22:26:36Z" level=info msg="[0/4] [yetanother]: Creating " 22:26:36 time="2019-08-27T22:26:36Z" level=info msg="[0/4] [simple]: Creating " 22:26:36 time="2019-08-27T22:26:36Z" level=info msg="[0/4] [simple]: Created " 22:26:36 time="2019-08-27T22:26:36Z" level=info msg="[0/4] [yetanother]: Created " 22:26:36 time="2019-08-27T22:26:36Z" level=info msg="[0/4] [another]: Created " 22:26:37 time="2019-08-27T22:26:36Z" level=info msg="[0/4] [multiple]: Created " 22:26:37 PASS: create_test.go:204: CliSuite.TestMultipleComposeFilesTwoOne 0.547s 22:26:37 time="2019-08-27T22:26:36Z" level=info msg="Running up [--verbose -p testprojectvfhzhoi -f - up -d]" 22:26:37 PASS: volume_test.go:62: CliSuite.TestNamedVolume 0.344s 22:26:37 time="2019-08-27T22:26:37Z" level=info msg="Running up [--verbose -p testprojectnuikjjv -f - up -d]" 22:26:37 time="2019-08-27T22:26:37Z" level=info msg="Running pause [--verbose -p testprojectnuikjjv -f - pause]" 22:26:38 PASS: pause_unpause_test.go:9: CliSuite.TestPause 0.375s 22:26:38 time="2019-08-27T22:26:37Z" level=info msg="Running up [--verbose -p testprojecttgrcvfw -f - up -d]" 22:26:38 time="2019-08-27T22:26:38Z" level=info msg="Running pause [--verbose -p testprojecttgrcvfw -f - pause]" 22:26:38 time="2019-08-27T22:26:38Z" level=info msg="Running pause [--verbose -p testprojecttgrcvfw -f - pause]" 22:26:38 PASS: pause_unpause_test.go:26: CliSuite.TestPauseAlreadyPausedService 0.374s 22:26:38 time="2019-08-27T22:26:38Z" level=info msg="Running up [--verbose -p testprojectoyrflxo -f - up -d]" 22:26:38 time="2019-08-27T22:26:38Z" level=info msg="Running ps [--verbose -p testprojectoyrflxo -f - ps]" 22:26:39 PASS: ps_test.go:10: CliSuite.TestPs 0.353s 22:26:39 time="2019-08-27T22:26:39Z" level=info msg="Running up [--verbose -p testprojectyssyqfi -f - up -d]" 22:26:39 time="2019-08-27T22:26:39Z" level=info msg="Running ps [--verbose -p testprojectyssyqfi -f - ps -q]" 22:26:39 PASS: ps_test.go:22: CliSuite.TestPsQuiet 0.359s 22:26:39 time="2019-08-27T22:26:39Z" level=info msg="Running pull [--verbose -p testprojectduyczuo -f - pull]" 22:26:39 PASS: pull_test.go:7: CliSuite.TestPull 0.166s 22:26:39 time="2019-08-27T22:26:39Z" level=info msg="Running up [--verbose -p testprojectarcocsr -f - up -d]" 22:26:40 time="2019-08-27T22:26:40Z" level=info msg="Running up [--verbose -p testprojectarcocsr -f - up -d]" 22:26:40 time="2019-08-27T22:26:40Z" level=info msg="Running up [--verbose -p testprojectarcocsr -f - up -d]" 22:26:40 time="2019-08-27T22:26:40Z" level=info msg="Running up [--verbose -p testprojectarcocsr -f - up -d]" 22:26:41 time="2019-08-27T22:26:41Z" level=info msg="Running up [--verbose -p testprojectarcocsr -f - up -d]" 22:26:41 time="2019-08-27T22:26:41Z" level=info msg="Running up [--verbose -p testprojectarcocsr -f - up --force-recreate -d]" 22:26:41 time="2019-08-27T22:26:41Z" level=info msg="Running up [--verbose -p testprojectarcocsr -f - up --force-recreate -d]" 22:26:42 PASS: up_test.go:105: CliSuite.TestRecreate 2.570s 22:26:42 time="2019-08-27T22:26:42Z" level=info msg="Running up [--verbose -p testprojectrlryyfu -f - up -d]" 22:26:43 time="2019-08-27T22:26:42Z" level=info msg="Running up [--verbose -p testprojectrlryyfu -f - up --force-recreate -d]" 22:26:43 PASS: up_test.go:33: CliSuite.TestRecreateForceRecreate 0.891s 22:26:43 time="2019-08-27T22:26:43Z" level=info msg="Running up [--verbose -p testprojectvvzxilb -f - up -d]" 22:26:44 time="2019-08-27T22:26:44Z" level=info msg="Running up [--verbose -p testprojectvvzxilb -f - up --no-recreate -d]" 22:26:44 time="2019-08-27T22:26:44Z" level=info msg="Running up [--verbose -p testprojectvvzxilb -f - up --no-recreate -d]" 22:26:44 time="2019-08-27T22:26:44Z" level=info msg="Running up [--verbose -p testprojectvvzxilb -f - up -d]" 22:26:45 time="2019-08-27T22:26:45Z" level=info msg="Running rm [--verbose -p testprojectvvzxilb -f - rm -f]" 22:26:45 PASS: up_test.go:207: CliSuite.TestRecreateImageChanging 1.489s 22:26:45 time="2019-08-27T22:26:45Z" level=info msg="Running up [--verbose -p testprojectlgwwvra -f - up -d]" 22:26:45 time="2019-08-27T22:26:45Z" level=info msg="Running up [--verbose -p testprojectlgwwvra -f - up --no-recreate -d]" 22:26:45 PASS: up_test.go:84: CliSuite.TestRecreateNoRecreate 0.368s 22:26:45 time="2019-08-27T22:26:45Z" level=info msg="Running up [--verbose -p testprojectelchdvf -f - up -d]" 22:26:46 time="2019-08-27T22:26:46Z" level=info msg="Running up [--verbose -p testprojectelchdvf -f - up --force-recreate -d]" 22:26:47 PASS: up_test.go:53: CliSuite.TestRecreateVols 0.942s 22:26:47 time="2019-08-27T22:26:46Z" level=info msg="Running up [--verbose -p testprojectkpekahz -f - up -d]" 22:26:47 PASS: volume_test.go:43: CliSuite.TestRelativeVolume 0.334s 22:26:47 time="2019-08-27T22:26:47Z" level=info msg="Running up [--verbose -p testprojectqidyhqi -f - up -d]" 22:26:47 time="2019-08-27T22:26:47Z" level=info msg="Running restart [--verbose -p testprojectqidyhqi -f - restart --timeout 0]" 22:27:00 PASS: restart_test.go:9: CliSuite.TestRestart 10.727s 22:27:00 PASS: run_test.go:19: CliSuite.TestRun 0.470s 22:27:00 time="2019-08-27T22:26:58Z" level=info msg="Running up [--verbose -p testprojectrfsmnjr -f - up -d]" 22:27:00 time="2019-08-27T22:26:59Z" level=info msg="Running scale [--verbose -p testprojectrfsmnjr -f - scale hello=2]" 22:27:00 time="2019-08-27T22:26:59Z" level=info msg="Running scale [--verbose -p testprojectrfsmnjr -f - scale --timeout 0 hello=1]" 22:27:10 PASS: scale_test.go:10: CliSuite.TestScale 10.893s 22:27:10 time="2019-08-27T22:27:09Z" level=info msg="Running up [--verbose -p testprojectblgxnwl -f - up -d]" 22:27:10 time="2019-08-27T22:27:10Z" level=info msg="Running scale [--verbose -p testprojectblgxnwl -f - scale test=2]" 22:27:11 PASS: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning 1.181s 22:27:11 time="2019-08-27T22:27:11Z" level=info msg="Running create [--verbose -p testprojectzuzwkfo -f - create]" 22:27:11 time="2019-08-27T22:27:11Z" level=info msg="Running start [--verbose -p testprojectzuzwkfo -f - start]" 22:27:11 PASS: start_test.go:9: CliSuite.TestStart 0.364s 22:27:11 time="2019-08-27T22:27:11Z" level=info msg="Running up [--verbose -p testprojectryjuwof -f - up -d]" 22:27:12 time="2019-08-27T22:27:12Z" level=info msg="Running stop [--verbose -p testprojectryjuwof -f - stop --timeout 0]" 22:27:24 PASS: stop_test.go:9: CliSuite.TestStop 10.527s 22:27:24 time="2019-08-27T22:27:22Z" level=info msg="Running up [--verbose -p testprojectzcrvwot -f - up -d]" 22:27:24 time="2019-08-27T22:27:22Z" level=info msg="Running pause [--verbose -p testprojectzcrvwot -f - pause]" 22:27:24 time="2019-08-27T22:27:22Z" level=info msg="Running unpause [--verbose -p testprojectzcrvwot -f - unpause]" 22:27:24 PASS: pause_unpause_test.go:51: CliSuite.TestUnpause 0.393s 22:27:24 time="2019-08-27T22:27:23Z" level=info msg="Running up [--verbose -p testprojecttopxfii -f - up -d]" 22:27:24 time="2019-08-27T22:27:23Z" level=info msg="Running unpause [--verbose -p testprojecttopxfii -f - unpause]" 22:27:24 PASS: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService 0.371s 22:27:24 time="2019-08-27T22:27:23Z" level=info msg="Running up [--verbose -p testprojectlbnwear -f - up -d]" 22:27:24 PASS: up_test.go:15: CliSuite.TestUp 0.325s 22:27:24 time="2019-08-27T22:27:24Z" level=info msg="Running up [--verbose -p testprojectcelqrml -f - up -d]" 22:27:24 time="2019-08-27T22:27:24Z" level=info msg="Running up [--verbose -p testprojectcelqrml -f - up --no-recreate -d]" 22:27:24 PASS: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted 0.359s 22:27:24 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent 0.010s 22:27:25 PASS: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent 0.574s 22:27:25 time="2019-08-27T22:27:25Z" level=info msg="Running up [--verbose -p testprojectlgwadvy -f - up -d]" 22:27:25 PASS: up_test.go:25: CliSuite.TestUpNotExistService 0.334s 22:27:25 time="2019-08-27T22:27:25Z" level=info msg="Running up [--verbose -p testprojectnjqvnrd -f - up -d]" 22:27:43 PASS: volume_test.go:79: CliSuite.TestV2Volume 16.668s 22:27:43 time="2019-08-27T22:27:42Z" level=info msg="Running create [--verbose -p testprojecttkumnxx -f - create]" 22:27:43 time="2019-08-27T22:27:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecttkumnxx -f - create]\n with input:\n\n test:\n image: busybox\n ports: invalid_type\n\t" 22:27:43 time="2019-08-27T22:27:42Z" level=info msg="Running create [--verbose -p testprojectdegtnaa -f - create]" 22:27:43 time="2019-08-27T22:27:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectdegtnaa -f - create]\n with input:\n\n test:\n image: busybox\n build: .\n\t" 22:27:43 time="2019-08-27T22:27:42Z" level=info msg="Running create [--verbose -p testprojectjrgypyz -f - create]" 22:27:43 time="2019-08-27T22:27:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectjrgypyz -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 " 22:27:43 PASS: create_test.go:262: CliSuite.TestValidation 0.025s 22:27:43 time="2019-08-27T22:27:42Z" level=info msg="Running create [--verbose -p testprojectfutlnvt -f - create]" 22:27:43 time="2019-08-27T22:27:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectfutlnvt -f - create]\n with input:\n\nversion: '2'\nservices:\n test:\n image: busybox\n ports: invalid_type\n\t" 22:27:43 time="2019-08-27T22:27:42Z" level=info msg="Running create [--verbose -p testprojecthnqgfhk -f - create]" 22:27:43 time="2019-08-27T22:27:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojecthnqgfhk -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 " 22:27:43 PASS: create_test.go:297: CliSuite.TestValidationV2 0.015s 22:27:43 time="2019-08-27T22:27:42Z" level=info msg="Running create [--verbose -p testprojectuswmhwe -f - create]" 22:27:43 time="2019-08-27T22:27:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectuswmhwe -f - create]\n with input:\n\n base:\n image: busybox\n privilege: \"something\"\n test:\n extends:\n service: base\n\t" 22:27:43 time="2019-08-27T22:27:42Z" level=info msg="Running create [--verbose -p testprojectrpckawe -f - create]" 22:27:43 time="2019-08-27T22:27:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectrpckawe -f - create]\n with input:\n\n base:\n image: busybox\n test:\n extends:\n service: base\n links: invalid_type\n\t" 22:27:43 time="2019-08-27T22:27:42Z" level=info msg="Running create [--verbose -p testprojectkmzwluu -f - create]" 22:27:43 time="2019-08-27T22:27:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectkmzwluu -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" 22:27:43 time="2019-08-27T22:27:42Z" level=info msg="Running create [--verbose -p testprojectpkztthr -f - create]" 22:27:43 time="2019-08-27T22:27:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectpkztthr -f - create]\n with input:\n\n test:\n extends:\n file: ./assets/validation/invalid/docker-compose.v1.yml\n service: base\n\t" 22:27:43 PASS: create_test.go:327: CliSuite.TestValidationWithExtends 0.028s 22:27:43 time="2019-08-27T22:27:42Z" level=info msg="Running create [--verbose -p testprojectudsgxck -f - create]" 22:27:43 time="2019-08-27T22:27:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectudsgxck -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" 22:27:43 time="2019-08-27T22:27:42Z" level=info msg="Running create [--verbose -p testprojectjbhnrcq -f - create]" 22:27:43 time="2019-08-27T22:27:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectjbhnrcq -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" 22:27:43 time="2019-08-27T22:27:42Z" level=info msg="Running create [--verbose -p testprojectkexhmxl -f - create]" 22:27:43 time="2019-08-27T22:27:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectkexhmxl -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" 22:27:43 time="2019-08-27T22:27:42Z" level=info msg="Running create [--verbose -p testprojectgaxzkoj -f - create]" 22:27:43 time="2019-08-27T22:27:42Z" level=error msg="Failed to run ../bundles/libcompose-cli exit status 1: [--verbose -p testprojectgaxzkoj -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" 22:27:43 PASS: create_test.go:380: CliSuite.TestValidationWithExtendsV2 0.029s 22:27:43 PASS: volume_test.go:11: CliSuite.TestVolumeFromService 0.318s 22:27:43 PASS: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName 0.303s 22:27:43 OK: 59 passed 22:27:43 PASS 22:27:43 coverage: 33.3% of statements 22:27:43 ok github.com/docker/libcompose/integration 135.179s 22:27:43 ---> Making bundle: .integration-daemon-stop (in .) 22:27:43 ++++ cat ./docker.pid 22:27:43 +++ kill 20919 22:27:44 22:27:44 22:27:44 ---> Making bundle: test-acceptance (in .) 22:27:44 ---> Making bundle: .integration-daemon-start (in .) 22:27:44 /usr/local/bin/docker-17.03.2/dockerd 22:27:44 +++ exec dockerd --debug --host unix:///go/src/github.com/docker/libcompose/docker.sock --storage-driver vfs --pidfile ./docker.pid --userland-proxy=true --graph=/var/lib/docker/17.03.2 22:27:48 Client: 22:27:48 Version: 17.03.2-ce 22:27:48 API version: 1.27 22:27:48 Go version: go1.7.5 22:27:48 Git commit: f5ec1e2 22:27:48 Built: Tue Jun 27 01:35:00 2017 22:27:48 OS/Arch: linux/amd64 22:27:48 22:27:48 Server: 22:27:48 Version: 17.03.2-ce 22:27:48 API version: 1.27 (minimum version 1.12) 22:27:48 Go version: go1.7.5 22:27:48 Git commit: f5ec1e2 22:27:48 Built: Tue Jun 27 01:35:00 2017 22:27:48 OS/Arch: linux/amd64 22:27:48 Experimental: false 22:27:48 libcompose-cli version 0.4.0 (143e0f3) 22:27:48 ============================= test session starts ============================== 22:27:48 platform linux2 -- Python 2.7.16 -- py-1.8.0 -- pytest-2.7.2 -- /go/src/github.com/docker/libcompose/venv/bin/python 22:27:48 rootdir: /go/src/github.com/docker/libcompose/venv/compose, inifile: tox.ini 22:27:48 plugins: cov 22:27:48 collecting ... collected 122 items 22:27:48 22:27:52 tests/acceptance/cli_test.py::CLITestCase::test_build_failed Running process: 25985 22:27:52 PASSED 22:27:54 tests/acceptance/cli_test.py::CLITestCase::test_build_failed_forcerm Running process: 26133 22:27:54 PASSED 22:27:58 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache Running process: 26275 22:27:58 Running process: 26332 22:27:58 PASSED 22:28:02 tests/acceptance/cli_test.py::CLITestCase::test_build_no_cache_pull Running process: 26392 22:28:02 Running process: 26448 22:28:02 PASSED 22:28:04 tests/acceptance/cli_test.py::CLITestCase::test_build_plain Running process: 26504 22:28:04 Running process: 26562 22:28:04 PASSED 22:28:06 tests/acceptance/cli_test.py::CLITestCase::test_build_pull Running process: 26574 22:28:06 Running process: 26629 22:28:06 PASSED 22:28:06 tests/acceptance/cli_test.py::CLITestCase::test_bundle_with_digests Running process: 26640 22:28:06 Stderr: No help topic for 'bundle' 22:28:06 22:28:06 Stdout: 22:28:06 FAILED 22:28:06 tests/acceptance/cli_test.py::CLITestCase::test_config_default Running process: 26646 22:28:06 FAILED 22:28:06 tests/acceptance/cli_test.py::CLITestCase::test_config_external_network Running process: 26652 22:28:06 PASSED 22:28:06 tests/acceptance/cli_test.py::CLITestCase::test_config_list_services Running process: 26658 22:28:06 FAILED 22:28:06 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet Running process: 26664 22:28:06 PASSED 22:28:06 tests/acceptance/cli_test.py::CLITestCase::test_config_quiet_with_error Running process: 26670 22:28:06 FAILED 22:28:06 tests/acceptance/cli_test.py::CLITestCase::test_config_restart Running process: 26676 22:28:06 FAILED 22:28:06 tests/acceptance/cli_test.py::CLITestCase::test_config_v1 Running process: 26682 22:28:06 FAILED 22:28:07 tests/acceptance/cli_test.py::CLITestCase::test_create Removing simplecomposefile_another_1 ... 22:28:07 Removing simplecomposefile_simple_1 ... 22:28:07  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 26688 22:28:07 PASSED 22:28:07 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate Removing simplecomposefile_simple_1 ... 22:28:07 Removing simplecomposefile_another_1 ... 22:28:07  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 26722 22:28:07 Running process: 26752 22:28:07 PASSED 22:28:07 tests/acceptance/cli_test.py::CLITestCase::test_create_with_force_recreate_and_no_recreate Running process: 26783 22:28:07 PASSED 22:28:08 tests/acceptance/cli_test.py::CLITestCase::test_create_with_no_recreate Removing simplecomposefile_another_1 ... 22:28:08 Removing simplecomposefile_simple_1 ... 22:28:08  Removing simplecomposefile_another_1 ... done  Removing simplecomposefile_simple_1 ... done Running process: 26789 22:28:08 Running process: 26818 22:28:08 PASSED 22:28:47 tests/acceptance/cli_test.py::CLITestCase::test_down <- tests/integration/testcases.py Killing v2full_web_1 ... 22:28:47 Killing v2full_other_1 ... 22:28:47  Killing v2full_other_1 ... done  Killing v2full_web_1 ... done Removing v2full_web_1 ... 22:28:47 Removing v2full_other_1 ... 22:28:47  Removing v2full_other_1 ... done  Removing v2full_web_1 ... done Running process: 26827 22:28:47 Running process: 27138 22:28:47 Stderr: time="2019-08-27T22:28:44Z" level=error msg="Failed Executing web : inappropriate ioctl for device" 22:28:47 time="2019-08-27T22:28:44Z" level=error msg="Failed to start: web : inappropriate ioctl for device" 22:28:47 inappropriate ioctl for device 22:28:47 22:28:47 Stdout: 22:28:47 FAILED 22:28:47 tests/acceptance/cli_test.py::CLITestCase::test_down_invalid_rmi_flag Running process: 27245 22:28:47 PASSED 22:28:47 tests/acceptance/cli_test.py::CLITestCase::test_env_file_relative_to_compose_file Killing envfile_web_1 ... 22:28:47  Killing envfile_web_1 ... done Removing envfile_web_1 ... 22:28:47  Removing envfile_web_1 ... done Running process: 27251 22:28:47 PASSED 22:28:47 tests/acceptance/cli_test.py::CLITestCase::test_events_human_readable Killing simplecomposefile_simple_1 ... 22:28:47  Killing simplecomposefile_simple_1 ... done Removing simplecomposefile_simple_1 ... 22:28:47  Removing simplecomposefile_simple_1 ... done Running process: 27322 22:28:47 Running process: 27326 22:28:47 Stderr: 22:28:47 Stdout: 2019-08-27 22:28:47 container create d4e1a44055832b5ce8635f68de43ae227c59e5c0483b4d6db427a8157a66b107 (image=busybox:latest, name=simplecomposefile_simple_1) 22:28:47 2019-08-27 22:28:47 container start d4e1a44055832b5ce8635f68de43ae227c59e5c0483b4d6db427a8157a66b107 (image=busybox:latest, name=simplecomposefile_simple_1) 22:28:47 22:28:47 FAILED 22:28:48 tests/acceptance/cli_test.py::CLITestCase::test_events_json Killing simplecomposefile_simple_1 ... 22:28:48 Killing simplecomposefile_another_1 ... 22:28:48  Killing simplecomposefile_simple_1 ... done  Killing simplecomposefile_another_1 ... done Removing simplecomposefile_simple_1 ... 22:28:48 Removing simplecomposefile_another_1 ... 22:28:48  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 27398 22:28:48 Running process: 27402 22:28:48 Stderr: 22:28:48 Stdout: {"service":"another","event":"create","id":"a00bc8940870db793798793d97a4ff7f39b072dac1c0d7576fd6b02227985267","time":"2019-08-27T22:28:48Z","attributes":{"image":"busybox:latest","name":"simplecomposefile_another_1"},"type":"container"}{"service":"simple","event":"create","id":"bceade70e29c0871274eeb13aa90503aaaf864df73348a774380d2f53d00e318","time":"2019-08-27T22:28:48Z","attributes":{"image":"busybox:latest","name":"simplecomposefile_simple_1"},"type":"container"}{"service":"another","event":"start","id":"a00bc8940870db793798793d97a4ff7f39b072dac1c0d7576fd6b02227985267","time":"2019-08-27T22:28:48Z","attributes":{"image":"busybox:latest","name":"simplecomposefile_another_1"},"type":"container"}{"service":"simple","event":"start","id":"bceade70e29c0871274eeb13aa90503aaaf864df73348a774380d2f53d00e318","time":"2019-08-27T22:28:48Z","attributes":{"image":"busybox:latest","name":"simplecomposefile_simple_1"},"type":"container"} 22:28:48 FAILED 22:28:49 tests/acceptance/cli_test.py::CLITestCase::test_exec_custom_user Killing linkscomposefile_console_1 ... 22:28:49  Killing linkscomposefile_console_1 ... done Removing linkscomposefile_console_1 ... 22:28:49  Removing linkscomposefile_console_1 ... done Running process: 27540 22:28:49 Running process: 27593 22:28:49 Stderr: No help topic for 'exec' 22:28:49 22:28:49 Stdout: 22:28:49 FAILED 22:28:50 tests/acceptance/cli_test.py::CLITestCase::test_exec_without_tty Killing linkscomposefile_console_1 ... 22:28:50  Killing linkscomposefile_console_1 ... done Removing linkscomposefile_console_1 ... 22:28:50  Removing linkscomposefile_console_1 ... done Running process: 27615 22:28:50 Running process: 27670 22:28:50 Stderr: No help topic for 'exec' 22:28:50 22:28:50 Stdout: 22:28:50 FAILED 22:28:50 tests/acceptance/cli_test.py::CLITestCase::test_help Running process: 27693 22:28:50 FAILED 22:28:50 tests/acceptance/cli_test.py::CLITestCase::test_help ERROR 22:28:50 tests/acceptance/cli_test.py::CLITestCase::test_home_and_env_var_in_volume_path Killing volumepathinterpolation_test_1 ... 22:28:50  Killing volumepathinterpolation_test_1 ... done Removing volumepathinterpolation_test_1 ... 22:28:51  Removing volumepathinterpolation_test_1 ... done Running process: 27699 22:28:51 FAILED 22:28:51 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable Running process: 27771 22:28:51 Stderr: 22:28:51 Stdout: Incorrect Usage. flag provided but not defined: -H 22:28:51 22:28:51 Usage: libcompose-cli [OPTIONS] COMMAND [arg...] 22:28:51 22:28:51 Command line interface for libcompose. 22:28:51 22:28:51 Version: 0.4.0 (143e0f3) 22:28:51 22:28:51 Author: 22:28:51 Docker Compose Contributors - <https://github.com/docker/libcompose> 22:28:51 22:28:51 Options: 22:28:51 --verbose, --debug 22:28:51 --file value, -f value Specify one or more alternate compose files (default: docker-compose.yml) [$COMPOSE_FILE] 22:28:51 --project-name value, -p value Specify an alternate project name (default: directory name) [$COMPOSE_PROJECT_NAME] 22:28:51 --tls Use TLS; implied by --tlsverify 22:28:51 --tlsverify Use TLS and verify the remote [$DOCKER_TLS_VERIFY] 22:28:51 --tlscacert value Trust certs signed only by this CA 22:28:51 --tlscert value Path to TLS certificate file 22:28:51 --tlskey value Path to TLS key file 22:28:51 --configdir value Path to docker config dir, default ${HOME}/.docker 22:28:51 --help, -h show help 22:28:51 --version, -v print the version 22:28:51 22:28:51 Commands: 22:28:51 build Build or rebuild services. 22:28:51 config Validate and view the compose file. 22:28:51 create Create all services but do not start 22:28:51 events Receive real time events from containers. 22:28:51 down Stop and remove containers, networks, images, and volumes 22:28:51 kill Force stop service containers 22:28:51 logs Get service logs 22:28:51 pause Pause services. 22:28:51 port Print the public port for a port binding 22:28:51 ps List containers 22:28:51 pull Pulls images for services 22:28:51 restart Restart services 22:28:51 rm Delete services 22:28:51 run Run a one-off command 22:28:51 scale Scale services 22:28:51 start Start services 22:28:51 stop Stop services 22:28:51 unpause Unpause services. 22:28:51 up Bring all services up 22:28:51 version Show version informations 22:28:51 help Shows a list of commands or help for one command 22:28:51 22:28:51 Run 'libcompose-cli COMMAND --help' for more information on a command. 22:28:51 22:28:51 FAILED 22:28:51 tests/acceptance/cli_test.py::CLITestCase::test_host_not_reachable_volumes_from_container Running process: 27789 22:28:51 Stderr: 22:28:51 Stdout: Incorrect Usage. flag provided but not defined: -H 22:28:51 22:28:51 Usage: libcompose-cli [OPTIONS] COMMAND [arg...] 22:28:51 22:28:51 Command line interface for libcompose. 22:28:51 22:28:51 Version: 0.4.0 (143e0f3) 22:28:51 22:28:51 Author: 22:28:51 Docker Compose Contributors - <https://github.com/docker/libcompose> 22:28:51 22:28:51 Options: 22:28:51 --verbose, --debug 22:28:51 --file value, -f value Specify one or more alternate compose files (default: docker-compose.yml) [$COMPOSE_FILE] 22:28:51 --project-name value, -p value Specify an alternate project name (default: directory name) [$COMPOSE_PROJECT_NAME] 22:28:51 --tls Use TLS; implied by --tlsverify 22:28:51 --tlsverify Use TLS and verify the remote [$DOCKER_TLS_VERIFY] 22:28:51 --tlscacert value Trust certs signed only by this CA 22:28:51 --tlscert value Path to TLS certificate file 22:28:51 --tlskey value Path to TLS key file 22:28:51 --configdir value Path to docker config dir, default ${HOME}/.docker 22:28:51 --help, -h show help 22:28:51 --version, -v print the version 22:28:51 22:28:51 Commands: 22:28:51 build Build or rebuild services. 22:28:51 config Validate and view the compose file. 22:28:51 create Create all services but do not start 22:28:51 events Receive real time events from containers. 22:28:51 down Stop and remove containers, networks, images, and volumes 22:28:51 kill Force stop service containers 22:28:51 logs Get service logs 22:28:51 pause Pause services. 22:28:51 port Print the public port for a port binding 22:28:51 ps List containers 22:28:51 pull Pulls images for services 22:28:51 restart Restart services 22:28:51 rm Delete services 22:28:51 run Run a one-off command 22:28:51 scale Scale services 22:28:51 start Start services 22:28:51 stop Stop services 22:28:51 unpause Unpause services. 22:28:51 up Bring all services up 22:28:51 version Show version informations 22:28:51 help Shows a list of commands or help for one command 22:28:51 22:28:51 Run 'libcompose-cli COMMAND --help' for more information on a command. 22:28:51 22:28:51 FAILED 22:28:52 tests/acceptance/cli_test.py::CLITestCase::test_kill Removing simplecomposefile_simple_1 ... 22:28:52 Removing simplecomposefile_another_1 ... 22:28:52  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 27795 22:28:52 Running process: 27892 22:28:52 PASSED 22:28:52 tests/acceptance/cli_test.py::CLITestCase::test_kill_signal_sigstop Killing simplecomposefile_simple_1 ... 22:28:52 Killing simplecomposefile_another_1 ... 22:28:53  Killing simplecomposefile_another_1 ... done  Killing simplecomposefile_simple_1 ... done Removing simplecomposefile_simple_1 ... 22:28:53 Removing simplecomposefile_another_1 ... 22:28:53  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 27932 22:28:53 Running process: 28037 22:28:53 PASSED 22:28:53 tests/acceptance/cli_test.py::CLITestCase::test_kill_stopped_service Removing simplecomposefile_another_1 ... 22:28:53 Removing simplecomposefile_simple_1 ... 22:28:53  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 28080 22:28:53 Running process: 28179 22:28:53 Running process: 28186 22:28:53 PASSED 22:28:54 tests/acceptance/cli_test.py::CLITestCase::test_logs_default Killing logscomposefile_another_1 ... 22:28:54 Killing logscomposefile_simple_1 ... 22:28:54  Killing logscomposefile_another_1 ... done  Killing logscomposefile_simple_1 ... done Removing logscomposefile_another_1 ... 22:28:54 Removing logscomposefile_simple_1 ... 22:28:54  Removing logscomposefile_simple_1 ... done  Removing logscomposefile_another_1 ... done Running process: 28223 22:28:54 Running process: 28325 22:28:54 PASSED 22:28:55 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow Killing echoservices_another_1 ... 22:28:55  Killing echoservices_another_1 ... done Removing echoservices_another_1 ... 22:28:55 Removing echoservices_simple_1 ... 22:28:55  Removing echoservices_simple_1 ... done  Removing echoservices_another_1 ... done Running process: 28365 22:28:55 Running process: 28484 22:28:55 FAILED 22:28:56 tests/acceptance/cli_test.py::CLITestCase::test_logs_follow_logs_from_new_containers Removing logscomposefile_another_1 ... 22:28:56 Removing logscomposefile_simple_1 ... 22:28:56  Removing logscomposefile_simple_1 ... done  Removing logscomposefile_another_1 ... done Running process: 28508 22:28:56 Running process: 28561 22:28:56 Running process: 28565 22:28:56 Running process: 28634 22:28:56 FAILED 22:28:56 tests/acceptance/cli_test.py::CLITestCase::test_logs_invalid_service_name Running process: 28657 22:28:56 PASSED 22:28:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_on_stopped_containers_exits Removing echoservices_another_1 ... 22:28:57 Removing echoservices_simple_1 ... 22:28:57  Removing echoservices_simple_1 ... done  Removing echoservices_another_1 ... done Running process: 28663 22:28:57 Running process: 28795 22:28:57 PASSED 22:28:57 tests/acceptance/cli_test.py::CLITestCase::test_logs_tail Removing logstailcomposefile_simple_1 ... 22:28:57  Removing logstailcomposefile_simple_1 ... done Running process: 28805 22:28:57 Running process: 28875 22:28:57 FAILED 22:28:58 tests/acceptance/cli_test.py::CLITestCase::test_logs_timestamps Killing echoservices_another_1 ... 22:28:58  Killing echoservices_another_1 ... done Removing echoservices_another_1 ... 22:28:58 Removing echoservices_simple_1 ... 22:28:58  Removing echoservices_simple_1 ... done  Removing echoservices_another_1 ... done Running process: 28882 22:28:58 Running process: 29001 22:28:58 FAILED 22:28:58 tests/acceptance/cli_test.py::CLITestCase::test_pause_no_containers Running process: 29025 22:28:58 Stderr: time="2019-08-27T22:28:58Z" level=info msg="[0/2] [simple]: Pausing " 22:28:58 time="2019-08-27T22:28:58Z" level=info msg="[0/2] [another]: Pausing " 22:28:58 time="2019-08-27T22:28:58Z" level=info msg="[0/2] [simple]: Paused " 22:28:58 time="2019-08-27T22:28:58Z" level=info msg="[0/2] [another]: Paused " 22:28:58 22:28:58 Stdout: 22:28:58 FAILED 22:28:59 tests/acceptance/cli_test.py::CLITestCase::test_pause_unpause Killing simplecomposefile_another_1 ... 22:28:59 Killing simplecomposefile_simple_1 ... 22:28:59  Killing simplecomposefile_simple_1 ... done  Killing simplecomposefile_another_1 ... done Removing simplecomposefile_another_1 ... 22:28:59 Removing simplecomposefile_simple_1 ... 22:28:59  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 29032 22:28:59 Running process: 29130 22:28:59 Running process: 29149 22:28:59 PASSED 22:29:00 tests/acceptance/cli_test.py::CLITestCase::test_port Killing portscomposefile_simple_1 ... 22:29:01  Killing portscomposefile_simple_1 ... done Removing portscomposefile_simple_1 ... 22:29:01  Removing portscomposefile_simple_1 ... done Running process: 29201 22:29:01 Running process: 29302 22:29:01 Running process: 29308 22:29:01 Running process: 29314 22:29:01 PASSED 22:29:02 tests/acceptance/cli_test.py::CLITestCase::test_port_with_scale Killing portscomposefilescale_simple_2 ... 22:29:02 Killing portscomposefilescale_simple_1 ... 22:29:03  Killing portscomposefilescale_simple_2 ... done  Killing portscomposefilescale_simple_1 ... done Removing portscomposefilescale_simple_2 ... 22:29:03 Removing portscomposefilescale_simple_1 ... 22:29:03  Removing portscomposefilescale_simple_2 ... done  Removing portscomposefilescale_simple_1 ... done Running process: 29360 22:29:03 Running process: 29484 22:29:03 FAILED 22:29:03 tests/acceptance/cli_test.py::CLITestCase::test_ps Removing simplecomposefile_simple_1 ... 22:29:03  Removing simplecomposefile_simple_1 ... done Running process: 29554 22:29:03 PASSED 22:29:03 tests/acceptance/cli_test.py::CLITestCase::test_ps_alternate_composefile Killing multiplecomposefiles_yetanother_1 ... 22:29:04  Killing multiplecomposefiles_yetanother_1 ... done Removing multiplecomposefiles_yetanother_1 ... 22:29:04  Removing multiplecomposefiles_yetanother_1 ... done Running process: 29561 22:29:04 Running process: 29614 22:29:04 PASSED 22:29:04 tests/acceptance/cli_test.py::CLITestCase::test_ps_default_composefile Killing multiplecomposefiles_simple_1 ... 22:29:04 Killing multiplecomposefiles_another_1 ... 22:29:04  Killing multiplecomposefiles_another_1 ... done  Killing multiplecomposefiles_simple_1 ... done Removing multiplecomposefiles_simple_1 ... 22:29:04 Removing multiplecomposefiles_another_1 ... 22:29:04  Removing multiplecomposefiles_another_1 ... done  Removing multiplecomposefiles_simple_1 ... done Running process: 29638 22:29:04 Running process: 29739 22:29:04 PASSED 22:29:05 tests/acceptance/cli_test.py::CLITestCase::test_pull Running process: 29776 22:29:05 FAILED 22:29:06 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_digest Running process: 29783 22:29:06 PASSED 22:29:06 tests/acceptance/cli_test.py::CLITestCase::test_pull_with_ignore_pull_failures Running process: 29811 22:29:06 PASSED 22:29:06 tests/acceptance/cli_test.py::CLITestCase::test_restart Killing simplecomposefile_simple_1 ... 22:29:06  Killing simplecomposefile_simple_1 ... done Removing simplecomposefile_simple_1 ... 22:29:06  Removing simplecomposefile_simple_1 ... done Running process: 29862 22:29:06 PASSED 22:29:07 tests/acceptance/cli_test.py::CLITestCase::test_restart_no_containers Running process: 29936 22:29:07 Stderr: time="2019-08-27T22:29:06Z" level=info msg="[0/2] [simple]: Restarting " 22:29:07 time="2019-08-27T22:29:06Z" level=info msg="[0/2] [another]: Restarting " 22:29:07 time="2019-08-27T22:29:06Z" level=info msg="[0/2] [another]: Restarted " 22:29:07 time="2019-08-27T22:29:06Z" level=info msg="[0/2] [simple]: Restarted " 22:29:07 22:29:07 Stdout: 22:29:07 FAILED 22:29:07 tests/acceptance/cli_test.py::CLITestCase::test_restart_stopped_container Killing simplecomposefile_simple_1 ... 22:29:07  Killing simplecomposefile_simple_1 ... done Removing simplecomposefile_simple_1 ... 22:29:07  Removing simplecomposefile_simple_1 ... done Running process: 30004 22:29:07 PASSED 22:29:08 tests/acceptance/cli_test.py::CLITestCase::test_rm Running process: 30072 22:29:08 Running process: 30090 22:29:08 PASSED 22:29:09 tests/acceptance/cli_test.py::CLITestCase::test_rm_all Removing simplecomposefile_simple_1 ... 22:29:09  Removing simplecomposefile_simple_1 ... done Running process: 30119 22:29:09 Running process: 30147 22:29:09 FAILED 22:29:47 tests/acceptance/cli_test.py::CLITestCase::test_run_detached_connects_to_network <- tests/integration/testcases.py Killing networks_app_1 ... 22:29:47 Killing networks_db_1 ... 22:29:47 Killing networks_web_1 ... 22:29:47  Killing networks_web_1 ... done  Killing networks_db_1 ... done  Killing networks_app_1 ... done Removing networks_app_1 ... 22:29:47 Removing networks_db_1 ... 22:29:47 Removing networks_web_1 ... 22:29:47  Removing networks_web_1 ... done  Removing networks_db_1 ... done  Removing networks_app_1 ... done Running process: 30154 22:29:47 Running process: 30412 22:29:47 FAILED 22:29:47 tests/acceptance/cli_test.py::CLITestCase::test_run_does_not_recreate_linked_containers Killing linkscomposefile_db_1 ... 22:29:47  Killing linkscomposefile_db_1 ... done Removing linkscomposefile_db_1 ... 22:29:47  Removing linkscomposefile_db_1 ... done Running process: 30603 22:29:47 Running process: 30655 22:29:47 Stderr: time="2019-08-27T22:29:47Z" level=error msg="Failed Executing web : inappropriate ioctl for device" 22:29:47 time="2019-08-27T22:29:47Z" level=error msg="Failed to start: web : inappropriate ioctl for device" 22:29:47 inappropriate ioctl for device 22:29:47 22:29:47 Stdout: 22:29:47 FAILED 22:29:47 tests/acceptance/cli_test.py::CLITestCase::test_run_env_values_from_system Running process: 30689 22:29:47 FAILED 22:30:34 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigint Running process: 30695 22:30:34 FAILED 22:31:13 tests/acceptance/cli_test.py::CLITestCase::test_run_handles_sigterm Running process: 30701 22:31:13 FAILED 22:31:45 tests/acceptance/cli_test.py::CLITestCase::test_run_interactive_connects_to_network <- tests/integration/testcases.py Killing networks_app_1 ... 22:31:45 Killing networks_web_1 ... 22:31:45 Killing networks_db_1 ... 22:31:45  Killing networks_db_1 ... done  Killing networks_web_1 ... done  Killing networks_app_1 ... done Removing networks_app_1 ... 22:31:45 Removing networks_web_1 ... 22:31:45 Removing networks_db_1 ... 22:31:45  Removing networks_web_1 ... done  Removing networks_app_1 ... done  Removing networks_db_1 ... done Running process: 30707 22:31:45 Running process: 30965 22:31:45 Stderr: time="2019-08-27T22:31:41Z" level=error msg="Failed Executing app : inappropriate ioctl for device" 22:31:45 time="2019-08-27T22:31:41Z" level=error msg="Failed to start: app : inappropriate ioctl for device" 22:31:45 inappropriate ioctl for device 22:31:45 22:31:45 Stdout: 22:31:45 FAILED 22:32:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint Running process: 31086 22:32:03 Stderr: time="2019-08-27T22:31:59Z" level=error msg="Failed Executing test : inappropriate ioctl for device" 22:32:03 time="2019-08-27T22:31:59Z" level=error msg="Failed to start: test : inappropriate ioctl for device" 22:32:03 inappropriate ioctl for device 22:32:03 22:32:03 Stdout: Creating network "entrypointcomposefile_default" with driver "" 22:32:03 22:32:03 FAILED 22:32:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_command_overridden Running process: 31153 22:32:03 FAILED 22:32:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_and_empty_string_command Running process: 31159 22:32:03 FAILED 22:32:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_compose_file_entrypoint_overridden Running process: 31165 22:32:03 FAILED 22:32:03 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dependencies <- tests/integration/testcases.py Running process: 31171 22:32:03 Stderr: time="2019-08-27T22:32:01Z" level=error msg="Failed Executing web : inappropriate ioctl for device" 22:32:03 time="2019-08-27T22:32:01Z" level=error msg="Failed to start: web : inappropriate ioctl for device" 22:32:03 inappropriate ioctl for device 22:32:03 22:32:03 Stdout: 22:32:03 FAILED 22:32:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint Running process: 31189 22:32:21 Stderr: time="2019-08-27T22:32:17Z" level=warning msg="Error while reading .dockerignore (.dockerignore) : open .dockerignore: no such file or directory" 22:32:21 time="2019-08-27T22:32:17Z" level=info msg="Building entrypointdockerfile_test..." 22:32:21 time="2019-08-27T22:32:20Z" level=error msg="Failed Executing test : inappropriate ioctl for device" 22:32:21 time="2019-08-27T22:32:20Z" level=error msg="Failed to start: test : inappropriate ioctl for device" 22:32:21 inappropriate ioctl for device 22:32:21 22:32:21 Stdout: Creating network "entrypointdockerfile_default" with driver "" 22:32:21 Sending build context to Docker daemon 3.072kB 22:32:21 Step 1/4 : FROM busybox:latest 22:32:21 ---> db8ee88ad75f 22:32:21 Step 2/4 : LABEL com.docker.compose.test_image true 22:32:21 ---> Running in 5e61e1f64f68 22:32:21 ---> de5215f5c46d 22:32:21 Removing intermediate container 5e61e1f64f68 22:32:21 Step 3/4 : ENTRYPOINT printf 22:32:21 ---> Running in bac9ed142ea9 22:32:21 ---> 937f07cf2729 22:32:21 Removing intermediate container bac9ed142ea9 22:32:21 Step 4/4 : CMD default args 22:32:21 ---> Running in 5d4281a9c2fa 22:32:21 ---> 04fe01bb8ba9 22:32:21 Removing intermediate container 5d4281a9c2fa 22:32:21 Successfully built 04fe01bb8ba9 22:32:21 22:32:21 FAILED 22:32:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_and_command_overridden Running process: 31330 22:32:21 FAILED 22:32:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_dockerfile_entrypoint_overridden Running process: 31336 22:32:21 FAILED 22:32:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_environement_overridden Running process: 31342 22:32:21 FAILED 22:32:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_maped_ip_ports Running process: 31348 22:32:21 FAILED 22:32:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_explicitly_maped_ports Running process: 31354 22:32:21 FAILED 22:32:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_links Running process: 31360 22:32:21 Stderr: time="2019-08-27T22:32:21Z" level=error msg="Failed Executing web : inappropriate ioctl for device" 22:32:21 time="2019-08-27T22:32:21Z" level=error msg="Failed to start: web : inappropriate ioctl for device" 22:32:21 inappropriate ioctl for device 22:32:21 22:32:21 Stdout: 22:32:21 FAILED 22:32:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_map_ports Running process: 31380 22:32:21 FAILED 22:32:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden Running process: 31386 22:32:21 Stderr: 22:32:21 Stdout: Incorrect Usage: flag provided but not defined: -user 22:32:21 22:32:21 Usage: docker-compose run [OPTIONS] 22:32:21 22:32:21 Run a one-off command 22:32:21 22:32:21 Options: 22:32:21 -d Detached mode: Run container in the background, print new container name. 22:32:21 22:32:21 22:32:21 FAILED 22:32:21 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_user_overridden_short_form Running process: 31392 22:32:21 Stderr: 22:32:21 Stdout: Incorrect Usage: flag provided but not defined: -u 22:32:21 22:32:21 Usage: docker-compose run [OPTIONS] 22:32:21 22:32:21 Run a one-off command 22:32:21 22:32:21 Options: 22:32:21 -d Detached mode: Run container in the background, print new container name. 22:32:21 22:32:21 22:32:21 FAILED 22:32:22 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden Running process: 31398 22:32:22 FAILED 22:32:22 tests/acceptance/cli_test.py::CLITestCase::test_run_service_with_workdir_overridden_short_form Running process: 31404 22:32:22 FAILED 22:32:22 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_links Running process: 31410 22:32:22 Stderr: time="2019-08-27T22:32:22Z" level=error msg="Failed Executing console : inappropriate ioctl for device" 22:32:22 time="2019-08-27T22:32:22Z" level=error msg="Failed to start: console : inappropriate ioctl for device" 22:32:22 inappropriate ioctl for device 22:32:22 22:32:22 Stdout: 22:32:22 FAILED 22:32:34 tests/acceptance/cli_test.py::CLITestCase::test_run_service_without_map_ports Running process: 31428 22:32:34 FAILED 22:32:52 tests/acceptance/cli_test.py::CLITestCase::test_run_unicode_env_values_from_system No handlers could be found for logger "compose.config.environment" 22:32:52 Running process: 31569 22:32:52 Stderr: time="2019-08-27T22:32:50Z" level=error msg="Failed Executing simple : inappropriate ioctl for device" 22:32:52 time="2019-08-27T22:32:50Z" level=error msg="Failed to start: simple : inappropriate ioctl for device" 22:32:52 inappropriate ioctl for device 22:32:52 22:32:52 Stdout: Creating network "unicodeenvironment_default" with driver "" 22:32:52 22:32:52 FAILED 22:32:52 tests/acceptance/cli_test.py::CLITestCase::test_run_with_custom_name Running process: 31635 22:32:52 FAILED 22:32:52 tests/acceptance/cli_test.py::CLITestCase::test_run_with_expose_ports Running process: 31641 22:32:52 FAILED 22:32:52 tests/acceptance/cli_test.py::CLITestCase::test_run_with_no_deps Running process: 31647 22:32:52 PASSED 22:32:53 tests/acceptance/cli_test.py::CLITestCase::test_run_without_command Running process: 31705 22:32:53 Stderr: time="2019-08-27T22:32:53Z" level=error msg="Failed Executing implicit : inappropriate ioctl for device" 22:32:53 time="2019-08-27T22:32:53Z" level=error msg="Failed to start: implicit : inappropriate ioctl for device" 22:32:53 inappropriate ioctl for device 22:32:53 22:32:53 Stdout: 22:32:53 FAILED 22:32:56 tests/acceptance/cli_test.py::CLITestCase::test_scale Running process: 31722 22:32:56 Running process: 31770 22:32:56 Running process: 31965 22:32:56 Running process: 32015 22:32:56 Running process: 32021 22:32:56 PASSED 22:32:56 tests/acceptance/cli_test.py::CLITestCase::test_shorthand_host_opt Running process: 32058 22:32:56 PASSED 22:32:56 tests/acceptance/cli_test.py::CLITestCase::test_start_no_containers Running process: 32064 22:32:56 Stderr: time="2019-08-27T22:32:55Z" level=info msg="[0/2] [simple]: Starting " 22:32:56 time="2019-08-27T22:32:55Z" level=info msg="[0/2] [another]: Starting " 22:32:56 time="2019-08-27T22:32:55Z" level=info msg="[0/2] [simple]: Started " 22:32:56 time="2019-08-27T22:32:55Z" level=info msg="[0/2] [another]: Started " 22:32:56 22:32:56 Stdout: 22:32:56 FAILED 22:32:57 tests/acceptance/cli_test.py::CLITestCase::test_stop Removing simplecomposefile_simple_1 ... 22:32:57 Removing simplecomposefile_another_1 ... 22:32:57  Removing simplecomposefile_another_1 ... done  Removing simplecomposefile_simple_1 ... done Running process: 32070 22:32:57 Running process: 32173 22:32:57 PASSED 22:32:57 tests/acceptance/cli_test.py::CLITestCase::test_stop_signal Removing stopsignalcomposefile_simple_1 ... 22:32:57  Removing stopsignalcomposefile_simple_1 ... done Running process: 32218 22:32:57 Running process: 32269 22:32:57 PASSED 22:32:57 tests/acceptance/cli_test.py::CLITestCase::test_unpause_no_containers Running process: 32291 22:32:57 Stderr: time="2019-08-27T22:32:57Z" level=info msg="[0/2] [simple]: Unpausing " 22:32:57 time="2019-08-27T22:32:57Z" level=info msg="[0/2] [another]: Unpausing " 22:32:57 time="2019-08-27T22:32:57Z" level=info msg="[0/2] [another]: Unpaused " 22:32:57 time="2019-08-27T22:32:57Z" level=info msg="[0/2] [simple]: Unpaused " 22:32:57 22:32:57 Stdout: 22:32:57 FAILED 22:33:24 tests/acceptance/cli_test.py::CLITestCase::test_up <- tests/integration/testcases.py Killing v2simple_simple_1 ... 22:33:24 Killing v2simple_another_1 ... 22:33:24  Killing v2simple_another_1 ... done  Killing v2simple_simple_1 ... done Removing v2simple_simple_1 ... 22:33:24 Removing v2simple_another_1 ... 22:33:24  Removing v2simple_another_1 ... done  Removing v2simple_simple_1 ... done Running process: 32297 22:33:24 FAILED 22:33:24 tests/acceptance/cli_test.py::CLITestCase::test_up_attached Running process: 32540 22:33:24 FAILED 22:33:24 tests/acceptance/cli_test.py::CLITestCase::test_up_detached Killing simplecomposefile_simple_1 ... 22:33:24 Killing simplecomposefile_another_1 ... 22:33:24  Killing simplecomposefile_simple_1 ... done  Killing simplecomposefile_another_1 ... done Removing simplecomposefile_simple_1 ... 22:33:24 Removing simplecomposefile_another_1 ... 22:33:24  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 32546 22:33:24 PASSED 22:33:25 tests/acceptance/cli_test.py::CLITestCase::test_up_external_networks <- tests/integration/testcases.py Running process: 32680 22:33:25 Running process: 32746 22:33:25 Stderr: Network declared as external, but could not be found. Please create the network manually using docker network create and try again 22:33:25 22:33:25 Stdout: 22:33:25 FAILED 22:34:12 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_abort_on_container_exit Running process: 331 22:34:12 FAILED 22:34:51 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_force_shutdown <- tests/integration/testcases.py Running process: 337 22:34:51 FAILED 22:35:29 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigint Running process: 343 22:35:29 FAILED 22:36:08 tests/acceptance/cli_test.py::CLITestCase::test_up_handles_sigterm Running process: 348 22:36:08 FAILED 22:36:23 tests/acceptance/cli_test.py::CLITestCase::test_up_logging <- tests/integration/testcases.py Killing loggingcomposefile_another_1 ... 22:36:23 Killing loggingcomposefile_simple_1 ... 22:36:23  Killing loggingcomposefile_another_1 ... done  Killing loggingcomposefile_simple_1 ... done Removing loggingcomposefile_another_1 ... 22:36:23 Removing loggingcomposefile_simple_1 ... 22:36:24  Removing loggingcomposefile_simple_1 ... done  Removing loggingcomposefile_another_1 ... done Running process: 354 22:36:24 PASSED 22:36:24 tests/acceptance/cli_test.py::CLITestCase::test_up_logging_legacy Killing loggingcomposefilelegacy_another_1 ... 22:36:24 Killing loggingcomposefilelegacy_simple_1 ... 22:36:24  Killing loggingcomposefilelegacy_simple_1 ... done  Killing loggingcomposefilelegacy_another_1 ... done Removing loggingcomposefilelegacy_another_1 ... 22:36:24 Removing loggingcomposefilelegacy_simple_1 ... 22:36:25  Removing loggingcomposefilelegacy_another_1 ... done  Removing loggingcomposefilelegacy_simple_1 ... done Running process: 576 22:36:25 PASSED 22:36:25 tests/acceptance/cli_test.py::CLITestCase::test_up_missing_network <- tests/integration/testcases.py Running process: 716 22:36:25 FAILED 22:36:25 tests/acceptance/cli_test.py::CLITestCase::test_up_no_services <- tests/integration/testcases.py Running process: 722 22:36:25 Stderr: time="2019-08-27T22:36:25Z" level=fatal msg="Failed to read project: Some networks were defined but are not used by any service: foo bar" 22:36:25 22:36:25 Stdout: 22:36:25 FAILED 22:36:43 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_network_config <- tests/integration/testcases.py Killing networks_another_1 ... 22:36:43 Killing networks_simple_1 ... 22:36:43  Killing networks_simple_1 ... done  Killing networks_another_1 ... done Removing networks_another_1 ... 22:36:43 Removing networks_simple_1 ... 22:36:43  Removing networks_another_1 ... done  Removing networks_simple_1 ... done Running process: 728 22:36:43 FAILED 22:36:45 tests/acceptance/cli_test.py::CLITestCase::test_up_with_default_override_file Killing overridefiles_web_1 ... 22:36:45 Killing overridefiles_db_1 ... 22:36:45  Killing overridefiles_web_1 ... done  Killing overridefiles_db_1 ... done Removing overridefiles_web_1 ... 22:36:45 Removing overridefiles_db_1 ... 22:36:45  Removing overridefiles_web_1 ... done  Removing overridefiles_db_1 ... done Running process: 948 22:36:45 PASSED 22:36:46 tests/acceptance/cli_test.py::CLITestCase::test_up_with_extends Killing extends_myweb_1 ... 22:36:46 Killing extends_mydb_1 ... 22:36:46  Killing extends_myweb_1 ... done  Killing extends_mydb_1 ... done Removing extends_myweb_1 ... 22:36:46 Removing extends_mydb_1 ... 22:36:46  Removing extends_myweb_1 ... done  Removing extends_mydb_1 ... done Running process: 1088 22:36:46 FAILED 22:37:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_external_default_network <- tests/integration/testcases.py Killing networks_another_1 ... 22:37:04 Killing networks_simple_1 ... 22:37:04  Killing networks_simple_1 ... done  Killing networks_another_1 ... done Removing networks_another_1 ... 22:37:04 Removing networks_simple_1 ... 22:37:05  Removing networks_simple_1 ... done  Removing networks_another_1 ... done Running process: 1232 22:37:05 Stderr: time="2019-08-27T22:37:02Z" level=info msg="[0/2] [another]: Starting " 22:37:05 time="2019-08-27T22:37:02Z" level=info msg="[0/2] [simple]: Starting " 22:37:05 time="2019-08-27T22:37:03Z" level=info msg="[1/2] [simple]: Started " 22:37:05 time="2019-08-27T22:37:03Z" level=info msg="[2/2] [another]: Started " 22:37:05 22:37:05 Stdout: Creating network "networks_default" with driver "" 22:37:05 22:37:05 FAILED 22:37:06 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate Killing simplecomposefile_simple_1 ... 22:37:06 Killing simplecomposefile_another_1 ... 22:37:06  Killing simplecomposefile_another_1 ... done  Killing simplecomposefile_simple_1 ... done Removing simplecomposefile_simple_1 ... 22:37:06 Removing simplecomposefile_another_1 ... 22:37:06  Removing simplecomposefile_another_1 ... done  Removing simplecomposefile_simple_1 ... done Running process: 1455 22:37:06 Running process: 1561 22:37:06 PASSED 22:37:07 tests/acceptance/cli_test.py::CLITestCase::test_up_with_force_recreate_and_no_recreate Killing simplecomposefile_another_1 ... 22:37:07 Killing simplecomposefile_simple_1 ... 22:37:07  Killing simplecomposefile_another_1 ... done  Killing simplecomposefile_simple_1 ... done Removing simplecomposefile_another_1 ... 22:37:07 Removing simplecomposefile_simple_1 ... 22:37:07  Removing simplecomposefile_another_1 ... done  Removing simplecomposefile_simple_1 ... done Running process: 1738 22:37:07 Stderr: time="2019-08-27T22:37:06Z" level=info msg="[0/2] [simple]: Starting " 22:37:07 time="2019-08-27T22:37:06Z" level=info msg="[0/2] [another]: Starting " 22:37:07 time="2019-08-27T22:37:07Z" level=info msg="[1/2] [simple]: Started " 22:37:07 time="2019-08-27T22:37:07Z" level=info msg="[2/2] [another]: Started " 22:37:07 22:37:07 Stdout: 22:37:07 FAILED 22:37:08 tests/acceptance/cli_test.py::CLITestCase::test_up_with_links_v1 Killing linkscomposefile_web_1 ... 22:37:08  Killing linkscomposefile_web_1 ... done Removing linkscomposefile_web_1 ... 22:37:08  Removing linkscomposefile_web_1 ... done Running process: 1875 22:37:08 FAILED 22:37:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_multiple_files Killing overridefiles_web_1 ... 22:37:09 Killing overridefiles_db_1 ... 22:37:09 Killing overridefiles_other_1 ... 22:37:09  Killing overridefiles_web_1 ... done  Killing overridefiles_other_1 ... done  Killing overridefiles_db_1 ... done Removing overridefiles_web_1 ... 22:37:09 Removing overridefiles_db_1 ... 22:37:09 Removing overridefiles_other_1 ... 22:37:09  Removing overridefiles_db_1 ... done  Removing overridefiles_other_1 ... done  Removing overridefiles_web_1 ... done Running process: 1946 22:37:09 PASSED 22:37:09 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_is_invalid Running process: 2149 22:37:09 FAILED 22:37:10 tests/acceptance/cli_test.py::CLITestCase::test_up_with_net_v1 Killing netcontainer_bar_1 ... 22:37:10  Killing netcontainer_bar_1 ... done Removing netcontainer_bar_1 ... 22:37:10  Removing netcontainer_bar_1 ... done Running process: 2155 22:37:10 Stderr: time="2019-08-27T22:37:09Z" level=info msg="[0/2] [bar]: Starting " 22:37:10 time="2019-08-27T22:37:10Z" level=info msg="[1/2] [bar]: Started " 22:37:10 time="2019-08-27T22:37:10Z" level=info msg="[1/2] [foo]: Starting " 22:37:10 panic: runtime error: invalid memory address or nil pointer dereference 22:37:10 [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x97f108] 22:37:10 22:37:10 goroutine 12 [running]: 22:37:10 github.com/docker/libcompose/docker/service.Convert(0xc0003cbb00, 0xc000031000, 0x1, 0x1, 0xc00000f9e0, 0x1, 0x1, 0xc0000250a0, 0xc, 0x1, ...) 22:37:10 /go/src/github.com/docker/libcompose/docker/service/convert.go:232 +0x18e8 22:37:10 github.com/docker/libcompose/docker/service.ConvertToAPI(0xc0003cbb00, 0xc000031000, 0x1, 0x1, 0xc00000f9e0, 0x1, 0x1, 0xc0000250a0, 0xc, 0x1, ...) 22:37:10 /go/src/github.com/docker/libcompose/docker/service/convert.go:59 +0x90 22:37:10 github.com/docker/libcompose/docker/service.(*Service).createContainer(0xc00034fd10, 0xbdbda0, 0xc00006ad00, 0xbcd9a0, 0xc000020e40, 0x0, 0x0, 0x0, 0xc000344200, 0xc000400548, ...) 22:37:10 /go/src/github.com/docker/libcompose/docker/service/service_create.go:29 +0x120 22:37:10 github.com/docker/libcompose/docker/service.(*Service).up(0xc00034fd10, 0xbdbda0, 0xc00006ad00, 0xc000400548, 0x7, 0x1, 0x0, 0x0) 22:37:10 /go/src/github.com/docker/libcompose/docker/service/service.go:321 +0x360 22:37:10 github.com/docker/libcompose/docker/service.(*Service).Up(0xc00034fd10, 0xbdbda0, 0xc00006ad00, 0xc000000000, 0x3, 0x0) 22:37:10 /go/src/github.com/docker/libcompose/docker/service/service.go:242 +0x14e 22:37:10 github.com/docker/libcompose/project.(*Project).Up.func1.1(0xbe9900, 0xc00034fd10, 0xc000400527, 0x3) 22:37:10 /go/src/github.com/docker/libcompose/project/project_up.go:17 +0x68 22:37:10 github.com/docker/libcompose/project.(*serviceWrapper).Do(0xc000408e70, 0xc0003fd0b0, 0x4, 0x6, 0xc000057fa0) 22:37:10 /go/src/github.com/docker/libcompose/project/service-wrapper.go:101 +0x11a 22:37:10 github.com/docker/libcompose/project.(*Project).Up.func1(0xc000408e70, 0xc0003fd0b0) 22:37:10 /go/src/github.com/docker/libcompose/project/project_up.go:16 +0xad 22:37:10 created by github.com/docker/libcompose/project.(*Project).startService 22:37:10 /go/src/github.com/docker/libcompose/project/project.go:448 +0x4f5 22:37:10 22:37:10 Stdout: 22:37:10 FAILED 22:37:49 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_aliases <- tests/integration/testcases.py Killing networks_web_1 ... 22:37:49  Killing networks_web_1 ... done Removing networks_web_1 ... 22:37:49  Removing networks_web_1 ... done Running process: 2226 22:37:49 PASSED 22:38:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_internal <- tests/integration/testcases.py Killing networks_web_1 ... 22:38:04  Killing networks_web_1 ... done Removing networks_web_1 ... 22:38:04  Removing networks_web_1 ... done Running process: 2420 22:38:04 FAILED 22:38:04 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_labels <- tests/integration/testcases.py Removing networks_web_1 ... 22:38:04  Removing networks_web_1 ... done Running process: 2556 22:38:04 Stderr: time="2019-08-27T22:38:03Z" level=info msg="[0/1] [web]: Starting " 22:38:04 time="2019-08-27T22:38:03Z" level=error msg="Failed Starting web : Error response from daemon: page not found" 22:38:04 time="2019-08-27T22:38:03Z" level=error msg="Failed to start: web : Error response from daemon: page not found" 22:38:04 Error response from daemon: page not found 22:38:04 22:38:04 Stdout: 22:38:04 FAILED 22:38:22 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_mode <- tests/integration/testcases.py Killing networks_service_1 ... 22:38:22 Killing networks_host_1 ... 22:38:22 Killing networks_none_1 ... 22:38:22 Killing networks_bridge_1 ... 22:38:22 Killing networks_container_1 ... 22:38:22  Killing networks_service_1 ... done  Killing networks_container_1 ... done  Killing networks_host_1 ... done  Killing networks_none_1 ... done  Killing networks_bridge_1 ... done Removing networks_service_1 ... 22:38:22 Removing networks_host_1 ... 22:38:22 Removing networks_none_1 ... 22:38:22 Removing networks_bridge_1 ... 22:38:22 Removing networks_container_1 ... 22:38:22  Removing networks_service_1 ... done  Removing networks_container_1 ... done  Removing networks_bridge_1 ... done  Removing networks_host_1 ... done  Removing networks_none_1 ... done Running process: 2620 22:38:22 FAILED 22:38:23 tests/acceptance/cli_test.py::CLITestCase::test_up_with_network_static_addresses <- tests/integration/testcases.py Killing networks_web_1 ... 22:38:23  Killing networks_web_1 ... done Removing networks_web_1 ... 22:38:24  Removing networks_web_1 ... done Running process: 3007 22:38:24 FAILED 22:39:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_networks <- tests/integration/testcases.py Killing networks_app_1 ... 22:39:03 Killing networks_web_1 ... 22:39:03 Killing networks_db_1 ... 22:39:03  Killing networks_web_1 ... done  Killing networks_db_1 ... done  Killing networks_app_1 ... done Removing networks_app_1 ... 22:39:03 Removing networks_web_1 ... 22:39:03 Removing networks_db_1 ... 22:39:03  Removing networks_db_1 ... done  Removing networks_app_1 ... done  Removing networks_web_1 ... done Running process: 3149 22:39:03 FAILED 22:39:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_deps Running process: 3514 22:39:03 FAILED 22:39:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_no_recreate Killing simplecomposefile_simple_1 ... 22:39:03 Killing simplecomposefile_another_1 ... 22:39:03  Killing simplecomposefile_simple_1 ... done  Killing simplecomposefile_another_1 ... done Removing simplecomposefile_simple_1 ... 22:39:03 Removing simplecomposefile_another_1 ... 22:39:03  Removing simplecomposefile_simple_1 ... done  Removing simplecomposefile_another_1 ... done Running process: 3520 22:39:03 Running process: 3625 22:39:03 PASSED 22:39:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_timeout Running process: 3667 22:39:03 FAILED 22:39:03 tests/acceptance/cli_test.py::CLITestCase::test_up_with_volume_labels <- tests/integration/testcases.py Killing volumes_web_1 ... 22:39:03  Killing volumes_web_1 ... done Removing volumes_web_1 ... 22:39:03  Removing volumes_web_1 ... done Running process: 3673 22:39:03 FAILED 22:39:03 22:39:03 ==================================== ERRORS ==================================== 22:39:03 __________________ ERROR at teardown of CLITestCase.test_help __________________ 22:39:03 tests/acceptance/cli_test.py:109: in tearDown 22:39:03 self.project.kill() 22:39:03 tests/acceptance/cli_test.py:128: in project 22:39:03 self._project = get_project(self.base_dir) 22:39:03 compose/cli/command.py:99: in get_project 22:39:03 config_details = config.find(project_dir, config_path, environment) 22:39:03 compose/config/config.py:236: in find 22:39:03 filenames = get_default_config_files(base_dir) 22:39:03 compose/config/config.py:266: in get_default_config_files 22:39:03 raise ComposeFileNotFound(SUPPORTED_FILENAMES) 22:39:03 E ComposeFileNotFound: 22:39:03 E Can't find a suitable configuration file in this directory or any 22:39:03 E parent. Are you in the right directory? 22:39:03 E 22:39:03 E Supported filenames: docker-compose.yml, docker-compose.yaml 22:39:03 =================================== FAILURES =================================== 22:39:03 _____________________ CLITestCase.test_bundle_with_digests _____________________ 22:39:03 tests/acceptance/cli_test.py:410: in test_bundle_with_digests 22:39:03 self.dispatch(['bundle', '--output', filename]) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 3 == 0 22:39:03 E + where 3 = <subprocess.Popen object at 0x7fde7eecf750>.returncode 22:39:03 _______________________ CLITestCase.test_config_default ________________________ 22:39:03 tests/acceptance/cli_test.py:216: in test_config_default 22:39:03 assert output == expected 22:39:03 E AssertionError: assert {'networks': ...r': 'local'}}} == {'networks': {...r': 'local'}}} 22:39:03 E Detailed information truncated, use "-vv" to show 22:39:03 ____________________ CLITestCase.test_config_list_services _____________________ 22:39:03 tests/acceptance/cli_test.py:176: in test_config_list_services 22:39:03 assert set(result.stdout.rstrip().split('\n')) == {'web', 'other'} 22:39:03 E AssertionError: assert set(['', ' ...mpose file.']) == set(['other', 'web']) 22:39:03 E Extra items in the left set: 22:39:03 E '' 22:39:03 E 'Incorrect Usage: flag provided but not defined: -services' 22:39:03 E 'Usage: docker-compose config [OPTIONS]' 22:39:03 E 'Validate and view the compose file.' 22:39:03 E " --quiet, -q Only validate the configuration, don't print anything." 22:39:03 E 'Options:' 22:39:03 E Extra items in the right set: 22:39:03 E 'web' 22:39:03 E 'other' 22:39:03 E Full diff: 22:39:03 E + set([u'other', u'web']) 22:39:03 E - set([u'', 22:39:03 E - u" --quiet, -q Only validate the configuration, don't print anything.", 22:39:03 E - u'Incorrect Usage: flag provided but not defined: -services', 22:39:03 E - u'Options:', 22:39:03 E - u'Usage: docker-compose config [OPTIONS]', 22:39:03 E - u'Validate and view the compose file.']) 22:39:03 ___________________ CLITestCase.test_config_quiet_with_error ___________________ 22:39:03 tests/acceptance/cli_test.py:184: in test_config_quiet_with_error 22:39:03 assert "'notaservice' must be a mapping" in result.stderr 22:39:03 E AssertionError: assert "'notaservice' must be a mapping" in 'time="2019-08-27T22:28:06Z" 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' 22:39:03 E + where 'time="2019-08-27T22:28:06Z" 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-27T22:28:06Z" level=error msg...l errors:\\n line 2: cannot unmarshal !!str `oops` into config.RawService"\n').stderr 22:39:03 _______________________ CLITestCase.test_config_restart ________________________ 22:39:03 tests/acceptance/cli_test.py:221: in test_config_restart 22:39:03 assert yaml.load(result.stdout) == { 22:39:03 E AssertionError: assert {'networks': ...'volumes': {}} == {'networks': {...'volumes': {}} 22:39:03 E Detailed information truncated, use "-vv" to show 22:39:03 __________________________ CLITestCase.test_config_v1 __________________________ 22:39:03 tests/acceptance/cli_test.py:266: in test_config_v1 22:39:03 assert yaml.load(result.stdout) == { 22:39:03 E AssertionError: assert {'networks': ...'volumes': {}} == {'networks': {...'volumes': {}} 22:39:03 E Detailed information truncated, use "-vv" to show 22:39:03 ____________________________ CLITestCase.test_down _____________________________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:487: in test_down 22:39:03 self.dispatch(['run', 'web', 'true']) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 1 == 0 22:39:03 E + where 1 = <subprocess.Popen object at 0x7fde7eecfb90>.returncode 22:39:03 ____________________ CLITestCase.test_events_human_readable ____________________ 22:39:03 tests/acceptance/cli_test.py:1686: in test_events_human_readable 22:39:03 result = wait_on_process(events_proc, returncode=1) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert -2 == 1 22:39:03 E + where -2 = <subprocess.Popen object at 0x7fde7eeebe10>.returncode 22:39:03 _________________________ CLITestCase.test_events_json _________________________ 22:39:03 tests/acceptance/cli_test.py:1665: in test_events_json 22:39:03 result = wait_on_process(events_proc, returncode=1) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert -2 == 1 22:39:03 E + where -2 = <subprocess.Popen object at 0x7fde7e9431d0>.returncode 22:39:03 ______________________ CLITestCase.test_exec_custom_user _______________________ 22:39:03 tests/acceptance/cli_test.py:974: in test_exec_custom_user 22:39:03 stdout, stderr = self.dispatch(['exec', '-T', '--user=operator', 'console', 'whoami']) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 3 == 0 22:39:03 E + where 3 = <subprocess.Popen object at 0x7fde7eeebbd0>.returncode 22:39:03 ______________________ CLITestCase.test_exec_without_tty _______________________ 22:39:03 tests/acceptance/cli_test.py:965: in test_exec_without_tty 22:39:03 stdout, stderr = self.dispatch(['exec', '-T', 'console', 'ls', '-1d', '/']) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 3 == 0 22:39:03 E + where 3 = <subprocess.Popen object at 0x7fde7ea8c690>.returncode 22:39:03 ____________________________ CLITestCase.test_help _____________________________ 22:39:03 tests/acceptance/cli_test.py:149: in test_help 22:39:03 assert 'Usage: up [options] [SERVICE...]' in result.stdout 22:39:03 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" 22:39:03 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 22:39:03 _______________ CLITestCase.test_home_and_env_var_in_volume_path _______________ 22:39:03 ../local/lib/python2.7/site-packages/mock/mock.py:1747: in _inner 22:39:03 return f(*args, **kw) 22:39:03 tests/acceptance/cli_test.py:1720: in test_home_and_env_var_in_volume_path 22:39:03 assert components[-2:] == ['home-dir', 'my-volume'] 22:39:03 E AssertionError: assert ['~', 'my-volume'] == ['home-dir', 'my-volume'] 22:39:03 E At index 0 diff: u'~' != u'home-dir' 22:39:03 E Full diff: 22:39:03 E - [u'~', u'my-volume'] 22:39:03 E ? ^ 22:39:03 E + [u'home-dir', u'my-volume'] 22:39:03 E ? ^^^^^^^^ 22:39:03 _____________________ CLITestCase.test_host_not_reachable ______________________ 22:39:03 tests/acceptance/cli_test.py:161: in test_host_not_reachable 22:39:03 result = self.dispatch(['-H=tcp://doesnotexist:8000', 'ps'], returncode=1) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 0 == 1 22:39:03 E + where 0 = <subprocess.Popen object at 0x7fde7e65ef90>.returncode 22:39:03 __________ CLITestCase.test_host_not_reachable_volumes_from_container __________ 22:39:03 tests/acceptance/cli_test.py:170: in test_host_not_reachable_volumes_from_container 22:39:03 result = self.dispatch(['-H=tcp://doesnotexist:8000', 'ps'], returncode=1) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 0 == 1 22:39:03 E + where 0 = <subprocess.Popen object at 0x7fde7e5e0750>.returncode 22:39:03 _________________________ CLITestCase.test_logs_follow _________________________ 22:39:03 tests/acceptance/cli_test.py:1484: in test_logs_follow 22:39:03 assert result.stdout.count('\n') == 5 22:39:03 E AssertionError: assert 9 == 5 22:39:03 E + where 9 = <built-in method count of unicode object at 0x7fde7e9928d0>('\n') 22:39:03 E + where <built-in method count of unicode object at 0x7fde7e9928d0> = '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 22:39:03 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 22:39:03 ____________ CLITestCase.test_logs_follow_logs_from_new_containers _____________ 22:39:03 tests/acceptance/cli_test.py:1505: in test_logs_follow_logs_from_new_containers 22:39:03 assert 'hello' in result.stdout 22:39:03 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' 22:39:03 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 22:39:03 __________________________ CLITestCase.test_logs_tail __________________________ 22:39:03 tests/acceptance/cli_test.py:1540: in test_logs_tail 22:39:03 assert result.stdout.count('\n') == 3 22:39:03 E AssertionError: assert 9 == 3 22:39:03 E + where 9 = <built-in method count of unicode object at 0x7fde7eef25a0>('\n') 22:39:03 E + where <built-in method count of unicode object at 0x7fde7eef25a0> = '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 22:39:03 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 22:39:03 _______________________ CLITestCase.test_logs_timestamps _______________________ 22:39:03 tests/acceptance/cli_test.py:1533: in test_logs_timestamps 22:39:03 self.assertRegexpMatches(result.stdout, '(\d{4})-(\d{2})-(\d{2})T(\d{2})\:(\d{2})\:(\d{2})') 22:39:03 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' 22:39:03 _____________________ CLITestCase.test_pause_no_containers _____________________ 22:39:03 tests/acceptance/cli_test.py:1468: in test_pause_no_containers 22:39:03 result = self.dispatch(['pause'], returncode=1) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 0 == 1 22:39:03 E + where 0 = <subprocess.Popen object at 0x7fde7e5e0650>.returncode 22:39:03 _______________________ CLITestCase.test_port_with_scale _______________________ 22:39:03 tests/acceptance/cli_test.py:1654: in test_port_with_scale 22:39:03 self.assertEqual(get_port(3000), containers[0].get_local_port(3000)) 22:39:03 E AssertionError: u'0.0.0.0:32769' != u'0.0.0.0:32770' 22:39:03 E - 0.0.0.0:32769 22:39:03 E ? ^^ 22:39:03 E + 0.0.0.0:32770 22:39:03 E ? ^^ 22:39:03 ____________________________ CLITestCase.test_pull _____________________________ 22:39:03 tests/acceptance/cli_test.py:317: in test_pull 22:39:03 assert sorted(result.stderr.split('\n'))[1:] == [ 22:39:03 E AssertionError: assert ['Digest: sha...:latest', ...] == ['Pulling anot...x:latest)...'] 22:39:03 E Detailed information truncated, use "-vv" to show 22:39:03 ____________________ CLITestCase.test_restart_no_containers ____________________ 22:39:03 tests/acceptance/cli_test.py:1602: in test_restart_no_containers 22:39:03 result = self.dispatch(['restart'], returncode=1) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 0 == 1 22:39:03 E + where 0 = <subprocess.Popen object at 0x7fde7e63eb10>.returncode 22:39:03 ___________________________ CLITestCase.test_rm_all ____________________________ 22:39:03 tests/acceptance/cli_test.py:1397: in test_rm_all 22:39:03 self.assertEqual(len(service.containers(stopped=True)), 0) 22:39:03 E AssertionError: 1 != 0 22:39:03 ______________ CLITestCase.test_run_detached_connects_to_network _______________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:1306: in test_run_detached_connects_to_network 22:39:03 assert not aliases 22:39:03 E AssertionError: assert not set(['app']) 22:39:03 ___________ CLITestCase.test_run_does_not_recreate_linked_containers ___________ 22:39:03 tests/acceptance/cli_test.py:1021: in test_run_does_not_recreate_linked_containers 22:39:03 self.dispatch(['run', 'web', '/bin/true'], None) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 1 == 0 22:39:03 E + where 1 = <subprocess.Popen object at 0x7fde7e632710>.returncode 22:39:03 _________________ CLITestCase.test_run_env_values_from_system __________________ 22:39:03 ../local/lib/python2.7/site-packages/mock/mock.py:1747: in _inner 22:39:03 return f(*args, **kw) 22:39:03 tests/acceptance/cli_test.py:1361: in test_run_env_values_from_system 22:39:03 container = self.project.containers(one_off=OneOffFilter.only, stopped=True)[0] 22:39:03 E IndexError: list index out of range 22:39:03 _____________________ CLITestCase.test_run_handles_sigint ______________________ 22:39:03 tests/acceptance/cli_test.py:1316: in test_run_handles_sigint 22:39:03 'running')) 22:39:03 tests/acceptance/cli_test.py:61: in wait_on_condition 22:39:03 raise AssertionError("Timeout: %s" % condition) 22:39:03 E AssertionError: Timeout: waiting for container to be running 22:39:03 _____________________ CLITestCase.test_run_handles_sigterm _____________________ 22:39:03 tests/acceptance/cli_test.py:1329: in test_run_handles_sigterm 22:39:03 'running')) 22:39:03 tests/acceptance/cli_test.py:61: in wait_on_condition 22:39:03 raise AssertionError("Timeout: %s" % condition) 22:39:03 E AssertionError: Timeout: waiting for container to be running 22:39:03 _____________ CLITestCase.test_run_interactive_connects_to_network _____________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:1267: in test_run_interactive_connects_to_network 22:39:03 self.dispatch(['run', 'app', 'nslookup', 'app']) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 1 == 0 22:39:03 E + where 1 = <subprocess.Popen object at 0x7fde7e63e490>.returncode 22:39:03 __________ CLITestCase.test_run_service_with_compose_file_entrypoint ___________ 22:39:03 tests/acceptance/cli_test.py:1071: in test_run_service_with_compose_file_entrypoint 22:39:03 self.dispatch(['run', 'test']) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 1 == 0 22:39:03 E + where 1 = <subprocess.Popen object at 0x7fde7e62d410>.returncode 22:39:03 _ CLITestCase.test_run_service_with_compose_file_entrypoint_and_command_overridden _ 22:39:03 tests/acceptance/cli_test.py:1086: in test_run_service_with_compose_file_entrypoint_and_command_overridden 22:39:03 container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0] 22:39:03 E IndexError: list index out of range 22:39:03 _ CLITestCase.test_run_service_with_compose_file_entrypoint_and_empty_string_command _ 22:39:03 tests/acceptance/cli_test.py:1093: in test_run_service_with_compose_file_entrypoint_and_empty_string_command 22:39:03 container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0] 22:39:03 E IndexError: list index out of range 22:39:03 _____ CLITestCase.test_run_service_with_compose_file_entrypoint_overridden _____ 22:39:03 tests/acceptance/cli_test.py:1079: in test_run_service_with_compose_file_entrypoint_overridden 22:39:03 container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0] 22:39:03 E IndexError: list index out of range 22:39:03 ________________ CLITestCase.test_run_service_with_dependencies ________________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:1001: in test_run_service_with_dependencies 22:39:03 self.dispatch(['run', 'web', '/bin/true'], None) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 1 == 0 22:39:03 E + where 1 = <subprocess.Popen object at 0x7fde7e5e0a10>.returncode 22:39:03 ___________ CLITestCase.test_run_service_with_dockerfile_entrypoint ____________ 22:39:03 tests/acceptance/cli_test.py:1050: in test_run_service_with_dockerfile_entrypoint 22:39:03 self.dispatch(['run', 'test']) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 1 == 0 22:39:03 E + where 1 = <subprocess.Popen object at 0x7fde7e94bd10>.returncode 22:39:03 _ CLITestCase.test_run_service_with_dockerfile_entrypoint_and_command_overridden _ 22:39:03 tests/acceptance/cli_test.py:1065: in test_run_service_with_dockerfile_entrypoint_and_command_overridden 22:39:03 container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0] 22:39:03 E IndexError: list index out of range 22:39:03 ______ CLITestCase.test_run_service_with_dockerfile_entrypoint_overridden ______ 22:39:03 tests/acceptance/cli_test.py:1058: in test_run_service_with_dockerfile_entrypoint_overridden 22:39:03 container = self.project.containers(stopped=True, one_off=OneOffFilter.only)[0] 22:39:03 E IndexError: list index out of range 22:39:03 __________ CLITestCase.test_run_service_with_environement_overridden ___________ 22:39:03 tests/acceptance/cli_test.py:1126: in test_run_service_with_environement_overridden 22:39:03 container = service.containers(stopped=True, one_off=OneOffFilter.only)[0] 22:39:03 E IndexError: list index out of range 22:39:03 _________ CLITestCase.test_run_service_with_explicitly_maped_ip_ports __________ 22:39:03 tests/acceptance/cli_test.py:1200: in test_run_service_with_explicitly_maped_ip_ports 22:39:03 container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0] 22:39:03 E IndexError: list index out of range 22:39:03 ___________ CLITestCase.test_run_service_with_explicitly_maped_ports ___________ 22:39:03 tests/acceptance/cli_test.py:1178: in test_run_service_with_explicitly_maped_ports 22:39:03 container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0] 22:39:03 E IndexError: list index out of range 22:39:03 ___________________ CLITestCase.test_run_service_with_links ____________________ 22:39:03 tests/acceptance/cli_test.py:992: in test_run_service_with_links 22:39:03 self.dispatch(['run', 'web', '/bin/true'], None) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 1 == 0 22:39:03 E + where 1 = <subprocess.Popen object at 0x7fde7e934490>.returncode 22:39:03 _________________ CLITestCase.test_run_service_with_map_ports __________________ 22:39:03 tests/acceptance/cli_test.py:1157: in test_run_service_with_map_ports 22:39:03 container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0] 22:39:03 E IndexError: list index out of range 22:39:03 ______________ CLITestCase.test_run_service_with_user_overridden _______________ 22:39:03 tests/acceptance/cli_test.py:1101: in test_run_service_with_user_overridden 22:39:03 self.dispatch(['run', '--user={user}'.format(user=user), name], returncode=1) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 0 == 1 22:39:03 E + where 0 = <subprocess.Popen object at 0x7fde7edd9d90>.returncode 22:39:03 _________ CLITestCase.test_run_service_with_user_overridden_short_form _________ 22:39:03 tests/acceptance/cli_test.py:1110: in test_run_service_with_user_overridden_short_form 22:39:03 self.dispatch(['run', '-u', user, name], returncode=1) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 0 == 1 22:39:03 E + where 0 = <subprocess.Popen object at 0x7fde7e632850>.returncode 22:39:03 _____________ CLITestCase.test_run_service_with_workdir_overridden _____________ 22:39:03 tests/acceptance/cli_test.py:1250: in test_run_service_with_workdir_overridden 22:39:03 container = service.containers(stopped=True, one_off=True)[0] 22:39:03 E IndexError: list index out of range 22:39:03 _______ CLITestCase.test_run_service_with_workdir_overridden_short_form ________ 22:39:03 tests/acceptance/cli_test.py:1259: in test_run_service_with_workdir_overridden_short_form 22:39:03 container = service.containers(stopped=True, one_off=True)[0] 22:39:03 E IndexError: list index out of range 22:39:03 __________________ CLITestCase.test_run_service_without_links __________________ 22:39:03 tests/acceptance/cli_test.py:980: in test_run_service_without_links 22:39:03 self.dispatch(['run', 'console', '/bin/true']) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 1 == 0 22:39:03 E + where 1 = <subprocess.Popen object at 0x7fde7e934550>.returncode 22:39:03 ________________ CLITestCase.test_run_service_without_map_ports ________________ 22:39:03 tests/acceptance/cli_test.py:1150: in test_run_service_without_map_ports 22:39:03 self.assertEqual(port_random, None) 22:39:03 E AssertionError: u'0.0.0.0:32771' != None 22:39:03 _____________ CLITestCase.test_run_unicode_env_values_from_system ______________ 22:39:03 ../local/lib/python2.7/site-packages/mock/mock.py:1747: in _inner 22:39:03 return f(*args, **kw) 22:39:03 tests/acceptance/cli_test.py:1345: in test_run_unicode_env_values_from_system 22:39:03 result = self.dispatch(['run', 'simple']) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 1 == 0 22:39:03 E + where 1 = <subprocess.Popen object at 0x7fde7ea7de90>.returncode 22:39:03 ____________________ CLITestCase.test_run_with_custom_name _____________________ 22:39:03 tests/acceptance/cli_test.py:1241: in test_run_with_custom_name 22:39:03 container, = service.containers(stopped=True, one_off=OneOffFilter.only) 22:39:03 E ValueError: need more than 0 values to unpack 22:39:03 ____________________ CLITestCase.test_run_with_expose_ports ____________________ 22:39:03 tests/acceptance/cli_test.py:1217: in test_run_with_expose_ports 22:39:03 container = self.project.get_service('simple').containers(one_off=OneOffFilter.only)[0] 22:39:03 E IndexError: list index out of range 22:39:03 _____________________ CLITestCase.test_run_without_command _____________________ 22:39:03 tests/acceptance/cli_test.py:1032: in test_run_without_command 22:39:03 self.dispatch(['run', 'implicit']) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 1 == 0 22:39:03 E + where 1 = <subprocess.Popen object at 0x7fde7e63b610>.returncode 22:39:03 _____________________ CLITestCase.test_start_no_containers _____________________ 22:39:03 tests/acceptance/cli_test.py:1424: in test_start_no_containers 22:39:03 result = self.dispatch(['start'], returncode=1) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 0 == 1 22:39:03 E + where 0 = <subprocess.Popen object at 0x7fde7e94bd90>.returncode 22:39:03 ____________________ CLITestCase.test_unpause_no_containers ____________________ 22:39:03 tests/acceptance/cli_test.py:1472: in test_unpause_no_containers 22:39:03 result = self.dispatch(['unpause'], returncode=1) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 0 == 1 22:39:03 E + where 0 = <subprocess.Popen object at 0x7fde7e63ed10>.returncode 22:39:03 _____________________________ CLITestCase.test_up ______________________________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:557: in test_up 22:39:03 assert self.lookup(container, service.name) 22:39:03 E AssertionError: assert <bound method CLITestCase.lookup of <tests.acceptance.cli_test.CLITestCase testMethod=test_up>>(<Container: v2simple_simple_1 (95630e)>, 'simple') 22:39:03 E + where <bound method CLITestCase.lookup of <tests.acceptance.cli_test.CLITestCase testMethod=test_up>> = <tests.acceptance.cli_test.CLITestCase testMethod=test_up>.lookup 22:39:03 E + and 'simple' = <Service: simple>.name 22:39:03 _________________________ CLITestCase.test_up_attached _________________________ 22:39:03 tests/acceptance/cli_test.py:522: in test_up_attached 22:39:03 assert 'simple_1 | simple' in result.stdout 22:39:03 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" 22:39:03 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 22:39:03 ____________________ CLITestCase.test_up_external_networks _____________________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:751: in test_up_external_networks 22:39:03 self.dispatch(['-f', filename, 'up', '-d']) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 1 == 0 22:39:03 E + where 1 = <subprocess.Popen object at 0x7fde7edc5b90>.returncode 22:39:03 _____________ CLITestCase.test_up_handles_abort_on_container_exit ______________ 22:39:03 tests/acceptance/cli_test.py:956: in test_up_handles_abort_on_container_exit 22:39:03 wait_on_condition(ContainerCountCondition(self.project, 2)) 22:39:03 tests/acceptance/cli_test.py:61: in wait_on_condition 22:39:03 raise AssertionError("Timeout: %s" % condition) 22:39:03 E AssertionError: Timeout: waiting for counter count == 2 22:39:03 __________________ CLITestCase.test_up_handles_force_shutdown __________________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:947: in test_up_handles_force_shutdown 22:39:03 wait_on_condition(ContainerCountCondition(self.project, 2)) 22:39:03 tests/acceptance/cli_test.py:61: in wait_on_condition 22:39:03 raise AssertionError("Timeout: %s" % condition) 22:39:03 E AssertionError: Timeout: waiting for counter count == 2 22:39:03 ______________________ CLITestCase.test_up_handles_sigint ______________________ 22:39:03 tests/acceptance/cli_test.py:931: in test_up_handles_sigint 22:39:03 wait_on_condition(ContainerCountCondition(self.project, 2)) 22:39:03 tests/acceptance/cli_test.py:61: in wait_on_condition 22:39:03 raise AssertionError("Timeout: %s" % condition) 22:39:03 E AssertionError: Timeout: waiting for counter count == 2 22:39:03 _____________________ CLITestCase.test_up_handles_sigterm ______________________ 22:39:03 tests/acceptance/cli_test.py:938: in test_up_handles_sigterm 22:39:03 wait_on_condition(ContainerCountCondition(self.project, 2)) 22:39:03 tests/acceptance/cli_test.py:61: in wait_on_condition 22:39:03 raise AssertionError("Timeout: %s" % condition) 22:39:03 E AssertionError: Timeout: waiting for counter count == 2 22:39:03 _____________________ CLITestCase.test_up_missing_network ______________________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:694: in test_up_missing_network 22:39:03 assert 'Service "web" uses an undefined network "foo"' in result.stderr 22:39:03 E AssertionError: assert 'Service "web" uses an undefined network "foo"' in 'time="2019-08-27T22:36:25Z" level=fatal msg="Failed to read project: Some networks were defined but are not used by any service: bar"\n' 22:39:03 E + where 'time="2019-08-27T22:36:25Z" 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-27T22:36:25Z" level=fatal msg...d project: Some networks were defined but are not used by any service: bar"\n').stderr 22:39:03 _______________________ CLITestCase.test_up_no_services ________________________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:821: in test_up_no_services 22:39:03 self.dispatch(['up', '-d'], None) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 1 == 0 22:39:03 E + where 1 = <subprocess.Popen object at 0x7fde7eecfad0>.returncode 22:39:03 _______________ CLITestCase.test_up_with_default_network_config ________________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:571: in test_up_with_default_network_config 22:39:03 assert networks[0]['Options']['com.docker.network.bridge.enable_icc'] == 'false' 22:39:03 E KeyError: u'com.docker.network.bridge.enable_icc' 22:39:03 _______________________ CLITestCase.test_up_with_extends _______________________ 22:39:03 tests/acceptance/cli_test.py:1780: in test_up_with_extends 22:39:03 set(['db', 'mydb_1', 'extends_mydb_1'])) 22:39:03 E AssertionError: Items in the second set but not the first: 22:39:03 E u'mydb_1' 22:39:03 ______________ CLITestCase.test_up_with_external_default_network _______________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:762: in test_up_with_external_default_network 22:39:03 result = self.dispatch(['-f', filename, 'up', '-d'], returncode=1) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 0 == 1 22:39:03 E + where 0 = <subprocess.Popen object at 0x7fde7e934250>.returncode 22:39:03 ___________ CLITestCase.test_up_with_force_recreate_and_no_recreate ____________ 22:39:03 tests/acceptance/cli_test.py:914: in test_up_with_force_recreate_and_no_recreate 22:39:03 returncode=1) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 0 == 1 22:39:03 E + where 0 = <subprocess.Popen object at 0x7fde7ee27e50>.returncode 22:39:03 ______________________ CLITestCase.test_up_with_links_v1 _______________________ 22:39:03 tests/acceptance/cli_test.py:844: in test_up_with_links_v1 22:39:03 self.assertEqual(len(db.containers()), 1) 22:39:03 E AssertionError: 0 != 1 22:39:03 ___________________ CLITestCase.test_up_with_net_is_invalid ____________________ 22:39:03 tests/acceptance/cli_test.py:858: in test_up_with_net_is_invalid 22:39:03 assert "Unsupported config option for services.bar: 'net'" in result.stderr 22:39:03 E AssertionError: assert "Unsupported config option for services.bar: 'net'" in 'time="2019-08-27T22:37:09Z" level=error msg="Could not parse config for project netcontainer : Unsupported config opt...e="2019-08-27T22:37:09Z" level=fatal msg="Failed to read project: Unsupported config option for bar service: \'net\'"\n' 22:39:03 E + where 'time="2019-08-27T22:37:09Z" level=error msg="Could not parse config for project netcontainer : Unsupported config opt...e="2019-08-27T22:37:09Z" level=fatal msg="Failed to read project: Unsupported config option for bar service: \'net\'"\n' = ProcessResult(stdout=u'', stderr=u'time="2019-08-27T22:37:09Z" level=error msg...Failed to read project: Unsupported config option for bar service: \'net\'"\n').stderr 22:39:03 _______________________ CLITestCase.test_up_with_net_v1 ________________________ 22:39:03 tests/acceptance/cli_test.py:862: in test_up_with_net_v1 22:39:03 self.dispatch(['up', '-d'], None) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 2 == 0 22:39:03 E + where 2 = <subprocess.Popen object at 0x7fde7ea7d050>.returncode 22:39:03 __________________ CLITestCase.test_up_with_network_internal ___________________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:617: in test_up_with_network_internal 22:39:03 assert networks[0]['Internal'] is True 22:39:03 E AssertionError: assert False is True 22:39:03 ___________________ CLITestCase.test_up_with_network_labels ____________________ 22:39:03 tests/integration/testcases.py:68: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:785: in test_up_with_network_labels 22:39:03 self.dispatch(['-f', filename, 'up', '-d'], returncode=0) 22:39:03 tests/acceptance/cli_test.py:134: in dispatch 22:39:03 return wait_on_process(proc, returncode=returncode) 22:39:03 tests/acceptance/cli_test.py:53: in wait_on_process 22:39:03 assert proc.returncode == returncode 22:39:03 E AssertionError: assert 1 == 0 22:39:03 E + where 1 = <subprocess.Popen object at 0x7fde7edd9790>.returncode 22:39:03 ____________________ CLITestCase.test_up_with_network_mode _____________________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:714: in test_up_with_network_mode 22:39:03 assert not networks 22:39:03 E AssertionError: assert not [{'Attachable': False, 'Containers': {}, 'Created': '2019-08-27T22:38:03.654418884Z', 'Driver': 'bridge', ...}] 22:39:03 ______________ CLITestCase.test_up_with_network_static_addresses _______________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:640: in test_up_with_network_static_addresses 22:39:03 assert ipv4_address in ipam_config.values() 22:39:03 E AttributeError: 'NoneType' object has no attribute 'values' 22:39:03 ______________________ CLITestCase.test_up_with_networks _______________________ 22:39:03 tests/integration/testcases.py:55: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:668: in test_up_with_networks 22:39:03 assert '{}:database'.format(db_container.name) in links 22:39:03 E TypeError: argument of type 'NoneType' is not iterable 22:39:03 _______________________ CLITestCase.test_up_with_no_deps _______________________ 22:39:03 tests/acceptance/cli_test.py:879: in test_up_with_no_deps 22:39:03 self.assertEqual(len(web.containers()), 1) 22:39:03 E AssertionError: 0 != 1 22:39:03 _______________________ CLITestCase.test_up_with_timeout _______________________ 22:39:03 tests/acceptance/cli_test.py:920: in test_up_with_timeout 22:39:03 self.assertEqual(len(service.containers()), 1) 22:39:03 E AssertionError: 0 != 1 22:39:03 ____________________ CLITestCase.test_up_with_volume_labels ____________________ 22:39:03 tests/integration/testcases.py:68: in wrapper 22:39:03 return f(self, *args, **kwargs) 22:39:03 tests/acceptance/cli_test.py:814: in test_up_with_volume_labels 22:39:03 assert [v['Name'] for v in volumes] == [volume_with_label] 22:39:03 E AssertionError: assert [] == ['volumes_volume_with_label'] 22:39:03 E Right contains more items, first extra item: 'volumes_volume_with_label' 22:39:03 E Full diff: 22:39:03 E - [] 22:39:03 E + [u'volumes_volume_with_label'] 22:39:03 =============== 79 failed, 43 passed, 1 error in 674.26 seconds ================ 22:39:03 /go/src/github.com/docker/libcompose 22:39:03 ---> Making bundle: .integration-daemon-stop (in .) 22:39:03 ++++ cat ./docker.pid 22:39:03 +++ kill 25837 22:39:03 [Pipeline] } [Pipeline] // timeout [Pipeline] echo 22:39:04 chowning workspace [Pipeline] sh 22:39:05 + uname -m [Pipeline] sh 22:39:05 + pwd 22:39:05 + id -u 22:39:05 + id -g 22:39:05 + docker run --rm -v /home/ubuntu/workspace/libcompose_master:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] } [Pipeline] // withEnv [Pipeline] stage 22:39:06 Using the ‘stage’ step without a block argument is deprecated 22:39:06 Entering stage build 22:39:06 Proceeding [Pipeline] withEnv [Pipeline] { [Pipeline] timeout 22:39:06 Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] sh 22:39:06 + make -e cross-binary 22:39:06 docker build -t "dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e" . 22:39:06 Sending build context to Docker daemon 6.582MB 22:39:06 Step 1/14 : FROM golang:1.12.7 22:39:06 ---> be63d15101cb 22:39:06 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 22:39:06 ---> Using cache 22:39:06 ---> 51746b8e8533 22:39:06 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 22:39:06 ---> Using cache 22:39:06 ---> 7095d87c937c 22:39:06 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0 22:39:06 ---> Using cache 22:39:06 ---> 378421d8a3b1 22:39:06 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2 22:39:06 ---> Using cache 22:39:06 ---> 93bfe8dbd30e 22:39:06 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 22:39:06 ---> Using cache 22:39:06 ---> f9aa59dcb74c 22:39:06 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker 22:39:06 ---> Using cache 22:39:06 ---> aa4646319136 22:39:06 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose 22:39:06 ---> Using cache 22:39:06 ---> 8eef62337f4b 22:39:06 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0 22:39:06 ---> Using cache 22:39:06 ---> ace1da8c0627 22:39:06 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 22:39:06 ---> Using cache 22:39:06 ---> e70b7859d423 22:39:06 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli 22:39:06 ---> Using cache 22:39:06 ---> ec7e4dada394 22:39:06 Step 12/14 : ENV USER root 22:39:06 ---> Using cache 22:39:06 ---> e06a94040c94 22:39:06 Step 13/14 : ENTRYPOINT ["hack/dind"] 22:39:06 ---> Using cache 22:39:06 ---> 72a992b2cf33 22:39:06 Step 14/14 : COPY . /go/src/github.com/docker/libcompose 22:39:06 ---> Using cache 22:39:06 ---> 1d9265ff9573 22:39:06 Successfully built 1d9265ff9573 22:39:06 Successfully tagged dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e 22:39:06 docker run --rm -i --privileged -e DAEMON_VERSION=""default"" -e OS_PLATFORM_ARG -e OS_ARCH_ARG -e DOCKER_TEST_HOST -e TESTDIRS -e TESTFLAGS -e SHOWWARNING -e TESTVERBOSE -v "/home/ubuntu/workspace/libcompose_master/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e" ./hack/make.sh cross-binary 22:39:07 ---> Making bundle: cross-binary (in .) 22:39:07 Building binary for linux/386... 22:39:07 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 22:39:07 go: finding github.com/gogo/protobuf v1.1.1 22:39:07 go: finding github.com/docker/go-units v0.4.0 22:39:07 go: finding github.com/Microsoft/hcsshim v0.8.6 22:39:07 go: finding github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 22:39:07 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 22:39:07 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f 22:39:07 go: finding github.com/Microsoft/go-winio v0.3.8 22:39:07 go: finding github.com/modern-go/reflect2 v1.0.1 22:39:08 go: finding github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 22:39:08 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 22:39:08 go: finding google.golang.org/grpc v1.22.1 22:39:08 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c 22:39:08 go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 22:39:08 go: finding github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 22:39:08 go: finding github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b 22:39:08 go: finding golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 22:39:08 go: finding github.com/docker/docker-credential-helpers v0.6.3 22:39:08 go: finding github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76 22:39:08 go: finding github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c 22:39:08 go: finding gotest.tools v2.2.0+incompatible 22:39:09 go: finding github.com/xeipuuv/gojsonschema v1.1.0 22:39:09 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be 22:39:09 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 22:39:09 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:39:09 go: finding golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 22:39:09 go: finding github.com/gorilla/context v1.1.1 22:39:09 go: finding github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 22:39:09 go: finding github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b 22:39:10 go: finding github.com/stretchr/testify v1.3.0 22:39:10 go: finding github.com/urfave/cli v1.21.0 22:39:10 go: finding github.com/client9/misspell v0.3.4 22:39:10 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 22:39:11 go: finding github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc 22:39:12 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a 22:39:12 go: finding github.com/sirupsen/logrus v1.2.0 22:39:12 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 22:39:12 go: finding github.com/docker/go-connections v0.3.0 22:39:12 go: finding github.com/google/go-cmp v0.2.0 22:39:13 go: finding github.com/golang/mock v1.1.1 22:39:13 go: finding github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 22:39:13 go: finding github.com/pmezard/go-difflib v1.0.0 22:39:13 go: finding github.com/golang/protobuf v1.2.0 22:39:14 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 22:39:14 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 22:39:14 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc 22:39:14 go: finding github.com/stretchr/objx v0.1.1 22:39:15 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 22:39:15 go: finding github.com/docker/distribution v2.7.1+incompatible 22:39:15 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a 22:39:15 go: finding github.com/stretchr/testify v1.2.2 22:39:16 go: finding golang.org/x/text v0.3.0 22:39:16 go: finding gopkg.in/yaml.v2 v2.2.2 22:39:16 go: finding github.com/prometheus/client_golang v1.1.0 22:39:16 go: finding github.com/davecgh/go-spew v1.1.1 22:39:16 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 22:39:17 go: finding github.com/pkg/errors v0.8.0 22:39:17 go: finding github.com/davecgh/go-spew v1.1.0 22:39:17 go: finding github.com/stretchr/objx v0.1.0 22:39:17 go: finding github.com/beorn7/perks v1.0.1 22:39:18 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 22:39:18 go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 22:39:18 go: finding github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 22:39:18 go: finding github.com/prometheus/common v0.6.0 22:39:18 go: finding google.golang.org/appengine v1.1.0 22:39:19 go: finding github.com/json-iterator/go v1.1.7 22:39:19 go: finding github.com/prometheus/procfs v0.0.3 22:39:19 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 22:39:19 go: finding cloud.google.com/go v0.26.0 22:39:19 go: finding github.com/golang/protobuf v1.3.2 22:39:20 go: finding github.com/go-kit/kit v0.8.0 22:39:20 go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 22:39:20 go: finding github.com/BurntSushi/toml v0.3.1 22:39:20 go: finding github.com/go-logfmt/logfmt v0.4.0 22:39:20 go: finding github.com/prometheus/client_golang v1.0.0 22:39:21 go: finding github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 22:39:21 go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f 22:39:21 go: finding github.com/prometheus/procfs v0.0.2 22:39:21 go: finding github.com/golang/protobuf v1.3.1 22:39:21 go: finding github.com/prometheus/common v0.4.1 22:39:21 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 22:39:22 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd 22:39:22 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 22:39:22 go: finding github.com/google/gofuzz v1.0.0 22:39:22 go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc 22:39:22 go: finding github.com/beorn7/perks v1.0.0 22:39:22 go: finding github.com/prometheus/client_golang v0.9.1 22:39:22 go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d 22:39:22 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 22:39:22 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 22:39:22 go: finding github.com/google/go-cmp v0.3.0 22:39:22 go: finding github.com/julienschmidt/httprouter v1.2.0 22:39:22 go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 22:39:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:39:22 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 22:39:22 go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a 22:39:22 go: finding github.com/go-logfmt/logfmt v0.3.0 22:39:22 go: finding github.com/go-stack/stack v1.8.0 22:39:22 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 22:39:22 go: finding github.com/json-iterator/go v1.1.6 22:39:22 go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf 22:39:22 go: finding gopkg.in/yaml.v2 v2.2.1 22:39:23 go: downloading github.com/urfave/cli v1.21.0 22:39:23 go: downloading github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 22:39:23 go: downloading gopkg.in/yaml.v2 v2.2.2 22:39:23 go: downloading github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b 22:39:23 go: downloading github.com/docker/go-connections v0.3.0 22:39:23 go: downloading golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 22:39:23 go: downloading github.com/docker/go-units v0.4.0 22:39:23 go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 22:39:23 go: downloading github.com/sirupsen/logrus v1.2.0 22:39:23 go: extracting github.com/docker/go-connections v0.3.0 22:39:23 go: extracting github.com/docker/go-units v0.4.0 22:39:23 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:39:23 go: extracting github.com/urfave/cli v1.21.0 22:39:23 go: extracting gopkg.in/yaml.v2 v2.2.2 22:39:23 go: extracting github.com/sirupsen/logrus v1.2.0 22:39:23 go: downloading github.com/pkg/errors v0.8.0 22:39:23 go: extracting github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 22:39:23 go: downloading github.com/xeipuuv/gojsonschema v1.1.0 22:39:23 go: extracting github.com/pkg/errors v0.8.0 22:39:23 go: extracting github.com/xeipuuv/gojsonschema v1.1.0 22:39:23 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 22:39:23 go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 22:39:24 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:39:25 go: extracting golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 22:39:26 go: extracting github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076 22:39:27 go: extracting github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b 22:39:27 go: downloading github.com/docker/docker-credential-helpers v0.6.3 22:39:27 go: downloading github.com/docker/distribution v2.7.1+incompatible 22:39:27 go: downloading google.golang.org/grpc v1.22.1 22:39:27 go: downloading github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c 22:39:27 go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 22:39:27 go: downloading github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 22:39:27 go: extracting github.com/docker/docker-credential-helpers v0.6.3 22:39:27 go: extracting github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 22:39:27 go: downloading github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc 22:39:28 go: extracting github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c 22:39:28 go: extracting github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc 22:39:28 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 22:39:28 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 22:39:28 go: downloading github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 22:39:28 go: downloading github.com/gogo/protobuf v1.1.1 22:39:28 go: extracting github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449 22:39:28 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f 22:39:28 go: extracting google.golang.org/grpc v1.22.1 22:39:28 go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f 22:39:28 go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 22:39:28 go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 22:39:28 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c 22:39:28 go: extracting github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c 22:39:28 go: downloading github.com/golang/protobuf v1.3.2 22:39:28 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 22:39:29 go: extracting github.com/docker/distribution v2.7.1+incompatible 22:39:29 go: downloading github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b 22:39:29 go: downloading github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 22:39:29 go: extracting github.com/golang/protobuf v1.3.2 22:39:29 go: extracting github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b 22:39:29 go: downloading github.com/gorilla/context v1.1.1 22:39:29 go: extracting github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 22:39:29 go: downloading github.com/prometheus/client_golang v1.1.0 22:39:29 go: extracting github.com/gorilla/context v1.1.1 22:39:29 go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 22:39:30 go: extracting github.com/prometheus/client_golang v1.1.0 22:39:30 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 22:39:30 go: downloading github.com/prometheus/common v0.6.0 22:39:30 go: downloading github.com/prometheus/procfs v0.0.3 22:39:30 go: downloading github.com/beorn7/perks v1.0.1 22:39:30 go: extracting github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 22:39:30 go: extracting github.com/beorn7/perks v1.0.1 22:39:30 go: extracting github.com/prometheus/common v0.6.0 22:39:30 go: extracting github.com/prometheus/procfs v0.0.3 22:39:30 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 22:39:30 go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1 22:39:30 go: extracting github.com/gogo/protobuf v1.1.1 22:39:31 go: extracting google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 22:39:57 Building binary for linux/amd64... 22:40:12 Building binary for linux/arm... 22:40:34 Building binary for windows/386... 22:40:34 go: downloading github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 22:40:34 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 22:40:34 go: downloading github.com/Microsoft/go-winio v0.3.8 22:40:34 go: downloading github.com/Microsoft/hcsshim v0.8.6 22:40:34 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 22:40:34 go: extracting github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 22:40:34 go: extracting github.com/Microsoft/go-winio v0.3.8 22:40:34 go: extracting github.com/Microsoft/hcsshim v0.8.6 22:41:00 Building binary for windows/amd64... 22:41:22 Building binary for darwin/386... 22:41:49 Building binary for darwin/amd64... 22:42:11 [Pipeline] } [Pipeline] // timeout [Pipeline] echo 22:42:11 chowning workspace [Pipeline] sh 22:42:11 + uname -m [Pipeline] sh 22:42:11 + pwd 22:42:11 + id -u 22:42:11 + id -g 22:42:11 + docker run --rm -v /home/ubuntu/workspace/libcompose_master:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] } [Pipeline] // withEnv [Pipeline] archive 22:42:12 The archive step is deprecated, please use archiveArtifacts instead. 22:42:12 No files found to archive for pattern "bundles"; continuing. [Pipeline] sh 22:42:13 + docker rmi dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e 22:42:13 Untagged: dockerbuildbot/libcompose:143e0f3f1ab9caa587b9821028c60d41d203de3e 22:42:13 Deleted: sha256:1d9265ff9573451f4cab5649cf677c88fb618464cb1f45addc4a0cd94c04aac8 22:42:13 Deleted: sha256:597f64167b83d858db72721c56b9cf386088d08475a4c189a2b396b6cec7d1b8 22:42:13 Deleted: sha256:72a992b2cf337877966b805c03b7b395b5a6d576a8ec08dcd636737f6a8cf562 22:42:13 Deleted: sha256:e06a94040c94bc8dcedd81f45c64fa8b9e5c0bbbbea019e005807be95602949e 22:42:13 Deleted: sha256:ec7e4dada39473381fa0573e810234ec3ca040691e91e4d17a8e2ececfc1cf56 22:42:13 Deleted: sha256:e70b7859d423395572ff74e3cc9a49e7d7701e74900c0741f1ccd4b36e30fe01 22:42:13 Deleted: sha256:795a5be55e9a363cb39b137b7f0485aab2f0129b605267f6bf6d8f480b6fdf01 22:42:13 Deleted: sha256:ace1da8c06272eaf6135f0b58c9b7ccffe388cca9f065e9edd656619a9811fa6 22:42:13 Deleted: sha256:8eef62337f4b806fbda70eac04dab5e5f3106cb1e4834a77815cef4034a6784e 22:42:13 Deleted: sha256:5021a725c73a639e306d0aa93a7202032608908f4f22cef82f61ff36e976d3c4 22:42:13 Deleted: sha256:aa4646319136c850595e6a2f0f2d99d40b515288ad2a6a1bc1afac0ea5e00cb9 22:42:13 Deleted: sha256:39f0c977fcda15c4f3e6aa070990903bc5ac23aed9587cde358f642507c83b3b 22:42:13 Deleted: sha256:f9aa59dcb74c1743995044fa728c65bac141c66a086af50ea74df71b31e1a8a5 22:42:13 Deleted: sha256:661555caa52659a4091ee337ed569a28b3e99ca944f6ce615c0b552e215eec70 22:42:13 Deleted: sha256:93bfe8dbd30e4a3655ef66fb128b379155996b9935959dc92fc67f5a8879c955 22:42:13 Deleted: sha256:378421d8a3b1629e498d9322544502d23c5372b5b69b98b069cda9c99a9e007f 22:42:13 Deleted: sha256:7095d87c937c2fd290c5494c43c518d1b98e42c47014d1d8ce95a4a7d6b04a1e 22:42:13 Deleted: sha256:c368fe5f5c4fa8b24051c39a52098de8f861d73a6d2f6c7eb4a05bc7c13944aa 22:42:13 Deleted: sha256:51746b8e8533de95b00af5c4e87cb0fc39811bf23daba9ae4d52378edaf7363b 22:42:13 Deleted: sha256:2d40af0eb89da1c479d0c99f37cec45f2a7120ce968c99c5cd8c55b04e3eeebc [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