Page MenuHomePhorge

Build 3027
FailedPublic

Drydock: Run Command on atomic02.kolabsys.com

When
Completed at Mar 7 2016, 6:14 AM · Built for 8 m, 45 s
Status
Failed

Build Log 9766 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1+ '[' -z master -a -z '' ']'
2+ '[' -z ssh://git@git.kolab.org/diffusion/DO/docker.git ']'
3+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
4+ test_build=1
5+ test_functional=1
6+ test_integration=1
7+ test_performance=1
8+ test_unit=1
9+ test_obs=1
10+ '[' -z git ']'
11+ case ${vcs} in
12++ basename ssh://git@git.kolab.org/diffusion/DO/docker.git .git
13+ package=docker
14++ sed -e 's|ssh://git@|https://|g'
15++ echo ssh://git@git.kolab.org/diffusion/DO/docker.git
16+ ro_uri=https://git.kolab.org/diffusion/DO/docker.git
17+ case ${package} in
18++ pwd
19+ export TMPDIR=/var/drydock/workingcopy-60/repo/docker
20+ TMPDIR=/var/drydock/workingcopy-60/repo/docker
21+ '[' '!' -d docker.git ']'
22+ pushd docker.git
23+ git remote set-url origin https://git.kolab.org/diffusion/DO/docker.git
24+ git fetch origin
25From https://git.kolab.org/diffusion/DO/docker
26 cd9edb8..13f68e6 master -> origin/master
27+ git reset --hard origin/master
28+ git clean -d -f -x
29+ git checkout master
30Already on 'master'
31+ popd
32+ '[' docker '!=' stick ']'
33+ '[' '!' -d stick.git ']'
34+ pushd stick.git
35+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
36+ git fetch origin
37From https://git.kolab.org/diffusion/QA/stick
38 6e9b8d3..3d6b5d4 master -> origin/master
39+ git reset --hard origin/master
40+ git clean -d -f -x
41+ popd
42+ export commit
43+ export differential
44+ export id
45+ export package
46+ export phid
47+ export ro_uri
48+ export uri
49+ export vcs
50+ export test_build
51+ export test_functional
52+ export test_integration
53+ export test_performance
54+ export test_unit
55+ export test_obs
56+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
57+ '[' -x stick.git/drydocker/docker/build.sh ']'
58+ pushd docker.git
59+ ../stick.git/drydocker/docker/build.sh
60/bin/sh: line 2: kubectl: command not found
61/bin/sh: line 2: kubectl: command not found
62/bin/sh: line 2: kubectl: command not found
63Error response from daemon: Cannot destroy container 84c439d65176: Conflict, You cannot remove a running container. Stop the container before attempting removal or use -f
64Error: failed to remove containers: [84c439d65176]
65Error response from daemon: Cannot destroy container b49f126c8f8b: Failed to set container state to RemovalInProgress: Status is already RemovalInProgress
66Error: failed to remove containers: [b49f126c8f8b]
67Error response from daemon: Cannot destroy container cfad6c5aebee: Failed to set container state to RemovalInProgress: Status is already RemovalInProgress
68Error: failed to remove containers: [cfad6c5aebee]
69Error response from daemon: Cannot destroy container 51d55b623674: Failed to set container state to RemovalInProgress: Status is already RemovalInProgress
70Error: failed to remove containers: [51d55b623674]
71Error response from daemon: Cannot destroy container 4d2f0d21dfe7: Failed to set container state to RemovalInProgress: Status is already RemovalInProgress
72Error: failed to remove containers: [4d2f0d21dfe7]
73Error response from daemon: Conflict, cannot delete because dc772df7317b is held by an ongoing pull or build
74Error: failed to remove images: [dc772df7317b]
75../stick.git/drydocker/docker/build.sh: line 19: pushd: /srv/.git: No such file or directory
76../stick.git/drydocker/docker/build.sh: line 25: popd: directory stack empty
77The command '/bin/sh -c yum clean all && yum -y install epel-release && rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 && sed -i -e 's/#baseurl/baseurl/g' -e '/^mirrorlist/d' /etc/yum.repos.d/epel*.repo && yum -y install yum-plugin-priorities && yum -y update && yum -y install @buildsys-build ant bind-utils build git lsof net-tools nmap-ncat openldap-clients osc perl-Data-Dumper perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium policycoreutils policycoreutils-python psmisc rpmdevtools screen strace sudo telnet traceroute vim-enhanced wget yum-utils && yum clean all' returned a non-zero code: 1
78make: *** [ci-maipo] Error 1
79Error response from daemon: Conflict, cannot delete because 949a398daf4b is held by an ongoing pull or build
80Error: failed to remove images: [949a398daf4b]
81Error response from daemon: Conflict, cannot delete 297df435b4b1 because the container 03798bb2f469 is using it, use -f to force
82Error: failed to remove images: [297df435b4b1]
83Error response from daemon: Conflict, cannot delete because e51aa6dbf2dd is held by an ongoing pull or build
84Error: failed to remove images: [e51aa6dbf2dd]
85+ retval=2
86+ popd
87+ exit 2
88

