Skip to content

Console Output

Skipping 146 KB.. Full Log
01:37:51 Selecting previously unselected package python-pkg-resources.
01:37:51 Preparing to unpack .../36-python-pkg-resources_40.8.0-1_all.deb ...
01:37:51 Unpacking python-pkg-resources (40.8.0-1) ...
01:37:51 Selecting previously unselected package python-setuptools.
01:37:51 Preparing to unpack .../37-python-setuptools_40.8.0-1_all.deb ...
01:37:51 Unpacking python-setuptools (40.8.0-1) ...
01:37:51 Selecting previously unselected package python-wheel.
01:37:51 Preparing to unpack .../38-python-wheel_0.32.3-2_all.deb ...
01:37:51 Unpacking python-wheel (0.32.3-2) ...
01:37:51 Selecting previously unselected package python-xdg.
01:37:51 Preparing to unpack .../39-python-xdg_0.25-5_all.deb ...
01:37:51 Unpacking python-xdg (0.25-5) ...
01:37:51 Setting up javascript-common (11) ...
01:37:51 Setting up python-enum34 (1.1.6-2) ...
01:37:52 Setting up python-crypto (2.6.1-9+b1) ...
01:37:52 Setting up libpython2.7:amd64 (2.7.16-2) ...
01:37:52 Setting up libapparmor1:amd64 (2.13.2-10) ...
01:37:52 Setting up python-wheel (0.32.3-2) ...
01:37:53 Setting up python-pkg-resources (40.8.0-1) ...
01:37:54 Setting up python-asn1crypto (0.24.0-1) ...
01:37:54 Setting up python-all (2.7.16-1) ...
01:37:54 Setting up python-six (1.12.0-1) ...
01:37:55 Setting up python-xdg (0.25-5) ...
01:37:55 Setting up libexpat1-dev:amd64 (2.2.6-2) ...
01:37:56 Setting up libdbus-1-3:amd64 (1.12.16-1) ...
01:37:56 Setting up dbus (1.12.16-1) ...
01:37:56 invoke-rc.d: could not determine current runlevel
01:37:56 invoke-rc.d: policy-rc.d denied execution of start.
01:37:56 Setting up python-setuptools (40.8.0-1) ...
01:37:56 Setting up libgirepository-1.0-1:amd64 (1.58.3-2) ...
01:37:56 Setting up python-pip-whl (18.1-5) ...
01:37:56 Setting up libjs-jquery (3.3.1~dfsg-3) ...
01:37:56 Setting up python-ipaddress (1.0.17-1) ...
01:37:57 Setting up libjs-underscore (1.9.1~dfsg-1) ...
01:37:57 Setting up python-cffi-backend (1.12.2-1) ...
01:37:57 Setting up libpython2.7-dev:amd64 (2.7.16-2) ...
01:37:57 Setting up python-keyrings.alt (3.1.1-1) ...
01:37:57 Setting up python-cryptography (2.6.1-3) ...
01:37:58 Setting up python-dbus (1.2.8-3) ...
01:37:59 Setting up python-pip (18.1-5) ...
01:37:59 Setting up gir1.2-glib-2.0:amd64 (1.58.3-2) ...
01:37:59 Setting up libjs-sphinxdoc (1.8.4-1) ...
01:37:59 Setting up libpython2-dev:amd64 (2.7.16-1) ...
01:37:59 Setting up python2.7-dev (2.7.16-2) ...
01:37:59 Setting up python-gi (3.30.4-1) ...
01:38:00 Setting up python2-dev (2.7.16-1) ...
01:38:00 Setting up python-secretstorage (2.3.1-2) ...
01:38:00 Setting up libpython-dev:amd64 (2.7.16-1) ...
01:38:00 Setting up python-configparser (3.5.0b2-1) ...
01:38:01 Setting up python-dev (2.7.16-1) ...
01:38:01 Setting up libpython-all-dev:amd64 (2.7.16-1) ...
01:38:01 Setting up python-entrypoints (0.3-1) ...
01:38:01 Setting up python-all-dev (2.7.16-1) ...
01:38:01 Setting up python-keyring (17.1.1-1) ...
01:38:02 Processing triggers for libc-bin (2.28-10) ...
01:38:03 Collecting virtualenv
01:38:08   Downloading https://files.pythonhosted.org/packages/f7/69/1ad2d17560c4fc60170056dcd0a568b83f3453a2ac91155af746bcdb9a07/virtualenv-16.7.4-py2.py3-none-any.whl (3.3MB)
01:38:08 Installing collected packages: virtualenv
01:38:08 Successfully installed virtualenv-16.7.4
01:38:12 Removing intermediate container 8a8424bc8dd9
01:38:12  ---> 00a341ec614f
01:38:12 Step 3/14 : RUN GO111MODULE=off go get github.com/aktau/github-release &&     GO111MODULE=off go get golang.org/x/tools/cmd/cover &&     GO111MODULE=off go get golang.org/x/lint/golint
01:38:12  ---> Running in 12c68c472497
01:38:22 Removing intermediate container 12c68c472497
01:38:22  ---> 0734c0b7f1aa
01:38:22 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
01:38:22  ---> Running in 33932d03eb32
01:38:22 Removing intermediate container 33932d03eb32
01:38:22  ---> 780abe25c22b
01:38:22 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
01:38:23  ---> Running in 673c71b20729
01:38:23 Removing intermediate container 673c71b20729
01:38:23  ---> b10ada6c6132
01:38:23 Step 6/14 : RUN set -e; set -x;     for v in $(echo ${DOCKER_VERSIONS} | cut -f1); do         if test "${v}" = "1.9.1" || test "${v}" = "1.10.3"; then            mkdir -p /usr/local/bin/docker-${v}/;            curl https://get.docker.com/builds/Linux/x86_64/docker-${v} -o /usr/local/bin/docker-${v}/docker;            chmod +x /usr/local/bin/docker-${v}/docker;         elif test "${v}" = "1.13.1"; then            curl https://get.docker.com/builds/Linux/x86_64/docker-${v}.tgz -o docker-${v}.tgz;              tar xzf docker-${v}.tgz -C /usr/local/bin/;              mv /usr/local/bin/docker /usr/local/bin/docker-${v};              rm docker-${v}.tgz;         else              curl https://download.docker.com/linux/static/stable/x86_64/docker-${v}-ce.tgz -o docker-${v}.tgz;              tar xzf docker-${v}.tgz -C /usr/local/bin/;              mv /usr/local/bin/docker /usr/local/bin/docker-${v};              rm docker-${v}.tgz;         fi     done
01:38:23  ---> Running in 9f96ac290b22
01:38:24 + echo 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
01:38:24 + cut -f1
01:38:24 + test 1.9.1 = 1.9.1
01:38:24 + mkdir -p /usr/local/bin/docker-1.9.1/
01:38:24 + curl https://get.docker.com/builds/Linux/x86_64/docker-1.9.1 -o /usr/local/bin/docker-1.9.1/docker
01:38:24   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
01:38:24                                  Dload  Upload   Total   Spent    Left  Speed
01:38:24 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 28.8M  100 28.8M    0     0  50.9M      0 --:--:-- --:--:-- --:--:-- 51.0M
01:38:24 + chmod +x /usr/local/bin/docker-1.9.1/docker
01:38:24 + test 1.10.3 = 1.9.1
01:38:24 + test 1.10.3 = 1.10.3
01:38:24 + mkdir -p /usr/local/bin/docker-1.10.3/
01:38:24 + curl https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 -o /usr/local/bin/docker-1.10.3/docker
01:38:24   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
01:38:24                                  Dload  Upload   Total   Spent    Left  Speed
01:38:25 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 18 33.2M   18 6396k    0     0  17.2M      0  0:00:01 --:--:--  0:00:01 17.1M
100 33.2M  100 33.2M    0     0  48.7M      0 --:--:-- --:--:-- --:--:-- 48.7M
01:38:25 + chmod +x /usr/local/bin/docker-1.10.3/docker
01:38:25 + test 1.13.1 = 1.9.1
01:38:25 + test 1.13.1 = 1.10.3
01:38:25 + test 1.13.1 = 1.13.1
01:38:25 + curl https://get.docker.com/builds/Linux/x86_64/docker-1.13.1.tgz -o docker-1.13.1.tgz
01:38:25   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
01:38:25                                  Dload  Upload   Total   Spent    Left  Speed
01:38:26 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 91 26.5M   91 24.4M    0     0  36.2M      0 --:--:-- --:--:-- --:--:-- 36.2M
100 26.5M  100 26.5M    0     0  37.7M      0 --:--:-- --:--:-- --:--:-- 37.6M
01:38:26 + tar xzf docker-1.13.1.tgz -C /usr/local/bin/
01:38:26 + mv /usr/local/bin/docker /usr/local/bin/docker-1.13.1
01:38:26 + rm docker-1.13.1.tgz
01:38:26 + test 17.03.2 = 1.9.1
01:38:26 + test 17.03.2 = 1.10.3
01:38:26 + test 17.03.2 = 1.13.1
01:38:26 + curl https://download.docker.com/linux/static/stable/x86_64/docker-17.03.2-ce.tgz -o docker-17.03.2.tgz
01:38:26   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
01:38:26                                  Dload  Upload   Total   Spent    Left  Speed
01:38:28 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 78 26.5M   78 20.7M    0     0  16.7M      0  0:00:01  0:00:01 --:--:-- 16.7M
100 26.5M  100 26.5M    0     0  19.7M      0  0:00:01  0:00:01 --:--:-- 19.7M
01:38:28 + tar xzf docker-17.03.2.tgz -C /usr/local/bin/
01:38:28 + mv /usr/local/bin/docker /usr/local/bin/docker-17.03.2
01:38:28 + rm docker-17.03.2.tgz
01:38:28 + test 17.06.0 = 1.9.1
01:38:28 + test 17.06.0 = 1.10.3
01:38:28 + test 17.06.0 = 1.13.1
01:38:28 + curl https://download.docker.com/linux/static/stable/x86_64/docker-17.06.0-ce.tgz -o docker-17.06.0.tgz
01:38:28   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
01:38:28                                  Dload  Upload   Total   Spent    Left  Speed
01:38:30 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 50 28.2M   50 14.4M    0     0  12.4M      0  0:00:02  0:00:01  0:00:01 12.4M
100 28.2M  100 28.2M    0     0  14.4M      0  0:00:01  0:00:01 --:--:-- 14.3M
01:38:30 + tar xzf docker-17.06.0.tgz -C /usr/local/bin/
01:38:31 + mv /usr/local/bin/docker /usr/local/bin/docker-17.06.0
01:38:31 + rm docker-17.06.0.tgz
01:38:39 Removing intermediate container 9f96ac290b22
01:38:39  ---> 6ac736766953
01:38:39 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
01:38:39  ---> Running in 2343c7064900
01:38:40 Removing intermediate container 2343c7064900
01:38:40  ---> eeb8d3d51d77
01:38:40 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
01:38:40  ---> Running in ceaf48b2b921
01:38:40 Removing intermediate container ceaf48b2b921
01:38:40  ---> 613156f54aee
01:38:40 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
01:38:40  ---> Running in 7a82817c98bb
01:38:40 Removing intermediate container 7a82817c98bb
01:38:40  ---> db94f3802703
01:38:40 Step 10/14 : RUN virtualenv venv &&     git clone https://github.com/docker/compose.git venv/compose &&     cd venv/compose &&     git checkout -q "$COMPOSE_COMMIT" &&     ../bin/pip install                -r requirements.txt                -r requirements-dev.txt
01:38:40  ---> Running in 1b9470f6127a
01:38:42 New python executable in /go/src/github.com/docker/libcompose/venv/bin/python
01:38:42 Installing setuptools, pip, wheel...
01:38:54 done.
01:38:54 Cloning into 'venv/compose'...
01:38:54 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
01:38:54 Ignoring pypiwin32: markers 'sys_platform == "win32"' don't match your environment
01:38:54 Collecting PyYAML==3.11 (from -r requirements.txt (line 1))
01:39:00   Downloading https://files.pythonhosted.org/packages/75/5e/b84feba55e20f8da46ead76f14a3943c8cb722d40360702b2365b91dec00/PyYAML-3.11.tar.gz (248kB)
01:39:00 Collecting backports.ssl-match-hostname==3.5.0.1 (from -r requirements.txt (line 2))
01:39:00   Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz
01:39:00 Collecting cached-property==1.2.0 (from -r requirements.txt (line 3))
01:39:00   Downloading https://files.pythonhosted.org/packages/0c/69/8b0e6e95668e450667535ba6f4f3da232b62fa2c813f64af311a992d2ae1/cached_property-1.2.0-py2.py3-none-any.whl
01:39:00 Collecting docker-py==1.10.6 (from -r requirements.txt (line 4))
01:39:00   Downloading https://files.pythonhosted.org/packages/23/c7/1fd6d4d620809fe2f323869d719e2dd0086c939b67021303a9ec40f5a05b/docker_py-1.10.6-py2.py3-none-any.whl (50kB)
01:39:00 Collecting dockerpty==0.4.1 (from -r requirements.txt (line 5))
01:39:00   Downloading https://files.pythonhosted.org/packages/8d/ee/e9ecce4c32204a6738e0a5d5883d3413794d7498fe8b06f44becc028d3ba/dockerpty-0.4.1.tar.gz
01:39:00 Collecting docopt==0.6.1 (from -r requirements.txt (line 6))
01:39:00   Downloading https://files.pythonhosted.org/packages/ec/6d/8ef19316f3b06c15ac648c857d18f171a65b50319f0a6c782392ad62d942/docopt-0.6.1.tar.gz
01:39:00 Collecting enum34==1.0.4 (from -r requirements.txt (line 7))
01:39:00   Downloading https://files.pythonhosted.org/packages/72/c9/3c640a9cd54a731f3c54d97515b06aae6f6d16a5878a632dbfa9ffe5e663/enum34-1.0.4.tar.gz
01:39:01 Collecting functools32==3.2.3.post2 (from -r requirements.txt (line 8))
01:39:01   Downloading https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz
01:39:01 Collecting ipaddress==1.0.16 (from -r requirements.txt (line 9))
01:39:01   Downloading https://files.pythonhosted.org/packages/23/6a/813ac29a01e4c33c19c2bded98ac3d4266ebbf0bd2c0eb0020e1c969958d/ipaddress-1.0.16-py27-none-any.whl
01:39:01 Collecting jsonschema==2.5.1 (from -r requirements.txt (line 10))
01:39:01   Downloading https://files.pythonhosted.org/packages/bd/cc/5388547ea3504bd8cbf99ba2ae7a3231598f54038e9b228cbd174f8ec6a1/jsonschema-2.5.1-py2.py3-none-any.whl
01:39:01 Collecting requests==2.11.1 (from -r requirements.txt (line 12))
01:39:01   Downloading https://files.pythonhosted.org/packages/ea/03/92d3278bf8287c5caa07dbd9ea139027d5a3592b0f4d14abf072f890fab2/requests-2.11.1-py2.py3-none-any.whl (514kB)
01:39:01 Collecting six==1.10.0 (from -r requirements.txt (line 13))
01:39:01   Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl
01:39:01 Collecting texttable==0.8.4 (from -r requirements.txt (line 14))
01:39:01   Downloading https://files.pythonhosted.org/packages/f5/5e/47cbc50187ca719a39ce4838182c6126487ca62ddd299bc34cafb94260fe/texttable-0.8.4.tar.gz
01:39:01 Collecting websocket-client==0.32.0 (from -r requirements.txt (line 15))
01:39:01   Downloading https://files.pythonhosted.org/packages/f4/06/5552e64fee863aa9decbb4e46dccc05fe730a36f49f0d6427398837297da/websocket_client-0.32.0.tar.gz (192kB)
01:39:01 Collecting coverage==3.7.1 (from -r requirements-dev.txt (line 1))
01:39:02   Downloading https://files.pythonhosted.org/packages/09/4f/89b06c7fdc09687bca507dc411c342556ef9c5a3b26756137a4878ff19bf/coverage-3.7.1.tar.gz (284kB)
01:39:02 Collecting mock>=1.0.1 (from -r requirements-dev.txt (line 2))
01:39:02   Downloading https://files.pythonhosted.org/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl
01:39:02 Collecting pytest==2.7.2 (from -r requirements-dev.txt (line 3))
01:39:02   Downloading https://files.pythonhosted.org/packages/35/3e/76e99f39c1cc04e9701d447a5667d9ec45f724ca11b6f5c797492339aef1/pytest-2.7.2-py2.py3-none-any.whl (127kB)
01:39:02 Collecting pytest-cov==2.1.0 (from -r requirements-dev.txt (line 4))
01:39:02   Downloading https://files.pythonhosted.org/packages/f2/9b/03b7d51c74d8f7088e37043dcf4f59faed359c56e7d016e2627108072679/pytest_cov-2.1.0-py2.py3-none-any.whl
01:39:02 Collecting docker-pycreds>=0.2.1 (from docker-py==1.10.6->-r requirements.txt (line 4))
01:39:02   Downloading https://files.pythonhosted.org/packages/f5/e8/f6bd1eee09314e7e6dee49cbe2c5e22314ccdb38db16c9fc72d2fa80d054/docker_pycreds-0.4.0-py2.py3-none-any.whl
01:39:02 Collecting funcsigs>=1; python_version < "3.3" (from mock>=1.0.1->-r requirements-dev.txt (line 2))
01:39:02   Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl
01:39:02 Collecting py>=1.4.29 (from pytest==2.7.2->-r requirements-dev.txt (line 3))
01:39:02   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
01:39:02 Building wheels for collected packages: PyYAML, backports.ssl-match-hostname, dockerpty, docopt, enum34, functools32, texttable, websocket-client, coverage
01:39:02   Building wheel for PyYAML (setup.py): started
01:39:02   Building wheel for PyYAML (setup.py): finished with status 'done'
01:39:02   Created wheel for PyYAML: filename=PyYAML-3.11-cp27-cp27mu-linux_x86_64.whl size=43797 sha256=dd41a78b389ba335a42102762394a0942aaf1fa9f7e56b9fb4c529ba0f8e5bf3
01:39:02   Stored in directory: /root/.cache/pip/wheels/7f/80/f3/ba284da14b9b8528fd957b3a82111f98cbe7310d2913fb514f
01:39:02   Building wheel for backports.ssl-match-hostname (setup.py): started
01:39:03   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
01:39:03   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-cp27-none-any.whl size=5211 sha256=bad6f83088becb72d8dafd2f27b37c1e39d3394dfdbb99fa66124f09ebb97aa3
01:39:03   Stored in directory: /root/.cache/pip/wheels/99/7e/f7/a88a9bcf7a3bd6b12cf6a74eee8c89746aaa02f71ab7b33939
01:39:03   Building wheel for dockerpty (setup.py): started
01:39:03   Building wheel for dockerpty (setup.py): finished with status 'done'
01:39:03   Created wheel for dockerpty: filename=dockerpty-0.4.1-cp27-none-any.whl size=16607 sha256=edc857f8523204cad071e109fb668a9447e817fe06f028b7304d6558ebfb9ae0
01:39:03   Stored in directory: /root/.cache/pip/wheels/e5/1e/86/bd0a97a0907c6c654af654d5875d1d4383dd1f575f77cee4aa
01:39:03   Building wheel for docopt (setup.py): started
01:39:03   Building wheel for docopt (setup.py): finished with status 'done'
01:39:03   Created wheel for docopt: filename=docopt-0.6.1-cp27-none-any.whl size=13679 sha256=8c5e63326bbbf744beb04c9b8afc4fdbb0af63df10241f847feb0cc0b7539b3b
01:39:03   Stored in directory: /root/.cache/pip/wheels/68/e2/f6/fc2031ff180f3b7b4250b5ca9aec4e9838b4eb19f958f03add
01:39:03   Building wheel for enum34 (setup.py): started
01:39:03   Building wheel for enum34 (setup.py): finished with status 'done'
01:39:03   Created wheel for enum34: filename=enum34-1.0.4-cp27-none-any.whl size=42883 sha256=75dce2164482ae39fee0adf2bdc923fffbdb14e942666a7c03791c11e4f949b7
01:39:03   Stored in directory: /root/.cache/pip/wheels/4f/1c/96/680deef28d7811e2fd34e4d127ae24fa0b437a321227eb726e
01:39:03   Building wheel for functools32 (setup.py): started
01:39:03   Building wheel for functools32 (setup.py): finished with status 'done'
01:39:03   Created wheel for functools32: filename=functools32-3.2.3.post2-cp27-none-any.whl size=14557 sha256=958be3faa95730a4ebe640a152850adf8e3cefa553e8f2b70b8de5807cae99be
01:39:03   Stored in directory: /root/.cache/pip/wheels/b5/18/32/77a1030457155606ba5e3ec3a8a57132b1a04b1c4f765177b2
01:39:03   Building wheel for texttable (setup.py): started
01:39:03   Building wheel for texttable (setup.py): finished with status 'done'
01:39:03   Created wheel for texttable: filename=texttable-0.8.4-cp27-none-any.whl size=9557 sha256=394fb43857043250bf9972b9d201f07ca3adbf20636f7d92b244ed9ca020d676
01:39:03   Stored in directory: /root/.cache/pip/wheels/02/02/d9/b8c8c56bfdac6225f23aa560ad948f8307df5035ee6edd3359
01:39:03   Building wheel for websocket-client (setup.py): started
01:39:04   Building wheel for websocket-client (setup.py): finished with status 'done'
01:39:04   Created wheel for websocket-client: filename=websocket_client-0.32.0-cp27-none-any.whl size=195673 sha256=8238145488e83e5c989694a669ef31b7794720f491cc7ff7b1c565c355890d7e
01:39:04   Stored in directory: /root/.cache/pip/wheels/d9/b6/8f/a90826a08a3587fce8f5fdfc079cd5f1ddc4603162e8dfee52
01:39:04   Building wheel for coverage (setup.py): started
01:39:04   Building wheel for coverage (setup.py): finished with status 'done'
01:39:04   Created wheel for coverage: filename=coverage-3.7.1-cp27-cp27mu-linux_x86_64.whl size=128029 sha256=4b63a86b1df4ba0ca6cd5880a2df7336c4e12253b8e691d4536584032dfff34d
01:39:04   Stored in directory: /root/.cache/pip/wheels/68/58/66/f1fc9afad272df0df0fa38cdef34ee2d5d8d6a85f4eb5acab5
01:39:04 Successfully built PyYAML backports.ssl-match-hostname dockerpty docopt enum34 functools32 texttable websocket-client coverage
01:39:04 Installing collected packages: PyYAML, backports.ssl-match-hostname, cached-property, six, docker-pycreds, ipaddress, requests, websocket-client, docker-py, dockerpty, docopt, enum34, functools32, jsonschema, texttable, coverage, funcsigs, mock, py, pytest, pytest-cov
01:39:04 Successfully installed PyYAML-3.11 backports.ssl-match-hostname-3.5.0.1 cached-property-1.2.0 coverage-3.7.1 docker-py-1.10.6 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.1 enum34-1.0.4 funcsigs-1.0.2 functools32-3.2.3.post2 ipaddress-1.0.16 jsonschema-2.5.1 mock-3.0.5 py-1.8.0 pytest-2.7.2 pytest-cov-2.1.0 requests-2.11.1 six-1.10.0 texttable-0.8.4 websocket-client-0.32.0
01:39:08 Removing intermediate container 1b9470f6127a
01:39:08  ---> 426bdfe25030
01:39:08 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
01:39:08  ---> Running in 94b8da4bdc0f
01:39:08 Removing intermediate container 94b8da4bdc0f
01:39:08  ---> 67d74b4f4281
01:39:08 Step 12/14 : ENV USER root
01:39:08  ---> Running in cee5fce70a08
01:39:08 Removing intermediate container cee5fce70a08
01:39:08  ---> 1f4c636a867d
01:39:08 Step 13/14 : ENTRYPOINT ["hack/dind"]
01:39:08  ---> Running in 688c2805c2e7
01:39:08 Removing intermediate container 688c2805c2e7
01:39:08  ---> 8dc6088d3bdc
01:39:08 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
01:39:08  ---> 26813b876d5c
01:39:08 Successfully built 26813b876d5c
01:39:08 Successfully tagged dockerbuildbot/libcompose:6e6161c3caa04ebfc6678f793a3177c11c384315
[Pipeline] dockerFingerprintFrom
[Pipeline] stage
01:39:08 Using the ‘stage’ step without a block argument is deprecated
01:39:08 Entering stage validate
01:39:08 Proceeding
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
01:39:08 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] sh
01:39:09 + make -e validate
01:39:09 mkdir bundles
01:39:09 docker build -t "dockerbuildbot/libcompose:6e6161c3caa04ebfc6678f793a3177c11c384315" .
01:39:09 Sending build context to Docker daemon  6.589MB

