See 
<https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/4094/display/redirect?page=changes>

Changes:

[alexr] Added logging in docker executor on `docker stop` failure.

[alexr] Enabled retries for `killTask` in docker executor.

[alexr] Added MESOS-6743 to 1.3.2 CHANGELOG.

------------------------------------------
Started by upstream project "Mesos-Buildbot" build number 4094
originally caused by:
 Started by an SCM change
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on qnode1 (ubuntu) in workspace 
<https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/mesos.git
 > git init 
 > <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/ws/>
 >  # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mesos.git
 > git --version # timeout=10
 > git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/mesos.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/mesos.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/mesos.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mesos.git
 > git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/mesos.git 
 > +refs/heads/*:refs/remotes/origin/*
Checking out Revision f2deb04a57cc050eddb3d242f170e4fe848c5b93 (origin/1.3.x)
Commit message: "Added MESOS-6743 to 1.3.2 CHANGELOG."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2deb04a57cc050eddb3d242f170e4fe848c5b93
 > git rev-list f38bfbf34e730c623ab608bde9e3c605bbf350d5 # timeout=10
[6f2112a5] $ /bin/bash -xe /tmp/jenkins6250181946490136155.sh
+ '[' origin/1.3.x = origin/1.0.x ']'
+ ./support/jenkins/buildbot.sh
Collecting virtualenv
  Using cached virtualenv-15.1.0-py2.py3-none-any.whl
Installing collected packages: virtualenv
Successfully installed virtualenv-15.1.0
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Total errors found: 0
Total errors found: 0
Checking 1132 C++ files
Virtualenv for python linter not detected ... building
Rebuilding virtualenv ...
Checking 11 Python files
+ : centos:7
+ : autotools
+ : gcc
+ : --verbose
+ : GLOG_v=1 MESOS_VERBOSE=1
+++ dirname 
<https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/ws/support/docker-build.sh>
++ cd 
<https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/ws/support/..>
++ pwd
+ 
MESOS_DIRECTORY=<https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/ws/>
+ cd 
<https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/ws/>
+ DOCKERFILE=Dockerfile
+ rm -f Dockerfile
+ case $OS in
+ append_dockerfile 'FROM centos:7'
+ echo FROM centos:7
+ append_dockerfile 'RUN yum install -y which'
+ echo RUN yum install -y which
+ append_dockerfile 'RUN yum groupinstall -y '\''Development Tools'\'''
+ echo RUN yum groupinstall -y ''\''Development' 'Tools'\'''
+ append_dockerfile 'RUN yum install -y epel-release'
+ echo RUN yum install -y epel-release
+ append_dockerfile 'RUN yum install -y clang git maven cmake'
+ echo RUN yum install -y clang git maven cmake
+ append_dockerfile 'RUN yum install -y java-1.8.0-openjdk-devel python-devel 
zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 
apr-devel subversion-devel apr-utils-devel libevent-devel libev-devel'
+ echo RUN yum install -y java-1.8.0-openjdk-devel python-devel zlib-devel 
libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel 
subversion-devel apr-utils-devel libevent-devel libev-devel
+ append_dockerfile 'RUN adduser mesos'
+ echo RUN adduser mesos
+ case $COMPILER in
+ append_dockerfile 'ENV CC gcc'
+ echo ENV CC gcc
+ append_dockerfile 'ENV CXX g++'
+ echo ENV CXX g++
+ append_dockerfile 'WORKDIR mesos'
+ echo WORKDIR mesos
+ append_dockerfile 'COPY . /mesos/'
+ echo COPY . /mesos/
+ append_dockerfile 'RUN chown -R mesos /mesos'
+ echo RUN chown -R mesos /mesos
+ append_dockerfile 'USER mesos'
+ echo USER mesos
+ append_dockerfile 'ENV GTEST_OUTPUT xml:report.xml'
+ echo ENV GTEST_OUTPUT xml:report.xml
+ append_dockerfile 'ENV DISTCHECK_CONFIGURE_FLAGS --verbose'
+ echo ENV DISTCHECK_CONFIGURE_FLAGS --verbose
+ append_dockerfile 'ENV GLOG_v=1 MESOS_VERBOSE=1'
+ echo ENV GLOG_v=1 MESOS_VERBOSE=1
+ '[' -n '' ']'
+ case $BUILDTOOL in
+ append_dockerfile 'CMD ./bootstrap && ./configure --verbose && make -j6 
distcheck 2>&1'
+ echo CMD ./bootstrap '&&' ./configure --verbose '&&' make -j6 distcheck '2>&1'
++ date +%s
+ TAG=mesos-1502414433-15620
+ docker build --no-cache=true -t mesos-1502414433-15620 .
Sending build context to Docker daemon 557.1 kBSending build context to Docker 
daemon 1.114 MBSending build context to Docker daemon 1.671 MBSending build 
context to Docker daemon 2.228 MBSending build context to Docker daemon 2.785 
MBSending build context to Docker daemon 3.342 MBSending build context to 
Docker daemon 3.899 MBSending build context to Docker daemon 4.456 MBSending 
build context to Docker daemon 5.014 MBSending build context to Docker daemon 
5.571 MBSending build context to Docker daemon 6.128 MBSending build context to 
Docker daemon 6.685 MBSending build context to Docker daemon 7.242 MBSending 
build context to Docker daemon 7.799 MBSending build context to Docker daemon 
8.356 MBSending build context to Docker daemon 8.913 MBSending build context to 
Docker daemon  9.47 MBSending build context to Docker daemon 10.03 MBSending 
build context to Docker daemon 10.58 MBSending build context to Docker daemon 
11.14 MBSending build context to Docker daemon  11.7 MBSending build context to 
Docker daemon 12.26 MBSending build context to Docker daemon 12.81 MBSending 
build context to Docker daemon 13.37 MBSending build context to Docker daemon 
13.93 MBSending build context to Docker daemon 14.48 MBSending build context to 
Docker daemon 15.04 MBSending build context to Docker daemon  15.6 MBSending 
build context to Docker daemon 16.15 MBSending build context to Docker daemon 
16.71 MBSending build context to Docker daemon 17.27 MBSending build context to 
Docker daemon 17.83 MBSending build context to Docker daemon 18.38 MBSending 
build context to Docker daemon 18.94 MBSending build context to Docker daemon  
19.5 MBSending build context to Docker daemon 20.05 MBSending build context to 
Docker daemon 20.61 MBSending build context to Docker daemon 21.17 MBSending 
build context to Docker daemon 21.73 MBSending build context to Docker daemon 
22.28 MBSending build context to Docker daemon 22.84 MBSending build context to 
Docker daemon  23.4 MBSending build context to Docker daemon 23.95 MBSending 
build context to Docker daemon 24.51 MBSending build context to Docker daemon 
25.07 MBSending build context to Docker daemon 25.62 MBSending build context to 
Docker daemon 26.18 MBSending build context to Docker daemon 26.74 MBSending 
build context to Docker daemon  27.3 MBSending build context to Docker daemon 
27.85 MBSending build context to Docker daemon 28.41 MBSending build context to 
Docker daemon 28.97 MBSending build context to Docker daemon 29.52 MBSending 
build context to Docker daemon 30.08 MBSending build context to Docker daemon 
30.64 MBSending build context to Docker daemon  31.2 MBSending build context to 
Docker daemon 31.75 MBSending build context to Docker daemon 32.31 MBSending 
build context to Docker daemon 32.87 MBSending build context to Docker daemon 
33.42 MBSending build context to Docker daemon 33.98 MBSending build context to 
Docker daemon 34.54 MBSending build context to Docker daemon 35.09 MBSending 
build context to Docker daemon 35.65 MBSending build context to Docker daemon 
36.21 MBSending build context to Docker daemon 36.77 MBSending build context to 
Docker daemon 37.32 MBSending build context to Docker daemon 37.88 MBSending 
build context to Docker daemon 38.44 MBSending build context to Docker daemon 
38.99 MBSending build context to Docker daemon 39.55 MBSending build context to 
Docker daemon 40.11 MBSending build context to Docker daemon 40.67 MBSending 
build context to Docker daemon 41.22 MBSending build context to Docker daemon 
41.78 MBSending build context to Docker daemon 42.34 MBSending build context to 
Docker daemon 42.89 MBSending build context to Docker daemon 43.45 MBSending 
build context to Docker daemon 44.01 MBSending build context to Docker daemon 
44.56 MBSending build context to Docker daemon 45.12 MBSending build context to 
Docker daemon 45.68 MBSending build context to Docker daemon 46.24 MBSending 
build context to Docker daemon 46.79 MBSending build context to Docker daemon 
47.35 MBSending build context to Docker daemon 47.91 MBSending build context to 
Docker daemon 48.46 MBSending build context to Docker daemon 49.02 MBSending 
build context to Docker daemon 49.58 MBSending build context to Docker daemon 
50.14 MBSending build context to Docker daemon 50.69 MBSending build context to 
Docker daemon 51.25 MBSending build context to Docker daemon 51.81 MBSending 
build context to Docker daemon 52.36 MBSending build context to Docker daemon 
52.92 MBSending build context to Docker daemon 53.48 MBSending build context to 
Docker daemon 54.03 MBSending build context to Docker daemon 54.59 MBSending 
build context to Docker daemon 55.15 MBSending build context to Docker daemon 
55.71 MBSending build context to Docker daemon 56.26 MBSending build context to 
Docker daemon 56.82 MBSending build context to Docker daemon 57.38 MBSending 
build context to Docker daemon 57.93 MBSending build context to Docker daemon 
58.49 MBSending build context to Docker daemon 59.05 MBSending build context to 
Docker daemon  59.6 MBSending build context to Docker daemon 60.16 MBSending 
build context to Docker daemon 60.72 MBSending build context to Docker daemon 
61.28 MBSending build context to Docker daemon 61.83 MBSending build context to 
Docker daemon 62.39 MBSending build context to Docker daemon 62.95 MBSending 
build context to Docker daemon  63.5 MBSending build context to Docker daemon 
64.06 MBSending build context to Docker daemon 64.62 MBSending build context to 
Docker daemon 65.18 MBSending build context to Docker daemon 65.73 MBSending 
build context to Docker daemon 66.29 MBSending build context to Docker daemon 
66.85 MBSending build context to Docker daemon  67.4 MBSending build context to 
Docker daemon 67.96 MBSending build context to Docker daemon 68.52 MBSending 
build context to Docker daemon 69.07 MBSending build context to Docker daemon 
69.63 MBSending build context to Docker daemon 70.19 MBSending build context to 
Docker daemon 70.75 MBSending build context to Docker daemon  71.3 MBSending 
build context to Docker daemon 71.86 MBSending build context to Docker daemon 
72.42 MBSending build context to Docker daemon 72.97 MBSending build context to 
Docker daemon 73.53 MBSending build context to Docker daemon 74.09 MBSending 
build context to Docker daemon 74.65 MBSending build context to Docker daemon  
75.2 MBSending build context to Docker daemon 75.76 MBSending build context to 
Docker daemon 76.32 MBSending build context to Docker daemon 76.87 MBSending 
build context to Docker daemon 77.43 MBSending build context to Docker daemon 
77.99 MBSending build context to Docker daemon 78.54 MBSending build context to 
Docker daemon  79.1 MBSending build context to Docker daemon 79.66 MBSending 
build context to Docker daemon 80.22 MBSending build context to Docker daemon 
80.77 MBSending build context to Docker daemon 81.33 MBSending build context to 
Docker daemon 81.89 MBSending build context to Docker daemon 82.44 MBSending 
build context to Docker daemon    83 MBSending build context to Docker daemon 
83.56 MBSending build context to Docker daemon 84.12 MBSending build context to 
Docker daemon 84.67 MBSending build context to Docker daemon 85.23 MBSending 
build context to Docker daemon 85.79 MBSending build context to Docker daemon 
86.34 MBSending build context to Docker daemon  86.9 MBSending build context to 
Docker daemon 87.46 MBSending build context to Docker daemon 88.01 MBSending 
build context to Docker daemon 88.57 MBSending build context to Docker daemon 
89.13 MBSending build context to Docker daemon 89.69 MBSending build context to 
Docker daemon 90.24 MBSending build context to Docker daemon  90.8 MBSending 
build context to Docker daemon 91.36 MBSending build context to Docker daemon 
91.91 MBSending build context to Docker daemon 92.47 MBSending build context to 
Docker daemon 93.03 MBSending build context to Docker daemon 93.59 MBSending 
build context to Docker daemon 94.14 MBSending build context to Docker daemon  
94.7 MBSending build context to Docker daemon 95.26 MBSending build context to 
Docker daemon 95.81 MBSending build context to Docker daemon 96.37 MBSending 
build context to Docker daemon 96.93 MBSending build context to Docker daemon 
97.48 MBSending build context to Docker daemon 98.04 MBSending build context to 
Docker daemon  98.6 MBSending build context to Docker daemon 99.16 MBSending 
build context to Docker daemon 99.71 MBSending build context to Docker daemon 
100.3 MBSending build context to Docker daemon 100.8 MBSending build context to 
Docker daemon 101.4 MBSending build context to Docker daemon 101.9 MBSending 
build context to Docker daemon 102.5 MBSending build context to Docker daemon 
103.1 MBSending build context to Docker daemon 103.6 MBSending build context to 
Docker daemon 104.2 MBSending build context to Docker daemon 104.7 MBSending 
build context to Docker daemon 105.3 MBSending build context to Docker daemon 
105.8 MBSending build context to Docker daemon 106.4 MBSending build context to 
Docker daemon   107 MBSending build context to Docker daemon 107.5 MBSending 
build context to Docker daemon 108.1 MBSending build context to Docker daemon 
108.6 MBSending build context to Docker daemon 109.2 MBSending build context to 
Docker daemon 109.7 MBSending build context to Docker daemon 110.3 MBSending 
build context to Docker daemon 110.9 MBSending build context to Docker daemon 
111.4 MBSending build context to Docker daemon   112 MBSending build context to 
Docker daemon 112.5 MBSending build context to Docker daemon 113.1 MBSending 
build context to Docker daemon 113.6 MBSending build context to Docker daemon 
114.2 MBSending build context to Docker daemon 114.8 MBSending build context to 
Docker daemon 115.3 MBSending build context to Docker daemon 115.9 MBSending 
build context to Docker daemon 116.4 MBSending build context to Docker daemon   
117 MBSending build context to Docker daemon 117.5 MBSending build context to 
Docker daemon 118.1 MBSending build context to Docker daemon 118.7 MBSending 
build context to Docker daemon 119.2 MBSending build context to Docker daemon 
119.8 MBSending build context to Docker daemon 120.3 MBSending build context to 
Docker daemon 120.9 MBSending build context to Docker daemon 121.4 MBSending 
build context to Docker daemon   122 MBSending build context to Docker daemon 
122.6 MBSending build context to Docker daemon 123.1 MBSending build context to 
Docker daemon 123.7 MBSending build context to Docker daemon 124.2 MBSending 
build context to Docker daemon 124.8 MBSending build context to Docker daemon 
125.3 MBSending build context to Docker daemon 125.9 MBSending build context to 
Docker daemon 126.5 MBSending build context to Docker daemon   127 MBSending 
build context to Docker daemon 127.6 MBSending build context to Docker daemon 
128.1 MBSending build context to Docker daemon 128.7 MBSending build context to 
Docker daemon 129.2 MBSending build context to Docker daemon 129.8 MBSending 
build context to Docker daemon 130.4 MBSending build context to Docker daemon 
130.9 MBSending build context to Docker daemon 131.5 MBSending build context to 
Docker daemon   132 MBSending build context to Docker daemon 132.6 MBSending 
build context to Docker daemon 133.1 MBSending build context to Docker daemon 
133.7 MBSending build context to Docker daemon 134.3 MBSending build context to 
Docker daemon 134.8 MBSending build context to Docker daemon 135.4 MBSending 
build context to Docker daemon 135.9 MBSending build context to Docker daemon 
136.5 MBSending build context to Docker daemon   137 MBSending build context to 
Docker daemon 137.6 MBSending build context to Docker daemon 138.1 MBSending 
build context to Docker daemon 138.7 MBSending build context to Docker daemon 
139.3 MBSending build context to Docker daemon 139.8 MBSending build context to 
Docker daemon 140.4 MBSending build context to Docker daemon 140.9 MBSending 
build context to Docker daemon 141.5 MBSending build context to Docker daemon   
142 MBSending build context to Docker daemon 142.6 MBSending build context to 
Docker daemon 143.2 MBSending build context to Docker daemon 143.7 MBSending 
build context to Docker daemon 144.3 MBSending build context to Docker daemon 
144.8 MBSending build context to Docker daemon 145.4 MBSending build context to 
Docker daemon 145.9 MBSending build context to Docker daemon 146.5 MBSending 
build context to Docker daemon 147.1 MBSending build context to Docker daemon 
147.6 MBSending build context to Docker daemon 148.2 MBSending build context to 
Docker daemon 148.7 MBSending build context to Docker daemon 149.3 MBSending 
build context to Docker daemon 149.8 MBSending build context to Docker daemon 
150.4 MBSending build context to Docker daemon   151 MBSending build context to 
Docker daemon 151.5 MBSending build context to Docker daemon 152.1 MBSending 
build context to Docker daemon 152.6 MBSending build context to Docker daemon 
153.2 MBSending build context to Docker daemon 153.7 MBSending build context to 
Docker daemon 154.3 MBSending build context to Docker daemon 154.9 MBSending 
build context to Docker daemon 155.4 MBSending build context to Docker daemon   
156 MBSending build context to Docker daemon 156.5 MBSending build context to 
Docker daemon 157.1 MBSending build context to Docker daemon 157.6 MBSending 
build context to Docker daemon 158.2 MBSending build context to Docker daemon 
158.8 MBSending build context to Docker daemon 159.3 MBSending build context to 
Docker daemon 159.9 MBSending build context to Docker daemon 160.4 MBSending 
build context to Docker daemon   161 MBSending build context to Docker daemon 
161.5 MBSending build context to Docker daemon 162.1 MBSending build context to 
Docker daemon 162.7 MBSending build context to Docker daemon 163.2 MBSending 
build context to Docker daemon 163.8 MBSending build context to Docker daemon 
164.3 MBSending build context to Docker daemon 164.9 MBSending build context to 
Docker daemon 165.4 MBSending build context to Docker daemon   166 MBSending 
build context to Docker daemon 166.6 MBSending build context to Docker daemon 
167.1 MBSending build context to Docker daemon 167.7 MBSending build context to 
Docker daemon 168.2 MBSending build context to Docker daemon 168.8 MBSending 
build context to Docker daemon 169.3 MBSending build context to Docker daemon 
169.9 MBSending build context to Docker daemon 170.5 MBSending build context to 
Docker daemon   171 MBSending build context to Docker daemon 171.6 MBSending 
build context to Docker daemon 172.1 MBSending build context to Docker daemon 
172.7 MBSending build context to Docker daemon 173.2 MBSending build context to 
Docker daemon 173.8 MBSending build context to Docker daemon 174.4 MBSending 
build context to Docker daemon 174.9 MBSending build context to Docker daemon 
175.5 MBSending build context to Docker daemon   176 MBSending build context to 
Docker daemon 176.6 MBSending build context to Docker daemon 177.1 MBSending 
build context to Docker daemon 177.7 MBSending build context to Docker daemon 
178.3 MBSending build context to Docker daemon 178.8 MBSending build context to 
Docker daemon 179.4 MBSending build context to Docker daemon 179.9 MBSending 
build context to Docker daemon 180.5 MBSending build context to Docker daemon   
181 MBSending build context to Docker daemon 181.6 MBSending build context to 
Docker daemon 182.2 MBSending build context to Docker daemon 182.7 MBSending 
build context to Docker daemon 183.3 MBSending build context to Docker daemon 
183.8 MBSending build context to Docker daemon 184.4 MBSending build context to 
Docker daemon 184.9 MBSending build context to Docker daemon 185.5 MBSending 
build context to Docker daemon 186.1 MBSending build context to Docker daemon 
186.6 MBSending build context to Docker daemon 187.2 MBSending build context to 
Docker daemon 187.7 MBSending build context to Docker daemon 188.3 MBSending 
build context to Docker daemon 188.8 MBSending build context to Docker daemon 
189.4 MBSending build context to Docker daemon   190 MBSending build context to 
Docker daemon 190.5 MBSending build context to Docker daemon 191.1 MBSending 
build context to Docker daemon 191.6 MBSending build context to Docker daemon 
192.2 MBSending build context to Docker daemon 192.7 MBSending build context to 
Docker daemon 193.3 MBSending build context to Docker daemon 193.9 MBSending 
build context to Docker daemon 194.4 MBSending build context to Docker daemon   
195 MBSending build context to Docker daemon 195.5 MBSending build context to 
Docker daemon 196.1 MBSending build context to Docker daemon 196.6 MBSending 
build context to Docker daemon 197.2 MBSending build context to Docker daemon 
197.8 MBSending build context to Docker daemon 198.3 MBSending build context to 
Docker daemon 198.9 MBSending build context to Docker daemon 199.4 MBSending 
build context to Docker daemon   200 MBSending build context to Docker daemon 
200.5 MBSending build context to Docker daemon 201.1 MBSending build context to 
Docker daemon 201.7 MBSending build context to Docker daemon 202.2 MBSending 
build context to Docker daemon 202.8 MBSending build context to Docker daemon 
203.3 MBSending build context to Docker daemon 203.9 MBSending build context to 
Docker daemon 204.4 MBSending build context to Docker daemon   205 MBSending 
build context to Docker daemon 205.6 MBSending build context to Docker daemon 
206.1 MBSending build context to Docker daemon 206.7 MBSending build context to 
Docker daemon 207.2 MBSending build context to Docker daemon 207.8 MBSending 
build context to Docker daemon 208.3 MBSending build context to Docker daemon 
208.9 MBSending build context to Docker daemon 209.5 MBSending build context to 
Docker daemon   210 MBSending build context to Docker daemon 210.6 MBSending 
build context to Docker daemon 211.1 MBSending build context to Docker daemon 
211.7 MBSending build context to Docker daemon 212.2 MBSending build context to 
Docker daemon 212.8 MBSending build context to Docker daemon 213.4 MBSending 
build context to Docker daemon 213.9 MBSending build context to Docker daemon 
214.5 MBSending build context to Docker daemon   215 MBSending build context to 
Docker daemon 215.6 MBSending build context to Docker daemon 216.1 MBSending 
build context to Docker daemon 216.7 MBSending build context to Docker daemon 
217.3 MBSending build context to Docker daemon 217.8 MBSending build context to 
Docker daemon 218.4 MBSending build context to Docker daemon 218.9 MBSending 
build context to Docker daemon 219.5 MBSending build context to Docker daemon   
220 MBSending build context to Docker daemon 220.6 MBSending build context to 
Docker daemon 221.2 MBSending build context to Docker daemon 221.7 MBSending 
build context to Docker daemon 222.3 MBSending build context to Docker daemon 
222.8 MBSending build context to Docker daemon 223.4 MBSending build context to 
Docker daemon 223.9 MBSending build context to Docker daemon 224.5 MBSending 
build context to Docker daemon 225.1 MBSending build context to Docker daemon 
225.6 MBSending build context to Docker daemon 226.2 MBSending build context to 
Docker daemon 226.7 MBSending build context to Docker daemon 227.3 MBSending 
build context to Docker daemon 227.8 MBSending build context to Docker daemon 
228.4 MBSending build context to Docker daemon   229 MBSending build context to 
Docker daemon 229.5 MBSending build context to Docker daemon 230.1 MBSending 
build context to Docker daemon 230.6 MBSending build context to Docker daemon 
231.2 MBSending build context to Docker daemon 231.7 MBSending build context to 
Docker daemon 232.3 MBSending build context to Docker daemon 232.8 MBSending 
build context to Docker daemon 233.4 MBSending build context to Docker daemon   
234 MBSending build context to Docker daemon 234.5 MBSending build context to 
Docker daemon 235.1 MBSending build context to Docker daemon 235.6 MBSending 
build context to Docker daemon 236.2 MBSending build context to Docker daemon 
236.7 MBSending build context to Docker daemon 237.3 MBSending build context to 
Docker daemon 237.9 MBSending build context to Docker daemon 238.4 MBSending 
build context to Docker daemon   239 MBSending build context to Docker daemon 
239.5 MBSending build context to Docker daemon 240.1 MBSending build context to 
Docker daemon 240.6 MBSending build context to Docker daemon 241.2 MBSending 
build context to Docker daemon 241.8 MBSending build context to Docker daemon 
242.3 MBSending build context to Docker daemon 242.9 MBSending build context to 
Docker daemon 243.4 MBSending build context to Docker daemon   244 MBSending 
build context to Docker daemon 244.5 MBSending build context to Docker daemon 
245.1 MBSending build context to Docker daemon 245.7 MBSending build context to 
Docker daemon 246.2 MBSending build context to Docker daemon 246.8 MBSending 
build context to Docker daemon 247.3 MBSending build context to Docker daemon 
247.9 MBSending build context to Docker daemon 248.4 MBSending build context to 
Docker daemon   249 MBSending build context to Docker daemon 249.6 MBSending 
build context to Docker daemon 250.1 MBSending build context to Docker daemon 
250.7 MBSending build context to Docker daemon 251.2 MBSending build context to 
Docker daemon 251.8 MBSending build context to Docker daemon 252.3 MBSending 
build context to Docker daemon 252.9 MBSending build context to Docker daemon 
253.5 MBSending build context to Docker daemon   254 MBSending build context to 
Docker daemon 254.6 MBSending build context to Docker daemon 255.1 MBSending 
build context to Docker daemon 255.7 MBSending build context to Docker daemon 
256.2 MBSending build context to Docker daemon 256.8 MBSending build context to 
Docker daemon 257.4 MBSending build context to Docker daemon 257.9 MBSending 
build context to Docker daemon 258.5 MBSending build context to Docker daemon   
259 MBSending build context to Docker daemon 259.6 MBSending build context to 
Docker daemon 260.1 MBSending build context to Docker daemon 260.7 MBSending 
build context to Docker daemon 261.3 MBSending build context to Docker daemon 
261.8 MBSending build context to Docker daemon 262.4 MBSending build context to 
Docker daemon 262.9 MBSending build context to Docker daemon 263.5 MBSending 
build context to Docker daemon   264 MBSending build context to Docker daemon 
264.6 MBSending build context to Docker daemon 265.2 MBSending build context to 
Docker daemon 265.7 MBSending build context to Docker daemon 266.3 MBSending 
build context to Docker daemon 266.8 MBSending build context to Docker daemon 
267.4 MBSending build context to Docker daemon 267.9 MBSending build context to 
Docker daemon 268.5 MBSending build context to Docker daemon 269.1 MBSending 
build context to Docker daemon 269.6 MBSending build context to Docker daemon 
270.2 MBSending build context to Docker daemon 270.7 MBSending build context to 
Docker daemon 271.3 MBSending build context to Docker daemon 271.8 MBSending 
build context to Docker daemon 272.4 MBSending build context to Docker daemon   
273 MBSending build context to Docker daemon 273.5 MBSending build context to 
Docker daemon 274.1 MBSending build context to Docker daemon 274.6 MBSending 
build context to Docker daemon 275.2 MBSending build context to Docker daemon 
275.7 MBSending build context to Docker daemon 276.3 MBSending build context to 
Docker daemon 276.9 MBSending build context to Docker daemon 277.4 MBSending 
build context to Docker daemon   278 MBSending build context to Docker daemon 
278.5 MBSending build context to Docker daemon 279.1 MBSending build context to 
Docker daemon 279.6 MBSending build context to Docker daemon 280.2 MBSending 
build context to Docker daemon 280.8 MBSending build context to Docker daemon 
281.3 MBSending build context to Docker daemon 281.9 MBSending build context to 
Docker daemon 282.4 MBSending build context to Docker daemon   283 MBSending 
build context to Docker daemon 283.5 MBSending build context to Docker daemon 
284.1 MBSending build context to Docker daemon 284.7 MBSending build context to 
Docker daemon 285.2 MBSending build context to Docker daemon 285.8 MBSending 
build context to Docker daemon 286.3 MBSending build context to Docker daemon 
286.9 MBSending build context to Docker daemon 287.4 MBSending build context to 
Docker daemon   288 MBSending build context to Docker daemon 288.6 MBSending 
build context to Docker daemon 289.1 MBSending build context to Docker daemon 
289.7 MBSending build context to Docker daemon 290.2 MBSending build context to 
Docker daemon 290.8 MBSending build context to Docker daemon 291.3 MBSending 
build context to Docker daemon 291.9 MBSending build context to Docker daemon 
292.5 MBSending build context to Docker daemon   293 MBSending build context to 
Docker daemon 293.6 MBSending build context to Docker daemon 294.1 MBSending 
build context to Docker daemon 294.7 MBSending build context to Docker daemon 
295.2 MBSending build context to Docker daemon 295.8 MBSending build context to 
Docker daemon 296.4 MBSending build context to Docker daemon 296.9 MBSending 
build context to Docker daemon 297.5 MBSending build context to Docker daemon   
298 MBSending build context to Docker daemon 298.6 MBSending build context to 
Docker daemon 299.1 MBSending build context to Docker daemon 299.7 MBSending 
build context to Docker daemon 300.3 MBSending build context to Docker daemon 
300.8 MBSending build context to Docker daemon 301.4 MBSending build context to 
Docker daemon 301.9 MBSending build context to Docker daemon 302.5 MBSending 
build context to Docker daemon   303 MBSending build context to Docker daemon 
303.6 MBSending build context to Docker daemon 304.2 MBSending build context to 
Docker daemon 304.7 MBSending build context to Docker daemon 305.3 MBSending 
build context to Docker daemon 305.8 MBSending build context to Docker daemon 
306.4 MBSending build context to Docker daemon 306.9 MBSending build context to 
Docker daemon 307.5 MBSending build context to Docker daemon 308.1 MBSending 
build context to Docker daemon 308.6 MBSending build context to Docker daemon 
309.2 MBSending build context to Docker daemon 309.7 MBSending build context to 
Docker daemon 310.3 MBSending build context to Docker daemon 310.8 MBSending 
build context to Docker daemon 311.4 MBSending build context to Docker daemon   
312 MBSending build context to Docker daemon 312.5 MBSending build context to 
Docker daemon 313.1 MBSending build context to Docker daemon 313.6 MBSending 
build context to Docker daemon 314.2 MBSending build context to Docker daemon 
314.7 MBSending build context to Docker daemon 315.3 MBSending build context to 
Docker daemon 315.9 MBSending build context to Docker daemon 316.4 MBSending 
build context to Docker daemon   317 MBSending build context to Docker daemon 
317.5 MBSending build context to Docker daemon 318.1 MBSending build context to 
Docker daemon 318.6 MBSending build context to Docker daemon 319.2 MBSending 
build context to Docker daemon 319.8 MBSending build context to Docker daemon 
320.3 MBSending build context to Docker daemon 320.9 MBSending build context to 
Docker daemon 321.4 MBSending build context to Docker daemon   322 MBSending 
build context to Docker daemon 322.5 MBSending build context to Docker daemon 
323.1 MBSending build context to Docker daemon 323.6 MBSending build context to 
Docker daemon 324.2 MBSending build context to Docker daemon 324.8 MBSending 
build context to Docker daemon 325.3 MBSending build context to Docker daemon 
325.9 MBSending build context to Docker daemon 326.4 MBSending build context to 
Docker daemon   327 MBSending build context to Docker daemon 327.5 MBSending 
build context to Docker daemon 328.1 MBSending build context to Docker daemon 
328.7 MBSending build context to Docker daemon 329.2 MBSending build context to 
Docker daemon 329.8 MBSending build context to Docker daemon 330.3 MBSending 
build context to Docker daemon 330.9 MBSending build context to Docker daemon 
331.4 MBSending build context to Docker daemon   332 MBSending build context to 
Docker daemon 332.6 MBSending build context to Docker daemon 333.1 MBSending 
build context to Docker daemon 333.7 MBSending build context to Docker daemon 
334.2 MBSending build context to Docker daemon 334.8 MBSending build context to 
Docker daemon 335.3 MBSending build context to Docker daemon 335.9 MBSending 
build context to Docker daemon 336.5 MBSending build context to Docker daemon   
337 MBSending build context to Docker daemon 337.6 MBSending build context to 
Docker daemon 338.1 MBSending build context to Docker daemon 338.7 MBSending 
build context to Docker daemon 339.2 MBSending build context to Docker daemon 
339.8 MBSending build context to Docker daemon 340.4 MBSending build context to 
Docker daemon 340.9 MBSending build context to Docker daemon 341.5 MBSending 
build context to Docker daemon   342 MBSending build context to Docker daemon 
342.6 MBSending build context to Docker daemon 343.1 MBSending build context to 
Docker daemon 343.7 MBSending build context to Docker daemon 344.3 MBSending 
build context to Docker daemon 344.8 MBSending build context to Docker daemon 
345.4 MBSending build context to Docker daemon 345.9 MBSending build context to 
Docker daemon 346.5 MBSending build context to Docker daemon   347 MBSending 
build context to Docker daemon 347.6 MBSending build context to Docker daemon 
348.2 MBSending build context to Docker daemon 348.7 MBSending build context to 
Docker daemon 349.3 MBSending build context to Docker daemon 349.8 MBSending 
build context to Docker daemon 350.4 MBSending build context to Docker daemon 
350.9 MBSending build context to Docker daemon 351.5 MBSending build context to 
Docker daemon 352.1 MBSending build context to Docker daemon 352.6 MBSending 
build context to Docker daemon 353.2 MBSending build context to Docker daemon 
353.7 MBSending build context to Docker daemon 354.3 MBSending build context to 
Docker daemon 354.8 MBSending build context to Docker daemon 355.4 MBSending 
build context to Docker daemon   356 MBSending build context to Docker daemon 
356.5 MBSending build context to Docker daemon 357.1 MBSending build context to 
Docker daemon 357.6 MBSending build context to Docker daemon 358.2 MBSending 
build context to Docker daemon 358.7 MBSending build context to Docker daemon 
359.3 MBSending build context to Docker daemon 359.9 MBSending build context to 
Docker daemon 360.4 MBSending build context to Docker daemon   361 MBSending 
build context to Docker daemon 361.5 MBSending build context to Docker daemon 
362.1 MBSending build context to Docker daemon 362.6 MBSending build context to 
Docker daemon 363.2 MBSending build context to Docker daemon 363.8 MBSending 
build context to Docker daemon 364.3 MBSending build context to Docker daemon 
364.9 MBSending build context to Docker daemon 365.4 MBSending build context to 
Docker daemon   366 MBSending build context to Docker daemon 366.5 MBSending 
build context to Docker daemon 367.1 MBSending build context to Docker daemon 
367.7 MBSending build context to Docker daemon 368.2 MBSending build context to 
Docker daemon 368.8 MBSending build context to Docker daemon 369.3 MBSending 
build context to Docker daemon 369.9 MBSending build context to Docker daemon 
370.4 MBSending build context to Docker daemon   371 MBSending build context to 
Docker daemon 371.6 MBSending build context to Docker daemon 372.1 MBSending 
build context to Docker daemon 372.7 MBSending build context to Docker daemon 
373.2 MBSending build context to Docker daemon 373.8 MBSending build context to 
Docker daemon 374.3 MBSending build context to Docker daemon 374.9 MBSending 
build context to Docker daemon 375.5 MBSending build context to Docker daemon   
376 MBSending build context to Docker daemon 376.6 MBSending build context to 
Docker daemon 377.1 MBSending build context to Docker daemon 377.7 MBSending 
build context to Docker daemon 378.2 MBSending build context to Docker daemon 
378.8 MBSending build context to Docker daemon 379.4 MBSending build context to 
Docker daemon 379.9 MBSending build context to Docker daemon 380.5 MBSending 
build context to Docker daemon   381 MBSending build context to Docker daemon 
381.6 MBSending build context to Docker daemon 382.1 MBSending build context to 
Docker daemon 382.7 MBSending build context to Docker daemon 383.3 MBSending 
build context to Docker daemon 383.8 MBSending build context to Docker daemon 
384.4 MBSending build context to Docker daemon 384.9 MBSending build context to 
Docker daemon 385.5 MBSending build context to Docker daemon   386 MBSending 
build context to Docker daemon 386.6 MBSending build context to Docker daemon 
387.2 MBSending build context to Docker daemon 387.7 MBSending build context to 
Docker daemon 388.3 MBSending build context to Docker daemon 388.8 MBSending 
build context to Docker daemon 389.4 MBSending build context to Docker daemon 
389.9 MBSending build context to Docker daemon 390.5 MBSending build context to 
Docker daemon 391.1 MBSending build context to Docker daemon 391.6 MBSending 
build context to Docker daemon 392.2 MBSending build context to Docker daemon 
392.7 MBSending build context to Docker daemon 393.3 MBSending build context to 
Docker daemon 393.8 MBSending build context to Docker daemon 394.4 MBSending 
build context to Docker daemon   395 MBSending build context to Docker daemon 
395.5 MBSending build context to Docker daemon 396.1 MBSending build context to 
Docker daemon 396.6 MBSending build context to Docker daemon 397.2 MBSending 
build context to Docker daemon 397.7 MBSending build context to Docker daemon 
398.3 MBSending build context to Docker daemon 398.9 MBSending build context to 
Docker daemon 399.4 MBSending build context to Docker daemon   400 MBSending 
build context to Docker daemon 400.5 MBSending build context to Docker daemon 
401.1 MBSending build context to Docker daemon 401.1 MB
Step 1 : FROM centos:7
 ---> 36540f359ca3
Step 2 : RUN yum install -y which
 ---> Running in dd4f6497bbec
Loaded plugins: fastestmirror, ovl


 One of the configured repositories failed (Unknown),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Run the command with the repository temporarily disabled
            yum --disablerepo=<repoid> ...

     4. Disable the repository permanently, so yum won't use it by default. Yum
        will then just ignore the repository until you permanently enable it
        again or use --enablerepo for temporary usage:

            yum-config-manager --disable <repoid>
        or
            subscription-manager repos --disable=<repoid>

     5. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

Insufficient space in download directory /var/cache/yum/x86_64/7/base
    * free   0 
    * needed 100 k
The command '/bin/sh -c yum install -y which' returned a non-zero code: 1
Build step 'Execute shell' marked build as failure

Reply via email to