Build Log 9765 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1/var/drydock/workingcopy-60/repo/docker/docker.git /var/drydock/workingcopy-60/repo/docker
2HEAD is now at 13f68e6 Disable mirrorlists sooner
3/var/drydock/workingcopy-60/repo/docker
4/var/drydock/workingcopy-60/repo/docker/stick.git /var/drydock/workingcopy-60/repo/docker
5HEAD is now at 3d6b5d4 Switch to the local mirror
6/var/drydock/workingcopy-60/repo/docker
7/var/drydock/workingcopy-60/repo/docker/docker.git /var/drydock/workingcopy-60/repo/docker
8Undetermined amount of free space, cleaning up in any case.
9for replicationcontroller in $(kubectl get --no-headers=true replicationcontrollers | awk '{print $1}' | grep -v kubernetes); do \
10 kubectl delete replicationcontroller ${replicationcontroller} 2>/dev/null || : ; \
11done
12for service in $(kubectl get --no-headers=true services | awk '{print $1}' | grep -v kubernetes); do \
13 kubectl delete service ${service} 2>/dev/null || : ; \
14done
15for pod in $(kubectl get --no-headers=true pods | awk '{print $1}' | grep -v kubernetes); do \
16 kubectl delete pod ${pod} 2>/dev/null || : ; \
17done
18for container in $(docker ps -aq); do \
19 docker rm ${container} ; \
20done
21c8924e70b4ee
22354efe522215
23953466e0c24a
24fe3f042a61d8
259dde95ac8dab
26for image in $(docker images -q --filter dangling=true); do \
27 docker rmi ${image} ; \
28done
29Deleted: dc11adefdef69c8f42afd17ca95bcd288211d8ad7ab21d1ba6598de8b78b2cbc
30Deleted: 158668f9aa85b156389da4c0bffcdc5f9b95c521c160b811e6600c8bd1972029
31Deleted: ced6e3cf096d2af9dbdcb930c11b5b151f0089949bf6f9c9d6bbb2708a890ea3
32Deleted: b7ac149aaddcbe2485f8f4f3ae3fefc042510dc5f7761e5ad3fdde957fb768c6
33Deleted: 3b968cee43f3962391c7434cb2770c308054649256560ac1a86422973e0d05b3
34Deleted: 0e71fa94d7a94e5846f9a252ceda089302a5b0cca3a8639c3c2d5b78548d5145
35Deleted: b96bac9a4ea4d64fd8b3b0464fa47f0ff88c2f997117cf54fed45ae151ba7f44
36Deleted: 9d24515b62b85f868a2af5e0adf9998250ea04ca2e55e802f91089086f32f966
37Deleted: 0604be36c9d1e519b023bdacac6932ca66f4b6d691fd52219303bc8efdc4a31f
38Deleted: bee4eb5f08db4afd83c26ac7df8c064bcb5b1e1309f7fb138a29336457c258d7
39Deleted: 93382133540ea1fb9596ffb2038c34f3f97c1ba4d8224eac41f8207342bd32d1
40Deleted: 09e042977f6d71eec17871c214c2c203650dade5ed2ce511e931f79a6002c49c
41Deleted: d17a22026fbff30080d318cb6681145f8baf4cedb20e4a5c8150fb54eceb9b9d
42Deleted: f390c453d355517d5a758bdfbd97b9231b4473f09598f1a6df7ec1aa2a10435e
43Deleted: 2a212a965fc190c7ca0c39b32c9735c746dbfcf74421d495393e1dc92d92b661
44Deleted: ccd1adfccb80437253a8c49337e74fdf95aad0326f2b7d2e9fab569a221e1cc8
45Deleted: a80c0a614bc78d84955acf61d2e1b63b79a3aafbdb299927f28112f538891dfe
46Deleted: 5b7ead5e6d02c2c8d6c9b8640d25720ec357391bdeb97620eba37c69cb41405d
47Deleted: a5a2ff0823a8ec5de957b3ce3d25d0f231979213492c8004f9e04065de156d6a
48Deleted: e9b16f68ba218d2c2acd2371277a8e25daa058b442640c5081f859f0180675fb
49Deleted: 122cae5a009be56fd714f4fa5278e85fa87d045ec2daf54448408e0f88bc1115
50Deleted: a8a0a18c22bde4e0ab7a5e592363dc893993706896e168f70be579206d8868e2
51Deleted: 17ac5478dd29c85fb56b843a22466a7dc2d35e82b5b38ee954f4763a14fc3f66
52Deleted: 7898a5b3c90503d7c48eaa0c82700ac1cd3ac9b243d862ce98e8f9f9e3c135fc
53Deleted: 6b7640c764d564e08b6aa1a07f5260313ad9f96652bfdcfb3369c568bd060b05
54Deleted: e20ba7ff83d53356fd6ae193a8f84381ad87bc32b3b87d762654be4789875a1e
55Deleted: 3226937d2f3e33f82814dea6c6f843bc61cbdf9c0a54ddadafbae6dc7cbf492e
56Deleted: b8e734a5f8886d57ab70720f971201e808f0db4de67d64c954bf0e6208db80d2
57Deleted: 64fd745856300fde4da0ce3af84450f1b4bce7afdbc6e17153e67ecc52159a40
58Deleted: 35f2a73940816884b1b39d6692903e3fbe2086335869635f3d47228925f0fb24
59Deleted: f11048595bff126cee7530537e368dfb103301b7f746b34baf5b4461d498bfb2
60Deleted: a4bd57e5f67b8d3e4bbd35f02f5368b8558d757af61a5772b229cdade042c9be
61Deleted: 12caf5244919fecd303f8dbd17b8244d7f7a50cab3244057299b9209ac55a2a4
62Deleted: d238d552b9007e209ca1e6be3035fcffe8b71cb798ba06dcb19f219587a993a4
63Deleted: a54ed8745d9435c0aee6935271c55f5d9094dbbd6d3fefeee7040cf4cfe9d3af
64Deleted: cad421e17a8055e90d560411179ff6528643da035a8da7133ae48a7e4dd763cf
65Deleted: 6f936c523f6d2d41cf9325dcc712588349bc7921b74b309330cbf6047f22ca4c
66Deleted: 4982ca0edadebc9be431a8fc51cbc4a4d4d6a8503327262efcfa88a6eb2bfe85
67Deleted: 3fe241b1f5082a2fde48e8d21508511a96a69f7a56e7e06fffea9a47e72cc7c7
68Deleted: 319340a630dde1f85b4371356c71bce6807af66a3305e41c8a560ab65aa678df
69Deleted: 21c662b1e37c0b6d841c4d2b5d17c27edde55934efde03500601ae98f08dbbb6
70Deleted: f97b9aa208098fe75c4774c76a2b70983f29f0acfc8288594dd28855b003b6e2
71Deleted: 729c34c1b3d88fe352e489927fe8c6a9fc6d0bbc6e861c4e6acb24d857752adf
72Deleted: 13b01826990e24e3eef34e3f8f31bee5fd2d0a333febc6d5a586e67dd23d1cd0
73Deleted: 0580f38b8e13e4690d371bb886d236102477031dd0d23beb9c48341ad82f4a36
74Deleted: c0c15c91ec4ecde7920ee4549bde60b52dc5d1371ea72a67a2972ab452dad050
75Deleted: c1f37349426d6ac97f90293a3e9dd1439bf7908a3fd90ff43a9a711f3c723360
76Deleted: 84776366d555dbea0f0f3117a3234b2e43f6e0030680168b7da0ceb01c20b744
77Deleted: 52787e93497e47ead820cb375dab96c2c93bb130ee4a779831a2ab778519632e
78docker build --rm -t kolab/ci-maipo:latest *-ci-maipo
79Sending build context to Docker daemon 37.89 kB
80Sending build context to Docker daemon 37.89 kB
81
82Step 0 : FROM centos:centos7
83 ---> 0e0217391d41
84Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
85 ---> Using cache
86 ---> 8276a0bb62b6
87Step 2 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
88 ---> Using cache
89 ---> 5cf0940ea761
90Step 3 : RUN sed -r -i -e 's/^mirrorlist/#mirrorlist/g' -e 's/^#baseurl/baseurl/g' /etc/yum.repos.d/*.repo
91 ---> Using cache
92 ---> dc772df7317b
93Step 4 : RUN yum -y install wget && yum clean all
94 ---> Running in 5f3cefd95a34
95Loaded plugins: fastestmirror, ovl
96Determining fastest mirrors
97Resolving Dependencies
98--> Running transaction check
99---> Package wget.x86_64 0:1.14-10.el7_0.1 will be installed
100--> Finished Dependency Resolution
101
102Dependencies Resolved
103
104================================================================================
105 Package Arch Version Repository Size
106================================================================================
107Installing:
108 wget x86_64 1.14-10.el7_0.1 base 545 k
109
110Transaction Summary
111================================================================================
112Install 1 Package
113
114Total download size: 545 k
115Installed size: 2.0 M
116Downloading packages:
117Running transaction check
118Running transaction test
119Transaction test succeeded
120Running transaction
121 Installing : wget-1.14-10.el7_0.1.x86_64 1/1
122install-info: No such file or directory for /usr/share/info/wget.info.gz
123 Verifying : wget-1.14-10.el7_0.1.x86_64 1/1
124
125Installed:
126 wget.x86_64 0:1.14-10.el7_0.1
127
128Complete!
129Loaded plugins: fastestmirror, ovl
130Cleaning repos: base extras updates
131Cleaning up everything
132Cleaning up list of fastest mirrors
133 ---> 6e287a7a92b8
134Removing intermediate container 5f3cefd95a34
135Step 5 : RUN wget -O/etc/yum.repos.d/Kolab:Winterfell.repo http://obs.kolabsys.com/repositories/Kolab:/Winterfell/CentOS_7/Kolab:Winterfell.repo
136 ---> Running in 19a338c5bceb
137--2016-03-07 05:08:28-- http://obs.kolabsys.com/repositories/Kolab:/Winterfell/CentOS_7/Kolab:Winterfell.repo
138Resolving obs.kolabsys.com (obs.kolabsys.com)... 10.10.20.19
139Connecting to obs.kolabsys.com (obs.kolabsys.com)|10.10.20.19|:80... connected.
140HTTP request sent, awaiting response... 200 OK
141Length: 183
142Saving to: '/etc/yum.repos.d/Kolab:Winterfell.repo'
143
144 0K 100% 28.1M=0s
145
1462016-03-07 05:08:28 (28.1 MB/s) - '/etc/yum.repos.d/Kolab:Winterfell.repo' saved [183/183]
147
148 ---> 4b04e49bbcf9
149Removing intermediate container 19a338c5bceb
150Step 6 : RUN wget -O/etc/yum.repos.d/Kolab:16.repo http://obs.kolabsys.com/repositories/Kolab:/16/CentOS_7/Kolab:16.repo
151 ---> Running in 690b252914ad
152--2016-03-07 05:08:44-- http://obs.kolabsys.com/repositories/Kolab:/16/CentOS_7/Kolab:16.repo
153Resolving obs.kolabsys.com (obs.kolabsys.com)... 10.10.20.19
154Connecting to obs.kolabsys.com (obs.kolabsys.com)|10.10.20.19|:80... connected.
155HTTP request sent, awaiting response... 200 OK
156Length: 150
157Saving to: '/etc/yum.repos.d/Kolab:16.repo'
158
159 0K 100% 27.3M=0s
160
1612016-03-07 05:08:44 (27.3 MB/s) - '/etc/yum.repos.d/Kolab:16.repo' saved [150/150]
162
163 ---> 580b3e547556
164Removing intermediate container 690b252914ad
165Step 7 : RUN wget -O/etc/yum.repos.d/Kolab:3.4.repo http://obs.kolabsys.com/repositories/Kolab:/3.4/CentOS_7/Kolab:3.4.repo
166 ---> Running in ef06df7193ef
167--2016-03-07 05:08:59-- http://obs.kolabsys.com/repositories/Kolab:/3.4/CentOS_7/Kolab:3.4.repo
168Resolving obs.kolabsys.com (obs.kolabsys.com)... 10.10.20.19
169Connecting to obs.kolabsys.com (obs.kolabsys.com)|10.10.20.19|:80... connected.
170HTTP request sent, awaiting response... 200 OK
171Length: 145
172Saving to: '/etc/yum.repos.d/Kolab:3.4.repo'
173
174 0K 100% 20.3M=0s
175
1762016-03-07 05:08:59 (20.3 MB/s) - '/etc/yum.repos.d/Kolab:3.4.repo' saved [145/145]
177
178 ---> b875fedd5ae3
179Removing intermediate container ef06df7193ef
180Step 8 : RUN wget -O/etc/yum.repos.d/Kolab:3.4:Updates.repo http://obs.kolabsys.com/repositories/Kolab:/3.4:/Updates/CentOS_7/Kolab:3.4:Updates.repo
181 ---> Running in 34b57dcaa4aa
182--2016-03-07 05:09:13-- http://obs.kolabsys.com/repositories/Kolab:/3.4:/Updates/CentOS_7/Kolab:3.4:Updates.repo
183Resolving obs.kolabsys.com (obs.kolabsys.com)... 10.10.20.19
184Connecting to obs.kolabsys.com (obs.kolabsys.com)|10.10.20.19|:80... connected.
185HTTP request sent, awaiting response... 200 OK
186Length: 166
187Saving to: '/etc/yum.repos.d/Kolab:3.4:Updates.repo'
188
189 0K 100% 17.0M=0s
190
1912016-03-07 05:09:13 (17.0 MB/s) - '/etc/yum.repos.d/Kolab:3.4:Updates.repo' saved [166/166]
192
193 ---> ae9d1fd44fb0
194Removing intermediate container 34b57dcaa4aa
195Step 9 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Winterfell.repo
196 ---> Running in a0ba8b98810e
197 ---> 54e7f5cd1af7
198Removing intermediate container a0ba8b98810e
199Step 10 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:16.repo
200 ---> Running in bbefb9006d1e
201 ---> 01ca5ca08e22
202Removing intermediate container bbefb9006d1e
203Step 11 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4.repo
204 ---> Running in d49ef59bfbc1
205 ---> 4a6f44060cad
206Removing intermediate container d49ef59bfbc1
207Step 12 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4:Updates.repo
208 ---> Running in a1aa1d2b9f89
209 ---> 4b246d36c499
210Removing intermediate container a1aa1d2b9f89
211Step 13 : RUN rpm --import https://ssl.kolabsys.com/community.asc
212 ---> Running in 7186c2462272
213 ---> c10612f9a421
214Removing intermediate container 7186c2462272
215Step 14 : RUN wget -O/etc/yum.repos.d/openSUSE:Tools.repo http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo
216 ---> Running in 888c957f822a
217--2016-03-07 05:11:00-- http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo
218Resolving download.opensuse.org (download.opensuse.org)... 195.135.221.134, 2001:67c:2178:8::13
219Connecting to download.opensuse.org (download.opensuse.org)|195.135.221.134|:80... connected.
220HTTP request sent, awaiting response... 301 Moved Permanently
221Location: http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/openSUSE:Tools.repo [following]
222--2016-03-07 05:11:00-- http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/openSUSE:Tools.repo
223Reusing existing connection to download.opensuse.org:80.
224HTTP request sent, awaiting response... 200 OK
225Length: 260 [text/plain]
226Saving to: '/etc/yum.repos.d/openSUSE:Tools.repo'
227
228 0K 100% 30.2M=0s
229
2302016-03-07 05:11:00 (30.2 MB/s) - '/etc/yum.repos.d/openSUSE:Tools.repo' saved [260/260]
231
232 ---> a93fa7b301e8
233Removing intermediate container 888c957f822a
234Step 15 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
235 ---> Running in 9f55d3966133
236 ---> a90b41f8e8e0
237Removing intermediate container 9f55d3966133
238Step 16 : RUN sed -i -e '/tsflags=nodocs/d' -e '/override_install_langs/d' /etc/yum.conf && sed -r -i -e 's/enabled\s*=\s*1/enabled=0/g' /etc/yum/pluginconf.d/fastestmirror.conf
239 ---> Running in 2bbb854edf2b
240 ---> e66d4921d725
241Removing intermediate container 2bbb854edf2b
242Step 17 : ENV IMAGE maipo
243 ---> Running in bd6aaa0e275f
244 ---> 9ec1e25d1b1a
245Removing intermediate container bd6aaa0e275f
246Step 18 : ADD /dbus.service /etc/systemd/system/dbus.service
247 ---> 0a5b18179a13
248Removing intermediate container 8035d39d7126
249Step 19 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
250 ---> Running in e439e69d4b4f
251 ---> d4bb46075f8f
252Removing intermediate container e439e69d4b4f
253Step 20 : ADD /httpd.service /etc/systemd/system/httpd.service
254 ---> 7185f3000ed1
255Removing intermediate container f643dcd5c5f4
256Step 21 : ADD /vimrc /root/.vimrc
257 ---> 297df435b4b1
258Removing intermediate container 3bcea44d7212
259Step 22 : RUN yum clean all && yum -y install epel-release && rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 && sed -i -e 's/#baseurl/baseurl/g' -e '/^mirrorlist/d' /etc/yum.repos.d/epel*.repo && yum -y install yum-plugin-priorities && yum -y update && yum -y install @buildsys-build ant bind-utils build git lsof net-tools nmap-ncat openldap-clients osc perl-Data-Dumper perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium policycoreutils policycoreutils-python psmisc rpmdevtools screen strace sudo telnet traceroute vim-enhanced wget yum-utils && yum clean all
260 ---> Running in 03798bb2f469
261Loaded plugins: ovl
262Cleaning repos: Kolab_16 Kolab_3.4 Kolab_3.4_Updates Kolab_Winterfell base
263 : extras openSUSE_Tools updates
264Cleaning up everything
265Loaded plugins: ovl
266Resolving Dependencies
267--> Running transaction check
268---> Package epel-release.noarch 0:7-5 will be installed
269--> Finished Dependency Resolution
270
271Dependencies Resolved
272
273================================================================================
274 Package Arch Version Repository Size
275================================================================================
276Installing:
277 epel-release noarch 7-5 extras 14 k
278
279Transaction Summary
280================================================================================
281Install 1 Package
282
283Total download size: 14 k
284Installed size: 24 k
285Downloading packages:
286Running transaction check
287Running transaction test
288Transaction test succeeded
289Running transaction
290 Installing : epel-release-7-5.noarch 1/1
291 Verifying : epel-release-7-5.noarch 1/1
292
293Installed:
294 epel-release.noarch 0:7-5
295
296Complete!
297Loaded plugins: ovl
298http://download.fedoraproject.org/pub/epel/7/x86_64/repodata/d4952e10826f5fc4918df96721108fe7458dfb3bbe16da96fdf853c255cbef75-updateinfo.xml.bz2: [Errno 14] HTTP Error 404 - Not Found
299Trying other mirror.
300To address this issue please refer to the below knowledge base article
301
302https://access.redhat.com/articles/1320623
303
304If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/
305
306http://download.fedoraproject.org/pub/epel/7/x86_64/repodata/ea6d135f6b0626e69a0def6eccf5eea135c355765dd607e9c0bc6e1a2d6c8c2e-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
307Trying other mirror.
308http://download.fedoraproject.org/pub/epel/7/x86_64/repodata/ea6d135f6b0626e69a0def6eccf5eea135c355765dd607e9c0bc6e1a2d6c8c2e-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
309Trying other mirror.
310http://download.fedoraproject.org/pub/epel/7/x86_64/repodata/ea6d135f6b0626e69a0def6eccf5eea135c355765dd607e9c0bc6e1a2d6c8c2e-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
311Trying other mirror.
312
313
314 One of the configured repositories failed (Extra Packages for Enterprise Linux 7 - x86_64),
315 and yum doesn't have enough cached data to continue. At this point the only
316 safe thing yum can do is fail. There are a few ways to work "fix" this:
317
318 1. Contact the upstream for the repository and get them to fix the problem.
319
320 2. Reconfigure the baseurl/etc. for the repository, to point to a working
321 upstream. This is most often useful if you are using a newer
322 distribution release than is supported by the repository (and the
323 packages for the previous distribution release still work).
324
325 3. Disable the repository, so yum won't use it by default. Yum will then
326 just ignore the repository until you permanently enable it again or use
327 --enablerepo for temporary usage:
328
329 yum-config-manager --disable epel
330
331 4. Configure the failing repository to be skipped, if it is unavailable.
332 Note that yum will try to contact the repo. when it runs most commands,
333 so will have to try and fail each time (and thus. yum will be be much
334 slower). If it is a very temporary problem though, this is often a nice
335 compromise:
336
337 yum-config-manager --save --setopt=epel.skip_if_unavailable=true
338
339failure: repodata/ea6d135f6b0626e69a0def6eccf5eea135c355765dd607e9c0bc6e1a2d6c8c2e-primary.sqlite.xz from epel: [Errno 256] No more mirrors to try.
340http://download.fedoraproject.org/pub/epel/7/x86_64/repodata/ea6d135f6b0626e69a0def6eccf5eea135c355765dd607e9c0bc6e1a2d6c8c2e-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
341Deleted: e0745dc9eff701e73af1315f101d68505da89368065873d8b54b3dd2684a1a6a
342Deleted: 10c49d66ec7ccde7f749a7eb2490030c75f55c8d7b9a92779725665af57cbd09
343Deleted: 283254fa75313b725aa73e7f98d539be1245e8b4797521b4075d3c85fca1b442
344Deleted: f682b738ddaec9bae68e7cae2f2285bb24db93e5d72b5795b81e1c9c610e39f2
345Deleted: 460dd918d03086f1b9e75ec8c269d0c6eafcd8fd81cc74dca1ca940f715abf6a
346/var/drydock/workingcopy-60/repo/docker
347

Lease Working Copy on atomic02.kolabsys.com

When
Completed at Mar 7 2016, 6:05 AM · Built instantly
Status
Passed

Event Timeline