Page MenuHomePhorge

Build 2273
PassedPublic

Drydock: Run Command on atomic01.kolabsys.com

When
Completed at Dec 29 2015, 9:17 PM · Built for 14 m, 41 s
Status
Passed

Build Log 7675 (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++ echo ssh://git@git.kolab.org/diffusion/DO/docker.git
15++ sed -e 's|ssh://git@|https://|g'
16+ ro_uri=https://git.kolab.org/diffusion/DO/docker.git
17+ case ${package} in
18++ pwd
19+ export TMPDIR=/var/drydock/workingcopy-63/repo/docker
20+ TMPDIR=/var/drydock/workingcopy-63/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 64d4b41..4611eea 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
37+ git reset --hard origin/master
38+ git clean -d -f -x
39+ popd
40+ export commit
41+ export differential
42+ export id
43+ export package
44+ export phid
45+ export ro_uri
46+ export uri
47+ export vcs
48+ export test_build
49+ export test_functional
50+ export test_integration
51+ export test_performance
52+ export test_unit
53+ export test_obs
54+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
55+ '[' -x stick.git/drydocker/docker/build.sh ']'
56+ pushd docker.git
57+ ../stick.git/drydocker/docker/build.sh
58/bin/sh: line 2: kubectl: command not found
59/bin/sh: line 2: kubectl: command not found
60/bin/sh: line 2: kubectl: command not found
61Error response from daemon: Cannot destroy container 9773a5723b7e: Conflict, You cannot remove a running container. Stop the container before attempting removal or use -f
62Error: failed to remove containers: [9773a5723b7e]
63make: *** [clean] Error 1
64Makefile:12: *** The 'sphinx-build' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the 'sphinx-build' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/. Stop.
65Got HTTP status code >= 400: 404 Not found
66Error response from daemon: Conflict, cannot delete because 644fdb81bf2a is held by an ongoing pull or build
67Error: failed to remove images: [644fdb81bf2a]
68Error response from daemon: No such image: 12840f3cb76e
69Error: failed to remove images: [12840f3cb76e]
70+ retval=0
71+ popd
72+ exit 0
73

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

1/var/drydock/workingcopy-63/repo/docker/docker.git /var/drydock/workingcopy-63/repo/docker
2HEAD is now at 4611eea Remove intermediate containers by default
3/var/drydock/workingcopy-63/repo/docker
4/var/drydock/workingcopy-63/repo/docker/stick.git /var/drydock/workingcopy-63/repo/docker
5HEAD is now at 8772f5f No longer suppress localization tests
6/var/drydock/workingcopy-63/repo/docker
7/var/drydock/workingcopy-63/repo/docker/docker.git /var/drydock/workingcopy-63/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
21make -C docs clean html || :
22make[1]: Entering directory `/var/drydock/workingcopy-63/repo/docker/docker.git/docs'
23make[1]: Leaving directory `/var/drydock/workingcopy-63/repo/docker/docker.git/docs'
24for image in $(find . -mindepth 2 -maxdepth 2 -type f -name "Dockerfile" -exec dirname {} \; | sort); do \
25 echo "== $image ==" ; \
26 docker build \
27 \
28 --rm \
29 -t kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest \
30 $image/. ; \
31 docker tag -f kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest \
32 docker.io/kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest ; \
33done
34== ./00-base ==
35Sending build context to Docker daemon 28.16 kB
36Sending build context to Docker daemon 28.16 kB
37
38Step 0 : FROM centos:centos7
39 ---> 14dab3d40372
40Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
41 ---> Using cache
42 ---> 76a31d104ccd
43Step 2 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
44 ---> Using cache
45 ---> b65d67469a5c
46Step 3 : RUN sed -r -i -e 's/^enabled.*$/enabled = 0/g' /etc/yum/pluginconf.d/fastestmirror.conf
47 ---> Using cache
48 ---> e9be01fb9417
49Step 4 : RUN yum -y install epel-release && yum clean all
50 ---> Using cache
51 ---> 0369a0ee2557
52Step 5 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
53 ---> Using cache
54 ---> f3f1447106c2
55Step 6 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
56
57 ---> Using cache
58 ---> 828d3f502fe9
59Step 7 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
60 ---> Using cache
61 ---> b74766ae4466
62Step 8 : RUN rpm --import https://ssl.kolabsys.com/community.asc
63 ---> Using cache
64 ---> 82977dd937ea
65Step 9 : RUN yum -y install yum-plugin-priorities && yum clean all
66 ---> Using cache
67 ---> ec6a0fe7c13c
68Step 10 : RUN yum -y install bind-utils cyrus-imapd cyrus-sasl-plain git lsof net-tools nmap-ncat openldap-clients psmisc strace telnet traceroute vim-enhanced && yum clean all
69 ---> Using cache
70 ---> 432d1ee3f3cc
71Step 11 : ADD /functions.sh /functions.sh
72 ---> Using cache
73 ---> a7b68c2c8e20
74Step 12 : ADD /entrypoint.sh /entrypoint.sh
75 ---> Using cache
76 ---> 5ac21318902e
77Step 13 : RUN chmod a+x /entrypoint.sh
78 ---> Using cache
79 ---> f57c6867ab25
80Step 14 : ENTRYPOINT /entrypoint.sh
81 ---> Using cache
82 ---> 080b3c487c63
83Successfully built 080b3c487c63
84== ./01-base-asav ==
85Sending build context to Docker daemon 5.12 kB
86Sending build context to Docker daemon 5.12 kB
87
88Step 0 : FROM kolab/base:latest
89 ---> 080b3c487c63
90Step 1 : RUN yum -y install amavisd-new clamav && yum clean all
91 ---> Using cache
92 ---> 41944a224818
93Step 2 : VOLUME /data
94 ---> Using cache
95 ---> 42cbc23ed469
96Step 3 : EXPOSE 10024
97 ---> Using cache
98 ---> baccaa1ea2c6
99Step 4 : ADD /entrypoint.sh /entrypoint.sh
100 ---> Using cache
101 ---> 3d7d8e08645d
102Step 5 : RUN chmod a+x /entrypoint.sh
103 ---> Using cache
104 ---> 2a833acb2490
105Step 6 : CMD /usr/sbin/amavisd -u amavis -g amavis -c /etc/amavisd/amavisd.conf foreground
106 ---> Using cache
107 ---> 1dfb60cc0be9
108Successfully built 1dfb60cc0be9
109== ./01-base-imap ==
110Sending build context to Docker daemon 2.048 kB
111Sending build context to Docker daemon 2.048 kB
112
113Step 0 : FROM kolab/base:latest
114 ---> 080b3c487c63
115Step 1 : RUN yum -y install cyrus-imapd kolab-saslauthd && yum clean all
116 ---> Using cache
117 ---> e580202ec4ff
118Step 2 : EXPOSE 110 143 993 995 4190
119 ---> Using cache
120 ---> ebf4753d39fa
121Step 3 : CMD /usr/lib/cyrus-imapd/cyrus-master -L /dev/null
122 ---> Using cache
123 ---> 18bd249c2326
124Successfully built 18bd249c2326
125== ./01-base-ldap ==
126Sending build context to Docker daemon 9.216 kB
127Sending build context to Docker daemon 9.216 kB
128
129Step 0 : FROM kolab/base:latest
130 ---> 080b3c487c63
131Step 1 : RUN yum -y --setopt tsflags= install kolab-schema && yum -y install kolab-ldap net-tools && yum clean all
132 ---> Using cache
133 ---> 27dc892e1884
134Step 2 : RUN cp /usr/share/doc/kolab-schema-*/*.ldif /etc/dirsrv/schema/99kolab3.ldif && chown root:root /etc/dirsrv/schema/99kolab3.ldif && chmod 644 /etc/dirsrv/schema/99kolab3.ldif
135 ---> Using cache
136 ---> e25ae6707eb0
137Step 3 : ADD /template.ldif /usr/share/dirsrv/data/template.ldif
138 ---> Using cache
139 ---> 95ea4c9a603c
140Step 4 : RUN mkdir -p /run/lock
141 ---> Using cache
142 ---> b138aa6fe048
143Step 5 : RUN ln -sf /bin/true /sbin/semanage
144 ---> Using cache
145 ---> 36c9169cd05e
146Step 6 : RUN ln -sf /bin/true /bin/systemctl
147 ---> Using cache
148 ---> 3843c466b17b
149Step 7 : VOLUME /data
150 ---> Using cache
151 ---> d990074cf0b3
152Step 8 : EXPOSE 389 636
153 ---> Using cache
154 ---> 58381b00758c
155Successfully built 58381b00758c
156== ./01-base-mx ==
157Sending build context to Docker daemon 2.048 kB
158Sending build context to Docker daemon 2.048 kB
159
160Step 0 : FROM kolab/base:latest
161 ---> 080b3c487c63
162Step 1 : RUN yum -y install postfix postfix-kolab && yum clean all
163 ---> Using cache
164 ---> 393f502ee5d8
165Step 2 : VOLUME /data
166 ---> Using cache
167 ---> da4440c2d3b2
168Successfully built da4440c2d3b2
169== ./01-base-nodejs ==
170Sending build context to Docker daemon 3.072 kB
171Sending build context to Docker daemon 3.072 kB
172
173Step 0 : FROM kolab/base:latest
174 ---> 080b3c487c63
175Step 1 : ENV NODE_VERSION 0.12.8
176 ---> Using cache
177 ---> 2da1c2c43c36
178Step 2 : RUN yum -y install bzip2 gcc-c++ libjpeg-turbo-utils libpng-devel make nodejs npm tar && yum clean all
179 ---> Using cache
180 ---> 5b655cd0dfdf
181Step 3 : RUN npm config set registry http://registry.npmjs.org/
182 ---> Using cache
183 ---> 8a39e0ba298e
184Step 4 : RUN npm update --verbose -g node-gyp npm && npm install --verbose -g bower && rm -rf /root/.npm/
185 ---> Using cache
186 ---> 4a4e33caf669
187Successfully built 4a4e33caf669
188== ./01-base-web ==
189Sending build context to Docker daemon 2.048 kB
190Sending build context to Docker daemon 2.048 kB
191
192Step 0 : FROM kolab/base:latest
193 ---> 080b3c487c63
194Step 1 : RUN yum -y install httpd php mod_ssl && yum clean all
195 ---> Using cache
196 ---> cf94304ec6c5
197Step 2 : RUN sed -r -i -e 's|^(\s*)CustomLog .* common$|\1CustomLog /proc/self/fd/1 common|g' -e 's|^(\s*)ErrorLog .*$|\1ErrorLog /proc/self/fd/2|g' /etc/httpd/conf/httpd.conf
198 ---> Using cache
199 ---> 01d95382d012
200Step 3 : EXPOSE 80 443
201 ---> Using cache
202 ---> 5d544e2cd162
203Step 4 : CMD /usr/sbin/httpd -DFOREGROUND
204 ---> Using cache
205 ---> 6a734ad4b6c0
206Successfully built 6a734ad4b6c0
207== ./02-base-web-rc ==
208Sending build context to Docker daemon 2.048 kB
209Sending build context to Docker daemon 2.048 kB
210
211Step 0 : FROM kolab/base-web:latest
212 ---> 6a734ad4b6c0
213Step 1 : RUN yum -y install libcalendaring libkolab libkolabxml php-kolab php-kolabformat && yum -y --setopt tsflags= install roundcubemail && yum clean all
214 ---> Using cache
215 ---> f7b852472d0e
216Successfully built f7b852472d0e
217== ./03-asav-in ==
218Sending build context to Docker daemon 2.048 kB
219Sending build context to Docker daemon 2.048 kB
220
221Step 0 : FROM kolab/base-asav:latest
222 ---> 1dfb60cc0be9
223Step 1 : ENV KOLAB_ROLE ASAV_IN
224 ---> Using cache
225 ---> 4d939a51f24d
226Successfully built 4d939a51f24d
227== ./03-asav-out ==
228Sending build context to Docker daemon 2.048 kB
229Sending build context to Docker daemon 2.048 kB
230
231Step 0 : FROM kolab/base-asav:latest
232 ---> 1dfb60cc0be9
233Step 1 : ENV KOLAB_ROLE ASAV_OUT
234 ---> Using cache
235 ---> b69216062f90
236Successfully built b69216062f90
237== ./03-chwala ==
238Sending build context to Docker daemon 3.072 kB
239Sending build context to Docker daemon 3.072 kB
240
241Step 0 : FROM kolab/base-web-rc:latest
242 ---> f7b852472d0e
243Step 1 : RUN yum -y install chwala && yum clean all
244 ---> Using cache
245 ---> b2d9ca32fea7
246Step 2 : ADD /entrypoint.sh /entrypoint.sh
247 ---> Using cache
248 ---> 91d1bd57c6d3
249Step 3 : RUN chmod a+x /entrypoint.sh
250 ---> Using cache
251 ---> 71a24c099de5
252Successfully built 71a24c099de5
253== ./03-ext-mx-in ==
254Sending build context to Docker daemon 5.12 kB
255Sending build context to Docker daemon 5.12 kB
256
257Step 0 : FROM kolab/base-mx:latest
258 ---> da4440c2d3b2
259Step 1 : EXPOSE 25 10025
260 ---> Using cache
261 ---> 84e78933a71d
262Step 2 : ADD /entrypoint.sh /entrypoint.sh
263 ---> Using cache
264 ---> 94262148d65c
265Step 3 : RUN chmod a+x /entrypoint.sh
266 ---> Using cache
267 ---> 1da63d453630
268Step 4 : CMD /usr/libexec/postfix/master -D
269 ---> Using cache
270 ---> 88b2b06a0d42
271Successfully built 88b2b06a0d42
272== ./03-ext-mx-out ==
273Sending build context to Docker daemon 4.608 kB
274Sending build context to Docker daemon 4.608 kB
275
276Step 0 : FROM kolab/base-mx:latest
277 ---> da4440c2d3b2
278Step 1 : EXPOSE 25 10025
279 ---> Using cache
280 ---> 84e78933a71d
281Step 2 : ADD /entrypoint.sh /entrypoint.sh
282 ---> Using cache
283 ---> a2e057fff2e9
284Step 3 : RUN chmod a+x /entrypoint.sh
285 ---> Using cache
286 ---> 50d9fce932d2
287Step 4 : CMD /usr/libexec/postfix/master -D
288 ---> Using cache
289 ---> f3ee07496024
290Successfully built f3ee07496024
291== ./03-freebusy ==
292Sending build context to Docker daemon 3.072 kB
293Sending build context to Docker daemon 3.072 kB
294
295Step 0 : FROM kolab/base-web-rc:latest
296 ---> f7b852472d0e
297Step 1 : RUN yum -y install kolab-freebusy && yum clean all
298 ---> Using cache
299 ---> 7f08f710ff6a
300Step 2 : ADD /entrypoint.sh /entrypoint.sh
301 ---> Using cache
302 ---> 3f0aa640b767
303Step 3 : RUN chmod a+x /entrypoint.sh
304 ---> Using cache
305 ---> 7d80dd4a762a
306Successfully built 7d80dd4a762a
307== ./03-guam ==
308Sending build context to Docker daemon 8.192 kB
309Sending build context to Docker daemon 8.192 kB
310
311Step 0 : FROM kolab/base:latest
312 ---> 080b3c487c63
313Step 1 : ENV GUAM_BRANCH master
314 ---> Using cache
315 ---> 13cce9c97a8b
316Step 2 : RUN yum -y install erlang-eimap erlang-erts erlang-goldrush erlang-lager erlang-rebar make && yum clean all
317 ---> Using cache
318 ---> 2b2df04c7433
319Step 3 : RUN git clone -b ${GUAM_BRANCH} https://git.kolab.org/diffusion/G/guam.git /root/guam.git
320 ---> Using cache
321 ---> fe7d84d55eac
322Step 4 : WORKDIR /root/guam.git/
323 ---> Using cache
324 ---> 5eeb748011af
325Step 5 : RUN timeout 60s rebar get-deps
326 ---> Using cache
327 ---> 681b94bc2143
328Step 6 : RUN timeout 60s rebar compile
329 ---> Using cache
330 ---> 9b039ba83c7f
331Step 7 : RUN timeout 60s rebar eunit
332 ---> Using cache
333 ---> c5444197ea8b
334Step 8 : RUN mkdir -p deps
335 ---> Using cache
336 ---> 7408c5717d0e
337Step 9 : WORKDIR /root/guam.git/rel/
338 ---> Using cache
339 ---> 36e3b4006418
340Step 10 : RUN timeout 60s rebar generate
341 ---> Using cache
342 ---> 6ab6191b9175
343Step 11 : WORKDIR /root/guam.git/
344 ---> Using cache
345 ---> a68a2a9fa8d8
346Step 12 : ADD /entrypoint.sh /entrypoint.sh
347 ---> Using cache
348 ---> aee149f1bd20
349Step 13 : RUN chmod a+x /entrypoint.sh
350 ---> Using cache
351 ---> 6bda0c82ab37
352Step 14 : RUN mkdir -p /etc/guam/ && mv -v $(ls -1d /root/guam.git/rel/kolab_guam/releases/*/)/sys.config /etc/guam/sys.config && ln -s /etc/guam/sys.config $(ls -1d /root/guam.git/rel/kolab_guam/releases/*/)/.
353 ---> Using cache
354 ---> 6a96814ce50b
355Step 15 : EXPOSE 143 993
356 ---> Using cache
357 ---> eeb25fae50e0
358Step 16 : CMD rel/kolab_guam/bin/kolab_guam foreground
359 ---> Using cache
360 ---> d5870c8ed0a0
361Successfully built d5870c8ed0a0
362== ./03-http-prx ==
363Sending build context to Docker daemon 2.048 kB
364Sending build context to Docker daemon 2.048 kB
365
366Step 0 : FROM microwebapps/haproxy-frontend-atomicapp:latest
367 ---> 30e350ecefaa
368Successfully built 30e350ecefaa
369== ./03-imapb ==
370Sending build context to Docker daemon 3.072 kB
371Sending build context to Docker daemon 3.072 kB
372
373Step 0 : FROM kolab/base-imap:latest
374 ---> 18bd249c2326
375Step 1 : VOLUME /data
376 ---> Using cache
377 ---> 52bc913faf7b
378Step 2 : ADD /entrypoint.sh /entrypoint.sh
379 ---> Using cache
380 ---> c7c06b5482ef
381Step 3 : RUN chmod a+x /entrypoint.sh
382 ---> Using cache
383 ---> dd23581ccc3d
384Successfully built dd23581ccc3d
385== ./03-imapf-ext ==
386Sending build context to Docker daemon 8.704 kB
387Sending build context to Docker daemon 8.704 kB
388
389Step 0 : FROM kolab/base-imap:latest
390 ---> 18bd249c2326
391Step 1 : ADD /entrypoint.sh /entrypoint.sh
392 ---> Using cache
393 ---> 41f68e05110e
394Step 2 : RUN chmod a+x /entrypoint.sh
395 ---> Using cache
396 ---> b63232e40714
397Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
398 ---> Using cache
399 ---> bab7f3fff4be
400Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
401 ---> Using cache
402 ---> e2b56e3303aa
403Successfully built e2b56e3303aa
404== ./03-imapf-int ==
405Sending build context to Docker daemon 8.704 kB
406Sending build context to Docker daemon 8.704 kB
407
408Step 0 : FROM kolab/base-imap:latest
409 ---> 18bd249c2326
410Step 1 : ADD /entrypoint.sh /entrypoint.sh
411 ---> Using cache
412 ---> 41f68e05110e
413Step 2 : RUN chmod a+x /entrypoint.sh
414 ---> Using cache
415 ---> b63232e40714
416Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
417 ---> Using cache
418 ---> bab7f3fff4be
419Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
420 ---> Using cache
421 ---> e2b56e3303aa
422Successfully built e2b56e3303aa
423== ./03-imap-mupdate ==
424Sending build context to Docker daemon 8.192 kB
425Sending build context to Docker daemon 8.192 kB
426
427Step 0 : FROM kolab/base-imap:latest
428 ---> 18bd249c2326
429Step 1 : ADD /entrypoint.sh /entrypoint.sh
430 ---> Using cache
431 ---> 5c2b16322c90
432Step 2 : RUN chmod a+x /entrypoint.sh
433 ---> Using cache
434 ---> cc15814028b3
435Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
436 ---> Using cache
437 ---> 609e5c3c11f8
438Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
439 ---> Using cache
440 ---> 9fe25953ad40
441Successfully built 9fe25953ad40
442== ./03-int-mx ==
443Sending build context to Docker daemon 5.12 kB
444Sending build context to Docker daemon 5.12 kB
445
446Step 0 : FROM kolab/base-mx:latest
447 ---> da4440c2d3b2
448Step 1 : EXPOSE 25 587
449 ---> Using cache
450 ---> 8c9fd8df9c07
451Step 2 : ADD /entrypoint.sh /entrypoint.sh
452 ---> Using cache
453 ---> 19305837a4b9
454Step 3 : RUN chmod a+x /entrypoint.sh
455 ---> Using cache
456 ---> 163b575c08a4
457Step 4 : CMD /usr/libexec/postfix/master -D
458 ---> Using cache
459 ---> 805fb8a14442
460Successfully built 805fb8a14442
461== ./03-irony ==
462Sending build context to Docker daemon 3.072 kB
463Sending build context to Docker daemon 3.072 kB
464
465Step 0 : FROM kolab/base-web-rc:latest
466 ---> f7b852472d0e
467Step 1 : RUN yum -y install iRony && yum clean all
468 ---> Using cache
469 ---> 094c54848944
470Step 2 : ADD /entrypoint.sh /entrypoint.sh
471 ---> Using cache
472 ---> ede269e4ef2c
473Step 3 : RUN chmod a+x /entrypoint.sh
474 ---> Using cache
475 ---> 1ee0bfdf0d79
476Successfully built 1ee0bfdf0d79
477== ./03-jmap-proxy ==
478Sending build context to Docker daemon 13.31 kB
479Sending build context to Docker daemon 13.31 kB
480
481Step 0 : FROM docker.io/library/centos:centos7
482 ---> 14dab3d40372
483Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
484 ---> Using cache
485 ---> 4b6a8a1349e4
486Step 2 : RUN yum -y install epel-release && yum -y install @fedora-packager gcc libuuid-devel net-tools nginx perl-AnyEvent-HTTP perl-Archive-Tar perl-CPAN perl-CPAN-Meta perl-CPAN-Meta-Requirements perl-CPAN-Meta-YAML perl-Data-UUID perl-DateTime perl-DBD-SQLite perl-DBI perl-Email-Address perl-Email-MIME perl-ExtUtils-CBuilder perl-ExtUtils-MakeMaker perl-HTML-Parser perl-HTML-Strip perl-HTTP-Tiny perl-Image-Size perl-IO-Socket-SSL perl-JSON perl-JSON-PP perl-JSON-XS perl-Locale-Maketext-Gettext perl-Object-Event perl-Parse-CPAN-Meta perl-Switch screen vim-enhanced
487 ---> Using cache
488 ---> 26c64c5ba9be
489Step 3 : RUN ( sleep 1; echo "yes"; ) | perl -MCPAN -e shell || :
490 ---> Using cache
491 ---> 749e12d7a7d0
492Step 4 : ADD bashrc /root/.bashrc
493 ---> Using cache
494 ---> 16183b07c123
495Step 5 : WORKDIR /srv/
496 ---> Using cache
497 ---> ff009990b931
498Step 6 : RUN git clone https://github.com/jmapio/jmap-perl.git jmap-perl.git
499 ---> Using cache
500 ---> 64865741f539
501Step 7 : WORKDIR /srv/jmap-perl.git
502 ---> Using cache
503 ---> 90a58807aa9f
504Step 8 : RUN echo notest install $(grep -r "^use " bin/ Email/ JMAP/ Mail/ AnyEvent/ | awk '{print $2}' | sed -re 's/;$//g' | sort -u | grep -vE "(base|constant|lib|strict|warnings)") | perl -MCPAN -e shell || :
505 ---> Using cache
506 ---> 96f8aceff08e
507Step 9 : RUN ( echo "notest install CPAN" ) | perl -MCPAN -e shell
508 ---> Using cache
509 ---> 7f7e88396fa3
510Step 10 : RUN ( echo "notest install List::Pairwise" ) | perl -MCPAN -e shell
511 ---> Using cache
512 ---> b672570f2cea
513Step 11 : WORKDIR /srv/
514 ---> Using cache
515 ---> 59bfd8addecf
516Step 12 : RUN git clone https://github.com/CindyLinz/Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git
517 ---> Using cache
518 ---> 313211ac9745
519Step 13 : WORKDIR /srv/Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git
520 ---> Using cache
521 ---> 94018dff9bd8
522Step 14 : RUN perl Makefile.PL && make && make install
523 ---> Using cache
524 ---> fee7c469da7a
525Step 15 : WORKDIR /srv/
526 ---> Using cache
527 ---> b561441cb77a
528Step 16 : RUN git clone https://github.com/fastmail/Net-CardDAVTalk.git Net-CardDAVTalk.git
529 ---> Using cache
530 ---> 136ebc078d58
531Step 17 : WORKDIR /srv/Net-CardDAVTalk.git
532 ---> Using cache
533 ---> 6d5a073d84ca
534Step 18 : RUN perl Makefile.PL && make && make install
535 ---> Using cache
536 ---> ae16640d6c51
537Step 19 : WORKDIR /srv/jmap-perl.git
538 ---> Using cache
539 ---> 32d87e3ab886
540Step 20 : RUN echo notest install $(grep -r "^use " bin/ Email/ JMAP/ Mail/ AnyEvent/ | awk '{print $2}' | sed -re 's/;$//g' | sort -u | grep -vE "(base|constant|lib|strict|warnings)") | perl -MCPAN -e shell || :
541 ---> Using cache
542 ---> 2fe7dbcfb29e
543Step 21 : ADD nginx.conf /etc/nginx/nginx.conf
544 ---> Using cache
545 ---> 75b5c1a578af
546Step 22 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
547== ./03-ldap-master ==
548Sending build context to Docker daemon 5.12 kB
549Sending build context to Docker daemon 5.12 kB
550
551Step 0 : FROM kolab/base-ldap:latest
552 ---> 58381b00758c
553Step 1 : ADD /entrypoint.sh /entrypoint.sh
554 ---> Using cache
555 ---> cf1d264a44e6
556Step 2 : RUN chmod a+x /entrypoint.sh
557 ---> Using cache
558 ---> cad229b39ba8
559Step 3 : CMD /usr/sbin/ns-slapd -D /data/etc/dirsrv/slapd-ldap -i /var/run/dirsrv/slapd-ldap.pid -w /var/run/dirsrv/slapd-ldap.startpid -d 0
560 ---> Using cache
561 ---> 9e297f210804
562Successfully built 9e297f210804
563== ./03-ldap-slave ==
564Sending build context to Docker daemon 3.072 kB
565Sending build context to Docker daemon 3.072 kB
566
567Step 0 : FROM kolab/base-ldap:latest
568 ---> 58381b00758c
569Step 1 : ADD /entrypoint.sh /entrypoint.sh
570 ---> Using cache
571 ---> 85b6b4853ca6
572Step 2 : RUN chmod a+x /entrypoint.sh
573 ---> Using cache
574 ---> 1bb2692c6cea
575Successfully built 1bb2692c6cea
576== ./03-manticore ==
577Sending build context to Docker daemon 4.608 kB
578Sending build context to Docker daemon 4.608 kB
579
580Step 0 : FROM kolab/base-nodejs:latest
581 ---> 4a4e33caf669
582Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
583 ---> Using cache
584 ---> ce02baafbe64
585Step 2 : RUN npm --verbose install -g grunt-cli phantomjs && rm -rf /root/.npm/
586 ---> Using cache
587 ---> acf610b96ddf
588Step 3 : WORKDIR /var/www/
589 ---> Using cache
590 ---> 10b894106a37
591Step 4 : RUN git clone https://git.kolab.org/diffusion/M/manticore.git /var/www/manticore.git/
592 ---> Using cache
593 ---> 2eee599e592b
594Step 5 : WORKDIR /var/www/manticore.git/
595 ---> Using cache
596 ---> f33c2e9e506a
597Step 6 : RUN npm --verbose install && npm --verbose dedupe && rm -rf /root/.npm/
598 ---> Using cache
599 ---> 1388d3c3bae5
600Step 7 : RUN bower install --allow-root
601 ---> Using cache
602 ---> 0c77540f28fe
603Step 8 : RUN grunt build
604 ---> Using cache
605 ---> 95163f1ba61c
606Step 9 : RUN mv server/config/local.env.sample.js server/config/local.env.js
607 ---> Using cache
608 ---> 13dea5bd915e
609Step 10 : RUN sed -r -i -e "s|DOMAIN:.*,$|DOMAIN: 'http://localhost:8080',|g" -e "s|STORAGE:.*$|STORAGE: 'local'|g" -e "/WEBDAV_/d" -e "/LDAP_/d" -e "/LOCODOC_/d" server/config/local.env.js
610 ---> Using cache
611 ---> 5990cbea1ab3
612Step 11 : RUN sed -r -i -e 's|^(\s+)root:.*,$|\1root: "/var/www/manticore.git",|g' server/config/environment/index.js
613 ---> Using cache
614 ---> d685299fd60f
615Step 12 : RUN chown nobody:nobody /var/www/manticore.git/server/config/seed.js /var/www/manticore.git/server/config/
616 ---> Using cache
617 ---> b7a13951a0e9
618Step 13 : RUN ln -s dist/public/ public
619 ---> Using cache
620 ---> 4fd9b181ceb5
621Step 14 : ADD /entrypoint.sh /entrypoint.sh
622 ---> Using cache
623 ---> 6dacfaa169f7
624Step 15 : RUN chmod a+x /entrypoint.sh
625 ---> Using cache
626 ---> 4da835286bed
627Step 16 : ENTRYPOINT /entrypoint.sh
628 ---> Using cache
629 ---> d1442b350fc6
630Step 17 : USER nobody
631 ---> Using cache
632 ---> 34ccce75b758
633Step 18 : ENV NODE_PATH /usr/lib/node_modules:/var/www/manticore.git/node_modules
634 ---> Using cache
635 ---> c00210e7d01b
636Step 19 : ENV NODE_ENV production
637 ---> Using cache
638 ---> 1affcb79be1b
639Step 20 : CMD /bin/node /var/www/manticore.git/server/app.js
640 ---> Using cache
641 ---> 4265c7219e41
642Successfully built 4265c7219e41
643== ./03-roundcubemail ==
644Sending build context to Docker daemon 4.608 kB
645Sending build context to Docker daemon 4.608 kB
646
647Step 0 : FROM kolab/base-web-rc:latest
648 ---> f7b852472d0e
649Step 1 : RUN yum -y install roundcubemail roundcubemail-plugin-contextmenu roundcubemail-plugins-kolab && yum clean all
650 ---> Using cache
651 ---> 059077e0aa16
652Step 2 : ADD /entrypoint.sh /entrypoint.sh
653 ---> Using cache
654 ---> 0f00cd74da0e
655Step 3 : RUN chmod a+x /entrypoint.sh
656 ---> Using cache
657 ---> 596882cdd125
658Successfully built 596882cdd125
659== ./03-roundcube-next ==
660Sending build context to Docker daemon 4.096 kB
661Sending build context to Docker daemon 4.096 kB
662
663Step 0 : FROM kolab/base-nodejs:latest
664 ---> 4a4e33caf669
665Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
666 ---> Using cache
667 ---> ce02baafbe64
668Step 2 : RUN yum -y install ruby-devel rubygem-bundler && yum clean all
669 ---> Using cache
670 ---> 30f80613ff4a
671Step 3 : RUN npm install --verbose -g ember-cli && rm -rf /root/.npm/
672 ---> Using cache
673 ---> 62445b8c561a
674Step 4 : RUN git clone -b ${GIT_BRANCH:-master} https://github.com/${GITHUB_ACCOUNT:-roundcube-next}/roundcube-shell.git /var/www/roundcube-shell.git/ && rm -rf /var/www/roundcube-shell.git/.git/
675 ---> Using cache
676 ---> d3175672ac46
677Step 5 : WORKDIR /var/www/roundcube-shell.git/
678 ---> Using cache
679 ---> f335e874aa23
680Step 6 : RUN npm install --verbose && rm -rf /root/.npm/
681 ---> Using cache
682 ---> 1d4437e1a074
683Step 7 : RUN bower --allow-root install
684 ---> Using cache
685 ---> 94258e5005b7
686Step 8 : RUN sed -i -e '/ES6 only/,+19d' node_modules/jscs/lib/config/configuration.js
687 ---> Using cache
688 ---> 83e3b71d8605
689Step 9 : ADD /entrypoint.sh /entrypoint.sh
690 ---> Using cache
691 ---> 972a2a797779
692Step 10 : RUN chmod a+x /entrypoint.sh
693 ---> Using cache
694 ---> 85677e2eba79
695Step 11 : CMD ember server --live-reload=false
696 ---> Using cache
697 ---> 747b2438714b
698Successfully built 747b2438714b
699== ./03-submission ==
700Sending build context to Docker daemon 2.048 kB
701Sending build context to Docker daemon 2.048 kB
702
703Step 0 : FROM kolab/base-mx:latest
704 ---> da4440c2d3b2
705Step 1 : RUN yum -y install kolab-saslauthd && yum clean all
706 ---> Using cache
707 ---> 75470a543d01
708Step 2 : EXPOSE 587
709 ---> Using cache
710 ---> 0c7e3c04331c
711Successfully built 0c7e3c04331c
712== ./03-syncroton ==
713Sending build context to Docker daemon 3.072 kB
714Sending build context to Docker daemon 3.072 kB
715
716Step 0 : FROM kolab/base-web-rc:latest
717 ---> f7b852472d0e
718Step 1 : RUN yum -y install kolab-syncroton && yum clean all
719 ---> Using cache
720 ---> cd131c60213a
721Step 2 : ADD /entrypoint.sh /entrypoint.sh
722 ---> Using cache
723 ---> df6450464797
724Step 3 : RUN chmod a+x /entrypoint.sh
725 ---> Using cache
726 ---> f4371ad8f906
727Successfully built f4371ad8f906
728== ./03-wallace ==
729Sending build context to Docker daemon 3.584 kB
730Sending build context to Docker daemon 3.584 kB
731
732Step 0 : FROM kolab/base:latest
733 ---> 080b3c487c63
734Step 1 : RUN yum -y install wallace && yum clean all
735 ---> Using cache
736 ---> 5549c6a55fbf
737Step 2 : ADD /entrypoint.sh /entrypoint.sh
738 ---> Using cache
739 ---> 1b68c28c28c6
740Step 3 : RUN chmod a+x /entrypoint.sh
741 ---> Using cache
742 ---> 6c680a1d1827
743Step 4 : VOLUME /var/spool/pykolab/wallace
744 ---> Using cache
745 ---> a9bbbc42fafc
746Step 5 : EXPOSE 10026
747 ---> Using cache
748 ---> 6a62fd202608
749Step 6 : CMD wallaced
750 ---> Using cache
751 ---> bf85be19fce5
752Successfully built bf85be19fce5
753== ./03-webadmin ==
754Sending build context to Docker daemon 4.608 kB
755Sending build context to Docker daemon 4.608 kB
756
757Step 0 : FROM kolab/base-web-rc:latest
758 ---> f7b852472d0e
759Step 1 : RUN yum -y --setopt tsflags= install kolab-webadmin && yum -y install mariadb pykolab && yum clean all
760 ---> Using cache
761 ---> f26cfaba9111
762Step 2 : ADD /entrypoint.sh /entrypoint.sh
763 ---> Using cache
764 ---> d19c9d7db0dd
765Step 3 : RUN chmod a+x /entrypoint.sh
766 ---> Using cache
767 ---> ec2fb5212069
768Successfully built ec2fb5212069
769== ./04-chwala-database ==
770Sending build context to Docker daemon 2.048 kB
771Sending build context to Docker daemon 2.048 kB
772
773Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
774 ---> c65879fd90c5
775Step 1 : RUN sed -i -r -e 's/name: mariadb/name: chwala-database/g' /application-entity/artifacts/kubernetes/*.yaml
776 ---> Using cache
777 ---> d1482b34f790
778Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: chwala-database-/g' /application-entity/Nulecule
779 ---> Using cache
780 ---> daa38f82d80e
781Successfully built daa38f82d80e
782== ./04-freebusy-database ==
783Sending build context to Docker daemon 2.048 kB
784Sending build context to Docker daemon 2.048 kB
785
786Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
787 ---> c65879fd90c5
788Step 1 : RUN sed -i -r -e 's/name: mariadb/name: freebusy-database/g' /application-entity/artifacts/kubernetes/*.yaml
789 ---> Using cache
790 ---> 827ebc6c0757
791Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: freebusy-database-/g' /application-entity/Nulecule
792 ---> Using cache
793 ---> 642f14e652ca
794Successfully built 642f14e652ca
795== ./04-irony-database ==
796Sending build context to Docker daemon 2.048 kB
797Sending build context to Docker daemon 2.048 kB
798
799Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
800 ---> c65879fd90c5
801Step 1 : RUN sed -i -r -e 's/name: mariadb/name: irony-database/g' /application-entity/artifacts/kubernetes/*.yaml
802 ---> Using cache
803 ---> dddb8c77f93e
804Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: irony-database-/g' /application-entity/Nulecule
805 ---> Using cache
806 ---> 778c41ebf519
807Successfully built 778c41ebf519
808== ./04-roundcubemail-database ==
809Sending build context to Docker daemon 2.048 kB
810Sending build context to Docker daemon 2.048 kB
811
812Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
813 ---> c65879fd90c5
814Step 1 : RUN sed -i -r -e 's/name: mariadb/name: roundcubemail-database/g' /application-entity/artifacts/kubernetes/*.yaml
815 ---> Using cache
816 ---> 2be063c2c0bf
817Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: roundcubemail-database-/g' /application-entity/Nulecule
818 ---> Using cache
819 ---> 6eaee3542dcd
820Successfully built 6eaee3542dcd
821== ./04-syncroton-database ==
822Sending build context to Docker daemon 2.048 kB
823Sending build context to Docker daemon 2.048 kB
824
825Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
826 ---> c65879fd90c5
827Step 1 : RUN sed -i -r -e 's/name: mariadb/name: syncroton-database/g' /application-entity/artifacts/kubernetes/*.yaml
828 ---> Using cache
829 ---> cc4e52f635fa
830Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: syncroton-database-/g' /application-entity/Nulecule
831 ---> Using cache
832 ---> 22befee882ef
833Successfully built 22befee882ef
834== ./04-webadmin-database ==
835Sending build context to Docker daemon 2.048 kB
836Sending build context to Docker daemon 2.048 kB
837
838Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
839 ---> c65879fd90c5
840Step 1 : RUN sed -i -r -e 's/name: mariadb/name: webadmin-database/g' /application-entity/artifacts/kubernetes/*.yaml
841 ---> Using cache
842 ---> 28f3f0e8a5ef
843Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: webadmin-database-/g' /application-entity/Nulecule
844 ---> Using cache
845 ---> 239009bc90eb
846Successfully built 239009bc90eb
847== ./05-asav-in-atomicapp ==
848Sending build context to Docker daemon 9.216 kB
849Sending build context to Docker daemon 9.216 kB
850
851Step 0 : FROM projectatomic/atomicapp:0.3.0
852 ---> d31c1e84399e
853Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
854 ---> Using cache
855 ---> d72b8c927412
856Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
857 ---> Using cache
858 ---> 17740266e825
859Step 3 : ADD /Nulecule /Dockerfile /application-entity/
860 ---> Using cache
861 ---> 55e7d6a5f86d
862Step 4 : ADD /artifacts /application-entity/artifacts/
863 ---> Using cache
864 ---> e8841e58616d
865Successfully built e8841e58616d
866== ./05-asav-out-atomicapp ==
867Sending build context to Docker daemon 9.216 kB
868Sending build context to Docker daemon 9.216 kB
869
870Step 0 : FROM projectatomic/atomicapp:0.3.0
871 ---> d31c1e84399e
872Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
873 ---> Using cache
874 ---> d72b8c927412
875Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
876 ---> Using cache
877 ---> 17740266e825
878Step 3 : ADD /Nulecule /Dockerfile /application-entity/
879 ---> Using cache
880 ---> cda390b0a228
881Step 4 : ADD /artifacts /application-entity/artifacts/
882 ---> Using cache
883 ---> e88f39dfb43b
884Successfully built e88f39dfb43b
885== ./05-chwala-atomicapp ==
886Sending build context to Docker daemon 10.24 kB
887Sending build context to Docker daemon 10.24 kB
888
889Step 0 : FROM projectatomic/atomicapp:0.3.0
890 ---> d31c1e84399e
891Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
892 ---> Using cache
893 ---> d72b8c927412
894Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
895 ---> Using cache
896 ---> 17740266e825
897Step 3 : ADD /Nulecule /Dockerfile /application-entity/
898 ---> Using cache
899 ---> bcdd1bc1b733
900Step 4 : ADD /artifacts /application-entity/artifacts/
901 ---> Using cache
902 ---> 0b6e299e3a0c
903Successfully built 0b6e299e3a0c
904== ./05-ext-mx-in-atomicapp ==
905Sending build context to Docker daemon 12.29 kB
906Sending build context to Docker daemon 12.29 kB
907
908Step 0 : FROM projectatomic/atomicapp:0.3.0
909 ---> d31c1e84399e
910Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
911 ---> Using cache
912 ---> d72b8c927412
913Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
914 ---> Using cache
915 ---> 17740266e825
916Step 3 : ADD /Nulecule /Dockerfile /application-entity/
917 ---> Using cache
918 ---> 3c3cb8af2d79
919Step 4 : ADD /artifacts /application-entity/artifacts/
920 ---> Using cache
921 ---> 41b7c080a3e2
922Successfully built 41b7c080a3e2
923== ./05-ext-mx-out-atomicapp ==
924Sending build context to Docker daemon 10.75 kB
925Sending build context to Docker daemon 10.75 kB
926
927Step 0 : FROM projectatomic/atomicapp:0.3.0
928 ---> d31c1e84399e
929Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
930 ---> Using cache
931 ---> d72b8c927412
932Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
933 ---> Using cache
934 ---> 17740266e825
935Step 3 : ADD /Nulecule /Dockerfile /application-entity/
936 ---> Using cache
937 ---> 6ccffacf697e
938Step 4 : ADD /artifacts /application-entity/artifacts/
939 ---> Using cache
940 ---> 9102a07e08fc
941Successfully built 9102a07e08fc
942== ./05-freebusy-atomicapp ==
943Sending build context to Docker daemon 12.29 kB
944Sending build context to Docker daemon 12.29 kB
945
946Step 0 : FROM projectatomic/atomicapp:0.3.0
947 ---> d31c1e84399e
948Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
949 ---> Using cache
950 ---> d72b8c927412
951Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
952 ---> Using cache
953 ---> 17740266e825
954Step 3 : ADD /Nulecule /Dockerfile /application-entity/
955 ---> Using cache
956 ---> fb1c65b46816
957Step 4 : ADD /artifacts /application-entity/artifacts/
958 ---> Using cache
959 ---> 93a62b17b984
960Successfully built 93a62b17b984
961== ./05-guam-atomicapp ==
962Sending build context to Docker daemon 13.82 kB
963Sending build context to Docker daemon 13.82 kB
964
965Step 0 : FROM projectatomic/atomicapp:0.3.0
966 ---> d31c1e84399e
967Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
968 ---> Using cache
969 ---> d72b8c927412
970Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
971 ---> Using cache
972 ---> 17740266e825
973Step 3 : ADD /Nulecule /Dockerfile /application-entity/
974 ---> Using cache
975 ---> 5b1e9e810284
976Step 4 : ADD /artifacts /application-entity/artifacts/
977 ---> Using cache
978 ---> 52fa28b48945
979Successfully built 52fa28b48945
980== ./05-imapb-atomicapp ==
981Sending build context to Docker daemon 10.24 kB
982Sending build context to Docker daemon 10.24 kB
983
984Step 0 : FROM projectatomic/atomicapp:0.3.0
985 ---> d31c1e84399e
986Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
987 ---> Using cache
988 ---> d72b8c927412
989Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
990 ---> Using cache
991 ---> 17740266e825
992Step 3 : ADD /Nulecule /Dockerfile /application-entity/
993 ---> Using cache
994 ---> c88b72083fee
995Step 4 : ADD /artifacts /application-entity/artifacts/
996 ---> Using cache
997 ---> 4ffb52968da4
998Successfully built 4ffb52968da4
999== ./05-imapf-ext-atomicapp ==
1000Sending build context to Docker daemon 11.78 kB
1001Sending build context to Docker daemon 11.78 kB
1002
1003Step 0 : FROM projectatomic/atomicapp:0.3.0
1004 ---> d31c1e84399e
1005Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1006 ---> Using cache
1007 ---> d72b8c927412
1008Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1009 ---> Using cache
1010 ---> 17740266e825
1011Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1012 ---> Using cache
1013 ---> de41bd764082
1014Step 4 : ADD /artifacts /application-entity/artifacts/
1015 ---> Using cache
1016 ---> 21a6ad48c887
1017Successfully built 21a6ad48c887
1018== ./05-imapf-int-atomicapp ==
1019Sending build context to Docker daemon 11.78 kB
1020Sending build context to Docker daemon 11.78 kB
1021
1022Step 0 : FROM projectatomic/atomicapp:0.3.0
1023 ---> d31c1e84399e
1024Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1025 ---> Using cache
1026 ---> d72b8c927412
1027Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1028 ---> Using cache
1029 ---> 17740266e825
1030Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1031 ---> Using cache
1032 ---> 8deaa89c9bf9
1033Step 4 : ADD /artifacts /application-entity/artifacts/
1034 ---> Using cache
1035 ---> 22ee01c04e50
1036Successfully built 22ee01c04e50
1037== ./05-imap-mupdate-atomicapp ==
1038Sending build context to Docker daemon 10.75 kB
1039Sending build context to Docker daemon 10.75 kB
1040
1041Step 0 : FROM projectatomic/atomicapp:0.3.0
1042 ---> d31c1e84399e
1043Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1044 ---> Using cache
1045 ---> d72b8c927412
1046Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1047 ---> Using cache
1048 ---> 17740266e825
1049Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1050 ---> Using cache
1051 ---> 14118aa6bd51
1052Step 4 : ADD /artifacts /application-entity/artifacts/
1053 ---> Using cache
1054 ---> 6b8f27cc69f3
1055Successfully built 6b8f27cc69f3
1056== ./05-int-mx-atomicapp ==
1057Sending build context to Docker daemon 12.29 kB
1058Sending build context to Docker daemon 12.29 kB
1059
1060Step 0 : FROM projectatomic/atomicapp:0.3.0
1061 ---> d31c1e84399e
1062Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1063 ---> Using cache
1064 ---> d72b8c927412
1065Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1066 ---> Using cache
1067 ---> 17740266e825
1068Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1069 ---> Using cache
1070 ---> b4c2596262bc
1071Step 4 : ADD /artifacts /application-entity/artifacts/
1072 ---> Using cache
1073 ---> ae8c352b23f9
1074Successfully built ae8c352b23f9
1075== ./05-irony-atomicapp ==
1076Sending build context to Docker daemon 10.24 kB
1077Sending build context to Docker daemon 10.24 kB
1078
1079Step 0 : FROM projectatomic/atomicapp:0.3.0
1080 ---> d31c1e84399e
1081Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1082 ---> Using cache
1083 ---> d72b8c927412
1084Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1085 ---> Using cache
1086 ---> 17740266e825
1087Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1088 ---> Using cache
1089 ---> e44a08bf82e7
1090Step 4 : ADD /artifacts /application-entity/artifacts/
1091 ---> Using cache
1092 ---> 9ad902662dd9
1093Successfully built 9ad902662dd9
1094== ./05-jmap-proxy-atomicapp ==
1095Sending build context to Docker daemon 8.192 kB
1096Sending build context to Docker daemon 8.192 kB
1097
1098Step 0 : FROM projectatomic/atomicapp:0.3.0
1099 ---> d31c1e84399e
1100Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1101 ---> Using cache
1102 ---> d72b8c927412
1103Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1104 ---> Using cache
1105 ---> 17740266e825
1106Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1107 ---> Using cache
1108 ---> 849e0e5e2be5
1109Step 4 : ADD /artifacts /application-entity/artifacts/
1110 ---> Using cache
1111 ---> 5b60cf5c19d2
1112Successfully built 5b60cf5c19d2
1113== ./05-ldap-master-atomicapp ==
1114Sending build context to Docker daemon 11.78 kB
1115Sending build context to Docker daemon 11.78 kB
1116
1117Step 0 : FROM projectatomic/atomicapp:0.3.0
1118 ---> d31c1e84399e
1119Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1120 ---> Using cache
1121 ---> d72b8c927412
1122Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1123 ---> Using cache
1124 ---> 17740266e825
1125Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1126 ---> Using cache
1127 ---> 65146c18a14a
1128Step 4 : ADD /artifacts /application-entity/artifacts/
1129 ---> Using cache
1130 ---> f3aa3c2a52f3
1131Successfully built f3aa3c2a52f3
1132== ./05-ldap-slave-atomicapp ==
1133Sending build context to Docker daemon 9.216 kB
1134Sending build context to Docker daemon 9.216 kB
1135
1136Step 0 : FROM projectatomic/atomicapp:0.3.0
1137 ---> d31c1e84399e
1138Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1139 ---> Using cache
1140 ---> d72b8c927412
1141Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1142 ---> Using cache
1143 ---> 17740266e825
1144Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1145 ---> Using cache
1146 ---> 8fb30ccde817
1147Step 4 : ADD /artifacts /application-entity/artifacts/
1148 ---> Using cache
1149 ---> 681fec845772
1150Successfully built 681fec845772
1151== ./05-manticore-atomicapp ==
1152Sending build context to Docker daemon 10.75 kB
1153Sending build context to Docker daemon 10.75 kB
1154
1155Step 0 : FROM projectatomic/atomicapp:0.3.0
1156 ---> d31c1e84399e
1157Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1158 ---> Using cache
1159 ---> d72b8c927412
1160Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1161 ---> Using cache
1162 ---> 17740266e825
1163Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1164 ---> Using cache
1165 ---> 26272b502af9
1166Step 4 : ADD /artifacts /application-entity/artifacts/
1167 ---> Using cache
1168 ---> 057ecabf659f
1169Successfully built 057ecabf659f
1170== ./05-roundcubemail-atomicapp ==
1171Sending build context to Docker daemon 11.26 kB
1172Sending build context to Docker daemon 11.26 kB
1173
1174Step 0 : FROM projectatomic/atomicapp:0.3.0
1175 ---> d31c1e84399e
1176Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1177 ---> Using cache
1178 ---> d72b8c927412
1179Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1180 ---> Using cache
1181 ---> 17740266e825
1182Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1183 ---> Using cache
1184 ---> 130cc85c4f59
1185Step 4 : ADD /artifacts /application-entity/artifacts/
1186 ---> Using cache
1187 ---> a6c556edf56f
1188Successfully built a6c556edf56f
1189== ./05-roundcube-next-atomicapp ==
1190Sending build context to Docker daemon 10.24 kB
1191Sending build context to Docker daemon 10.24 kB
1192
1193Step 0 : FROM projectatomic/atomicapp:0.3.0
1194 ---> d31c1e84399e
1195Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1196 ---> Using cache
1197 ---> d72b8c927412
1198Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1199 ---> Using cache
1200 ---> 17740266e825
1201Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1202 ---> Using cache
1203 ---> a218fa11e342
1204Step 4 : ADD /artifacts /application-entity/artifacts/
1205 ---> Using cache
1206 ---> bd54728e7d17
1207Successfully built bd54728e7d17
1208== ./05-submission-atomicapp ==
1209Sending build context to Docker daemon 9.216 kB
1210Sending build context to Docker daemon 9.216 kB
1211
1212Step 0 : FROM projectatomic/atomicapp:0.3.0
1213 ---> d31c1e84399e
1214Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1215 ---> Using cache
1216 ---> d72b8c927412
1217Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1218 ---> Using cache
1219 ---> 17740266e825
1220Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1221 ---> Using cache
1222 ---> e0a24548a97c
1223Step 4 : ADD /artifacts /application-entity/artifacts/
1224 ---> Using cache
1225 ---> cad0b5ad9a0e
1226Successfully built cad0b5ad9a0e
1227== ./05-syncroton-atomicapp ==
1228Sending build context to Docker daemon 10.75 kB
1229Sending build context to Docker daemon 10.75 kB
1230
1231Step 0 : FROM projectatomic/atomicapp:0.3.0
1232 ---> d31c1e84399e
1233Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1234 ---> Using cache
1235 ---> d72b8c927412
1236Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1237 ---> Using cache
1238 ---> 17740266e825
1239Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1240 ---> Using cache
1241 ---> 158e79ea4735
1242Step 4 : ADD /artifacts /application-entity/artifacts/
1243 ---> Using cache
1244 ---> 0ec07408f109
1245Successfully built 0ec07408f109
1246== ./05-wallace-atomicapp ==
1247Sending build context to Docker daemon 9.728 kB
1248Sending build context to Docker daemon 9.728 kB
1249
1250Step 0 : FROM projectatomic/atomicapp:0.3.0
1251 ---> d31c1e84399e
1252Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1253 ---> Using cache
1254 ---> d72b8c927412
1255Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1256 ---> Using cache
1257 ---> 17740266e825
1258Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1259 ---> Using cache
1260 ---> 15e3f7cc8d2f
1261Step 4 : ADD /artifacts /application-entity/artifacts/
1262 ---> Using cache
1263 ---> 51d4d77478d4
1264Successfully built 51d4d77478d4
1265== ./05-webadmin-atomicapp ==
1266Sending build context to Docker daemon 11.78 kB
1267Sending build context to Docker daemon 11.78 kB
1268
1269Step 0 : FROM projectatomic/atomicapp:0.3.0
1270 ---> d31c1e84399e
1271Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
1272 ---> Using cache
1273 ---> d72b8c927412
1274Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
1275 ---> Using cache
1276 ---> 17740266e825
1277Step 3 : ADD /Nulecule /Dockerfile /application-entity/
1278 ---> Using cache
1279 ---> d05264feb963
1280Step 4 : ADD /artifacts /application-entity/artifacts/
1281 ---> Using cache
1282 ---> f692eb3bd257
1283Successfully built f692eb3bd257
1284== ./99-ci-maipo ==
1285Sending build context to Docker daemon 37.89 kB
1286Sending build context to Docker daemon 37.89 kB
1287
1288Step 0 : FROM centos:centos7
1289 ---> 14dab3d40372
1290Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
1291 ---> Using cache
1292 ---> 0f9fdc781e39
1293Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
1294
1295 ---> Using cache
1296 ---> f4b4d29700cd
1297Step 3 : ADD http://obs.kolabsys.com/repositories/Kolab:/3.4/CentOS_7/Kolab:3.4.repo /etc/yum.repos.d/Kolab:3.4.repo
1298
1299 ---> Using cache
1300 ---> 45db61ec4b57
1301Step 4 : ADD http://obs.kolabsys.com/repositories/Kolab:/3.4:/Updates/CentOS_7/Kolab:3.4:Updates.repo /etc/yum.repos.d/Kolab:3.4:Updates.repo
1302
1303 ---> Using cache
1304 ---> c5ee0db43eb9
1305Step 5 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
1306 ---> Using cache
1307 ---> 4390550ae759
1308Step 6 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4.repo
1309 ---> Using cache
1310 ---> db0366be7ef4
1311Step 7 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4:Updates.repo
1312 ---> Using cache
1313 ---> ec072306c57f
1314Step 8 : RUN rpm --import https://ssl.kolabsys.com/community.asc
1315 ---> Using cache
1316 ---> a92f6a5cb638
1317Step 9 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
1318
1319 ---> Using cache
1320 ---> 42c581e156c5
1321Step 10 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
1322 ---> Using cache
1323 ---> c4b737105f78
1324Step 11 : 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
1325 ---> Using cache
1326 ---> 9ef30f56fe00
1327Step 12 : ENV IMAGE maipo
1328 ---> Using cache
1329 ---> 33e0106d21aa
1330Step 13 : ADD /dbus.service /etc/systemd/system/dbus.service
1331 ---> Using cache
1332 ---> 97a00aeda758
1333Step 14 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
1334 ---> Using cache
1335 ---> 20cfeebf1378
1336Step 15 : ADD /httpd.service /etc/systemd/system/httpd.service
1337 ---> Using cache
1338 ---> 8be8ecfef1e4
1339Step 16 : ADD /systemctl /usr/bin/systemctl
1340 ---> Using cache
1341 ---> 362ceb6e924e
1342Step 17 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
1343 ---> Using cache
1344 ---> a8affbd8a4db
1345Step 18 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
1346 ---> Using cache
1347 ---> 56fe45bf33d8
1348Step 19 : ADD /vimrc /root/.vimrc
1349 ---> Using cache
1350 ---> 2854ae57ff06
1351Step 20 : RUN yum clean all && yum -y install epel-release && sed -i -e 's/#baseurl/baseurl/g' -e '/^mirrorlist/d' /etc/yum.repos.d/epel*.repo && yum -y install yum-plugin-priorities && yum -y install 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 psmisc rpmdevtools screen strace sudo telnet traceroute vim-enhanced wget yum-utils && yum clean all
1352 ---> Using cache
1353 ---> 59c0403506f6
1354Step 21 : RUN sed -i -e '/requiretty/d' /etc/sudoers
1355 ---> Using cache
1356 ---> 17ae6806ae60
1357Step 22 : WORKDIR /srv
1358 ---> Using cache
1359 ---> 81667362b1e1
1360Step 23 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
1361 ---> Using cache
1362 ---> c663e2c33be9
1363Step 24 : WORKDIR /srv/closure-compiler.git
1364 ---> Using cache
1365 ---> 78c69d8a6896
1366Step 25 : RUN ant jar
1367 ---> Using cache
1368 ---> 7d37e840b599
1369Step 26 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
1370 ---> Using cache
1371 ---> 4bd9b4a0ff0e
1372Step 27 : WORKDIR /srv
1373 ---> Using cache
1374 ---> 1a038ffe6550
1375Step 28 : RUN wget http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 && tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 && cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
1376 ---> Using cache
1377 ---> 06ee3f43f79b
1378Step 29 : ADD /functions.sh /
1379 ---> Using cache
1380 ---> d827f21361ed
1381Step 30 : ADD entrypoint.sh /
1382 ---> Using cache
1383 ---> c8df00216776
1384Step 31 : RUN chmod 755 /entrypoint.sh
1385 ---> Using cache
1386 ---> 686c4dce78b9
1387Step 32 : ENTRYPOINT /entrypoint.sh
1388 ---> Using cache
1389 ---> 3cd3e1ce8497
1390Successfully built 3cd3e1ce8497
1391== ./99-ci-twentythree ==
1392Sending build context to Docker daemon 37.38 kB
1393Sending build context to Docker daemon 37.38 kB
1394
1395Step 0 : FROM fedora:23
1396 ---> 109b72e23ca5
1397Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
1398 ---> Using cache
1399 ---> 89719263292f
1400Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/Fedora_23/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
1401
1402 ---> Using cache
1403 ---> 0ee082db23d6
1404Step 3 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
1405 ---> Using cache
1406 ---> 46ff6a797e9c
1407Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc
1408 ---> Using cache
1409 ---> 6079cbfee288
1410Step 5 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/Fedora_23/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
1411
1412 ---> Using cache
1413 ---> 7c1975723fa6
1414Step 6 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/Fedora_23/repodata/repomd.xml.key
1415 ---> Using cache
1416 ---> 5c30770c4926
1417Step 7 : RUN sed -i -e '/tsflags=nodocs/d' -e '/override_install_langs/d' /etc/dnf/dnf.conf && sed -i -e 's/^#baseurl/baseurl/g' -e 's/^metalink/#metalink/g' /etc/yum.repos.d/*.repo && rm -rf /bin/applydeltarpm
1418 ---> Using cache
1419 ---> 94ed74310011
1420Step 8 : ENV IMAGE twentythree
1421 ---> Using cache
1422 ---> bf7257461c50
1423Step 9 : ADD /dbus.service /etc/systemd/system/dbus.service
1424 ---> Using cache
1425 ---> 3b1c91deb74e
1426Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
1427 ---> Using cache
1428 ---> 80286e618b56
1429Step 11 : ADD /httpd.service /etc/systemd/system/httpd.service
1430 ---> Using cache
1431 ---> c485d0315f75
1432Step 12 : ADD /systemctl /usr/bin/systemctl
1433 ---> Using cache
1434 ---> 21853af63c0b
1435Step 13 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
1436 ---> Using cache
1437 ---> 50985ff9fe53
1438Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
1439 ---> Using cache
1440 ---> 4efe876652b0
1441Step 15 : ADD /vimrc /root/.vimrc
1442 ---> Using cache
1443 ---> 2772d1785bac
1444Step 16 : RUN dnf clean all && dnf -y install yum-plugin-priorities && dnf -y install 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 psmisc rpmdevtools screen strace sudo telnet traceroute vim-enhanced wget yum-utils && dnf clean all
1445 ---> Running in d51fcd4da5ac
1446Cleaning repos: updates Kolab_Development openSUSE_Tools fedora
1447Cleaning up Everything
1448Last metadata expiration check performed 0:00:30 ago on Tue Dec 29 20:04:01 2015.
1449Dependencies resolved.
1450================================================================================
1451 Package Arch Version Repository
1452 Size
1453================================================================================
1454Installing:
1455 cpio x86_64 2.11-36.fc23 fedora 218 k
1456 pygpgme x86_64 0.3-13.fc23 fedora 77 k
1457 pyliblzma x86_64 0.5.3-14.fc23 fedora 54 k
1458 python x86_64 2.7.10-8.fc23 fedora 94 k
1459 python-iniparse noarch 0.4-16.fc23 fedora 45 k
1460 python-libs x86_64 2.7.10-8.fc23 fedora 5.8 M
1461 python-pip noarch 7.1.0-1.fc23 fedora 1.5 M
1462 python-pycurl x86_64 7.19.5.1-4.fc23 updates 177 k
1463 python-setuptools noarch 18.0.1-2.fc23 fedora 425 k
1464 python-six noarch 1.9.0-3.fc23 fedora 34 k
1465 python-urlgrabber noarch 3.10.1-7.fc23 fedora 112 k
1466 pyxattr x86_64 0.5.3-5.fc23 fedora 33 k
1467 rpm-python x86_64 4.13.0-0.rc1.7.fc23 updates 99 k
1468 yum noarch 3.4.3-507.fc23 fedora 1.2 M
1469 yum-metadata-parser x86_64 1.1.4-15.fc23 fedora 39 k
1470 yum-plugin-priorities noarch 1.1.31-508.fc23 updates 27 k
1471Upgrading:
1472 rpm x86_64 4.13.0-0.rc1.7.fc23 updates 509 k
1473 rpm-build-libs x86_64 4.13.0-0.rc1.7.fc23 updates 115 k
1474 rpm-libs x86_64 4.13.0-0.rc1.7.fc23 updates 293 k
1475 rpm-plugin-selinux x86_64 4.13.0-0.rc1.7.fc23 updates 50 k
1476 rpm-plugin-systemd-inhibit x86_64 4.13.0-0.rc1.7.fc23 updates 50 k
1477 rpm-python3 x86_64 4.13.0-0.rc1.7.fc23 updates 100 k
1478
1479Transaction Summary
1480================================================================================
1481Install 16 Packages
1482Upgrade 6 Packages
1483
1484Total download size: 11 M
1485Downloading Packages:
1486--------------------------------------------------------------------------------
1487Total 46 MB/s | 11 MB 00:00
1488Running transaction check
1489Transaction check succeeded.
1490Running transaction test
1491Transaction test succeeded.
1492Running transaction
1493 Installing : python-libs-2.7.10-8.fc23.x86_64 1/28
1494 Installing : python-pip-7.1.0-1.fc23.noarch 2/28
1495 Installing : python-setuptools-18.0.1-2.fc23.noarch 3/28
1496 Installing : python-2.7.10-8.fc23.x86_64 4/28
1497 Upgrading : rpm-plugin-selinux-4.13.0-0.rc1.7.fc23.x86_64 5/28
1498 Upgrading : rpm-libs-4.13.0-0.rc1.7.fc23.x86_64 6/28
1499 Upgrading : rpm-4.13.0-0.rc1.7.fc23.x86_64 7/28
1500 Upgrading : rpm-build-libs-4.13.0-0.rc1.7.fc23.x86_64 8/28
1501 Installing : rpm-python-4.13.0-0.rc1.7.fc23.x86_64 9/28
1502 Installing : pygpgme-0.3-13.fc23.x86_64 10/28
1503 Installing : pyliblzma-0.5.3-14.fc23.x86_64 11/28
1504 Installing : pyxattr-0.5.3-5.fc23.x86_64 12/28
1505 Installing : yum-metadata-parser-1.1.4-15.fc23.x86_64 13/28
1506 Installing : python-six-1.9.0-3.fc23.noarch 14/28
1507 Installing : python-iniparse-0.4-16.fc23.noarch 15/28
1508 Installing : python-pycurl-7.19.5.1-4.fc23.x86_64 16/28
1509 Installing : python-urlgrabber-3.10.1-7.fc23.noarch 17/28
1510 Installing : cpio-2.11-36.fc23.x86_64 18/28
1511 Installing : yum-3.4.3-507.fc23.noarch 19/28
1512 Installing : yum-plugin-priorities-1.1.31-508.fc23.noarch 20/28
1513 Upgrading : rpm-python3-4.13.0-0.rc1.7.fc23.x86_64 21/28
1514 Upgrading : rpm-plugin-systemd-inhibit-4.13.0-0.rc1.7.fc23.x86_64 22/28
1515 Cleanup : rpm-python3-4.13.0-0.rc1.6.fc23.x86_64 23/28
1516 Cleanup : rpm-build-libs-4.13.0-0.rc1.6.fc23.x86_64 24/28
1517 Cleanup : rpm-plugin-systemd-inhibit-4.13.0-0.rc1.6.fc23.x86_64 25/28
1518 Cleanup : rpm-plugin-selinux-4.13.0-0.rc1.6.fc23.x86_64 26/28
1519 Cleanup : rpm-libs-4.13.0-0.rc1.6.fc23.x86_64 27/28
1520 Cleanup : rpm-4.13.0-0.rc1.6.fc23.x86_64 28/28
1521 Verifying : yum-plugin-priorities-1.1.31-508.fc23.noarch 1/28
1522 Verifying : yum-3.4.3-507.fc23.noarch 2/28
1523 Verifying : cpio-2.11-36.fc23.x86_64 3/28
1524 Verifying : pygpgme-0.3-13.fc23.x86_64 4/28
1525 Verifying : pyliblzma-0.5.3-14.fc23.x86_64 5/28
1526 Verifying : python-iniparse-0.4-16.fc23.noarch 6/28
1527 Verifying : python-urlgrabber-3.10.1-7.fc23.noarch 7/28
1528 Verifying : pyxattr-0.5.3-5.fc23.x86_64 8/28
1529 Verifying : yum-metadata-parser-1.1.4-15.fc23.x86_64 9/28
1530 Verifying : python-libs-2.7.10-8.fc23.x86_64 10/28
1531 Verifying : python-six-1.9.0-3.fc23.noarch 11/28
1532 Verifying : rpm-python-4.13.0-0.rc1.7.fc23.x86_64 12/28
1533 Verifying : python-2.7.10-8.fc23.x86_64 13/28
1534 Verifying : python-pip-7.1.0-1.fc23.noarch 14/28
1535 Verifying : python-setuptools-18.0.1-2.fc23.noarch 15/28
1536 Verifying : python-pycurl-7.19.5.1-4.fc23.x86_64 16/28
1537 Verifying : rpm-4.13.0-0.rc1.7.fc23.x86_64 17/28
1538 Verifying : rpm-python3-4.13.0-0.rc1.7.fc23.x86_64 18/28
1539 Verifying : rpm-libs-4.13.0-0.rc1.7.fc23.x86_64 19/28
1540 Verifying : rpm-plugin-systemd-inhibit-4.13.0-0.rc1.7.fc23.x86_64 20/28
1541 Verifying : rpm-plugin-selinux-4.13.0-0.rc1.7.fc23.x86_64 21/28
1542 Verifying : rpm-build-libs-4.13.0-0.rc1.7.fc23.x86_64 22/28
1543 Verifying : rpm-4.13.0-0.rc1.6.fc23.x86_64 23/28
1544 Verifying : rpm-build-libs-4.13.0-0.rc1.6.fc23.x86_64 24/28
1545 Verifying : rpm-libs-4.13.0-0.rc1.6.fc23.x86_64 25/28
1546 Verifying : rpm-plugin-selinux-4.13.0-0.rc1.6.fc23.x86_64 26/28
1547 Verifying : rpm-plugin-systemd-inhibit-4.13.0-0.rc1.6.fc23.x86_64 27/28
1548 Verifying : rpm-python3-4.13.0-0.rc1.6.fc23.x86_64 28/28
1549
1550Installed:
1551 cpio.x86_64 2.11-36.fc23
1552 pygpgme.x86_64 0.3-13.fc23
1553 pyliblzma.x86_64 0.5.3-14.fc23
1554 python.x86_64 2.7.10-8.fc23
1555 python-iniparse.noarch 0.4-16.fc23
1556 python-libs.x86_64 2.7.10-8.fc23
1557 python-pip.noarch 7.1.0-1.fc23
1558 python-pycurl.x86_64 7.19.5.1-4.fc23
1559 python-setuptools.noarch 18.0.1-2.fc23
1560 python-six.noarch 1.9.0-3.fc23
1561 python-urlgrabber.noarch 3.10.1-7.fc23
1562 pyxattr.x86_64 0.5.3-5.fc23
1563 rpm-python.x86_64 4.13.0-0.rc1.7.fc23
1564 yum.noarch 3.4.3-507.fc23
1565 yum-metadata-parser.x86_64 1.1.4-15.fc23
1566 yum-plugin-priorities.noarch 1.1.31-508.fc23
1567
1568Upgraded:
1569 rpm.x86_64 4.13.0-0.rc1.7.fc23
1570 rpm-build-libs.x86_64 4.13.0-0.rc1.7.fc23
1571 rpm-libs.x86_64 4.13.0-0.rc1.7.fc23
1572 rpm-plugin-selinux.x86_64 4.13.0-0.rc1.7.fc23
1573 rpm-plugin-systemd-inhibit.x86_64 4.13.0-0.rc1.7.fc23
1574 rpm-python3.x86_64 4.13.0-0.rc1.7.fc23
1575
1576Complete!
1577Last metadata expiration check performed 0:00:42 ago on Tue Dec 29 20:04:01 2015.
1578Dependencies resolved.
1579================================================================================
1580 Package Arch Version Repository
1581 Size
1582================================================================================
1583Installing:
1584 GeoIP x86_64 1.6.6-1.fc23 fedora 118 k
1585 GeoIP-GeoLite-data noarch 2015.12-1.fc23 updates 367 k
1586 aajohan-comfortaa-fonts noarch 2.004-5.fc23 fedora 151 k
1587 alsa-lib x86_64 1.0.29-2.fc23 fedora 388 k
1588 ant noarch 1.9.6-2.fc23 fedora 183 k
1589 ant-lib noarch 1.9.6-2.fc23 fedora 1.8 M
1590 bind-libs x86_64 32:9.10.3-7.P2.fc23 updates 151 k
1591 bind-libs-lite x86_64 32:9.10.3-7.P2.fc23 updates 1.0 M
1592 bind-license noarch 32:9.10.3-7.P2.fc23 updates 88 k
1593 bind-utils x86_64 32:9.10.3-7.P2.fc23 updates 407 k
1594 binutils x86_64 2.25-15.fc23 fedora 5.6 M
1595 build noarch 20151105-214.1 openSUSE_Tools
1596 174 k
1597 build-mkbaselibs noarch 20151105-214.1 openSUSE_Tools
1598 42 k
1599 bzip2 x86_64 1.0.6-19.fc23 updates 58 k
1600 cronie x86_64 1.5.0-3.fc23 fedora 102 k
1601 cronie-anacron x86_64 1.5.0-3.fc23 fedora 39 k
1602 crontabs noarch 1.11-11.20150630git.fc23 fedora 24 k
1603 dwz x86_64 0.12-1.fc23 fedora 106 k
1604 elfutils x86_64 0.163-4.fc23 fedora 292 k
1605 fakeroot x86_64 1.20.2-1.fc23 fedora 101 k
1606 fakeroot-libs x86_64 1.20.2-1.fc23 fedora 32 k
1607 file x86_64 5.22-5.fc23 fedora 66 k
1608 findutils x86_64 1:4.5.14-7.fc23 fedora 528 k
1609 fipscheck x86_64 1.4.1-9.fc23 fedora 26 k
1610 fipscheck-lib x86_64 1.4.1-9.fc23 fedora 15 k
1611 fontconfig x86_64 2.11.94-4.fc23 fedora 241 k
1612 fontpackages-filesystem noarch 1.44-14.fc23 fedora 15 k
1613 freetype x86_64 2.6.0-3.fc23 fedora 410 k
1614 fuse-libs x86_64 2.9.4-3.fc23 fedora 97 k
1615 fuse-python x86_64 0.2.1-11.fc23 fedora 79 k
1616 gc x86_64 7.4.2-4.fc23 fedora 104 k
1617 gdb x86_64 7.10.1-30.fc23 updates 3.2 M
1618 ghc-srpm-macros noarch 1.4.2-2.fc23 fedora 8.2 k
1619 giflib x86_64 4.1.6-14.fc23 fedora 44 k
1620 git x86_64 2.5.0-3.fc23 updates 156 k
1621 git-core x86_64 2.5.0-3.fc23 updates 3.1 M
1622 git-core-doc x86_64 2.5.0-3.fc23 updates 2.2 M
1623 gnat-srpm-macros noarch 2-1.fc23 fedora 8.4 k
1624 go-srpm-macros noarch 2-3.fc23 fedora 8.0 k
1625 gpm-libs x86_64 1.20.7-7.fc23 fedora 36 k
1626 groff-base x86_64 1.22.3-6.fc23 fedora 1.0 M
1627 guile x86_64 5:2.0.11-7.fc23 updates 3.9 M
1628 httpd-filesystem noarch 2.4.17-3.fc23 updates 25 k
1629 java-1.8.0-openjdk x86_64 1:1.8.0.60-14.b27.fc23 fedora 218 k
1630 java-1.8.0-openjdk-devel x86_64 1:1.8.0.60-14.b27.fc23 fedora 9.7 M
1631 java-1.8.0-openjdk-headless x86_64 1:1.8.0.60-14.b27.fc23 fedora 31 M
1632 javapackages-tools noarch 4.6.0-7.fc23 updates 103 k
1633 lcms2 x86_64 2.7-2.fc23 fedora 155 k
1634 less x86_64 481-1.fc23 fedora 156 k
1635 libICE x86_64 1.0.9-3.fc23 fedora 70 k
1636 libSM x86_64 1.2.2-3.fc23 fedora 43 k
1637 libX11 x86_64 1.6.3-2.fc23 fedora 608 k
1638 libX11-common noarch 1.6.3-2.fc23 fedora 166 k
1639 libXau x86_64 1.0.8-5.fc23 fedora 33 k
1640 libXext x86_64 1.3.3-3.fc23 fedora 42 k
1641 libXfont x86_64 1.5.1-3.fc23 fedora 153 k
1642 libXi x86_64 1.7.6-1.fc23 updates 44 k
1643 libXrender x86_64 0.9.9-2.fc23 fedora 30 k
1644 libXtst x86_64 1.2.2-5.fc23 fedora 24 k
1645 libatomic_ops x86_64 7.4.2-6.fc23 fedora 31 k
1646 libbabeltrace x86_64 1.2.4-2.fc23 fedora 151 k
1647 libedit x86_64 3.1-13.20150325cvs.fc23 fedora 99 k
1648 libfontenc x86_64 1.1.3-2.fc23 fedora 35 k
1649 libgnome-keyring x86_64 3.12.0-5.fc23 fedora 114 k
1650 libicu x86_64 54.1-5.fc23 fedora 8.4 M
1651 libipt x86_64 1.4.3-1.fc23 updates 38 k
1652 libjpeg-turbo x86_64 1.4.1-2.fc23 fedora 147 k
1653 libpcap x86_64 14:1.7.4-1.fc23 fedora 146 k
1654 libpipeline x86_64 1.4.0-2.fc23 fedora 50 k
1655 libpng x86_64 2:1.6.19-1.fc23 updates 118 k
1656 libpsl x86_64 0.7.0-5.fc23 fedora 52 k
1657 libtidy x86_64 0.99.0-34.20091203.fc23 fedora 138 k
1658 libtool-ltdl x86_64 2.4.6-7.fc23 updates 54 k
1659 libunistring x86_64 0.9.4-2.fc23 fedora 315 k
1660 libxcb x86_64 1.11.1-1.fc23 updates 192 k
1661 libxslt x86_64 1.1.28-11.fc23 fedora 246 k
1662 libzip x86_64 1.0.1-2.fc23 fedora 48 k
1663 lksctp-tools x86_64 1.0.16-4.fc23 fedora 94 k
1664 lsof x86_64 4.88-3.fc23 fedora 343 k
1665 m2crypto x86_64 0.22.5-2.fc23 updates 246 k
1666 man-db x86_64 2.7.1-10.fc23 fedora 826 k
1667 net-tools x86_64 2.0-0.35.20150915git.fc23 fedora 314 k
1668 nmap-ncat x86_64 2:7.00-1.fc23 updates 218 k
1669 obs-service-source_validator noarch 0.5+git20150622.3c3fa65-84.1
1670 openSUSE_Tools
1671 34 k
1672 ocaml-srpm-macros noarch 2-3.fc23 fedora 8.1 k
1673 openldap-clients x86_64 2.4.40-14.fc23 fedora 193 k
1674 openssh x86_64 7.1p1-6.fc23 updates 444 k
1675 openssh-clients x86_64 7.1p1-6.fc23 updates 634 k
1676 osc noarch 0.151.1-164.2.1.fc23 fedora 440 k
1677 patch x86_64 2.7.5-2.fc23 fedora 123 k
1678 perl x86_64 4:5.22.1-350.fc23 updates 6.9 M
1679 perl-Carp noarch 1.38-1.fc23 updates 29 k
1680 perl-Data-Dumper x86_64 2.158-347.fc23 fedora 55 k
1681 perl-Digest noarch 1.17-346.fc23 fedora 26 k
1682 perl-Digest-MD5 x86_64 2.54-346.fc23 fedora 35 k
1683 perl-Encode x86_64 3:2.78-2.fc23 fedora 1.5 M
1684 perl-Error noarch 1:0.17024-4.fc23 fedora 44 k
1685 perl-Exporter noarch 5.72-347.fc23 fedora 33 k
1686 perl-File-Path noarch 2.09-347.fc23 fedora 31 k
1687 perl-File-Temp noarch 0.23.04-346.fc23 fedora 61 k
1688 perl-Getopt-Long noarch 2.48-1.fc23 updates 61 k
1689 perl-Git noarch 2.5.0-3.fc23 updates 61 k
1690 perl-HTTP-Tiny noarch 0.056-3.fc23 fedora 53 k
1691 perl-MD5 noarch 2.03-21.fc23 fedora 13 k
1692 perl-MIME-Base64 x86_64 3.15-348.fc23 fedora 29 k
1693 perl-PathTools x86_64 3.60-1.fc23 updates 88 k
1694 perl-Pod-Escapes noarch 1:1.07-348.fc23 fedora 19 k
1695 perl-Pod-Perldoc noarch 3.25-347.fc23 fedora 84 k
1696 perl-Pod-Simple noarch 1:3.31-1.fc23 fedora 211 k
1697 perl-Pod-Usage noarch 4:1.67-3.fc23 fedora 33 k
1698 perl-Scalar-List-Utils x86_64 2:1.42-3.fc23 fedora 62 k
1699 perl-Socket x86_64 3:2.021-1.fc23 updates 55 k
1700 perl-Storable x86_64 1:2.53-346.fc23 fedora 84 k
1701 perl-Term-ANSIColor noarch 4.03-346.fc23 fedora 45 k
1702 perl-Term-Cap noarch 1.17-1.fc23 fedora 22 k
1703 perl-TermReadKey x86_64 2.33-3.fc23 fedora 39 k
1704 perl-Text-ParseWords noarch 3.30-346.fc23 fedora 17 k
1705 perl-Text-Tabs+Wrap noarch 2013.0523-346.fc23 fedora 23 k
1706 perl-Time-HiRes x86_64 1.9728-1.fc23 updates 50 k
1707 perl-Time-Local noarch 1.2300-346.fc23 fedora 29 k
1708 perl-TimeDate noarch 1:2.30-7.fc23 fedora 52 k
1709 perl-Unicode-Normalize x86_64 1.24-1.fc23 updates 80 k
1710 perl-constant noarch 1.33-347.fc23 fedora 24 k
1711 perl-generators noarch 1.06-1.fc23 updates 15 k
1712 perl-libs x86_64 4:5.22.1-350.fc23 updates 822 k
1713 perl-macros x86_64 4:5.22.1-350.fc23 updates 57 k
1714 perl-parent noarch 1:0.234-3.fc23 fedora 18 k
1715 perl-podlators noarch 2.5.3-347.fc23 fedora 112 k
1716 perl-srpm-macros noarch 1-17.fc23 fedora 9.7 k
1717 perl-threads x86_64 1:2.02-2.fc23 fedora 58 k
1718 perl-threads-shared x86_64 1.48-346.fc23 fedora 44 k
1719 php-cli x86_64 5.6.16-1.fc23 updates 4.0 M
1720 php-common x86_64 5.6.16-1.fc23 updates 1.1 M
1721 php-doctrine-instantiator noarch 1.0.5-2.fc23 fedora 15 k
1722 php-mbstring x86_64 5.6.16-1.fc23 updates 581 k
1723 php-pear noarch 1:1.10.1-1.fc23 updates 353 k
1724 php-pecl-jsonc x86_64 1.3.9-1.fc23 fedora 58 k
1725 php-pecl-zip x86_64 1.13.1-1.fc23 fedora 60 k
1726 php-phpdocumentor-reflection-docblock
1727 noarch 2.0.4-2.fc23 fedora 29 k
1728 php-phpspec-prophecy noarch 1.5.0-2.fc23 updates 51 k
1729 php-phpunit-File-Iterator noarch 1.4.1-1.fc23 fedora 16 k
1730 php-phpunit-PHP-CodeCoverage noarch 2.2.4-1.fc23 updates 315 k
1731 php-phpunit-PHP-Invoker noarch 1.1.4-1.fc23 fedora 13 k
1732 php-phpunit-PHP-Timer noarch 1.0.7-1.fc23 fedora 13 k
1733 php-phpunit-PHP-TokenStream noarch 1.4.8-1.fc23 fedora 21 k
1734 php-phpunit-PHPUnit noarch 4.8.17-1.fc23 updates 134 k
1735 php-phpunit-PHPUnit-MockObject noarch 2.3.8-1.fc23 updates 40 k
1736 php-phpunit-PHPUnit-Selenium noarch 1.4.2-2.fc23 fedora 57 k
1737 php-phpunit-Text-Template noarch 1.2.1-1.fc23 fedora 13 k
1738 php-phpunit-Version noarch 1.0.6-1.fc23 fedora 12 k
1739 php-phpunit-comparator noarch 1.2.0-1.fc23 fedora 18 k
1740 php-phpunit-diff noarch 1.4.1-1.fc23 updates 17 k
1741 php-phpunit-environment noarch 1.3.2-1.fc23 fedora 14 k
1742 php-phpunit-exporter noarch 1.2.1-1.fc23 fedora 15 k
1743 php-process x86_64 5.6.16-1.fc23 updates 88 k
1744 php-sebastian-global-state noarch 1.1.1-1.fc23 updates 14 k
1745 php-sebastian-recursion-context noarch 1.0.2-1.fc23 updates 12 k
1746 php-soap x86_64 5.6.16-1.fc23 updates 243 k
1747 php-symfony-class-loader noarch 2.7.7-2.fc23 updates 27 k
1748 php-symfony-common noarch 2.7.7-2.fc23 updates 103 k
1749 php-symfony-yaml noarch 2.7.7-2.fc23 updates 28 k
1750 php-tidy x86_64 5.6.16-1.fc23 updates 71 k
1751 php-xml x86_64 5.6.16-1.fc23 updates 259 k
1752 pkgconfig x86_64 1:0.28-9.fc23 fedora 60 k
1753 psmisc x86_64 22.21-7.fc23 fedora 149 k
1754 python-chardet noarch 2.2.1-3.fc23 fedora 231 k
1755 python-cssselect noarch 0.9.1-6.fc23 fedora 62 k
1756 python-kitchen noarch 1.2.1-3.fc23 fedora 120 k
1757 python-lxml x86_64 3.4.4-1.fc23 fedora 903 k
1758 python3-cssselect noarch 0.9.1-6.fc23 fedora 64 k
1759 python3-javapackages noarch 4.6.0-7.fc23 updates 87 k
1760 python3-lxml x86_64 3.4.4-1.fc23 fedora 907 k
1761 redhat-rpm-config noarch 36-1.fc23 fedora 59 k
1762 rpm-build x86_64 4.13.0-0.rc1.7.fc23 updates 136 k
1763 rpmdevtools noarch 8.6-2.fc23 fedora 104 k
1764 rsync x86_64 3.1.1-7.fc23 fedora 392 k
1765 screen x86_64 4.3.1-2.fc23 fedora 571 k
1766 strace x86_64 4.10-3.fc23 fedora 383 k
1767 sudo x86_64 1.8.15-1.fc23 updates 691 k
1768 tar x86_64 2:1.28-6.fc23 fedora 944 k
1769 telnet x86_64 1:0.17-61.fc23 fedora 68 k
1770 traceroute x86_64 3:2.0.20-4.fc23 fedora 63 k
1771 ttmkfdir x86_64 3.0.9-46.fc23 fedora 54 k
1772 tzdata-java noarch 2015g-1.fc23 fedora 178 k
1773 unzip x86_64 6.0-24.fc23 updates 180 k
1774 vim-common x86_64 2:7.4.827-1.fc23 fedora 6.0 M
1775 vim-enhanced x86_64 2:7.4.827-1.fc23 fedora 1.1 M
1776 vim-filesystem x86_64 2:7.4.827-1.fc23 fedora 22 k
1777 wget x86_64 1.17.1-1.fc23 updates 640 k
1778 which x86_64 2.20-12.fc23 fedora 46 k
1779 xalan-j2 noarch 2.7.1-27.fc23 fedora 1.9 M
1780 xemacs-filesystem noarch 21.5.34-12.20150929hga76c9268bb72.fc23
1781 fedora 21 k
1782 xerces-j2 noarch 2.11.0-23.fc23 fedora 1.2 M
1783 xml-commons-apis noarch 1.4.01-19.fc23 fedora 232 k
1784 xml-commons-resolver noarch 1.2-18.fc23 fedora 114 k
1785 xorg-x11-font-utils x86_64 1:7.5-29.fc23 fedora 90 k
1786 xorg-x11-fonts-Type1 noarch 7.5-15.fc23 fedora 522 k
1787 xz x86_64 5.2.1-3.fc23 fedora 147 k
1788 yum-utils noarch 1.1.31-508.fc23 updates 117 k
1789 zip x86_64 3.0-15.fc23 fedora 270 k
1790
1791Transaction Summary
1792================================================================================
1793Install 200 Packages
1794
1795Total download size: 121 M
1796Installed size: 402 M
1797Downloading Packages:
1798--------------------------------------------------------------------------------
1799Total 52 MB/s | 121 MB 00:02
1800Running transaction check
1801Transaction check succeeded.
1802Running transaction test
1803Transaction test succeeded.
1804Running transaction
1805 Installing : perl-libs-4:5.22.1-350.fc23.x86_64 1/200
1806 Installing : php-common-5.6.16-1.fc23.x86_64 2/200
1807 Installing : php-pecl-jsonc-1.3.9-1.fc23.x86_64 3/200
1808 Installing : php-doctrine-instantiator-1.0.5-2.fc23.noarch 4/200
1809 Installing : php-phpunit-Text-Template-1.2.1-1.fc23.noarch 5/200
1810 Installing : php-symfony-class-loader-2.7.7-2.fc23.noarch 6/200
1811 Installing : php-symfony-common-2.7.7-2.fc23.noarch 7/200
1812 Installing : fipscheck-1.4.1-9.fc23.x86_64 8/200
1813 Installing : fipscheck-lib-1.4.1-9.fc23.x86_64 9/200
1814 Installing : groff-base-1.22.3-6.fc23.x86_64 10/200
1815 Installing : libxslt-1.1.28-11.fc23.x86_64 11/200
1816 Installing : php-xml-5.6.16-1.fc23.x86_64 12/200
1817 Installing : php-sebastian-recursion-context-1.0.2-1.fc23.noarch 13/200
1818 Installing : php-phpunit-exporter-1.2.1-1.fc23.noarch 14/200
1819 Installing : php-phpunit-diff-1.4.1-1.fc23.noarch 15/200
1820 Installing : php-phpunit-comparator-1.2.0-1.fc23.noarch 16/200
1821 Installing : php-mbstring-5.6.16-1.fc23.x86_64 17/200
1822 Installing : php-phpunit-File-Iterator-1.4.1-1.fc23.noarch 18/200
1823 Installing : php-phpunit-PHP-Timer-1.0.7-1.fc23.noarch 19/200
1824 Installing : php-phpunit-environment-1.3.2-1.fc23.noarch 20/200
1825 Installing : cronie-1.5.0-3.fc23.x86_64 21/200
1826 Installing : crontabs-1.11-11.20150630git.fc23.noarch 22/200
1827 Installing : cronie-anacron-1.5.0-3.fc23.x86_64 23/200
1828 Installing : libfontenc-1.1.3-2.fc23.x86_64 24/200
1829 Installing : libICE-1.0.9-3.fc23.x86_64 25/200
1830 Installing : fontpackages-filesystem-1.44-14.fc23.noarch 26/200
1831 Installing : libpng-2:1.6.19-1.fc23.x86_64 27/200
1832 Installing : freetype-2.6.0-3.fc23.x86_64 28/200
1833 Installing : libedit-3.1-13.20150325cvs.fc23.x86_64 29/200
1834 Installing : php-cli-5.6.16-1.fc23.x86_64 30/200
1835 Installing : unzip-6.0-24.fc23.x86_64 31/200
1836 Installing : pkgconfig-1:0.28-9.fc23.x86_64 32/200
1837 Installing : libjpeg-turbo-1.4.1-2.fc23.x86_64 33/200
1838 Installing : tar-2:1.28-6.fc23.x86_64 34/200
1839 Installing : binutils-2.25-15.fc23.x86_64 35/200
1840 Installing : bind-license-32:9.10.3-7.P2.fc23.noarch 36/200
1841 Installing : findutils-1:4.5.14-7.fc23.x86_64 37/200
1842 Installing : file-5.22-5.fc23.x86_64 38/200
1843 Installing : zip-3.0-15.fc23.x86_64 39/200
1844 Installing : php-phpunit-PHP-Invoker-1.1.4-1.fc23.noarch 40/200
1845 Installing : ttmkfdir-3.0.9-46.fc23.x86_64 41/200
1846 Installing : libXfont-1.5.1-3.fc23.x86_64 42/200
1847 Installing : xorg-x11-font-utils-1:7.5-29.fc23.x86_64 43/200
1848 Installing : aajohan-comfortaa-fonts-2.004-5.fc23.noarch 44/200
1849 Installing : fontconfig-2.11.94-4.fc23.x86_64 45/200
1850 Installing : xorg-x11-fonts-Type1-7.5-15.fc23.noarch 46/200
1851 Installing : libSM-1.2.2-3.fc23.x86_64 47/200
1852 Installing : php-symfony-yaml-2.7.7-2.fc23.noarch 48/200
1853 Installing : openssh-7.1p1-6.fc23.x86_64 49/200
1854 Installing : openssh-clients-7.1p1-6.fc23.x86_64 50/200
1855 Installing : php-process-5.6.16-1.fc23.x86_64 51/200
1856 Installing : php-phpdocumentor-reflection-docblock-2.0.4-2.fc23.no 52/200
1857 Installing : php-phpspec-prophecy-1.5.0-2.fc23.noarch 53/200
1858 Installing : php-phpunit-PHP-TokenStream-1.4.8-1.fc23.noarch 54/200
1859 Installing : php-soap-5.6.16-1.fc23.x86_64 55/200
1860 Installing : php-phpunit-PHPUnit-MockObject-2.3.8-1.fc23.noarch 56/200
1861 Installing : php-sebastian-global-state-1.1.1-1.fc23.noarch 57/200
1862 Installing : perl-macros-4:5.22.1-350.fc23.x86_64 58/200
1863 Installing : perl-Time-Local-1.2300-346.fc23.noarch 59/200
1864 Installing : perl-HTTP-Tiny-0.056-3.fc23.noarch 60/200
1865 Installing : perl-Term-ANSIColor-4.03-346.fc23.noarch 61/200
1866 Installing : perl-Term-Cap-1.17-1.fc23.noarch 62/200
1867 Installing : perl-MIME-Base64-3.15-348.fc23.x86_64 63/200
1868 Installing : perl-Pod-Perldoc-3.25-347.fc23.noarch 64/200
1869 Installing : perl-podlators-2.5.3-347.fc23.noarch 65/200
1870 Installing : perl-Pod-Escapes-1:1.07-348.fc23.noarch 66/200
1871 Installing : perl-Text-ParseWords-3.30-346.fc23.noarch 67/200
1872 Installing : perl-Encode-3:2.78-2.fc23.x86_64 68/200
1873 Installing : perl-Pod-Usage-4:1.67-3.fc23.noarch 69/200
1874 Installing : perl-parent-1:0.234-3.fc23.noarch 70/200
1875 Installing : perl-Text-Tabs+Wrap-2013.0523-346.fc23.noarch 71/200
1876 Installing : perl-Scalar-List-Utils-2:1.42-3.fc23.x86_64 72/200
1877 Installing : perl-constant-1.33-347.fc23.noarch 73/200
1878 Installing : perl-Storable-1:2.53-346.fc23.x86_64 74/200
1879 Installing : perl-threads-1:2.02-2.fc23.x86_64 75/200
1880 Installing : perl-threads-shared-1.48-346.fc23.x86_64 76/200
1881 Installing : perl-File-Temp-0.23.04-346.fc23.noarch 77/200
1882 Installing : perl-File-Path-2.09-347.fc23.noarch 78/200
1883 Installing : perl-Pod-Simple-1:3.31-1.fc23.noarch 79/200
1884 Installing : perl-Getopt-Long-2.48-1.fc23.noarch 80/200
1885 Installing : perl-PathTools-3.60-1.fc23.x86_64 81/200
1886 Installing : perl-Carp-1.38-1.fc23.noarch 82/200
1887 Installing : perl-Socket-3:2.021-1.fc23.x86_64 83/200
1888 Installing : perl-Time-HiRes-1.9728-1.fc23.x86_64 84/200
1889 Installing : perl-Unicode-Normalize-1.24-1.fc23.x86_64 85/200
1890 Installing : perl-Exporter-5.72-347.fc23.noarch 86/200
1891 Installing : perl-4:5.22.1-350.fc23.x86_64 87/200
1892 Installing : perl-TimeDate-1:2.30-7.fc23.noarch 88/200
1893 Installing : perl-Error-1:0.17024-4.fc23.noarch 89/200
1894 Installing : perl-Digest-1.17-346.fc23.noarch 90/200
1895 Installing : perl-Digest-MD5-2.54-346.fc23.x86_64 91/200
1896 Installing : perl-MD5-2.03-21.fc23.noarch 92/200
1897 Installing : perl-TermReadKey-2.33-3.fc23.x86_64 93/200
1898 Installing : perl-generators-1.06-1.fc23.noarch 94/200
1899 Installing : build-mkbaselibs-20151105-214.1.noarch 95/200
1900 Installing : libXau-1.0.8-5.fc23.x86_64 96/200
1901 Installing : libxcb-1.11.1-1.fc23.x86_64 97/200
1902 Installing : libX11-common-1.6.3-2.fc23.noarch 98/200
1903 Installing : libX11-1.6.3-2.fc23.x86_64 99/200
1904 Installing : libXext-1.3.3-3.fc23.x86_64 100/200
1905 Installing : libXi-1.7.6-1.fc23.x86_64 101/200
1906 Installing : libXtst-1.2.2-5.fc23.x86_64 102/200
1907 Installing : giflib-4.1.6-14.fc23.x86_64 103/200
1908 Installing : libXrender-0.9.9-2.fc23.x86_64 104/200
1909 Installing : alsa-lib-1.0.29-2.fc23.x86_64 105/200
1910 Installing : libtool-ltdl-2.4.6-7.fc23.x86_64 106/200
1911 Installing : libipt-1.4.3-1.fc23.x86_64 107/200
1912 Installing : libunistring-0.9.4-2.fc23.x86_64 108/200
1913 Installing : httpd-filesystem-2.4.17-3.fc23.noarch 109/200
1914 Installing : php-pear-1:1.10.1-1.fc23.noarch 110/200
1915 Installing : libatomic_ops-7.4.2-6.fc23.x86_64 111/200
1916 Installing : gc-7.4.2-4.fc23.x86_64 112/200
1917 Installing : guile-5:2.0.11-7.fc23.x86_64 113/200
1918 Installing : libbabeltrace-1.2.4-2.fc23.x86_64 114/200
1919 Installing : gdb-7.10.1-30.fc23.x86_64 115/200
1920 Installing : bzip2-1.0.6-19.fc23.x86_64 116/200
1921 Installing : GeoIP-GeoLite-data-2015.12-1.fc23.noarch 117/200
1922 Installing : GeoIP-1.6.6-1.fc23.x86_64 118/200
1923 Installing : bind-libs-lite-32:9.10.3-7.P2.fc23.x86_64 119/200
1924 Installing : bind-libs-32:9.10.3-7.P2.fc23.x86_64 120/200
1925 Installing : m2crypto-0.22.5-2.fc23.x86_64 121/200
1926 Installing : libtidy-0.99.0-34.20091203.fc23.x86_64 122/200
1927 Installing : php-tidy-5.6.16-1.fc23.x86_64 123/200
1928 Installing : python3-cssselect-0.9.1-6.fc23.noarch 124/200
1929 Installing : python3-lxml-3.4.4-1.fc23.x86_64 125/200
1930 Installing : python3-javapackages-4.6.0-7.fc23.noarch 126/200
1931 Installing : javapackages-tools-4.6.0-7.fc23.noarch 127/200
1932 Installing : perl-srpm-macros-1-17.fc23.noarch 128/200
1933 Installing : ocaml-srpm-macros-2-3.fc23.noarch 129/200
1934 Installing : go-srpm-macros-2-3.fc23.noarch 130/200
1935 Installing : gnat-srpm-macros-2-1.fc23.noarch 131/200
1936 Installing : ghc-srpm-macros-1.4.2-2.fc23.noarch 132/200
1937 Installing : dwz-0.12-1.fc23.x86_64 133/200
1938 Installing : redhat-rpm-config-36-1.fc23.noarch 134/200
1939 Installing : xz-5.2.1-3.fc23.x86_64 135/200
1940 Installing : patch-2.7.5-2.fc23.x86_64 136/200
1941 Installing : elfutils-0.163-4.fc23.x86_64 137/200
1942 Installing : rpm-build-4.13.0-0.rc1.7.fc23.x86_64 138/200
1943 Installing : tzdata-java-2015g-1.fc23.noarch 139/200
1944 Installing : lksctp-tools-1.0.16-4.fc23.x86_64 140/200
1945 Installing : lcms2-2.7-2.fc23.x86_64 141/200
1946 Installing : java-1.8.0-openjdk-headless-1:1.8.0.60-14.b27.fc23.x8 142/200
1947 Installing : xml-commons-apis-1.4.01-19.fc23.noarch 143/200
1948 Installing : ant-lib-1.9.6-2.fc23.noarch 144/200
1949 Installing : xml-commons-resolver-1.2-18.fc23.noarch 145/200
1950 Installing : xalan-j2-2.7.1-27.fc23.noarch 146/200
1951 Installing : xerces-j2-2.11.0-23.fc23.noarch 147/200
1952 Installing : java-1.8.0-openjdk-1:1.8.0.60-14.b27.fc23.x86_64 148/200
1953 Installing : python-chardet-2.2.1-3.fc23.noarch 149/200
1954 Installing : python-kitchen-1.2.1-3.fc23.noarch 150/200
1955 Installing : libicu-54.1-5.fc23.x86_64 151/200
1956 Installing : libpsl-0.7.0-5.fc23.x86_64 152/200
1957 Installing : libpcap-14:1.7.4-1.fc23.x86_64 153/200
1958 Installing : libpipeline-1.4.0-2.fc23.x86_64 154/200
1959 Installing : man-db-2.7.1-10.fc23.x86_64 155/200
1960 Installing : less-481-1.fc23.x86_64 156/200
1961 Installing : rsync-3.1.1-7.fc23.x86_64 157/200
1962 Installing : libgnome-keyring-3.12.0-5.fc23.x86_64 158/200
1963 Installing : git-core-2.5.0-3.fc23.x86_64 159/200
1964 Installing : git-core-doc-2.5.0-3.fc23.x86_64 160/200
1965 Installing : perl-Git-2.5.0-3.fc23.noarch 161/200
1966 Installing : git-2.5.0-3.fc23.x86_64 162/200
1967 Installing : php-phpunit-Version-1.0.6-1.fc23.noarch 163/200
1968 Installing : php-phpunit-PHP-CodeCoverage-2.2.4-1.fc23.noarch 164/200
1969 Installing : php-phpunit-PHPUnit-4.8.17-1.fc23.noarch 165/200
1970 Installing : vim-filesystem-2:7.4.827-1.fc23.x86_64 166/200
1971 Installing : vim-common-2:7.4.827-1.fc23.x86_64 167/200
1972 Installing : fakeroot-libs-1.20.2-1.fc23.x86_64 168/200
1973 Installing : fakeroot-1.20.2-1.fc23.x86_64 169/200
1974 Installing : libzip-1.0.1-2.fc23.x86_64 170/200
1975 Installing : php-pecl-zip-1.13.1-1.fc23.x86_64 171/200
1976 Installing : python-cssselect-0.9.1-6.fc23.noarch 172/200
1977 Installing : python-lxml-3.4.4-1.fc23.x86_64 173/200
1978 Installing : fuse-libs-2.9.4-3.fc23.x86_64 174/200
1979 Installing : fuse-python-0.2.1-11.fc23.x86_64 175/200
1980 Installing : which-2.20-12.fc23.x86_64 176/200
1981 Installing : gpm-libs-1.20.7-7.fc23.x86_64 177/200
1982 Installing : xemacs-filesystem-21.5.34-12.20150929hga76c9268bb72.f 178/200
1983 Installing : rpmdevtools-8.6-2.fc23.noarch 179/200
1984 Installing : vim-enhanced-2:7.4.827-1.fc23.x86_64 180/200
1985 Installing : osc-0.151.1-164.2.1.fc23.noarch 181/200
1986 Installing : php-phpunit-PHPUnit-Selenium-1.4.2-2.fc23.noarch 182/200
1987 Installing : nmap-ncat-2:7.00-1.fc23.x86_64 183/200
1988 Installing : wget-1.17.1-1.fc23.x86_64 184/200
1989 Installing : yum-utils-1.1.31-508.fc23.noarch 185/200
1990 Installing : java-1.8.0-openjdk-devel-1:1.8.0.60-14.b27.fc23.x86_6 186/200
1991 Installing : ant-1.9.6-2.fc23.noarch 187/200
1992 Installing : bind-utils-32:9.10.3-7.P2.fc23.x86_64 188/200
1993 Installing : build-20151105-214.1.noarch 189/200
1994 Installing : obs-service-source_validator-0.5+git20150622.3c3fa65- 190/200
1995 Installing : perl-Data-Dumper-2.158-347.fc23.x86_64 191/200
1996 Installing : sudo-1.8.15-1.fc23.x86_64 192/200
1997 Installing : traceroute-3:2.0.20-4.fc23.x86_64 193/200
1998 Installing : telnet-1:0.17-61.fc23.x86_64 194/200
1999 Installing : strace-4.10-3.fc23.x86_64 195/200
2000 Installing : screen-4.3.1-2.fc23.x86_64 196/200
2001 Installing : psmisc-22.21-7.fc23.x86_64 197/200
2002 Installing : openldap-clients-2.4.40-14.fc23.x86_64 198/200
2003 Installing : net-tools-2.0-0.35.20150915git.fc23.x86_64 199/200
2004 Installing : lsof-4.88-3.fc23.x86_64 200/200
2005 Verifying : ant-1.9.6-2.fc23.noarch 1/200
2006 Verifying : lsof-4.88-3.fc23.x86_64 2/200
2007 Verifying : net-tools-2.0-0.35.20150915git.fc23.x86_64 3/200
2008 Verifying : openldap-clients-2.4.40-14.fc23.x86_64 4/200
2009 Verifying : osc-0.151.1-164.2.1.fc23.noarch 5/200
2010 Verifying : perl-Data-Dumper-2.158-347.fc23.x86_64 6/200
2011 Verifying : perl-Digest-MD5-2.54-346.fc23.x86_64 7/200
2012 Verifying : perl-TimeDate-1:2.30-7.fc23.noarch 8/200
2013 Verifying : php-phpunit-PHPUnit-Selenium-1.4.2-2.fc23.noarch 9/200
2014 Verifying : psmisc-22.21-7.fc23.x86_64 10/200
2015 Verifying : rpmdevtools-8.6-2.fc23.noarch 11/200
2016 Verifying : screen-4.3.1-2.fc23.x86_64 12/200
2017 Verifying : strace-4.10-3.fc23.x86_64 13/200
2018 Verifying : telnet-1:0.17-61.fc23.x86_64 14/200
2019 Verifying : traceroute-3:2.0.20-4.fc23.x86_64 15/200
2020 Verifying : vim-enhanced-2:7.4.827-1.fc23.x86_64 16/200
2021 Verifying : ant-lib-1.9.6-2.fc23.noarch 17/200
2022 Verifying : xerces-j2-2.11.0-23.fc23.noarch 18/200
2023 Verifying : xml-commons-apis-1.4.01-19.fc23.noarch 19/200
2024 Verifying : fuse-python-0.2.1-11.fc23.x86_64 20/200
2025 Verifying : python-lxml-3.4.4-1.fc23.x86_64 21/200
2026 Verifying : perl-Exporter-5.72-347.fc23.noarch 22/200
2027 Verifying : perl-Scalar-List-Utils-2:1.42-3.fc23.x86_64 23/200
2028 Verifying : perl-constant-1.33-347.fc23.noarch 24/200
2029 Verifying : perl-Digest-1.17-346.fc23.noarch 25/200
2030 Verifying : perl-Time-Local-1.2300-346.fc23.noarch 26/200
2031 Verifying : php-pecl-zip-1.13.1-1.fc23.x86_64 27/200
2032 Verifying : php-phpunit-comparator-1.2.0-1.fc23.noarch 28/200
2033 Verifying : fakeroot-1.20.2-1.fc23.x86_64 29/200
2034 Verifying : file-5.22-5.fc23.x86_64 30/200
2035 Verifying : findutils-1:4.5.14-7.fc23.x86_64 31/200
2036 Verifying : perl-File-Temp-0.23.04-346.fc23.noarch 32/200
2037 Verifying : xemacs-filesystem-21.5.34-12.20150929hga76c9268bb72.f 33/200
2038 Verifying : gpm-libs-1.20.7-7.fc23.x86_64 34/200
2039 Verifying : vim-common-2:7.4.827-1.fc23.x86_64 35/200
2040 Verifying : which-2.20-12.fc23.x86_64 36/200
2041 Verifying : xalan-j2-2.7.1-27.fc23.noarch 37/200
2042 Verifying : xml-commons-resolver-1.2-18.fc23.noarch 38/200
2043 Verifying : fuse-libs-2.9.4-3.fc23.x86_64 39/200
2044 Verifying : libxslt-1.1.28-11.fc23.x86_64 40/200
2045 Verifying : python-cssselect-0.9.1-6.fc23.noarch 41/200
2046 Verifying : perl-MIME-Base64-3.15-348.fc23.x86_64 42/200
2047 Verifying : libzip-1.0.1-2.fc23.x86_64 43/200
2048 Verifying : php-phpunit-exporter-1.2.1-1.fc23.noarch 44/200
2049 Verifying : fakeroot-libs-1.20.2-1.fc23.x86_64 45/200
2050 Verifying : perl-File-Path-2.09-347.fc23.noarch 46/200
2051 Verifying : perl-parent-1:0.234-3.fc23.noarch 47/200
2052 Verifying : vim-filesystem-2:7.4.827-1.fc23.x86_64 48/200
2053 Verifying : bind-utils-32:9.10.3-7.P2.fc23.x86_64 49/200
2054 Verifying : bind-libs-32:9.10.3-7.P2.fc23.x86_64 50/200
2055 Verifying : bind-libs-lite-32:9.10.3-7.P2.fc23.x86_64 51/200
2056 Verifying : GeoIP-1.6.6-1.fc23.x86_64 52/200
2057 Verifying : bind-license-32:9.10.3-7.P2.fc23.noarch 53/200
2058 Verifying : build-20151105-214.1.noarch 54/200
2059 Verifying : binutils-2.25-15.fc23.x86_64 55/200
2060 Verifying : perl-MD5-2.03-21.fc23.noarch 56/200
2061 Verifying : tar-2:1.28-6.fc23.x86_64 57/200
2062 Verifying : git-2.5.0-3.fc23.x86_64 58/200
2063 Verifying : git-core-2.5.0-3.fc23.x86_64 59/200
2064 Verifying : git-core-doc-2.5.0-3.fc23.x86_64 60/200
2065 Verifying : perl-Git-2.5.0-3.fc23.noarch 61/200
2066 Verifying : perl-Error-1:0.17024-4.fc23.noarch 62/200
2067 Verifying : perl-TermReadKey-2.33-3.fc23.x86_64 63/200
2068 Verifying : less-481-1.fc23.x86_64 64/200
2069 Verifying : libgnome-keyring-3.12.0-5.fc23.x86_64 65/200
2070 Verifying : rsync-3.1.1-7.fc23.x86_64 66/200
2071 Verifying : groff-base-1.22.3-6.fc23.x86_64 67/200
2072 Verifying : man-db-2.7.1-10.fc23.x86_64 68/200
2073 Verifying : crontabs-1.11-11.20150630git.fc23.noarch 69/200
2074 Verifying : libpipeline-1.4.0-2.fc23.x86_64 70/200
2075 Verifying : cronie-1.5.0-3.fc23.x86_64 71/200
2076 Verifying : nmap-ncat-2:7.00-1.fc23.x86_64 72/200
2077 Verifying : libpcap-14:1.7.4-1.fc23.x86_64 73/200
2078 Verifying : sudo-1.8.15-1.fc23.x86_64 74/200
2079 Verifying : wget-1.17.1-1.fc23.x86_64 75/200
2080 Verifying : libpsl-0.7.0-5.fc23.x86_64 76/200
2081 Verifying : libicu-54.1-5.fc23.x86_64 77/200
2082 Verifying : yum-utils-1.1.31-508.fc23.noarch 78/200
2083 Verifying : python-kitchen-1.2.1-3.fc23.noarch 79/200
2084 Verifying : python-chardet-2.2.1-3.fc23.noarch 80/200
2085 Verifying : php-pecl-jsonc-1.3.9-1.fc23.x86_64 81/200
2086 Verifying : java-1.8.0-openjdk-headless-1:1.8.0.60-14.b27.fc23.x8 82/200
2087 Verifying : freetype-2.6.0-3.fc23.x86_64 83/200
2088 Verifying : lcms2-2.7-2.fc23.x86_64 84/200
2089 Verifying : libjpeg-turbo-1.4.1-2.fc23.x86_64 85/200
2090 Verifying : lksctp-tools-1.0.16-4.fc23.x86_64 86/200
2091 Verifying : tzdata-java-2015g-1.fc23.noarch 87/200
2092 Verifying : rpm-build-4.13.0-0.rc1.7.fc23.x86_64 88/200
2093 Verifying : elfutils-0.163-4.fc23.x86_64 89/200
2094 Verifying : patch-2.7.5-2.fc23.x86_64 90/200
2095 Verifying : pkgconfig-1:0.28-9.fc23.x86_64 91/200
2096 Verifying : redhat-rpm-config-36-1.fc23.noarch 92/200
2097 Verifying : xz-5.2.1-3.fc23.x86_64 93/200
2098 Verifying : dwz-0.12-1.fc23.x86_64 94/200
2099 Verifying : ghc-srpm-macros-1.4.2-2.fc23.noarch 95/200
2100 Verifying : gnat-srpm-macros-2-1.fc23.noarch 96/200
2101 Verifying : go-srpm-macros-2-3.fc23.noarch 97/200
2102 Verifying : ocaml-srpm-macros-2-3.fc23.noarch 98/200
2103 Verifying : perl-srpm-macros-1-17.fc23.noarch 99/200
2104 Verifying : zip-3.0-15.fc23.x86_64 100/200
2105 Verifying : unzip-6.0-24.fc23.x86_64 101/200
2106 Verifying : javapackages-tools-4.6.0-7.fc23.noarch 102/200
2107 Verifying : python3-javapackages-4.6.0-7.fc23.noarch 103/200
2108 Verifying : python3-lxml-3.4.4-1.fc23.x86_64 104/200
2109 Verifying : python3-cssselect-0.9.1-6.fc23.noarch 105/200
2110 Verifying : perl-libs-4:5.22.1-350.fc23.x86_64 106/200
2111 Verifying : perl-4:5.22.1-350.fc23.x86_64 107/200
2112 Verifying : perl-Pod-Simple-1:3.31-1.fc23.noarch 108/200
2113 Verifying : perl-Storable-1:2.53-346.fc23.x86_64 109/200
2114 Verifying : perl-Text-Tabs+Wrap-2013.0523-346.fc23.noarch 110/200
2115 Verifying : perl-threads-1:2.02-2.fc23.x86_64 111/200
2116 Verifying : perl-threads-shared-1.48-346.fc23.x86_64 112/200
2117 Verifying : perl-Encode-3:2.78-2.fc23.x86_64 113/200
2118 Verifying : perl-Pod-Escapes-1:1.07-348.fc23.noarch 114/200
2119 Verifying : perl-Getopt-Long-2.48-1.fc23.noarch 115/200
2120 Verifying : perl-Pod-Usage-4:1.67-3.fc23.noarch 116/200
2121 Verifying : perl-Text-ParseWords-3.30-346.fc23.noarch 117/200
2122 Verifying : perl-Pod-Perldoc-3.25-347.fc23.noarch 118/200
2123 Verifying : perl-podlators-2.5.3-347.fc23.noarch 119/200
2124 Verifying : perl-HTTP-Tiny-0.056-3.fc23.noarch 120/200
2125 Verifying : perl-Term-ANSIColor-4.03-346.fc23.noarch 121/200
2126 Verifying : perl-Term-Cap-1.17-1.fc23.noarch 122/200
2127 Verifying : perl-PathTools-3.60-1.fc23.x86_64 123/200
2128 Verifying : php-common-5.6.16-1.fc23.x86_64 124/200
2129 Verifying : php-xml-5.6.16-1.fc23.x86_64 125/200
2130 Verifying : php-sebastian-recursion-context-1.0.2-1.fc23.noarch 126/200
2131 Verifying : php-phpunit-diff-1.4.1-1.fc23.noarch 127/200
2132 Verifying : php-phpunit-PHPUnit-4.8.17-1.fc23.noarch 128/200
2133 Verifying : php-cli-5.6.16-1.fc23.x86_64 129/200
2134 Verifying : php-mbstring-5.6.16-1.fc23.x86_64 130/200
2135 Verifying : php-tidy-5.6.16-1.fc23.x86_64 131/200
2136 Verifying : php-doctrine-instantiator-1.0.5-2.fc23.noarch 132/200
2137 Verifying : php-phpunit-File-Iterator-1.4.1-1.fc23.noarch 133/200
2138 Verifying : php-phpunit-PHP-Invoker-1.1.4-1.fc23.noarch 134/200
2139 Verifying : php-phpunit-PHP-Timer-1.0.7-1.fc23.noarch 135/200
2140 Verifying : php-phpunit-Text-Template-1.2.1-1.fc23.noarch 136/200
2141 Verifying : php-phpunit-Version-1.0.6-1.fc23.noarch 137/200
2142 Verifying : php-phpunit-environment-1.3.2-1.fc23.noarch 138/200
2143 Verifying : libedit-3.1-13.20150325cvs.fc23.x86_64 139/200
2144 Verifying : libtidy-0.99.0-34.20091203.fc23.x86_64 140/200
2145 Verifying : php-pear-1:1.10.1-1.fc23.noarch 141/200
2146 Verifying : php-process-5.6.16-1.fc23.x86_64 142/200
2147 Verifying : perl-Carp-1.38-1.fc23.noarch 143/200
2148 Verifying : m2crypto-0.22.5-2.fc23.x86_64 144/200
2149 Verifying : GeoIP-GeoLite-data-2015.12-1.fc23.noarch 145/200
2150 Verifying : libpng-2:1.6.19-1.fc23.x86_64 146/200
2151 Verifying : bzip2-1.0.6-19.fc23.x86_64 147/200
2152 Verifying : gdb-7.10.1-30.fc23.x86_64 148/200
2153 Verifying : gc-7.4.2-4.fc23.x86_64 149/200
2154 Verifying : libbabeltrace-1.2.4-2.fc23.x86_64 150/200
2155 Verifying : libatomic_ops-7.4.2-6.fc23.x86_64 151/200
2156 Verifying : perl-generators-1.06-1.fc23.noarch 152/200
2157 Verifying : php-phpspec-prophecy-1.5.0-2.fc23.noarch 153/200
2158 Verifying : php-phpdocumentor-reflection-docblock-2.0.4-2.fc23.no 154/200
2159 Verifying : php-phpunit-PHP-CodeCoverage-2.2.4-1.fc23.noarch 155/200
2160 Verifying : php-phpunit-PHP-TokenStream-1.4.8-1.fc23.noarch 156/200
2161 Verifying : php-phpunit-PHPUnit-MockObject-2.3.8-1.fc23.noarch 157/200
2162 Verifying : php-soap-5.6.16-1.fc23.x86_64 158/200
2163 Verifying : php-sebastian-global-state-1.1.1-1.fc23.noarch 159/200
2164 Verifying : php-symfony-class-loader-2.7.7-2.fc23.noarch 160/200
2165 Verifying : php-symfony-common-2.7.7-2.fc23.noarch 161/200
2166 Verifying : php-symfony-yaml-2.7.7-2.fc23.noarch 162/200
2167 Verifying : httpd-filesystem-2.4.17-3.fc23.noarch 163/200
2168 Verifying : perl-Socket-3:2.021-1.fc23.x86_64 164/200
2169 Verifying : perl-Time-HiRes-1.9728-1.fc23.x86_64 165/200
2170 Verifying : perl-Unicode-Normalize-1.24-1.fc23.x86_64 166/200
2171 Verifying : perl-macros-4:5.22.1-350.fc23.x86_64 167/200
2172 Verifying : openssh-clients-7.1p1-6.fc23.x86_64 168/200
2173 Verifying : openssh-7.1p1-6.fc23.x86_64 169/200
2174 Verifying : fipscheck-lib-1.4.1-9.fc23.x86_64 170/200
2175 Verifying : fipscheck-1.4.1-9.fc23.x86_64 171/200
2176 Verifying : guile-5:2.0.11-7.fc23.x86_64 172/200
2177 Verifying : libunistring-0.9.4-2.fc23.x86_64 173/200
2178 Verifying : libipt-1.4.3-1.fc23.x86_64 174/200
2179 Verifying : build-mkbaselibs-20151105-214.1.noarch 175/200
2180 Verifying : libtool-ltdl-2.4.6-7.fc23.x86_64 176/200
2181 Verifying : cronie-anacron-1.5.0-3.fc23.x86_64 177/200
2182 Verifying : java-1.8.0-openjdk-devel-1:1.8.0.60-14.b27.fc23.x86_6 178/200
2183 Verifying : java-1.8.0-openjdk-1:1.8.0.60-14.b27.fc23.x86_64 179/200
2184 Verifying : libX11-1.6.3-2.fc23.x86_64 180/200
2185 Verifying : alsa-lib-1.0.29-2.fc23.x86_64 181/200
2186 Verifying : fontconfig-2.11.94-4.fc23.x86_64 182/200
2187 Verifying : giflib-4.1.6-14.fc23.x86_64 183/200
2188 Verifying : libXext-1.3.3-3.fc23.x86_64 184/200
2189 Verifying : libXrender-0.9.9-2.fc23.x86_64 185/200
2190 Verifying : libXtst-1.2.2-5.fc23.x86_64 186/200
2191 Verifying : xorg-x11-fonts-Type1-7.5-15.fc23.noarch 187/200
2192 Verifying : libX11-common-1.6.3-2.fc23.noarch 188/200
2193 Verifying : fontpackages-filesystem-1.44-14.fc23.noarch 189/200
2194 Verifying : libICE-1.0.9-3.fc23.x86_64 190/200
2195 Verifying : libSM-1.2.2-3.fc23.x86_64 191/200
2196 Verifying : ttmkfdir-3.0.9-46.fc23.x86_64 192/200
2197 Verifying : xorg-x11-font-utils-1:7.5-29.fc23.x86_64 193/200
2198 Verifying : libXfont-1.5.1-3.fc23.x86_64 194/200
2199 Verifying : libfontenc-1.1.3-2.fc23.x86_64 195/200
2200 Verifying : obs-service-source_validator-0.5+git20150622.3c3fa65- 196/200
2201 Verifying : libXi-1.7.6-1.fc23.x86_64 197/200
2202 Verifying : libxcb-1.11.1-1.fc23.x86_64 198/200
2203 Verifying : libXau-1.0.8-5.fc23.x86_64 199/200
2204 Verifying : aajohan-comfortaa-fonts-2.004-5.fc23.noarch 200/200
2205
2206Installed:
2207 GeoIP.x86_64 1.6.6-1.fc23
2208 GeoIP-GeoLite-data.noarch 2015.12-1.fc23
2209 aajohan-comfortaa-fonts.noarch 2.004-5.fc23
2210 alsa-lib.x86_64 1.0.29-2.fc23
2211 ant.noarch 1.9.6-2.fc23
2212 ant-lib.noarch 1.9.6-2.fc23
2213 bind-libs.x86_64 32:9.10.3-7.P2.fc23
2214 bind-libs-lite.x86_64 32:9.10.3-7.P2.fc23
2215 bind-license.noarch 32:9.10.3-7.P2.fc23
2216 bind-utils.x86_64 32:9.10.3-7.P2.fc23
2217 binutils.x86_64 2.25-15.fc23
2218 build.noarch 20151105-214.1
2219 build-mkbaselibs.noarch 20151105-214.1
2220 bzip2.x86_64 1.0.6-19.fc23
2221 cronie.x86_64 1.5.0-3.fc23
2222 cronie-anacron.x86_64 1.5.0-3.fc23
2223 crontabs.noarch 1.11-11.20150630git.fc23
2224 dwz.x86_64 0.12-1.fc23
2225 elfutils.x86_64 0.163-4.fc23
2226 fakeroot.x86_64 1.20.2-1.fc23
2227 fakeroot-libs.x86_64 1.20.2-1.fc23
2228 file.x86_64 5.22-5.fc23
2229 findutils.x86_64 1:4.5.14-7.fc23
2230 fipscheck.x86_64 1.4.1-9.fc23
2231 fipscheck-lib.x86_64 1.4.1-9.fc23
2232 fontconfig.x86_64 2.11.94-4.fc23
2233 fontpackages-filesystem.noarch 1.44-14.fc23
2234 freetype.x86_64 2.6.0-3.fc23
2235 fuse-libs.x86_64 2.9.4-3.fc23
2236 fuse-python.x86_64 0.2.1-11.fc23
2237 gc.x86_64 7.4.2-4.fc23
2238 gdb.x86_64 7.10.1-30.fc23
2239 ghc-srpm-macros.noarch 1.4.2-2.fc23
2240 giflib.x86_64 4.1.6-14.fc23
2241 git.x86_64 2.5.0-3.fc23
2242 git-core.x86_64 2.5.0-3.fc23
2243 git-core-doc.x86_64 2.5.0-3.fc23
2244 gnat-srpm-macros.noarch 2-1.fc23
2245 go-srpm-macros.noarch 2-3.fc23
2246 gpm-libs.x86_64 1.20.7-7.fc23
2247 groff-base.x86_64 1.22.3-6.fc23
2248 guile.x86_64 5:2.0.11-7.fc23
2249 httpd-filesystem.noarch 2.4.17-3.fc23
2250 java-1.8.0-openjdk.x86_64 1:1.8.0.60-14.b27.fc23
2251 java-1.8.0-openjdk-devel.x86_64 1:1.8.0.60-14.b27.fc23
2252 java-1.8.0-openjdk-headless.x86_64 1:1.8.0.60-14.b27.fc23
2253 javapackages-tools.noarch 4.6.0-7.fc23
2254 lcms2.x86_64 2.7-2.fc23
2255 less.x86_64 481-1.fc23
2256 libICE.x86_64 1.0.9-3.fc23
2257 libSM.x86_64 1.2.2-3.fc23
2258 libX11.x86_64 1.6.3-2.fc23
2259 libX11-common.noarch 1.6.3-2.fc23
2260 libXau.x86_64 1.0.8-5.fc23
2261 libXext.x86_64 1.3.3-3.fc23
2262 libXfont.x86_64 1.5.1-3.fc23
2263 libXi.x86_64 1.7.6-1.fc23
2264 libXrender.x86_64 0.9.9-2.fc23
2265 libXtst.x86_64 1.2.2-5.fc23
2266 libatomic_ops.x86_64 7.4.2-6.fc23
2267 libbabeltrace.x86_64 1.2.4-2.fc23
2268 libedit.x86_64 3.1-13.20150325cvs.fc23
2269 libfontenc.x86_64 1.1.3-2.fc23
2270 libgnome-keyring.x86_64 3.12.0-5.fc23
2271 libicu.x86_64 54.1-5.fc23
2272 libipt.x86_64 1.4.3-1.fc23
2273 libjpeg-turbo.x86_64 1.4.1-2.fc23
2274 libpcap.x86_64 14:1.7.4-1.fc23
2275 libpipeline.x86_64 1.4.0-2.fc23
2276 libpng.x86_64 2:1.6.19-1.fc23
2277 libpsl.x86_64 0.7.0-5.fc23
2278 libtidy.x86_64 0.99.0-34.20091203.fc23
2279 libtool-ltdl.x86_64 2.4.6-7.fc23
2280 libunistring.x86_64 0.9.4-2.fc23
2281 libxcb.x86_64 1.11.1-1.fc23
2282 libxslt.x86_64 1.1.28-11.fc23
2283 libzip.x86_64 1.0.1-2.fc23
2284 lksctp-tools.x86_64 1.0.16-4.fc23
2285 lsof.x86_64 4.88-3.fc23
2286 m2crypto.x86_64 0.22.5-2.fc23
2287 man-db.x86_64 2.7.1-10.fc23
2288 net-tools.x86_64 2.0-0.35.20150915git.fc23
2289 nmap-ncat.x86_64 2:7.00-1.fc23
2290 obs-service-source_validator.noarch 0.5+git20150622.3c3fa65-84.1
2291 ocaml-srpm-macros.noarch 2-3.fc23
2292 openldap-clients.x86_64 2.4.40-14.fc23
2293 openssh.x86_64 7.1p1-6.fc23
2294 openssh-clients.x86_64 7.1p1-6.fc23
2295 osc.noarch 0.151.1-164.2.1.fc23
2296 patch.x86_64 2.7.5-2.fc23
2297 perl.x86_64 4:5.22.1-350.fc23
2298 perl-Carp.noarch 1.38-1.fc23
2299 perl-Data-Dumper.x86_64 2.158-347.fc23
2300 perl-Digest.noarch 1.17-346.fc23
2301 perl-Digest-MD5.x86_64 2.54-346.fc23
2302 perl-Encode.x86_64 3:2.78-2.fc23
2303 perl-Error.noarch 1:0.17024-4.fc23
2304 perl-Exporter.noarch 5.72-347.fc23
2305 perl-File-Path.noarch 2.09-347.fc23
2306 perl-File-Temp.noarch 0.23.04-346.fc23
2307 perl-Getopt-Long.noarch 2.48-1.fc23
2308 perl-Git.noarch 2.5.0-3.fc23
2309 perl-HTTP-Tiny.noarch 0.056-3.fc23
2310 perl-MD5.noarch 2.03-21.fc23
2311 perl-MIME-Base64.x86_64 3.15-348.fc23
2312 perl-PathTools.x86_64 3.60-1.fc23
2313 perl-Pod-Escapes.noarch 1:1.07-348.fc23
2314 perl-Pod-Perldoc.noarch 3.25-347.fc23
2315 perl-Pod-Simple.noarch 1:3.31-1.fc23
2316 perl-Pod-Usage.noarch 4:1.67-3.fc23
2317 perl-Scalar-List-Utils.x86_64 2:1.42-3.fc23
2318 perl-Socket.x86_64 3:2.021-1.fc23
2319 perl-Storable.x86_64 1:2.53-346.fc23
2320 perl-Term-ANSIColor.noarch 4.03-346.fc23
2321 perl-Term-Cap.noarch 1.17-1.fc23
2322 perl-TermReadKey.x86_64 2.33-3.fc23
2323 perl-Text-ParseWords.noarch 3.30-346.fc23
2324 perl-Text-Tabs+Wrap.noarch 2013.0523-346.fc23
2325 perl-Time-HiRes.x86_64 1.9728-1.fc23
2326 perl-Time-Local.noarch 1.2300-346.fc23
2327 perl-TimeDate.noarch 1:2.30-7.fc23
2328 perl-Unicode-Normalize.x86_64 1.24-1.fc23
2329 perl-constant.noarch 1.33-347.fc23
2330 perl-generators.noarch 1.06-1.fc23
2331 perl-libs.x86_64 4:5.22.1-350.fc23
2332 perl-macros.x86_64 4:5.22.1-350.fc23
2333 perl-parent.noarch 1:0.234-3.fc23
2334 perl-podlators.noarch 2.5.3-347.fc23
2335 perl-srpm-macros.noarch 1-17.fc23
2336 perl-threads.x86_64 1:2.02-2.fc23
2337 perl-threads-shared.x86_64 1.48-346.fc23
2338 php-cli.x86_64 5.6.16-1.fc23
2339 php-common.x86_64 5.6.16-1.fc23
2340 php-doctrine-instantiator.noarch 1.0.5-2.fc23
2341 php-mbstring.x86_64 5.6.16-1.fc23
2342 php-pear.noarch 1:1.10.1-1.fc23
2343 php-pecl-jsonc.x86_64 1.3.9-1.fc23
2344 php-pecl-zip.x86_64 1.13.1-1.fc23
2345 php-phpdocumentor-reflection-docblock.noarch 2.0.4-2.fc23
2346 php-phpspec-prophecy.noarch 1.5.0-2.fc23
2347 php-phpunit-File-Iterator.noarch 1.4.1-1.fc23
2348 php-phpunit-PHP-CodeCoverage.noarch 2.2.4-1.fc23
2349 php-phpunit-PHP-Invoker.noarch 1.1.4-1.fc23
2350 php-phpunit-PHP-Timer.noarch 1.0.7-1.fc23
2351 php-phpunit-PHP-TokenStream.noarch 1.4.8-1.fc23
2352 php-phpunit-PHPUnit.noarch 4.8.17-1.fc23
2353 php-phpunit-PHPUnit-MockObject.noarch 2.3.8-1.fc23
2354 php-phpunit-PHPUnit-Selenium.noarch 1.4.2-2.fc23
2355 php-phpunit-Text-Template.noarch 1.2.1-1.fc23
2356 php-phpunit-Version.noarch 1.0.6-1.fc23
2357 php-phpunit-comparator.noarch 1.2.0-1.fc23
2358 php-phpunit-diff.noarch 1.4.1-1.fc23
2359 php-phpunit-environment.noarch 1.3.2-1.fc23
2360 php-phpunit-exporter.noarch 1.2.1-1.fc23
2361 php-process.x86_64 5.6.16-1.fc23
2362 php-sebastian-global-state.noarch 1.1.1-1.fc23
2363 php-sebastian-recursion-context.noarch 1.0.2-1.fc23
2364 php-soap.x86_64 5.6.16-1.fc23
2365 php-symfony-class-loader.noarch 2.7.7-2.fc23
2366 php-symfony-common.noarch 2.7.7-2.fc23
2367 php-symfony-yaml.noarch 2.7.7-2.fc23
2368 php-tidy.x86_64 5.6.16-1.fc23
2369 php-xml.x86_64 5.6.16-1.fc23
2370 pkgconfig.x86_64 1:0.28-9.fc23
2371 psmisc.x86_64 22.21-7.fc23
2372 python-chardet.noarch 2.2.1-3.fc23
2373 python-cssselect.noarch 0.9.1-6.fc23
2374 python-kitchen.noarch 1.2.1-3.fc23
2375 python-lxml.x86_64 3.4.4-1.fc23
2376 python3-cssselect.noarch 0.9.1-6.fc23
2377 python3-javapackages.noarch 4.6.0-7.fc23
2378 python3-lxml.x86_64 3.4.4-1.fc23
2379 redhat-rpm-config.noarch 36-1.fc23
2380 rpm-build.x86_64 4.13.0-0.rc1.7.fc23
2381 rpmdevtools.noarch 8.6-2.fc23
2382 rsync.x86_64 3.1.1-7.fc23
2383 screen.x86_64 4.3.1-2.fc23
2384 strace.x86_64 4.10-3.fc23
2385 sudo.x86_64 1.8.15-1.fc23
2386 tar.x86_64 2:1.28-6.fc23
2387 telnet.x86_64 1:0.17-61.fc23
2388 traceroute.x86_64 3:2.0.20-4.fc23
2389 ttmkfdir.x86_64 3.0.9-46.fc23
2390 tzdata-java.noarch 2015g-1.fc23
2391 unzip.x86_64 6.0-24.fc23
2392 vim-common.x86_64 2:7.4.827-1.fc23
2393 vim-enhanced.x86_64 2:7.4.827-1.fc23
2394 vim-filesystem.x86_64 2:7.4.827-1.fc23
2395 wget.x86_64 1.17.1-1.fc23
2396 which.x86_64 2.20-12.fc23
2397 xalan-j2.noarch 2.7.1-27.fc23
2398 xemacs-filesystem.noarch 21.5.34-12.20150929hga76c9268bb72.fc23
2399 xerces-j2.noarch 2.11.0-23.fc23
2400 xml-commons-apis.noarch 1.4.01-19.fc23
2401 xml-commons-resolver.noarch 1.2-18.fc23
2402 xorg-x11-font-utils.x86_64 1:7.5-29.fc23
2403 xorg-x11-fonts-Type1.noarch 7.5-15.fc23
2404 xz.x86_64 5.2.1-3.fc23
2405 yum-utils.noarch 1.1.31-508.fc23
2406 zip.x86_64 3.0-15.fc23
2407
2408Complete!
2409Cleaning repos: openSUSE_Tools Kolab_Development fedora updates
2410Cleaning up Everything
2411 ---> 27ad1489b0ce
2412Removing intermediate container d51fcd4da5ac
2413Step 17 : RUN sed -i -e '/requiretty/d' /etc/sudoers
2414 ---> Running in 22d452cf4e25
2415 ---> 7780c4495ad0
2416Removing intermediate container 22d452cf4e25
2417Step 18 : WORKDIR /srv
2418 ---> Running in d48323d17a43
2419 ---> 4ea789f87ba6
2420Removing intermediate container d48323d17a43
2421Step 19 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
2422 ---> Running in 9b5322312aaf
2423Cloning into 'closure-compiler.git'...
2424 ---> 4744e616ac89
2425Removing intermediate container 9b5322312aaf
2426Step 20 : WORKDIR /srv/closure-compiler.git
2427 ---> Running in 3c1713f06c8d
2428 ---> a20e569389a9
2429Removing intermediate container 3c1713f06c8d
2430Step 21 : RUN ant jar
2431 ---> Running in 06e073b57a5a
2432Buildfile: /srv/closure-compiler.git/build.xml
2433
2434relversion:
2435
2436compile:
2437 [mkdir] Created dir: /srv/closure-compiler.git/build/classes
2438 [javac] Compiling 12 source files to /srv/closure-compiler.git/build/classes
2439 [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
2440 [javac] 1 warning
2441 [javac] Compiling 610 source files to /srv/closure-compiler.git/build/classes
2442 [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
2443 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ReferenceCollectingCallback.java:115: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
2444 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
2445 [javac] ^
2446 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Compiler.java:1192: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
2447 [javac] NodeTraversal.traverse(this, getRoot(), refCollector);
2448 [javac] ^
2449 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Compiler.java:1385: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
2450 [javac] NodeTraversal.traverse(this, n, sia);
2451 [javac] ^
2452 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:360: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2453 [javac] key = NodeUtil.getFunctionName(scopeNode) + "=" + key;
2454 [javac] ^
2455 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:686: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2456 [javac] functionName = NodeUtil.getFunctionName(n);
2457 [javac] ^
2458 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1143: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2459 [javac] addDisposeCall(NodeUtil.getFunctionName(n),
2460 [javac] ^
2461 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1265: warning: [unchecked] unchecked cast
2462 [javac] for (TypedVar v : ((Set<TypedVar>) liveness.getEscapedLocals())) {
2463 [javac] ^
2464 [javac] required: Set<TypedVar>
2465 [javac] found: Set<CAP#1>
2466 [javac] where CAP#1 is a fresh type-variable:
2467 [javac] CAP#1 extends Var from capture of ? extends Var
2468 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:953: warning: [unchecked] getType(String) in JSTypeRegistry implements <T>getType(String) in TypeIRegistry
2469 [javac] public JSType getType(String jsTypeName) {
2470 [javac] ^
2471 [javac] return type requires unchecked conversion from JSType to T
2472 [javac] where T is a type-variable:
2473 [javac] T extends TypeI declared in method <T>getType(String)
2474 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:964: warning: [unchecked] getNativeType(JSTypeNative) in JSTypeRegistry implements <T>getNativeType(JSTypeNative) in TypeIRegistry
2475 [javac] public JSType getNativeType(JSTypeNative typeId) {
2476 [javac] ^
2477 [javac] return type requires unchecked conversion from JSType to T
2478 [javac] where T is a type-variable:
2479 [javac] T extends TypeI declared in method <T>getNativeType(JSTypeNative)
2480 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:969: warning: [unchecked] getNativeObjectType(JSTypeNative) in JSTypeRegistry implements <T>getNativeObjectType(JSTypeNative) in TypeIRegistry
2481 [javac] public ObjectType getNativeObjectType(JSTypeNative typeId) {
2482 [javac] ^
2483 [javac] return type requires unchecked conversion from ObjectType to T
2484 [javac] where T is a type-variable:
2485 [javac] T extends ObjectTypeI declared in method <T>getNativeObjectType(JSTypeNative)
2486 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:974: warning: [unchecked] getNativeFunctionType(JSTypeNative) in JSTypeRegistry implements <T>getNativeFunctionType(JSTypeNative) in TypeIRegistry
2487 [javac] public FunctionType getNativeFunctionType(JSTypeNative typeId) {
2488 [javac] ^
2489 [javac] return type requires unchecked conversion from FunctionType to T
2490 [javac] where T is a type-variable:
2491 [javac] T extends FunctionTypeI declared in method <T>getNativeFunctionType(JSTypeNative)
2492 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1497: warning: [unchecked] unchecked cast
2493 [javac] return createFromTypeNodesInternal(n, sourceName, (StaticTypedScope<JSType>) scope);
2494 [javac] ^
2495 [javac] required: StaticTypedScope<JSType>
2496 [javac] found: StaticTypedScope<CAP#1>
2497 [javac] where CAP#1 is a fresh type-variable:
2498 [javac] CAP#1 extends TypeI from capture of ? extends TypeI
2499 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NewTypeInference.java:1036: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
2500 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(fnRoot);
2501 [javac] ^
2502 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NewTypeInference.java:1045: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
2503 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(fnScope.getRoot());
2504 [javac] ^
2505 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:321: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
2506 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(n);
2507 [javac] ^
2508 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:844: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
2509 [javac] Node nameNode = NodeUtil.getFunctionNameNode(fn);
2510 [javac] ^
2511 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:1794: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
2512 [javac] ? declNode : NodeUtil.getFunctionNameNode(declNode);
2513 [javac] ^
2514 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/MemoizedScopeCreator.java:82: warning: [unchecked] createScope(Node,Scope) in MemoizedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
2515 [javac] public TypedScope createScope(Node n, Scope parent) {
2516 [javac] ^
2517 [javac] return type requires unchecked conversion from TypedScope to T
2518 [javac] where T is a type-variable:
2519 [javac] T extends Scope declared in method <T>createScope(Node,T)
2520 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DefaultPassConfig.java:1087: warning: [deprecation] brokenClosureRequiresLevel in CompilerOptions has been deprecated
2521 [javac] options.brokenClosureRequiresLevel,
2522 [javac] ^
2523 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:475: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
2524 [javac] NodeTraversal.traverseRoots(
2525 [javac] ^
2526 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:855: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
2527 [javac] NodeTraversal.traverseRoots(
2528 [javac] ^
2529 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:914: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
2530 [javac] NodeTraversal.traverseRoots(
2531 [javac] ^
2532 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1303: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
2533 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
2534 [javac] ^
2535 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1432: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
2536 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
2537 [javac] ^
2538 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1746: warning: [unchecked] unchecked cast
2539 [javac] return ((StaticTypedSlot<JSType>) sym).getType();
2540 [javac] ^
2541 [javac] required: StaticTypedSlot<JSType>
2542 [javac] found: StaticSlot
2543 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1753: warning: [unchecked] unchecked cast
2544 [javac] return ((StaticTypedScope<JSType>) s).getTypeOfThis();
2545 [javac] ^
2546 [javac] required: StaticTypedScope<JSType>
2547 [javac] found: StaticScope
2548 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1760: warning: [unchecked] unchecked cast
2549 [javac] return ((StaticTypedSlot<JSType>) sym).isTypeInferred();
2550 [javac] ^
2551 [javac] required: StaticTypedSlot<JSType>
2552 [javac] found: StaticSlot
2553 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScope.java:216: warning: [unchecked] getVars() in TypedScope overrides <T>getVars() in Scope
2554 [javac] public Iterator<TypedVar> getVars() {
2555 [javac] ^
2556 [javac] return type requires unchecked conversion from Iterator<TypedVar> to Iterator<T>
2557 [javac] where T is a type-variable:
2558 [javac] T extends Var declared in method <T>getVars()
2559 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScopeCreator.java:226: warning: [unchecked] createScope(Node,Scope) in TypedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
2560 [javac] public TypedScope createScope(Node root, Scope parent) {
2561 [javac] ^
2562 [javac] return type requires unchecked conversion from TypedScope to T
2563 [javac] where T is a type-variable:
2564 [javac] T extends Scope declared in method <T>createScope(Node,T)
2565 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NTIScope.java:114: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2566 [javac] return isTopLevel() ? null : NodeUtil.getFunctionName(root);
2567 [javac] ^
2568 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalNamespace.java:533: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
2569 [javac] String className = NodeUtil.getClassName(parent.getParent());
2570 [javac] ^
2571 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AmbiguateProperties.java:432: warning: [unchecked] getAnnotation() in AmbiguateProperties.PropertyGraphNode implements <A>getAnnotation() in Annotatable
2572 [javac] public Annotation getAnnotation() {
2573 [javac] ^
2574 [javac] return type requires unchecked conversion from Annotation to A
2575 [javac] where A is a type-variable:
2576 [javac] A extends Annotation declared in method <A>getAnnotation()
2577 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:237: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2578 [javac] name = NodeUtil.getFunctionName(n);
2579 [javac] ^
2580 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:264: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
2581 [javac] name = NodeUtil.getClassName(classNode) + midPart + n.getString();
2582 [javac] ^
2583 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:266: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
2584 [javac] name = NodeUtil.getClassName(classNode);
2585 [javac] ^
2586 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CallGraph.java:593: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2587 [javac] return NodeUtil.getFunctionName(astNode);
2588 [javac] ^
2589 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckProvides.java:114: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
2590 [javac] String name = NodeUtil.getClassName(classNode);
2591 [javac] ^
2592 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckRequiresForConstructors.java:324: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
2593 [javac] String name = NodeUtil.getClassName(classNode);
2594 [javac] ^
2595 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckSideEffects.java:244: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2596 [javac] String name = NodeUtil.getFunctionName(n);
2597 [javac] ^
2598 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:88: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
2599 [javac] NodeTraversal.traverse(compiler, root, this);
2600 [javac] ^
2601 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
2602 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
2603 [javac] ^
2604 [javac] required: Set<Var>
2605 [javac] found: Set<CAP#1>
2606 [javac] where CAP#1 is a fresh type-variable:
2607 [javac] CAP#1 extends Var from capture of ? extends Var
2608 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:289: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
2609 [javac] NodeTraversal.traverse(
2610 [javac] ^
2611 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/WarningLevel.java:58: warning: [deprecation] setCheckProvides(CheckLevel) in CompilerOptions has been deprecated
2612 [javac] options.setCheckProvides(CheckLevel.OFF);
2613 [javac] ^
2614 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:141: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
2615 [javac] NodeTraversal.traverse(compiler, superSet.getLastChild(), this);
2616 [javac] ^
2617 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:187: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
2618 [javac] NodeTraversal.traverse(compiler, externs, this);
2619 [javac] ^
2620 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:188: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
2621 [javac] NodeTraversal.traverse(compiler, root, this);
2622 [javac] ^
2623 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:193: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
2624 [javac] NodeTraversal.traverse(compiler, scriptRoot, this);
2625 [javac] ^
2626 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ToEs3Converter.java:287: warning: [deprecation] getClassNameNode(Node) in NodeUtil has been deprecated
2627 [javac] Node name = NodeUtil.getClassNameNode(clazz);
2628 [javac] ^
2629 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ConvertSuper.java:123: warning: [deprecation] getClassNameNode(Node) in NodeUtil has been deprecated
2630 [javac] if (NodeUtil.getClassNameNode(clazz) == null) {
2631 [javac] ^
2632 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6SyntacticScopeCreator.java:57: warning: [unchecked] createScope(Node,Scope) in Es6SyntacticScopeCreator implements <T>createScope(Node,T) in ScopeCreator
2633 [javac] public Scope createScope(Node n, Scope parent) {
2634 [javac] ^
2635 [javac] return type requires unchecked conversion from Scope to T
2636 [javac] where T is a type-variable:
2637 [javac] T extends Scope declared in method <T>createScope(Node,T)
2638 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ToEs3ClassSideInheritance.java:232: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2639 [javac] String name = NodeUtil.getFunctionName(n);
2640 [javac] ^
2641 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExportTestFunctions.java:70: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2642 [javac] String functionName = NodeUtil.getFunctionName(n);
2643 [javac] ^
2644 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExportTestFunctions.java:77: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2645 [javac] String functionName = NodeUtil.getFunctionName(functionNode);
2646 [javac] ^
2647 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExternExportsPass.java:529: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2648 [javac] String constructorName = NodeUtil.getFunctionName(constructorNode);
2649 [javac] ^
2650 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/FindExportableNodes.java:91: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2651 [javac] export = NodeUtil.getFunctionName(n);
2652 [javac] ^
2653 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/FindExportableNodes.java:98: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
2654 [javac] export = NodeUtil.getClassName(n);
2655 [javac] ^
2656 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NodeNameExtractor.java:50: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
2657 [javac] return NodeUtil.getClassName(node);
2658 [javac] ^
2659 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GenerateExports.java:129: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
2660 [javac] parent = NodeUtil.getClassName(classNode);
2661 [javac] ^
2662 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NameReferenceGraphConstruction.java:113: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2663 [javac] String name = NodeUtil.getFunctionName(root);
2664 [javac] ^
2665 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessClosurePrimitives.java:831: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
2666 [javac] return fn == null ? null : NodeUtil.getFunctionNameNode(fn);
2667 [javac] ^
2668 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessEs6Modules.java:228: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2669 [javac] name = NodeUtil.getFunctionName(child);
2670 [javac] ^
2671 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessEs6Modules.java:230: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
2672 [javac] name = NodeUtil.getClassName(child);
2673 [javac] ^
2674 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/RescopeGlobalSymbols.java:174: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2675 [javac] String name = NodeUtil.getFunctionName(n);
2676 [javac] ^
2677 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/RuntimeTypeCheck.java:142: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2678 [javac] String className = NodeUtil.getFunctionName(funType.getSource());
2679 [javac] ^
2680 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ScopedAliases.java:616: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2681 [javac] || NodeUtil.getFunctionName(anonymousFnNode) != null
2682 [javac] ^
2683 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ShadowVariables.java:117: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
2684 [javac] NodeTraversal.traverse(compiler, root, new GatherReferenceInfo());
2685 [javac] ^
2686 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ShadowVariables.java:118: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
2687 [javac] NodeTraversal.traverse(compiler, root, new DoShadowVariables());
2688 [javac] ^
2689 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/lint/CheckJSDocStyle.java:92: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
2690 [javac] String name = NodeUtil.getFunctionName(function);
2691 [javac] ^
2692 [javac] 69 warnings
2693 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/rhino
2694 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing
2695[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
2696 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
2697 [copy] Copying 6 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
2698 [zip] Building zip: /srv/closure-compiler.git/build/classes/externs.zip
2699
2700jar:
2701 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
2702
2703BUILD SUCCESSFUL
2704Total time: 16 seconds
2705 ---> 2f238bd7d21f
2706Removing intermediate container 06e073b57a5a
2707Step 22 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
2708 ---> Running in 7d689346f15a
2709--2015-12-29 20:08:21-- http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
2710Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
2711Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
2712HTTP request sent, awaiting response... 200 OK
2713Length: 31750379 (30M) [application/x-java-archive]
2714Saving to: '/usr/local/lib/selenium-server-standalone.jar'
2715
2716 0K .......... .......... .......... .......... .......... 0% 209M 0s
2717 50K .......... .......... .......... .......... .......... 0% 304M 0s
2718 100K .......... .......... .......... .......... .......... 0% 314M 0s
2719 150K .......... .......... .......... .......... .......... 0% 68.9M 0s
2720 200K .......... .......... .......... .......... .......... 0% 16.5M 1s
2721 250K .......... .......... .......... .......... .......... 0% 232M 0s
2722 300K .......... .......... .......... .......... .......... 1% 263M 0s
2723 350K .......... .......... .......... .......... .......... 1% 276M 0s
2724 400K .......... .......... .......... .......... .......... 1% 288M 0s
2725 450K .......... .......... .......... .......... .......... 1% 221M 0s
2726 500K .......... .......... .......... .......... .......... 1% 295M 0s
2727 550K .......... .......... .......... .......... .......... 1% 289M 0s
2728 600K .......... .......... .......... .......... .......... 2% 29.5M 0s
2729 650K .......... .......... .......... .......... .......... 2% 239M 0s
2730 700K .......... .......... .......... .......... .......... 2% 283M 0s
2731 750K .......... .......... .......... .......... .......... 2% 270M 0s
2732 800K .......... .......... .......... .......... .......... 2% 301M 0s
2733 850K .......... .......... .......... .......... .......... 2% 37.5M 0s
2734 900K .......... .......... .......... .......... .......... 3% 155M 0s
2735 950K .......... .......... .......... .......... .......... 3% 265M 0s
2736 1000K .......... .......... .......... .......... .......... 3% 270M 0s
2737 1050K .......... .......... .......... .......... .......... 3% 179M 0s
2738 1100K .......... .......... .......... .......... .......... 3% 209M 0s
2739 1150K .......... .......... .......... .......... .......... 3% 36.7M 0s
2740 1200K .......... .......... .......... .......... .......... 4% 263M 0s
2741 1250K .......... .......... .......... .......... .......... 4% 224M 0s
2742 1300K .......... .......... .......... .......... .......... 4% 284M 0s
2743 1350K .......... .......... .......... .......... .......... 4% 237M 0s
2744 1400K .......... .......... .......... .......... .......... 4% 34.4M 0s
2745 1450K .......... .......... .......... .......... .......... 4% 206M 0s
2746 1500K .......... .......... .......... .......... .......... 4% 292M 0s
2747 1550K .......... .......... .......... .......... .......... 5% 257M 0s
2748 1600K .......... .......... .......... .......... .......... 5% 260M 0s
2749 1650K .......... .......... .......... .......... .......... 5% 290M 0s
2750 1700K .......... .......... .......... .......... .......... 5% 32.6M 0s
2751 1750K .......... .......... .......... .......... .......... 5% 142M 0s
2752 1800K .......... .......... .......... .......... .......... 5% 153M 0s
2753 1850K .......... .......... .......... .......... .......... 6% 129M 0s
2754 1900K .......... .......... .......... .......... .......... 6% 166M 0s
2755 1950K .......... .......... .......... .......... .......... 6% 154M 0s
2756 2000K .......... .......... .......... .......... .......... 6% 150M 0s
2757 2050K .......... .......... .......... .......... .......... 6% 141M 0s
2758 2100K .......... .......... .......... .......... .......... 6% 173M 0s
2759 2150K .......... .......... .......... .......... .......... 7% 136M 0s
2760 2200K .......... .......... .......... .......... .......... 7% 158M 0s
2761 2250K .......... .......... .......... .......... .......... 7% 152M 0s
2762 2300K .......... .......... .......... .......... .......... 7% 131M 0s
2763 2350K .......... .......... .......... .......... .......... 7% 165M 0s
2764 2400K .......... .......... .......... .......... .......... 7% 180M 0s
2765 2450K .......... .......... .......... .......... .......... 8% 119M 0s
2766 2500K .......... .......... .......... .......... .......... 8% 168M 0s
2767 2550K .......... .......... .......... .......... .......... 8% 197M 0s
2768 2600K .......... .......... .......... .......... .......... 8% 148M 0s
2769 2650K .......... .......... .......... .......... .......... 8% 140M 0s
2770 2700K .......... .......... .......... .......... .......... 8% 150M 0s
2771 2750K .......... .......... .......... .......... .......... 9% 149M 0s
2772 2800K .......... .......... .......... .......... .......... 9% 153M 0s
2773 2850K .......... .......... .......... .......... .......... 9% 148M 0s
2774 2900K .......... .......... .......... .......... .......... 9% 146M 0s
2775 2950K .......... .......... .......... .......... .......... 9% 152M 0s
2776 3000K .......... .......... .......... .......... .......... 9% 169M 0s
2777 3050K .......... .......... .......... .......... .......... 9% 121M 0s
2778 3100K .......... .......... .......... .......... .......... 10% 160M 0s
2779 3150K .......... .......... .......... .......... .......... 10% 167M 0s
2780 3200K .......... .......... .......... .......... .......... 10% 140M 0s
2781 3250K .......... .......... .......... .......... .......... 10% 134M 0s
2782 3300K .......... .......... .......... .......... .......... 10% 165M 0s
2783 3350K .......... .......... .......... .......... .......... 10% 147M 0s
2784 3400K .......... .......... .......... .......... .......... 11% 155M 0s
2785 3450K .......... .......... .......... .......... .......... 11% 143M 0s
2786 3500K .......... .......... .......... .......... .......... 11% 146M 0s
2787 3550K .......... .......... .......... .......... .......... 11% 156M 0s
2788 3600K .......... .......... .......... .......... .......... 11% 166M 0s
2789 3650K .......... .......... .......... .......... .......... 11% 124M 0s
2790 3700K .......... .......... .......... .......... .......... 12% 152M 0s
2791 3750K .......... .......... .......... .......... .......... 12% 157M 0s
2792 3800K .......... .......... .......... .......... .......... 12% 143M 0s
2793 3850K .......... .......... .......... .......... .......... 12% 136M 0s
2794 3900K .......... .......... .......... .......... .......... 12% 165M 0s
2795 3950K .......... .......... .......... .......... .......... 12% 142M 0s
2796 4000K .......... .......... .......... .......... .......... 13% 158M 0s
2797 4050K .......... .......... .......... .......... .......... 13% 125M 0s
2798 4100K .......... .......... .......... .......... .......... 13% 145M 0s
2799 4150K .......... .......... .......... .......... .......... 13% 155M 0s
2800 4200K .......... .......... .......... .......... .......... 13% 153M 0s
2801 4250K .......... .......... .......... .......... .......... 13% 129M 0s
2802 4300K .......... .......... .......... .......... .......... 14% 154M 0s
2803 4350K .......... .......... .......... .......... .......... 14% 161M 0s
2804 4400K .......... .......... .......... .......... .......... 14% 145M 0s
2805 4450K .......... .......... .......... .......... .......... 14% 136M 0s
2806 4500K .......... .......... .......... .......... .......... 14% 167M 0s
2807 4550K .......... .......... .......... .......... .......... 14% 143M 0s
2808 4600K .......... .......... .......... .......... .......... 14% 157M 0s
2809 4650K .......... .......... .......... .......... .......... 15% 144M 0s
2810 4700K .......... .......... .......... .......... .......... 15% 140M 0s
2811 4750K .......... .......... .......... .......... .......... 15% 151M 0s
2812 4800K .......... .......... .......... .......... .......... 15% 161M 0s
2813 4850K .......... .......... .......... .......... .......... 15% 129M 0s
2814 4900K .......... .......... .......... .......... .......... 15% 158M 0s
2815 4950K .......... .......... .......... .......... .......... 16% 164M 0s
2816 5000K .......... .......... .......... .......... .......... 16% 123M 0s
2817 5050K .......... .......... .......... .......... .......... 16% 127M 0s
2818 5100K .......... .......... .......... .......... .......... 16% 159M 0s
2819 5150K .......... .......... .......... .......... .......... 16% 146M 0s
2820 5200K .......... .......... .......... .......... .......... 16% 154M 0s
2821 5250K .......... .......... .......... .......... .......... 17% 143M 0s
2822 5300K .......... .......... .......... .......... .......... 17% 142M 0s
2823 5350K .......... .......... .......... .......... .......... 17% 159M 0s
2824 5400K .......... .......... .......... .......... .......... 17% 156M 0s
2825 5450K .......... .......... .......... .......... .......... 17% 114M 0s
2826 5500K .......... .......... .......... .......... .......... 17% 154M 0s
2827 5550K .......... .......... .......... .......... .......... 18% 150M 0s
2828 5600K .......... .......... .......... .......... .......... 18% 145M 0s
2829 5650K .......... .......... .......... .......... .......... 18% 136M 0s
2830 5700K .......... .......... .......... .......... .......... 18% 163M 0s
2831 5750K .......... .......... .......... .......... .......... 18% 138M 0s
2832 5800K .......... .......... .......... .......... .......... 18% 153M 0s
2833 5850K .......... .......... .......... .......... .......... 19% 143M 0s
2834 5900K .......... .......... .......... .......... .......... 19% 144M 0s
2835 5950K .......... .......... .......... .......... .......... 19% 155M 0s
2836 6000K .......... .......... .......... .......... .......... 19% 168M 0s
2837 6050K .......... .......... .......... .......... .......... 19% 123M 0s
2838 6100K .......... .......... .......... .......... .......... 19% 156M 0s
2839 6150K .......... .......... .......... .......... .......... 19% 166M 0s
2840 6200K .......... .......... .......... .......... .......... 20% 140M 0s
2841 6250K .......... .......... .......... .......... .......... 20% 140M 0s
2842 6300K .......... .......... .......... .......... .......... 20% 161M 0s
2843 6350K .......... .......... .......... .......... .......... 20% 147M 0s
2844 6400K .......... .......... .......... .......... .......... 20% 155M 0s
2845 6450K .......... .......... .......... .......... .......... 20% 147M 0s
2846 6500K .......... .......... .......... .......... .......... 21% 148M 0s
2847 6550K .......... .......... .......... .......... .......... 21% 153M 0s
2848 6600K .......... .......... .......... .......... .......... 21% 163M 0s
2849 6650K .......... .......... .......... .......... .......... 21% 122M 0s
2850 6700K .......... .......... .......... .......... .......... 21% 158M 0s
2851 6750K .......... .......... .......... .......... .......... 21% 165M 0s
2852 6800K .......... .......... .......... .......... .......... 22% 134M 0s
2853 6850K .......... .......... .......... .......... .......... 22% 161M 0s
2854 6900K .......... .......... .......... .......... .......... 22% 232M 0s
2855 6950K .......... .......... .......... .......... .......... 22% 180M 0s
2856 7000K .......... .......... .......... .......... .......... 22% 139M 0s
2857 7050K .......... .......... .......... .......... .......... 22% 121M 0s
2858 7100K .......... .......... .......... .......... .......... 23% 175M 0s
2859 7150K .......... .......... .......... .......... .......... 23% 142M 0s
2860 7200K .......... .......... .......... .......... .......... 23% 150M 0s
2861 7250K .......... .......... .......... .......... .......... 23% 151M 0s
2862 7300K .......... .......... .......... .......... .......... 23% 136M 0s
2863 7350K .......... .......... .......... .......... .......... 23% 141M 0s
2864 7400K .......... .......... .......... .......... .......... 24% 159M 0s
2865 7450K .......... .......... .......... .......... .......... 24% 127M 0s
2866 7500K .......... .......... .......... .......... .......... 24% 152M 0s
2867 7550K .......... .......... .......... .......... .......... 24% 171M 0s
2868 7600K .......... .......... .......... .......... .......... 24% 140M 0s
2869 7650K .......... .......... .......... .......... .......... 24% 174M 0s
2870 7700K .......... .......... .......... .......... .......... 24% 159M 0s
2871 7750K .......... .......... .......... .......... .......... 25% 149M 0s
2872 7800K .......... .......... .......... .......... .......... 25% 160M 0s
2873 7850K .......... .......... .......... .......... .......... 25% 144M 0s
2874 7900K .......... .......... .......... .......... .......... 25% 144M 0s
2875 7950K .......... .......... .......... .......... .......... 25% 153M 0s
2876 8000K .......... .......... .......... .......... .......... 25% 166M 0s
2877 8050K .......... .......... .......... .......... .......... 26% 129M 0s
2878 8100K .......... .......... .......... .......... .......... 26% 154M 0s
2879 8150K .......... .......... .......... .......... .......... 26% 190M 0s
2880 8200K .......... .......... .......... .......... .......... 26% 198M 0s
2881 8250K .......... .......... .......... .......... .......... 26% 122M 0s
2882 8300K .......... .......... .......... .......... .......... 26% 164M 0s
2883 8350K .......... .......... .......... .......... .......... 27% 169M 0s
2884 8400K .......... .......... .......... .......... .......... 27% 146M 0s
2885 8450K .......... .......... .......... .......... .......... 27% 132M 0s
2886 8500K .......... .......... .......... .......... .......... 27% 162M 0s
2887 8550K .......... .......... .......... .......... .......... 27% 142M 0s
2888 8600K .......... .......... .......... .......... .......... 27% 146M 0s
2889 8650K .......... .......... .......... .......... .......... 28% 154M 0s
2890 8700K .......... .......... .......... .......... .......... 28% 143M 0s
2891 8750K .......... .......... .......... .......... .......... 28% 143M 0s
2892 8800K .......... .......... .......... .......... .......... 28% 166M 0s
2893 8850K .......... .......... .......... .......... .......... 28% 123M 0s
2894 8900K .......... .......... .......... .......... .......... 28% 161M 0s
2895 8950K .......... .......... .......... .......... .......... 29% 172M 0s
2896 9000K .......... .......... .......... .......... .......... 29% 146M 0s
2897 9050K .......... .......... .......... .......... .......... 29% 130M 0s
2898 9100K .......... .......... .......... .......... .......... 29% 174M 0s
2899 9150K .......... .......... .......... .......... .......... 29% 149M 0s
2900 9200K .......... .......... .......... .......... .......... 29% 155M 0s
2901 9250K .......... .......... .......... .......... .......... 29% 134M 0s
2902 9300K .......... .......... .......... .......... .......... 30% 142M 0s
2903 9350K .......... .......... .......... .......... .......... 30% 154M 0s
2904 9400K .......... .......... .......... .......... .......... 30% 219M 0s
2905 9450K .......... .......... .......... .......... .......... 30% 205M 0s
2906 9500K .......... .......... .......... .......... .......... 30% 31.2M 0s
2907 9550K .......... .......... .......... .......... .......... 30% 206M 0s
2908 9600K .......... .......... .......... .......... .......... 31% 245M 0s
2909 9650K .......... .......... .......... .......... .......... 31% 236M 0s
2910 9700K .......... .......... .......... .......... .......... 31% 210M 0s
2911 9750K .......... .......... .......... .......... .......... 31% 149M 0s
2912 9800K .......... .......... .......... .......... .......... 31% 161M 0s
2913 9850K .......... .......... .......... .......... .......... 31% 142M 0s
2914 9900K .......... .......... .......... .......... .......... 32% 165M 0s
2915 9950K .......... .......... .......... .......... .......... 32% 159M 0s
2916 10000K .......... .......... .......... .......... .......... 32% 166M 0s
2917 10050K .......... .......... .......... .......... .......... 32% 131M 0s
2918 10100K .......... .......... .......... .......... .......... 32% 153M 0s
2919 10150K .......... .......... .......... .......... .......... 32% 241M 0s
2920 10200K .......... .......... .......... .......... .......... 33% 29.3M 0s
2921 10250K .......... .......... .......... .......... .......... 33% 166M 0s
2922 10300K .......... .......... .......... .......... .......... 33% 278M 0s
2923 10350K .......... .......... .......... .......... .......... 33% 299M 0s
2924 10400K .......... .......... .......... .......... .......... 33% 301M 0s
2925 10450K .......... .......... .......... .......... .......... 33% 233M 0s
2926 10500K .......... .......... .......... .......... .......... 34% 252M 0s
2927 10550K .......... .......... .......... .......... .......... 34% 280M 0s
2928 10600K .......... .......... .......... .......... .......... 34% 40.6M 0s
2929 10650K .......... .......... .......... .......... .......... 34% 137M 0s
2930 10700K .......... .......... .......... .......... .......... 34% 149M 0s
2931 10750K .......... .......... .......... .......... .......... 34% 167M 0s
2932 10800K .......... .......... .......... .......... .......... 34% 166M 0s
2933 10850K .......... .......... .......... .......... .......... 35% 132M 0s
2934 10900K .......... .......... .......... .......... .......... 35% 172M 0s
2935 10950K .......... .......... .......... .......... .......... 35% 163M 0s
2936 11000K .......... .......... .......... .......... .......... 35% 168M 0s
2937 11050K .......... .......... .......... .......... .......... 35% 135M 0s
2938 11100K .......... .......... .......... .......... .......... 35% 159M 0s
2939 11150K .......... .......... .......... .......... .......... 36% 138M 0s
2940 11200K .......... .......... .......... .......... .......... 36% 229M 0s
2941 11250K .......... .......... .......... .......... .......... 36% 231M 0s
2942 11300K .......... .......... .......... .......... .......... 36% 243M 0s
2943 11350K .......... .......... .......... .......... .......... 36% 128M 0s
2944 11400K .......... .......... .......... .......... .......... 36% 89.1M 0s
2945 11450K .......... .......... .......... .......... .......... 37% 84.6M 0s
2946 11500K .......... .......... .......... .......... .......... 37% 96.9M 0s
2947 11550K .......... .......... .......... .......... .......... 37% 85.8M 0s
2948 11600K .......... .......... .......... .......... .......... 37% 100M 0s
2949 11650K .......... .......... .......... .......... .......... 37% 65.1M 0s
2950 11700K .......... .......... .......... .......... .......... 37% 86.5M 0s
2951 11750K .......... .......... .......... .......... .......... 38% 86.7M 0s
2952 11800K .......... .......... .......... .......... .......... 38% 92.6M 0s
2953 11850K .......... .......... .......... .......... .......... 38% 94.0M 0s
2954 11900K .......... .......... .......... .......... .......... 38% 86.9M 0s
2955 11950K .......... .......... .......... .......... .......... 38% 96.4M 0s
2956 12000K .......... .......... .......... .......... .......... 38% 89.6M 0s
2957 12050K .......... .......... .......... .......... .......... 39% 92.9M 0s
2958 12100K .......... .......... .......... .......... .......... 39% 93.0M 0s
2959 12150K .......... .......... .......... .......... .......... 39% 93.8M 0s
2960 12200K .......... .......... .......... .......... .......... 39% 95.2M 0s
2961 12250K .......... .......... .......... .......... .......... 39% 101M 0s
2962 12300K .......... .......... .......... .......... .......... 39% 95.5M 0s
2963 12350K .......... .......... .......... .......... .......... 39% 99.8M 0s
2964 12400K .......... .......... .......... .......... .......... 40% 86.3M 0s
2965 12450K .......... .......... .......... .......... .......... 40% 90.0M 0s
2966 12500K .......... .......... .......... .......... .......... 40% 98.0M 0s
2967 12550K .......... .......... .......... .......... .......... 40% 86.1M 0s
2968 12600K .......... .......... .......... .......... .......... 40% 98.7M 0s
2969 12650K .......... .......... .......... .......... .......... 40% 80.1M 0s
2970 12700K .......... .......... .......... .......... .......... 41% 100M 0s
2971 12750K .......... .......... .......... .......... .......... 41% 79.3M 0s
2972 12800K .......... .......... .......... .......... .......... 41% 96.2M 0s
2973 12850K .......... .......... .......... .......... .......... 41% 79.6M 0s
2974 12900K .......... .......... .......... .......... .......... 41% 102M 0s
2975 12950K .......... .......... .......... .......... .......... 41% 77.6M 0s
2976 13000K .......... .......... .......... .......... .......... 42% 107M 0s
2977 13050K .......... .......... .......... .......... .......... 42% 84.7M 0s
2978 13100K .......... .......... .......... .......... .......... 42% 95.4M 0s
2979 13150K .......... .......... .......... .......... .......... 42% 88.2M 0s
2980 13200K .......... .......... .......... .......... .......... 42% 99.4M 0s
2981 13250K .......... .......... .......... .......... .......... 42% 84.8M 0s
2982 13300K .......... .......... .......... .......... .......... 43% 87.1M 0s
2983 13350K .......... .......... .......... .......... .......... 43% 72.5M 0s
2984 13400K .......... .......... .......... .......... .......... 43% 86.9M 0s
2985 13450K .......... .......... .......... .......... .......... 43% 97.6M 0s
2986 13500K .......... .......... .......... .......... .......... 43% 92.1M 0s
2987 13550K .......... .......... .......... .......... .......... 43% 86.8M 0s
2988 13600K .......... .......... .......... .......... .......... 44% 97.0M 0s
2989 13650K .......... .......... .......... .......... .......... 44% 77.4M 0s
2990 13700K .......... .......... .......... .......... .......... 44% 102M 0s
2991 13750K .......... .......... .......... .......... .......... 44% 81.2M 0s
2992 13800K .......... .......... .......... .......... .......... 44% 108M 0s
2993 13850K .......... .......... .......... .......... .......... 44% 88.7M 0s
2994 13900K .......... .......... .......... .......... .......... 44% 97.6M 0s
2995 13950K .......... .......... .......... .......... .......... 45% 88.5M 0s
2996 14000K .......... .......... .......... .......... .......... 45% 97.3M 0s
2997 14050K .......... .......... .......... .......... .......... 45% 88.9M 0s
2998 14100K .......... .......... .......... .......... .......... 45% 105M 0s
2999 14150K .......... .......... .......... .......... .......... 45% 81.2M 0s
3000 14200K .......... .......... .......... .......... .......... 45% 101M 0s
3001 14250K .......... .......... .......... .......... .......... 46% 75.1M 0s
3002 14300K .......... .......... .......... .......... .......... 46% 92.2M 0s
3003 14350K .......... .......... .......... .......... .......... 46% 93.7M 0s
3004 14400K .......... .......... .......... .......... .......... 46% 94.7M 0s
3005 14450K .......... .......... .......... .......... .......... 46% 96.3M 0s
3006 14500K .......... .......... .......... .......... .......... 46% 30.6M 0s
3007 14550K .......... .......... .......... .......... .......... 47% 190M 0s
3008 14600K .......... .......... .......... .......... .......... 47% 263M 0s
3009 14650K .......... .......... .......... .......... .......... 47% 73.1M 0s
3010 14700K .......... .......... .......... .......... .......... 47% 167M 0s
3011 14750K .......... .......... .......... .......... .......... 47% 159M 0s
3012 14800K .......... .......... .......... .......... .......... 47% 144M 0s
3013 14850K .......... .......... .......... .......... .......... 48% 147M 0s
3014 14900K .......... .......... .......... .......... .......... 48% 164M 0s
3015 14950K .......... .......... .......... .......... .......... 48% 151M 0s
3016 15000K .......... .......... .......... .......... .......... 48% 172M 0s
3017 15050K .......... .......... .......... .......... .......... 48% 139M 0s
3018 15100K .......... .......... .......... .......... .......... 48% 91.3M 0s
3019 15150K .......... .......... .......... .......... .......... 49% 164M 0s
3020 15200K .......... .......... .......... .......... .......... 49% 169M 0s
3021 15250K .......... .......... .......... .......... .......... 49% 171M 0s
3022 15300K .......... .......... .......... .......... .......... 49% 262M 0s
3023 15350K .......... .......... .......... .......... .......... 49% 280M 0s
3024 15400K .......... .......... .......... .......... .......... 49% 154M 0s
3025 15450K .......... .......... .......... .......... .......... 49% 128M 0s
3026 15500K .......... .......... .......... .......... .......... 50% 176M 0s
3027 15550K .......... .......... .......... .......... .......... 50% 137M 0s
3028 15600K .......... .......... .......... .......... .......... 50% 154M 0s
3029 15650K .......... .......... .......... .......... .......... 50% 76.3M 0s
3030 15700K .......... .......... .......... .......... .......... 50% 144M 0s
3031 15750K .......... .......... .......... .......... .......... 50% 171M 0s
3032 15800K .......... .......... .......... .......... .......... 51% 166M 0s
3033 15850K .......... .......... .......... .......... .......... 51% 138M 0s
3034 15900K .......... .......... .......... .......... .......... 51% 173M 0s
3035 15950K .......... .......... .......... .......... .......... 51% 162M 0s
3036 16000K .......... .......... .......... .......... .......... 51% 162M 0s
3037 16050K .......... .......... .......... .......... .......... 51% 180M 0s
3038 16100K .......... .......... .......... .......... .......... 52% 175M 0s
3039 16150K .......... .......... .......... .......... .......... 52% 161M 0s
3040 16200K .......... .......... .......... .......... .......... 52% 126M 0s
3041 16250K .......... .......... .......... .......... .......... 52% 141M 0s
3042 16300K .......... .......... .......... .......... .......... 52% 74.9M 0s
3043 16350K .......... .......... .......... .......... .......... 52% 173M 0s
3044 16400K .......... .......... .......... .......... .......... 53% 167M 0s
3045 16450K .......... .......... .......... .......... .......... 53% 137M 0s
3046 16500K .......... .......... .......... .......... .......... 53% 173M 0s
3047 16550K .......... .......... .......... .......... .......... 53% 160M 0s
3048 16600K .......... .......... .......... .......... .......... 53% 156M 0s
3049 16650K .......... .......... .......... .......... .......... 53% 144M 0s
3050 16700K .......... .......... .......... .......... .......... 54% 160M 0s
3051 16750K .......... .......... .......... .......... .......... 54% 157M 0s
3052 16800K .......... .......... .......... .......... .......... 54% 243M 0s
3053 16850K .......... .......... .......... .......... .......... 54% 199M 0s
3054 16900K .......... .......... .......... .......... .......... 54% 143M 0s
3055 16950K .......... .......... .......... .......... .......... 54% 68.6M 0s
3056 17000K .......... .......... .......... .......... .......... 54% 157M 0s
3057 17050K .......... .......... .......... .......... .......... 55% 134M 0s
3058 17100K .......... .......... .......... .......... .......... 55% 171M 0s
3059 17150K .......... .......... .......... .......... .......... 55% 163M 0s
3060 17200K .......... .......... .......... .......... .......... 55% 151M 0s
3061 17250K .......... .......... .......... .......... .......... 55% 144M 0s
3062 17300K .......... .......... .......... .......... .......... 55% 161M 0s
3063 17350K .......... .......... .......... .......... .......... 56% 159M 0s
3064 17400K .......... .......... .......... .......... .......... 56% 171M 0s
3065 17450K .......... .......... .......... .......... .......... 56% 141M 0s
3066 17500K .......... .......... .......... .......... .......... 56% 160M 0s
3067 17550K .......... .......... .......... .......... .......... 56% 217M 0s
3068 17600K .......... .......... .......... .......... .......... 56% 159M 0s
3069 17650K .......... .......... .......... .......... .......... 57% 66.2M 0s
3070 17700K .......... .......... .......... .......... .......... 57% 140M 0s
3071 17750K .......... .......... .......... .......... .......... 57% 165M 0s
3072 17800K .......... .......... .......... .......... .......... 57% 82.9M 0s
3073 17850K .......... .......... .......... .......... .......... 57% 128M 0s
3074 17900K .......... .......... .......... .......... .......... 57% 86.9M 0s
3075 17950K .......... .......... .......... .......... .......... 58% 141M 0s
3076 18000K .......... .......... .......... .......... .......... 58% 154M 0s
3077 18050K .......... .......... .......... .......... .......... 58% 75.9M 0s
3078 18100K .......... .......... .......... .......... .......... 58% 162M 0s
3079 18150K .......... .......... .......... .......... .......... 58% 251M 0s
3080 18200K .......... .......... .......... .......... .......... 58% 78.6M 0s
3081 18250K .......... .......... .......... .......... .......... 59% 134M 0s
3082 18300K .......... .......... .......... .......... .......... 59% 86.3M 0s
3083 18350K .......... .......... .......... .......... .......... 59% 148M 0s
3084 18400K .......... .......... .......... .......... .......... 59% 104M 0s
3085 18450K .......... .......... .......... .......... .......... 59% 89.5M 0s
3086 18500K .......... .......... .......... .......... .......... 59% 169M 0s
3087 18550K .......... .......... .......... .......... .......... 59% 160M 0s
3088 18600K .......... .......... .......... .......... .......... 60% 158M 0s
3089 18650K .......... .......... .......... .......... .......... 60% 151M 0s
3090 18700K .......... .......... .......... .......... .......... 60% 155M 0s
3091 18750K .......... .......... .......... .......... .......... 60% 91.4M 0s
3092 18800K .......... .......... .......... .......... .......... 60% 257M 0s
3093 18850K .......... .......... .......... .......... .......... 60% 192M 0s
3094 18900K .......... .......... .......... .......... .......... 61% 177M 0s
3095 18950K .......... .......... .......... .......... .......... 61% 149M 0s
3096 19000K .......... .......... .......... .......... .......... 61% 168M 0s
3097 19050K .......... .......... .......... .......... .......... 61% 137M 0s
3098 19100K .......... .......... .......... .......... .......... 61% 155M 0s
3099 19150K .......... .......... .......... .......... .......... 61% 172M 0s
3100 19200K .......... .......... .......... .......... .......... 62% 159M 0s
3101 19250K .......... .......... .......... .......... .......... 62% 134M 0s
3102 19300K .......... .......... .......... .......... .......... 62% 163M 0s
3103 19350K .......... .......... .......... .......... .......... 62% 159M 0s
3104 19400K .......... .......... .......... .......... .......... 62% 155M 0s
3105 19450K .......... .......... .......... .......... .......... 62% 129M 0s
3106 19500K .......... .......... .......... .......... .......... 63% 167M 0s
3107 19550K .......... .......... .......... .......... .......... 63% 91.2M 0s
3108 19600K .......... .......... .......... .......... .......... 63% 140M 0s
3109 19650K .......... .......... .......... .......... .......... 63% 128M 0s
3110 19700K .......... .......... .......... .......... .......... 63% 202M 0s
3111 19750K .......... .......... .......... .......... .......... 63% 68.3M 0s
3112 19800K .......... .......... .......... .......... .......... 64% 157M 0s
3113 19850K .......... .......... .......... .......... .......... 64% 140M 0s
3114 19900K .......... .......... .......... .......... .......... 64% 173M 0s
3115 19950K .......... .......... .......... .......... .......... 64% 147M 0s
3116 20000K .......... .......... .......... .......... .......... 64% 172M 0s
3117 20050K .......... .......... .......... .......... .......... 64% 135M 0s
3118 20100K .......... .......... .......... .......... .......... 64% 152M 0s
3119 20150K .......... .......... .......... .......... .......... 65% 172M 0s
3120 20200K .......... .......... .......... .......... .......... 65% 159M 0s
3121 20250K .......... .......... .......... .......... .......... 65% 137M 0s
3122 20300K .......... .......... .......... .......... .......... 65% 167M 0s
3123 20350K .......... .......... .......... .......... .......... 65% 164M 0s
3124 20400K .......... .......... .......... .......... .......... 65% 162M 0s
3125 20450K .......... .......... .......... .......... .......... 66% 162M 0s
3126 20500K .......... .......... .......... .......... .......... 66% 165M 0s
3127 20550K .......... .......... .......... .......... .......... 66% 156M 0s
3128 20600K .......... .......... .......... .......... .......... 66% 168M 0s
3129 20650K .......... .......... .......... .......... .......... 66% 134M 0s
3130 20700K .......... .......... .......... .......... .......... 66% 166M 0s
3131 20750K .......... .......... .......... .......... .......... 67% 149M 0s
3132 20800K .......... .......... .......... .......... .......... 67% 149M 0s
3133 20850K .......... .......... .......... .......... .......... 67% 146M 0s
3134 20900K .......... .......... .......... .......... .......... 67% 61.6M 0s
3135 20950K .......... .......... .......... .......... .......... 67% 151M 0s
3136 21000K .......... .......... .......... .......... .......... 67% 175M 0s
3137 21050K .......... .......... .......... .......... .......... 68% 131M 0s
3138 21100K .......... .......... .......... .......... .......... 68% 161M 0s
3139 21150K .......... .......... .......... .......... .......... 68% 228M 0s
3140 21200K .......... .......... .......... .......... .......... 68% 213M 0s
3141 21250K .......... .......... .......... .......... .......... 68% 144M 0s
3142 21300K .......... .......... .......... .......... .......... 68% 145M 0s
3143 21350K .......... .......... .......... .......... .......... 69% 170M 0s
3144 21400K .......... .......... .......... .......... .......... 69% 162M 0s
3145 21450K .......... .......... .......... .......... .......... 69% 136M 0s
3146 21500K .......... .......... .......... .......... .......... 69% 168M 0s
3147 21550K .......... .......... .......... .......... .......... 69% 162M 0s
3148 21600K .......... .......... .......... .......... .......... 69% 174M 0s
3149 21650K .......... .......... .......... .......... .......... 69% 129M 0s
3150 21700K .......... .......... .......... .......... .......... 70% 163M 0s
3151 21750K .......... .......... .......... .......... .......... 70% 172M 0s
3152 21800K .......... .......... .......... .......... .......... 70% 150M 0s
3153 21850K .......... .......... .......... .......... .......... 70% 147M 0s
3154 21900K .......... .......... .......... .......... .......... 70% 159M 0s
3155 21950K .......... .......... .......... .......... .......... 70% 155M 0s
3156 22000K .......... .......... .......... .......... .......... 71% 170M 0s
3157 22050K .......... .......... .......... .......... .......... 71% 140M 0s
3158 22100K .......... .......... .......... .......... .......... 71% 150M 0s
3159 22150K .......... .......... .......... .......... .......... 71% 162M 0s
3160 22200K .......... .......... .......... .......... .......... 71% 165M 0s
3161 22250K .......... .......... .......... .......... .......... 71% 125M 0s
3162 22300K .......... .......... .......... .......... .......... 72% 166M 0s
3163 22350K .......... .......... .......... .......... .......... 72% 161M 0s
3164 22400K .......... .......... .......... .......... .......... 72% 141M 0s
3165 22450K .......... .......... .......... .......... .......... 72% 141M 0s
3166 22500K .......... .......... .......... .......... .......... 72% 165M 0s
3167 22550K .......... .......... .......... .......... .......... 72% 147M 0s
3168 22600K .......... .......... .......... .......... .......... 73% 175M 0s
3169 22650K .......... .......... .......... .......... .......... 73% 137M 0s
3170 22700K .......... .......... .......... .......... .......... 73% 156M 0s
3171 22750K .......... .......... .......... .......... .......... 73% 166M 0s
3172 22800K .......... .......... .......... .......... .......... 73% 150M 0s
3173 22850K .......... .......... .......... .......... .......... 73% 148M 0s
3174 22900K .......... .......... .......... .......... .......... 74% 147M 0s
3175 22950K .......... .......... .......... .......... .......... 74% 52.2M 0s
3176 23000K .......... .......... .......... .......... .......... 74% 172M 0s
3177 23050K .......... .......... .......... .......... .......... 74% 141M 0s
3178 23100K .......... .......... .......... .......... .......... 74% 158M 0s
3179 23150K .......... .......... .......... .......... .......... 74% 168M 0s
3180 23200K .......... .......... .......... .......... .......... 74% 164M 0s
3181 23250K .......... .......... .......... .......... .......... 75% 129M 0s
3182 23300K .......... .......... .......... .......... .......... 75% 148M 0s
3183 23350K .......... .......... .......... .......... .......... 75% 71.7M 0s
3184 23400K .......... .......... .......... .......... .......... 75% 164M 0s
3185 23450K .......... .......... .......... .......... .......... 75% 143M 0s
3186 23500K .......... .......... .......... .......... .......... 75% 154M 0s
3187 23550K .......... .......... .......... .......... .......... 76% 167M 0s
3188 23600K .......... .......... .......... .......... .......... 76% 158M 0s
3189 23650K .......... .......... .......... .......... .......... 76% 69.6M 0s
3190 23700K .......... .......... .......... .......... .......... 76% 159M 0s
3191 23750K .......... .......... .......... .......... .......... 76% 158M 0s
3192 23800K .......... .......... .......... .......... .......... 76% 164M 0s
3193 23850K .......... .......... .......... .......... .......... 77% 141M 0s
3194 23900K .......... .......... .......... .......... .......... 77% 172M 0s
3195 23950K .......... .......... .......... .......... .......... 77% 154M 0s
3196 24000K .......... .......... .......... .......... .......... 77% 172M 0s
3197 24050K .......... .......... .......... .......... .......... 77% 132M 0s
3198 24100K .......... .......... .......... .......... .......... 77% 96.9M 0s
3199 24150K .......... .......... .......... .......... .......... 78% 153M 0s
3200 24200K .......... .......... .......... .......... .......... 78% 154M 0s
3201 24250K .......... .......... .......... .......... .......... 78% 145M 0s
3202 24300K .......... .......... .......... .......... .......... 78% 165M 0s
3203 24350K .......... .......... .......... .......... .......... 78% 147M 0s
3204 24400K .......... .......... .......... .......... .......... 78% 135M 0s
3205 24450K .......... .......... .......... .......... .......... 79% 133M 0s
3206 24500K .......... .......... .......... .......... .......... 79% 153M 0s
3207 24550K .......... .......... .......... .......... .......... 79% 169M 0s
3208 24600K .......... .......... .......... .......... .......... 79% 164M 0s
3209 24650K .......... .......... .......... .......... .......... 79% 138M 0s
3210 24700K .......... .......... .......... .......... .......... 79% 59.9M 0s
3211 24750K .......... .......... .......... .......... .......... 79% 140M 0s
3212 24800K .......... .......... .......... .......... .......... 80% 81.8M 0s
3213 24850K .......... .......... .......... .......... .......... 80% 122M 0s
3214 24900K .......... .......... .......... .......... .......... 80% 167M 0s
3215 24950K .......... .......... .......... .......... .......... 80% 164M 0s
3216 25000K .......... .......... .......... .......... .......... 80% 151M 0s
3217 25050K .......... .......... .......... .......... .......... 80% 148M 0s
3218 25100K .......... .......... .......... .......... .......... 81% 75.8M 0s
3219 25150K .......... .......... .......... .......... .......... 81% 165M 0s
3220 25200K .......... .......... .......... .......... .......... 81% 164M 0s
3221 25250K .......... .......... .......... .......... .......... 81% 137M 0s
3222 25300K .......... .......... .......... .......... .......... 81% 74.9M 0s
3223 25350K .......... .......... .......... .......... .......... 81% 167M 0s
3224 25400K .......... .......... .......... .......... .......... 82% 81.4M 0s
3225 25450K .......... .......... .......... .......... .......... 82% 139M 0s
3226 25500K .......... .......... .......... .......... .......... 82% 152M 0s
3227 25550K .......... .......... .......... .......... .......... 82% 165M 0s
3228 25600K .......... .......... .......... .......... .......... 82% 164M 0s
3229 25650K .......... .......... .......... .......... .......... 82% 135M 0s
3230 25700K .......... .......... .......... .......... .......... 83% 75.3M 0s
3231 25750K .......... .......... .......... .......... .......... 83% 148M 0s
3232 25800K .......... .......... .......... .......... .......... 83% 79.9M 0s
3233 25850K .......... .......... .......... .......... .......... 83% 107M 0s
3234 25900K .......... .......... .......... .......... .......... 83% 79.3M 0s
3235 25950K .......... .......... .......... .......... .......... 83% 152M 0s
3236 26000K .......... .......... .......... .......... .......... 84% 79.8M 0s
3237 26050K .......... .......... .......... .......... .......... 84% 120M 0s
3238 26100K .......... .......... .......... .......... .......... 84% 168M 0s
3239 26150K .......... .......... .......... .......... .......... 84% 160M 0s
3240 26200K .......... .......... .......... .......... .......... 84% 90.4M 0s
3241 26250K .......... .......... .......... .......... .......... 84% 117M 0s
3242 26300K .......... .......... .......... .......... .......... 84% 153M 0s
3243 26350K .......... .......... .......... .......... .......... 85% 170M 0s
3244 26400K .......... .......... .......... .......... .......... 85% 163M 0s
3245 26450K .......... .......... .......... .......... .......... 85% 147M 0s
3246 26500K .......... .......... .......... .......... .......... 85% 211M 0s
3247 26550K .......... .......... .......... .......... .......... 85% 222M 0s
3248 26600K .......... .......... .......... .......... .......... 85% 152M 0s
3249 26650K .......... .......... .......... .......... .......... 86% 122M 0s
3250 26700K .......... .......... .......... .......... .......... 86% 162M 0s
3251 26750K .......... .......... .......... .......... .......... 86% 56.9M 0s
3252 26800K .......... .......... .......... .......... .......... 86% 91.9M 0s
3253 26850K .......... .......... .......... .......... .......... 86% 77.8M 0s
3254 26900K .......... .......... .......... .......... .......... 86% 153M 0s
3255 26950K .......... .......... .......... .......... .......... 87% 153M 0s
3256 27000K .......... .......... .......... .......... .......... 87% 167M 0s
3257 27050K .......... .......... .......... .......... .......... 87% 139M 0s
3258 27100K .......... .......... .......... .......... .......... 87% 154M 0s
3259 27150K .......... .......... .......... .......... .......... 87% 169M 0s
3260 27200K .......... .......... .......... .......... .......... 87% 165M 0s
3261 27250K .......... .......... .......... .......... .......... 88% 150M 0s
3262 27300K .......... .......... .......... .......... .......... 88% 143M 0s
3263 27350K .......... .......... .......... .......... .......... 88% 162M 0s
3264 27400K .......... .......... .......... .......... .......... 88% 168M 0s
3265 27450K .......... .......... .......... .......... .......... 88% 179M 0s
3266 27500K .......... .......... .......... .......... .......... 88% 258M 0s
3267 27550K .......... .......... .......... .......... .......... 89% 264M 0s
3268 27600K .......... .......... .......... .......... .......... 89% 169M 0s
3269 27650K .......... .......... .......... .......... .......... 89% 133M 0s
3270 27700K .......... .......... .......... .......... .......... 89% 169M 0s
3271 27750K .......... .......... .......... .......... .......... 89% 166M 0s
3272 27800K .......... .......... .......... .......... .......... 89% 148M 0s
3273 27850K .......... .......... .......... .......... .......... 89% 146M 0s
3274 27900K .......... .......... .......... .......... .......... 90% 139M 0s
3275 27950K .......... .......... .......... .......... .......... 90% 144M 0s
3276 28000K .......... .......... .......... .......... .......... 90% 148M 0s
3277 28050K .......... .......... .......... .......... .......... 90% 59.3M 0s
3278 28100K .......... .......... .......... .......... .......... 90% 86.8M 0s
3279 28150K .......... .......... .......... .......... .......... 90% 67.3M 0s
3280 28200K .......... .......... .......... .......... .......... 91% 82.6M 0s
3281 28250K .......... .......... .......... .......... .......... 91% 129M 0s
3282 28300K .......... .......... .......... .......... .......... 91% 86.7M 0s
3283 28350K .......... .......... .......... .......... .......... 91% 224M 0s
3284 28400K .......... .......... .......... .......... .......... 91% 93.3M 0s
3285 28450K .......... .......... .......... .......... .......... 91% 72.0M 0s
3286 28500K .......... .......... .......... .......... .......... 92% 94.7M 0s
3287 28550K .......... .......... .......... .......... .......... 92% 148M 0s
3288 28600K .......... .......... .......... .......... .......... 92% 76.8M 0s
3289 28650K .......... .......... .......... .......... .......... 92% 80.2M 0s
3290 28700K .......... .......... .......... .......... .......... 92% 92.9M 0s
3291 28750K .......... .......... .......... .......... .......... 92% 95.7M 0s
3292 28800K .......... .......... .......... .......... .......... 93% 76.5M 0s
3293 28850K .......... .......... .......... .......... .......... 93% 78.6M 0s
3294 28900K .......... .......... .......... .......... .......... 93% 85.4M 0s
3295 28950K .......... .......... .......... .......... .......... 93% 81.8M 0s
3296 29000K .......... .......... .......... .......... .......... 93% 90.1M 0s
3297 29050K .......... .......... .......... .......... .......... 93% 59.9M 0s
3298 29100K .......... .......... .......... .......... .......... 94% 169M 0s
3299 29150K .......... .......... .......... .......... .......... 94% 156M 0s
3300 29200K .......... .......... .......... .......... .......... 94% 133M 0s
3301 29250K .......... .......... .......... .......... .......... 94% 124M 0s
3302 29300K .......... .......... .......... .......... .......... 94% 145M 0s
3303 29350K .......... .......... .......... .......... .......... 94% 181M 0s
3304 29400K .......... .......... .......... .......... .......... 94% 157M 0s
3305 29450K .......... .......... .......... .......... .......... 95% 86.1M 0s
3306 29500K .......... .......... .......... .......... .......... 95% 154M 0s
3307 29550K .......... .......... .......... .......... .......... 95% 187M 0s
3308 29600K .......... .......... .......... .......... .......... 95% 134M 0s
3309 29650K .......... .......... .......... .......... .......... 95% 125M 0s
3310 29700K .......... .......... .......... .......... .......... 95% 242M 0s
3311 29750K .......... .......... .......... .......... .......... 96% 198M 0s
3312 29800K .......... .......... .......... .......... .......... 96% 278M 0s
3313 29850K .......... .......... .......... .......... .......... 96% 228M 0s
3314 29900K .......... .......... .......... .......... .......... 96% 185M 0s
3315 29950K .......... .......... .......... .......... .......... 96% 250M 0s
3316 30000K .......... .......... .......... .......... .......... 96% 238M 0s
3317 30050K .......... .......... .......... .......... .......... 97% 213M 0s
3318 30100K .......... .......... .......... .......... .......... 97% 189M 0s
3319 30150K .......... .......... .......... .......... .......... 97% 238M 0s
3320 30200K .......... .......... .......... .......... .......... 97% 254M 0s
3321 30250K .......... .......... .......... .......... .......... 97% 170M 0s
3322 30300K .......... .......... .......... .......... .......... 97% 197M 0s
3323 30350K .......... .......... .......... .......... .......... 98% 207M 0s
3324 30400K .......... .......... .......... .......... .......... 98% 211M 0s
3325 30450K .......... .......... .......... .......... .......... 98% 236M 0s
3326 30500K .......... .......... .......... .......... .......... 98% 275M 0s
3327 30550K .......... .......... .......... .......... .......... 98% 287M 0s
3328 30600K .......... .......... .......... .......... .......... 98% 222M 0s
3329 30650K .......... .......... .......... .......... .......... 99% 153M 0s
3330 30700K .......... .......... .......... .......... .......... 99% 231M 0s
3331 30750K .......... .......... .......... .......... .......... 99% 248M 0s
3332 30800K .......... .......... .......... .......... .......... 99% 224M 0s
3333 30850K .......... .......... .......... .......... .......... 99% 165M 0s
3334 30900K .......... .......... .......... .......... .......... 99% 240M 0s
3335 30950K .......... .......... .......... .......... .......... 99% 287M 0s
3336 31000K ...... 100% 179M=0.2s
3337
33382015-12-29 20:08:21 (130 MB/s) - '/usr/local/lib/selenium-server-standalone.jar' saved [31750379/31750379]
3339
3340 ---> 29e1b261592a
3341Removing intermediate container 7d689346f15a
3342Step 23 : WORKDIR /srv
3343 ---> Running in 9521b25c03bc
3344 ---> 53e453d042bc
3345Removing intermediate container 9521b25c03bc
3346Step 24 : RUN wget http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 && tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 && cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
3347 ---> Running in 3ae3aae28601
3348--2015-12-29 20:08:41-- http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2
3349Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
3350Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
3351HTTP request sent, awaiting response... 200 OK
3352Length: 13161396 (13M) [application/x-bzip2]
3353Saving to: 'phantomjs-1.9.7-linux-x86_64.tar.bz2'
3354
3355 0K .......... .......... .......... .......... .......... 0% 205M 0s
3356 50K .......... .......... .......... .......... .......... 0% 360M 0s
3357 100K .......... .......... .......... .......... .......... 1% 383M 0s
3358 150K .......... .......... .......... .......... .......... 1% 84.8M 0s
3359 200K .......... .......... .......... .......... .......... 1% 54.3M 0s
3360 250K .......... .......... .......... .......... .......... 2% 301M 0s
3361 300K .......... .......... .......... .......... .......... 2% 294M 0s
3362 350K .......... .......... .......... .......... .......... 3% 350M 0s
3363 400K .......... .......... .......... .......... .......... 3% 46.0M 0s
3364 450K .......... .......... .......... .......... .......... 3% 164M 0s
3365 500K .......... .......... .......... .......... .......... 4% 189M 0s
3366 550K .......... .......... .......... .......... .......... 4% 146M 0s
3367 600K .......... .......... .......... .......... .......... 5% 181M 0s
3368 650K .......... .......... .......... .......... .......... 5% 194M 0s
3369 700K .......... .......... .......... .......... .......... 5% 168M 0s
3370 750K .......... .......... .......... .......... .......... 6% 152M 0s
3371 800K .......... .......... .......... .......... .......... 6% 189M 0s
3372 850K .......... .......... .......... .......... .......... 7% 194M 0s
3373 900K .......... .......... .......... .......... .......... 7% 174M 0s
3374 950K .......... .......... .......... .......... .......... 7% 156M 0s
3375 1000K .......... .......... .......... .......... .......... 8% 179M 0s
3376 1050K .......... .......... .......... .......... .......... 8% 64.7M 0s
3377 1100K .......... .......... .......... .......... .......... 8% 130M 0s
3378 1150K .......... .......... .......... .......... .......... 9% 141M 0s
3379 1200K .......... .......... .......... .......... .......... 9% 178M 0s
3380 1250K .......... .......... .......... .......... .......... 10% 195M 0s
3381 1300K .......... .......... .......... .......... .......... 10% 180M 0s
3382 1350K .......... .......... .......... .......... .......... 10% 149M 0s
3383 1400K .......... .......... .......... .......... .......... 11% 212M 0s
3384 1450K .......... .......... .......... .......... .......... 11% 184M 0s
3385 1500K .......... .......... .......... .......... .......... 12% 165M 0s
3386 1550K .......... .......... .......... .......... .......... 12% 156M 0s
3387 1600K .......... .......... .......... .......... .......... 12% 193M 0s
3388 1650K .......... .......... .......... .......... .......... 13% 199M 0s
3389 1700K .......... .......... .......... .......... .......... 13% 71.2M 0s
3390 1750K .......... .......... .......... .......... .......... 14% 170M 0s
3391 1800K .......... .......... .......... .......... .......... 14% 162M 0s
3392 1850K .......... .......... .......... .......... .......... 14% 185M 0s
3393 1900K .......... .......... .......... .......... .......... 15% 187M 0s
3394 1950K .......... .......... .......... .......... .......... 15% 146M 0s
3395 2000K .......... .......... .......... .......... .......... 15% 183M 0s
3396 2050K .......... .......... .......... .......... .......... 16% 188M 0s
3397 2100K .......... .......... .......... .......... .......... 16% 201M 0s
3398 2150K .......... .......... .......... .......... .......... 17% 56.1M 0s
3399 2200K .......... .......... .......... .......... .......... 17% 15.6M 0s
3400 2250K .......... .......... .......... .......... .......... 17% 93.9M 0s
3401 2300K .......... .......... .......... .......... .......... 18% 180M 0s
3402 2350K .......... .......... .......... .......... .......... 18% 102M 0s
3403 2400K .......... .......... .......... .......... .......... 19% 166M 0s
3404 2450K .......... .......... .......... .......... .......... 19% 169M 0s
3405 2500K .......... .......... .......... .......... .......... 19% 157M 0s
3406 2550K .......... .......... .......... .......... .......... 20% 127M 0s
3407 2600K .......... .......... .......... .......... .......... 20% 182M 0s
3408 2650K .......... .......... .......... .......... .......... 21% 187M 0s
3409 2700K .......... .......... .......... .......... .......... 21% 145M 0s
3410 2750K .......... .......... .......... .......... .......... 21% 62.8M 0s
3411 2800K .......... .......... .......... .......... .......... 22% 157M 0s
3412 2850K .......... .......... .......... .......... .......... 22% 185M 0s
3413 2900K .......... .......... .......... .......... .......... 22% 199M 0s
3414 2950K .......... .......... .......... .......... .......... 23% 145M 0s
3415 3000K .......... .......... .......... .......... .......... 23% 186M 0s
3416 3050K .......... .......... .......... .......... .......... 24% 188M 0s
3417 3100K .......... .......... .......... .......... .......... 24% 202M 0s
3418 3150K .......... .......... .......... .......... .......... 24% 141M 0s
3419 3200K .......... .......... .......... .......... .......... 25% 203M 0s
3420 3250K .......... .......... .......... .......... .......... 25% 173M 0s
3421 3300K .......... .......... .......... .......... .......... 26% 165M 0s
3422 3350K .......... .......... .......... .......... .......... 26% 134M 0s
3423 3400K .......... .......... .......... .......... .......... 26% 100M 0s
3424 3450K .......... .......... .......... .......... .......... 27% 168M 0s
3425 3500K .......... .......... .......... .......... .......... 27% 162M 0s
3426 3550K .......... .......... .......... .......... .......... 28% 120M 0s
3427 3600K .......... .......... .......... .......... .......... 28% 142M 0s
3428 3650K .......... .......... .......... .......... .......... 28% 191M 0s
3429 3700K .......... .......... .......... .......... .......... 29% 189M 0s
3430 3750K .......... .......... .......... .......... .......... 29% 122M 0s
3431 3800K .......... .......... .......... .......... .......... 29% 181M 0s
3432 3850K .......... .......... .......... .......... .......... 30% 193M 0s
3433 3900K .......... .......... .......... .......... .......... 30% 173M 0s
3434 3950K .......... .......... .......... .......... .......... 31% 152M 0s
3435 4000K .......... .......... .......... .......... .......... 31% 196M 0s
3436 4050K .......... .......... .......... .......... .......... 31% 200M 0s
3437 4100K .......... .......... .......... .......... .......... 32% 166M 0s
3438 4150K .......... .......... .......... .......... .......... 32% 159M 0s
3439 4200K .......... .......... .......... .......... .......... 33% 185M 0s
3440 4250K .......... .......... .......... .......... .......... 33% 202M 0s
3441 4300K .......... .......... .......... .......... .......... 33% 167M 0s
3442 4350K .......... .......... .......... .......... .......... 34% 155M 0s
3443 4400K .......... .......... .......... .......... .......... 34% 188M 0s
3444 4450K .......... .......... .......... .......... .......... 35% 165M 0s
3445 4500K .......... .......... .......... .......... .......... 35% 186M 0s
3446 4550K .......... .......... .......... .......... .......... 35% 170M 0s
3447 4600K .......... .......... .......... .......... .......... 36% 198M 0s
3448 4650K .......... .......... .......... .......... .......... 36% 169M 0s
3449 4700K .......... .......... .......... .......... .......... 36% 42.1M 0s
3450 4750K .......... .......... .......... .......... .......... 37% 26.6M 0s
3451 4800K .......... .......... .......... .......... .......... 37% 175M 0s
3452 4850K .......... .......... .......... .......... .......... 38% 101M 0s
3453 4900K .......... .......... .......... .......... .......... 38% 170M 0s
3454 4950K .......... .......... .......... .......... .......... 38% 181M 0s
3455 5000K .......... .......... .......... .......... .......... 39% 137M 0s
3456 5050K .......... .......... .......... .......... .......... 39% 180M 0s
3457 5100K .......... .......... .......... .......... .......... 40% 126M 0s
3458 5150K .......... .......... .......... .......... .......... 40% 30.1M 0s
3459 5200K .......... .......... .......... .......... .......... 40% 167M 0s
3460 5250K .......... .......... .......... .......... .......... 41% 216M 0s
3461 5300K .......... .......... .......... .......... .......... 41% 199M 0s
3462 5350K .......... .......... .......... .......... .......... 42% 156M 0s
3463 5400K .......... .......... .......... .......... .......... 42% 183M 0s
3464 5450K .......... .......... .......... .......... .......... 42% 199M 0s
3465 5500K .......... .......... .......... .......... .......... 43% 146M 0s
3466 5550K .......... .......... .......... .......... .......... 43% 145M 0s
3467 5600K .......... .......... .......... .......... .......... 43% 178M 0s
3468 5650K .......... .......... .......... .......... .......... 44% 199M 0s
3469 5700K .......... .......... .......... .......... .......... 44% 186M 0s
3470 5750K .......... .......... .......... .......... .......... 45% 185M 0s
3471 5800K .......... .......... .......... .......... .......... 45% 200M 0s
3472 5850K .......... .......... .......... .......... .......... 45% 216M 0s
3473 5900K .......... .......... .......... .......... .......... 46% 174M 0s
3474 5950K .......... .......... .......... .......... .......... 46% 169M 0s
3475 6000K .......... .......... .......... .......... .......... 47% 303M 0s
3476 6050K .......... .......... .......... .......... .......... 47% 208M 0s
3477 6100K .......... .......... .......... .......... .......... 47% 197M 0s
3478 6150K .......... .......... .......... .......... .......... 48% 195M 0s
3479 6200K .......... .......... .......... .......... .......... 48% 237M 0s
3480 6250K .......... .......... .......... .......... .......... 49% 223M 0s
3481 6300K .......... .......... .......... .......... .......... 49% 168M 0s
3482 6350K .......... .......... .......... .......... .......... 49% 175M 0s
3483 6400K .......... .......... .......... .......... .......... 50% 219M 0s
3484 6450K .......... .......... .......... .......... .......... 50% 189M 0s
3485 6500K .......... .......... .......... .......... .......... 50% 158M 0s
3486 6550K .......... .......... .......... .......... .......... 51% 160M 0s
3487 6600K .......... .......... .......... .......... .......... 51% 261M 0s
3488 6650K .......... .......... .......... .......... .......... 52% 207M 0s
3489 6700K .......... .......... .......... .......... .......... 52% 166M 0s
3490 6750K .......... .......... .......... .......... .......... 52% 176M 0s
3491 6800K .......... .......... .......... .......... .......... 53% 212M 0s
3492 6850K .......... .......... .......... .......... .......... 53% 267M 0s
3493 6900K .......... .......... .......... .......... .......... 54% 163M 0s
3494 6950K .......... .......... .......... .......... .......... 54% 157M 0s
3495 7000K .......... .......... .......... .......... .......... 54% 201M 0s
3496 7050K .......... .......... .......... .......... .......... 55% 246M 0s
3497 7100K .......... .......... .......... .......... .......... 55% 182M 0s
3498 7150K .......... .......... .......... .......... .......... 56% 158M 0s
3499 7200K .......... .......... .......... .......... .......... 56% 214M 0s
3500 7250K .......... .......... .......... .......... .......... 56% 258M 0s
3501 7300K .......... .......... .......... .......... .......... 57% 201M 0s
3502 7350K .......... .......... .......... .......... .......... 57% 164M 0s
3503 7400K .......... .......... .......... .......... .......... 57% 184M 0s
3504 7450K .......... .......... .......... .......... .......... 58% 242M 0s
3505 7500K .......... .......... .......... .......... .......... 58% 189M 0s
3506 7550K .......... .......... .......... .......... .......... 59% 191M 0s
3507 7600K .......... .......... .......... .......... .......... 59% 222M 0s
3508 7650K .......... .......... .......... .......... .......... 59% 196M 0s
3509 7700K .......... .......... .......... .......... .......... 60% 105M 0s
3510 7750K .......... .......... .......... .......... .......... 60% 197M 0s
3511 7800K .......... .......... .......... .......... .......... 61% 283M 0s
3512 7850K .......... .......... .......... .......... .......... 61% 160M 0s
3513 7900K .......... .......... .......... .......... .......... 61% 16.4M 0s
3514 7950K .......... .......... .......... .......... .......... 62% 185M 0s
3515 8000K .......... .......... .......... .......... .......... 62% 293M 0s
3516 8050K .......... .......... .......... .......... .......... 63% 249M 0s
3517 8100K .......... .......... .......... .......... .......... 63% 234M 0s
3518 8150K .......... .......... .......... .......... .......... 63% 176M 0s
3519 8200K .......... .......... .......... .......... .......... 64% 226M 0s
3520 8250K .......... .......... .......... .......... .......... 64% 308M 0s
3521 8300K .......... .......... .......... .......... .......... 64% 291M 0s
3522 8350K .......... .......... .......... .......... .......... 65% 273M 0s
3523 8400K .......... .......... .......... .......... .......... 65% 249M 0s
3524 8450K .......... .......... .......... .......... .......... 66% 253M 0s
3525 8500K .......... .......... .......... .......... .......... 66% 160M 0s
3526 8550K .......... .......... .......... .......... .......... 66% 177M 0s
3527 8600K .......... .......... .......... .......... .......... 67% 158M 0s
3528 8650K .......... .......... .......... .......... .......... 67% 177M 0s
3529 8700K .......... .......... .......... .......... .......... 68% 192M 0s
3530 8750K .......... .......... .......... .......... .......... 68% 151M 0s
3531 8800K .......... .......... .......... .......... .......... 68% 188M 0s
3532 8850K .......... .......... .......... .......... .......... 69% 184M 0s
3533 8900K .......... .......... .......... .......... .......... 69% 198M 0s
3534 8950K .......... .......... .......... .......... .......... 70% 145M 0s
3535 9000K .......... .......... .......... .......... .......... 70% 182M 0s
3536 9050K .......... .......... .......... .......... .......... 70% 199M 0s
3537 9100K .......... .......... .......... .......... .......... 71% 193M 0s
3538 9150K .......... .......... .......... .......... .......... 71% 164M 0s
3539 9200K .......... .......... .......... .......... .......... 71% 273M 0s
3540 9250K .......... .......... .......... .......... .......... 72% 320M 0s
3541 9300K .......... .......... .......... .......... .......... 72% 264M 0s
3542 9350K .......... .......... .......... .......... .......... 73% 199M 0s
3543 9400K .......... .......... .......... .......... .......... 73% 298M 0s
3544 9450K .......... .......... .......... .......... .......... 73% 198M 0s
3545 9500K .......... .......... .......... .......... .......... 74% 192M 0s
3546 9550K .......... .......... .......... .......... .......... 74% 174M 0s
3547 9600K .......... .......... .......... .......... .......... 75% 169M 0s
3548 9650K .......... .......... .......... .......... .......... 75% 169M 0s
3549 9700K .......... .......... .......... .......... .......... 75% 163M 0s
3550 9750K .......... .......... .......... .......... .......... 76% 131M 0s
3551 9800K .......... .......... .......... .......... .......... 76% 157M 0s
3552 9850K .......... .......... .......... .......... .......... 77% 159M 0s
3553 9900K .......... .......... .......... .......... .......... 77% 135M 0s
3554 9950K .......... .......... .......... .......... .......... 77% 138M 0s
3555 10000K .......... .......... .......... .......... .......... 78% 174M 0s
3556 10050K .......... .......... .......... .......... .......... 78% 149M 0s
3557 10100K .......... .......... .......... .......... .......... 78% 244M 0s
3558 10150K .......... .......... .......... .......... .......... 79% 251M 0s
3559 10200K .......... .......... .......... .......... .......... 79% 258M 0s
3560 10250K .......... .......... .......... .......... .......... 80% 154M 0s
3561 10300K .......... .......... .......... .......... .......... 80% 152M 0s
3562 10350K .......... .......... .......... .......... .......... 80% 149M 0s
3563 10400K .......... .......... .......... .......... .......... 81% 156M 0s
3564 10450K .......... .......... .......... .......... .......... 81% 147M 0s
3565 10500K .......... .......... .......... .......... .......... 82% 171M 0s
3566 10550K .......... .......... .......... .......... .......... 82% 164M 0s
3567 10600K .......... .......... .......... .......... .......... 82% 149M 0s
3568 10650K .......... .......... .......... .......... .......... 83% 160M 0s
3569 10700K .......... .......... .......... .......... .......... 83% 161M 0s
3570 10750K .......... .......... .......... .......... .......... 84% 135M 0s
3571 10800K .......... .......... .......... .......... .......... 84% 180M 0s
3572 10850K .......... .......... .......... .......... .......... 84% 193M 0s
3573 10900K .......... .......... .......... .......... .......... 85% 153M 0s
3574 10950K .......... .......... .......... .......... .......... 85% 144M 0s
3575 11000K .......... .......... .......... .......... .......... 85% 174M 0s
3576 11050K .......... .......... .......... .......... .......... 86% 182M 0s
3577 11100K .......... .......... .......... .......... .......... 86% 141M 0s
3578 11150K .......... .......... .......... .......... .......... 87% 156M 0s
3579 11200K .......... .......... .......... .......... .......... 87% 161M 0s
3580 11250K .......... .......... .......... .......... .......... 87% 158M 0s
3581 11300K .......... .......... .......... .......... .......... 88% 179M 0s
3582 11350K .......... .......... .......... .......... .......... 88% 166M 0s
3583 11400K .......... .......... .......... .......... .......... 89% 168M 0s
3584 11450K .......... .......... .......... .......... .......... 89% 177M 0s
3585 11500K .......... .......... .......... .......... .......... 89% 181M 0s
3586 11550K .......... .......... .......... .......... .......... 90% 168M 0s
3587 11600K .......... .......... .......... .......... .......... 90% 165M 0s
3588 11650K .......... .......... .......... .......... .......... 91% 177M 0s
3589 11700K .......... .......... .......... .......... .......... 91% 184M 0s
3590 11750K .......... .......... .......... .......... .......... 91% 149M 0s
3591 11800K .......... .......... .......... .......... .......... 92% 179M 0s
3592 11850K .......... .......... .......... .......... .......... 92% 196M 0s
3593 11900K .......... .......... .......... .......... .......... 92% 236M 0s
3594 11950K .......... .......... .......... .......... .......... 93% 207M 0s
3595 12000K .......... .......... .......... .......... .......... 93% 325M 0s
3596 12050K .......... .......... .......... .......... .......... 94% 266M 0s
3597 12100K .......... .......... .......... .......... .......... 94% 331M 0s
3598 12150K .......... .......... .......... .......... .......... 94% 270M 0s
3599 12200K .......... .......... .......... .......... .......... 95% 313M 0s
3600 12250K .......... .......... .......... .......... .......... 95% 251M 0s
3601 12300K .......... .......... .......... .......... .......... 96% 277M 0s
3602 12350K .......... .......... .......... .......... .......... 96% 255M 0s
3603 12400K .......... .......... .......... .......... .......... 96% 284M 0s
3604 12450K .......... .......... .......... .......... .......... 97% 289M 0s
3605 12500K .......... .......... .......... .......... .......... 97% 328M 0s
3606 12550K .......... .......... .......... .......... .......... 98% 219M 0s
3607 12600K .......... .......... .......... .......... .......... 98% 283M 0s
3608 12650K .......... .......... .......... .......... .......... 98% 329M 0s
3609 12700K .......... .......... .......... .......... .......... 99% 298M 0s
3610 12750K .......... .......... .......... .......... .......... 99% 286M 0s
3611 12800K .......... .......... .......... .......... .......... 99% 331M 0s
3612 12850K .. 100% 5580G=0.08s
3613
36142015-12-29 20:08:41 (153 MB/s) - 'phantomjs-1.9.7-linux-x86_64.tar.bz2' saved [13161396/13161396]
3615
3616phantomjs-1.9.7-linux-x86_64/
3617phantomjs-1.9.7-linux-x86_64/bin/
3618phantomjs-1.9.7-linux-x86_64/bin/phantomjs
3619phantomjs-1.9.7-linux-x86_64/examples/
3620phantomjs-1.9.7-linux-x86_64/examples/scandir.js
3621phantomjs-1.9.7-linux-x86_64/examples/technews.coffee
3622phantomjs-1.9.7-linux-x86_64/examples/tweets.js
3623phantomjs-1.9.7-linux-x86_64/examples/rasterize.coffee
3624phantomjs-1.9.7-linux-x86_64/examples/pagecallback.js
3625phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.js
3626phantomjs-1.9.7-linux-x86_64/examples/follow.js
3627phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.coffee
3628phantomjs-1.9.7-linux-x86_64/examples/module.js
3629phantomjs-1.9.7-linux-x86_64/examples/waitfor.coffee
3630phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.coffee
3631phantomjs-1.9.7-linux-x86_64/examples/pizza.js
3632phantomjs-1.9.7-linux-x86_64/examples/seasonfood.coffee
3633phantomjs-1.9.7-linux-x86_64/examples/unrandomize.js
3634phantomjs-1.9.7-linux-x86_64/examples/modernizr.js
3635phantomjs-1.9.7-linux-x86_64/examples/waitfor.js
3636phantomjs-1.9.7-linux-x86_64/examples/direction.js
3637phantomjs-1.9.7-linux-x86_64/examples/arguments.coffee
3638phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.js
3639phantomjs-1.9.7-linux-x86_64/examples/run-qunit.js
3640phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.coffee
3641phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.js
3642phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.coffee
3643phantomjs-1.9.7-linux-x86_64/examples/version.js
3644phantomjs-1.9.7-linux-x86_64/examples/movies.js
3645phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.js
3646phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.coffee
3647phantomjs-1.9.7-linux-x86_64/examples/version.coffee
3648phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js
3649phantomjs-1.9.7-linux-x86_64/examples/server.js
3650phantomjs-1.9.7-linux-x86_64/examples/countdown.js
3651phantomjs-1.9.7-linux-x86_64/examples/rasterize.js
3652phantomjs-1.9.7-linux-x86_64/examples/injectme.js
3653phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js
3654phantomjs-1.9.7-linux-x86_64/examples/post.js
3655phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee
3656phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee
3657phantomjs-1.9.7-linux-x86_64/examples/hello.coffee
3658phantomjs-1.9.7-linux-x86_64/examples/features.js
3659phantomjs-1.9.7-linux-x86_64/examples/movies.coffee
3660phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee
3661phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee
3662phantomjs-1.9.7-linux-x86_64/examples/features.coffee
3663phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee
3664phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js
3665phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee
3666phantomjs-1.9.7-linux-x86_64/examples/printmargins.js
3667phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee
3668phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee
3669phantomjs-1.9.7-linux-x86_64/examples/printenv.js
3670phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee
3671phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee
3672phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee
3673phantomjs-1.9.7-linux-x86_64/examples/netlog.js
3674phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee
3675phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee
3676phantomjs-1.9.7-linux-x86_64/examples/weather.coffee
3677phantomjs-1.9.7-linux-x86_64/examples/direction.coffee
3678phantomjs-1.9.7-linux-x86_64/examples/module.coffee
3679phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee
3680phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js
3681phantomjs-1.9.7-linux-x86_64/examples/fibo.js
3682phantomjs-1.9.7-linux-x86_64/examples/imagebin.js
3683phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js
3684phantomjs-1.9.7-linux-x86_64/examples/technews.js
3685phantomjs-1.9.7-linux-x86_64/examples/hello.js
3686phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js
3687phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee
3688phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee
3689phantomjs-1.9.7-linux-x86_64/examples/postserver.js
3690phantomjs-1.9.7-linux-x86_64/examples/weather.js
3691phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee
3692phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee
3693phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js
3694phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee
3695phantomjs-1.9.7-linux-x86_64/examples/useragent.js
3696phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee
3697phantomjs-1.9.7-linux-x86_64/examples/post.coffee
3698phantomjs-1.9.7-linux-x86_64/examples/arguments.js
3699phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee
3700phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee
3701phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee
3702phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js
3703phantomjs-1.9.7-linux-x86_64/examples/follow.coffee
3704phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js
3705phantomjs-1.9.7-linux-x86_64/examples/page_events.js
3706phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js
3707phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js
3708phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee
3709phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee
3710phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js
3711phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js
3712phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee
3713phantomjs-1.9.7-linux-x86_64/examples/server.coffee
3714phantomjs-1.9.7-linux-x86_64/examples/universe.js
3715phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee
3716phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js
3717phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee
3718phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee
3719phantomjs-1.9.7-linux-x86_64/examples/netsniff.js
3720phantomjs-1.9.7-linux-x86_64/ChangeLog
3721phantomjs-1.9.7-linux-x86_64/README.md
3722phantomjs-1.9.7-linux-x86_64/LICENSE.BSD
3723phantomjs-1.9.7-linux-x86_64/third-party.txt
3724 ---> 61c26ef4faa1
3725Removing intermediate container 3ae3aae28601
3726Step 25 : ADD /functions.sh /
3727 ---> 2d96f827338c
3728Removing intermediate container 03dd85229353
3729Step 26 : ADD entrypoint.sh /
3730 ---> ad34d57197ee
3731Removing intermediate container 0ad40bbc30a8
3732Step 27 : RUN chmod 755 /entrypoint.sh
3733 ---> Running in 8e0674cc16f9
3734 ---> e9fa0ad38bb5
3735Removing intermediate container 8e0674cc16f9
3736Step 28 : ENTRYPOINT /entrypoint.sh
3737 ---> Running in ce632201ad63
3738 ---> 01c00440649b
3739Removing intermediate container ce632201ad63
3740Successfully built 01c00440649b
3741== ./99-ci-twentytwo ==
3742Sending build context to Docker daemon 37.38 kB
3743Sending build context to Docker daemon 37.38 kB
3744
3745Step 0 : FROM fedora:22
3746 ---> 9eb9e09c9cb3
3747Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
3748 ---> Using cache
3749 ---> fd55968ef474
3750Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/Fedora_22/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
3751
3752 ---> Using cache
3753 ---> e3e7844a7402
3754Step 3 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
3755 ---> Using cache
3756 ---> 4ddd1c440018
3757Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc
3758 ---> Using cache
3759 ---> e924c9070f1b
3760Step 5 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/Fedora_22/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
3761
3762 ---> Using cache
3763 ---> 8537261aaf2b
3764Step 6 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/Fedora_22/repodata/repomd.xml.key
3765 ---> Using cache
3766 ---> 6690091fd11c
3767Step 7 : RUN sed -i -e '/tsflags=nodocs/d' -e '/override_install_langs/d' /etc/dnf/dnf.conf && sed -i -e 's/^#baseurl/baseurl/g' -e 's/^metalink/#metalink/g' /etc/yum.repos.d/*.repo && rm -rf /bin/applydeltarpm
3768 ---> Using cache
3769 ---> 306ca86c6e43
3770Step 8 : ENV IMAGE twentytwo
3771 ---> Using cache
3772 ---> da9a380307a1
3773Step 9 : ADD /dbus.service /etc/systemd/system/dbus.service
3774 ---> Using cache
3775 ---> d89316d3d84e
3776Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
3777 ---> Using cache
3778 ---> cba0f1292595
3779Step 11 : ADD /httpd.service /etc/systemd/system/httpd.service
3780 ---> Using cache
3781 ---> 4ec1ef3c1da3
3782Step 12 : ADD /systemctl /usr/bin/systemctl
3783 ---> Using cache
3784 ---> b64e18d2d779
3785Step 13 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
3786 ---> Using cache
3787 ---> 9e9e3abd697c
3788Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
3789 ---> Using cache
3790 ---> de47251afc1c
3791Step 15 : ADD /vimrc /root/.vimrc
3792 ---> Using cache
3793 ---> 9815f069194d
3794Step 16 : RUN dnf clean all && dnf -y install yum-plugin-priorities && dnf -y install 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 psmisc rpmdevtools screen strace sudo telnet traceroute vim-enhanced wget yum-utils && dnf clean all
3795 ---> Running in 19320c3d7e28
3796Cleaning repos: fedora updates Kolab_Development openSUSE_Tools
3797Cleaning up Everything
3798Last metadata expiration check performed 0:00:00 ago on Tue Dec 29 20:10:12 2015.
3799Dependencies resolved.
3800================================================================================
3801 Package Arch Version Repository
3802 Size
3803================================================================================
3804Installing:
3805 cpio x86_64 2.11-33.fc22 fedora 216 k
3806 python-dnf-plugins-extras-common noarch 0.0.7-1.fc22 fedora 25 k
3807 python-dnf-plugins-extras-migrate noarch 0.0.7-1.fc22 fedora 22 k
3808 python-pycurl x86_64 7.19.5.1-3.fc22 updates 177 k
3809 python-urlgrabber noarch 3.10.1-6.fc22 fedora 112 k
3810 pyxattr x86_64 0.5.3-4.fc22 fedora 33 k
3811 yum noarch 3.4.3-505.fc22 fedora 1.2 M
3812 yum-metadata-parser x86_64 1.1.4-14.fc22 fedora 39 k
3813 yum-plugin-priorities noarch 1.1.31-508.fc22 updates 27 k
3814
3815Transaction Summary
3816================================================================================
3817Install 9 Packages
3818
3819Total download size: 1.9 M
3820Installed size: 7.5 M
3821Downloading Packages:
3822--------------------------------------------------------------------------------
3823Total 33 MB/s | 1.9 MB 00:00
3824Running transaction check
3825Transaction check succeeded.
3826Running transaction test
3827Transaction test succeeded.
3828Running transaction
3829 Installing : python-pycurl-7.19.5.1-3.fc22.x86_64 1/9
3830warning: Unable to get systemd shutdown inhibition lock
3831 Installing : python-urlgrabber-3.10.1-6.fc22.noarch 2/9
3832 Installing : python-dnf-plugins-extras-common-0.0.7-1.fc22.noarch 3/9
3833 Installing : yum-metadata-parser-1.1.4-14.fc22.x86_64 4/9
3834 Installing : pyxattr-0.5.3-4.fc22.x86_64 5/9
3835 Installing : cpio-2.11-33.fc22.x86_64 6/9
3836 Installing : python-dnf-plugins-extras-migrate-0.0.7-1.fc22.noarch 7/9
3837 Installing : yum-3.4.3-505.fc22.noarch 8/9
3838 Installing : yum-plugin-priorities-1.1.31-508.fc22.noarch 9/9
3839 Verifying : yum-plugin-priorities-1.1.31-508.fc22.noarch 1/9
3840 Verifying : yum-3.4.3-505.fc22.noarch 2/9
3841 Verifying : cpio-2.11-33.fc22.x86_64 3/9
3842 Verifying : python-urlgrabber-3.10.1-6.fc22.noarch 4/9
3843 Verifying : pyxattr-0.5.3-4.fc22.x86_64 5/9
3844 Verifying : yum-metadata-parser-1.1.4-14.fc22.x86_64 6/9
3845 Verifying : python-dnf-plugins-extras-migrate-0.0.7-1.fc22.noarch 7/9
3846 Verifying : python-dnf-plugins-extras-common-0.0.7-1.fc22.noarch 8/9
3847 Verifying : python-pycurl-7.19.5.1-3.fc22.x86_64 9/9
3848
3849Installed:
3850 cpio.x86_64 2.11-33.fc22
3851 python-dnf-plugins-extras-common.noarch 0.0.7-1.fc22
3852 python-dnf-plugins-extras-migrate.noarch 0.0.7-1.fc22
3853 python-pycurl.x86_64 7.19.5.1-3.fc22
3854 python-urlgrabber.noarch 3.10.1-6.fc22
3855 pyxattr.x86_64 0.5.3-4.fc22
3856 yum.noarch 3.4.3-505.fc22
3857 yum-metadata-parser.x86_64 1.1.4-14.fc22
3858 yum-plugin-priorities.noarch 1.1.31-508.fc22
3859
3860Complete!
3861Last metadata expiration check performed 0:00:06 ago on Tue Dec 29 20:10:12 2015.
3862Dependencies resolved.
3863================================================================================
3864 Package Arch Version Repository
3865 Size
3866================================================================================
3867Installing:
3868 GeoIP x86_64 1.6.5-1.fc22 fedora 117 k
3869 GeoIP-GeoLite-data noarch 2015.12-1.fc22 updates 381 k
3870 aajohan-comfortaa-fonts noarch 2.004-4.fc22 fedora 151 k
3871 alsa-lib x86_64 1.0.29-1.fc22 fedora 387 k
3872 ant noarch 1.9.4-7.fc22 fedora 2.0 M
3873 bind-libs x86_64 32:9.10.3-7.P2.fc22 updates 150 k
3874 bind-libs-lite x86_64 32:9.10.3-7.P2.fc22 updates 1.0 M
3875 bind-license noarch 32:9.10.3-7.P2.fc22 updates 87 k
3876 bind-utils x86_64 32:9.10.3-7.P2.fc22 updates 403 k
3877 binutils x86_64 2.25-9.fc22 updates 5.4 M
3878 build noarch 20151105-214.1 openSUSE_Tools
3879 172 k
3880 build-mkbaselibs noarch 20151105-214.1 openSUSE_Tools
3881 42 k
3882 bzip2 x86_64 1.0.6-14.fc22 fedora 57 k
3883 cronie x86_64 1.4.12-5.fc22 fedora 102 k
3884 cronie-anacron x86_64 1.4.12-5.fc22 fedora 38 k
3885 crontabs noarch 1.11-9.20130830git.fc22 fedora 24 k
3886 dwz x86_64 0.11-4.fc22 fedora 103 k
3887 elfutils x86_64 0.161-6.fc22 fedora 276 k
3888 emacs-filesystem noarch 1:24.5-6.fc22 updates 64 k
3889 fakeroot x86_64 1.20.2-1.fc22 updates 100 k
3890 fakeroot-libs x86_64 1.20.2-1.fc22 updates 32 k
3891 file x86_64 5.22-3.fc22 fedora 65 k
3892 findutils x86_64 1:4.5.14-3.fc22 fedora 522 k
3893 fipscheck x86_64 1.4.1-7.fc22 fedora 26 k
3894 fipscheck-lib x86_64 1.4.1-7.fc22 fedora 15 k
3895 fontconfig x86_64 2.11.94-4.fc22 updates 241 k
3896 fontpackages-filesystem noarch 1.44-12.fc22 updates 14 k
3897 freetype x86_64 2.5.5-2.fc22 updates 406 k
3898 gc x86_64 7.4.2-2.fc22 fedora 104 k
3899 gdb x86_64 7.9.1-20.fc22 updates 2.9 M
3900 ghc-srpm-macros noarch 1.4.2-1.fc22 fedora 8.1 k
3901 giflib x86_64 4.1.6-12.fc22 fedora 44 k
3902 git x86_64 2.4.3-7.fc22 updates 5.2 M
3903 gnat-srpm-macros noarch 1-1.fc22 fedora 8.5 k
3904 go-srpm-macros noarch 1-2.fc22 updates 7.9 k
3905 gpm-libs x86_64 1.20.7-6.fc22 fedora 36 k
3906 groff-base x86_64 1.22.3-3.fc22 fedora 950 k
3907 guile x86_64 5:2.0.11-7.fc22 updates 3.9 M
3908 httpd-filesystem noarch 2.4.17-1.fc22 updates 25 k
3909 java-1.8.0-openjdk x86_64 1:1.8.0.65-3.b17.fc22 updates 217 k
3910 java-1.8.0-openjdk-devel x86_64 1:1.8.0.65-3.b17.fc22 updates 9.7 M
3911 java-1.8.0-openjdk-headless x86_64 1:1.8.0.65-3.b17.fc22 updates 31 M
3912 javapackages-tools noarch 4.3.2-6.fc22 fedora 100 k
3913 less x86_64 481-1.fc22 updates 153 k
3914 libICE x86_64 1.0.9-2.fc22 fedora 69 k
3915 libSM x86_64 1.2.2-2.fc22 fedora 43 k
3916 libX11 x86_64 1.6.3-1.fc22 fedora 608 k
3917 libX11-common noarch 1.6.3-1.fc22 fedora 166 k
3918 libXau x86_64 1.0.8-4.fc22 fedora 33 k
3919 libXext x86_64 1.3.3-2.fc22 fedora 42 k
3920 libXfont x86_64 1.5.1-3.fc22 updates 153 k
3921 libXi x86_64 1.7.4-2.fc22 fedora 44 k
3922 libXrender x86_64 0.9.9-1.fc22 fedora 30 k
3923 libXtst x86_64 1.2.2-4.fc22 fedora 24 k
3924 libatomic_ops x86_64 7.4.2-4.fc22 fedora 31 k
3925 libbabeltrace x86_64 1.2.4-2.fc22 updates 152 k
3926 libedit x86_64 3.1-12.20150325cvs.fc22 fedora 99 k
3927 libfontenc x86_64 1.1.2-3.fc22 fedora 34 k
3928 libgnome-keyring x86_64 3.12.0-4.fc22 fedora 114 k
3929 libicu x86_64 54.1-4.fc22 updates 8.4 M
3930 libjpeg-turbo x86_64 1.4.0-2.fc22 updates 150 k
3931 libpcap x86_64 14:1.7.3-1.fc22 updates 149 k
3932 libpipeline x86_64 1.4.0-1.fc22 fedora 50 k
3933 libpng x86_64 2:1.6.19-1.fc22 updates 118 k
3934 libpsl x86_64 0.7.0-5.fc22 updates 52 k
3935 libtidy x86_64 0.99.0-33.20091203.fc22 fedora 137 k
3936 libtool-ltdl x86_64 2.4.2-35.fc22 updates 54 k
3937 libunistring x86_64 0.9.4-1.fc22 fedora 317 k
3938 libxcb x86_64 1.11-8.fc22 updates 193 k
3939 libxslt x86_64 1.1.28-8.fc22 fedora 245 k
3940 libzip x86_64 0.11.2-5.fc22 fedora 64 k
3941 lksctp-tools x86_64 1.0.16-3.fc22 fedora 93 k
3942 lsof x86_64 4.88-2.fc22 fedora 341 k
3943 m2crypto x86_64 0.22.5-2.fc22 updates 245 k
3944 man-db x86_64 2.7.1-9.fc22 updates 823 k
3945 net-tools x86_64 2.0-0.31.20141124git.fc22 fedora 313 k
3946 nmap-ncat x86_64 2:7.00-1.fc22 updates 218 k
3947 ocaml-srpm-macros noarch 2-2.fc22 fedora 7.9 k
3948 openldap-clients x86_64 2.4.40-12.fc22 fedora 193 k
3949 openssh x86_64 6.9p1-9.fc22 updates 445 k
3950 openssh-clients x86_64 6.9p1-9.fc22 updates 671 k
3951 osc x86_64 0.152.0-173.2 openSUSE_Tools
3952 511 k
3953 patch x86_64 2.7.5-1.fc22 fedora 121 k
3954 perl x86_64 4:5.20.3-328.fc22 updates 8.0 M
3955 perl-Carp noarch 1.38-1.fc22 updates 28 k
3956 perl-Data-Dumper x86_64 2.154-1.fc22 fedora 54 k
3957 perl-Digest noarch 1.17-310.fc22 fedora 27 k
3958 perl-Digest-MD5 x86_64 2.54-2.fc22 fedora 35 k
3959 perl-Encode x86_64 2:2.78-1.fc22 updates 1.5 M
3960 perl-Error noarch 1:0.17023-1.fc22 fedora 44 k
3961 perl-Exporter noarch 5.70-311.fc22 fedora 33 k
3962 perl-File-Path noarch 2.09-311.fc22 fedora 31 k
3963 perl-File-Temp noarch 0.23.04-310.fc22 fedora 61 k
3964 perl-Getopt-Long noarch 2.48-1.fc22 updates 61 k
3965 perl-Git noarch 2.4.3-7.fc22 updates 61 k
3966 perl-HTTP-Tiny noarch 0.056-1.fc22 updates 52 k
3967 perl-MD5 noarch 2.03-19.fc22 fedora 14 k
3968 perl-PathTools x86_64 3.47-311.fc22 fedora 85 k
3969 perl-Pod-Escapes noarch 1:1.06-328.fc22 updates 62 k
3970 perl-Pod-Perldoc noarch 3.25-1.fc22 fedora 85 k
3971 perl-Pod-Simple noarch 1:3.29-1.fc22 fedora 207 k
3972 perl-Pod-Usage noarch 4:1.67-1.fc22 fedora 33 k
3973 perl-Scalar-List-Utils x86_64 1:1.42-1.fc22 updates 61 k
3974 perl-Socket x86_64 2:2.021-1.fc22 updates 55 k
3975 perl-Storable x86_64 1:2.51-4.fc22 fedora 84 k
3976 perl-Term-ANSIColor noarch 4.03-3.fc22 fedora 44 k
3977 perl-TermReadKey x86_64 2.32-5.fc22 fedora 38 k
3978 perl-Text-ParseWords noarch 3.30-1.fc22 fedora 17 k
3979 perl-Time-HiRes x86_64 1.9728-1.fc22 updates 50 k
3980 perl-Time-Local noarch 1.2300-310.fc22 fedora 29 k
3981 perl-TimeDate noarch 1:2.30-5.fc22 fedora 56 k
3982 perl-constant noarch 1.31-310.fc22 fedora 24 k
3983 perl-generators noarch 1.06-1.fc22 updates 15 k
3984 perl-libs x86_64 4:5.20.3-328.fc22 updates 748 k
3985 perl-macros x86_64 4:5.20.3-328.fc22 updates 54 k
3986 perl-parent noarch 1:0.231-1.fc22 fedora 17 k
3987 perl-podlators noarch 2.5.3-3.fc22 fedora 118 k
3988 perl-srpm-macros noarch 1-14.fc22 fedora 9.3 k
3989 perl-threads x86_64 1:2.02-1.fc22 updates 57 k
3990 perl-threads-shared x86_64 1.46-310.fc22 fedora 44 k
3991 php-cli x86_64 5.6.16-1.fc22 updates 4.0 M
3992 php-common x86_64 5.6.16-1.fc22 updates 1.1 M
3993 php-doctrine-instantiator noarch 1.0.5-1.fc22 updates 15 k
3994 php-mbstring x86_64 5.6.16-1.fc22 updates 580 k
3995 php-pear noarch 1:1.10.1-1.fc22 updates 352 k
3996 php-pecl-jsonc x86_64 1.3.9-1.fc22 updates 57 k
3997 php-pecl-zip x86_64 1.12.5-1.fc22 updates 248 k
3998 php-phpdocumentor-reflection-docblock
3999 noarch 2.0.4-1.fc22 fedora 29 k
4000 php-phpspec-prophecy noarch 1.4.1-1.fc22 fedora 52 k
4001 php-phpunit-File-Iterator noarch 1.4.0-1.fc22 fedora 16 k
4002 php-phpunit-PHP-CodeCoverage noarch 2.2.4-1.fc22 updates 315 k
4003 php-phpunit-PHP-Invoker noarch 1.1.3-6.fc22 fedora 14 k
4004 php-phpunit-PHP-Timer noarch 1.0.6-1.fc22 updates 13 k
4005 php-phpunit-PHP-TokenStream noarch 1.4.8-1.fc22 updates 21 k
4006 php-phpunit-PHPUnit noarch 4.8.17-1.fc22 updates 135 k
4007 php-phpunit-PHPUnit-MockObject noarch 2.3.8-1.fc22 updates 40 k
4008 php-phpunit-PHPUnit-Selenium noarch 1.4.2-1.fc22 fedora 57 k
4009 php-phpunit-Text-Template noarch 1.2.0-5.fc21 fedora 9.5 k
4010 php-phpunit-Version noarch 1.0.5-1.fc22 fedora 13 k
4011 php-phpunit-comparator noarch 1.2.0-1.fc22 updates 18 k
4012 php-phpunit-diff noarch 1.4.1-1.fc22 updates 17 k
4013 php-phpunit-environment noarch 1.3.2-1.fc22 updates 13 k
4014 php-phpunit-exporter noarch 1.2.0-1.fc22 fedora 14 k
4015 php-process x86_64 5.6.16-1.fc22 updates 87 k
4016 php-sebastian-global-state noarch 1.1.1-1.fc22 updates 14 k
4017 php-sebastian-recursion-context noarch 1.0.2-1.fc22 updates 12 k
4018 php-soap x86_64 5.6.16-1.fc22 updates 242 k
4019 php-symfony-class-loader noarch 2.7.7-2.fc22 updates 27 k
4020 php-symfony-common noarch 2.7.7-2.fc22 updates 104 k
4021 php-symfony-yaml noarch 2.7.7-2.fc22 updates 29 k
4022 php-tidy x86_64 5.6.16-1.fc22 updates 70 k
4023 php-xml x86_64 5.6.16-1.fc22 updates 258 k
4024 psmisc x86_64 22.21-5.fc22 fedora 147 k
4025 python-chardet noarch 2.2.1-2.fc22 fedora 231 k
4026 python-kitchen noarch 1.2.1-2.fc22 fedora 120 k
4027 python3 x86_64 3.4.2-6.fc22 updates 53 k
4028 python3-PyXB noarch 1.2.4-2.fc22 fedora 504 k
4029 python3-cssselect noarch 0.9.1-5.fc22 fedora 63 k
4030 python3-javapackages noarch 4.3.2-6.fc22 fedora 94 k
4031 python3-libs x86_64 3.4.2-6.fc22 updates 6.6 M
4032 python3-lxml x86_64 3.3.6-1.fc22 fedora 886 k
4033 python3-pip noarch 6.0.8-1.fc22 fedora 1.7 M
4034 python3-setuptools noarch 17.1.1-3.fc22 updates 406 k
4035 python3-six noarch 1.9.0-1.fc22 fedora 34 k
4036 redhat-rpm-config noarch 29-1.fc22 updates 58 k
4037 rpm-build x86_64 4.12.0.1-9.fc22 fedora 133 k
4038 rpmdevtools noarch 8.6-1.fc22 fedora 104 k
4039 rsync x86_64 3.1.1-6.fc22 fedora 392 k
4040 screen x86_64 4.3.1-1.fc22 updates 564 k
4041 strace x86_64 4.10-2.fc22 updates 355 k
4042 sudo x86_64 1.8.15-1.fc22 updates 691 k
4043 tar x86_64 2:1.28-6.fc22 updates 939 k
4044 telnet x86_64 1:0.17-60.fc22 fedora 68 k
4045 traceroute x86_64 3:2.0.20-2.fc22 fedora 63 k
4046 ttmkfdir x86_64 3.0.9-44.fc22 fedora 52 k
4047 tzdata-java noarch 2015g-1.fc22 updates 181 k
4048 unzip x86_64 6.0-23.fc22 updates 174 k
4049 vim-common x86_64 2:7.4.827-1.fc22 updates 6.0 M
4050 vim-enhanced x86_64 2:7.4.827-1.fc22 updates 1.1 M
4051 vim-filesystem x86_64 2:7.4.827-1.fc22 updates 22 k
4052 wget x86_64 1.16.3-2.fc22 updates 577 k
4053 which x86_64 2.20-10.fc22 fedora 46 k
4054 xalan-j2 noarch 2.7.1-25.fc22 fedora 1.9 M
4055 xemacs-filesystem noarch 21.5.34-12.20150929hga76c9268bb72.fc22
4056 updates 21 k
4057 xerces-j2 noarch 2.11.0-22.fc22 fedora 1.2 M
4058 xml-commons-apis noarch 1.4.01-18.fc21 fedora 228 k
4059 xml-commons-resolver noarch 1.2-17.fc21 fedora 110 k
4060 xorg-x11-font-utils x86_64 1:7.5-28.fc22 fedora 88 k
4061 xorg-x11-fonts-Type1 noarch 7.5-14.fc22 fedora 522 k
4062 xz x86_64 5.2.0-2.fc22 fedora 146 k
4063 yum-utils noarch 1.1.31-508.fc22 updates 117 k
4064 zip x86_64 3.0-14.fc22 updates 267 k
4065
4066Transaction Summary
4067================================================================================
4068Install 192 Packages
4069
4070Total download size: 129 M
4071Installed size: 436 M
4072Downloading Packages:
4073--------------------------------------------------------------------------------
4074Total 58 MB/s | 129 MB 00:02
4075Running transaction check
4076Transaction check succeeded.
4077Running transaction test
4078Transaction test succeeded.
4079Running transaction
4080warning: Unable to get systemd shutdown inhibition lock
4081 Installing : php-pecl-jsonc-1.3.9-1.fc22.x86_64 1/192
4082 Installing : php-common-5.6.16-1.fc22.x86_64 2/192
4083 Installing : python3-libs-3.4.2-6.fc22.x86_64 3/192
4084 Installing : python3-pip-6.0.8-1.fc22.noarch 4/192
4085 Installing : python3-setuptools-17.1.1-3.fc22.noarch 5/192
4086 Installing : python3-3.4.2-6.fc22.x86_64 6/192
4087 Installing : php-phpunit-Text-Template-1.2.0-5.fc21.noarch 7/192
4088 Installing : php-doctrine-instantiator-1.0.5-1.fc22.noarch 8/192
4089 Installing : fipscheck-1.4.1-7.fc22.x86_64 9/192
4090 Installing : fipscheck-lib-1.4.1-7.fc22.x86_64 10/192
4091 Installing : groff-base-1.22.3-3.fc22.x86_64 11/192
4092 Installing : php-mbstring-5.6.16-1.fc22.x86_64 12/192
4093 Installing : php-phpunit-File-Iterator-1.4.0-1.fc22.noarch 13/192
4094 Installing : php-phpunit-PHP-Timer-1.0.6-1.fc22.noarch 14/192
4095 Installing : php-phpunit-environment-1.3.2-1.fc22.noarch 15/192
4096 Installing : php-phpunit-diff-1.4.1-1.fc22.noarch 16/192
4097 Installing : php-sebastian-recursion-context-1.0.2-1.fc22.noarch 17/192
4098 Installing : php-phpunit-exporter-1.2.0-1.fc22.noarch 18/192
4099 Installing : php-symfony-class-loader-2.7.7-2.fc22.noarch 19/192
4100 Installing : php-symfony-common-2.7.7-2.fc22.noarch 20/192
4101 Installing : cronie-1.4.12-5.fc22.x86_64 21/192
4102 Installing : crontabs-1.11-9.20130830git.fc22.noarch 22/192
4103 Installing : cronie-anacron-1.4.12-5.fc22.x86_64 23/192
4104 Installing : fontpackages-filesystem-1.44-12.fc22.noarch 24/192
4105 Installing : libpng-2:1.6.19-1.fc22.x86_64 25/192
4106 Installing : freetype-2.5.5-2.fc22.x86_64 26/192
4107 Installing : libfontenc-1.1.2-3.fc22.x86_64 27/192
4108 Installing : libICE-1.0.9-2.fc22.x86_64 28/192
4109 Installing : libjpeg-turbo-1.4.0-2.fc22.x86_64 29/192
4110 Installing : unzip-6.0-23.fc22.x86_64 30/192
4111 Installing : libedit-3.1-12.20150325cvs.fc22.x86_64 31/192
4112 Installing : php-cli-5.6.16-1.fc22.x86_64 32/192
4113 Installing : tar-2:1.28-6.fc22.x86_64 33/192
4114 Installing : binutils-2.25-9.fc22.x86_64 34/192
4115 Installing : file-5.22-3.fc22.x86_64 35/192
4116 Installing : bind-license-32:9.10.3-7.P2.fc22.noarch 36/192
4117 Installing : libxslt-1.1.28-8.fc22.x86_64 37/192
4118 Installing : php-xml-5.6.16-1.fc22.x86_64 38/192
4119 Installing : php-phpunit-comparator-1.2.0-1.fc22.noarch 39/192
4120 Installing : findutils-1:4.5.14-3.fc22.x86_64 40/192
4121 Installing : php-phpunit-PHP-Invoker-1.1.3-6.fc22.noarch 41/192
4122 Installing : zip-3.0-14.fc22.x86_64 42/192
4123 Installing : libSM-1.2.2-2.fc22.x86_64 43/192
4124 Installing : libXfont-1.5.1-3.fc22.x86_64 44/192
4125 Installing : xorg-x11-font-utils-1:7.5-28.fc22.x86_64 45/192
4126 Installing : ttmkfdir-3.0.9-44.fc22.x86_64 46/192
4127 Installing : aajohan-comfortaa-fonts-2.004-4.fc22.noarch 47/192
4128 Installing : fontconfig-2.11.94-4.fc22.x86_64 48/192
4129 Installing : xorg-x11-fonts-Type1-7.5-14.fc22.noarch 49/192
4130 Installing : php-symfony-yaml-2.7.7-2.fc22.noarch 50/192
4131 Installing : perl-Term-ANSIColor-4.03-3.fc22.noarch 51/192
4132 Installing : perl-HTTP-Tiny-0.056-1.fc22.noarch 52/192
4133 Installing : perl-Pod-Perldoc-3.25-1.fc22.noarch 53/192
4134 Installing : perl-podlators-2.5.3-3.fc22.noarch 54/192
4135 Installing : perl-Text-ParseWords-3.30-1.fc22.noarch 55/192
4136 Installing : perl-Encode-2:2.78-1.fc22.x86_64 56/192
4137 Installing : perl-Pod-Usage-4:1.67-1.fc22.noarch 57/192
4138 Installing : perl-Pod-Escapes-1:1.06-328.fc22.noarch 58/192
4139 Installing : perl-parent-1:0.231-1.fc22.noarch 59/192
4140 Installing : perl-libs-4:5.20.3-328.fc22.x86_64 60/192
4141 Installing : perl-constant-1.31-310.fc22.noarch 61/192
4142 Installing : perl-Time-Local-1.2300-310.fc22.noarch 62/192
4143 Installing : perl-Storable-1:2.51-4.fc22.x86_64 63/192
4144 Installing : perl-Carp-1.38-1.fc22.noarch 64/192
4145 Installing : perl-File-Temp-0.23.04-310.fc22.noarch 65/192
4146 Installing : perl-File-Path-2.09-311.fc22.noarch 66/192
4147 Installing : perl-PathTools-3.47-311.fc22.x86_64 67/192
4148 Installing : perl-Scalar-List-Utils-1:1.42-1.fc22.x86_64 68/192
4149 Installing : perl-Socket-2:2.021-1.fc22.x86_64 69/192
4150 Installing : perl-Time-HiRes-1.9728-1.fc22.x86_64 70/192
4151 Installing : perl-macros-4:5.20.3-328.fc22.x86_64 71/192
4152 Installing : perl-threads-shared-1.46-310.fc22.x86_64 72/192
4153 Installing : perl-threads-1:2.02-1.fc22.x86_64 73/192
4154 Installing : perl-Getopt-Long-2.48-1.fc22.noarch 74/192
4155 Installing : perl-Pod-Simple-1:3.29-1.fc22.noarch 75/192
4156 Installing : perl-Exporter-5.70-311.fc22.noarch 76/192
4157 Installing : perl-4:5.20.3-328.fc22.x86_64 77/192
4158 Installing : perl-Error-1:0.17023-1.fc22.noarch 78/192
4159 Installing : perl-TimeDate-1:2.30-5.fc22.noarch 79/192
4160 Installing : perl-Digest-1.17-310.fc22.noarch 80/192
4161 Installing : perl-Digest-MD5-2.54-2.fc22.x86_64 81/192
4162 Installing : perl-MD5-2.03-19.fc22.noarch 82/192
4163 Installing : perl-TermReadKey-2.32-5.fc22.x86_64 83/192
4164 Installing : build-mkbaselibs-20151105-214.1.noarch 84/192
4165 Installing : perl-generators-1.06-1.fc22.noarch 85/192
4166 Installing : openssh-6.9p1-9.fc22.x86_64 86/192
4167 Installing : openssh-clients-6.9p1-9.fc22.x86_64 87/192
4168 Installing : python3-six-1.9.0-1.fc22.noarch 88/192
4169 Installing : python3-PyXB-1.2.4-2.fc22.noarch 89/192
4170 Installing : python3-cssselect-0.9.1-5.fc22.noarch 90/192
4171 Installing : python3-lxml-3.3.6-1.fc22.x86_64 91/192
4172 Installing : python3-javapackages-4.3.2-6.fc22.noarch 92/192
4173 Installing : php-phpdocumentor-reflection-docblock-2.0.4-1.fc22.no 93/192
4174 Installing : php-phpspec-prophecy-1.4.1-1.fc22.noarch 94/192
4175 Installing : php-soap-5.6.16-1.fc22.x86_64 95/192
4176 Installing : php-phpunit-PHPUnit-MockObject-2.3.8-1.fc22.noarch 96/192
4177 Installing : php-sebastian-global-state-1.1.1-1.fc22.noarch 97/192
4178 Installing : php-phpunit-PHP-TokenStream-1.4.8-1.fc22.noarch 98/192
4179 Installing : php-process-5.6.16-1.fc22.x86_64 99/192
4180 Installing : libtool-ltdl-2.4.2-35.fc22.x86_64 100/192
4181 Installing : libbabeltrace-1.2.4-2.fc22.x86_64 101/192
4182 Installing : libunistring-0.9.4-1.fc22.x86_64 102/192
4183 Installing : alsa-lib-1.0.29-1.fc22.x86_64 103/192
4184 Installing : tzdata-java-2015g-1.fc22.noarch 104/192
4185 Installing : lksctp-tools-1.0.16-3.fc22.x86_64 105/192
4186 Installing : java-1.8.0-openjdk-headless-1:1.8.0.65-3.b17.fc22.x86 106/192
4187 Installing : javapackages-tools-4.3.2-6.fc22.noarch 107/192
4188 Installing : xml-commons-apis-1.4.01-18.fc21.noarch 108/192
4189 Installing : xml-commons-resolver-1.2-17.fc21.noarch 109/192
4190 Installing : xalan-j2-2.7.1-25.fc22.noarch 110/192
4191 Installing : xerces-j2-2.11.0-22.fc22.noarch 111/192
4192 Installing : libpipeline-1.4.0-1.fc22.x86_64 112/192
4193 Installing : less-481-1.fc22.x86_64 113/192
4194 Installing : man-db-2.7.1-9.fc22.x86_64 114/192
4195 Installing : httpd-filesystem-2.4.17-1.fc22.noarch 115/192
4196 Installing : php-pear-1:1.10.1-1.fc22.noarch 116/192
4197 Installing : GeoIP-GeoLite-data-2015.12-1.fc22.noarch 117/192
4198 Installing : GeoIP-1.6.5-1.fc22.x86_64 118/192
4199 Installing : bind-libs-32:9.10.3-7.P2.fc22.x86_64 119/192
4200 Installing : bind-libs-lite-32:9.10.3-7.P2.fc22.x86_64 120/192
4201 Installing : libXau-1.0.8-4.fc22.x86_64 121/192
4202 Installing : libxcb-1.11-8.fc22.x86_64 122/192
4203 Installing : libtidy-0.99.0-33.20091203.fc22.x86_64 123/192
4204 Installing : php-tidy-5.6.16-1.fc22.x86_64 124/192
4205 Installing : libzip-0.11.2-5.fc22.x86_64 125/192
4206 Installing : php-pecl-zip-1.12.5-1.fc22.x86_64 126/192
4207 Installing : go-srpm-macros-1-2.fc22.noarch 127/192
4208 Installing : perl-srpm-macros-1-14.fc22.noarch 128/192
4209 Installing : ocaml-srpm-macros-2-2.fc22.noarch 129/192
4210 Installing : gnat-srpm-macros-1-1.fc22.noarch 130/192
4211 Installing : ghc-srpm-macros-1.4.2-1.fc22.noarch 131/192
4212 Installing : dwz-0.11-4.fc22.x86_64 132/192
4213 Installing : redhat-rpm-config-29-1.fc22.noarch 133/192
4214 Installing : libatomic_ops-7.4.2-4.fc22.x86_64 134/192
4215 Installing : gc-7.4.2-2.fc22.x86_64 135/192
4216 Installing : guile-5:2.0.11-7.fc22.x86_64 136/192
4217 Installing : gdb-7.9.1-20.fc22.x86_64 137/192
4218 Installing : xemacs-filesystem-21.5.34-12.20150929hga76c9268bb72.f 138/192
4219 Installing : fakeroot-libs-1.20.2-1.fc22.x86_64 139/192
4220 Installing : fakeroot-1.20.2-1.fc22.x86_64 140/192
4221 Installing : emacs-filesystem-1:24.5-6.fc22.noarch 141/192
4222 Installing : libX11-common-1.6.3-1.fc22.noarch 142/192
4223 Installing : libX11-1.6.3-1.fc22.x86_64 143/192
4224 Installing : libXext-1.3.3-2.fc22.x86_64 144/192
4225 Installing : libXi-1.7.4-2.fc22.x86_64 145/192
4226 Installing : libXtst-1.2.2-4.fc22.x86_64 146/192
4227 Installing : giflib-4.1.6-12.fc22.x86_64 147/192
4228 Installing : libXrender-0.9.9-1.fc22.x86_64 148/192
4229 Installing : java-1.8.0-openjdk-1:1.8.0.65-3.b17.fc22.x86_64 149/192
4230 Installing : java-1.8.0-openjdk-devel-1:1.8.0.65-3.b17.fc22.x86_64 150/192
4231 Installing : libicu-54.1-4.fc22.x86_64 151/192
4232 Installing : libpsl-0.7.0-5.fc22.x86_64 152/192
4233 Installing : libpcap-14:1.7.3-1.fc22.x86_64 153/192
4234 Installing : vim-filesystem-2:7.4.827-1.fc22.x86_64 154/192
4235 Installing : vim-common-2:7.4.827-1.fc22.x86_64 155/192
4236 Installing : m2crypto-0.22.5-2.fc22.x86_64 156/192
4237 Installing : xz-5.2.0-2.fc22.x86_64 157/192
4238 Installing : patch-2.7.5-1.fc22.x86_64 158/192
4239 Installing : elfutils-0.161-6.fc22.x86_64 159/192
4240 Installing : bzip2-1.0.6-14.fc22.x86_64 160/192
4241 Installing : rpm-build-4.12.0.1-9.fc22.x86_64 161/192
4242 Installing : python-chardet-2.2.1-2.fc22.noarch 162/192
4243 Installing : python-kitchen-1.2.1-2.fc22.noarch 163/192
4244 Installing : which-2.20-10.fc22.x86_64 164/192
4245 Installing : gpm-libs-1.20.7-6.fc22.x86_64 165/192
4246 Installing : rsync-3.1.1-6.fc22.x86_64 166/192
4247 Installing : libgnome-keyring-3.12.0-4.fc22.x86_64 167/192
4248 Installing : git-2.4.3-7.fc22.x86_64 168/192
4249 Installing : perl-Git-2.4.3-7.fc22.noarch 169/192
4250 Installing : php-phpunit-Version-1.0.5-1.fc22.noarch 170/192
4251 Installing : php-phpunit-PHP-CodeCoverage-2.2.4-1.fc22.noarch 171/192
4252 Installing : php-phpunit-PHPUnit-4.8.17-1.fc22.noarch 172/192
4253 Installing : php-phpunit-PHPUnit-Selenium-1.4.2-1.fc22.noarch 173/192
4254 Installing : vim-enhanced-2:7.4.827-1.fc22.x86_64 174/192
4255 Installing : yum-utils-1.1.31-508.fc22.noarch 175/192
4256 Installing : rpmdevtools-8.6-1.fc22.noarch 176/192
4257 Installing : osc-0.152.0-173.2.x86_64 177/192
4258 Installing : nmap-ncat-2:7.00-1.fc22.x86_64 178/192
4259 Installing : wget-1.16.3-2.fc22.x86_64 179/192
4260 Installing : ant-1.9.4-7.fc22.noarch 180/192
4261 Installing : bind-utils-32:9.10.3-7.P2.fc22.x86_64 181/192
4262 Installing : build-20151105-214.1.noarch 182/192
4263 Installing : perl-Data-Dumper-2.154-1.fc22.x86_64 183/192
4264 Installing : sudo-1.8.15-1.fc22.x86_64 184/192
4265 Installing : strace-4.10-2.fc22.x86_64 185/192
4266 Installing : screen-4.3.1-1.fc22.x86_64 186/192
4267 Installing : traceroute-3:2.0.20-2.fc22.x86_64 187/192
4268 Installing : telnet-1:0.17-60.fc22.x86_64 188/192
4269 Installing : psmisc-22.21-5.fc22.x86_64 189/192
4270 Installing : openldap-clients-2.4.40-12.fc22.x86_64 190/192
4271 Installing : net-tools-2.0-0.31.20141124git.fc22.x86_64 191/192
4272 Installing : lsof-4.88-2.fc22.x86_64 192/192
4273 Verifying : ant-1.9.4-7.fc22.noarch 1/192
4274 Verifying : lsof-4.88-2.fc22.x86_64 2/192
4275 Verifying : net-tools-2.0-0.31.20141124git.fc22.x86_64 3/192
4276 Verifying : openldap-clients-2.4.40-12.fc22.x86_64 4/192
4277 Verifying : perl-Data-Dumper-2.154-1.fc22.x86_64 5/192
4278 Verifying : perl-Digest-MD5-2.54-2.fc22.x86_64 6/192
4279 Verifying : perl-TimeDate-1:2.30-5.fc22.noarch 7/192
4280 Verifying : php-phpunit-PHPUnit-Selenium-1.4.2-1.fc22.noarch 8/192
4281 Verifying : psmisc-22.21-5.fc22.x86_64 9/192
4282 Verifying : rpmdevtools-8.6-1.fc22.noarch 10/192
4283 Verifying : telnet-1:0.17-60.fc22.x86_64 11/192
4284 Verifying : traceroute-3:2.0.20-2.fc22.x86_64 12/192
4285 Verifying : javapackages-tools-4.3.2-6.fc22.noarch 13/192
4286 Verifying : xerces-j2-2.11.0-22.fc22.noarch 14/192
4287 Verifying : xml-commons-apis-1.4.01-18.fc21.noarch 15/192
4288 Verifying : perl-Exporter-5.70-311.fc22.noarch 16/192
4289 Verifying : perl-constant-1.31-310.fc22.noarch 17/192
4290 Verifying : perl-Digest-1.17-310.fc22.noarch 18/192
4291 Verifying : perl-Time-Local-1.2300-310.fc22.noarch 19/192
4292 Verifying : findutils-1:4.5.14-3.fc22.x86_64 20/192
4293 Verifying : perl-File-Temp-0.23.04-310.fc22.noarch 21/192
4294 Verifying : perl-PathTools-3.47-311.fc22.x86_64 22/192
4295 Verifying : python3-javapackages-4.3.2-6.fc22.noarch 23/192
4296 Verifying : xalan-j2-2.7.1-25.fc22.noarch 24/192
4297 Verifying : xml-commons-resolver-1.2-17.fc21.noarch 25/192
4298 Verifying : perl-File-Path-2.09-311.fc22.noarch 26/192
4299 Verifying : perl-parent-1:0.231-1.fc22.noarch 27/192
4300 Verifying : python3-PyXB-1.2.4-2.fc22.noarch 28/192
4301 Verifying : python3-lxml-3.3.6-1.fc22.x86_64 29/192
4302 Verifying : python3-six-1.9.0-1.fc22.noarch 30/192
4303 Verifying : libxslt-1.1.28-8.fc22.x86_64 31/192
4304 Verifying : python3-cssselect-0.9.1-5.fc22.noarch 32/192
4305 Verifying : bind-utils-32:9.10.3-7.P2.fc22.x86_64 33/192
4306 Verifying : GeoIP-1.6.5-1.fc22.x86_64 34/192
4307 Verifying : bind-libs-32:9.10.3-7.P2.fc22.x86_64 35/192
4308 Verifying : bind-libs-lite-32:9.10.3-7.P2.fc22.x86_64 36/192
4309 Verifying : bind-license-32:9.10.3-7.P2.fc22.noarch 37/192
4310 Verifying : build-20151105-214.1.noarch 38/192
4311 Verifying : perl-MD5-2.03-19.fc22.noarch 39/192
4312 Verifying : git-2.4.3-7.fc22.x86_64 40/192
4313 Verifying : libgnome-keyring-3.12.0-4.fc22.x86_64 41/192
4314 Verifying : perl-Error-1:0.17023-1.fc22.noarch 42/192
4315 Verifying : perl-TermReadKey-2.32-5.fc22.x86_64 43/192
4316 Verifying : rsync-3.1.1-6.fc22.x86_64 44/192
4317 Verifying : perl-Git-2.4.3-7.fc22.noarch 45/192
4318 Verifying : perl-4:5.20.3-328.fc22.x86_64 46/192
4319 Verifying : perl-Pod-Simple-1:3.29-1.fc22.noarch 47/192
4320 Verifying : perl-Storable-1:2.51-4.fc22.x86_64 48/192
4321 Verifying : perl-threads-shared-1.46-310.fc22.x86_64 49/192
4322 Verifying : nmap-ncat-2:7.00-1.fc22.x86_64 50/192
4323 Verifying : osc-0.152.0-173.2.x86_64 51/192
4324 Verifying : screen-4.3.1-1.fc22.x86_64 52/192
4325 Verifying : strace-4.10-2.fc22.x86_64 53/192
4326 Verifying : sudo-1.8.15-1.fc22.x86_64 54/192
4327 Verifying : vim-enhanced-2:7.4.827-1.fc22.x86_64 55/192
4328 Verifying : gpm-libs-1.20.7-6.fc22.x86_64 56/192
4329 Verifying : which-2.20-10.fc22.x86_64 57/192
4330 Verifying : vim-common-2:7.4.827-1.fc22.x86_64 58/192
4331 Verifying : wget-1.16.3-2.fc22.x86_64 59/192
4332 Verifying : yum-utils-1.1.31-508.fc22.noarch 60/192
4333 Verifying : python-kitchen-1.2.1-2.fc22.noarch 61/192
4334 Verifying : python-chardet-2.2.1-2.fc22.noarch 62/192
4335 Verifying : file-5.22-3.fc22.x86_64 63/192
4336 Verifying : rpm-build-4.12.0.1-9.fc22.x86_64 64/192
4337 Verifying : bzip2-1.0.6-14.fc22.x86_64 65/192
4338 Verifying : elfutils-0.161-6.fc22.x86_64 66/192
4339 Verifying : patch-2.7.5-1.fc22.x86_64 67/192
4340 Verifying : xz-5.2.0-2.fc22.x86_64 68/192
4341 Verifying : m2crypto-0.22.5-2.fc22.x86_64 69/192
4342 Verifying : binutils-2.25-9.fc22.x86_64 70/192
4343 Verifying : tar-2:1.28-6.fc22.x86_64 71/192
4344 Verifying : build-mkbaselibs-20151105-214.1.noarch 72/192
4345 Verifying : libpsl-0.7.0-5.fc22.x86_64 73/192
4346 Verifying : perl-libs-4:5.20.3-328.fc22.x86_64 74/192
4347 Verifying : vim-filesystem-2:7.4.827-1.fc22.x86_64 75/192
4348 Verifying : perl-Carp-1.38-1.fc22.noarch 76/192
4349 Verifying : perl-Getopt-Long-2.48-1.fc22.noarch 77/192
4350 Verifying : perl-Pod-Usage-4:1.67-1.fc22.noarch 78/192
4351 Verifying : perl-Text-ParseWords-3.30-1.fc22.noarch 79/192
4352 Verifying : perl-Pod-Perldoc-3.25-1.fc22.noarch 80/192
4353 Verifying : perl-podlators-2.5.3-3.fc22.noarch 81/192
4354 Verifying : groff-base-1.22.3-3.fc22.x86_64 82/192
4355 Verifying : perl-Term-ANSIColor-4.03-3.fc22.noarch 83/192
4356 Verifying : perl-Scalar-List-Utils-1:1.42-1.fc22.x86_64 84/192
4357 Verifying : perl-Socket-2:2.021-1.fc22.x86_64 85/192
4358 Verifying : perl-Time-HiRes-1.9728-1.fc22.x86_64 86/192
4359 Verifying : perl-macros-4:5.20.3-328.fc22.x86_64 87/192
4360 Verifying : perl-threads-1:2.02-1.fc22.x86_64 88/192
4361 Verifying : libpcap-14:1.7.3-1.fc22.x86_64 89/192
4362 Verifying : libicu-54.1-4.fc22.x86_64 90/192
4363 Verifying : less-481-1.fc22.x86_64 91/192
4364 Verifying : openssh-clients-6.9p1-9.fc22.x86_64 92/192
4365 Verifying : fipscheck-lib-1.4.1-7.fc22.x86_64 93/192
4366 Verifying : libedit-3.1-12.20150325cvs.fc22.x86_64 94/192
4367 Verifying : openssh-6.9p1-9.fc22.x86_64 95/192
4368 Verifying : fipscheck-1.4.1-7.fc22.x86_64 96/192
4369 Verifying : python3-3.4.2-6.fc22.x86_64 97/192
4370 Verifying : python3-pip-6.0.8-1.fc22.noarch 98/192
4371 Verifying : python3-libs-3.4.2-6.fc22.x86_64 99/192
4372 Verifying : java-1.8.0-openjdk-headless-1:1.8.0.65-3.b17.fc22.x86 100/192
4373 Verifying : java-1.8.0-openjdk-devel-1:1.8.0.65-3.b17.fc22.x86_64 101/192
4374 Verifying : libX11-1.6.3-1.fc22.x86_64 102/192
4375 Verifying : libX11-common-1.6.3-1.fc22.noarch 103/192
4376 Verifying : emacs-filesystem-1:24.5-6.fc22.noarch 104/192
4377 Verifying : fakeroot-1.20.2-1.fc22.x86_64 105/192
4378 Verifying : fakeroot-libs-1.20.2-1.fc22.x86_64 106/192
4379 Verifying : xemacs-filesystem-21.5.34-12.20150929hga76c9268bb72.f 107/192
4380 Verifying : gdb-7.9.1-20.fc22.x86_64 108/192
4381 Verifying : gc-7.4.2-2.fc22.x86_64 109/192
4382 Verifying : libatomic_ops-7.4.2-4.fc22.x86_64 110/192
4383 Verifying : perl-generators-1.06-1.fc22.noarch 111/192
4384 Verifying : redhat-rpm-config-29-1.fc22.noarch 112/192
4385 Verifying : dwz-0.11-4.fc22.x86_64 113/192
4386 Verifying : ghc-srpm-macros-1.4.2-1.fc22.noarch 114/192
4387 Verifying : gnat-srpm-macros-1-1.fc22.noarch 115/192
4388 Verifying : ocaml-srpm-macros-2-2.fc22.noarch 116/192
4389 Verifying : perl-srpm-macros-1-14.fc22.noarch 117/192
4390 Verifying : go-srpm-macros-1-2.fc22.noarch 118/192
4391 Verifying : unzip-6.0-23.fc22.x86_64 119/192
4392 Verifying : python3-setuptools-17.1.1-3.fc22.noarch 120/192
4393 Verifying : php-common-5.6.16-1.fc22.x86_64 121/192
4394 Verifying : php-xml-5.6.16-1.fc22.x86_64 122/192
4395 Verifying : php-pecl-jsonc-1.3.9-1.fc22.x86_64 123/192
4396 Verifying : php-pecl-zip-1.12.5-1.fc22.x86_64 124/192
4397 Verifying : libzip-0.11.2-5.fc22.x86_64 125/192
4398 Verifying : php-phpunit-PHPUnit-4.8.17-1.fc22.noarch 126/192
4399 Verifying : php-mbstring-5.6.16-1.fc22.x86_64 127/192
4400 Verifying : php-phpspec-prophecy-1.4.1-1.fc22.noarch 128/192
4401 Verifying : php-phpunit-File-Iterator-1.4.0-1.fc22.noarch 129/192
4402 Verifying : php-phpunit-PHP-Invoker-1.1.3-6.fc22.noarch 130/192
4403 Verifying : php-phpunit-Text-Template-1.2.0-5.fc21.noarch 131/192
4404 Verifying : php-phpunit-Version-1.0.5-1.fc22.noarch 132/192
4405 Verifying : php-phpunit-exporter-1.2.0-1.fc22.noarch 133/192
4406 Verifying : php-tidy-5.6.16-1.fc22.x86_64 134/192
4407 Verifying : php-phpunit-PHP-CodeCoverage-2.2.4-1.fc22.noarch 135/192
4408 Verifying : php-phpunit-PHP-Timer-1.0.6-1.fc22.noarch 136/192
4409 Verifying : php-phpunit-environment-1.3.2-1.fc22.noarch 137/192
4410 Verifying : php-phpdocumentor-reflection-docblock-2.0.4-1.fc22.no 138/192
4411 Verifying : libtidy-0.99.0-33.20091203.fc22.x86_64 139/192
4412 Verifying : php-phpunit-comparator-1.2.0-1.fc22.noarch 140/192
4413 Verifying : php-cli-5.6.16-1.fc22.x86_64 141/192
4414 Verifying : php-doctrine-instantiator-1.0.5-1.fc22.noarch 142/192
4415 Verifying : perl-Encode-2:2.78-1.fc22.x86_64 143/192
4416 Verifying : perl-Pod-Escapes-1:1.06-328.fc22.noarch 144/192
4417 Verifying : perl-HTTP-Tiny-0.056-1.fc22.noarch 145/192
4418 Verifying : libxcb-1.11-8.fc22.x86_64 146/192
4419 Verifying : libXau-1.0.8-4.fc22.x86_64 147/192
4420 Verifying : GeoIP-GeoLite-data-2015.12-1.fc22.noarch 148/192
4421 Verifying : zip-3.0-14.fc22.x86_64 149/192
4422 Verifying : php-phpunit-diff-1.4.1-1.fc22.noarch 150/192
4423 Verifying : php-phpunit-PHPUnit-MockObject-2.3.8-1.fc22.noarch 151/192
4424 Verifying : php-soap-5.6.16-1.fc22.x86_64 152/192
4425 Verifying : php-sebastian-global-state-1.1.1-1.fc22.noarch 153/192
4426 Verifying : php-sebastian-recursion-context-1.0.2-1.fc22.noarch 154/192
4427 Verifying : php-symfony-class-loader-2.7.7-2.fc22.noarch 155/192
4428 Verifying : php-symfony-common-2.7.7-2.fc22.noarch 156/192
4429 Verifying : php-symfony-yaml-2.7.7-2.fc22.noarch 157/192
4430 Verifying : php-phpunit-PHP-TokenStream-1.4.8-1.fc22.noarch 158/192
4431 Verifying : php-pear-1:1.10.1-1.fc22.noarch 159/192
4432 Verifying : php-process-5.6.16-1.fc22.x86_64 160/192
4433 Verifying : httpd-filesystem-2.4.17-1.fc22.noarch 161/192
4434 Verifying : man-db-2.7.1-9.fc22.x86_64 162/192
4435 Verifying : crontabs-1.11-9.20130830git.fc22.noarch 163/192
4436 Verifying : libpipeline-1.4.0-1.fc22.x86_64 164/192
4437 Verifying : cronie-1.4.12-5.fc22.x86_64 165/192
4438 Verifying : freetype-2.5.5-2.fc22.x86_64 166/192
4439 Verifying : libjpeg-turbo-1.4.0-2.fc22.x86_64 167/192
4440 Verifying : lksctp-tools-1.0.16-3.fc22.x86_64 168/192
4441 Verifying : tzdata-java-2015g-1.fc22.noarch 169/192
4442 Verifying : java-1.8.0-openjdk-1:1.8.0.65-3.b17.fc22.x86_64 170/192
4443 Verifying : alsa-lib-1.0.29-1.fc22.x86_64 171/192
4444 Verifying : giflib-4.1.6-12.fc22.x86_64 172/192
4445 Verifying : libXext-1.3.3-2.fc22.x86_64 173/192
4446 Verifying : libXi-1.7.4-2.fc22.x86_64 174/192
4447 Verifying : libXrender-0.9.9-1.fc22.x86_64 175/192
4448 Verifying : libXtst-1.2.2-4.fc22.x86_64 176/192
4449 Verifying : xorg-x11-fonts-Type1-7.5-14.fc22.noarch 177/192
4450 Verifying : libICE-1.0.9-2.fc22.x86_64 178/192
4451 Verifying : libSM-1.2.2-2.fc22.x86_64 179/192
4452 Verifying : ttmkfdir-3.0.9-44.fc22.x86_64 180/192
4453 Verifying : xorg-x11-font-utils-1:7.5-28.fc22.x86_64 181/192
4454 Verifying : libfontenc-1.1.2-3.fc22.x86_64 182/192
4455 Verifying : fontconfig-2.11.94-4.fc22.x86_64 183/192
4456 Verifying : libpng-2:1.6.19-1.fc22.x86_64 184/192
4457 Verifying : guile-5:2.0.11-7.fc22.x86_64 185/192
4458 Verifying : libunistring-0.9.4-1.fc22.x86_64 186/192
4459 Verifying : libbabeltrace-1.2.4-2.fc22.x86_64 187/192
4460 Verifying : aajohan-comfortaa-fonts-2.004-4.fc22.noarch 188/192
4461 Verifying : fontpackages-filesystem-1.44-12.fc22.noarch 189/192
4462 Verifying : libXfont-1.5.1-3.fc22.x86_64 190/192
4463 Verifying : cronie-anacron-1.4.12-5.fc22.x86_64 191/192
4464 Verifying : libtool-ltdl-2.4.2-35.fc22.x86_64 192/192
4465
4466Installed:
4467 GeoIP.x86_64 1.6.5-1.fc22
4468 GeoIP-GeoLite-data.noarch 2015.12-1.fc22
4469 aajohan-comfortaa-fonts.noarch 2.004-4.fc22
4470 alsa-lib.x86_64 1.0.29-1.fc22
4471 ant.noarch 1.9.4-7.fc22
4472 bind-libs.x86_64 32:9.10.3-7.P2.fc22
4473 bind-libs-lite.x86_64 32:9.10.3-7.P2.fc22
4474 bind-license.noarch 32:9.10.3-7.P2.fc22
4475 bind-utils.x86_64 32:9.10.3-7.P2.fc22
4476 binutils.x86_64 2.25-9.fc22
4477 build.noarch 20151105-214.1
4478 build-mkbaselibs.noarch 20151105-214.1
4479 bzip2.x86_64 1.0.6-14.fc22
4480 cronie.x86_64 1.4.12-5.fc22
4481 cronie-anacron.x86_64 1.4.12-5.fc22
4482 crontabs.noarch 1.11-9.20130830git.fc22
4483 dwz.x86_64 0.11-4.fc22
4484 elfutils.x86_64 0.161-6.fc22
4485 emacs-filesystem.noarch 1:24.5-6.fc22
4486 fakeroot.x86_64 1.20.2-1.fc22
4487 fakeroot-libs.x86_64 1.20.2-1.fc22
4488 file.x86_64 5.22-3.fc22
4489 findutils.x86_64 1:4.5.14-3.fc22
4490 fipscheck.x86_64 1.4.1-7.fc22
4491 fipscheck-lib.x86_64 1.4.1-7.fc22
4492 fontconfig.x86_64 2.11.94-4.fc22
4493 fontpackages-filesystem.noarch 1.44-12.fc22
4494 freetype.x86_64 2.5.5-2.fc22
4495 gc.x86_64 7.4.2-2.fc22
4496 gdb.x86_64 7.9.1-20.fc22
4497 ghc-srpm-macros.noarch 1.4.2-1.fc22
4498 giflib.x86_64 4.1.6-12.fc22
4499 git.x86_64 2.4.3-7.fc22
4500 gnat-srpm-macros.noarch 1-1.fc22
4501 go-srpm-macros.noarch 1-2.fc22
4502 gpm-libs.x86_64 1.20.7-6.fc22
4503 groff-base.x86_64 1.22.3-3.fc22
4504 guile.x86_64 5:2.0.11-7.fc22
4505 httpd-filesystem.noarch 2.4.17-1.fc22
4506 java-1.8.0-openjdk.x86_64 1:1.8.0.65-3.b17.fc22
4507 java-1.8.0-openjdk-devel.x86_64 1:1.8.0.65-3.b17.fc22
4508 java-1.8.0-openjdk-headless.x86_64 1:1.8.0.65-3.b17.fc22
4509 javapackages-tools.noarch 4.3.2-6.fc22
4510 less.x86_64 481-1.fc22
4511 libICE.x86_64 1.0.9-2.fc22
4512 libSM.x86_64 1.2.2-2.fc22
4513 libX11.x86_64 1.6.3-1.fc22
4514 libX11-common.noarch 1.6.3-1.fc22
4515 libXau.x86_64 1.0.8-4.fc22
4516 libXext.x86_64 1.3.3-2.fc22
4517 libXfont.x86_64 1.5.1-3.fc22
4518 libXi.x86_64 1.7.4-2.fc22
4519 libXrender.x86_64 0.9.9-1.fc22
4520 libXtst.x86_64 1.2.2-4.fc22
4521 libatomic_ops.x86_64 7.4.2-4.fc22
4522 libbabeltrace.x86_64 1.2.4-2.fc22
4523 libedit.x86_64 3.1-12.20150325cvs.fc22
4524 libfontenc.x86_64 1.1.2-3.fc22
4525 libgnome-keyring.x86_64 3.12.0-4.fc22
4526 libicu.x86_64 54.1-4.fc22
4527 libjpeg-turbo.x86_64 1.4.0-2.fc22
4528 libpcap.x86_64 14:1.7.3-1.fc22
4529 libpipeline.x86_64 1.4.0-1.fc22
4530 libpng.x86_64 2:1.6.19-1.fc22
4531 libpsl.x86_64 0.7.0-5.fc22
4532 libtidy.x86_64 0.99.0-33.20091203.fc22
4533 libtool-ltdl.x86_64 2.4.2-35.fc22
4534 libunistring.x86_64 0.9.4-1.fc22
4535 libxcb.x86_64 1.11-8.fc22
4536 libxslt.x86_64 1.1.28-8.fc22
4537 libzip.x86_64 0.11.2-5.fc22
4538 lksctp-tools.x86_64 1.0.16-3.fc22
4539 lsof.x86_64 4.88-2.fc22
4540 m2crypto.x86_64 0.22.5-2.fc22
4541 man-db.x86_64 2.7.1-9.fc22
4542 net-tools.x86_64 2.0-0.31.20141124git.fc22
4543 nmap-ncat.x86_64 2:7.00-1.fc22
4544 ocaml-srpm-macros.noarch 2-2.fc22
4545 openldap-clients.x86_64 2.4.40-12.fc22
4546 openssh.x86_64 6.9p1-9.fc22
4547 openssh-clients.x86_64 6.9p1-9.fc22
4548 osc.x86_64 0.152.0-173.2
4549 patch.x86_64 2.7.5-1.fc22
4550 perl.x86_64 4:5.20.3-328.fc22
4551 perl-Carp.noarch 1.38-1.fc22
4552 perl-Data-Dumper.x86_64 2.154-1.fc22
4553 perl-Digest.noarch 1.17-310.fc22
4554 perl-Digest-MD5.x86_64 2.54-2.fc22
4555 perl-Encode.x86_64 2:2.78-1.fc22
4556 perl-Error.noarch 1:0.17023-1.fc22
4557 perl-Exporter.noarch 5.70-311.fc22
4558 perl-File-Path.noarch 2.09-311.fc22
4559 perl-File-Temp.noarch 0.23.04-310.fc22
4560 perl-Getopt-Long.noarch 2.48-1.fc22
4561 perl-Git.noarch 2.4.3-7.fc22
4562 perl-HTTP-Tiny.noarch 0.056-1.fc22
4563 perl-MD5.noarch 2.03-19.fc22
4564 perl-PathTools.x86_64 3.47-311.fc22
4565 perl-Pod-Escapes.noarch 1:1.06-328.fc22
4566 perl-Pod-Perldoc.noarch 3.25-1.fc22
4567 perl-Pod-Simple.noarch 1:3.29-1.fc22
4568 perl-Pod-Usage.noarch 4:1.67-1.fc22
4569 perl-Scalar-List-Utils.x86_64 1:1.42-1.fc22
4570 perl-Socket.x86_64 2:2.021-1.fc22
4571 perl-Storable.x86_64 1:2.51-4.fc22
4572 perl-Term-ANSIColor.noarch 4.03-3.fc22
4573 perl-TermReadKey.x86_64 2.32-5.fc22
4574 perl-Text-ParseWords.noarch 3.30-1.fc22
4575 perl-Time-HiRes.x86_64 1.9728-1.fc22
4576 perl-Time-Local.noarch 1.2300-310.fc22
4577 perl-TimeDate.noarch 1:2.30-5.fc22
4578 perl-constant.noarch 1.31-310.fc22
4579 perl-generators.noarch 1.06-1.fc22
4580 perl-libs.x86_64 4:5.20.3-328.fc22
4581 perl-macros.x86_64 4:5.20.3-328.fc22
4582 perl-parent.noarch 1:0.231-1.fc22
4583 perl-podlators.noarch 2.5.3-3.fc22
4584 perl-srpm-macros.noarch 1-14.fc22
4585 perl-threads.x86_64 1:2.02-1.fc22
4586 perl-threads-shared.x86_64 1.46-310.fc22
4587 php-cli.x86_64 5.6.16-1.fc22
4588 php-common.x86_64 5.6.16-1.fc22
4589 php-doctrine-instantiator.noarch 1.0.5-1.fc22
4590 php-mbstring.x86_64 5.6.16-1.fc22
4591 php-pear.noarch 1:1.10.1-1.fc22
4592 php-pecl-jsonc.x86_64 1.3.9-1.fc22
4593 php-pecl-zip.x86_64 1.12.5-1.fc22
4594 php-phpdocumentor-reflection-docblock.noarch 2.0.4-1.fc22
4595 php-phpspec-prophecy.noarch 1.4.1-1.fc22
4596 php-phpunit-File-Iterator.noarch 1.4.0-1.fc22
4597 php-phpunit-PHP-CodeCoverage.noarch 2.2.4-1.fc22
4598 php-phpunit-PHP-Invoker.noarch 1.1.3-6.fc22
4599 php-phpunit-PHP-Timer.noarch 1.0.6-1.fc22
4600 php-phpunit-PHP-TokenStream.noarch 1.4.8-1.fc22
4601 php-phpunit-PHPUnit.noarch 4.8.17-1.fc22
4602 php-phpunit-PHPUnit-MockObject.noarch 2.3.8-1.fc22
4603 php-phpunit-PHPUnit-Selenium.noarch 1.4.2-1.fc22
4604 php-phpunit-Text-Template.noarch 1.2.0-5.fc21
4605 php-phpunit-Version.noarch 1.0.5-1.fc22
4606 php-phpunit-comparator.noarch 1.2.0-1.fc22
4607 php-phpunit-diff.noarch 1.4.1-1.fc22
4608 php-phpunit-environment.noarch 1.3.2-1.fc22
4609 php-phpunit-exporter.noarch 1.2.0-1.fc22
4610 php-process.x86_64 5.6.16-1.fc22
4611 php-sebastian-global-state.noarch 1.1.1-1.fc22
4612 php-sebastian-recursion-context.noarch 1.0.2-1.fc22
4613 php-soap.x86_64 5.6.16-1.fc22
4614 php-symfony-class-loader.noarch 2.7.7-2.fc22
4615 php-symfony-common.noarch 2.7.7-2.fc22
4616 php-symfony-yaml.noarch 2.7.7-2.fc22
4617 php-tidy.x86_64 5.6.16-1.fc22
4618 php-xml.x86_64 5.6.16-1.fc22
4619 psmisc.x86_64 22.21-5.fc22
4620 python-chardet.noarch 2.2.1-2.fc22
4621 python-kitchen.noarch 1.2.1-2.fc22
4622 python3.x86_64 3.4.2-6.fc22
4623 python3-PyXB.noarch 1.2.4-2.fc22
4624 python3-cssselect.noarch 0.9.1-5.fc22
4625 python3-javapackages.noarch 4.3.2-6.fc22
4626 python3-libs.x86_64 3.4.2-6.fc22
4627 python3-lxml.x86_64 3.3.6-1.fc22
4628 python3-pip.noarch 6.0.8-1.fc22
4629 python3-setuptools.noarch 17.1.1-3.fc22
4630 python3-six.noarch 1.9.0-1.fc22
4631 redhat-rpm-config.noarch 29-1.fc22
4632 rpm-build.x86_64 4.12.0.1-9.fc22
4633 rpmdevtools.noarch 8.6-1.fc22
4634 rsync.x86_64 3.1.1-6.fc22
4635 screen.x86_64 4.3.1-1.fc22
4636 strace.x86_64 4.10-2.fc22
4637 sudo.x86_64 1.8.15-1.fc22
4638 tar.x86_64 2:1.28-6.fc22
4639 telnet.x86_64 1:0.17-60.fc22
4640 traceroute.x86_64 3:2.0.20-2.fc22
4641 ttmkfdir.x86_64 3.0.9-44.fc22
4642 tzdata-java.noarch 2015g-1.fc22
4643 unzip.x86_64 6.0-23.fc22
4644 vim-common.x86_64 2:7.4.827-1.fc22
4645 vim-enhanced.x86_64 2:7.4.827-1.fc22
4646 vim-filesystem.x86_64 2:7.4.827-1.fc22
4647 wget.x86_64 1.16.3-2.fc22
4648 which.x86_64 2.20-10.fc22
4649 xalan-j2.noarch 2.7.1-25.fc22
4650 xemacs-filesystem.noarch 21.5.34-12.20150929hga76c9268bb72.fc22
4651 xerces-j2.noarch 2.11.0-22.fc22
4652 xml-commons-apis.noarch 1.4.01-18.fc21
4653 xml-commons-resolver.noarch 1.2-17.fc21
4654 xorg-x11-font-utils.x86_64 1:7.5-28.fc22
4655 xorg-x11-fonts-Type1.noarch 7.5-14.fc22
4656 xz.x86_64 5.2.0-2.fc22
4657 yum-utils.noarch 1.1.31-508.fc22
4658 zip.x86_64 3.0-14.fc22
4659
4660Complete!
4661Cleaning repos: fedora updates Kolab_Development openSUSE_Tools
4662Cleaning up Everything
4663 ---> a614f11f26d5
4664Removing intermediate container 19320c3d7e28
4665Step 17 : RUN sed -i -e '/requiretty/d' /etc/sudoers
4666 ---> Running in 77a5e901db1f
4667 ---> 81d33d2a7957
4668Removing intermediate container 77a5e901db1f
4669Step 18 : WORKDIR /srv
4670 ---> Running in efa13d5bf15f
4671 ---> 0681c081e4b4
4672Removing intermediate container efa13d5bf15f
4673Step 19 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
4674 ---> Running in f79d68e09215
4675Cloning into 'closure-compiler.git'...
4676 ---> 02b5eaeb8059
4677Removing intermediate container f79d68e09215
4678Step 20 : WORKDIR /srv/closure-compiler.git
4679 ---> Running in 4f21b5f5e9a0
4680 ---> a503d6bec319
4681Removing intermediate container 4f21b5f5e9a0
4682Step 21 : RUN ant jar
4683 ---> Running in bb5af127b759
4684Buildfile: /srv/closure-compiler.git/build.xml
4685
4686relversion:
4687
4688compile:
4689 [mkdir] Created dir: /srv/closure-compiler.git/build/classes
4690 [javac] Compiling 12 source files to /srv/closure-compiler.git/build/classes
4691 [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
4692 [javac] 1 warning
4693 [javac] Compiling 610 source files to /srv/closure-compiler.git/build/classes
4694 [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
4695 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ReferenceCollectingCallback.java:115: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
4696 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
4697 [javac] ^
4698 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Compiler.java:1192: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
4699 [javac] NodeTraversal.traverse(this, getRoot(), refCollector);
4700 [javac] ^
4701 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Compiler.java:1385: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
4702 [javac] NodeTraversal.traverse(this, n, sia);
4703 [javac] ^
4704 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:360: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4705 [javac] key = NodeUtil.getFunctionName(scopeNode) + "=" + key;
4706 [javac] ^
4707 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:686: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4708 [javac] functionName = NodeUtil.getFunctionName(n);
4709 [javac] ^
4710 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1143: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4711 [javac] addDisposeCall(NodeUtil.getFunctionName(n),
4712 [javac] ^
4713 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1265: warning: [unchecked] unchecked cast
4714 [javac] for (TypedVar v : ((Set<TypedVar>) liveness.getEscapedLocals())) {
4715 [javac] ^
4716 [javac] required: Set<TypedVar>
4717 [javac] found: Set<CAP#1>
4718 [javac] where CAP#1 is a fresh type-variable:
4719 [javac] CAP#1 extends Var from capture of ? extends Var
4720 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:953: warning: [unchecked] getType(String) in JSTypeRegistry implements <T>getType(String) in TypeIRegistry
4721 [javac] public JSType getType(String jsTypeName) {
4722 [javac] ^
4723 [javac] return type requires unchecked conversion from JSType to T
4724 [javac] where T is a type-variable:
4725 [javac] T extends TypeI declared in method <T>getType(String)
4726 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:964: warning: [unchecked] getNativeType(JSTypeNative) in JSTypeRegistry implements <T>getNativeType(JSTypeNative) in TypeIRegistry
4727 [javac] public JSType getNativeType(JSTypeNative typeId) {
4728 [javac] ^
4729 [javac] return type requires unchecked conversion from JSType to T
4730 [javac] where T is a type-variable:
4731 [javac] T extends TypeI declared in method <T>getNativeType(JSTypeNative)
4732 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:969: warning: [unchecked] getNativeObjectType(JSTypeNative) in JSTypeRegistry implements <T>getNativeObjectType(JSTypeNative) in TypeIRegistry
4733 [javac] public ObjectType getNativeObjectType(JSTypeNative typeId) {
4734 [javac] ^
4735 [javac] return type requires unchecked conversion from ObjectType to T
4736 [javac] where T is a type-variable:
4737 [javac] T extends ObjectTypeI declared in method <T>getNativeObjectType(JSTypeNative)
4738 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:974: warning: [unchecked] getNativeFunctionType(JSTypeNative) in JSTypeRegistry implements <T>getNativeFunctionType(JSTypeNative) in TypeIRegistry
4739 [javac] public FunctionType getNativeFunctionType(JSTypeNative typeId) {
4740 [javac] ^
4741 [javac] return type requires unchecked conversion from FunctionType to T
4742 [javac] where T is a type-variable:
4743 [javac] T extends FunctionTypeI declared in method <T>getNativeFunctionType(JSTypeNative)
4744 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1497: warning: [unchecked] unchecked cast
4745 [javac] return createFromTypeNodesInternal(n, sourceName, (StaticTypedScope<JSType>) scope);
4746 [javac] ^
4747 [javac] required: StaticTypedScope<JSType>
4748 [javac] found: StaticTypedScope<CAP#1>
4749 [javac] where CAP#1 is a fresh type-variable:
4750 [javac] CAP#1 extends TypeI from capture of ? extends TypeI
4751 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NewTypeInference.java:1036: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
4752 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(fnRoot);
4753 [javac] ^
4754 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NewTypeInference.java:1045: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
4755 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(fnScope.getRoot());
4756 [javac] ^
4757 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:321: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
4758 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(n);
4759 [javac] ^
4760 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:844: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
4761 [javac] Node nameNode = NodeUtil.getFunctionNameNode(fn);
4762 [javac] ^
4763 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:1794: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
4764 [javac] ? declNode : NodeUtil.getFunctionNameNode(declNode);
4765 [javac] ^
4766 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/MemoizedScopeCreator.java:82: warning: [unchecked] createScope(Node,Scope) in MemoizedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
4767 [javac] public TypedScope createScope(Node n, Scope parent) {
4768 [javac] ^
4769 [javac] return type requires unchecked conversion from TypedScope to T
4770 [javac] where T is a type-variable:
4771 [javac] T extends Scope declared in method <T>createScope(Node,T)
4772 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DefaultPassConfig.java:1087: warning: [deprecation] brokenClosureRequiresLevel in CompilerOptions has been deprecated
4773 [javac] options.brokenClosureRequiresLevel,
4774 [javac] ^
4775 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:475: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
4776 [javac] NodeTraversal.traverseRoots(
4777 [javac] ^
4778 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:855: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
4779 [javac] NodeTraversal.traverseRoots(
4780 [javac] ^
4781 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:914: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
4782 [javac] NodeTraversal.traverseRoots(
4783 [javac] ^
4784 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1303: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
4785 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
4786 [javac] ^
4787 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1432: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
4788 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
4789 [javac] ^
4790 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1746: warning: [unchecked] unchecked cast
4791 [javac] return ((StaticTypedSlot<JSType>) sym).getType();
4792 [javac] ^
4793 [javac] required: StaticTypedSlot<JSType>
4794 [javac] found: StaticSlot
4795 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1753: warning: [unchecked] unchecked cast
4796 [javac] return ((StaticTypedScope<JSType>) s).getTypeOfThis();
4797 [javac] ^
4798 [javac] required: StaticTypedScope<JSType>
4799 [javac] found: StaticScope
4800 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1760: warning: [unchecked] unchecked cast
4801 [javac] return ((StaticTypedSlot<JSType>) sym).isTypeInferred();
4802 [javac] ^
4803 [javac] required: StaticTypedSlot<JSType>
4804 [javac] found: StaticSlot
4805 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScope.java:216: warning: [unchecked] getVars() in TypedScope overrides <T>getVars() in Scope
4806 [javac] public Iterator<TypedVar> getVars() {
4807 [javac] ^
4808 [javac] return type requires unchecked conversion from Iterator<TypedVar> to Iterator<T>
4809 [javac] where T is a type-variable:
4810 [javac] T extends Var declared in method <T>getVars()
4811 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScopeCreator.java:226: warning: [unchecked] createScope(Node,Scope) in TypedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
4812 [javac] public TypedScope createScope(Node root, Scope parent) {
4813 [javac] ^
4814 [javac] return type requires unchecked conversion from TypedScope to T
4815 [javac] where T is a type-variable:
4816 [javac] T extends Scope declared in method <T>createScope(Node,T)
4817 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NTIScope.java:114: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4818 [javac] return isTopLevel() ? null : NodeUtil.getFunctionName(root);
4819 [javac] ^
4820 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalNamespace.java:533: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
4821 [javac] String className = NodeUtil.getClassName(parent.getParent());
4822 [javac] ^
4823 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AmbiguateProperties.java:432: warning: [unchecked] getAnnotation() in AmbiguateProperties.PropertyGraphNode implements <A>getAnnotation() in Annotatable
4824 [javac] public Annotation getAnnotation() {
4825 [javac] ^
4826 [javac] return type requires unchecked conversion from Annotation to A
4827 [javac] where A is a type-variable:
4828 [javac] A extends Annotation declared in method <A>getAnnotation()
4829 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:237: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4830 [javac] name = NodeUtil.getFunctionName(n);
4831 [javac] ^
4832 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:264: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
4833 [javac] name = NodeUtil.getClassName(classNode) + midPart + n.getString();
4834 [javac] ^
4835 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:266: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
4836 [javac] name = NodeUtil.getClassName(classNode);
4837 [javac] ^
4838 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CallGraph.java:593: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4839 [javac] return NodeUtil.getFunctionName(astNode);
4840 [javac] ^
4841 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckProvides.java:114: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
4842 [javac] String name = NodeUtil.getClassName(classNode);
4843 [javac] ^
4844 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckRequiresForConstructors.java:324: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
4845 [javac] String name = NodeUtil.getClassName(classNode);
4846 [javac] ^
4847 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckSideEffects.java:244: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4848 [javac] String name = NodeUtil.getFunctionName(n);
4849 [javac] ^
4850 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:88: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
4851 [javac] NodeTraversal.traverse(compiler, root, this);
4852 [javac] ^
4853 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
4854 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
4855 [javac] ^
4856 [javac] required: Set<Var>
4857 [javac] found: Set<CAP#1>
4858 [javac] where CAP#1 is a fresh type-variable:
4859 [javac] CAP#1 extends Var from capture of ? extends Var
4860 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:289: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
4861 [javac] NodeTraversal.traverse(
4862 [javac] ^
4863 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/WarningLevel.java:58: warning: [deprecation] setCheckProvides(CheckLevel) in CompilerOptions has been deprecated
4864 [javac] options.setCheckProvides(CheckLevel.OFF);
4865 [javac] ^
4866 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:141: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
4867 [javac] NodeTraversal.traverse(compiler, superSet.getLastChild(), this);
4868 [javac] ^
4869 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:187: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
4870 [javac] NodeTraversal.traverse(compiler, externs, this);
4871 [javac] ^
4872 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:188: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
4873 [javac] NodeTraversal.traverse(compiler, root, this);
4874 [javac] ^
4875 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:193: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
4876 [javac] NodeTraversal.traverse(compiler, scriptRoot, this);
4877 [javac] ^
4878 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ToEs3Converter.java:287: warning: [deprecation] getClassNameNode(Node) in NodeUtil has been deprecated
4879 [javac] Node name = NodeUtil.getClassNameNode(clazz);
4880 [javac] ^
4881 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ConvertSuper.java:123: warning: [deprecation] getClassNameNode(Node) in NodeUtil has been deprecated
4882 [javac] if (NodeUtil.getClassNameNode(clazz) == null) {
4883 [javac] ^
4884 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6SyntacticScopeCreator.java:57: warning: [unchecked] createScope(Node,Scope) in Es6SyntacticScopeCreator implements <T>createScope(Node,T) in ScopeCreator
4885 [javac] public Scope createScope(Node n, Scope parent) {
4886 [javac] ^
4887 [javac] return type requires unchecked conversion from Scope to T
4888 [javac] where T is a type-variable:
4889 [javac] T extends Scope declared in method <T>createScope(Node,T)
4890 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ToEs3ClassSideInheritance.java:232: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4891 [javac] String name = NodeUtil.getFunctionName(n);
4892 [javac] ^
4893 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExportTestFunctions.java:70: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4894 [javac] String functionName = NodeUtil.getFunctionName(n);
4895 [javac] ^
4896 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExportTestFunctions.java:77: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4897 [javac] String functionName = NodeUtil.getFunctionName(functionNode);
4898 [javac] ^
4899 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExternExportsPass.java:529: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4900 [javac] String constructorName = NodeUtil.getFunctionName(constructorNode);
4901 [javac] ^
4902 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/FindExportableNodes.java:91: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4903 [javac] export = NodeUtil.getFunctionName(n);
4904 [javac] ^
4905 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/FindExportableNodes.java:98: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
4906 [javac] export = NodeUtil.getClassName(n);
4907 [javac] ^
4908 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NodeNameExtractor.java:50: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
4909 [javac] return NodeUtil.getClassName(node);
4910 [javac] ^
4911 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GenerateExports.java:129: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
4912 [javac] parent = NodeUtil.getClassName(classNode);
4913 [javac] ^
4914 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NameReferenceGraphConstruction.java:113: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4915 [javac] String name = NodeUtil.getFunctionName(root);
4916 [javac] ^
4917 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessClosurePrimitives.java:831: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
4918 [javac] return fn == null ? null : NodeUtil.getFunctionNameNode(fn);
4919 [javac] ^
4920 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessEs6Modules.java:228: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4921 [javac] name = NodeUtil.getFunctionName(child);
4922 [javac] ^
4923 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessEs6Modules.java:230: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
4924 [javac] name = NodeUtil.getClassName(child);
4925 [javac] ^
4926 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/RescopeGlobalSymbols.java:174: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4927 [javac] String name = NodeUtil.getFunctionName(n);
4928 [javac] ^
4929 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/RuntimeTypeCheck.java:142: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4930 [javac] String className = NodeUtil.getFunctionName(funType.getSource());
4931 [javac] ^
4932 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ScopedAliases.java:616: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4933 [javac] || NodeUtil.getFunctionName(anonymousFnNode) != null
4934 [javac] ^
4935 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ShadowVariables.java:117: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
4936 [javac] NodeTraversal.traverse(compiler, root, new GatherReferenceInfo());
4937 [javac] ^
4938 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ShadowVariables.java:118: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
4939 [javac] NodeTraversal.traverse(compiler, root, new DoShadowVariables());
4940 [javac] ^
4941 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/lint/CheckJSDocStyle.java:92: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
4942 [javac] String name = NodeUtil.getFunctionName(function);
4943 [javac] ^
4944 [javac] 69 warnings
4945 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/rhino
4946 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing
4947[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
4948 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
4949 [copy] Copying 6 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
4950 [zip] Building zip: /srv/closure-compiler.git/build/classes/externs.zip
4951
4952jar:
4953 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
4954
4955BUILD SUCCESSFUL
4956Total time: 19 seconds
4957 ---> baa0acf144a5
4958Removing intermediate container bb5af127b759
4959Step 22 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
4960 ---> Running in 191821571d66
4961--2015-12-29 20:14:06-- http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
4962Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
4963Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
4964HTTP request sent, awaiting response... 200 OK
4965Length: 31750379 (30M) [application/x-java-archive]
4966Saving to: '/usr/local/lib/selenium-server-standalone.jar'
4967
4968 0K .......... .......... .......... .......... .......... 0% 199M 0s
4969 50K .......... .......... .......... .......... .......... 0% 309M 0s
4970 100K .......... .......... .......... .......... .......... 0% 234M 0s
4971 150K .......... .......... .......... .......... .......... 0% 22.9M 0s
4972 200K .......... .......... .......... .......... .......... 0% 257M 0s
4973 250K .......... .......... .......... .......... .......... 0% 276M 0s
4974 300K .......... .......... .......... .......... .......... 1% 262M 0s
4975 350K .......... .......... .......... .......... .......... 1% 34.4M 0s
4976 400K .......... .......... .......... .......... .......... 1% 282M 0s
4977 450K .......... .......... .......... .......... .......... 1% 249M 0s
4978 500K .......... .......... .......... .......... .......... 1% 295M 0s
4979 550K .......... .......... .......... .......... .......... 1% 273M 0s
4980 600K .......... .......... .......... .......... .......... 2% 34.1M 0s
4981 650K .......... .......... .......... .......... .......... 2% 272M 0s
4982 700K .......... .......... .......... .......... .......... 2% 285M 0s
4983 750K .......... .......... .......... .......... .......... 2% 211M 0s
4984 800K .......... .......... .......... .......... .......... 2% 238M 0s
4985 850K .......... .......... .......... .......... .......... 2% 40.9M 0s
4986 900K .......... .......... .......... .......... .......... 3% 247M 0s
4987 950K .......... .......... .......... .......... .......... 3% 245M 0s
4988 1000K .......... .......... .......... .......... .......... 3% 276M 0s
4989 1050K .......... .......... .......... .......... .......... 3% 243M 0s
4990 1100K .......... .......... .......... .......... .......... 3% 37.2M 0s
4991 1150K .......... .......... .......... .......... .......... 3% 249M 0s
4992 1200K .......... .......... .......... .......... .......... 4% 257M 0s
4993 1250K .......... .......... .......... .......... .......... 4% 249M 0s
4994 1300K .......... .......... .......... .......... .......... 4% 274M 0s
4995 1350K .......... .......... .......... .......... .......... 4% 47.4M 0s
4996 1400K .......... .......... .......... .......... .......... 4% 165M 0s
4997 1450K .......... .......... .......... .......... .......... 4% 136M 0s
4998 1500K .......... .......... .......... .......... .......... 4% 159M 0s
4999 1550K .......... .......... .......... .......... .......... 5% 172M 0s
5000 1600K .......... .......... .......... .......... .......... 5% 176M 0s
5001 1650K .......... .......... .......... .......... .......... 5% 129M 0s
5002 1700K .......... .......... .......... .......... .......... 5% 173M 0s
5003 1750K .......... .......... .......... .......... .......... 5% 179M 0s
5004 1800K .......... .......... .......... .......... .......... 5% 155M 0s
5005 1850K .......... .......... .......... .......... .......... 6% 147M 0s
5006 1900K .......... .......... .......... .......... .......... 6% 174M 0s
5007 1950K .......... .......... .......... .......... .......... 6% 171M 0s
5008 2000K .......... .......... .......... .......... .......... 6% 155M 0s
5009 2050K .......... .......... .......... .......... .......... 6% 148M 0s
5010 2100K .......... .......... .......... .......... .......... 6% 156M 0s
5011 2150K .......... .......... .......... .......... .......... 7% 160M 0s
5012 2200K .......... .......... .......... .......... .......... 7% 174M 0s
5013 2250K .......... .......... .......... .......... .......... 7% 146M 0s
5014 2300K .......... .......... .......... .......... .......... 7% 152M 0s
5015 2350K .......... .......... .......... .......... .......... 7% 172M 0s
5016 2400K .......... .......... .......... .......... .......... 7% 176M 0s
5017 2450K .......... .......... .......... .......... .......... 8% 135M 0s
5018 2500K .......... .......... .......... .......... .......... 8% 173M 0s
5019 2550K .......... .......... .......... .......... .......... 8% 177M 0s
5020 2600K .......... .......... .......... .......... .......... 8% 164M 0s
5021 2650K .......... .......... .......... .......... .......... 8% 140M 0s
5022 2700K .......... .......... .......... .......... .......... 8% 177M 0s
5023 2750K .......... .......... .......... .......... .......... 9% 174M 0s
5024 2800K .......... .......... .......... .......... .......... 9% 156M 0s
5025 2850K .......... .......... .......... .......... .......... 9% 149M 0s
5026 2900K .......... .......... .......... .......... .......... 9% 176M 0s
5027 2950K .......... .......... .......... .......... .......... 9% 152M 0s
5028 3000K .......... .......... .......... .......... .......... 9% 173M 0s
5029 3050K .......... .......... .......... .......... .......... 9% 150M 0s
5030 3100K .......... .......... .......... .......... .......... 10% 170M 0s
5031 3150K .......... .......... .......... .......... .......... 10% 161M 0s
5032 3200K .......... .......... .......... .......... .......... 10% 174M 0s
5033 3250K .......... .......... .......... .......... .......... 10% 148M 0s
5034 3300K .......... .......... .......... .......... .......... 10% 159M 0s
5035 3350K .......... .......... .......... .......... .......... 10% 177M 0s
5036 3400K .......... .......... .......... .......... .......... 11% 178M 0s
5037 3450K .......... .......... .......... .......... .......... 11% 135M 0s
5038 3500K .......... .......... .......... .......... .......... 11% 177M 0s
5039 3550K .......... .......... .......... .......... .......... 11% 169M 0s
5040 3600K .......... .......... .......... .......... .......... 11% 170M 0s
5041 3650K .......... .......... .......... .......... .......... 11% 139M 0s
5042 3700K .......... .......... .......... .......... .......... 12% 174M 0s
5043 3750K .......... .......... .......... .......... .......... 12% 183M 0s
5044 3800K .......... .......... .......... .......... .......... 12% 139M 0s
5045 3850K .......... .......... .......... .......... .......... 12% 137M 0s
5046 3900K .......... .......... .......... .......... .......... 12% 154M 0s
5047 3950K .......... .......... .......... .......... .......... 12% 146M 0s
5048 4000K .......... .......... .......... .......... .......... 13% 162M 0s
5049 4050K .......... .......... .......... .......... .......... 13% 132M 0s
5050 4100K .......... .......... .......... .......... .......... 13% 146M 0s
5051 4150K .......... .......... .......... .......... .......... 13% 158M 0s
5052 4200K .......... .......... .......... .......... .......... 13% 162M 0s
5053 4250K .......... .......... .......... .......... .......... 13% 123M 0s
5054 4300K .......... .......... .......... .......... .......... 14% 160M 0s
5055 4350K .......... .......... .......... .......... .......... 14% 158M 0s
5056 4400K .......... .......... .......... .......... .......... 14% 139M 0s
5057 4450K .......... .......... .......... .......... .......... 14% 141M 0s
5058 4500K .......... .......... .......... .......... .......... 14% 162M 0s
5059 4550K .......... .......... .......... .......... .......... 14% 139M 0s
5060 4600K .......... .......... .......... .......... .......... 14% 157M 0s
5061 4650K .......... .......... .......... .......... .......... 15% 138M 0s
5062 4700K .......... .......... .......... .......... .......... 15% 167M 0s
5063 4750K .......... .......... .......... .......... .......... 15% 33.4M 0s
5064 4800K .......... .......... .......... .......... .......... 15% 259M 0s
5065 4850K .......... .......... .......... .......... .......... 15% 271M 0s
5066 4900K .......... .......... .......... .......... .......... 15% 249M 0s
5067 4950K .......... .......... .......... .......... .......... 16% 242M 0s
5068 5000K .......... .......... .......... .......... .......... 16% 296M 0s
5069 5050K .......... .......... .......... .......... .......... 16% 31.2M 0s
5070 5100K .......... .......... .......... .......... .......... 16% 271M 0s
5071 5150K .......... .......... .......... .......... .......... 16% 255M 0s
5072 5200K .......... .......... .......... .......... .......... 16% 278M 0s
5073 5250K .......... .......... .......... .......... .......... 17% 292M 0s
5074 5300K .......... .......... .......... .......... .......... 17% 258M 0s
5075 5350K .......... .......... .......... .......... .......... 17% 28.9M 0s
5076 5400K .......... .......... .......... .......... .......... 17% 198M 0s
5077 5450K .......... .......... .......... .......... .......... 17% 225M 0s
5078 5500K .......... .......... .......... .......... .......... 17% 297M 0s
5079 5550K .......... .......... .......... .......... .......... 18% 244M 0s
5080 5600K .......... .......... .......... .......... .......... 18% 291M 0s
5081 5650K .......... .......... .......... .......... .......... 18% 276M 0s
5082 5700K .......... .......... .......... .......... .......... 18% 36.5M 0s
5083 5750K .......... .......... .......... .......... .......... 18% 127M 0s
5084 5800K .......... .......... .......... .......... .......... 18% 164M 0s
5085 5850K .......... .......... .......... .......... .......... 19% 157M 0s
5086 5900K .......... .......... .......... .......... .......... 19% 169M 0s
5087 5950K .......... .......... .......... .......... .......... 19% 158M 0s
5088 6000K .......... .......... .......... .......... .......... 19% 155M 0s
5089 6050K .......... .......... .......... .......... .......... 19% 171M 0s
5090 6100K .......... .......... .......... .......... .......... 19% 175M 0s
5091 6150K .......... .......... .......... .......... .......... 19% 132M 0s
5092 6200K .......... .......... .......... .......... .......... 20% 167M 0s
5093 6250K .......... .......... .......... .......... .......... 20% 176M 0s
5094 6300K .......... .......... .......... .......... .......... 20% 167M 0s
5095 6350K .......... .......... .......... .......... .......... 20% 138M 0s
5096 6400K .......... .......... .......... .......... .......... 20% 169M 0s
5097 6450K .......... .......... .......... .......... .......... 20% 175M 0s
5098 6500K .......... .......... .......... .......... .......... 21% 139M 0s
5099 6550K .......... .......... .......... .......... .......... 21% 149M 0s
5100 6600K .......... .......... .......... .......... .......... 21% 174M 0s
5101 6650K .......... .......... .......... .......... .......... 21% 145M 0s
5102 6700K .......... .......... .......... .......... .......... 21% 174M 0s
5103 6750K .......... .......... .......... .......... .......... 21% 150M 0s
5104 6800K .......... .......... .......... .......... .......... 22% 149M 0s
5105 6850K .......... .......... .......... .......... .......... 22% 169M 0s
5106 6900K .......... .......... .......... .......... .......... 22% 169M 0s
5107 6950K .......... .......... .......... .......... .......... 22% 144M 0s
5108 7000K .......... .......... .......... .......... .......... 22% 151M 0s
5109 7050K .......... .......... .......... .......... .......... 22% 167M 0s
5110 7100K .......... .......... .......... .......... .......... 23% 165M 0s
5111 7150K .......... .......... .......... .......... .......... 23% 132M 0s
5112 7200K .......... .......... .......... .......... .......... 23% 176M 0s
5113 7250K .......... .......... .......... .......... .......... 23% 178M 0s
5114 7300K .......... .......... .......... .......... .......... 23% 132M 0s
5115 7350K .......... .......... .......... .......... .......... 23% 151M 0s
5116 7400K .......... .......... .......... .......... .......... 24% 169M 0s
5117 7450K .......... .......... .......... .......... .......... 24% 149M 0s
5118 7500K .......... .......... .......... .......... .......... 24% 173M 0s
5119 7550K .......... .......... .......... .......... .......... 24% 146M 0s
5120 7600K .......... .......... .......... .......... .......... 24% 143M 0s
5121 7650K .......... .......... .......... .......... .......... 24% 168M 0s
5122 7700K .......... .......... .......... .......... .......... 24% 172M 0s
5123 7750K .......... .......... .......... .......... .......... 25% 143M 0s
5124 7800K .......... .......... .......... .......... .......... 25% 159M 0s
5125 7850K .......... .......... .......... .......... .......... 25% 178M 0s
5126 7900K .......... .......... .......... .......... .......... 25% 163M 0s
5127 7950K .......... .......... .......... .......... .......... 25% 139M 0s
5128 8000K .......... .......... .......... .......... .......... 25% 173M 0s
5129 8050K .......... .......... .......... .......... .......... 26% 176M 0s
5130 8100K .......... .......... .......... .......... .......... 26% 143M 0s
5131 8150K .......... .......... .......... .......... .......... 26% 149M 0s
5132 8200K .......... .......... .......... .......... .......... 26% 180M 0s
5133 8250K .......... .......... .......... .......... .......... 26% 154M 0s
5134 8300K .......... .......... .......... .......... .......... 26% 168M 0s
5135 8350K .......... .......... .......... .......... .......... 27% 151M 0s
5136 8400K .......... .......... .......... .......... .......... 27% 162M 0s
5137 8450K .......... .......... .......... .......... .......... 27% 155M 0s
5138 8500K .......... .......... .......... .......... .......... 27% 166M 0s
5139 8550K .......... .......... .......... .......... .......... 27% 145M 0s
5140 8600K .......... .......... .......... .......... .......... 27% 158M 0s
5141 8650K .......... .......... .......... .......... .......... 28% 169M 0s
5142 8700K .......... .......... .......... .......... .......... 28% 170M 0s
5143 8750K .......... .......... .......... .......... .......... 28% 133M 0s
5144 8800K .......... .......... .......... .......... .......... 28% 171M 0s
5145 8850K .......... .......... .......... .......... .......... 28% 173M 0s
5146 8900K .......... .......... .......... .......... .......... 28% 151M 0s
5147 8950K .......... .......... .......... .......... .......... 29% 145M 0s
5148 9000K .......... .......... .......... .......... .......... 29% 173M 0s
5149 9050K .......... .......... .......... .......... .......... 29% 168M 0s
5150 9100K .......... .......... .......... .......... .......... 29% 161M 0s
5151 9150K .......... .......... .......... .......... .......... 29% 146M 0s
5152 9200K .......... .......... .......... .......... .......... 29% 170M 0s
5153 9250K .......... .......... .......... .......... .......... 29% 155M 0s
5154 9300K .......... .......... .......... .......... .......... 30% 172M 0s
5155 9350K .......... .......... .......... .......... .......... 30% 152M 0s
5156 9400K .......... .......... .......... .......... .......... 30% 148M 0s
5157 9450K .......... .......... .......... .......... .......... 30% 172M 0s
5158 9500K .......... .......... .......... .......... .......... 30% 168M 0s
5159 9550K .......... .......... .......... .......... .......... 30% 137M 0s
5160 9600K .......... .......... .......... .......... .......... 31% 176M 0s
5161 9650K .......... .......... .......... .......... .......... 31% 169M 0s
5162 9700K .......... .......... .......... .......... .......... 31% 154M 0s
5163 9750K .......... .......... .......... .......... .......... 31% 139M 0s
5164 9800K .......... .......... .......... .......... .......... 31% 173M 0s
5165 9850K .......... .......... .......... .......... .......... 31% 166M 0s
5166 9900K .......... .......... .......... .......... .......... 32% 156M 0s
5167 9950K .......... .......... .......... .......... .......... 32% 150M 0s
5168 10000K .......... .......... .......... .......... .......... 32% 167M 0s
5169 10050K .......... .......... .......... .......... .......... 32% 149M 0s
5170 10100K .......... .......... .......... .......... .......... 32% 176M 0s
5171 10150K .......... .......... .......... .......... .......... 32% 151M 0s
5172 10200K .......... .......... .......... .......... .......... 33% 168M 0s
5173 10250K .......... .......... .......... .......... .......... 33% 156M 0s
5174 10300K .......... .......... .......... .......... .......... 33% 172M 0s
5175 10350K .......... .......... .......... .......... .......... 33% 142M 0s
5176 10400K .......... .......... .......... .......... .......... 33% 159M 0s
5177 10450K .......... .......... .......... .......... .......... 33% 176M 0s
5178 10500K .......... .......... .......... .......... .......... 34% 164M 0s
5179 10550K .......... .......... .......... .......... .......... 34% 138M 0s
5180 10600K .......... .......... .......... .......... .......... 34% 169M 0s
5181 10650K .......... .......... .......... .......... .......... 34% 170M 0s
5182 10700K .......... .......... .......... .......... .......... 34% 154M 0s
5183 10750K .......... .......... .......... .......... .......... 34% 139M 0s
5184 10800K .......... .......... .......... .......... .......... 34% 177M 0s
5185 10850K .......... .......... .......... .......... .......... 35% 168M 0s
5186 10900K .......... .......... .......... .......... .......... 35% 162M 0s
5187 10950K .......... .......... .......... .......... .......... 35% 151M 0s
5188 11000K .......... .......... .......... .......... .......... 35% 150M 0s
5189 11050K .......... .......... .......... .......... .......... 35% 155M 0s
5190 11100K .......... .......... .......... .......... .......... 35% 166M 0s
5191 11150K .......... .......... .......... .......... .......... 36% 142M 0s
5192 11200K .......... .......... .......... .......... .......... 36% 162M 0s
5193 11250K .......... .......... .......... .......... .......... 36% 165M 0s
5194 11300K .......... .......... .......... .......... .......... 36% 173M 0s
5195 11350K .......... .......... .......... .......... .......... 36% 121M 0s
5196 11400K .......... .......... .......... .......... .......... 36% 173M 0s
5197 11450K .......... .......... .......... .......... .......... 37% 179M 0s
5198 11500K .......... .......... .......... .......... .......... 37% 148M 0s
5199 11550K .......... .......... .......... .......... .......... 37% 154M 0s
5200 11600K .......... .......... .......... .......... .......... 37% 171M 0s
5201 11650K .......... .......... .......... .......... .......... 37% 167M 0s
5202 11700K .......... .......... .......... .......... .......... 37% 162M 0s
5203 11750K .......... .......... .......... .......... .......... 38% 142M 0s
5204 11800K .......... .......... .......... .......... .......... 38% 167M 0s
5205 11850K .......... .......... .......... .......... .......... 38% 161M 0s
5206 11900K .......... .......... .......... .......... .......... 38% 179M 0s
5207 11950K .......... .......... .......... .......... .......... 38% 153M 0s
5208 12000K .......... .......... .......... .......... .......... 38% 149M 0s
5209 12050K .......... .......... .......... .......... .......... 39% 175M 0s
5210 12100K .......... .......... .......... .......... .......... 39% 166M 0s
5211 12150K .......... .......... .......... .......... .......... 39% 132M 0s
5212 12200K .......... .......... .......... .......... .......... 39% 171M 0s
5213 12250K .......... .......... .......... .......... .......... 39% 168M 0s
5214 12300K .......... .......... .......... .......... .......... 39% 170M 0s
5215 12350K .......... .......... .......... .......... .......... 39% 134M 0s
5216 12400K .......... .......... .......... .......... .......... 40% 172M 0s
5217 12450K .......... .......... .......... .......... .......... 40% 168M 0s
5218 12500K .......... .......... .......... .......... .......... 40% 129M 0s
5219 12550K .......... .......... .......... .......... .......... 40% 140M 0s
5220 12600K .......... .......... .......... .......... .......... 40% 167M 0s
5221 12650K .......... .......... .......... .......... .......... 40% 155M 0s
5222 12700K .......... .......... .......... .......... .......... 41% 174M 0s
5223 12750K .......... .......... .......... .......... .......... 41% 148M 0s
5224 12800K .......... .......... .......... .......... .......... 41% 152M 0s
5225 12850K .......... .......... .......... .......... .......... 41% 170M 0s
5226 12900K .......... .......... .......... .......... .......... 41% 177M 0s
5227 12950K .......... .......... .......... .......... .......... 41% 129M 0s
5228 13000K .......... .......... .......... .......... .......... 42% 170M 0s
5229 13050K .......... .......... .......... .......... .......... 42% 175M 0s
5230 13100K .......... .......... .......... .......... .......... 42% 170M 0s
5231 13150K .......... .......... .......... .......... .......... 42% 135M 0s
5232 13200K .......... .......... .......... .......... .......... 42% 171M 0s
5233 13250K .......... .......... .......... .......... .......... 42% 160M 0s
5234 13300K .......... .......... .......... .......... .......... 43% 160M 0s
5235 13350K .......... .......... .......... .......... .......... 43% 146M 0s
5236 13400K .......... .......... .......... .......... .......... 43% 174M 0s
5237 13450K .......... .......... .......... .......... .......... 43% 145M 0s
5238 13500K .......... .......... .......... .......... .......... 43% 169M 0s
5239 13550K .......... .......... .......... .......... .......... 43% 153M 0s
5240 13600K .......... .......... .......... .......... .......... 44% 153M 0s
5241 13650K .......... .......... .......... .......... .......... 44% 172M 0s
5242 13700K .......... .......... .......... .......... .......... 44% 176M 0s
5243 13750K .......... .......... .......... .......... .......... 44% 136M 0s
5244 13800K .......... .......... .......... .......... .......... 44% 149M 0s
5245 13850K .......... .......... .......... .......... .......... 44% 161M 0s
5246 13900K .......... .......... .......... .......... .......... 44% 153M 0s
5247 13950K .......... .......... .......... .......... .......... 45% 131M 0s
5248 14000K .......... .......... .......... .......... .......... 45% 160M 0s
5249 14050K .......... .......... .......... .......... .......... 45% 158M 0s
5250 14100K .......... .......... .......... .......... .......... 45% 29.8M 0s
5251 14150K .......... .......... .......... .......... .......... 45% 220M 0s
5252 14200K .......... .......... .......... .......... .......... 45% 273M 0s
5253 14250K .......... .......... .......... .......... .......... 46% 242M 0s
5254 14300K .......... .......... .......... .......... .......... 46% 274M 0s
5255 14350K .......... .......... .......... .......... .......... 46% 252M 0s
5256 14400K .......... .......... .......... .......... .......... 46% 277M 0s
5257 14450K .......... .......... .......... .......... .......... 46% 26.8M 0s
5258 14500K .......... .......... .......... .......... .......... 46% 142M 0s
5259 14550K .......... .......... .......... .......... .......... 47% 157M 0s
5260 14600K .......... .......... .......... .......... .......... 47% 174M 0s
5261 14650K .......... .......... .......... .......... .......... 47% 141M 0s
5262 14700K .......... .......... .......... .......... .......... 47% 154M 0s
5263 14750K .......... .......... .......... .......... .......... 47% 174M 0s
5264 14800K .......... .......... .......... .......... .......... 47% 175M 0s
5265 14850K .......... .......... .......... .......... .......... 48% 132M 0s
5266 14900K .......... .......... .......... .......... .......... 48% 168M 0s
5267 14950K .......... .......... .......... .......... .......... 48% 173M 0s
5268 15000K .......... .......... .......... .......... .......... 48% 161M 0s
5269 15050K .......... .......... .......... .......... .......... 48% 138M 0s
5270 15100K .......... .......... .......... .......... .......... 48% 171M 0s
5271 15150K .......... .......... .......... .......... .......... 49% 165M 0s
5272 15200K .......... .......... .......... .......... .......... 49% 160M 0s
5273 15250K .......... .......... .......... .......... .......... 49% 142M 0s
5274 15300K .......... .......... .......... .......... .......... 49% 165M 0s
5275 15350K .......... .......... .......... .......... .......... 49% 154M 0s
5276 15400K .......... .......... .......... .......... .......... 49% 166M 0s
5277 15450K .......... .......... .......... .......... .......... 49% 147M 0s
5278 15500K .......... .......... .......... .......... .......... 50% 146M 0s
5279 15550K .......... .......... .......... .......... .......... 50% 168M 0s
5280 15600K .......... .......... .......... .......... .......... 50% 169M 0s
5281 15650K .......... .......... .......... .......... .......... 50% 129M 0s
5282 15700K .......... .......... .......... .......... .......... 50% 168M 0s
5283 15750K .......... .......... .......... .......... .......... 50% 162M 0s
5284 15800K .......... .......... .......... .......... .......... 51% 151M 0s
5285 15850K .......... .......... .......... .......... .......... 51% 135M 0s
5286 15900K .......... .......... .......... .......... .......... 51% 166M 0s
5287 15950K .......... .......... .......... .......... .......... 51% 165M 0s
5288 16000K .......... .......... .......... .......... .......... 51% 153M 0s
5289 16050K .......... .......... .......... .......... .......... 51% 149M 0s
5290 16100K .......... .......... .......... .......... .......... 52% 163M 0s
5291 16150K .......... .......... .......... .......... .......... 52% 156M 0s
5292 16200K .......... .......... .......... .......... .......... 52% 172M 0s
5293 16250K .......... .......... .......... .......... .......... 52% 142M 0s
5294 16300K .......... .......... .......... .......... .......... 52% 154M 0s
5295 16350K .......... .......... .......... .......... .......... 52% 166M 0s
5296 16400K .......... .......... .......... .......... .......... 53% 166M 0s
5297 16450K .......... .......... .......... .......... .......... 53% 132M 0s
5298 16500K .......... .......... .......... .......... .......... 53% 159M 0s
5299 16550K .......... .......... .......... .......... .......... 53% 173M 0s
5300 16600K .......... .......... .......... .......... .......... 53% 161M 0s
5301 16650K .......... .......... .......... .......... .......... 53% 133M 0s
5302 16700K .......... .......... .......... .......... .......... 54% 169M 0s
5303 16750K .......... .......... .......... .......... .......... 54% 158M 0s
5304 16800K .......... .......... .......... .......... .......... 54% 154M 0s
5305 16850K .......... .......... .......... .......... .......... 54% 146M 0s
5306 16900K .......... .......... .......... .......... .......... 54% 168M 0s
5307 16950K .......... .......... .......... .......... .......... 54% 238M 0s
5308 17000K .......... .......... .......... .......... .......... 54% 179M 0s
5309 17050K .......... .......... .......... .......... .......... 55% 149M 0s
5310 17100K .......... .......... .......... .......... .......... 55% 168M 0s
5311 17150K .......... .......... .......... .......... .......... 55% 153M 0s
5312 17200K .......... .......... .......... .......... .......... 55% 170M 0s
5313 17250K .......... .......... .......... .......... .......... 55% 139M 0s
5314 17300K .......... .......... .......... .......... .......... 55% 156M 0s
5315 17350K .......... .......... .......... .......... .......... 56% 171M 0s
5316 17400K .......... .......... .......... .......... .......... 56% 152M 0s
5317 17450K .......... .......... .......... .......... .......... 56% 135M 0s
5318 17500K .......... .......... .......... .......... .......... 56% 163M 0s
5319 17550K .......... .......... .......... .......... .......... 56% 166M 0s
5320 17600K .......... .......... .......... .......... .......... 56% 153M 0s
5321 17650K .......... .......... .......... .......... .......... 57% 144M 0s
5322 17700K .......... .......... .......... .......... .......... 57% 175M 0s
5323 17750K .......... .......... .......... .......... .......... 57% 138M 0s
5324 17800K .......... .......... .......... .......... .......... 57% 169M 0s
5325 17850K .......... .......... .......... .......... .......... 57% 143M 0s
5326 17900K .......... .......... .......... .......... .......... 57% 142M 0s
5327 17950K .......... .......... .......... .......... .......... 58% 168M 0s
5328 18000K .......... .......... .......... .......... .......... 58% 167M 0s
5329 18050K .......... .......... .......... .......... .......... 58% 127M 0s
5330 18100K .......... .......... .......... .......... .......... 58% 162M 0s
5331 18150K .......... .......... .......... .......... .......... 58% 170M 0s
5332 18200K .......... .......... .......... .......... .......... 58% 167M 0s
5333 18250K .......... .......... .......... .......... .......... 59% 136M 0s
5334 18300K .......... .......... .......... .......... .......... 59% 170M 0s
5335 18350K .......... .......... .......... .......... .......... 59% 160M 0s
5336 18400K .......... .......... .......... .......... .......... 59% 157M 0s
5337 18450K .......... .......... .......... .......... .......... 59% 146M 0s
5338 18500K .......... .......... .......... .......... .......... 59% 169M 0s
5339 18550K .......... .......... .......... .......... .......... 59% 155M 0s
5340 18600K .......... .......... .......... .......... .......... 60% 172M 0s
5341 18650K .......... .......... .......... .......... .......... 60% 149M 0s
5342 18700K .......... .......... .......... .......... .......... 60% 157M 0s
5343 18750K .......... .......... .......... .......... .......... 60% 168M 0s
5344 18800K .......... .......... .......... .......... .......... 60% 168M 0s
5345 18850K .......... .......... .......... .......... .......... 60% 142M 0s
5346 18900K .......... .......... .......... .......... .......... 61% 158M 0s
5347 18950K .......... .......... .......... .......... .......... 61% 172M 0s
5348 19000K .......... .......... .......... .......... .......... 61% 150M 0s
5349 19050K .......... .......... .......... .......... .......... 61% 135M 0s
5350 19100K .......... .......... .......... .......... .......... 61% 170M 0s
5351 19150K .......... .......... .......... .......... .......... 61% 167M 0s
5352 19200K .......... .......... .......... .......... .......... 62% 156M 0s
5353 19250K .......... .......... .......... .......... .......... 62% 145M 0s
5354 19300K .......... .......... .......... .......... .......... 62% 169M 0s
5355 19350K .......... .......... .......... .......... .......... 62% 146M 0s
5356 19400K .......... .......... .......... .......... .......... 62% 170M 0s
5357 19450K .......... .......... .......... .......... .......... 62% 149M 0s
5358 19500K .......... .......... .......... .......... .......... 63% 151M 0s
5359 19550K .......... .......... .......... .......... .......... 63% 161M 0s
5360 19600K .......... .......... .......... .......... .......... 63% 171M 0s
5361 19650K .......... .......... .......... .......... .......... 63% 144M 0s
5362 19700K .......... .......... .......... .......... .......... 63% 154M 0s
5363 19750K .......... .......... .......... .......... .......... 63% 171M 0s
5364 19800K .......... .......... .......... .......... .......... 64% 164M 0s
5365 19850K .......... .......... .......... .......... .......... 64% 133M 0s
5366 19900K .......... .......... .......... .......... .......... 64% 169M 0s
5367 19950K .......... .......... .......... .......... .......... 64% 168M 0s
5368 20000K .......... .......... .......... .......... .......... 64% 155M 0s
5369 20050K .......... .......... .......... .......... .......... 64% 149M 0s
5370 20100K .......... .......... .......... .......... .......... 64% 166M 0s
5371 20150K .......... .......... .......... .......... .......... 65% 152M 0s
5372 20200K .......... .......... .......... .......... .......... 65% 170M 0s
5373 20250K .......... .......... .......... .......... .......... 65% 143M 0s
5374 20300K .......... .......... .......... .......... .......... 65% 167M 0s
5375 20350K .......... .......... .......... .......... .......... 65% 156M 0s
5376 20400K .......... .......... .......... .......... .......... 65% 166M 0s
5377 20450K .......... .......... .......... .......... .......... 66% 143M 0s
5378 20500K .......... .......... .......... .......... .......... 66% 156M 0s
5379 20550K .......... .......... .......... .......... .......... 66% 166M 0s
5380 20600K .......... .......... .......... .......... .......... 66% 151M 0s
5381 20650K .......... .......... .......... .......... .......... 66% 130M 0s
5382 20700K .......... .......... .......... .......... .......... 66% 171M 0s
5383 20750K .......... .......... .......... .......... .......... 67% 163M 0s
5384 20800K .......... .......... .......... .......... .......... 67% 152M 0s
5385 20850K .......... .......... .......... .......... .......... 67% 147M 0s
5386 20900K .......... .......... .......... .......... .......... 67% 166M 0s
5387 20950K .......... .......... .......... .......... .......... 67% 152M 0s
5388 21000K .......... .......... .......... .......... .......... 67% 173M 0s
5389 21050K .......... .......... .......... .......... .......... 68% 144M 0s
5390 21100K .......... .......... .......... .......... .......... 68% 156M 0s
5391 21150K .......... .......... .......... .......... .......... 68% 162M 0s
5392 21200K .......... .......... .......... .......... .......... 68% 175M 0s
5393 21250K .......... .......... .......... .......... .......... 68% 144M 0s
5394 21300K .......... .......... .......... .......... .......... 68% 155M 0s
5395 21350K .......... .......... .......... .......... .......... 69% 166M 0s
5396 21400K .......... .......... .......... .......... .......... 69% 164M 0s
5397 21450K .......... .......... .......... .......... .......... 69% 137M 0s
5398 21500K .......... .......... .......... .......... .......... 69% 169M 0s
5399 21550K .......... .......... .......... .......... .......... 69% 147M 0s
5400 21600K .......... .......... .......... .......... .......... 69% 153M 0s
5401 21650K .......... .......... .......... .......... .......... 69% 141M 0s
5402 21700K .......... .......... .......... .......... .......... 70% 145M 0s
5403 21750K .......... .......... .......... .......... .......... 70% 159M 0s
5404 21800K .......... .......... .......... .......... .......... 70% 168M 0s
5405 21850K .......... .......... .......... .......... .......... 70% 148M 0s
5406 21900K .......... .......... .......... .......... .......... 70% 147M 0s
5407 21950K .......... .......... .......... .......... .......... 70% 170M 0s
5408 22000K .......... .......... .......... .......... .......... 71% 169M 0s
5409 22050K .......... .......... .......... .......... .......... 71% 130M 0s
5410 22100K .......... .......... .......... .......... .......... 71% 167M 0s
5411 22150K .......... .......... .......... .......... .......... 71% 165M 0s
5412 22200K .......... .......... .......... .......... .......... 71% 157M 0s
5413 22250K .......... .......... .......... .......... .......... 71% 134M 0s
5414 22300K .......... .......... .......... .......... .......... 72% 170M 0s
5415 22350K .......... .......... .......... .......... .......... 72% 166M 0s
5416 22400K .......... .......... .......... .......... .......... 72% 153M 0s
5417 22450K .......... .......... .......... .......... .......... 72% 145M 0s
5418 22500K .......... .......... .......... .......... .......... 72% 157M 0s
5419 22550K .......... .......... .......... .......... .......... 72% 157M 0s
5420 22600K .......... .......... .......... .......... .......... 73% 171M 0s
5421 22650K .......... .......... .......... .......... .......... 73% 141M 0s
5422 22700K .......... .......... .......... .......... .......... 73% 155M 0s
5423 22750K .......... .......... .......... .......... .......... 73% 164M 0s
5424 22800K .......... .......... .......... .......... .......... 73% 174M 0s
5425 22850K .......... .......... .......... .......... .......... 73% 132M 0s
5426 22900K .......... .......... .......... .......... .......... 74% 164M 0s
5427 22950K .......... .......... .......... .......... .......... 74% 171M 0s
5428 23000K .......... .......... .......... .......... .......... 74% 161M 0s
5429 23050K .......... .......... .......... .......... .......... 74% 140M 0s
5430 23100K .......... .......... .......... .......... .......... 74% 175M 0s
5431 23150K .......... .......... .......... .......... .......... 74% 166M 0s
5432 23200K .......... .......... .......... .......... .......... 74% 160M 0s
5433 23250K .......... .......... .......... .......... .......... 75% 135M 0s
5434 23300K .......... .......... .......... .......... .......... 75% 156M 0s
5435 23350K .......... .......... .......... .......... .......... 75% 141M 0s
5436 23400K .......... .......... .......... .......... .......... 75% 160M 0s
5437 23450K .......... .......... .......... .......... .......... 75% 133M 0s
5438 23500K .......... .......... .......... .......... .......... 75% 137M 0s
5439 23550K .......... .......... .......... .......... .......... 76% 166M 0s
5440 23600K .......... .......... .......... .......... .......... 76% 155M 0s
5441 23650K .......... .......... .......... .......... .......... 76% 130M 0s
5442 23700K .......... .......... .......... .......... .......... 76% 158M 0s
5443 23750K .......... .......... .......... .......... .......... 76% 139M 0s
5444 23800K .......... .......... .......... .......... .......... 76% 153M 0s
5445 23850K .......... .......... .......... .......... .......... 77% 146M 0s
5446 23900K .......... .......... .......... .......... .......... 77% 163M 0s
5447 23950K .......... .......... .......... .......... .......... 77% 165M 0s
5448 24000K .......... .......... .......... .......... .......... 77% 27.6M 0s
5449 24050K .......... .......... .......... .......... .......... 77% 199M 0s
5450 24100K .......... .......... .......... .......... .......... 77% 271M 0s
5451 24150K .......... .......... .......... .......... .......... 78% 255M 0s
5452 24200K .......... .......... .......... .......... .......... 78% 286M 0s
5453 24250K .......... .......... .......... .......... .......... 78% 264M 0s
5454 24300K .......... .......... .......... .......... .......... 78% 252M 0s
5455 24350K .......... .......... .......... .......... .......... 78% 30.5M 0s
5456 24400K .......... .......... .......... .......... .......... 78% 230M 0s
5457 24450K .......... .......... .......... .......... .......... 79% 217M 0s
5458 24500K .......... .......... .......... .......... .......... 79% 289M 0s
5459 24550K .......... .......... .......... .......... .......... 79% 289M 0s
5460 24600K .......... .......... .......... .......... .......... 79% 283M 0s
5461 24650K .......... .......... .......... .......... .......... 79% 251M 0s
5462 24700K .......... .......... .......... .......... .......... 79% 23.6M 0s
5463 24750K .......... .......... .......... .......... .......... 79% 158M 0s
5464 24800K .......... .......... .......... .......... .......... 80% 284M 0s
5465 24850K .......... .......... .......... .......... .......... 80% 282M 0s
5466 24900K .......... .......... .......... .......... .......... 80% 295M 0s
5467 24950K .......... .......... .......... .......... .......... 80% 216M 0s
5468 25000K .......... .......... .......... .......... .......... 80% 219M 0s
5469 25050K .......... .......... .......... .......... .......... 80% 187M 0s
5470 25100K .......... .......... .......... .......... .......... 81% 176M 0s
5471 25150K .......... .......... .......... .......... .......... 81% 139M 0s
5472 25200K .......... .......... .......... .......... .......... 81% 177M 0s
5473 25250K .......... .......... .......... .......... .......... 81% 169M 0s
5474 25300K .......... .......... .......... .......... .......... 81% 174M 0s
5475 25350K .......... .......... .......... .......... .......... 81% 137M 0s
5476 25400K .......... .......... .......... .......... .......... 82% 179M 0s
5477 25450K .......... .......... .......... .......... .......... 82% 178M 0s
5478 25500K .......... .......... .......... .......... .......... 82% 142M 0s
5479 25550K .......... .......... .......... .......... .......... 82% 149M 0s
5480 25600K .......... .......... .......... .......... .......... 82% 168M 0s
5481 25650K .......... .......... .......... .......... .......... 82% 154M 0s
5482 25700K .......... .......... .......... .......... .......... 83% 262M 0s
5483 25750K .......... .......... .......... .......... .......... 83% 202M 0s
5484 25800K .......... .......... .......... .......... .......... 83% 175M 0s
5485 25850K .......... .......... .......... .......... .......... 83% 146M 0s
5486 25900K .......... .......... .......... .......... .......... 83% 175M 0s
5487 25950K .......... .......... .......... .......... .......... 83% 150M 0s
5488 26000K .......... .......... .......... .......... .......... 84% 167M 0s
5489 26050K .......... .......... .......... .......... .......... 84% 162M 0s
5490 26100K .......... .......... .......... .......... .......... 84% 171M 0s
5491 26150K .......... .......... .......... .......... .......... 84% 133M 0s
5492 26200K .......... .......... .......... .......... .......... 84% 143M 0s
5493 26250K .......... .......... .......... .......... .......... 84% 21.4M 0s
5494 26300K .......... .......... .......... .......... .......... 84% 164M 0s
5495 26350K .......... .......... .......... .......... .......... 85% 214M 0s
5496 26400K .......... .......... .......... .......... .......... 85% 240M 0s
5497 26450K .......... .......... .......... .......... .......... 85% 149M 0s
5498 26500K .......... .......... .......... .......... .......... 85% 169M 0s
5499 26550K .......... .......... .......... .......... .......... 85% 153M 0s
5500 26600K .......... .......... .......... .......... .......... 85% 165M 0s
5501 26650K .......... .......... .......... .......... .......... 86% 137M 0s
5502 26700K .......... .......... .......... .......... .......... 86% 162M 0s
5503 26750K .......... .......... .......... .......... .......... 86% 172M 0s
5504 26800K .......... .......... .......... .......... .......... 86% 166M 0s
5505 26850K .......... .......... .......... .......... .......... 86% 131M 0s
5506 26900K .......... .......... .......... .......... .......... 86% 164M 0s
5507 26950K .......... .......... .......... .......... .......... 87% 172M 0s
5508 27000K .......... .......... .......... .......... .......... 87% 157M 0s
5509 27050K .......... .......... .......... .......... .......... 87% 142M 0s
5510 27100K .......... .......... .......... .......... .......... 87% 173M 0s
5511 27150K .......... .......... .......... .......... .......... 87% 160M 0s
5512 27200K .......... .......... .......... .......... .......... 87% 162M 0s
5513 27250K .......... .......... .......... .......... .......... 88% 151M 0s
5514 27300K .......... .......... .......... .......... .......... 88% 163M 0s
5515 27350K .......... .......... .......... .......... .......... 88% 156M 0s
5516 27400K .......... .......... .......... .......... .......... 88% 167M 0s
5517 27450K .......... .......... .......... .......... .......... 88% 142M 0s
5518 27500K .......... .......... .......... .......... .......... 88% 154M 0s
5519 27550K .......... .......... .......... .......... .......... 89% 172M 0s
5520 27600K .......... .......... .......... .......... .......... 89% 172M 0s
5521 27650K .......... .......... .......... .......... .......... 89% 132M 0s
5522 27700K .......... .......... .......... .......... .......... 89% 177M 0s
5523 27750K .......... .......... .......... .......... .......... 89% 170M 0s
5524 27800K .......... .......... .......... .......... .......... 89% 167M 0s
5525 27850K .......... .......... .......... .......... .......... 89% 139M 0s
5526 27900K .......... .......... .......... .......... .......... 90% 169M 0s
5527 27950K .......... .......... .......... .......... .......... 90% 152M 0s
5528 28000K .......... .......... .......... .......... .......... 90% 124M 0s
5529 28050K .......... .......... .......... .......... .......... 90% 144M 0s
5530 28100K .......... .......... .......... .......... .......... 90% 165M 0s
5531 28150K .......... .......... .......... .......... .......... 90% 148M 0s
5532 28200K .......... .......... .......... .......... .......... 91% 173M 0s
5533 28250K .......... .......... .......... .......... .......... 91% 141M 0s
5534 28300K .......... .......... .......... .......... .......... 91% 157M 0s
5535 28350K .......... .......... .......... .......... .......... 91% 169M 0s
5536 28400K .......... .......... .......... .......... .......... 91% 161M 0s
5537 28450K .......... .......... .......... .......... .......... 91% 125M 0s
5538 28500K .......... .......... .......... .......... .......... 92% 168M 0s
5539 28550K .......... .......... .......... .......... .......... 92% 169M 0s
5540 28600K .......... .......... .......... .......... .......... 92% 140M 0s
5541 28650K .......... .......... .......... .......... .......... 92% 135M 0s
5542 28700K .......... .......... .......... .......... .......... 92% 172M 0s
5543 28750K .......... .......... .......... .......... .......... 92% 145M 0s
5544 28800K .......... .......... .......... .......... .......... 93% 169M 0s
5545 28850K .......... .......... .......... .......... .......... 93% 146M 0s
5546 28900K .......... .......... .......... .......... .......... 93% 145M 0s
5547 28950K .......... .......... .......... .......... .......... 93% 168M 0s
5548 29000K .......... .......... .......... .......... .......... 93% 166M 0s
5549 29050K .......... .......... .......... .......... .......... 93% 143M 0s
5550 29100K .......... .......... .......... .......... .......... 94% 156M 0s
5551 29150K .......... .......... .......... .......... .......... 94% 167M 0s
5552 29200K .......... .......... .......... .......... .......... 94% 166M 0s
5553 29250K .......... .......... .......... .......... .......... 94% 135M 0s
5554 29300K .......... .......... .......... .......... .......... 94% 169M 0s
5555 29350K .......... .......... .......... .......... .......... 94% 163M 0s
5556 29400K .......... .......... .......... .......... .......... 94% 151M 0s
5557 29450K .......... .......... .......... .......... .......... 95% 146M 0s
5558 29500K .......... .......... .......... .......... .......... 95% 153M 0s
5559 29550K .......... .......... .......... .......... .......... 95% 154M 0s
5560 29600K .......... .......... .......... .......... .......... 95% 170M 0s
5561 29650K .......... .......... .......... .......... .......... 95% 143M 0s
5562 29700K .......... .......... .......... .......... .......... 95% 150M 0s
5563 29750K .......... .......... .......... .......... .......... 96% 167M 0s
5564 29800K .......... .......... .......... .......... .......... 96% 169M 0s
5565 29850K .......... .......... .......... .......... .......... 96% 132M 0s
5566 29900K .......... .......... .......... .......... .......... 96% 167M 0s
5567 29950K .......... .......... .......... .......... .......... 96% 170M 0s
5568 30000K .......... .......... .......... .......... .......... 96% 163M 0s
5569 30050K .......... .......... .......... .......... .......... 97% 136M 0s
5570 30100K .......... .......... .......... .......... .......... 97% 167M 0s
5571 30150K .......... .......... .......... .......... .......... 97% 167M 0s
5572 30200K .......... .......... .......... .......... .......... 97% 157M 0s
5573 30250K .......... .......... .......... .......... .......... 97% 145M 0s
5574 30300K .......... .......... .......... .......... .......... 97% 174M 0s
5575 30350K .......... .......... .......... .......... .......... 98% 126M 0s
5576 30400K .......... .......... .......... .......... .......... 98% 156M 0s
5577 30450K .......... .......... .......... .......... .......... 98% 143M 0s
5578 30500K .......... .......... .......... .......... .......... 98% 140M 0s
5579 30550K .......... .......... .......... .......... .......... 98% 156M 0s
5580 30600K .......... .......... .......... .......... .......... 98% 150M 0s
5581 30650K .......... .......... .......... .......... .......... 99% 133M 0s
5582 30700K .......... .......... .......... .......... .......... 99% 191M 0s
5583 30750K .......... .......... .......... .......... .......... 99% 265M 0s
5584 30800K .......... .......... .......... .......... .......... 99% 263M 0s
5585 30850K .......... .......... .......... .......... .......... 99% 209M 0s
5586 30900K .......... .......... .......... .......... .......... 99% 276M 0s
5587 30950K .......... .......... .......... .......... .......... 99% 282M 0s
5588 31000K ...... 100% 169M=0.2s
5589
55902015-12-29 20:14:06 (147 MB/s) - '/usr/local/lib/selenium-server-standalone.jar' saved [31750379/31750379]
5591
5592 ---> 6fa5e48b269d
5593Removing intermediate container 191821571d66
5594Step 23 : WORKDIR /srv
5595 ---> Running in e1673669e975
5596 ---> 31efc416b607
5597Removing intermediate container e1673669e975
5598Step 24 : RUN wget http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 && tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 && cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
5599 ---> Running in 6074598bc6bb
5600--2015-12-29 20:14:31-- http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2
5601Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
5602Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
5603HTTP request sent, awaiting response... 200 OK
5604Length: 13161396 (13M) [application/x-bzip2]
5605Saving to: 'phantomjs-1.9.7-linux-x86_64.tar.bz2'
5606
5607 0K .......... .......... .......... .......... .......... 0% 191M 0s
5608 50K .......... .......... .......... .......... .......... 0% 222M 0s
5609 100K .......... .......... .......... .......... .......... 1% 166M 0s
5610 150K .......... .......... .......... .......... .......... 1% 186M 0s
5611 200K .......... .......... .......... .......... .......... 1% 105M 0s
5612 250K .......... .......... .......... .......... .......... 2% 33.6M 0s
5613 300K .......... .......... .......... .......... .......... 2% 200M 0s
5614 350K .......... .......... .......... .......... .......... 3% 256M 0s
5615 400K .......... .......... .......... .......... .......... 3% 276M 0s
5616 450K .......... .......... .......... .......... .......... 3% 127M 0s
5617 500K .......... .......... .......... .......... .......... 4% 157M 0s
5618 550K .......... .......... .......... .......... .......... 4% 158M 0s
5619 600K .......... .......... .......... .......... .......... 5% 150M 0s
5620 650K .......... .......... .......... .......... .......... 5% 74.9M 0s
5621 700K .......... .......... .......... .......... .......... 5% 52.6M 0s
5622 750K .......... .......... .......... .......... .......... 6% 158M 0s
5623 800K .......... .......... .......... .......... .......... 6% 211M 0s
5624 850K .......... .......... .......... .......... .......... 7% 285M 0s
5625 900K .......... .......... .......... .......... .......... 7% 47.8M 0s
5626 950K .......... .......... .......... .......... .......... 7% 243M 0s
5627 1000K .......... .......... .......... .......... .......... 8% 256M 0s
5628 1050K .......... .......... .......... .......... .......... 8% 53.2M 0s
5629 1100K .......... .......... .......... .......... .......... 8% 180M 0s
5630 1150K .......... .......... .......... .......... .......... 9% 182M 0s
5631 1200K .......... .......... .......... .......... .......... 9% 296M 0s
5632 1250K .......... .......... .......... .......... .......... 10% 47.5M 0s
5633 1300K .......... .......... .......... .......... .......... 10% 280M 0s
5634 1350K .......... .......... .......... .......... .......... 10% 273M 0s
5635 1400K .......... .......... .......... .......... .......... 11% 48.7M 0s
5636 1450K .......... .......... .......... .......... .......... 11% 243M 0s
5637 1500K .......... .......... .......... .......... .......... 12% 213M 0s
5638 1550K .......... .......... .......... .......... .......... 12% 251M 0s
5639 1600K .......... .......... .......... .......... .......... 12% 49.7M 0s
5640 1650K .......... .......... .......... .......... .......... 13% 146M 0s
5641 1700K .......... .......... .......... .......... .......... 13% 148M 0s
5642 1750K .......... .......... .......... .......... .......... 14% 173M 0s
5643 1800K .......... .......... .......... .......... .......... 14% 171M 0s
5644 1850K .......... .......... .......... .......... .......... 14% 145M 0s
5645 1900K .......... .......... .......... .......... .......... 15% 152M 0s
5646 1950K .......... .......... .......... .......... .......... 15% 174M 0s
5647 2000K .......... .......... .......... .......... .......... 15% 156M 0s
5648 2050K .......... .......... .......... .......... .......... 16% 127M 0s
5649 2100K .......... .......... .......... .......... .......... 16% 174M 0s
5650 2150K .......... .......... .......... .......... .......... 17% 163M 0s
5651 2200K .......... .......... .......... .......... .......... 17% 155M 0s
5652 2250K .......... .......... .......... .......... .......... 17% 148M 0s
5653 2300K .......... .......... .......... .......... .......... 18% 176M 0s
5654 2350K .......... .......... .......... .......... .......... 18% 157M 0s
5655 2400K .......... .......... .......... .......... .......... 19% 168M 0s
5656 2450K .......... .......... .......... .......... .......... 19% 152M 0s
5657 2500K .......... .......... .......... .......... .......... 19% 166M 0s
5658 2550K .......... .......... .......... .......... .......... 20% 156M 0s
5659 2600K .......... .......... .......... .......... .......... 20% 175M 0s
5660 2650K .......... .......... .......... .......... .......... 21% 144M 0s
5661 2700K .......... .......... .......... .......... .......... 21% 148M 0s
5662 2750K .......... .......... .......... .......... .......... 21% 169M 0s
5663 2800K .......... .......... .......... .......... .......... 22% 153M 0s
5664 2850K .......... .......... .......... .......... .......... 22% 138M 0s
5665 2900K .......... .......... .......... .......... .......... 22% 169M 0s
5666 2950K .......... .......... .......... .......... .......... 23% 175M 0s
5667 3000K .......... .......... .......... .......... .......... 23% 151M 0s
5668 3050K .......... .......... .......... .......... .......... 24% 152M 0s
5669 3100K .......... .......... .......... .......... .......... 24% 177M 0s
5670 3150K .......... .......... .......... .......... .......... 24% 166M 0s
5671 3200K .......... .......... .......... .......... .......... 25% 156M 0s
5672 3250K .......... .......... .......... .......... .......... 25% 149M 0s
5673 3300K .......... .......... .......... .......... .......... 26% 167M 0s
5674 3350K .......... .......... .......... .......... .......... 26% 142M 0s
5675 3400K .......... .......... .......... .......... .......... 26% 166M 0s
5676 3450K .......... .......... .......... .......... .......... 27% 146M 0s
5677 3500K .......... .......... .......... .......... .......... 27% 155M 0s
5678 3550K .......... .......... .......... .......... .......... 28% 161M 0s
5679 3600K .......... .......... .......... .......... .......... 28% 172M 0s
5680 3650K .......... .......... .......... .......... .......... 28% 123M 0s
5681 3700K .......... .......... .......... .......... .......... 29% 173M 0s
5682 3750K .......... .......... .......... .......... .......... 29% 167M 0s
5683 3800K .......... .......... .......... .......... .......... 29% 54.3M 0s
5684 3850K .......... .......... .......... .......... .......... 30% 121M 0s
5685 3900K .......... .......... .......... .......... .......... 30% 146M 0s
5686 3950K .......... .......... .......... .......... .......... 31% 181M 0s
5687 4000K .......... .......... .......... .......... .......... 31% 156M 0s
5688 4050K .......... .......... .......... .......... .......... 31% 137M 0s
5689 4100K .......... .......... .......... .......... .......... 32% 174M 0s
5690 4150K .......... .......... .......... .......... .......... 32% 156M 0s
5691 4200K .......... .......... .......... .......... .......... 33% 151M 0s
5692 4250K .......... .......... .......... .......... .......... 33% 144M 0s
5693 4300K .......... .......... .......... .......... .......... 33% 166M 0s
5694 4350K .......... .......... .......... .......... .......... 34% 89.0M 0s
5695 4400K .......... .......... .......... .......... .......... 34% 165M 0s
5696 4450K .......... .......... .......... .......... .......... 35% 130M 0s
5697 4500K .......... .......... .......... .......... .......... 35% 171M 0s
5698 4550K .......... .......... .......... .......... .......... 35% 165M 0s
5699 4600K .......... .......... .......... .......... .......... 36% 164M 0s
5700 4650K .......... .......... .......... .......... .......... 36% 134M 0s
5701 4700K .......... .......... .......... .......... .......... 36% 173M 0s
5702 4750K .......... .......... .......... .......... .......... 37% 162M 0s
5703 4800K .......... .......... .......... .......... .......... 37% 159M 0s
5704 4850K .......... .......... .......... .......... .......... 38% 147M 0s
5705 4900K .......... .......... .......... .......... .......... 38% 160M 0s
5706 4950K .......... .......... .......... .......... .......... 38% 80.7M 0s
5707 5000K .......... .......... .......... .......... .......... 39% 139M 0s
5708 5050K .......... .......... .......... .......... .......... 39% 132M 0s
5709 5100K .......... .......... .......... .......... .......... 40% 166M 0s
5710 5150K .......... .......... .......... .......... .......... 40% 174M 0s
5711 5200K .......... .......... .......... .......... .......... 40% 146M 0s
5712 5250K .......... .......... .......... .......... .......... 41% 147M 0s
5713 5300K .......... .......... .......... .......... .......... 41% 173M 0s
5714 5350K .......... .......... .......... .......... .......... 42% 150M 0s
5715 5400K .......... .......... .......... .......... .......... 42% 174M 0s
5716 5450K .......... .......... .......... .......... .......... 42% 150M 0s
5717 5500K .......... .......... .......... .......... .......... 43% 163M 0s
5718 5550K .......... .......... .......... .......... .......... 43% 157M 0s
5719 5600K .......... .......... .......... .......... .......... 43% 170M 0s
5720 5650K .......... .......... .......... .......... .......... 44% 142M 0s
5721 5700K .......... .......... .......... .......... .......... 44% 97.9M 0s
5722 5750K .......... .......... .......... .......... .......... 45% 165M 0s
5723 5800K .......... .......... .......... .......... .......... 45% 151M 0s
5724 5850K .......... .......... .......... .......... .......... 45% 139M 0s
5725 5900K .......... .......... .......... .......... .......... 46% 176M 0s
5726 5950K .......... .......... .......... .......... .......... 46% 164M 0s
5727 6000K .......... .......... .......... .......... .......... 47% 154M 0s
5728 6050K .......... .......... .......... .......... .......... 47% 151M 0s
5729 6100K .......... .......... .......... .......... .......... 47% 159M 0s
5730 6150K .......... .......... .......... .......... .......... 48% 158M 0s
5731 6200K .......... .......... .......... .......... .......... 48% 170M 0s
5732 6250K .......... .......... .......... .......... .......... 49% 140M 0s
5733 6300K .......... .......... .......... .......... .......... 49% 90.4M 0s
5734 6350K .......... .......... .......... .......... .......... 49% 172M 0s
5735 6400K .......... .......... .......... .......... .......... 50% 164M 0s
5736 6450K .......... .......... .......... .......... .......... 50% 135M 0s
5737 6500K .......... .......... .......... .......... .......... 50% 168M 0s
5738 6550K .......... .......... .......... .......... .......... 51% 156M 0s
5739 6600K .......... .......... .......... .......... .......... 51% 154M 0s
5740 6650K .......... .......... .......... .......... .......... 52% 149M 0s
5741 6700K .......... .......... .......... .......... .......... 52% 162M 0s
5742 6750K .......... .......... .......... .......... .......... 52% 155M 0s
5743 6800K .......... .......... .......... .......... .......... 53% 175M 0s
5744 6850K .......... .......... .......... .......... .......... 53% 146M 0s
5745 6900K .......... .......... .......... .......... .......... 54% 50.6M 0s
5746 6950K .......... .......... .......... .......... .......... 54% 132M 0s
5747 7000K .......... .......... .......... .......... .......... 54% 172M 0s
5748 7050K .......... .......... .......... .......... .......... 55% 150M 0s
5749 7100K .......... .......... .......... .......... .......... 55% 146M 0s
5750 7150K .......... .......... .......... .......... .......... 56% 170M 0s
5751 7200K .......... .......... .......... .......... .......... 56% 174M 0s
5752 7250K .......... .......... .......... .......... .......... 56% 148M 0s
5753 7300K .......... .......... .......... .......... .......... 57% 161M 0s
5754 7350K .......... .......... .......... .......... .......... 57% 174M 0s
5755 7400K .......... .......... .......... .......... .......... 57% 163M 0s
5756 7450K .......... .......... .......... .......... .......... 58% 137M 0s
5757 7500K .......... .......... .......... .......... .......... 58% 174M 0s
5758 7550K .......... .......... .......... .......... .......... 59% 168M 0s
5759 7600K .......... .......... .......... .......... .......... 59% 149M 0s
5760 7650K .......... .......... .......... .......... .......... 59% 146M 0s
5761 7700K .......... .......... .......... .......... .......... 60% 172M 0s
5762 7750K .......... .......... .......... .......... .......... 60% 145M 0s
5763 7800K .......... .......... .......... .......... .......... 61% 169M 0s
5764 7850K .......... .......... .......... .......... .......... 61% 150M 0s
5765 7900K .......... .......... .......... .......... .......... 61% 149M 0s
5766 7950K .......... .......... .......... .......... .......... 62% 171M 0s
5767 8000K .......... .......... .......... .......... .......... 62% 172M 0s
5768 8050K .......... .......... .......... .......... .......... 63% 131M 0s
5769 8100K .......... .......... .......... .......... .......... 63% 157M 0s
5770 8150K .......... .......... .......... .......... .......... 63% 167M 0s
5771 8200K .......... .......... .......... .......... .......... 64% 160M 0s
5772 8250K .......... .......... .......... .......... .......... 64% 134M 0s
5773 8300K .......... .......... .......... .......... .......... 64% 160M 0s
5774 8350K .......... .......... .......... .......... .......... 65% 159M 0s
5775 8400K .......... .......... .......... .......... .......... 65% 129M 0s
5776 8450K .......... .......... .......... .......... .......... 66% 144M 0s
5777 8500K .......... .......... .......... .......... .......... 66% 158M 0s
5778 8550K .......... .......... .......... .......... .......... 66% 141M 0s
5779 8600K .......... .......... .......... .......... .......... 67% 163M 0s
5780 8650K .......... .......... .......... .......... .......... 67% 131M 0s
5781 8700K .......... .......... .......... .......... .......... 68% 151M 0s
5782 8750K .......... .......... .......... .......... .......... 68% 168M 0s
5783 8800K .......... .......... .......... .......... .......... 68% 168M 0s
5784 8850K .......... .......... .......... .......... .......... 69% 126M 0s
5785 8900K .......... .......... .......... .......... .......... 69% 166M 0s
5786 8950K .......... .......... .......... .......... .......... 70% 173M 0s
5787 9000K .......... .......... .......... .......... .......... 70% 152M 0s
5788 9050K .......... .......... .......... .......... .......... 70% 147M 0s
5789 9100K .......... .......... .......... .......... .......... 71% 174M 0s
5790 9150K .......... .......... .......... .......... .......... 71% 146M 0s
5791 9200K .......... .......... .......... .......... .......... 71% 170M 0s
5792 9250K .......... .......... .......... .......... .......... 72% 150M 0s
5793 9300K .......... .......... .......... .......... .......... 72% 161M 0s
5794 9350K .......... .......... .......... .......... .......... 73% 152M 0s
5795 9400K .......... .......... .......... .......... .......... 73% 171M 0s
5796 9450K .......... .......... .......... .......... .......... 73% 141M 0s
5797 9500K .......... .......... .......... .......... .......... 74% 152M 0s
5798 9550K .......... .......... .......... .......... .......... 74% 167M 0s
5799 9600K .......... .......... .......... .......... .......... 75% 176M 0s
5800 9650K .......... .......... .......... .......... .......... 75% 123M 0s
5801 9700K .......... .......... .......... .......... .......... 75% 175M 0s
5802 9750K .......... .......... .......... .......... .......... 76% 174M 0s
5803 9800K .......... .......... .......... .......... .......... 76% 133M 0s
5804 9850K .......... .......... .......... .......... .......... 77% 149M 0s
5805 9900K .......... .......... .......... .......... .......... 77% 169M 0s
5806 9950K .......... .......... .......... .......... .......... 77% 154M 0s
5807 10000K .......... .......... .......... .......... .......... 78% 171M 0s
5808 10050K .......... .......... .......... .......... .......... 78% 148M 0s
5809 10100K .......... .......... .......... .......... .......... 78% 165M 0s
5810 10150K .......... .......... .......... .......... .......... 79% 148M 0s
5811 10200K .......... .......... .......... .......... .......... 79% 168M 0s
5812 10250K .......... .......... .......... .......... .......... 80% 142M 0s
5813 10300K .......... .......... .......... .......... .......... 80% 157M 0s
5814 10350K .......... .......... .......... .......... .......... 80% 174M 0s
5815 10400K .......... .......... .......... .......... .......... 81% 161M 0s
5816 10450K .......... .......... .......... .......... .......... 81% 131M 0s
5817 10500K .......... .......... .......... .......... .......... 82% 169M 0s
5818 10550K .......... .......... .......... .......... .......... 82% 167M 0s
5819 10600K .......... .......... .......... .......... .......... 82% 154M 0s
5820 10650K .......... .......... .......... .......... .......... 83% 144M 0s
5821 10700K .......... .......... .......... .......... .......... 83% 172M 0s
5822 10750K .......... .......... .......... .......... .......... 84% 152M 0s
5823 10800K .......... .......... .......... .......... .......... 84% 162M 0s
5824 10850K .......... .......... .......... .......... .......... 84% 148M 0s
5825 10900K .......... .......... .......... .......... .......... 85% 155M 0s
5826 10950K .......... .......... .......... .......... .......... 85% 158M 0s
5827 11000K .......... .......... .......... .......... .......... 85% 171M 0s
5828 11050K .......... .......... .......... .......... .......... 86% 141M 0s
5829 11100K .......... .......... .......... .......... .......... 86% 149M 0s
5830 11150K .......... .......... .......... .......... .......... 87% 167M 0s
5831 11200K .......... .......... .......... .......... .......... 87% 155M 0s
5832 11250K .......... .......... .......... .......... .......... 87% 126M 0s
5833 11300K .......... .......... .......... .......... .......... 88% 172M 0s
5834 11350K .......... .......... .......... .......... .......... 88% 161M 0s
5835 11400K .......... .......... .......... .......... .......... 89% 149M 0s
5836 11450K .......... .......... .......... .......... .......... 89% 149M 0s
5837 11500K .......... .......... .......... .......... .......... 89% 166M 0s
5838 11550K .......... .......... .......... .......... .......... 90% 149M 0s
5839 11600K .......... .......... .......... .......... .......... 90% 173M 0s
5840 11650K .......... .......... .......... .......... .......... 91% 144M 0s
5841 11700K .......... .......... .......... .......... .......... 91% 132M 0s
5842 11750K .......... .......... .......... .......... .......... 91% 162M 0s
5843 11800K .......... .......... .......... .......... .......... 92% 174M 0s
5844 11850K .......... .......... .......... .......... .......... 92% 136M 0s
5845 11900K .......... .......... .......... .......... .......... 92% 167M 0s
5846 11950K .......... .......... .......... .......... .......... 93% 171M 0s
5847 12000K .......... .......... .......... .......... .......... 93% 161M 0s
5848 12050K .......... .......... .......... .......... .......... 94% 136M 0s
5849 12100K .......... .......... .......... .......... .......... 94% 173M 0s
5850 12150K .......... .......... .......... .......... .......... 94% 163M 0s
5851 12200K .......... .......... .......... .......... .......... 95% 158M 0s
5852 12250K .......... .......... .......... .......... .......... 95% 144M 0s
5853 12300K .......... .......... .......... .......... .......... 96% 171M 0s
5854 12350K .......... .......... .......... .......... .......... 96% 145M 0s
5855 12400K .......... .......... .......... .......... .......... 96% 165M 0s
5856 12450K .......... .......... .......... .......... .......... 97% 152M 0s
5857 12500K .......... .......... .......... .......... .......... 97% 140M 0s
5858 12550K .......... .......... .......... .......... .......... 98% 170M 0s
5859 12600K .......... .......... .......... .......... .......... 98% 211M 0s
5860 12650K .......... .......... .......... .......... .......... 98% 198M 0s
5861 12700K .......... .......... .......... .......... .......... 99% 222M 0s
5862 12750K .......... .......... .......... .......... .......... 99% 260M 0s
5863 12800K .......... .......... .......... .......... .......... 99% 271M 0s
5864 12850K .. 100% 83.4M=0.09s
5865
58662015-12-29 20:14:31 (145 MB/s) - 'phantomjs-1.9.7-linux-x86_64.tar.bz2' saved [13161396/13161396]
5867
5868phantomjs-1.9.7-linux-x86_64/
5869phantomjs-1.9.7-linux-x86_64/bin/
5870phantomjs-1.9.7-linux-x86_64/bin/phantomjs
5871phantomjs-1.9.7-linux-x86_64/examples/
5872phantomjs-1.9.7-linux-x86_64/examples/scandir.js
5873phantomjs-1.9.7-linux-x86_64/examples/technews.coffee
5874phantomjs-1.9.7-linux-x86_64/examples/tweets.js
5875phantomjs-1.9.7-linux-x86_64/examples/rasterize.coffee
5876phantomjs-1.9.7-linux-x86_64/examples/pagecallback.js
5877phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.js
5878phantomjs-1.9.7-linux-x86_64/examples/follow.js
5879phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.coffee
5880phantomjs-1.9.7-linux-x86_64/examples/module.js
5881phantomjs-1.9.7-linux-x86_64/examples/waitfor.coffee
5882phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.coffee
5883phantomjs-1.9.7-linux-x86_64/examples/pizza.js
5884phantomjs-1.9.7-linux-x86_64/examples/seasonfood.coffee
5885phantomjs-1.9.7-linux-x86_64/examples/unrandomize.js
5886phantomjs-1.9.7-linux-x86_64/examples/modernizr.js
5887phantomjs-1.9.7-linux-x86_64/examples/waitfor.js
5888phantomjs-1.9.7-linux-x86_64/examples/direction.js
5889phantomjs-1.9.7-linux-x86_64/examples/arguments.coffee
5890phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.js
5891phantomjs-1.9.7-linux-x86_64/examples/run-qunit.js
5892phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.coffee
5893phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.js
5894phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.coffee
5895phantomjs-1.9.7-linux-x86_64/examples/version.js
5896phantomjs-1.9.7-linux-x86_64/examples/movies.js
5897phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.js
5898phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.coffee
5899phantomjs-1.9.7-linux-x86_64/examples/version.coffee
5900phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js
5901phantomjs-1.9.7-linux-x86_64/examples/server.js
5902phantomjs-1.9.7-linux-x86_64/examples/countdown.js
5903phantomjs-1.9.7-linux-x86_64/examples/rasterize.js
5904phantomjs-1.9.7-linux-x86_64/examples/injectme.js
5905phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js
5906phantomjs-1.9.7-linux-x86_64/examples/post.js
5907phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee
5908phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee
5909phantomjs-1.9.7-linux-x86_64/examples/hello.coffee
5910phantomjs-1.9.7-linux-x86_64/examples/features.js
5911phantomjs-1.9.7-linux-x86_64/examples/movies.coffee
5912phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee
5913phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee
5914phantomjs-1.9.7-linux-x86_64/examples/features.coffee
5915phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee
5916phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js
5917phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee
5918phantomjs-1.9.7-linux-x86_64/examples/printmargins.js
5919phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee
5920phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee
5921phantomjs-1.9.7-linux-x86_64/examples/printenv.js
5922phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee
5923phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee
5924phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee
5925phantomjs-1.9.7-linux-x86_64/examples/netlog.js
5926phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee
5927phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee
5928phantomjs-1.9.7-linux-x86_64/examples/weather.coffee
5929phantomjs-1.9.7-linux-x86_64/examples/direction.coffee
5930phantomjs-1.9.7-linux-x86_64/examples/module.coffee
5931phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee
5932phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js
5933phantomjs-1.9.7-linux-x86_64/examples/fibo.js
5934phantomjs-1.9.7-linux-x86_64/examples/imagebin.js
5935phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js
5936phantomjs-1.9.7-linux-x86_64/examples/technews.js
5937phantomjs-1.9.7-linux-x86_64/examples/hello.js
5938phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js
5939phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee
5940phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee
5941phantomjs-1.9.7-linux-x86_64/examples/postserver.js
5942phantomjs-1.9.7-linux-x86_64/examples/weather.js
5943phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee
5944phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee
5945phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js
5946phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee
5947phantomjs-1.9.7-linux-x86_64/examples/useragent.js
5948phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee
5949phantomjs-1.9.7-linux-x86_64/examples/post.coffee
5950phantomjs-1.9.7-linux-x86_64/examples/arguments.js
5951phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee
5952phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee
5953phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee
5954phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js
5955phantomjs-1.9.7-linux-x86_64/examples/follow.coffee
5956phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js
5957phantomjs-1.9.7-linux-x86_64/examples/page_events.js
5958phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js
5959phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js
5960phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee
5961phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee
5962phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js
5963phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js
5964phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee
5965phantomjs-1.9.7-linux-x86_64/examples/server.coffee
5966phantomjs-1.9.7-linux-x86_64/examples/universe.js
5967phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee
5968phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js
5969phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee
5970phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee
5971phantomjs-1.9.7-linux-x86_64/examples/netsniff.js
5972phantomjs-1.9.7-linux-x86_64/ChangeLog
5973phantomjs-1.9.7-linux-x86_64/README.md
5974phantomjs-1.9.7-linux-x86_64/LICENSE.BSD
5975phantomjs-1.9.7-linux-x86_64/third-party.txt
5976 ---> 2c077f58f232
5977Removing intermediate container 6074598bc6bb
5978Step 25 : ADD /functions.sh /
5979 ---> 3c0af8164c3b
5980Removing intermediate container dc4daad9442c
5981Step 26 : ADD entrypoint.sh /
5982 ---> 390f7069704d
5983Removing intermediate container b393f66c4b9d
5984Step 27 : RUN chmod 755 /entrypoint.sh
5985 ---> Running in bdd61a55ea7a
5986 ---> e68df25f75f8
5987Removing intermediate container bdd61a55ea7a
5988Step 28 : ENTRYPOINT /entrypoint.sh
5989 ---> Running in 2a382a00915b
5990 ---> 91e73ee99f99
5991Removing intermediate container 2a382a00915b
5992Successfully built 91e73ee99f99
5993== ./atomicapp ==
5994Sending build context to Docker daemon 9.216 kB
5995Sending build context to Docker daemon 9.216 kB
5996
5997Step 0 : FROM projectatomic/atomicapp:0.3.0
5998 ---> d31c1e84399e
5999Step 1 : MAINTAINER Kolab Systems <contact@kolabsys.com>
6000 ---> Using cache
6001 ---> cf34020ba876
6002Step 2 : LABEL io.projectatomic.nulecule.providers "kubernetes" io.projectatomic.nulecule.specversion "0.0.2"
6003 ---> Using cache
6004 ---> 075329eb108a
6005Step 3 : ADD /Nulecule /Dockerfile /application-entity/
6006 ---> Using cache
6007 ---> decfecb3b97a
6008Step 4 : ADD /artifacts /application-entity/artifacts/
6009 ---> Using cache
6010 ---> 33fc3c952f86
6011Successfully built 33fc3c952f86
6012Deleted: 96f55438d005958e44e4f851401bbc7922e2562bbc9c299289d0f3bed35b35bb
6013Deleted: 3f0e69b15a2f57ee592003fbd8481c4a5afa2379abe18cb35fb8b2e425f0f7bd
6014Deleted: c4d3bc49f93c06e6ca4dffa33a1975811a6b388a5f488a6f7fa111f843bfa175
6015Deleted: 8fa1443e42b68261c2483df84c9b1aa8b6ead399ccec6caa585878dcf645c353
6016Deleted: e23d91ed70ae1aa40273f61a64e717fec0d07afc8231d89b8e6f27d0985c8b61
6017Deleted: 5df4a185d3433cb377fb677e79a04b615f07f30fd7f389f54d30d6458d1bf8a0
6018Deleted: d6af0c79e16258f7a520747a75eb1935e9018503f94e331ebf88c33f8becf0cc
6019Deleted: 7d58a6f9e71defea8e55c76b2966b4edf88fb78febcc8e3f73438c18713e1282
6020Deleted: fb83fb98980f5b873e5893ce204bfb50e35572d30b64392c6557b6e209427727
6021Deleted: ad91648c9e9b85693856487d7bf1b910d36ae533a083da353e36a65d5ef656ba
6022Deleted: e65b0a0247638b95263a2dcd7225e255e8eed466f94cca875170f22d0471669a
6023Deleted: 12e18447343f8c60e88098c05ddc34484a80e64a424bb3f486382d09e92f9a5b
6024Deleted: d37af11ecb5ce9b458fde3c221b4183df8daefd3d9fe32d431b96c581efa9aae
6025Deleted: cb0a20c47bd842946acfa56b947a28ae2125a79ae941a8082a069c0bc1fa4df4
6026Deleted: c769667e5e3395762c1d5b8abf09cd6585287dcc3fcf74ac732cda49c9457817
6027Deleted: c356c9c38708eb0cf80ac2aada8a6394a6fbb07ca97fc1d4b415f7e00e69bb2d
6028Deleted: 787126f8c61814a6c469e618033258aefdea36a0a606cfea244d45645ff6d996
6029Deleted: 85dca46ee2db49636609d5198144621e12fe8cff5274e3ff9a55fac3f95d0c2b
6030Deleted: c31cbdc80ae7b15e13f45fdad1f48979ea1cccf993105d0100a94cfa1bcbee28
6031Deleted: 1788e76e4911a4bf439792bffa1602ea2b9a8d7ee258a8c13ca9d8e22732245d
6032Deleted: 31816228a6ad1ba00ec2813dbe5d74fff6576984ccc751c0d4ebfa6f301357fa
6033Deleted: 268677e6fb9a3663cb4ba8e37a302202eacb0d4187c0d6cc0f0de37fd6fff564
6034Deleted: 3c516d616ac3869f8ddb838fec71cb83d0a7b530acd5338452c09f9af8eb5c8b
6035Deleted: ab0fa62e59388747b8e8464f06ddf0a68c00adac907ad3f674ea0b60a66c408f
6036Deleted: 2341a6f8721686d08d8f6ee41d0007c0ae83140b4f0d66c36bc69531609d356a
6037Deleted: ff8e57eb8daa7f33347107de2ae74ae3fe1fddd745b2c235261c4a1ab86a8af3
6038Deleted: aad94c28fd184c4f71d93ad786faba3d126cbaf3237662a535b8adea1899cfa7
6039Deleted: e3d6871d91700fc78a6e2e4cd983287fc78f887b7ae88f4692043da6494e28d6
6040Deleted: b6329ff29adca71cb98b5793bb9b8736ca73ba5500e18dff2549241410723c6f
6041Deleted: d1e895b747258b563cf49680150158013fd04495a82967ac910379b231771578
6042Deleted: c9cc51cfb5cc6a59dcd94a38ac33b94834d963df9610ad2310c14ab3bfcb589a
6043Deleted: f0507bb6c6f9e6949de444af7c68334d145cd387e951846301ef5aeafa1a4417
6044Deleted: 4fc00a322a64de953df1aa95a427798371f54c0fc6b965c0756e0e61bb32217f
6045Deleted: 6b8e6a211e6ec7e80d7562e1ac2e52bdf6ca58009922e496abe157466f61bd76
6046Deleted: ca9eda43509974cb9a6b626f1bf2c1e4ba37f439174676f5c7ac1b28b6143a9c
6047Deleted: b69216062f90bb12ebccece9de3125a5375b445a53fe98b41384137273c72eea
6048Deleted: 4d939a51f24dd70eae325e0ce94bdd3c6d3641b5dac260906e0adcd15b687341
6049Deleted: 1dfb60cc0be927cbe5d04d428825948c14a55cd8260084f1ec2fd14c7c3925f4
6050Deleted: 2a833acb2490eb8e151859b419c28c7812964e29cb9c4aace8dc52149488eb6a
6051Deleted: 3d7d8e08645d9322228bdfa71db1a2cc31703839bee668cc7afef02b36e94636
6052Deleted: baccaa1ea2c6d4b0a1204492b2b33ba08f301e2b45e331f1c612773b8b060737
6053Deleted: 42cbc23ed469538b44e9ff998441e50c315b7b1044956f7e43ea50b428370827
6054Deleted: 41944a2248186478ba245b39205544ab8ee28e6bc4465c0fa2fae07678266e31
6055/var/drydock/workingcopy-63/repo/docker
6056

Lease Working Copy on atomic01.kolabsys.com

When
Completed at Dec 29 2015, 9:02 PM · Built instantly
Status
Passed

Event Timeline