01:39:09 Step 1/14 : FROM golang:1.12.7
01:39:09  ---> be63d15101cb
01:39:09 Step 2/14 : RUN apt-get update &&     apt-get install -y iptables build-essential --no-install-recommends &&     apt-get install -y python-pip &&     pip install virtualenv
01:39:09  ---> Using cache
01:39:09  ---> 00a341ec614f
01:39:09 Step 3/14 : RUN GO111MODULE=off go get github.com/aktau/github-release &&     GO111MODULE=off go get golang.org/x/tools/cmd/cover &&     GO111MODULE=off go get golang.org/x/lint/golint
01:39:09  ---> Using cache
01:39:09  ---> 0734c0b7f1aa
01:39:09 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
01:39:09  ---> Using cache
01:39:09  ---> 780abe25c22b
01:39:09 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
01:39:09  ---> Using cache
01:39:09  ---> b10ada6c6132
01:39:09 Step 6/14 : RUN set -e; set -x;     for v in $(echo ${DOCKER_VERSIONS} | cut -f1); do         if test "${v}" = "1.9.1" || test "${v}" = "1.10.3"; then            mkdir -p /usr/local/bin/docker-${v}/;            curl https://get.docker.com/builds/Linux/x86_64/docker-${v} -o /usr/local/bin/docker-${v}/docker;            chmod +x /usr/local/bin/docker-${v}/docker;         elif test "${v}" = "1.13.1"; then            curl https://get.docker.com/builds/Linux/x86_64/docker-${v}.tgz -o docker-${v}.tgz;              tar xzf docker-${v}.tgz -C /usr/local/bin/;              mv /usr/local/bin/docker /usr/local/bin/docker-${v};              rm docker-${v}.tgz;         else              curl https://download.docker.com/linux/static/stable/x86_64/docker-${v}-ce.tgz -o docker-${v}.tgz;              tar xzf docker-${v}.tgz -C /usr/local/bin/;              mv /usr/local/bin/docker /usr/local/bin/docker-${v};              rm docker-${v}.tgz;         fi     done
01:39:09  ---> Using cache
01:39:09  ---> 6ac736766953
01:39:09 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
01:39:09  ---> Using cache
01:39:09  ---> eeb8d3d51d77
01:39:09 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
01:39:09  ---> Using cache
01:39:09  ---> 613156f54aee
01:39:09 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
01:39:09  ---> Using cache
01:39:09  ---> db94f3802703
01:39:09 Step 10/14 : RUN virtualenv venv &&     git clone https://github.com/docker/compose.git venv/compose &&     cd venv/compose &&     git checkout -q "$COMPOSE_COMMIT" &&     ../bin/pip install                -r requirements.txt                -r requirements-dev.txt
01:39:09  ---> Using cache
01:39:09  ---> 426bdfe25030
01:39:09 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
01:39:09  ---> Using cache
01:39:09  ---> 67d74b4f4281
01:39:09 Step 12/14 : ENV USER root
01:39:09  ---> Using cache
01:39:09  ---> 1f4c636a867d
01:39:09 Step 13/14 : ENTRYPOINT ["hack/dind"]
01:39:09  ---> Using cache
01:39:09  ---> 8dc6088d3bdc
01:39:09 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
01:39:09  ---> Using cache
01:39:09  ---> 26813b876d5c
01:39:09 Successfully built 26813b876d5c
01:39:09 Successfully tagged dockerbuildbot/libcompose:6e6161c3caa04ebfc6678f793a3177c11c384315
01:39:09 docker run --rm -i  --privileged -e DAEMON_VERSION=""default"" -e OS_PLATFORM_ARG -e OS_ARCH_ARG -e DOCKER_TEST_HOST -e TESTDIRS -e TESTFLAGS -e SHOWWARNING -e TESTVERBOSE -v "/home/ubuntu/workspace/libcompose_PR-519/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:6e6161c3caa04ebfc6678f793a3177c11c384315" ./hack/make.sh validate-dco validate-git-marks validate-gofmt validate-lint validate-vet
01:39:10 ---> Making bundle: validate-dco (in .)
01:39:10 Congratulations!  All commits are properly signed with the DCO!
01:39:10 
01:39:10 ---> Making bundle: validate-git-marks (in .)
01:39:10 Congratulations!  There is no conflict.
01:39:10 
01:39:10 ---> Making bundle: validate-gofmt (in .)
01:39:10 Congratulations!  All Go source files are properly formatted.
01:39:10 
01:39:10 ---> Making bundle: validate-lint (in .)
01:39:10 Errors from golint:
01:39:10 yaml/network.go:25:1: comment on exported method Networks.HashString should be of the form "HashString ..."
01:39:10 yaml/network.go:38:1: comment on exported method Network.HashString should be of the form "HashString ..."
01:39:10 yaml/volume.go:23:1: comment on exported method Volumes.HashString should be of the form "HashString ..."
01:39:10 
01:39:10 Please fix the above errors. You can test via "golint" and commit the result.
01:39:10 
01:39:10 Makefile:48: recipe for target 'validate' failed
01:39:10 make: *** [validate] Error 1
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
01:39:10 chowning workspace
[Pipeline] sh
01:39:11 + uname -m
[Pipeline] sh
01:39:11 + pwd
01:39:11 + id -u
01:39:11 + id -g
01:39:11 + docker run --rm -v /home/ubuntu/workspace/libcompose_PR-519:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archive
01:39:12 The archive step is deprecated, please use archiveArtifacts instead.
01:39:12 No files found to archive for pattern "bundles"; continuing.
[Pipeline] sh
01:39:13 + docker rmi dockerbuildbot/libcompose:6e6161c3caa04ebfc6678f793a3177c11c384315
01:39:13 Untagged: dockerbuildbot/libcompose:6e6161c3caa04ebfc6678f793a3177c11c384315
01:39:13 Deleted: sha256:26813b876d5c3738fb7f6b8b1d0e227da22e0ddc5a3fae4cc9df794e312fd29c
01:39:13 Deleted: sha256:a65b93539e47fb25a855fa833e3a0030bdadaa133ce716acddbe007d6263aa48
01:39:13 Deleted: sha256:8dc6088d3bdcf5cf2a2aaec08e244e00e3766b4c573e7922397dd970914fac37
01:39:13 Deleted: sha256:1f4c636a867dc75570fe2dcd349cec6e3b1fabccb92c2e0508f62b3fe781ed19
01:39:13 Deleted: sha256:67d74b4f4281895c5e709aff8001e722f5c1088e810a49966b7d5444377fee10
01:39:13 Deleted: sha256:426bdfe250303206dc38c02c8ed6c54f49cd998939ec10d8122b3b4de813f613
01:39:13 Deleted: sha256:ee4dbca724d9e2d66328eeafab9ba476bfbf7d6aec51a358e9f5f950736f39ad
01:39:13 Deleted: sha256:db94f380270305162946911990f86429c7bf5beab53631bb8adc2575cf77936e
01:39:13 Deleted: sha256:613156f54aee2f6d8649945d926e009841ea45f813beda62a60c58edc79a84dd
01:39:13 Deleted: sha256:7a7558d3e8145c03265b2ddb8aeedb38cff035f4c25774fe93f0e8a865e22083
01:39:13 Deleted: sha256:eeb8d3d51d77c005ad1682d8659083cd7c7f33ab88ab9f42db9668ba861cc128
01:39:13 Deleted: sha256:e23f8f5ea4d583230c320caf0c14c3b3ae16a256765d7444930ff23bd363815d
01:39:13 Deleted: sha256:6ac736766953edce40688a770cd0c4611911f1cf8a413d0c5622c6fe1dd7008f
01:39:13 Deleted: sha256:3317518abbb25f41c885b7d04f1ecf9200aae950183c4d15e97ed0489898b707
01:39:13 Deleted: sha256:b10ada6c6132bb41ad63727a520080a332f81c7212f9b6b5fcdf08102eac1150
01:39:13 Deleted: sha256:780abe25c22b64d8693931b108d3145ff5df0be131bfe1d78801460a4599be13
01:39:13 Deleted: sha256:0734c0b7f1aa1c783e5868abbafe10e3077e25a71d634ea70a60fc10066b7797
01:39:13 Deleted: sha256:a2dd580ab1231dbd271536d3f1e729b70e4cb0ba9ea25bc4326c1b054967b0a4
01:39:13 Deleted: sha256:00a341ec614f722f05467402b05d2157b469e9c1c61bcfca081f66dab0504add
01:39:13 Deleted: sha256:756d85bb2a295aa8ef798bc62a8842e013f8991c13a91d52086e298a128a0b9c
[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

ERROR: script returned exit code 2
Finished: FAILURE