Page MenuHomePhorge

Build 2272
PassedPublic

Drydock: Run Command on atomic02.kolabsys.com

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

Build Log 7672 (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-64/repo/docker
20+ TMPDIR=/var/drydock/workingcopy-64/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 cf289da..8117c0a 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
61Makefile: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.
62Got HTTP status code >= 400: 404 Not found
63Error response from daemon: could not find image: no such id: kolab/jmap-proxy:latest
64Error response from daemon: Conflict, cannot delete because f7c0247ebfaf is held by an ongoing pull or build
65Error: failed to remove images: [f7c0247ebfaf]
66Error response from daemon: No such image: 2e0b557bb89f
67Error: failed to remove images: [2e0b557bb89f]
68+ retval=0
69+ popd
70+ exit 0
71

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

1/var/drydock/workingcopy-64/repo/docker/docker.git /var/drydock/workingcopy-64/repo/docker
2HEAD is now at 8117c0a Avoid using metalink repository sources
3/var/drydock/workingcopy-64/repo/docker
4/var/drydock/workingcopy-64/repo/docker/stick.git /var/drydock/workingcopy-64/repo/docker
5HEAD is now at 8772f5f No longer suppress localization tests
6/var/drydock/workingcopy-64/repo/docker
7/var/drydock/workingcopy-64/repo/docker/docker.git /var/drydock/workingcopy-64/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
21fe1ba2c91123
22bdb2a966a1ad
23for image in $(docker images -q --filter dangling=true); do \
24 docker rmi ${image} ; \
25done
26Deleted: 89815c1c75bbbd95ee5460be29213ff1aa519b9c0c4b0932750ba389f73d813a
27Deleted: 11981a973a8fb753d6f7c15e5c93b3ba1f52cf90d5ff0da608a2a1351cf19a6f
28Deleted: af65f0b5d8d98396e60c0790761a79cdf6313337efb055fd84912d4d21772692
29Deleted: 38ebc3fdc7bc4d20e7d860dac25155bba59c47ff44d07721f1637bc746ab980e
30make -C docs clean html || :
31make[1]: Entering directory `/var/drydock/workingcopy-64/repo/docker/docker.git/docs'
32make[1]: Leaving directory `/var/drydock/workingcopy-64/repo/docker/docker.git/docs'
33for image in $(find . -mindepth 2 -maxdepth 2 -type f -name "Dockerfile" -exec dirname {} \; | sort); do \
34 echo "== $image ==" ; \
35 docker build \
36 -t kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest \
37 $image/. ; \
38 docker tag -f kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest \
39 docker.io/kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest ; \
40done
41== ./00-base ==
42Sending build context to Docker daemon 28.16 kB
43Sending build context to Docker daemon 28.16 kB
44
45Step 0 : FROM centos:centos7
46 ---> 14dab3d40372
47Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
48 ---> Using cache
49 ---> 3d9834da0d43
50Step 2 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
51 ---> Using cache
52 ---> 39f27e1a1fa0
53Step 3 : RUN sed -r -i -e 's/^enabled.*$/enabled = 0/g' /etc/yum/pluginconf.d/fastestmirror.conf
54 ---> Using cache
55 ---> ede89a3ef203
56Step 4 : RUN yum -y install epel-release && yum clean all
57 ---> Using cache
58 ---> 1ef77c9e6a05
59Step 5 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
60 ---> Using cache
61 ---> 1e95d48c68a3
62Step 6 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
63
64 ---> Using cache
65 ---> d2869c0d828e
66Step 7 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
67 ---> Using cache
68 ---> 432fc6ec3ec5
69Step 8 : RUN rpm --import https://ssl.kolabsys.com/community.asc
70 ---> Using cache
71 ---> 210a1b23befa
72Step 9 : RUN yum -y install yum-plugin-priorities && yum clean all
73 ---> Using cache
74 ---> 7f73db7450dc
75Step 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
76 ---> Using cache
77 ---> facd6b7ea019
78Step 11 : ADD /functions.sh /functions.sh
79 ---> Using cache
80 ---> 01d276278fc9
81Step 12 : ADD /entrypoint.sh /entrypoint.sh
82 ---> Using cache
83 ---> 1f33ac1d16a5
84Step 13 : RUN chmod a+x /entrypoint.sh
85 ---> Using cache
86 ---> f2fb81053725
87Step 14 : ENTRYPOINT /entrypoint.sh
88 ---> Using cache
89 ---> 2e19a966cccb
90Successfully built 2e19a966cccb
91== ./01-base-asav ==
92Sending build context to Docker daemon 5.12 kB
93Sending build context to Docker daemon 5.12 kB
94
95Step 0 : FROM kolab/base:latest
96 ---> 2e19a966cccb
97Step 1 : RUN yum -y install amavisd-new clamav && yum clean all
98 ---> Using cache
99 ---> 708ed552baa7
100Step 2 : VOLUME /data
101 ---> Using cache
102 ---> 33242fd4772a
103Step 3 : EXPOSE 10024
104 ---> Using cache
105 ---> 08983140b5e4
106Step 4 : ADD /entrypoint.sh /entrypoint.sh
107 ---> Using cache
108 ---> fb8051da5005
109Step 5 : RUN chmod a+x /entrypoint.sh
110 ---> Using cache
111 ---> b59bf1ba0473
112Step 6 : CMD /usr/sbin/amavisd -u amavis -g amavis -c /etc/amavisd/amavisd.conf foreground
113 ---> Using cache
114 ---> 66cdae299b1a
115Successfully built 66cdae299b1a
116== ./01-base-imap ==
117Sending build context to Docker daemon 2.048 kB
118Sending build context to Docker daemon 2.048 kB
119
120Step 0 : FROM kolab/base:latest
121 ---> 2e19a966cccb
122Step 1 : RUN yum -y install cyrus-imapd kolab-saslauthd && yum clean all
123 ---> Using cache
124 ---> a5885e34c05a
125Step 2 : EXPOSE 110 143 993 995 4190
126 ---> Using cache
127 ---> 80ad166f0763
128Step 3 : CMD /usr/lib/cyrus-imapd/cyrus-master -L /dev/null
129 ---> Using cache
130 ---> c0b914bfcb44
131Successfully built c0b914bfcb44
132== ./01-base-ldap ==
133Sending build context to Docker daemon 9.216 kB
134Sending build context to Docker daemon 9.216 kB
135
136Step 0 : FROM kolab/base:latest
137 ---> 2e19a966cccb
138Step 1 : RUN yum -y --setopt tsflags= install kolab-schema && yum -y install kolab-ldap net-tools && yum clean all
139 ---> Using cache
140 ---> 81915830348f
141Step 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
142 ---> Using cache
143 ---> 540a66310dc6
144Step 3 : ADD /template.ldif /usr/share/dirsrv/data/template.ldif
145 ---> Using cache
146 ---> 8d2cfe5f91b5
147Step 4 : RUN mkdir -p /run/lock
148 ---> Using cache
149 ---> 3caa95184a36
150Step 5 : RUN ln -sf /bin/true /sbin/semanage
151 ---> Using cache
152 ---> 67c89299b70d
153Step 6 : RUN ln -sf /bin/true /bin/systemctl
154 ---> Using cache
155 ---> ec42ec83895a
156Step 7 : VOLUME /data
157 ---> Using cache
158 ---> 13534ab7d655
159Step 8 : EXPOSE 389 636
160 ---> Using cache
161 ---> 30f0b219f892
162Successfully built 30f0b219f892
163== ./01-base-mx ==
164Sending build context to Docker daemon 2.048 kB
165Sending build context to Docker daemon 2.048 kB
166
167Step 0 : FROM kolab/base:latest
168 ---> 2e19a966cccb
169Step 1 : RUN yum -y install postfix postfix-kolab && yum clean all
170 ---> Using cache
171 ---> ee4f06c3de7e
172Step 2 : VOLUME /data
173 ---> Using cache
174 ---> 9f74e7d3405f
175Successfully built 9f74e7d3405f
176== ./01-base-nodejs ==
177Sending build context to Docker daemon 3.072 kB
178Sending build context to Docker daemon 3.072 kB
179
180Step 0 : FROM kolab/base:latest
181 ---> 2e19a966cccb
182Step 1 : ENV NODE_VERSION 0.12.8
183 ---> Using cache
184 ---> 5784e251ea5f
185Step 2 : RUN yum -y install bzip2 gcc-c++ libjpeg-turbo-utils libpng-devel make nodejs npm tar && yum clean all
186 ---> Using cache
187 ---> 33154d19afae
188Step 3 : RUN npm config set registry http://registry.npmjs.org/
189 ---> Using cache
190 ---> 192cceca1a63
191Step 4 : RUN npm update --verbose -g node-gyp npm && npm install --verbose -g bower && rm -rf /root/.npm/
192 ---> Using cache
193 ---> 2cb21f4fe69d
194Successfully built 2cb21f4fe69d
195== ./01-base-web ==
196Sending build context to Docker daemon 2.048 kB
197Sending build context to Docker daemon 2.048 kB
198
199Step 0 : FROM kolab/base:latest
200 ---> 2e19a966cccb
201Step 1 : RUN yum -y install httpd php mod_ssl && yum clean all
202 ---> Using cache
203 ---> f6e2cfbf97a6
204Step 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
205 ---> Using cache
206 ---> 109147b2941d
207Step 3 : EXPOSE 80 443
208 ---> Using cache
209 ---> bc92c2e4175b
210Step 4 : CMD /usr/sbin/httpd -DFOREGROUND
211 ---> Using cache
212 ---> e7521c07d33e
213Successfully built e7521c07d33e
214== ./02-base-web-rc ==
215Sending build context to Docker daemon 2.048 kB
216Sending build context to Docker daemon 2.048 kB
217
218Step 0 : FROM kolab/base-web:latest
219 ---> e7521c07d33e
220Step 1 : RUN yum -y install libcalendaring libkolab libkolabxml php-kolab php-kolabformat && yum -y --setopt tsflags= install roundcubemail && yum clean all
221 ---> Using cache
222 ---> 38f04a91d09d
223Successfully built 38f04a91d09d
224== ./03-asav-in ==
225Sending build context to Docker daemon 2.048 kB
226Sending build context to Docker daemon 2.048 kB
227
228Step 0 : FROM kolab/base-asav:latest
229 ---> 66cdae299b1a
230Step 1 : ENV KOLAB_ROLE ASAV_IN
231 ---> Using cache
232 ---> e3ca980c8d1f
233Successfully built e3ca980c8d1f
234== ./03-asav-out ==
235Sending build context to Docker daemon 2.048 kB
236Sending build context to Docker daemon 2.048 kB
237
238Step 0 : FROM kolab/base-asav:latest
239 ---> 66cdae299b1a
240Step 1 : ENV KOLAB_ROLE ASAV_OUT
241 ---> Using cache
242 ---> 9ce908a15ffe
243Successfully built 9ce908a15ffe
244== ./03-chwala ==
245Sending build context to Docker daemon 3.072 kB
246Sending build context to Docker daemon 3.072 kB
247
248Step 0 : FROM kolab/base-web-rc:latest
249 ---> 38f04a91d09d
250Step 1 : RUN yum -y install chwala && yum clean all
251 ---> Using cache
252 ---> fb9fcf968932
253Step 2 : ADD /entrypoint.sh /entrypoint.sh
254 ---> Using cache
255 ---> 6df2cb49a79e
256Step 3 : RUN chmod a+x /entrypoint.sh
257 ---> Using cache
258 ---> dfb948aa5223
259Successfully built dfb948aa5223
260== ./03-ext-mx-in ==
261Sending build context to Docker daemon 5.12 kB
262Sending build context to Docker daemon 5.12 kB
263
264Step 0 : FROM kolab/base-mx:latest
265 ---> 9f74e7d3405f
266Step 1 : EXPOSE 25 10025
267 ---> Using cache
268 ---> 199dc301e689
269Step 2 : ADD /entrypoint.sh /entrypoint.sh
270 ---> Using cache
271 ---> 8b9744788d5f
272Step 3 : RUN chmod a+x /entrypoint.sh
273 ---> Using cache
274 ---> 3b47794c89e6
275Step 4 : CMD /usr/libexec/postfix/master -D
276 ---> Using cache
277 ---> 481de1562e89
278Successfully built 481de1562e89
279== ./03-ext-mx-out ==
280Sending build context to Docker daemon 4.608 kB
281Sending build context to Docker daemon 4.608 kB
282
283Step 0 : FROM kolab/base-mx:latest
284 ---> 9f74e7d3405f
285Step 1 : EXPOSE 25 10025
286 ---> Using cache
287 ---> 199dc301e689
288Step 2 : ADD /entrypoint.sh /entrypoint.sh
289 ---> Using cache
290 ---> 0b8c06c63421
291Step 3 : RUN chmod a+x /entrypoint.sh
292 ---> Using cache
293 ---> 13b17e5cc5d2
294Step 4 : CMD /usr/libexec/postfix/master -D
295 ---> Using cache
296 ---> 5d7430bae3f6
297Successfully built 5d7430bae3f6
298== ./03-freebusy ==
299Sending build context to Docker daemon 3.072 kB
300Sending build context to Docker daemon 3.072 kB
301
302Step 0 : FROM kolab/base-web-rc:latest
303 ---> 38f04a91d09d
304Step 1 : RUN yum -y install kolab-freebusy && yum clean all
305 ---> Using cache
306 ---> 58b217acbe86
307Step 2 : ADD /entrypoint.sh /entrypoint.sh
308 ---> Using cache
309 ---> f52403ae0e44
310Step 3 : RUN chmod a+x /entrypoint.sh
311 ---> Using cache
312 ---> fdfed9b8920d
313Successfully built fdfed9b8920d
314== ./03-guam ==
315Sending build context to Docker daemon 8.192 kB
316Sending build context to Docker daemon 8.192 kB
317
318Step 0 : FROM kolab/base:latest
319 ---> 2e19a966cccb
320Step 1 : ENV GUAM_BRANCH master
321 ---> Using cache
322 ---> a5297b3a0ac7
323Step 2 : RUN yum -y install erlang-eimap erlang-erts erlang-goldrush erlang-lager erlang-rebar make && yum clean all
324 ---> Using cache
325 ---> f15641fa9bea
326Step 3 : RUN git clone -b ${GUAM_BRANCH} https://git.kolab.org/diffusion/G/guam.git /root/guam.git
327 ---> Using cache
328 ---> 8685067faf47
329Step 4 : WORKDIR /root/guam.git/
330 ---> Using cache
331 ---> ecd25cf13b4a
332Step 5 : RUN timeout 60s rebar get-deps
333 ---> Using cache
334 ---> 988c02fae972
335Step 6 : RUN timeout 60s rebar compile
336 ---> Using cache
337 ---> 1ba54c98564c
338Step 7 : RUN timeout 60s rebar eunit
339 ---> Using cache
340 ---> b413bb074dec
341Step 8 : RUN mkdir -p deps
342 ---> Using cache
343 ---> 569815ef6aaa
344Step 9 : WORKDIR /root/guam.git/rel/
345 ---> Using cache
346 ---> 4e4883eff7ed
347Step 10 : RUN timeout 60s rebar generate
348 ---> Using cache
349 ---> 73e56d274452
350Step 11 : WORKDIR /root/guam.git/
351 ---> Using cache
352 ---> 178cc69f81dd
353Step 12 : ADD /entrypoint.sh /entrypoint.sh
354 ---> Using cache
355 ---> d9a329c58562
356Step 13 : RUN chmod a+x /entrypoint.sh
357 ---> Using cache
358 ---> 025874c69881
359Step 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/*/)/.
360 ---> Using cache
361 ---> 71c4e0aec8a9
362Step 15 : EXPOSE 143 993
363 ---> Using cache
364 ---> c6438625d581
365Step 16 : CMD rel/kolab_guam/bin/kolab_guam foreground
366 ---> Using cache
367 ---> 2cfd8eec2074
368Successfully built 2cfd8eec2074
369== ./03-http-prx ==
370Sending build context to Docker daemon 2.048 kB
371Sending build context to Docker daemon 2.048 kB
372
373Step 0 : FROM microwebapps/haproxy-frontend-atomicapp:latest
374 ---> 30e350ecefaa
375Successfully built 30e350ecefaa
376== ./03-imapb ==
377Sending build context to Docker daemon 3.072 kB
378Sending build context to Docker daemon 3.072 kB
379
380Step 0 : FROM kolab/base-imap:latest
381 ---> c0b914bfcb44
382Step 1 : VOLUME /data
383 ---> Using cache
384 ---> 00ed16e205e6
385Step 2 : ADD /entrypoint.sh /entrypoint.sh
386 ---> Using cache
387 ---> 267de5afec51
388Step 3 : RUN chmod a+x /entrypoint.sh
389 ---> Using cache
390 ---> de471a857855
391Successfully built de471a857855
392== ./03-imapf-ext ==
393Sending build context to Docker daemon 8.704 kB
394Sending build context to Docker daemon 8.704 kB
395
396Step 0 : FROM kolab/base-imap:latest
397 ---> c0b914bfcb44
398Step 1 : ADD /entrypoint.sh /entrypoint.sh
399 ---> Using cache
400 ---> 20c79e6b4c9d
401Step 2 : RUN chmod a+x /entrypoint.sh
402 ---> Using cache
403 ---> 8dbfd27dd46a
404Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
405 ---> Using cache
406 ---> e004ea9831d3
407Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
408 ---> Using cache
409 ---> 58b8f47e2474
410Successfully built 58b8f47e2474
411== ./03-imapf-int ==
412Sending build context to Docker daemon 8.704 kB
413Sending build context to Docker daemon 8.704 kB
414
415Step 0 : FROM kolab/base-imap:latest
416 ---> c0b914bfcb44
417Step 1 : ADD /entrypoint.sh /entrypoint.sh
418 ---> Using cache
419 ---> 20c79e6b4c9d
420Step 2 : RUN chmod a+x /entrypoint.sh
421 ---> Using cache
422 ---> 8dbfd27dd46a
423Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
424 ---> Using cache
425 ---> e004ea9831d3
426Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
427 ---> Using cache
428 ---> 58b8f47e2474
429Successfully built 58b8f47e2474
430== ./03-imap-mupdate ==
431Sending build context to Docker daemon 8.192 kB
432Sending build context to Docker daemon 8.192 kB
433
434Step 0 : FROM kolab/base-imap:latest
435 ---> c0b914bfcb44
436Step 1 : ADD /entrypoint.sh /entrypoint.sh
437 ---> Using cache
438 ---> 856f6ddcff0c
439Step 2 : RUN chmod a+x /entrypoint.sh
440 ---> Using cache
441 ---> 8b3b7fa579cf
442Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
443 ---> Using cache
444 ---> 998272d902e0
445Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
446 ---> Using cache
447 ---> 6a46d23a764a
448Successfully built 6a46d23a764a
449== ./03-int-mx ==
450Sending build context to Docker daemon 5.12 kB
451Sending build context to Docker daemon 5.12 kB
452
453Step 0 : FROM kolab/base-mx:latest
454 ---> 9f74e7d3405f
455Step 1 : EXPOSE 25 587
456 ---> Using cache
457 ---> 8d27ab10f7b2
458Step 2 : ADD /entrypoint.sh /entrypoint.sh
459 ---> Using cache
460 ---> 0fb733f3b52e
461Step 3 : RUN chmod a+x /entrypoint.sh
462 ---> Using cache
463 ---> 2b1c076650cd
464Step 4 : CMD /usr/libexec/postfix/master -D
465 ---> Using cache
466 ---> 32455cb41e71
467Successfully built 32455cb41e71
468== ./03-irony ==
469Sending build context to Docker daemon 3.072 kB
470Sending build context to Docker daemon 3.072 kB
471
472Step 0 : FROM kolab/base-web-rc:latest
473 ---> 38f04a91d09d
474Step 1 : RUN yum -y install iRony && yum clean all
475 ---> Using cache
476 ---> ccd1cf269f1d
477Step 2 : ADD /entrypoint.sh /entrypoint.sh
478 ---> Using cache
479 ---> 6945f2ead720
480Step 3 : RUN chmod a+x /entrypoint.sh
481 ---> Using cache
482 ---> 3d7c210f1134
483Successfully built 3d7c210f1134
484== ./03-jmap-proxy ==
485Sending build context to Docker daemon 13.31 kB
486Sending build context to Docker daemon 13.31 kB
487
488Step 0 : FROM docker.io/library/centos:centos7
489 ---> 14dab3d40372
490Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
491 ---> Running in 83db1605f21e
492 ---> 8021c25acc49
493Removing intermediate container 83db1605f21e
494Step 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
495 ---> Running in b6836476ff0f
496Loaded plugins: fastestmirror
497Determining fastest mirrors
498 * base: mirror.jgotteswinter.com
499 * extras: mirror.de.leaseweb.net
500 * updates: centos.mirrors.as250.net
501Resolving Dependencies
502--> Running transaction check
503---> Package epel-release.noarch 0:7-5 will be installed
504--> Finished Dependency Resolution
505
506Dependencies Resolved
507
508================================================================================
509 Package Arch Version Repository Size
510================================================================================
511Installing:
512 epel-release noarch 7-5 extras 14 k
513
514Transaction Summary
515================================================================================
516Install 1 Package
517
518Total download size: 14 k
519Installed size: 24 k
520Downloading packages:
521warning: /var/cache/yum/x86_64/7/extras/packages/epel-release-7-5.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
522Public key for epel-release-7-5.noarch.rpm is not installed
523Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
524Importing GPG key 0xF4A80EB5:
525 Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
526 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
527 Package : centos-release-7-2.1511.el7.centos.2.10.x86_64 (@CentOS)
528 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
529Running transaction check
530Running transaction test
531Transaction test succeeded
532Running transaction
533 Installing : epel-release-7-5.noarch 1/1
534 Verifying : epel-release-7-5.noarch 1/1
535
536Installed:
537 epel-release.noarch 0:7-5
538
539Complete!
540Loaded plugins: fastestmirror
541Loading mirror speeds from cached hostfile
542 * base: mirror.jgotteswinter.com
543 * epel: mirror.datacenter.by
544 * extras: mirror.de.leaseweb.net
545 * updates: centos.mirrors.as250.net
546No package perl-HTML-Strip available.
547No package perl-Image-Size available.
548No package perl-Object-Event available.
549Resolving Dependencies
550--> Running transaction check
551---> Package bodhi-client.noarch 0:0.9.8-4.el7 will be installed
552--> Processing Dependency: python-fedora >= 0.3.5 for package: bodhi-client-0.9.8-4.el7.noarch
553--> Processing Dependency: python-kitchen for package: bodhi-client-0.9.8-4.el7.noarch
554---> Package bzr.x86_64 0:2.5.1-14.el7 will be installed
555---> Package cvs.x86_64 0:1.11.23-35.el7 will be installed
556---> Package fedora-easy-karma.noarch 0:0-0.26.20150921gitc932687a.el7 will be installed
557--> Processing Dependency: fedora-cert for package: fedora-easy-karma-0-0.26.20150921gitc932687a.el7.noarch
558---> Package fedora-packager.noarch 0:0.5.10.5-1.el7 will be installed
559--> Processing Dependency: fedpkg >= 1.0 for package: fedora-packager-0.5.10.5-1.el7.noarch
560--> Processing Dependency: ykpers for package: fedora-packager-0.5.10.5-1.el7.noarch
561--> Processing Dependency: rpmlint for package: fedora-packager-0.5.10.5-1.el7.noarch
562--> Processing Dependency: redhat-rpm-config for package: fedora-packager-0.5.10.5-1.el7.noarch
563--> Processing Dependency: pyOpenSSL for package: fedora-packager-0.5.10.5-1.el7.noarch
564--> Processing Dependency: packagedb-cli for package: fedora-packager-0.5.10.5-1.el7.noarch
565--> Processing Dependency: openssh-clients for package: fedora-packager-0.5.10.5-1.el7.noarch
566---> Package gcc.x86_64 0:4.8.5-4.el7 will be installed
567--> Processing Dependency: libgomp = 4.8.5-4.el7 for package: gcc-4.8.5-4.el7.x86_64
568--> Processing Dependency: cpp = 4.8.5-4.el7 for package: gcc-4.8.5-4.el7.x86_64
569--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-4.el7.x86_64
570--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-4.el7.x86_64
571--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-4.el7.x86_64
572--> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-4.el7.x86_64
573---> Package git.x86_64 0:1.8.3.1-6.el7 will be installed
574--> Processing Dependency: perl-Git = 1.8.3.1-6.el7 for package: git-1.8.3.1-6.el7.x86_64
575--> Processing Dependency: perl >= 5.008 for package: git-1.8.3.1-6.el7.x86_64
576--> Processing Dependency: rsync for package: git-1.8.3.1-6.el7.x86_64
577--> Processing Dependency: perl(warnings) for package: git-1.8.3.1-6.el7.x86_64
578--> Processing Dependency: perl(vars) for package: git-1.8.3.1-6.el7.x86_64
579--> Processing Dependency: perl(strict) for package: git-1.8.3.1-6.el7.x86_64
580--> Processing Dependency: perl(lib) for package: git-1.8.3.1-6.el7.x86_64
581--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-6.el7.x86_64
582--> Processing Dependency: perl(Git) for package: git-1.8.3.1-6.el7.x86_64
583--> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-6.el7.x86_64
584--> Processing Dependency: perl(File::stat) for package: git-1.8.3.1-6.el7.x86_64
585--> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-6.el7.x86_64
586--> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-6.el7.x86_64
587--> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-6.el7.x86_64
588--> Processing Dependency: perl(File::Find) for package: git-1.8.3.1-6.el7.x86_64
589--> Processing Dependency: perl(File::Copy) for package: git-1.8.3.1-6.el7.x86_64
590--> Processing Dependency: perl(File::Basename) for package: git-1.8.3.1-6.el7.x86_64
591--> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-6.el7.x86_64
592--> Processing Dependency: perl(Error) for package: git-1.8.3.1-6.el7.x86_64
593--> Processing Dependency: less for package: git-1.8.3.1-6.el7.x86_64
594--> Processing Dependency: /usr/bin/perl for package: git-1.8.3.1-6.el7.x86_64
595--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-6.el7.x86_64
596---> Package koji.noarch 0:1.10.1-1.el7.centos will be installed
597--> Processing Dependency: python-krbV >= 1.0.13 for package: koji-1.10.1-1.el7.centos.noarch
598---> Package libuuid-devel.x86_64 0:2.23.2-26.el7 will be installed
599---> Package mercurial.x86_64 0:2.6.2-4.el7 will be installed
600---> Package mock.noarch 0:1.2.13-2.el7.centos will be installed
601--> Processing Dependency: yum-utils for package: mock-1.2.13-2.el7.centos.noarch
602--> Processing Dependency: usermode for package: mock-1.2.13-2.el7.centos.noarch
603--> Processing Dependency: python-six for package: mock-1.2.13-2.el7.centos.noarch
604--> Processing Dependency: python-requests for package: mock-1.2.13-2.el7.centos.noarch
605--> Processing Dependency: pigz for package: mock-1.2.13-2.el7.centos.noarch
606--> Processing Dependency: createrepo_c for package: mock-1.2.13-2.el7.centos.noarch
607--> Processing Dependency: btrfs-progs for package: mock-1.2.13-2.el7.centos.noarch
608---> Package net-tools.x86_64 0:2.0-0.17.20131004git.el7 will be installed
609---> Package nginx.x86_64 1:1.6.3-7.el7 will be installed
610--> Processing Dependency: nginx-filesystem = 1:1.6.3-7.el7 for package: 1:nginx-1.6.3-7.el7.x86_64
611--> Processing Dependency: perl(constant) for package: 1:nginx-1.6.3-7.el7.x86_64
612--> Processing Dependency: openssl for package: 1:nginx-1.6.3-7.el7.x86_64
613--> Processing Dependency: nginx-filesystem for package: 1:nginx-1.6.3-7.el7.x86_64
614--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.18)(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
615--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
616--> Processing Dependency: gd for package: 1:nginx-1.6.3-7.el7.x86_64
617--> Processing Dependency: GeoIP for package: 1:nginx-1.6.3-7.el7.x86_64
618--> Processing Dependency: libxslt.so.1()(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
619--> Processing Dependency: libprofiler.so.0()(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
620--> Processing Dependency: libperl.so()(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
621--> Processing Dependency: libgd.so.2()(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
622--> Processing Dependency: libexslt.so.0()(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
623--> Processing Dependency: libGeoIP.so.1()(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
624---> Package perl-AnyEvent-HTTP.noarch 0:2.22-1.el7 will be installed
625--> Processing Dependency: perl(AnyEvent) >= 5.0 for package: perl-AnyEvent-HTTP-2.22-1.el7.noarch
626--> Processing Dependency: perl(common::sense) for package: perl-AnyEvent-HTTP-2.22-1.el7.noarch
627--> Processing Dependency: perl(AnyEvent::Util) for package: perl-AnyEvent-HTTP-2.22-1.el7.noarch
628--> Processing Dependency: perl(AnyEvent::Handle) for package: perl-AnyEvent-HTTP-2.22-1.el7.noarch
629---> Package perl-Archive-Tar.noarch 0:1.92-2.el7 will be installed
630--> Processing Dependency: perl(IO::Zlib) >= 1.01 for package: perl-Archive-Tar-1.92-2.el7.noarch
631--> Processing Dependency: perl(Compress::Zlib) >= 2.015 for package: perl-Archive-Tar-1.92-2.el7.noarch
632--> Processing Dependency: perl(Pod::Usage) for package: perl-Archive-Tar-1.92-2.el7.noarch
633--> Processing Dependency: perl(Package::Constants) for package: perl-Archive-Tar-1.92-2.el7.noarch
634--> Processing Dependency: perl(IO::Zlib) for package: perl-Archive-Tar-1.92-2.el7.noarch
635--> Processing Dependency: perl(Data::Dumper) for package: perl-Archive-Tar-1.92-2.el7.noarch
636--> Processing Dependency: perl(Carp) for package: perl-Archive-Tar-1.92-2.el7.noarch
637---> Package perl-CPAN.noarch 0:1.9800-286.el7 will be installed
638--> Processing Dependency: perl(local::lib) for package: perl-CPAN-1.9800-286.el7.noarch
639--> Processing Dependency: perl(Text::ParseWords) for package: perl-CPAN-1.9800-286.el7.noarch
640--> Processing Dependency: perl(Digest::SHA) for package: perl-CPAN-1.9800-286.el7.noarch
641---> Package perl-CPAN-Meta.noarch 0:2.120921-5.el7 will be installed
642--> Processing Dependency: perl(version) >= 0.88 for package: perl-CPAN-Meta-2.120921-5.el7.noarch
643--> Processing Dependency: perl(Scalar::Util) for package: perl-CPAN-Meta-2.120921-5.el7.noarch
644---> Package perl-CPAN-Meta-Requirements.noarch 0:2.122-7.el7 will be installed
645---> Package perl-CPAN-Meta-YAML.noarch 0:0.008-14.el7 will be installed
646---> Package perl-DBD-SQLite.x86_64 0:1.39-3.el7 will be installed
647---> Package perl-DBI.x86_64 0:1.627-4.el7 will be installed
648--> Processing Dependency: perl(RPC::PlServer) >= 0.2001 for package: perl-DBI-1.627-4.el7.x86_64
649--> Processing Dependency: perl(RPC::PlClient) >= 0.2000 for package: perl-DBI-1.627-4.el7.x86_64
650--> Processing Dependency: perl(Storable) for package: perl-DBI-1.627-4.el7.x86_64
651---> Package perl-Data-UUID.x86_64 0:1.219-3.el7 will be installed
652--> Processing Dependency: perl(Digest::MD5) for package: perl-Data-UUID-1.219-3.el7.x86_64
653---> Package perl-DateTime.x86_64 2:1.04-5.el7 will be installed
654--> Processing Dependency: perl(Params::Validate) >= 0.76 for package: 2:perl-DateTime-1.04-5.el7.x86_64
655--> Processing Dependency: perl(DateTime::TimeZone) >= 1.09 for package: 2:perl-DateTime-1.04-5.el7.x86_64
656--> Processing Dependency: perl(DateTime::Locale) >= 0.41 for package: 2:perl-DateTime-1.04-5.el7.x86_64
657--> Processing Dependency: perl(Try::Tiny) for package: 2:perl-DateTime-1.04-5.el7.x86_64
658---> Package perl-Email-Address.noarch 0:1.898-3.el7 will be installed
659---> Package perl-Email-MIME.noarch 0:1.926-1.el7 will be installed
660--> Processing Dependency: perl(MIME::Types) >= 1.13 for package: perl-Email-MIME-1.926-1.el7.noarch
661--> Processing Dependency: perl(Encode) >= 1.9801 for package: perl-Email-MIME-1.926-1.el7.noarch
662--> Processing Dependency: perl(Email::Simple) >= 2.102 for package: perl-Email-MIME-1.926-1.el7.noarch
663--> Processing Dependency: perl(Email::MIME::Encodings) >= 1.314 for package: perl-Email-MIME-1.926-1.el7.noarch
664--> Processing Dependency: perl(Email::MIME::ContentType) >= 1.016 for package: perl-Email-MIME-1.926-1.el7.noarch
665--> Processing Dependency: perl(parent) for package: perl-Email-MIME-1.926-1.el7.noarch
666--> Processing Dependency: perl(Encode) for package: perl-Email-MIME-1.926-1.el7.noarch
667--> Processing Dependency: perl(Email::Simple::Header) for package: perl-Email-MIME-1.926-1.el7.noarch
668--> Processing Dependency: perl(Email::Simple::Creator) for package: perl-Email-MIME-1.926-1.el7.noarch
669--> Processing Dependency: perl(Email::MessageID) for package: perl-Email-MIME-1.926-1.el7.noarch
670---> Package perl-ExtUtils-CBuilder.noarch 1:0.28.2.6-286.el7 will be installed
671--> Processing Dependency: perl-devel for package: 1:perl-ExtUtils-CBuilder-0.28.2.6-286.el7.noarch
672--> Processing Dependency: perl(Perl::OSType) for package: 1:perl-ExtUtils-CBuilder-0.28.2.6-286.el7.noarch
673--> Processing Dependency: perl(IPC::Cmd) for package: 1:perl-ExtUtils-CBuilder-0.28.2.6-286.el7.noarch
674---> Package perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7 will be installed
675--> Processing Dependency: perl(Test::Harness) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
676--> Processing Dependency: perl(Pod::Man) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
677--> Processing Dependency: perl(ExtUtils::Packlist) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
678--> Processing Dependency: perl(ExtUtils::Manifest) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
679--> Processing Dependency: perl(ExtUtils::Installed) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
680--> Processing Dependency: perl(ExtUtils::Install) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
681---> Package perl-HTML-Parser.x86_64 0:3.71-4.el7 will be installed
682--> Processing Dependency: perl(HTML::Tagset) >= 3 for package: perl-HTML-Parser-3.71-4.el7.x86_64
683--> Processing Dependency: perl(URI) for package: perl-HTML-Parser-3.71-4.el7.x86_64
684--> Processing Dependency: perl(HTTP::Headers) for package: perl-HTML-Parser-3.71-4.el7.x86_64
685---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
686--> Processing Dependency: perl(Time::Local) for package: perl-HTTP-Tiny-0.033-3.el7.noarch
687---> Package perl-IO-Socket-SSL.noarch 0:1.94-3.el7 will be installed
688--> Processing Dependency: perl(Socket) >= 1.95 for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
689--> Processing Dependency: perl(Net::SSLeay) >= 1.21 for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
690--> Processing Dependency: perl(IO::Socket::IP) >= 0.20 for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
691--> Processing Dependency: perl(Net::SSLeay) for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
692--> Processing Dependency: perl(Net::LibIDN) for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
693---> Package perl-JSON.noarch 0:2.59-2.el7 will be installed
694---> Package perl-JSON-PP.noarch 0:2.27202-2.el7 will be installed
695---> Package perl-JSON-XS.x86_64 1:3.01-2.el7 will be installed
696--> Processing Dependency: perl(Types::Serialiser) for package: 1:perl-JSON-XS-3.01-2.el7.x86_64
697---> Package perl-Locale-Maketext-Gettext.noarch 0:1.27-13.el7 will be installed
698--> Processing Dependency: perl(Locale::Maketext) for package: perl-Locale-Maketext-Gettext-1.27-13.el7.noarch
699---> Package perl-Parse-CPAN-Meta.noarch 1:1.4404-5.el7 will be installed
700---> Package perl-Switch.noarch 0:2.16-7.el7 will be installed
701--> Processing Dependency: perl(Filter::Util::Call) for package: perl-Switch-2.16-7.el7.noarch
702---> Package rpm-build.x86_64 0:4.11.3-17.el7 will be installed
703--> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-17.el7.x86_64
704--> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-17.el7.x86_64
705--> Processing Dependency: unzip for package: rpm-build-4.11.3-17.el7.x86_64
706--> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-17.el7.x86_64
707--> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-17.el7.x86_64
708--> Processing Dependency: file for package: rpm-build-4.11.3-17.el7.x86_64
709--> Processing Dependency: bzip2 for package: rpm-build-4.11.3-17.el7.x86_64
710--> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-17.el7.x86_64
711---> Package rpmdevtools.noarch 0:8.3-5.el7 will be installed
712--> Processing Dependency: emacs-filesystem for package: rpmdevtools-8.3-5.el7.noarch
713--> Processing Dependency: /usr/bin/man for package: rpmdevtools-8.3-5.el7.noarch
714---> Package screen.x86_64 0:4.1.0-0.21.20120314git3c2946.el7 will be installed
715---> Package vim-enhanced.x86_64 2:7.4.160-1.el7 will be installed
716--> Processing Dependency: vim-common = 2:7.4.160-1.el7 for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
717--> Processing Dependency: which for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
718--> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
719--> Running transaction check
720---> Package GeoIP.x86_64 0:1.5.0-9.el7 will be installed
721---> Package btrfs-progs.x86_64 0:3.19.1-1.el7 will be installed
722--> Processing Dependency: liblzo2.so.2()(64bit) for package: btrfs-progs-3.19.1-1.el7.x86_64
723--> Processing Dependency: libext2fs.so.2()(64bit) for package: btrfs-progs-3.19.1-1.el7.x86_64
724---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
725---> Package cpp.x86_64 0:4.8.5-4.el7 will be installed
726---> Package createrepo_c.x86_64 0:0.9.0-1.el7.centos will be installed
727--> Processing Dependency: createrepo_c-libs = 0.9.0-1.el7.centos for package: createrepo_c-0.9.0-1.el7.centos.x86_64
728--> Processing Dependency: libcreaterepo_c.so.0()(64bit) for package: createrepo_c-0.9.0-1.el7.centos.x86_64
729---> Package elfutils.x86_64 0:0.163-3.el7 will be installed
730---> Package emacs-filesystem.noarch 1:24.3-18.el7 will be installed
731---> Package fedora-cert.noarch 0:0.5.10.5-1.el7 will be installed
732---> Package fedpkg.noarch 0:1.20-1.el7 will be installed
733--> Processing Dependency: pyrpkg >= 1.33 for package: fedpkg-1.20-1.el7.noarch
734---> Package file.x86_64 0:5.11-31.el7 will be installed
735---> Package gd.x86_64 0:2.0.35-26.el7 will be installed
736--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: gd-2.0.35-26.el7.x86_64
737--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: gd-2.0.35-26.el7.x86_64
738--> Processing Dependency: libpng15.so.15()(64bit) for package: gd-2.0.35-26.el7.x86_64
739--> Processing Dependency: libjpeg.so.62()(64bit) for package: gd-2.0.35-26.el7.x86_64
740--> Processing Dependency: libfreetype.so.6()(64bit) for package: gd-2.0.35-26.el7.x86_64
741--> Processing Dependency: libfontconfig.so.1()(64bit) for package: gd-2.0.35-26.el7.x86_64
742--> Processing Dependency: libXpm.so.4()(64bit) for package: gd-2.0.35-26.el7.x86_64
743--> Processing Dependency: libX11.so.6()(64bit) for package: gd-2.0.35-26.el7.x86_64
744---> Package gdb.x86_64 0:7.6.1-80.el7 will be installed
745---> Package glibc-devel.x86_64 0:2.17-106.el7_2.1 will be installed
746--> Processing Dependency: glibc-headers = 2.17-106.el7_2.1 for package: glibc-devel-2.17-106.el7_2.1.x86_64
747--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-106.el7_2.1.x86_64
748---> Package gperftools-libs.x86_64 0:2.4-7.el7 will be installed
749--> Processing Dependency: libunwind.so.8()(64bit) for package: gperftools-libs-2.4-7.el7.x86_64
750---> Package gpm-libs.x86_64 0:1.20.7-5.el7 will be installed
751---> Package less.x86_64 0:458-9.el7 will be installed
752--> Processing Dependency: groff-base for package: less-458-9.el7.x86_64
753---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed
754---> Package libgomp.x86_64 0:4.8.5-4.el7 will be installed
755---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
756---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
757---> Package man-db.x86_64 0:2.6.3-9.el7 will be installed
758--> Processing Dependency: libpipeline.so.1()(64bit) for package: man-db-2.6.3-9.el7.x86_64
759---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
760---> Package nginx-filesystem.noarch 1:1.6.3-7.el7 will be installed
761---> Package openssh-clients.x86_64 0:6.6.1p1-22.el7 will be installed
762--> Processing Dependency: openssh = 6.6.1p1-22.el7 for package: openssh-clients-6.6.1p1-22.el7.x86_64
763--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-6.6.1p1-22.el7.x86_64
764--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-6.6.1p1-22.el7.x86_64
765--> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-6.6.1p1-22.el7.x86_64
766---> Package openssl.x86_64 1:1.0.1e-51.el7_2.1 will be installed
767--> Processing Dependency: make for package: 1:openssl-1.0.1e-51.el7_2.1.x86_64
768---> Package packagedb-cli.noarch 0:2.8.2-1.el7 will be installed
769--> Processing Dependency: python-setuptools for package: packagedb-cli-2.8.2-1.el7.noarch
770--> Processing Dependency: python-bugzilla for package: packagedb-cli-2.8.2-1.el7.noarch
771--> Processing Dependency: python-beautifulsoup4 for package: packagedb-cli-2.8.2-1.el7.noarch
772---> Package patch.x86_64 0:2.7.1-8.el7 will be installed
773---> Package perl.x86_64 4:5.16.3-286.el7 will be installed
774--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-286.el7.x86_64
775--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-286.el7.x86_64
776--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-286.el7.x86_64
777--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-286.el7.x86_64
778--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-286.el7.x86_64
779---> Package perl-AnyEvent.x86_64 0:7.07-3.el7 will be installed
780--> Processing Dependency: perl(Task::Weaken) for package: perl-AnyEvent-7.07-3.el7.x86_64
781---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
782---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
783---> Package perl-DateTime-Locale.noarch 0:0.45-6.el7 will be installed
784--> Processing Dependency: perl(List::MoreUtils) for package: perl-DateTime-Locale-0.45-6.el7.noarch
785---> Package perl-DateTime-TimeZone.noarch 0:1.63-2.el7 will be installed
786--> Processing Dependency: perl(Class::Singleton) >= 1.03 for package: perl-DateTime-TimeZone-1.63-2.el7.noarch
787--> Processing Dependency: perl(Class::Load) for package: perl-DateTime-TimeZone-1.63-2.el7.noarch
788---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
789--> Processing Dependency: perl(Digest::base) >= 1.00 for package: perl-Digest-MD5-2.52-3.el7.x86_64
790---> Package perl-Digest-SHA.x86_64 1:5.85-3.el7 will be installed
791---> Package perl-Email-MIME-ContentType.noarch 0:1.017-1.el7 will be installed
792---> Package perl-Email-MIME-Encodings.noarch 0:1.315-1.el7 will be installed
793---> Package perl-Email-MessageID.noarch 0:1.404-1.el7 will be installed
794---> Package perl-Email-Simple.noarch 0:2.203-1.el7 will be installed
795--> Processing Dependency: perl(Email::Date::Format) for package: perl-Email-Simple-2.203-1.el7.noarch
796---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
797---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
798---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
799---> Package perl-ExtUtils-Install.noarch 0:1.58-286.el7 will be installed
800---> Package perl-ExtUtils-Manifest.noarch 0:1.61-244.el7 will be installed
801---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
802---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
803---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
804---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
805---> Package perl-Git.noarch 0:1.8.3.1-6.el7 will be installed
806---> Package perl-HTML-Tagset.noarch 0:3.20-15.el7 will be installed
807---> Package perl-HTTP-Message.noarch 0:6.06-6.el7 will be installed
808--> Processing Dependency: perl(LWP::MediaTypes) >= 6 for package: perl-HTTP-Message-6.06-6.el7.noarch
809--> Processing Dependency: perl(HTTP::Date) >= 6 for package: perl-HTTP-Message-6.06-6.el7.noarch
810--> Processing Dependency: perl(Encode::Locale) >= 1 for package: perl-HTTP-Message-6.06-6.el7.noarch
811--> Processing Dependency: perl(IO::HTML) for package: perl-HTTP-Message-6.06-6.el7.noarch
812--> Processing Dependency: perl(Compress::Raw::Zlib) for package: perl-HTTP-Message-6.06-6.el7.noarch
813---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
814--> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
815---> Package perl-IO-Socket-IP.noarch 0:0.21-4.el7 will be installed
816---> Package perl-IO-Zlib.noarch 1:1.10-286.el7 will be installed
817---> Package perl-IPC-Cmd.noarch 1:0.80-4.el7 will be installed
818--> Processing Dependency: perl(Params::Check) >= 0.20 for package: 1:perl-IPC-Cmd-0.80-4.el7.noarch
819--> Processing Dependency: perl(Module::Load::Conditional) for package: 1:perl-IPC-Cmd-0.80-4.el7.noarch
820--> Processing Dependency: perl(Locale::Maketext::Simple) for package: 1:perl-IPC-Cmd-0.80-4.el7.noarch
821---> Package perl-Locale-Maketext.noarch 0:1.23-3.el7 will be installed
822---> Package perl-MIME-Types.noarch 0:1.38-2.el7 will be installed
823---> Package perl-Net-LibIDN.x86_64 0:0.12-15.el7 will be installed
824---> Package perl-Net-SSLeay.x86_64 0:1.55-3.el7 will be installed
825---> Package perl-Package-Constants.noarch 1:0.02-286.el7 will be installed
826---> Package perl-Params-Validate.x86_64 0:1.08-4.el7 will be installed
827--> Processing Dependency: perl(Module::Implementation) for package: perl-Params-Validate-1.08-4.el7.x86_64
828---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
829---> Package perl-Perl-OSType.noarch 0:1.003-3.el7 will be installed
830---> Package perl-PlRPC.noarch 0:0.2020-14.el7 will be installed
831--> Processing Dependency: perl(Net::Daemon) >= 0.13 for package: perl-PlRPC-0.2020-14.el7.noarch
832--> Processing Dependency: perl(Net::Daemon::Test) for package: perl-PlRPC-0.2020-14.el7.noarch
833--> Processing Dependency: perl(Net::Daemon::Log) for package: perl-PlRPC-0.2020-14.el7.noarch
834---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
835--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
836---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
837---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed
838---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
839---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
840---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
841---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
842---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
843---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
844---> Package perl-Try-Tiny.noarch 0:0.12-2.el7 will be installed
845---> Package perl-Types-Serialiser.noarch 0:1.0-1.el7 will be installed
846---> Package perl-URI.noarch 0:1.60-9.el7 will be installed
847--> Processing Dependency: perl(Business::ISBN) for package: perl-URI-1.60-9.el7.noarch
848---> Package perl-common-sense.noarch 0:3.6-4.el7 will be installed
849---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
850---> Package perl-devel.x86_64 4:5.16.3-286.el7 will be installed
851--> Processing Dependency: systemtap-sdt-devel for package: 4:perl-devel-5.16.3-286.el7.x86_64
852--> Processing Dependency: perl(ExtUtils::ParseXS) for package: 4:perl-devel-5.16.3-286.el7.x86_64
853--> Processing Dependency: libdb-devel for package: 4:perl-devel-5.16.3-286.el7.x86_64
854--> Processing Dependency: gdbm-devel for package: 4:perl-devel-5.16.3-286.el7.x86_64
855---> Package perl-libs.x86_64 4:5.16.3-286.el7 will be installed
856---> Package perl-local-lib.noarch 0:1.008010-3.el7 will be installed
857---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
858---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
859---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
860---> Package perl-version.x86_64 3:0.99.07-2.el7 will be installed
861---> Package pigz.x86_64 0:2.3.3-1.el7.centos will be installed
862---> Package pyOpenSSL.x86_64 0:0.13.1-3.el7 will be installed
863---> Package python-fedora.noarch 0:0.6.4-1.el7 will be installed
864--> Processing Dependency: python-simplejson for package: python-fedora-0.6.4-1.el7.noarch
865--> Processing Dependency: python-munch for package: python-fedora-0.6.4-1.el7.noarch
866--> Processing Dependency: python-lockfile for package: python-fedora-0.6.4-1.el7.noarch
867---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed
868--> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch
869---> Package python-krbV.x86_64 0:1.0.90-8.el7 will be installed
870---> Package python-requests.noarch 0:2.6.0-1.el7_1 will be installed
871--> Processing Dependency: python-urllib3 >= 1.10.2-1 for package: python-requests-2.6.0-1.el7_1.noarch
872---> Package python-six.noarch 0:1.9.0-2.el7 will be installed
873---> Package redhat-rpm-config.noarch 0:9.1.0-68.el7.centos will be installed
874--> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
875--> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
876--> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
877---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
878--> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
879---> Package rsync.x86_64 0:3.0.9-17.el7 will be installed
880---> Package unzip.x86_64 0:6.0-15.el7 will be installed
881---> Package usermode.x86_64 0:1.111-5.el7 will be installed
882---> Package vim-common.x86_64 2:7.4.160-1.el7 will be installed
883--> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.160-1.el7.x86_64
884---> Package which.x86_64 0:2.20-7.el7 will be installed
885---> Package ykpers.x86_64 0:1.17.2-3.el7 will be installed
886--> Processing Dependency: libyubikey.so.0(YUBIKEY_1.5)(64bit) for package: ykpers-1.17.2-3.el7.x86_64
887--> Processing Dependency: libyubikey.so.0(YUBIKEY_1.0)(64bit) for package: ykpers-1.17.2-3.el7.x86_64
888--> Processing Dependency: libyubikey.so.0()(64bit) for package: ykpers-1.17.2-3.el7.x86_64
889--> Processing Dependency: libusb-1.0.so.0()(64bit) for package: ykpers-1.17.2-3.el7.x86_64
890---> Package yum-utils.noarch 0:1.1.31-34.el7 will be installed
891--> Running transaction check
892---> Package createrepo_c-libs.x86_64 0:0.9.0-1.el7.centos will be installed
893---> Package desktop-file-utils.x86_64 0:0.22-1.el7 will be installed
894---> Package dwz.x86_64 0:0.11-3.el7 will be installed
895---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be installed
896---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed
897--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-5.el7.x86_64
898---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
899--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64
900---> Package freetype.x86_64 0:2.4.11-11.el7 will be installed
901---> Package gdbm-devel.x86_64 0:1.10-8.el7 will be installed
902---> Package glibc-headers.x86_64 0:2.17-106.el7_2.1 will be installed
903--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-106.el7_2.1.x86_64
904--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-106.el7_2.1.x86_64
905---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
906---> Package libX11.x86_64 0:1.6.3-2.el7 will be installed
907--> Processing Dependency: libX11-common >= 1.6.3-2.el7 for package: libX11-1.6.3-2.el7.x86_64
908--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.3-2.el7.x86_64
909---> Package libXpm.x86_64 0:3.5.11-3.el7 will be installed
910---> Package libdb-devel.x86_64 0:5.3.21-19.el7 will be installed
911---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
912---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
913---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed
914---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
915---> Package libunwind.x86_64 0:1.1-5.el7 will be installed
916---> Package libusbx.x86_64 0:1.0.15-4.el7 will be installed
917---> Package libyubikey.x86_64 0:1.13-1.el7 will be installed
918---> Package lzo.x86_64 0:2.06-8.el7 will be installed
919---> Package make.x86_64 1:3.82-21.el7 will be installed
920---> Package openssh.x86_64 0:6.6.1p1-22.el7 will be installed
921---> Package perl-Business-ISBN.noarch 0:2.06-2.el7 will be installed
922--> Processing Dependency: perl(Business::ISBN::Data) >= 20120719.001 for package: perl-Business-ISBN-2.06-2.el7.noarch
923---> Package perl-Class-Load.noarch 0:0.20-3.el7 will be installed
924--> Processing Dependency: perl(Package::Stash) >= 0.14 for package: perl-Class-Load-0.20-3.el7.noarch
925--> Processing Dependency: perl(Module::Runtime) >= 0.012 for package: perl-Class-Load-0.20-3.el7.noarch
926--> Processing Dependency: perl(Module::Runtime) for package: perl-Class-Load-0.20-3.el7.noarch
927--> Processing Dependency: perl(Data::OptList) for package: perl-Class-Load-0.20-3.el7.noarch
928---> Package perl-Class-Singleton.noarch 0:1.4-14.el7 will be installed
929---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
930---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
931---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
932---> Package perl-Email-Date-Format.noarch 0:1.002-15.el7 will be installed
933---> Package perl-Encode-Locale.noarch 0:1.03-5.el7 will be installed
934---> Package perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7 will be installed
935---> Package perl-HTTP-Date.noarch 0:6.02-8.el7 will be installed
936--> Processing Dependency: perl(Time::Zone) for package: perl-HTTP-Date-6.02-8.el7.noarch
937---> Package perl-IO-HTML.noarch 0:1.00-2.el7 will be installed
938---> Package perl-LWP-MediaTypes.noarch 0:6.02-2.el7 will be installed
939--> Processing Dependency: mailcap for package: perl-LWP-MediaTypes-6.02-2.el7.noarch
940---> Package perl-List-MoreUtils.x86_64 0:0.33-9.el7 will be installed
941---> Package perl-Locale-Maketext-Simple.noarch 1:0.21-286.el7 will be installed
942---> Package perl-Module-Implementation.noarch 0:0.06-6.el7 will be installed
943---> Package perl-Module-Load-Conditional.noarch 0:0.54-3.el7 will be installed
944--> Processing Dependency: perl(Module::Metadata) >= 1.000005 for package: perl-Module-Load-Conditional-0.54-3.el7.noarch
945--> Processing Dependency: perl(Module::Load) >= 0.11 for package: perl-Module-Load-Conditional-0.54-3.el7.noarch
946--> Processing Dependency: perl(Module::CoreList) >= 2.22 for package: perl-Module-Load-Conditional-0.54-3.el7.noarch
947---> Package perl-Net-Daemon.noarch 0:0.48-5.el7 will be installed
948---> Package perl-Params-Check.noarch 1:0.38-2.el7 will be installed
949---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
950---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
951--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
952---> Package perl-Task-Weaken.noarch 0:1.04-6.el7 will be installed
953---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
954---> Package perl-macros.x86_64 4:5.16.3-286.el7 will be installed
955---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
956---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
957---> Package pyrpkg.noarch 0:1.35-2.el7 will be installed
958--> Processing Dependency: GitPython >= 0.2.0 for package: pyrpkg-1.35-2.el7.noarch
959--> Processing Dependency: python-osbs for package: pyrpkg-1.35-2.el7.noarch
960---> Package python-beautifulsoup4.noarch 0:4.3.2-1.el7 will be installed
961--> Processing Dependency: python-html5lib for package: python-beautifulsoup4-4.3.2-1.el7.noarch
962---> Package python-bugzilla.noarch 0:1.2.2-1.el7 will be installed
963--> Processing Dependency: python-magic for package: python-bugzilla-1.2.2-1.el7.noarch
964---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be installed
965---> Package python-lockfile.noarch 1:0.9.1-4.el7.centos will be installed
966---> Package python-munch.noarch 0:2.0.2-2.el7.centos will be installed
967---> Package python-setuptools.noarch 0:0.9.8-4.el7 will be installed
968--> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-4.el7.noarch
969---> Package python-simplejson.x86_64 0:3.3.3-1.el7 will be installed
970---> Package python-urllib3.noarch 0:1.10.2-2.el7_1 will be installed
971---> Package systemtap-sdt-devel.x86_64 0:2.8-10.el7 will be installed
972--> Processing Dependency: pyparsing for package: systemtap-sdt-devel-2.8-10.el7.x86_64
973---> Package vim-filesystem.x86_64 2:7.4.160-1.el7 will be installed
974---> Package zip.x86_64 0:3.0-10.el7 will be installed
975--> Running transaction check
976---> Package GitPython.noarch 0:0.3.2-0.6.RC1.el7 will be installed
977--> Processing Dependency: python-gitdb for package: GitPython-0.3.2-0.6.RC1.el7.noarch
978---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed
979---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
980---> Package kernel-headers.x86_64 0:3.10.0-327.3.1.el7 will be installed
981---> Package libX11-common.noarch 0:1.6.3-2.el7 will be installed
982---> Package libxcb.x86_64 0:1.11-4.el7 will be installed
983--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.11-4.el7.x86_64
984---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
985---> Package perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7 will be installed
986---> Package perl-Data-OptList.noarch 0:0.107-9.el7 will be installed
987--> Processing Dependency: perl(Sub::Install) >= 0.921 for package: perl-Data-OptList-0.107-9.el7.noarch
988--> Processing Dependency: perl(Params::Util) for package: perl-Data-OptList-0.107-9.el7.noarch
989---> Package perl-Module-CoreList.noarch 1:2.76.02-286.el7 will be installed
990---> Package perl-Module-Load.noarch 1:0.24-3.el7 will be installed
991---> Package perl-Module-Metadata.noarch 0:1.000018-2.el7 will be installed
992---> Package perl-Module-Runtime.noarch 0:0.013-4.el7 will be installed
993---> Package perl-Package-Stash.noarch 0:0.34-2.el7 will be installed
994--> Processing Dependency: perl(Package::Stash::XS) >= 0.26 for package: perl-Package-Stash-0.34-2.el7.noarch
995--> Processing Dependency: perl(Package::DeprecationManager) for package: perl-Package-Stash-0.34-2.el7.noarch
996---> Package perl-Pod-Escapes.noarch 1:1.04-286.el7 will be installed
997---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
998---> Package pyparsing.noarch 0:1.5.6-9.el7 will be installed
999---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed
1000--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
1001---> Package python-html5lib.noarch 1:0.999-5.el7 will be installed
1002---> Package python-magic.noarch 0:5.11-31.el7 will be installed
1003---> Package python-osbs-client.noarch 0:0.15-1.el7 will be installed
1004--> Processing Dependency: python-dockerfile-parse for package: python-osbs-client-0.15-1.el7.noarch
1005--> Processing Dependency: krb5-workstation for package: python-osbs-client-0.15-1.el7.noarch
1006--> Running transaction check
1007---> Package krb5-workstation.x86_64 0:1.13.2-10.el7 will be installed
1008---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
1009---> Package perl-Package-DeprecationManager.noarch 0:0.13-7.el7 will be installed
1010---> Package perl-Package-Stash-XS.x86_64 0:0.26-3.el7 will be installed
1011---> Package perl-Params-Util.x86_64 0:1.07-6.el7 will be installed
1012---> Package perl-Sub-Install.noarch 0:0.926-6.el7 will be installed
1013---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
1014---> Package python-dockerfile-parse.noarch 0:0.0.5-1.el7 will be installed
1015---> Package python-gitdb.x86_64 0:0.5.4-5.el7 will be installed
1016--> Processing Dependency: python-async >= 0.6.1 for package: python-gitdb-0.5.4-5.el7.x86_64
1017--> Processing Dependency: python-smmap for package: python-gitdb-0.5.4-5.el7.x86_64
1018--> Running transaction check
1019---> Package python-async.x86_64 0:0.6.1-6.el7 will be installed
1020---> Package python-smmap.noarch 0:0.8.1-6.el7 will be installed
1021--> Finished Dependency Resolution
1022
1023Dependencies Resolved
1024
1025================================================================================
1026 Package Arch Version Repository
1027 Size
1028================================================================================
1029Installing for group install "Fedora Packager":
1030 bodhi-client noarch 0.9.8-4.el7 epel 22 k
1031 bzr x86_64 2.5.1-14.el7 base 6.1 M
1032 cvs x86_64 1.11.23-35.el7 base 581 k
1033 fedora-easy-karma noarch 0-0.26.20150921gitc932687a.el7
1034 epel 30 k
1035 fedora-packager noarch 0.5.10.5-1.el7 epel 42 k
1036 git x86_64 1.8.3.1-6.el7 updates 4.4 M
1037 koji noarch 1.10.1-1.el7.centos extras 222 k
1038 mercurial x86_64 2.6.2-4.el7 base 2.6 M
1039 mock noarch 1.2.13-2.el7.centos extras 300 k
1040 rpm-build x86_64 4.11.3-17.el7 base 143 k
1041 rpmdevtools noarch 8.3-5.el7 base 97 k
1042Installing:
1043 gcc x86_64 4.8.5-4.el7 base 16 M
1044 libuuid-devel x86_64 2.23.2-26.el7 base 83 k
1045 net-tools x86_64 2.0-0.17.20131004git.el7 base 304 k
1046 nginx x86_64 1:1.6.3-7.el7 epel 507 k
1047 perl-AnyEvent-HTTP noarch 2.22-1.el7 epel 41 k
1048 perl-Archive-Tar noarch 1.92-2.el7 base 73 k
1049 perl-CPAN noarch 1.9800-286.el7 base 292 k
1050 perl-CPAN-Meta noarch 2.120921-5.el7 base 113 k
1051 perl-CPAN-Meta-Requirements noarch 2.122-7.el7 base 24 k
1052 perl-CPAN-Meta-YAML noarch 0.008-14.el7 base 24 k
1053 perl-DBD-SQLite x86_64 1.39-3.el7 base 1.3 M
1054 perl-DBI x86_64 1.627-4.el7 base 802 k
1055 perl-Data-UUID x86_64 1.219-3.el7 epel 25 k
1056 perl-DateTime x86_64 2:1.04-5.el7 base 112 k
1057 perl-Email-Address noarch 1.898-3.el7 base 39 k
1058 perl-Email-MIME noarch 1.926-1.el7 epel 45 k
1059 perl-ExtUtils-CBuilder noarch 1:0.28.2.6-286.el7 base 67 k
1060 perl-ExtUtils-MakeMaker noarch 6.68-3.el7 base 275 k
1061 perl-HTML-Parser x86_64 3.71-4.el7 base 115 k
1062 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
1063 perl-IO-Socket-SSL noarch 1.94-3.el7 base 113 k
1064 perl-JSON noarch 2.59-2.el7 base 96 k
1065 perl-JSON-PP noarch 2.27202-2.el7 base 55 k
1066 perl-JSON-XS x86_64 1:3.01-2.el7 epel 103 k
1067 perl-Locale-Maketext-Gettext noarch 1.27-13.el7 base 60 k
1068 perl-Parse-CPAN-Meta noarch 1:1.4404-5.el7 base 14 k
1069 perl-Switch noarch 2.16-7.el7 base 22 k
1070 screen x86_64 4.1.0-0.21.20120314git3c2946.el7
1071 base 551 k
1072 vim-enhanced x86_64 2:7.4.160-1.el7 base 1.0 M
1073Installing for dependencies:
1074 GeoIP x86_64 1.5.0-9.el7 base 709 k
1075 GitPython noarch 0.3.2-0.6.RC1.el7 epel 433 k
1076 btrfs-progs x86_64 3.19.1-1.el7 base 552 k
1077 bzip2 x86_64 1.0.6-13.el7 base 52 k
1078 cpp x86_64 4.8.5-4.el7 base 5.9 M
1079 createrepo_c x86_64 0.9.0-1.el7.centos extras 68 k
1080 createrepo_c-libs x86_64 0.9.0-1.el7.centos extras 85 k
1081 desktop-file-utils x86_64 0.22-1.el7 base 67 k
1082 dwz x86_64 0.11-3.el7 base 99 k
1083 e2fsprogs-libs x86_64 1.42.9-7.el7 base 165 k
1084 elfutils x86_64 0.163-3.el7 base 268 k
1085 emacs-filesystem noarch 1:24.3-18.el7 base 58 k
1086 fedora-cert noarch 0.5.10.5-1.el7 epel 35 k
1087 fedpkg noarch 1.20-1.el7 epel 38 k
1088 file x86_64 5.11-31.el7 base 56 k
1089 fipscheck x86_64 1.4.1-5.el7 base 21 k
1090 fipscheck-lib x86_64 1.4.1-5.el7 base 11 k
1091 fontconfig x86_64 2.10.95-7.el7 base 228 k
1092 fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
1093 freetype x86_64 2.4.11-11.el7 base 391 k
1094 gd x86_64 2.0.35-26.el7 base 146 k
1095 gdb x86_64 7.6.1-80.el7 base 2.4 M
1096 gdbm-devel x86_64 1.10-8.el7 base 47 k
1097 glibc-devel x86_64 2.17-106.el7_2.1 updates 1.0 M
1098 glibc-headers x86_64 2.17-106.el7_2.1 updates 661 k
1099 gperftools-libs x86_64 2.4-7.el7 base 272 k
1100 gpm-libs x86_64 1.20.7-5.el7 base 32 k
1101 groff-base x86_64 1.22.2-8.el7 base 942 k
1102 kernel-headers x86_64 3.10.0-327.3.1.el7 updates 3.2 M
1103 krb5-workstation x86_64 1.13.2-10.el7 base 765 k
1104 less x86_64 458-9.el7 base 120 k
1105 libX11 x86_64 1.6.3-2.el7 base 605 k
1106 libX11-common noarch 1.6.3-2.el7 base 162 k
1107 libXau x86_64 1.0.8-2.1.el7 base 29 k
1108 libXpm x86_64 3.5.11-3.el7 base 54 k
1109 libdb-devel x86_64 5.3.21-19.el7 base 38 k
1110 libedit x86_64 3.0-12.20121213cvs.el7 base 92 k
1111 libgnome-keyring x86_64 3.8.0-3.el7 base 109 k
1112 libgomp x86_64 4.8.5-4.el7 base 130 k
1113 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
1114 libmpc x86_64 1.0.1-3.el7 base 51 k
1115 libpipeline x86_64 1.2.3-3.el7 base 53 k
1116 libpng x86_64 2:1.5.13-7.el7_2 updates 213 k
1117 libunwind x86_64 1.1-5.el7 base 56 k
1118 libusbx x86_64 1.0.15-4.el7 base 50 k
1119 libxcb x86_64 1.11-4.el7 base 189 k
1120 libxslt x86_64 1.1.28-5.el7 base 242 k
1121 libyubikey x86_64 1.13-1.el7 epel 30 k
1122 lzo x86_64 2.06-8.el7 base 59 k
1123 mailcap noarch 2.1.41-2.el7 base 31 k
1124 make x86_64 1:3.82-21.el7 base 420 k
1125 man-db x86_64 2.6.3-9.el7 base 559 k
1126 mpfr x86_64 3.1.1-4.el7 base 203 k
1127 nginx-filesystem noarch 1:1.6.3-7.el7 epel 15 k
1128 openssh x86_64 6.6.1p1-22.el7 base 434 k
1129 openssh-clients x86_64 6.6.1p1-22.el7 base 639 k
1130 openssl x86_64 1:1.0.1e-51.el7_2.1 updates 711 k
1131 packagedb-cli noarch 2.8.2-1.el7 epel 55 k
1132 patch x86_64 2.7.1-8.el7 base 110 k
1133 perl x86_64 4:5.16.3-286.el7 base 8.0 M
1134 perl-AnyEvent x86_64 7.07-3.el7 epel 437 k
1135 perl-Business-ISBN noarch 2.06-2.el7 base 25 k
1136 perl-Business-ISBN-Data noarch 20120719.001-2.el7 base 24 k
1137 perl-Carp noarch 1.26-244.el7 base 19 k
1138 perl-Class-Load noarch 0.20-3.el7 base 27 k
1139 perl-Class-Singleton noarch 1.4-14.el7 base 18 k
1140 perl-Compress-Raw-Bzip2 x86_64 2.061-3.el7 base 32 k
1141 perl-Compress-Raw-Zlib x86_64 1:2.061-4.el7 base 57 k
1142 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k
1143 perl-Data-OptList noarch 0.107-9.el7 base 23 k
1144 perl-DateTime-Locale noarch 0.45-6.el7 base 1.6 M
1145 perl-DateTime-TimeZone noarch 1.63-2.el7 base 417 k
1146 perl-Digest noarch 1.17-245.el7 base 23 k
1147 perl-Digest-MD5 x86_64 2.52-3.el7 base 30 k
1148 perl-Digest-SHA x86_64 1:5.85-3.el7 base 58 k
1149 perl-Email-Date-Format noarch 1.002-15.el7 epel 17 k
1150 perl-Email-MIME-ContentType noarch 1.017-1.el7 epel 19 k
1151 perl-Email-MIME-Encodings noarch 1.315-1.el7 epel 18 k
1152 perl-Email-MessageID noarch 1.404-1.el7 epel 18 k
1153 perl-Email-Simple noarch 2.203-1.el7 epel 33 k
1154 perl-Encode x86_64 2.51-7.el7 base 1.5 M
1155 perl-Encode-Locale noarch 1.03-5.el7 base 16 k
1156 perl-Error noarch 1:0.17020-2.el7 base 32 k
1157 perl-Exporter noarch 5.68-3.el7 base 28 k
1158 perl-ExtUtils-Install noarch 1.58-286.el7 base 73 k
1159 perl-ExtUtils-Manifest noarch 1.61-244.el7 base 31 k
1160 perl-ExtUtils-ParseXS noarch 1:3.18-2.el7 base 77 k
1161 perl-File-Path noarch 2.09-2.el7 base 26 k
1162 perl-File-Temp noarch 0.23.01-3.el7 base 56 k
1163 perl-Filter x86_64 1.49-3.el7 base 76 k
1164 perl-Getopt-Long noarch 2.40-2.el7 base 56 k
1165 perl-Git noarch 1.8.3.1-6.el7 updates 53 k
1166 perl-HTML-Tagset noarch 3.20-15.el7 base 18 k
1167 perl-HTTP-Date noarch 6.02-8.el7 base 14 k
1168 perl-HTTP-Message noarch 6.06-6.el7 base 82 k
1169 perl-IO-Compress noarch 2.061-2.el7 base 260 k
1170 perl-IO-HTML noarch 1.00-2.el7 base 23 k
1171 perl-IO-Socket-IP noarch 0.21-4.el7 base 35 k
1172 perl-IO-Zlib noarch 1:1.10-286.el7 base 50 k
1173 perl-IPC-Cmd noarch 1:0.80-4.el7 base 34 k
1174 perl-LWP-MediaTypes noarch 6.02-2.el7 base 24 k
1175 perl-List-MoreUtils x86_64 0.33-9.el7 base 58 k
1176 perl-Locale-Maketext noarch 1.23-3.el7 base 93 k
1177 perl-Locale-Maketext-Simple noarch 1:0.21-286.el7 base 49 k
1178 perl-MIME-Types noarch 1.38-2.el7 epel 38 k
1179 perl-Module-CoreList noarch 1:2.76.02-286.el7 base 84 k
1180 perl-Module-Implementation noarch 0.06-6.el7 base 17 k
1181 perl-Module-Load noarch 1:0.24-3.el7 base 11 k
1182 perl-Module-Load-Conditional noarch 0.54-3.el7 base 18 k
1183 perl-Module-Metadata noarch 1.000018-2.el7 base 26 k
1184 perl-Module-Runtime noarch 0.013-4.el7 base 19 k
1185 perl-Net-Daemon noarch 0.48-5.el7 base 51 k
1186 perl-Net-LibIDN x86_64 0.12-15.el7 base 28 k
1187 perl-Net-SSLeay x86_64 1.55-3.el7 base 285 k
1188 perl-Package-Constants noarch 1:0.02-286.el7 base 44 k
1189 perl-Package-DeprecationManager noarch 0.13-7.el7 base 18 k
1190 perl-Package-Stash noarch 0.34-2.el7 base 34 k
1191 perl-Package-Stash-XS x86_64 0.26-3.el7 base 31 k
1192 perl-Params-Check noarch 1:0.38-2.el7 base 18 k
1193 perl-Params-Util x86_64 1.07-6.el7 base 38 k
1194 perl-Params-Validate x86_64 1.08-4.el7 base 69 k
1195 perl-PathTools x86_64 3.40-5.el7 base 82 k
1196 perl-Perl-OSType noarch 1.003-3.el7 base 20 k
1197 perl-PlRPC noarch 0.2020-14.el7 base 36 k
1198 perl-Pod-Escapes noarch 1:1.04-286.el7 base 50 k
1199 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
1200 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
1201 perl-Pod-Usage noarch 1.63-3.el7 base 27 k
1202 perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
1203 perl-Socket x86_64 2.010-3.el7 base 49 k
1204 perl-Storable x86_64 2.45-3.el7 base 77 k
1205 perl-Sub-Install noarch 0.926-6.el7 base 21 k
1206 perl-Task-Weaken noarch 1.04-6.el7 base 18 k
1207 perl-TermReadKey x86_64 2.30-20.el7 base 31 k
1208 perl-Test-Harness noarch 3.28-3.el7 base 302 k
1209 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
1210 perl-Thread-Queue noarch 3.02-2.el7 base 17 k
1211 perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
1212 perl-Time-Local noarch 1.2300-2.el7 base 24 k
1213 perl-TimeDate noarch 1:2.30-2.el7 base 52 k
1214 perl-Try-Tiny noarch 0.12-2.el7 base 23 k
1215 perl-Types-Serialiser noarch 1.0-1.el7 epel 17 k
1216 perl-URI noarch 1.60-9.el7 base 106 k
1217 perl-common-sense noarch 3.6-4.el7 epel 28 k
1218 perl-constant noarch 1.27-2.el7 base 19 k
1219 perl-devel x86_64 4:5.16.3-286.el7 base 452 k
1220 perl-libs x86_64 4:5.16.3-286.el7 base 687 k
1221 perl-local-lib noarch 1.008010-3.el7 base 64 k
1222 perl-macros x86_64 4:5.16.3-286.el7 base 43 k
1223 perl-parent noarch 1:0.225-244.el7 base 12 k
1224 perl-podlators noarch 2.5.1-3.el7 base 112 k
1225 perl-srpm-macros noarch 1-8.el7 base 4.6 k
1226 perl-threads x86_64 1.87-4.el7 base 49 k
1227 perl-threads-shared x86_64 1.43-6.el7 base 39 k
1228 perl-version x86_64 3:0.99.07-2.el7 base 84 k
1229 pigz x86_64 2.3.3-1.el7.centos extras 68 k
1230 pyOpenSSL x86_64 0.13.1-3.el7 base 133 k
1231 pyparsing noarch 1.5.6-9.el7 base 94 k
1232 pyrpkg noarch 1.35-2.el7 epel 108 k
1233 python-async x86_64 0.6.1-6.el7 epel 69 k
1234 python-backports x86_64 1.0-8.el7 base 5.8 k
1235 python-backports-ssl_match_hostname
1236 noarch 3.4.0.2-4.el7 base 12 k
1237 python-beautifulsoup4 noarch 4.3.2-1.el7 epel 149 k
1238 python-bugzilla noarch 1.2.2-1.el7 epel 89 k
1239 python-chardet noarch 2.2.1-1.el7_1 base 227 k
1240 python-dockerfile-parse noarch 0.0.5-1.el7 epel 20 k
1241 python-fedora noarch 0.6.4-1.el7 epel 260 k
1242 python-gitdb x86_64 0.5.4-5.el7 epel 91 k
1243 python-html5lib noarch 1:0.999-5.el7 epel 206 k
1244 python-kitchen noarch 1.1.1-5.el7 base 267 k
1245 python-krbV x86_64 1.0.90-8.el7 base 54 k
1246 python-lockfile noarch 1:0.9.1-4.el7.centos extras 28 k
1247 python-magic noarch 5.11-31.el7 base 33 k
1248 python-munch noarch 2.0.2-2.el7.centos extras 14 k
1249 python-osbs-client noarch 0.15-1.el7 epel 89 k
1250 python-requests noarch 2.6.0-1.el7_1 base 94 k
1251 python-setuptools noarch 0.9.8-4.el7 base 396 k
1252 python-simplejson x86_64 3.3.3-1.el7 epel 171 k
1253 python-six noarch 1.9.0-2.el7 base 29 k
1254 python-smmap noarch 0.8.1-6.el7 epel 27 k
1255 python-urllib3 noarch 1.10.2-2.el7_1 base 100 k
1256 redhat-rpm-config noarch 9.1.0-68.el7.centos base 77 k
1257 rpmlint noarch 1.5-4.el7 base 229 k
1258 rsync x86_64 3.0.9-17.el7 base 360 k
1259 systemtap-sdt-devel x86_64 2.8-10.el7 base 65 k
1260 unzip x86_64 6.0-15.el7 base 166 k
1261 usermode x86_64 1.111-5.el7 base 193 k
1262 vim-common x86_64 2:7.4.160-1.el7 base 5.9 M
1263 vim-filesystem x86_64 2:7.4.160-1.el7 base 9.6 k
1264 which x86_64 2.20-7.el7 base 41 k
1265 ykpers x86_64 1.17.2-3.el7 epel 98 k
1266 yum-utils noarch 1.1.31-34.el7 base 113 k
1267 zip x86_64 3.0-10.el7 base 260 k
1268
1269Transaction Summary
1270================================================================================
1271Install 40 Packages (+193 Dependent packages)
1272
1273Total download size: 88 M
1274Installed size: 277 M
1275Downloading packages:
1276warning: /var/cache/yum/x86_64/7/epel/packages/GitPython-0.3.2-0.6.RC1.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
1277Public key for GitPython-0.3.2-0.6.RC1.el7.noarch.rpm is not installed
1278--------------------------------------------------------------------------------
1279Total 30 MB/s | 88 MB 00:02
1280Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
1281Importing GPG key 0x352C64E5:
1282 Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
1283 Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
1284 Package : epel-release-7-5.noarch (@extras)
1285 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
1286Running transaction check
1287Running transaction test
1288Transaction test succeeded
1289Running transaction
1290 Installing : python-six-1.9.0-2.el7.noarch 1/233
1291 Installing : groff-base-1.22.2-8.el7.x86_64 2/233
1292 Installing : fipscheck-1.4.1-5.el7.x86_64 3/233
1293 Installing : fipscheck-lib-1.4.1-5.el7.x86_64 4/233
1294 Installing : mpfr-3.1.1-4.el7.x86_64 5/233
1295 Installing : pyOpenSSL-0.13.1-3.el7.x86_64 6/233
1296 Installing : fedora-cert-0.5.10.5-1.el7.noarch 7/233
1297 Installing : file-5.11-31.el7.x86_64 8/233
1298 Installing : libmpc-1.0.1-3.el7.x86_64 9/233
1299 Installing : less-458-9.el7.x86_64 10/233
1300 Installing : python-chardet-2.2.1-1.el7_1.noarch 11/233
1301 Installing : python-kitchen-1.1.1-5.el7.noarch 12/233
1302 Installing : freetype-2.4.11-11.el7.x86_64 13/233
1303 Installing : bzip2-1.0.6-13.el7.x86_64 14/233
1304 Installing : 1:emacs-filesystem-24.3-18.el7.noarch 15/233
1305 Installing : desktop-file-utils-0.22-1.el7.x86_64 16/233
1306 Installing : yum-utils-1.1.31-34.el7.noarch 17/233
1307 Installing : cpp-4.8.5-4.el7.x86_64 18/233
1308 Installing : python-magic-5.11-31.el7.noarch 19/233
1309 Installing : openssh-6.6.1p1-22.el7.x86_64 20/233
1310 Installing : 1:perl-parent-0.225-244.el7.noarch 21/233
1311 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 22/233
1312 Installing : perl-podlators-2.5.1-3.el7.noarch 23/233
1313 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 24/233
1314 Installing : 1:perl-Pod-Escapes-1.04-286.el7.noarch 25/233
1315 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 26/233
1316 Installing : perl-Encode-2.51-7.el7.x86_64 27/233
1317 Installing : perl-Pod-Usage-1.63-3.el7.noarch 28/233
1318 Installing : 4:perl-libs-5.16.3-286.el7.x86_64 29/233
1319 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 30/233
1320 Installing : perl-threads-1.87-4.el7.x86_64 31/233
1321 Installing : perl-Storable-2.45-3.el7.x86_64 32/233
1322 Installing : perl-Carp-1.26-244.el7.noarch 33/233
1323 Installing : perl-Filter-1.49-3.el7.x86_64 34/233
1324 Installing : perl-Exporter-5.68-3.el7.noarch 35/233
1325 Installing : perl-constant-1.27-2.el7.noarch 36/233
1326 Installing : 4:perl-macros-5.16.3-286.el7.x86_64 37/233
1327 Installing : perl-Time-Local-1.2300-2.el7.noarch 38/233
1328 Installing : perl-Socket-2.010-3.el7.x86_64 39/233
1329 Installing : perl-threads-shared-1.43-6.el7.x86_64 40/233
1330 Installing : perl-File-Temp-0.23.01-3.el7.noarch 41/233
1331 Installing : perl-File-Path-2.09-2.el7.noarch 42/233
1332 Installing : perl-PathTools-3.40-5.el7.x86_64 43/233
1333 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 44/233
1334 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 45/233
1335 Installing : perl-Getopt-Long-2.40-2.el7.noarch 46/233
1336 Installing : 4:perl-5.16.3-286.el7.x86_64 47/233
1337 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 48/233
1338 Installing : 3:perl-version-0.99.07-2.el7.x86_64 49/233
1339 Installing : perl-common-sense-3.6-4.el7.noarch 50/233
1340 Installing : perl-Try-Tiny-0.12-2.el7.noarch 51/233
1341 Installing : perl-Locale-Maketext-1.23-3.el7.noarch 52/233
1342 Installing : 1:perl-Locale-Maketext-Simple-0.21-286.el7.noarch 53/233
1343 Installing : 1:perl-Params-Check-0.38-2.el7.noarch 54/233
1344 Installing : perl-List-MoreUtils-0.33-9.el7.x86_64 55/233
1345 Installing : perl-Net-SSLeay-1.55-3.el7.x86_64 56/233
1346 Installing : perl-Email-Address-1.898-3.el7.noarch 57/233
1347 Installing : perl-Digest-1.17-245.el7.noarch 58/233
1348 Installing : perl-Module-Runtime-0.013-4.el7.noarch 59/233
1349 Installing : perl-Module-Implementation-0.06-6.el7.noarch 60/233
1350 Installing : perl-Params-Validate-1.08-4.el7.x86_64 61/233
1351 Installing : rpmlint-1.5-4.el7.noarch 62/233
1352 Installing : perl-Sub-Install-0.926-6.el7.noarch 63/233
1353 Installing : perl-Params-Util-1.07-6.el7.x86_64 64/233
1354 Installing : 1:perl-Error-0.17020-2.el7.noarch 65/233
1355 Installing : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 66/233
1356 Installing : perl-Data-OptList-0.107-9.el7.noarch 67/233
1357 Installing : perl-Package-DeprecationManager-0.13-7.el7.noarch 68/233
1358 Installing : perl-DateTime-Locale-0.45-6.el7.noarch 69/233
1359 Installing : 1:perl-Digest-SHA-5.85-3.el7.x86_64 70/233
1360 Installing : perl-Digest-MD5-2.52-3.el7.x86_64 71/233
1361 Installing : perl-Email-MessageID-1.404-1.el7.noarch 72/233
1362 Installing : perl-Types-Serialiser-1.0-1.el7.noarch 73/233
1363 Installing : perl-CPAN-Meta-Requirements-2.122-7.el7.noarch 74/233
1364 Installing : 1:perl-Module-CoreList-2.76.02-286.el7.noarch 75/233
1365 Installing : perl-Module-Metadata-1.000018-2.el7.noarch 76/233
1366 Installing : perl-JSON-PP-2.27202-2.el7.noarch 77/233
1367 Installing : perl-IO-HTML-1.00-2.el7.noarch 78/233
1368 Installing : perl-IO-Socket-IP-0.21-4.el7.noarch 79/233
1369 Installing : perl-Task-Weaken-1.04-6.el7.noarch 80/233
1370 Installing : perl-AnyEvent-7.07-3.el7.x86_64 81/233
1371 Installing : perl-TermReadKey-2.30-20.el7.x86_64 82/233
1372 Installing : 1:perl-Module-Load-0.24-3.el7.noarch 83/233
1373 Installing : perl-Module-Load-Conditional-0.54-3.el7.noarch 84/233
1374 Installing : perl-Encode-Locale-1.03-5.el7.noarch 85/233
1375 Installing : perl-Package-Stash-XS-0.26-3.el7.x86_64 86/233
1376 Installing : perl-Package-Stash-0.34-2.el7.noarch 87/233
1377 Installing : perl-Class-Load-0.20-3.el7.noarch 88/233
1378 Installing : perl-local-lib-1.008010-3.el7.noarch 89/233
1379 Installing : perl-HTML-Tagset-3.20-15.el7.noarch 90/233
1380 Installing : perl-Class-Singleton-1.4-14.el7.noarch 91/233
1381 Installing : 2:perl-DateTime-1.04-5.el7.x86_64 92/233
1382 Installing : perl-DateTime-TimeZone-1.63-2.el7.noarch 93/233
1383 Installing : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 94/233
1384 Installing : perl-IO-Compress-2.061-2.el7.noarch 95/233
1385 Installing : 1:perl-IO-Zlib-1.10-286.el7.noarch 96/233
1386 Installing : perl-Test-Harness-3.28-3.el7.noarch 97/233
1387 Installing : perl-Email-MIME-Encodings-1.315-1.el7.noarch 98/233
1388 Installing : perl-ExtUtils-Manifest-1.61-244.el7.noarch 99/233
1389 Installing : perl-CPAN-Meta-YAML-0.008-14.el7.noarch 100/233
1390 Installing : 1:perl-Parse-CPAN-Meta-1.4404-5.el7.noarch 101/233
1391 Installing : perl-Business-ISBN-Data-20120719.001-2.el7.noarch 102/233
1392 Installing : perl-Business-ISBN-2.06-2.el7.noarch 103/233
1393 Installing : perl-URI-1.60-9.el7.noarch 104/233
1394 Installing : perl-Email-MIME-ContentType-1.017-1.el7.noarch 105/233
1395 Installing : 1:perl-TimeDate-2.30-2.el7.noarch 106/233
1396 Installing : perl-HTTP-Date-6.02-8.el7.noarch 107/233
1397 Installing : 1:perl-Package-Constants-0.02-286.el7.noarch 108/233
1398 Installing : perl-Perl-OSType-1.003-3.el7.noarch 109/233
1399 Installing : perl-Net-Daemon-0.48-5.el7.noarch 110/233
1400 Installing : perl-PlRPC-0.2020-14.el7.noarch 111/233
1401 Installing : perl-DBI-1.627-4.el7.x86_64 112/233
1402 Installing : perl-Thread-Queue-3.02-2.el7.noarch 113/233
1403 Installing : perl-MIME-Types-1.38-2.el7.noarch 114/233
1404 Installing : perl-Net-LibIDN-0.12-15.el7.x86_64 115/233
1405 Installing : perl-Email-Date-Format-1.002-15.el7.noarch 116/233
1406 Installing : perl-Email-Simple-2.203-1.el7.noarch 117/233
1407 Installing : 1:python-html5lib-0.999-5.el7.noarch 118/233
1408 Installing : python-beautifulsoup4-4.3.2-1.el7.noarch 119/233
1409 Installing : python-smmap-0.8.1-6.el7.noarch 120/233
1410 Installing : gdb-7.6.1-80.el7.x86_64 121/233
1411 Installing : libunwind-1.1-5.el7.x86_64 122/233
1412 Installing : gperftools-libs-2.4-7.el7.x86_64 123/233
1413 Installing : unzip-6.0-15.el7.x86_64 124/233
1414 Installing : python-backports-1.0-8.el7.x86_64 125/233
1415 Installing : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noar 126/233
1416 Installing : python-setuptools-0.9.8-4.el7.noarch 127/233
1417 Installing : python-dockerfile-parse-0.0.5-1.el7.noarch 128/233
1418 Installing : python-urllib3-1.10.2-2.el7_1.noarch 129/233
1419 Installing : python-requests-2.6.0-1.el7_1.noarch 130/233
1420 Installing : python-bugzilla-1.2.2-1.el7.noarch 131/233
1421 Installing : gdbm-devel-1.10-8.el7.x86_64 132/233
1422install-info: No such file or directory for /usr/share/info/gdbm.info.gz
1423 Installing : e2fsprogs-libs-1.42.9-7.el7.x86_64 133/233
1424 Installing : GeoIP-1.5.0-9.el7.x86_64 134/233
1425 Installing : python-krbV-1.0.90-8.el7.x86_64 135/233
1426 Installing : koji-1.10.1-1.el7.centos.noarch 136/233
1427 Installing : pyparsing-1.5.6-9.el7.noarch 137/233
1428 Installing : systemtap-sdt-devel-2.8-10.el7.x86_64 138/233
1429 Installing : elfutils-0.163-3.el7.x86_64 139/233
1430 Installing : libyubikey-1.13-1.el7.x86_64 140/233
1431 Installing : rsync-3.0.9-17.el7.x86_64 141/233
1432 Installing : 1:nginx-filesystem-1.6.3-7.el7.noarch 142/233
1433 Installing : zip-3.0-10.el7.x86_64 143/233
1434 Installing : kernel-headers-3.10.0-327.3.1.el7.x86_64 144/233
1435 Installing : glibc-headers-2.17-106.el7_2.1.x86_64 145/233
1436 Installing : glibc-devel-2.17-106.el7_2.1.x86_64 146/233
1437 Installing : usermode-1.111-5.el7.x86_64 147/233
1438 Installing : libgnome-keyring-3.8.0-3.el7.x86_64 148/233
1439 Installing : libxslt-1.1.28-5.el7.x86_64 149/233
1440 Installing : libpipeline-1.2.3-3.el7.x86_64 150/233
1441 Installing : man-db-2.6.3-9.el7.x86_64 151/233
1442 Installing : 2:vim-filesystem-7.4.160-1.el7.x86_64 152/233
1443 Installing : 2:vim-common-7.4.160-1.el7.x86_64 153/233
1444 Installing : pigz-2.3.3-1.el7.centos.x86_64 154/233
1445 Installing : krb5-workstation-1.13.2-10.el7.x86_64 155/233
1446 Installing : python-osbs-client-0.15-1.el7.noarch 156/233
1447 Installing : python-simplejson-3.3.3-1.el7.x86_64 157/233
1448 Installing : mailcap-2.1.41-2.el7.noarch 158/233
1449 Installing : perl-LWP-MediaTypes-6.02-2.el7.noarch 159/233
1450 Installing : perl-HTTP-Message-6.06-6.el7.noarch 160/233
1451 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 161/233
1452 Installing : fontpackages-filesystem-1.44-8.el7.noarch 162/233
1453 Installing : fontconfig-2.10.95-7.el7.x86_64 163/233
1454 Installing : 1:python-lockfile-0.9.1-4.el7.centos.noarch 164/233
1455 Installing : libX11-common-1.6.3-2.el7.noarch 165/233
1456 Installing : python-munch-2.0.2-2.el7.centos.noarch 166/233
1457 Installing : python-fedora-0.6.4-1.el7.noarch 167/233
1458 Installing : packagedb-cli-2.8.2-1.el7.noarch 168/233
1459 Installing : bodhi-client-0.9.8-4.el7.noarch 169/233
1460 Installing : dwz-0.11-3.el7.x86_64 170/233
1461 Installing : lzo-2.06-8.el7.x86_64 171/233
1462 Installing : btrfs-progs-3.19.1-1.el7.x86_64 172/233
1463 Installing : libedit-3.0-12.20121213cvs.el7.x86_64 173/233
1464 Installing : openssh-clients-6.6.1p1-22.el7.x86_64 174/233
1465 Installing : perl-Git-1.8.3.1-6.el7.noarch 175/233
1466 Installing : git-1.8.3.1-6.el7.x86_64 176/233
1467 Installing : createrepo_c-libs-0.9.0-1.el7.centos.x86_64 177/233
1468 Installing : createrepo_c-0.9.0-1.el7.centos.x86_64 178/233
1469 Installing : mock-1.2.13-2.el7.centos.noarch 179/233
1470 Installing : perl-srpm-macros-1-8.el7.noarch 180/233
1471 Installing : redhat-rpm-config-9.1.0-68.el7.centos.noarch 181/233
1472 Installing : libXau-1.0.8-2.1.el7.x86_64 182/233
1473 Installing : libxcb-1.11-4.el7.x86_64 183/233
1474 Installing : libX11-1.6.3-2.el7.x86_64 184/233
1475 Installing : libXpm-3.5.11-3.el7.x86_64 185/233
1476 Installing : 1:make-3.82-21.el7.x86_64 186/233
1477 Installing : 1:openssl-1.0.1e-51.el7_2.1.x86_64 187/233
1478 Installing : libgomp-4.8.5-4.el7.x86_64 188/233
1479 Installing : patch-2.7.1-8.el7.x86_64 189/233
1480 Installing : rpm-build-4.11.3-17.el7.x86_64 190/233
1481 Installing : rpmdevtools-8.3-5.el7.noarch 191/233
1482 Installing : libdb-devel-5.3.21-19.el7.x86_64 192/233
1483 Installing : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 193/233
1484 Installing : perl-ExtUtils-Install-1.58-286.el7.noarch 194/233
1485 Installing : 4:perl-devel-5.16.3-286.el7.x86_64 195/233
1486 Installing : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 196/233
1487 Installing : 1:perl-IPC-Cmd-0.80-4.el7.noarch 197/233
1488 Installing : python-async-0.6.1-6.el7.x86_64 198/233
1489 Installing : python-gitdb-0.5.4-5.el7.x86_64 199/233
1490 Installing : GitPython-0.3.2-0.6.RC1.el7.noarch 200/233
1491 Installing : pyrpkg-1.35-2.el7.noarch 201/233
1492 Installing : fedpkg-1.20-1.el7.noarch 202/233
1493 Installing : gpm-libs-1.20.7-5.el7.x86_64 203/233
1494 Installing : which-2.20-7.el7.x86_64 204/233
1495install-info: No such file or directory for /usr/share/info/which.info.gz
1496 Installing : 2:libpng-1.5.13-7.el7_2.x86_64 205/233
1497 Installing : gd-2.0.35-26.el7.x86_64 206/233
1498 Installing : libusbx-1.0.15-4.el7.x86_64 207/233
1499 Installing : ykpers-1.17.2-3.el7.x86_64 208/233
1500 Installing : fedora-packager-0.5.10.5-1.el7.noarch 209/233
1501 Installing : 1:nginx-1.6.3-7.el7.x86_64 210/233
1502 Installing : 2:vim-enhanced-7.4.160-1.el7.x86_64 211/233
1503 Installing : 1:perl-ExtUtils-CBuilder-0.28.2.6-286.el7.noarch 212/233
1504 Installing : perl-CPAN-1.9800-286.el7.noarch 213/233
1505 Installing : gcc-4.8.5-4.el7.x86_64 214/233
1506 Installing : perl-IO-Socket-SSL-1.94-3.el7.noarch 215/233
1507 Installing : fedora-easy-karma-0-0.26.20150921gitc932687a.el7.noarc 216/233
1508 Installing : perl-HTML-Parser-3.71-4.el7.x86_64 217/233
1509 Installing : perl-Email-MIME-1.926-1.el7.noarch 218/233
1510 Installing : perl-DBD-SQLite-1.39-3.el7.x86_64 219/233
1511 Installing : perl-Archive-Tar-1.92-2.el7.noarch 220/233
1512 Installing : perl-CPAN-Meta-2.120921-5.el7.noarch 221/233
1513 Installing : perl-AnyEvent-HTTP-2.22-1.el7.noarch 222/233
1514 Installing : 1:perl-JSON-XS-3.01-2.el7.x86_64 223/233
1515 Installing : perl-Data-UUID-1.219-3.el7.x86_64 224/233
1516 Installing : perl-Locale-Maketext-Gettext-1.27-13.el7.noarch 225/233
1517 Installing : perl-JSON-2.59-2.el7.noarch 226/233
1518 Installing : perl-Switch-2.16-7.el7.noarch 227/233
1519 Installing : bzr-2.5.1-14.el7.x86_64 228/233
1520 Installing : cvs-1.11.23-35.el7.x86_64 229/233
1521install-info: No such file or directory for /usr/share/info/cvs.info.gz
1522install-info: No such file or directory for /usr/share/info/cvsclient.info.gz
1523 Installing : net-tools-2.0-0.17.20131004git.el7.x86_64 230/233
1524 Installing : mercurial-2.6.2-4.el7.x86_64 231/233
1525 Installing : screen-4.1.0-0.21.20120314git3c2946.el7.x86_64 232/233
1526 Installing : libuuid-devel-2.23.2-26.el7.x86_64 233/233
1527 Verifying : 2:vim-common-7.4.160-1.el7.x86_64 1/233
1528 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/233
1529 Verifying : perl-IO-HTML-1.00-2.el7.noarch 3/233
1530 Verifying : perl-IO-Compress-2.061-2.el7.noarch 4/233
1531 Verifying : perl-Email-MIME-1.926-1.el7.noarch 5/233
1532 Verifying : perl-common-sense-3.6-4.el7.noarch 6/233
1533 Verifying : perl-Class-Load-0.20-3.el7.noarch 7/233
1534 Verifying : openssh-6.6.1p1-22.el7.x86_64 8/233
1535 Verifying : perl-IO-Socket-IP-0.21-4.el7.noarch 9/233
1536 Verifying : mock-1.2.13-2.el7.centos.noarch 10/233
1537 Verifying : libusbx-1.0.15-4.el7.x86_64 11/233
1538 Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 12/233
1539 Verifying : 1:perl-JSON-XS-3.01-2.el7.x86_64 13/233
1540 Verifying : perl-Types-Serialiser-1.0-1.el7.noarch 14/233
1541 Verifying : perl-Task-Weaken-1.04-6.el7.noarch 15/233
1542 Verifying : perl-LWP-MediaTypes-6.02-2.el7.noarch 16/233
1543 Verifying : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noar 17/233
1544 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 18/233
1545 Verifying : python-beautifulsoup4-4.3.2-1.el7.noarch 19/233
1546 Verifying : perl-Git-1.8.3.1-6.el7.noarch 20/233
1547 Verifying : which-2.20-7.el7.x86_64 21/233
1548 Verifying : glibc-devel-2.17-106.el7_2.1.x86_64 22/233
1549 Verifying : groff-base-1.22.2-8.el7.x86_64 23/233
1550 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 24/233
1551 Verifying : 1:nginx-1.6.3-7.el7.x86_64 25/233
1552 Verifying : gpm-libs-1.20.7-5.el7.x86_64 26/233
1553 Verifying : 2:perl-DateTime-1.04-5.el7.x86_64 27/233
1554 Verifying : perl-DBI-1.627-4.el7.x86_64 28/233
1555 Verifying : 1:perl-Module-Load-0.24-3.el7.noarch 29/233
1556 Verifying : GitPython-0.3.2-0.6.RC1.el7.noarch 30/233
1557 Verifying : perl-Encode-Locale-1.03-5.el7.noarch 31/233
1558 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 32/233
1559 Verifying : python-async-0.6.1-6.el7.x86_64 33/233
1560 Verifying : libdb-devel-5.3.21-19.el7.x86_64 34/233
1561 Verifying : perl-DateTime-Locale-0.45-6.el7.noarch 35/233
1562 Verifying : perl-Package-Stash-XS-0.26-3.el7.x86_64 36/233
1563 Verifying : perl-Params-Validate-1.08-4.el7.x86_64 37/233
1564 Verifying : fedora-cert-0.5.10.5-1.el7.noarch 38/233
1565 Verifying : fipscheck-lib-1.4.1-5.el7.x86_64 39/233
1566 Verifying : 1:perl-Digest-SHA-5.85-3.el7.x86_64 40/233
1567 Verifying : 1:perl-Pod-Escapes-1.04-286.el7.noarch 41/233
1568 Verifying : 1:perl-IPC-Cmd-0.80-4.el7.noarch 42/233
1569 Verifying : patch-2.7.1-8.el7.x86_64 43/233
1570 Verifying : perl-AnyEvent-7.07-3.el7.x86_64 44/233
1571 Verifying : perl-File-Path-2.09-2.el7.noarch 45/233
1572 Verifying : libgomp-4.8.5-4.el7.x86_64 46/233
1573 Verifying : libuuid-devel-2.23.2-26.el7.x86_64 47/233
1574 Verifying : 1:make-3.82-21.el7.x86_64 48/233
1575 Verifying : libXau-1.0.8-2.1.el7.x86_64 49/233
1576 Verifying : 1:openssl-1.0.1e-51.el7_2.1.x86_64 50/233
1577 Verifying : perl-Data-OptList-0.107-9.el7.noarch 51/233
1578 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 52/233
1579 Verifying : perl-local-lib-1.008010-3.el7.noarch 53/233
1580 Verifying : desktop-file-utils-0.22-1.el7.x86_64 54/233
1581 Verifying : perl-srpm-macros-1-8.el7.noarch 55/233
1582 Verifying : perl-HTML-Tagset-3.20-15.el7.noarch 56/233
1583 Verifying : createrepo_c-libs-0.9.0-1.el7.centos.x86_64 57/233
1584 Verifying : python-osbs-client-0.15-1.el7.noarch 58/233
1585 Verifying : file-5.11-31.el7.x86_64 59/233
1586 Verifying : 3:perl-version-0.99.07-2.el7.x86_64 60/233
1587 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 61/233
1588 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 62/233
1589 Verifying : perl-JSON-PP-2.27202-2.el7.noarch 63/233
1590 Verifying : perl-CPAN-Meta-2.120921-5.el7.noarch 64/233
1591 Verifying : lzo-2.06-8.el7.x86_64 65/233
1592 Verifying : createrepo_c-0.9.0-1.el7.centos.x86_64 66/233
1593 Verifying : 1:emacs-filesystem-24.3-18.el7.noarch 67/233
1594 Verifying : libxcb-1.11-4.el7.x86_64 68/233
1595 Verifying : perl-Locale-Maketext-1.23-3.el7.noarch 69/233
1596 Verifying : perl-Class-Singleton-1.4-14.el7.noarch 70/233
1597 Verifying : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 71/233
1598 Verifying : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 72/233
1599 Verifying : python-setuptools-0.9.8-4.el7.noarch 73/233
1600 Verifying : bzip2-1.0.6-13.el7.x86_64 74/233
1601 Verifying : libX11-1.6.3-2.el7.x86_64 75/233
1602 Verifying : 1:perl-Locale-Maketext-Simple-0.21-286.el7.noarch 76/233
1603 Verifying : python-magic-5.11-31.el7.noarch 77/233
1604 Verifying : perl-CPAN-Meta-Requirements-2.122-7.el7.noarch 78/233
1605 Verifying : dwz-0.11-3.el7.x86_64 79/233
1606 Verifying : perl-List-MoreUtils-0.33-9.el7.x86_64 80/233
1607 Verifying : python-munch-2.0.2-2.el7.centos.noarch 81/233
1608 Verifying : fedpkg-1.20-1.el7.noarch 82/233
1609 Verifying : libX11-common-1.6.3-2.el7.noarch 83/233
1610 Verifying : 1:python-lockfile-0.9.1-4.el7.centos.noarch 84/233
1611 Verifying : pyrpkg-1.35-2.el7.noarch 85/233
1612 Verifying : 1:perl-parent-0.225-244.el7.noarch 86/233
1613 Verifying : packagedb-cli-2.8.2-1.el7.noarch 87/233
1614 Verifying : gd-2.0.35-26.el7.x86_64 88/233
1615 Verifying : libmpc-1.0.1-3.el7.x86_64 89/233
1616 Verifying : git-1.8.3.1-6.el7.x86_64 90/233
1617 Verifying : ykpers-1.17.2-3.el7.x86_64 91/233
1618 Verifying : 1:perl-Module-CoreList-2.76.02-286.el7.noarch 92/233
1619 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 93/233
1620 Verifying : perl-Encode-2.51-7.el7.x86_64 94/233
1621 Verifying : perl-Net-SSLeay-1.55-3.el7.x86_64 95/233
1622 Verifying : python-bugzilla-1.2.2-1.el7.noarch 96/233
1623 Verifying : screen-4.1.0-0.21.20120314git3c2946.el7.x86_64 97/233
1624 Verifying : fedora-easy-karma-0-0.26.20150921gitc932687a.el7.noarc 98/233
1625 Verifying : perl-threads-1.87-4.el7.x86_64 99/233
1626 Verifying : fontconfig-2.10.95-7.el7.x86_64 100/233
1627 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 101/233
1628 Verifying : perl-HTTP-Date-6.02-8.el7.noarch 102/233
1629 Verifying : python-kitchen-1.1.1-5.el7.noarch 103/233
1630 Verifying : python-fedora-0.6.4-1.el7.noarch 104/233
1631 Verifying : perl-IO-Socket-SSL-1.94-3.el7.noarch 105/233
1632 Verifying : perl-Email-Address-1.898-3.el7.noarch 106/233
1633 Verifying : perl-DateTime-TimeZone-1.63-2.el7.noarch 107/233
1634 Verifying : perl-Test-Harness-3.28-3.el7.noarch 108/233
1635 Verifying : perl-URI-1.60-9.el7.noarch 109/233
1636 Verifying : perl-Email-MIME-Encodings-1.315-1.el7.noarch 110/233
1637 Verifying : perl-Digest-1.17-245.el7.noarch 111/233
1638 Verifying : perl-JSON-2.59-2.el7.noarch 112/233
1639 Verifying : gcc-4.8.5-4.el7.x86_64 113/233
1640 Verifying : perl-Business-ISBN-2.06-2.el7.noarch 114/233
1641 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 115/233
1642 Verifying : perl-Module-Runtime-0.013-4.el7.noarch 116/233
1643 Verifying : mailcap-2.1.41-2.el7.noarch 117/233
1644 Verifying : perl-threads-shared-1.43-6.el7.x86_64 118/233
1645 Verifying : perl-Storable-2.45-3.el7.x86_64 119/233
1646 Verifying : python-simplejson-3.3.3-1.el7.x86_64 120/233
1647 Verifying : perl-ExtUtils-Manifest-1.61-244.el7.noarch 121/233
1648 Verifying : perl-DBD-SQLite-1.39-3.el7.x86_64 122/233
1649 Verifying : 4:perl-libs-5.16.3-286.el7.x86_64 123/233
1650 Verifying : krb5-workstation-1.13.2-10.el7.x86_64 124/233
1651 Verifying : gperftools-libs-2.4-7.el7.x86_64 125/233
1652 Verifying : perl-CPAN-Meta-YAML-0.008-14.el7.noarch 126/233
1653 Verifying : pigz-2.3.3-1.el7.centos.x86_64 127/233
1654 Verifying : 1:perl-ExtUtils-CBuilder-0.28.2.6-286.el7.noarch 128/233
1655 Verifying : perl-HTML-Parser-3.71-4.el7.x86_64 129/233
1656 Verifying : perl-Package-DeprecationManager-0.13-7.el7.noarch 130/233
1657 Verifying : pyOpenSSL-0.13.1-3.el7.x86_64 131/233
1658 Verifying : 1:perl-Params-Check-0.38-2.el7.noarch 132/233
1659 Verifying : perl-Module-Load-Conditional-0.54-3.el7.noarch 133/233
1660 Verifying : perl-Digest-MD5-2.52-3.el7.x86_64 134/233
1661 Verifying : 1:perl-Parse-CPAN-Meta-1.4404-5.el7.noarch 135/233
1662 Verifying : perl-HTTP-Message-6.06-6.el7.noarch 136/233
1663 Verifying : 2:vim-filesystem-7.4.160-1.el7.x86_64 137/233
1664 Verifying : perl-Carp-1.26-244.el7.noarch 138/233
1665 Verifying : perl-Business-ISBN-Data-20120719.001-2.el7.noarch 139/233
1666 Verifying : libpipeline-1.2.3-3.el7.x86_64 140/233
1667 Verifying : perl-Package-Stash-0.34-2.el7.noarch 141/233
1668 Verifying : libxslt-1.1.28-5.el7.x86_64 142/233
1669 Verifying : libXpm-3.5.11-3.el7.x86_64 143/233
1670 Verifying : 1:python-html5lib-0.999-5.el7.noarch 144/233
1671 Verifying : rpm-build-4.11.3-17.el7.x86_64 145/233
1672 Verifying : perl-Email-MIME-ContentType-1.017-1.el7.noarch 146/233
1673 Verifying : bodhi-client-0.9.8-4.el7.noarch 147/233
1674 Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 148/233
1675 Verifying : btrfs-progs-3.19.1-1.el7.x86_64 149/233
1676 Verifying : usermode-1.111-5.el7.x86_64 150/233
1677 Verifying : perl-PlRPC-0.2020-14.el7.noarch 151/233
1678 Verifying : kernel-headers-3.10.0-327.3.1.el7.x86_64 152/233
1679 Verifying : perl-Try-Tiny-0.12-2.el7.noarch 153/233
1680 Verifying : rpmlint-1.5-4.el7.noarch 154/233
1681 Verifying : perl-podlators-2.5.1-3.el7.noarch 155/233
1682 Verifying : perl-Sub-Install-0.926-6.el7.noarch 156/233
1683 Verifying : zip-3.0-10.el7.x86_64 157/233
1684 Verifying : perl-Module-Implementation-0.06-6.el7.noarch 158/233
1685 Verifying : 1:perl-TimeDate-2.30-2.el7.noarch 159/233
1686 Verifying : yum-utils-1.1.31-34.el7.noarch 160/233
1687 Verifying : mpfr-3.1.1-4.el7.x86_64 161/233
1688 Verifying : 1:nginx-filesystem-1.6.3-7.el7.noarch 162/233
1689 Verifying : perl-Filter-1.49-3.el7.x86_64 163/233
1690 Verifying : 1:perl-Package-Constants-0.02-286.el7.noarch 164/233
1691 Verifying : perl-Archive-Tar-1.92-2.el7.noarch 165/233
1692 Verifying : koji-1.10.1-1.el7.centos.noarch 166/233
1693 Verifying : perl-Email-Simple-2.203-1.el7.noarch 167/233
1694 Verifying : rsync-3.0.9-17.el7.x86_64 168/233
1695 Verifying : libyubikey-1.13-1.el7.x86_64 169/233
1696 Verifying : perl-Module-Metadata-1.000018-2.el7.noarch 170/233
1697 Verifying : fipscheck-1.4.1-5.el7.x86_64 171/233
1698 Verifying : less-458-9.el7.x86_64 172/233
1699 Verifying : mercurial-2.6.2-4.el7.x86_64 173/233
1700 Verifying : perl-Locale-Maketext-Gettext-1.27-13.el7.noarch 174/233
1701 Verifying : perl-CPAN-1.9800-286.el7.noarch 175/233
1702 Verifying : perl-Perl-OSType-1.003-3.el7.noarch 176/233
1703 Verifying : systemtap-sdt-devel-2.8-10.el7.x86_64 177/233
1704 Verifying : freetype-2.4.11-11.el7.x86_64 178/233
1705 Verifying : net-tools-2.0-0.17.20131004git.el7.x86_64 179/233
1706 Verifying : perl-Exporter-5.68-3.el7.noarch 180/233
1707 Verifying : perl-constant-1.27-2.el7.noarch 181/233
1708 Verifying : perl-PathTools-3.40-5.el7.x86_64 182/233
1709 Verifying : perl-Email-MessageID-1.404-1.el7.noarch 183/233
1710 Verifying : elfutils-0.163-3.el7.x86_64 184/233
1711 Verifying : 4:perl-macros-5.16.3-286.el7.x86_64 185/233
1712 Verifying : pyparsing-1.5.6-9.el7.noarch 186/233
1713 Verifying : python-krbV-1.0.90-8.el7.x86_64 187/233
1714 Verifying : openssh-clients-6.6.1p1-22.el7.x86_64 188/233
1715 Verifying : python-dockerfile-parse-0.0.5-1.el7.noarch 189/233
1716 Verifying : perl-Net-Daemon-0.48-5.el7.noarch 190/233
1717 Verifying : GeoIP-1.5.0-9.el7.x86_64 191/233
1718 Verifying : fedora-packager-0.5.10.5-1.el7.noarch 192/233
1719 Verifying : 4:perl-5.16.3-286.el7.x86_64 193/233
1720 Verifying : perl-Data-UUID-1.219-3.el7.x86_64 194/233
1721 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 195/233
1722 Verifying : 4:perl-devel-5.16.3-286.el7.x86_64 196/233
1723 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 197/233
1724 Verifying : glibc-headers-2.17-106.el7_2.1.x86_64 198/233
1725 Verifying : perl-Time-Local-1.2300-2.el7.noarch 199/233
1726 Verifying : man-db-2.6.3-9.el7.x86_64 200/233
1727 Verifying : cvs-1.11.23-35.el7.x86_64 201/233
1728 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 202/233
1729 Verifying : python-six-1.9.0-2.el7.noarch 203/233
1730 Verifying : perl-Socket-2.010-3.el7.x86_64 204/233
1731 Verifying : e2fsprogs-libs-1.42.9-7.el7.x86_64 205/233
1732 Verifying : perl-MIME-Types-1.38-2.el7.noarch 206/233
1733 Verifying : perl-Params-Util-1.07-6.el7.x86_64 207/233
1734 Verifying : bzr-2.5.1-14.el7.x86_64 208/233
1735 Verifying : perl-AnyEvent-HTTP-2.22-1.el7.noarch 209/233
1736 Verifying : 2:vim-enhanced-7.4.160-1.el7.x86_64 210/233
1737 Verifying : 1:perl-Error-0.17020-2.el7.noarch 211/233
1738 Verifying : gdbm-devel-1.10-8.el7.x86_64 212/233
1739 Verifying : perl-ExtUtils-Install-1.58-286.el7.noarch 213/233
1740 Verifying : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 214/233
1741 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 215/233
1742 Verifying : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 216/233
1743 Verifying : python-backports-1.0-8.el7.x86_64 217/233
1744 Verifying : rpmdevtools-8.3-5.el7.noarch 218/233
1745 Verifying : unzip-6.0-15.el7.x86_64 219/233
1746 Verifying : libunwind-1.1-5.el7.x86_64 220/233
1747 Verifying : gdb-7.6.1-80.el7.x86_64 221/233
1748 Verifying : perl-Getopt-Long-2.40-2.el7.noarch 222/233
1749 Verifying : 1:perl-IO-Zlib-1.10-286.el7.noarch 223/233
1750 Verifying : cpp-4.8.5-4.el7.x86_64 224/233
1751 Verifying : redhat-rpm-config-9.1.0-68.el7.centos.noarch 225/233
1752 Verifying : python-requests-2.6.0-1.el7_1.noarch 226/233
1753 Verifying : perl-Switch-2.16-7.el7.noarch 227/233
1754 Verifying : python-chardet-2.2.1-1.el7_1.noarch 228/233
1755 Verifying : python-smmap-0.8.1-6.el7.noarch 229/233
1756 Verifying : python-gitdb-0.5.4-5.el7.x86_64 230/233
1757 Verifying : perl-Net-LibIDN-0.12-15.el7.x86_64 231/233
1758 Verifying : python-urllib3-1.10.2-2.el7_1.noarch 232/233
1759 Verifying : perl-Email-Date-Format-1.002-15.el7.noarch 233/233
1760
1761Installed:
1762 bodhi-client.noarch 0:0.9.8-4.el7
1763 bzr.x86_64 0:2.5.1-14.el7
1764 cvs.x86_64 0:1.11.23-35.el7
1765 fedora-easy-karma.noarch 0:0-0.26.20150921gitc932687a.el7
1766 fedora-packager.noarch 0:0.5.10.5-1.el7
1767 gcc.x86_64 0:4.8.5-4.el7
1768 git.x86_64 0:1.8.3.1-6.el7
1769 koji.noarch 0:1.10.1-1.el7.centos
1770 libuuid-devel.x86_64 0:2.23.2-26.el7
1771 mercurial.x86_64 0:2.6.2-4.el7
1772 mock.noarch 0:1.2.13-2.el7.centos
1773 net-tools.x86_64 0:2.0-0.17.20131004git.el7
1774 nginx.x86_64 1:1.6.3-7.el7
1775 perl-AnyEvent-HTTP.noarch 0:2.22-1.el7
1776 perl-Archive-Tar.noarch 0:1.92-2.el7
1777 perl-CPAN.noarch 0:1.9800-286.el7
1778 perl-CPAN-Meta.noarch 0:2.120921-5.el7
1779 perl-CPAN-Meta-Requirements.noarch 0:2.122-7.el7
1780 perl-CPAN-Meta-YAML.noarch 0:0.008-14.el7
1781 perl-DBD-SQLite.x86_64 0:1.39-3.el7
1782 perl-DBI.x86_64 0:1.627-4.el7
1783 perl-Data-UUID.x86_64 0:1.219-3.el7
1784 perl-DateTime.x86_64 2:1.04-5.el7
1785 perl-Email-Address.noarch 0:1.898-3.el7
1786 perl-Email-MIME.noarch 0:1.926-1.el7
1787 perl-ExtUtils-CBuilder.noarch 1:0.28.2.6-286.el7
1788 perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7
1789 perl-HTML-Parser.x86_64 0:3.71-4.el7
1790 perl-HTTP-Tiny.noarch 0:0.033-3.el7
1791 perl-IO-Socket-SSL.noarch 0:1.94-3.el7
1792 perl-JSON.noarch 0:2.59-2.el7
1793 perl-JSON-PP.noarch 0:2.27202-2.el7
1794 perl-JSON-XS.x86_64 1:3.01-2.el7
1795 perl-Locale-Maketext-Gettext.noarch 0:1.27-13.el7
1796 perl-Parse-CPAN-Meta.noarch 1:1.4404-5.el7
1797 perl-Switch.noarch 0:2.16-7.el7
1798 rpm-build.x86_64 0:4.11.3-17.el7
1799 rpmdevtools.noarch 0:8.3-5.el7
1800 screen.x86_64 0:4.1.0-0.21.20120314git3c2946.el7
1801 vim-enhanced.x86_64 2:7.4.160-1.el7
1802
1803Dependency Installed:
1804 GeoIP.x86_64 0:1.5.0-9.el7
1805 GitPython.noarch 0:0.3.2-0.6.RC1.el7
1806 btrfs-progs.x86_64 0:3.19.1-1.el7
1807 bzip2.x86_64 0:1.0.6-13.el7
1808 cpp.x86_64 0:4.8.5-4.el7
1809 createrepo_c.x86_64 0:0.9.0-1.el7.centos
1810 createrepo_c-libs.x86_64 0:0.9.0-1.el7.centos
1811 desktop-file-utils.x86_64 0:0.22-1.el7
1812 dwz.x86_64 0:0.11-3.el7
1813 e2fsprogs-libs.x86_64 0:1.42.9-7.el7
1814 elfutils.x86_64 0:0.163-3.el7
1815 emacs-filesystem.noarch 1:24.3-18.el7
1816 fedora-cert.noarch 0:0.5.10.5-1.el7
1817 fedpkg.noarch 0:1.20-1.el7
1818 file.x86_64 0:5.11-31.el7
1819 fipscheck.x86_64 0:1.4.1-5.el7
1820 fipscheck-lib.x86_64 0:1.4.1-5.el7
1821 fontconfig.x86_64 0:2.10.95-7.el7
1822 fontpackages-filesystem.noarch 0:1.44-8.el7
1823 freetype.x86_64 0:2.4.11-11.el7
1824 gd.x86_64 0:2.0.35-26.el7
1825 gdb.x86_64 0:7.6.1-80.el7
1826 gdbm-devel.x86_64 0:1.10-8.el7
1827 glibc-devel.x86_64 0:2.17-106.el7_2.1
1828 glibc-headers.x86_64 0:2.17-106.el7_2.1
1829 gperftools-libs.x86_64 0:2.4-7.el7
1830 gpm-libs.x86_64 0:1.20.7-5.el7
1831 groff-base.x86_64 0:1.22.2-8.el7
1832 kernel-headers.x86_64 0:3.10.0-327.3.1.el7
1833 krb5-workstation.x86_64 0:1.13.2-10.el7
1834 less.x86_64 0:458-9.el7
1835 libX11.x86_64 0:1.6.3-2.el7
1836 libX11-common.noarch 0:1.6.3-2.el7
1837 libXau.x86_64 0:1.0.8-2.1.el7
1838 libXpm.x86_64 0:3.5.11-3.el7
1839 libdb-devel.x86_64 0:5.3.21-19.el7
1840 libedit.x86_64 0:3.0-12.20121213cvs.el7
1841 libgnome-keyring.x86_64 0:3.8.0-3.el7
1842 libgomp.x86_64 0:4.8.5-4.el7
1843 libjpeg-turbo.x86_64 0:1.2.90-5.el7
1844 libmpc.x86_64 0:1.0.1-3.el7
1845 libpipeline.x86_64 0:1.2.3-3.el7
1846 libpng.x86_64 2:1.5.13-7.el7_2
1847 libunwind.x86_64 0:1.1-5.el7
1848 libusbx.x86_64 0:1.0.15-4.el7
1849 libxcb.x86_64 0:1.11-4.el7
1850 libxslt.x86_64 0:1.1.28-5.el7
1851 libyubikey.x86_64 0:1.13-1.el7
1852 lzo.x86_64 0:2.06-8.el7
1853 mailcap.noarch 0:2.1.41-2.el7
1854 make.x86_64 1:3.82-21.el7
1855 man-db.x86_64 0:2.6.3-9.el7
1856 mpfr.x86_64 0:3.1.1-4.el7
1857 nginx-filesystem.noarch 1:1.6.3-7.el7
1858 openssh.x86_64 0:6.6.1p1-22.el7
1859 openssh-clients.x86_64 0:6.6.1p1-22.el7
1860 openssl.x86_64 1:1.0.1e-51.el7_2.1
1861 packagedb-cli.noarch 0:2.8.2-1.el7
1862 patch.x86_64 0:2.7.1-8.el7
1863 perl.x86_64 4:5.16.3-286.el7
1864 perl-AnyEvent.x86_64 0:7.07-3.el7
1865 perl-Business-ISBN.noarch 0:2.06-2.el7
1866 perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7
1867 perl-Carp.noarch 0:1.26-244.el7
1868 perl-Class-Load.noarch 0:0.20-3.el7
1869 perl-Class-Singleton.noarch 0:1.4-14.el7
1870 perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7
1871 perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7
1872 perl-Data-Dumper.x86_64 0:2.145-3.el7
1873 perl-Data-OptList.noarch 0:0.107-9.el7
1874 perl-DateTime-Locale.noarch 0:0.45-6.el7
1875 perl-DateTime-TimeZone.noarch 0:1.63-2.el7
1876 perl-Digest.noarch 0:1.17-245.el7
1877 perl-Digest-MD5.x86_64 0:2.52-3.el7
1878 perl-Digest-SHA.x86_64 1:5.85-3.el7
1879 perl-Email-Date-Format.noarch 0:1.002-15.el7
1880 perl-Email-MIME-ContentType.noarch 0:1.017-1.el7
1881 perl-Email-MIME-Encodings.noarch 0:1.315-1.el7
1882 perl-Email-MessageID.noarch 0:1.404-1.el7
1883 perl-Email-Simple.noarch 0:2.203-1.el7
1884 perl-Encode.x86_64 0:2.51-7.el7
1885 perl-Encode-Locale.noarch 0:1.03-5.el7
1886 perl-Error.noarch 1:0.17020-2.el7
1887 perl-Exporter.noarch 0:5.68-3.el7
1888 perl-ExtUtils-Install.noarch 0:1.58-286.el7
1889 perl-ExtUtils-Manifest.noarch 0:1.61-244.el7
1890 perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7
1891 perl-File-Path.noarch 0:2.09-2.el7
1892 perl-File-Temp.noarch 0:0.23.01-3.el7
1893 perl-Filter.x86_64 0:1.49-3.el7
1894 perl-Getopt-Long.noarch 0:2.40-2.el7
1895 perl-Git.noarch 0:1.8.3.1-6.el7
1896 perl-HTML-Tagset.noarch 0:3.20-15.el7
1897 perl-HTTP-Date.noarch 0:6.02-8.el7
1898 perl-HTTP-Message.noarch 0:6.06-6.el7
1899 perl-IO-Compress.noarch 0:2.061-2.el7
1900 perl-IO-HTML.noarch 0:1.00-2.el7
1901 perl-IO-Socket-IP.noarch 0:0.21-4.el7
1902 perl-IO-Zlib.noarch 1:1.10-286.el7
1903 perl-IPC-Cmd.noarch 1:0.80-4.el7
1904 perl-LWP-MediaTypes.noarch 0:6.02-2.el7
1905 perl-List-MoreUtils.x86_64 0:0.33-9.el7
1906 perl-Locale-Maketext.noarch 0:1.23-3.el7
1907 perl-Locale-Maketext-Simple.noarch 1:0.21-286.el7
1908 perl-MIME-Types.noarch 0:1.38-2.el7
1909 perl-Module-CoreList.noarch 1:2.76.02-286.el7
1910 perl-Module-Implementation.noarch 0:0.06-6.el7
1911 perl-Module-Load.noarch 1:0.24-3.el7
1912 perl-Module-Load-Conditional.noarch 0:0.54-3.el7
1913 perl-Module-Metadata.noarch 0:1.000018-2.el7
1914 perl-Module-Runtime.noarch 0:0.013-4.el7
1915 perl-Net-Daemon.noarch 0:0.48-5.el7
1916 perl-Net-LibIDN.x86_64 0:0.12-15.el7
1917 perl-Net-SSLeay.x86_64 0:1.55-3.el7
1918 perl-Package-Constants.noarch 1:0.02-286.el7
1919 perl-Package-DeprecationManager.noarch 0:0.13-7.el7
1920 perl-Package-Stash.noarch 0:0.34-2.el7
1921 perl-Package-Stash-XS.x86_64 0:0.26-3.el7
1922 perl-Params-Check.noarch 1:0.38-2.el7
1923 perl-Params-Util.x86_64 0:1.07-6.el7
1924 perl-Params-Validate.x86_64 0:1.08-4.el7
1925 perl-PathTools.x86_64 0:3.40-5.el7
1926 perl-Perl-OSType.noarch 0:1.003-3.el7
1927 perl-PlRPC.noarch 0:0.2020-14.el7
1928 perl-Pod-Escapes.noarch 1:1.04-286.el7
1929 perl-Pod-Perldoc.noarch 0:3.20-4.el7
1930 perl-Pod-Simple.noarch 1:3.28-4.el7
1931 perl-Pod-Usage.noarch 0:1.63-3.el7
1932 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
1933 perl-Socket.x86_64 0:2.010-3.el7
1934 perl-Storable.x86_64 0:2.45-3.el7
1935 perl-Sub-Install.noarch 0:0.926-6.el7
1936 perl-Task-Weaken.noarch 0:1.04-6.el7
1937 perl-TermReadKey.x86_64 0:2.30-20.el7
1938 perl-Test-Harness.noarch 0:3.28-3.el7
1939 perl-Text-ParseWords.noarch 0:3.29-4.el7
1940 perl-Thread-Queue.noarch 0:3.02-2.el7
1941 perl-Time-HiRes.x86_64 4:1.9725-3.el7
1942 perl-Time-Local.noarch 0:1.2300-2.el7
1943 perl-TimeDate.noarch 1:2.30-2.el7
1944 perl-Try-Tiny.noarch 0:0.12-2.el7
1945 perl-Types-Serialiser.noarch 0:1.0-1.el7
1946 perl-URI.noarch 0:1.60-9.el7
1947 perl-common-sense.noarch 0:3.6-4.el7
1948 perl-constant.noarch 0:1.27-2.el7
1949 perl-devel.x86_64 4:5.16.3-286.el7
1950 perl-libs.x86_64 4:5.16.3-286.el7
1951 perl-local-lib.noarch 0:1.008010-3.el7
1952 perl-macros.x86_64 4:5.16.3-286.el7
1953 perl-parent.noarch 1:0.225-244.el7
1954 perl-podlators.noarch 0:2.5.1-3.el7
1955 perl-srpm-macros.noarch 0:1-8.el7
1956 perl-threads.x86_64 0:1.87-4.el7
1957 perl-threads-shared.x86_64 0:1.43-6.el7
1958 perl-version.x86_64 3:0.99.07-2.el7
1959 pigz.x86_64 0:2.3.3-1.el7.centos
1960 pyOpenSSL.x86_64 0:0.13.1-3.el7
1961 pyparsing.noarch 0:1.5.6-9.el7
1962 pyrpkg.noarch 0:1.35-2.el7
1963 python-async.x86_64 0:0.6.1-6.el7
1964 python-backports.x86_64 0:1.0-8.el7
1965 python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7
1966 python-beautifulsoup4.noarch 0:4.3.2-1.el7
1967 python-bugzilla.noarch 0:1.2.2-1.el7
1968 python-chardet.noarch 0:2.2.1-1.el7_1
1969 python-dockerfile-parse.noarch 0:0.0.5-1.el7
1970 python-fedora.noarch 0:0.6.4-1.el7
1971 python-gitdb.x86_64 0:0.5.4-5.el7
1972 python-html5lib.noarch 1:0.999-5.el7
1973 python-kitchen.noarch 0:1.1.1-5.el7
1974 python-krbV.x86_64 0:1.0.90-8.el7
1975 python-lockfile.noarch 1:0.9.1-4.el7.centos
1976 python-magic.noarch 0:5.11-31.el7
1977 python-munch.noarch 0:2.0.2-2.el7.centos
1978 python-osbs-client.noarch 0:0.15-1.el7
1979 python-requests.noarch 0:2.6.0-1.el7_1
1980 python-setuptools.noarch 0:0.9.8-4.el7
1981 python-simplejson.x86_64 0:3.3.3-1.el7
1982 python-six.noarch 0:1.9.0-2.el7
1983 python-smmap.noarch 0:0.8.1-6.el7
1984 python-urllib3.noarch 0:1.10.2-2.el7_1
1985 redhat-rpm-config.noarch 0:9.1.0-68.el7.centos
1986 rpmlint.noarch 0:1.5-4.el7
1987 rsync.x86_64 0:3.0.9-17.el7
1988 systemtap-sdt-devel.x86_64 0:2.8-10.el7
1989 unzip.x86_64 0:6.0-15.el7
1990 usermode.x86_64 0:1.111-5.el7
1991 vim-common.x86_64 2:7.4.160-1.el7
1992 vim-filesystem.x86_64 2:7.4.160-1.el7
1993 which.x86_64 0:2.20-7.el7
1994 ykpers.x86_64 0:1.17.2-3.el7
1995 yum-utils.noarch 0:1.1.31-34.el7
1996 zip.x86_64 0:3.0-10.el7
1997
1998Complete!
1999 ---> d6eff2acb2d5
2000Removing intermediate container b6836476ff0f
2001Step 3 : RUN ( sleep 1; echo "yes"; ) | perl -MCPAN -e shell || :
2002 ---> Running in 7ab9b69f654d
2003
2004CPAN.pm requires configuration, but most of it can be done automatically.
2005If you answer 'no' below, you will enter an interactive dialog for each
2006configuration option instead.
2007
2008Would you like to configure as much as possible automatically? [yes]
2009 <install_help>
2010
2011Warning: You do not have write permission for Perl library directories.
2012
2013To install modules, you need to configure a local Perl library directory or
2014escalate your privileges. CPAN can help you by bootstrapping the local::lib
2015module or by configuring itself to use 'sudo' (if available). You may also
2016resolve this problem manually if you need to customize your setup.
2017
2018What approach do you want? (Choose 'local::lib', 'sudo' or 'manual')
2019 [local::lib] local::lib
2020
2021Autoconfigured everything but 'urllist'.
2022
2023Now you need to choose your CPAN mirror sites. You can let me
2024pick mirrors for you, you can select them from a list or you
2025can enter them by hand.
2026
2027Would you like me to automatically choose some CPAN mirror
2028sites for you? (This means connecting to the Internet) [yes] yes
2029Trying to fetch a mirror list from the Internet
2030Fetching with HTTP::Tiny:
2031http://www.perl.org/CPAN/MIRRORED.BY
2032
2033Looking for CPAN mirrors near you (please be patient)
2034......................... done!
2035
2036New urllist
2037 http://mirror.optusnet.com.au/CPAN/
2038 http://mirror.waia.asn.au/pub/cpan/
2039 http://cpan.nautile.nc/CPAN/
2040
2041Autoconfiguration complete.
2042
2043Attempting to bootstrap local::lib...
2044
2045Writing /root/.cpan/CPAN/MyConfig.pm for bootstrap...
2046commit: wrote '/root/.cpan/CPAN/MyConfig.pm'
2047Fetching with HTTP::Tiny:
2048http://mirror.optusnet.com.au/CPAN/authors/01mailrc.txt.gz
2049Reading '/root/.cpan/sources/authors/01mailrc.txt.gz'
2050............................................................................DONE
2051Fetching with HTTP::Tiny:
2052http://mirror.optusnet.com.au/CPAN/modules/02packages.details.txt.gz
2053Reading '/root/.cpan/sources/modules/02packages.details.txt.gz'
2054 Database was generated on Tue, 29 Dec 2015 18:53:35 GMT
2055..............
2056 New CPAN.pm version (v2.10) available.
2057 [Currently running version is v1.9800]
2058 You might want to try
2059 install CPAN
2060 reload cpan
2061 to both upgrade CPAN.pm and run the new version without leaving
2062 the current session.
2063
2064
2065..............................................................DONE
2066Fetching with HTTP::Tiny:
2067http://mirror.optusnet.com.au/CPAN/modules/03modlist.data.gz
2068Reading '/root/.cpan/sources/modules/03modlist.data.gz'
2069DONE
2070Writing /root/.cpan/Metadata
2071Running make for H/HA/HAARG/local-lib-2.000018.tar.gz
2072Fetching with HTTP::Tiny:
2073http://mirror.optusnet.com.au/CPAN/authors/id/H/HA/HAARG/local-lib-2.000018.tar.gz
2074Fetching with HTTP::Tiny:
2075http://mirror.optusnet.com.au/CPAN/authors/id/H/HA/HAARG/CHECKSUMS
2076Checksum for /root/.cpan/sources/authors/id/H/HA/HAARG/local-lib-2.000018.tar.gz ok
2077
2078 CPAN.pm: Building H/HA/HAARG/local-lib-2.000018.tar.gz
2079
2080Attempting to create directory /root/perl5
2081
2082Dispatching deprecated method 'CPAN::Config::load' to CPAN::HandleConfig
2083
2084Dispatching deprecated method 'CPAN::Config::load' to CPAN::HandleConfig
2085Reading '/root/.cpan/Metadata'
2086 Database was generated on Tue, 29 Dec 2015 18:53:35 GMT
2087Running install for module 'ExtUtils::MakeMaker'
2088Running make for B/BI/BINGOS/ExtUtils-MakeMaker-7.10.tar.gz
2089Fetching with HTTP::Tiny:
2090http://mirror.optusnet.com.au/CPAN/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.10.tar.gz
2091Fetching with HTTP::Tiny:
2092http://mirror.optusnet.com.au/CPAN/authors/id/B/BI/BINGOS/CHECKSUMS
2093Checksum for /root/.cpan/sources/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.10.tar.gz ok
2094
2095 CPAN.pm: Building B/BI/BINGOS/ExtUtils-MakeMaker-7.10.tar.gz
2096
2097Using included version of JSON::PP (2.27203) as it is newer than the installed version (2.27202).
2098Using included version of Parse::CPAN::Meta (1.4405) as it is newer than the installed version (1.4404).
2099Using included version of CPAN::Meta::Requirements (2.127) as it is newer than the installed version (2.122).
2100Using included version of ExtUtils::Manifest (1.65) as it is newer than the installed version (1.61).
2101Checking if your kit is complete...
2102Looks good
2103Generating a Unix-style Makefile
2104Writing Makefile for ExtUtils::MakeMaker
2105Writing MYMETA.yml and MYMETA.json
2106cp inc/ExtUtils/Manifest.pm blib/lib/ExtUtils/Manifest.pm
2107cp lib/ExtUtils/MM_VOS.pm blib/lib/ExtUtils/MM_VOS.pm
2108cp lib/ExtUtils/Mksymlists.pm blib/lib/ExtUtils/Mksymlists.pm
2109cp lib/ExtUtils/MakeMaker/version/regex.pm blib/lib/ExtUtils/MakeMaker/version/regex.pm
2110cp lib/ExtUtils/MM.pm blib/lib/ExtUtils/MM.pm
2111cp inc/JSON/PP.pm blib/lib/JSON/PP.pm
2112cp lib/ExtUtils/MM_UWIN.pm blib/lib/ExtUtils/MM_UWIN.pm
2113cp lib/ExtUtils/testlib.pm blib/lib/ExtUtils/testlib.pm
2114cp lib/ExtUtils/MM_DOS.pm blib/lib/ExtUtils/MM_DOS.pm
2115cp lib/ExtUtils/MM_Cygwin.pm blib/lib/ExtUtils/MM_Cygwin.pm
2116cp lib/ExtUtils/MM_Win95.pm blib/lib/ExtUtils/MM_Win95.pm
2117cp lib/ExtUtils/Liblist.pm blib/lib/ExtUtils/Liblist.pm
2118cp lib/ExtUtils/MM_Darwin.pm blib/lib/ExtUtils/MM_Darwin.pm
2119cp inc/CPAN/Meta/Requirements.pm blib/lib/CPAN/Meta/Requirements.pm
2120cp lib/ExtUtils/MM_AIX.pm blib/lib/ExtUtils/MM_AIX.pm
2121cp lib/ExtUtils/Mkbootstrap.pm blib/lib/ExtUtils/Mkbootstrap.pm
2122cp lib/ExtUtils/Liblist/Kid.pm blib/lib/ExtUtils/Liblist/Kid.pm
2123cp lib/ExtUtils/MakeMaker/FAQ.pod blib/lib/ExtUtils/MakeMaker/FAQ.pod
2124cp inc/ExtUtils/MANIFEST.SKIP blib/lib/ExtUtils/MANIFEST.SKIP
2125cp lib/ExtUtils/MM_NW5.pm blib/lib/ExtUtils/MM_NW5.pm
2126cp lib/ExtUtils/MakeMaker/version/vpp.pm blib/lib/ExtUtils/MakeMaker/version/vpp.pm
2127cp lib/ExtUtils/MakeMaker/Locale.pm blib/lib/ExtUtils/MakeMaker/Locale.pm
2128cp lib/ExtUtils/MM_OS2.pm blib/lib/ExtUtils/MM_OS2.pm
2129cp lib/ExtUtils/MakeMaker.pm blib/lib/ExtUtils/MakeMaker.pm
2130cp lib/ExtUtils/Command.pm blib/lib/ExtUtils/Command.pm
2131cp lib/ExtUtils/MM_Unix.pm blib/lib/ExtUtils/MM_Unix.pm
2132cp inc/JSON/PP/Boolean.pm blib/lib/JSON/PP/Boolean.pm
2133cp lib/ExtUtils/MM_Win32.pm blib/lib/ExtUtils/MM_Win32.pm
2134cp lib/ExtUtils/MY.pm blib/lib/ExtUtils/MY.pm
2135cp lib/ExtUtils/MM_MacOS.pm blib/lib/ExtUtils/MM_MacOS.pm
2136cp lib/ExtUtils/MM_VMS.pm blib/lib/ExtUtils/MM_VMS.pm
2137cp lib/ExtUtils/MM_BeOS.pm blib/lib/ExtUtils/MM_BeOS.pm
2138cp lib/ExtUtils/MakeMaker/Tutorial.pod blib/lib/ExtUtils/MakeMaker/Tutorial.pod
2139cp lib/ExtUtils/MM_QNX.pm blib/lib/ExtUtils/MM_QNX.pm
2140cp lib/ExtUtils/Command/MM.pm blib/lib/ExtUtils/Command/MM.pm
2141cp lib/ExtUtils/MakeMaker/Config.pm blib/lib/ExtUtils/MakeMaker/Config.pm
2142cp inc/Parse/CPAN/Meta.pm blib/lib/Parse/CPAN/Meta.pm
2143cp lib/ExtUtils/MakeMaker/version.pm blib/lib/ExtUtils/MakeMaker/version.pm
2144cp lib/ExtUtils/MM_Any.pm blib/lib/ExtUtils/MM_Any.pm
2145cp bin/instmodsh blib/script/instmodsh
2146"/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/instmodsh
2147Manifying 1 pod document
2148Manifying 34 pod documents
2149 BINGOS/ExtUtils-MakeMaker-7.10.tar.gz
2150 /usr/bin/make -- OK
2151'YAML' not installed, will not store persistent state
2152Running make test
2153PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2154t/00compile.t ............. ok
2155t/01perl_bugs.t ........... ok
2156t/arch_check.t ............ ok
2157t/backwards.t ............. ok
2158t/basic.t ................. ok
2159t/build_man.t ............. ok
2160t/cd.t .................... ok
2161t/config.t ................ ok
2162t/cp.t .................... ok
2163t/dir_target.t ............ ok
2164t/echo.t .................. ok
2165t/eu_command.t ............ ok
2166t/FIRST_MAKEFILE.t ........ ok
2167t/fix_libs.t .............. ok
2168t/fixin.t ................. ok
2169t/hints.t ................. ok
2170t/INST.t .................. ok
2171t/INST_PREFIX.t ........... ok
2172t/INSTALL_BASE.t .......... ok
2173t/installed_file.t ........ ok
2174t/is_of_type.t ............ ok
2175t/Liblist.t ............... ok
2176Unrecognized argument in LIBS ignored: 'unreal_test'
2177Unrecognized argument in LIBS ignored: 'unreal_test'
2178t/Liblist_Kid.t ........... ok
2179t/make.t .................. ok
2180t/MakeMaker_Parameters.t .. ok
2181t/maketext_filter.t ....... ok
2182t/meta_convert.t .......... ok
2183t/metafile_data.t ......... ok
2184t/metafile_file.t ......... ok
2185t/min_perl_version.t ...... ok
2186t/miniperl.t .............. skipped: miniperl test only necessary for the perl core
2187t/Mkbootstrap.t ........... ok
2188t/MM_Any.t ................ ok
2189t/MM_BeOS.t ............... skipped: This is not BeOS
2190t/MM_Cygwin.t ............. skipped: This is not cygwin
2191t/MM_NW5.t ................ skipped: This is not NW5
2192t/MM_OS2.t ................ skipped: This is not OS/2
2193t/MM_Unix.t ............... ok
2194t/MM_VMS.t ................ skipped: This is not VMS
2195t/MM_Win32.t .............. skipped: This is not Win32
2196t/oneliner.t .............. ok
2197t/parse_abstract.t ........ ok
2198t/parse_version.t ......... ok
2199t/PL_FILES.t .............. ok
2200t/pm.t .................... ok
2201t/pm_to_blib.t ............ ok
2202t/pod2man.t ............... ok
2203t/postamble.t ............. ok
2204t/prefixify.t ............. ok
2205t/prereq.t ................ ok
2206t/prereq_print.t .......... ok
2207t/problems.t .............. ok
2208t/prompt.t ................ ok
2209t/recurs.t ................ ok
2210t/revision.t .............. ok
2211t/several_authors.t ....... ok
2212t/split_command.t ......... ok
2213t/test_boilerplate.t ...... ok
2214t/testlib.t ............... ok
2215t/unicode.t ............... ok
2216t/VERSION_FROM.t .......... ok
2217t/vstrings.t .............. ok
2218t/WriteEmptyMakefile.t .... ok
2219t/writemakefile_args.t .... ok
2220
2221# Failed test ' make test exited normally'
2222# at t/xs.t line 51.
2223# got: '512'
2224# expected: '0'
2225# make[1]: Entering directory `/root/.cpan/build/ExtUtils-MakeMaker-7.10-huLd7l/t/XS-Test'
2226# Running Mkbootstrap for XS::Test ()
2227# chmod 644 "Test.bs"
2228# PERL_DL_NONLAZY=1 "/usr/bin/perl" -w "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2229# Can't locate Test/More.pm in @INC (@INC contains: /root/.cpan/build/ExtUtils-MakeMaker-7.10-huLd7l/t/XS-Test/blib/lib /root/.cpan/build/ExtUtils-MakeMaker-7.10-huLd7l/t/XS-Test/blib/arch /root/.cpan/build/ExtUtils-MakeMaker-7.10-huLd7l/t/../blib/lib /root/.cpan/build/ExtUtils-MakeMaker-7.10-huLd7l/blib/lib /root/.cpan/build/ExtUtils-MakeMaker-7.10-huLd7l/blib/arch blib/arch blib/lib /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3 /root/perl5/lib/perl5/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3 /root/perl5/lib/perl5/x86_64-linux-thread-multi /root/perl5/lib/perl5 /root/.cpan/build/ExtUtils-MakeMaker-7.10-huLd7l/t/../blib/lib /root/.cpan/build/ExtUtils-MakeMaker-7.10-huLd7l/blib/lib /root/.cpan/build/ExtUtils-MakeMaker-7.10-huLd7l/blib/arch blib/arch blib/lib /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3 /root/perl5/lib/perl5/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3 /root/perl5/lib/perl5/x86_64-linux-thread-multi /root/perl5/lib/perl5 /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3 /root/perl5/lib/perl5/x86_64-linux-thread-multi /root/perl5/lib/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/is_even.t line 3.
2230# BEGIN failed--compilation aborted at t/is_even.t line 3.
2231# t/is_even.t ..
2232# Dubious, test returned 2 (wstat 512, 0x200)
2233# No subtests run
2234#
2235# Test Summary Report
2236# -------------------
2237# t/is_even.t (Wstat: 512 Tests: 0 Failed: 0)
2238# Non-zero exit status: 2
2239# Parse errors: No plan found in TAP output
2240# Files=1, Tests=0, 0 wallclock secs ( 0.03 usr + 0.01 sys = 0.04 CPU)
2241# Result: FAIL
2242# Failed 1/1 test programs. 0/0 subtests failed.
2243# make[1]: *** [test_dynamic] Error 2
2244# make[1]: Leaving directory `/root/.cpan/build/ExtUtils-MakeMaker-7.10-huLd7l/t/XS-Test'
2245# Looks like you failed 1 test of 5.
2246t/xs.t ....................
2247Dubious, test returned 1 (wstat 256, 0x100)
2248Failed 1/5 subtests
2249
2250Test Summary Report
2251-------------------
2252t/xs.t (Wstat: 256 Tests: 5 Failed: 1)
2253 Failed test: 5
2254 Non-zero exit status: 1
2255Files=65, Tests=1146, 43 wallclock secs ( 0.48 usr 0.14 sys + 29.49 cusr 6.84 csys = 36.95 CPU)
2256Result: FAIL
2257Failed 1/65 test programs. 1/1146 subtests failed.
2258make: *** [test_dynamic] Error 1
2259 BINGOS/ExtUtils-MakeMaker-7.10.tar.gz
2260 /usr/bin/make test -- NOT OK
2261//hint// to see the cpan-testers results for installing this module, try:
2262 reports BINGOS/ExtUtils-MakeMaker-7.10.tar.gz
2263Running make install
2264Manifying 1 pod document
2265Manifying 34 pod documents
2266Installing /root/perl5/lib/perl5/JSON/PP.pm
2267Installing /root/perl5/lib/perl5/JSON/PP/Boolean.pm
2268Installing /root/perl5/lib/perl5/Parse/CPAN/Meta.pm
2269Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker.pm
2270Installing /root/perl5/lib/perl5/ExtUtils/MM_Any.pm
2271Installing /root/perl5/lib/perl5/ExtUtils/MM.pm
2272Installing /root/perl5/lib/perl5/ExtUtils/Manifest.pm
2273Installing /root/perl5/lib/perl5/ExtUtils/MM_Cygwin.pm
2274Installing /root/perl5/lib/perl5/ExtUtils/MM_Win95.pm
2275Installing /root/perl5/lib/perl5/ExtUtils/MM_Unix.pm
2276Installing /root/perl5/lib/perl5/ExtUtils/MM_DOS.pm
2277Installing /root/perl5/lib/perl5/ExtUtils/MM_NW5.pm
2278Installing /root/perl5/lib/perl5/ExtUtils/MM_BeOS.pm
2279Installing /root/perl5/lib/perl5/ExtUtils/MM_OS2.pm
2280Installing /root/perl5/lib/perl5/ExtUtils/MM_MacOS.pm
2281Installing /root/perl5/lib/perl5/ExtUtils/MM_Win32.pm
2282Installing /root/perl5/lib/perl5/ExtUtils/Command.pm
2283Installing /root/perl5/lib/perl5/ExtUtils/testlib.pm
2284Installing /root/perl5/lib/perl5/ExtUtils/MY.pm
2285Installing /root/perl5/lib/perl5/ExtUtils/Mkbootstrap.pm
2286Installing /root/perl5/lib/perl5/ExtUtils/MM_VMS.pm
2287Installing /root/perl5/lib/perl5/ExtUtils/MANIFEST.SKIP
2288Installing /root/perl5/lib/perl5/ExtUtils/MM_UWIN.pm
2289Installing /root/perl5/lib/perl5/ExtUtils/Mksymlists.pm
2290Installing /root/perl5/lib/perl5/ExtUtils/MM_VOS.pm
2291Installing /root/perl5/lib/perl5/ExtUtils/MM_QNX.pm
2292Installing /root/perl5/lib/perl5/ExtUtils/MM_Darwin.pm
2293Installing /root/perl5/lib/perl5/ExtUtils/MM_AIX.pm
2294Installing /root/perl5/lib/perl5/ExtUtils/Liblist.pm
2295Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker/FAQ.pod
2296Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker/Tutorial.pod
2297Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker/Config.pm
2298Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker/Locale.pm
2299Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker/version.pm
2300Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker/version/regex.pm
2301Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker/version/vpp.pm
2302Installing /root/perl5/lib/perl5/ExtUtils/Command/MM.pm
2303Installing /root/perl5/lib/perl5/ExtUtils/Liblist/Kid.pm
2304Installing /root/perl5/lib/perl5/CPAN/Meta/Requirements.pm
2305Installing /root/perl5/man/man1/instmodsh.1
2306Installing /root/perl5/man/man3/ExtUtils::Command::MM.3pm
2307Installing /root/perl5/man/man3/ExtUtils::MM_Win32.3pm
2308Installing /root/perl5/man/man3/ExtUtils::Command.3pm
2309Installing /root/perl5/man/man3/CPAN::Meta::Requirements.3pm
2310Installing /root/perl5/man/man3/ExtUtils::Manifest.3pm
2311Installing /root/perl5/man/man3/Parse::CPAN::Meta.3pm
2312Installing /root/perl5/man/man3/ExtUtils::MM_Any.3pm
2313Installing /root/perl5/man/man3/ExtUtils::MakeMaker::Config.3pm
2314Installing /root/perl5/man/man3/ExtUtils::testlib.3pm
2315Installing /root/perl5/man/man3/JSON::PP.3pm
2316Installing /root/perl5/man/man3/ExtUtils::MM.3pm
2317Installing /root/perl5/man/man3/ExtUtils::MM_VOS.3pm
2318Installing /root/perl5/man/man3/ExtUtils::MM_AIX.3pm
2319Installing /root/perl5/man/man3/ExtUtils::MM_DOS.3pm
2320Installing /root/perl5/man/man3/ExtUtils::MM_VMS.3pm
2321Installing /root/perl5/man/man3/ExtUtils::Mksymlists.3pm
2322Installing /root/perl5/man/man3/ExtUtils::MakeMaker::Locale.3pm
2323Installing /root/perl5/man/man3/ExtUtils::Mkbootstrap.3pm
2324Installing /root/perl5/man/man3/ExtUtils::MM_Cygwin.3pm
2325Installing /root/perl5/man/man3/ExtUtils::MM_OS2.3pm
2326Installing /root/perl5/man/man3/ExtUtils::Liblist.3pm
2327Installing /root/perl5/man/man3/ExtUtils::MM_NW5.3pm
2328Installing /root/perl5/man/man3/ExtUtils::MakeMaker::Tutorial.3pm
2329Installing /root/perl5/man/man3/ExtUtils::MM_Darwin.3pm
2330Installing /root/perl5/man/man3/ExtUtils::MM_BeOS.3pm
2331Installing /root/perl5/man/man3/ExtUtils::MakeMaker.3pm
2332Installing /root/perl5/man/man3/ExtUtils::MakeMaker::FAQ.3pm
2333Installing /root/perl5/man/man3/ExtUtils::MM_MacOS.3pm
2334Installing /root/perl5/man/man3/JSON::PP::Boolean.3pm
2335Installing /root/perl5/man/man3/ExtUtils::MM_Win95.3pm
2336Installing /root/perl5/man/man3/ExtUtils::MM_QNX.3pm
2337Installing /root/perl5/man/man3/ExtUtils::MY.3pm
2338Installing /root/perl5/man/man3/ExtUtils::MM_Unix.3pm
2339Installing /root/perl5/man/man3/ExtUtils::MM_UWIN.3pm
2340Installing /root/perl5/bin/instmodsh
2341Appending installation info to /root/perl5/lib/perl5/x86_64-linux-thread-multi/perllocal.pod
2342 BINGOS/ExtUtils-MakeMaker-7.10.tar.gz
2343 /usr/bin/make install -- OK
2344
2345Checking if your kit is complete...
2346Looks good
2347Generating a Unix-style Makefile
2348Writing Makefile for local::lib
2349Writing MYMETA.yml and MYMETA.json
2350---- Unsatisfied dependencies detected during ----
2351---- HAARG/local-lib-2.000018.tar.gz ----
2352 Test::More [build_requires]
2353Running make test
2354 Delayed until after prerequisites
2355Running make install
2356 Delayed until after prerequisites
2357Tried to deactivate inactive local::lib '/root/perl5'
2358
2359local::lib is installed. You must now add the following environment variables
2360to your shell configuration files (or registry, if you are on Windows) and
2361then restart your command line shell and CPAN before installing modules:
2362
2363Use of uninitialized value $deactivating in numeric eq (==) at /usr/share/perl5/vendor_perl/local/lib.pm line 381.
2364Use of uninitialized value $deactivating in numeric eq (==) at /usr/share/perl5/vendor_perl/local/lib.pm line 383.
2365Use of uninitialized value $options{"interpolate"} in numeric eq (==) at /usr/share/perl5/vendor_perl/local/lib.pm line 424.
2366Use of uninitialized value $options{"interpolate"} in numeric eq (==) at /usr/share/perl5/vendor_perl/local/lib.pm line 424.
2367Use of uninitialized value $options{"interpolate"} in numeric eq (==) at /usr/share/perl5/vendor_perl/local/lib.pm line 424.
2368export PERL_LOCAL_LIB_ROOT="$PERL_LOCAL_LIB_ROOT:/root/perl5";
2369export PERL_MB_OPT="--install_base /root/perl5";
2370export PERL_MM_OPT="INSTALL_BASE=/root/perl5";
2371export PERL5LIB="/root/perl5/lib/perl5:$PERL5LIB";
2372export PATH="/root/perl5/bin:$PATH";
2373Use of uninitialized value $_[0] in substitution (s///) at /usr/share/perl5/File/Basename.pm line 341.
2374fileparse(): need a valid pathname at /usr/share/perl5/CPAN/FirstTime.pm line 1354.
2375 ---> 62db19177555
2376Removing intermediate container 7ab9b69f654d
2377Step 4 : ADD bashrc /root/.bashrc
2378 ---> 0126a0d557b0
2379Removing intermediate container 230cd1ff07ef
2380Step 5 : WORKDIR /srv/
2381 ---> Running in bccc432f63bc
2382 ---> 636133de79d6
2383Removing intermediate container bccc432f63bc
2384Step 6 : RUN git clone https://github.com/jmapio/jmap-perl.git jmap-perl.git
2385 ---> Running in c0e74a24d0ea
2386Cloning into 'jmap-perl.git'...
2387 ---> 50309af7ae56
2388Removing intermediate container c0e74a24d0ea
2389Step 7 : WORKDIR /srv/jmap-perl.git
2390 ---> Running in eb0e78786456
2391 ---> bf3e4f4d7407
2392Removing intermediate container eb0e78786456
2393Step 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 || :
2394 ---> Running in 4f18c76a6c5a
2395
2396cpan shell -- CPAN exploration and modules installation (v1.9800)
2397Enter 'h' for help.
2398
2399cpan[1]> Reading '/root/.cpan/Metadata'
2400 Database was generated on Tue, 29 Dec 2015 18:53:35 GMT
2401Warning: Cannot install AnyEvent::Gmail, don't know what it is.
2402Try the command
2403
2404 i /AnyEvent::Gmail/
2405
2406to find objects with matching identifiers.
2407Warning: Cannot install Email::Sender::Transport::GmailSMTP, don't know what it is.
2408Try the command
2409
2410 i /Email::Sender::Transport::GmailSMTP/
2411
2412to find objects with matching identifiers.
2413Warning: Cannot install JMAP::API, don't know what it is.
2414Try the command
2415
2416 i /JMAP::API/
2417
2418to find objects with matching identifiers.
2419Warning: Cannot install JMAP::DB, don't know what it is.
2420Try the command
2421
2422 i /JMAP::DB/
2423
2424to find objects with matching identifiers.
2425Warning: Cannot install JMAP::GmailDB, don't know what it is.
2426Try the command
2427
2428 i /JMAP::GmailDB/
2429
2430to find objects with matching identifiers.
2431Warning: Cannot install JMAP::ImapDB, don't know what it is.
2432Try the command
2433
2434 i /JMAP::ImapDB/
2435
2436to find objects with matching identifiers.
2437Warning: Cannot install JMAP::Sync::Gmail, don't know what it is.
2438Try the command
2439
2440 i /JMAP::Sync::Gmail/
2441
2442to find objects with matching identifiers.
2443Warning: Cannot install JMAP::Sync::Standard, don't know what it is.
2444Try the command
2445
2446 i /JMAP::Sync::Standard/
2447
2448to find objects with matching identifiers.
2449Warning: Cannot install Mail::GmailTalk, don't know what it is.
2450Try the command
2451
2452 i /Mail::GmailTalk/
2453
2454to find objects with matching identifiers.
2455Warning: Cannot install OAuth2::Tiny, don't know what it is.
2456Try the command
2457
2458 i /OAuth2::Tiny/
2459
2460to find objects with matching identifiers.
2461Running install for module 'AnyEvent'
2462Running make for M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
2463Fetching with HTTP::Tiny:
2464http://mirror.optusnet.com.au/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
2465Fetching with HTTP::Tiny:
2466http://mirror.optusnet.com.au/CPAN/authors/id/M/ML/MLEHMANN/CHECKSUMS
2467Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/AnyEvent-7.11.tar.gz ok
2468Scanning cache /root/.cpan/build for sizes
2469............................................................................DONE
2470---- Unsatisfied dependencies detected during ----
2471---- MLEHMANN/AnyEvent-7.11.tar.gz ----
2472 Canary::Stability [build_requires]
2473Skipping test because of notest pragma
2474Running make install
2475 Make had some problems, won't install
2476 Delayed until after prerequisites
2477Running install for module 'Canary::Stability'
2478Running make for M/ML/MLEHMANN/Canary-Stability-2006.tar.gz
2479Fetching with HTTP::Tiny:
2480http://mirror.optusnet.com.au/CPAN/authors/id/M/ML/MLEHMANN/Canary-Stability-2006.tar.gz
2481Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/Canary-Stability-2006.tar.gz ok
2482
2483 CPAN.pm: Building M/ML/MLEHMANN/Canary-Stability-2006.tar.gz
2484
2485Checking if your kit is complete...
2486Looks good
2487Writing Makefile for Canary::Stability
2488Writing MYMETA.yml and MYMETA.json
2489cp Stability.pm blib/lib/Canary/Stability.pm
2490Manifying blib/man3/Canary::Stability.3pm
2491 MLEHMANN/Canary-Stability-2006.tar.gz
2492 /usr/bin/make -- OK
2493'YAML' not installed, will not store persistent state
2494Skipping test because of notest pragma
2495Running make install
2496Installing /usr/local/share/perl5/Canary/Stability.pm
2497Installing /usr/local/share/man/man3/Canary::Stability.3pm
2498Appending installation info to /usr/lib64/perl5/perllocal.pod
2499 MLEHMANN/Canary-Stability-2006.tar.gz
2500 /usr/bin/make install -- OK
2501Running make for M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
2502
2503 CPAN.pm: Building M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
2504
2505
2506***
2507*** The stability canary says: chirp! chirp! (it seems to be quite happy)
2508***
2509*** Your version of perl (5.016003) is quite supported by AnyEvent, nothing
2510*** else to be said, hope it comes in handy.
2511***
2512
2513
2514***
2515*** The EV module is recommended for even better performance, unless you
2516*** have to use one of the other adaptors (Event, Glib, Tk, etc.).
2517*** The Async::Interrupt module is highly recommended to efficiently avoid
2518*** race conditions in/with other event loops.
2519***
2520*** This module does not have ANY dependencies, even if it might look
2521*** otherwise. If you are building a distribution package or have
2522*** difficulties installing this package due to dependencies, report this
2523*** to the packager as a bug.
2524***
2525*** This module is guaranteed to stay 100% pure-perl, full-featured
2526*** and performant, even without any of the optional modules.
2527***
2528
2529Checking if your kit is complete...
2530Looks good
2531Writing Makefile for AnyEvent
2532Writing MYMETA.yml and MYMETA.json
2533cp lib/AnyEvent/constants.pl blib/arch/AnyEvent/constants.pl
2534cp lib/AnyEvent/Strict.pm blib/lib/AnyEvent/Strict.pm
2535cp lib/AnyEvent/Log.pm blib/lib/AnyEvent/Log.pm
2536cp lib/AnyEvent/IO/IOAIO.pm blib/lib/AnyEvent/IO/IOAIO.pm
2537cp lib/AnyEvent/Impl/Glib.pm blib/lib/AnyEvent/Impl/Glib.pm
2538cp lib/AnyEvent/IO/Perl.pm blib/lib/AnyEvent/IO/Perl.pm
2539cp lib/AnyEvent/Impl/Tk.pm blib/lib/AnyEvent/Impl/Tk.pm
2540cp lib/AnyEvent/Impl/Cocoa.pm blib/lib/AnyEvent/Impl/Cocoa.pm
2541cp lib/AnyEvent/IO.pm blib/lib/AnyEvent/IO.pm
2542cp lib/AnyEvent/Intro.pod blib/lib/AnyEvent/Intro.pod
2543cp lib/AnyEvent/Impl/EventLib.pm blib/lib/AnyEvent/Impl/EventLib.pm
2544cp lib/AnyEvent/Socket.pm blib/lib/AnyEvent/Socket.pm
2545cp lib/AE.pm blib/lib/AE.pm
2546cp lib/AnyEvent/Impl/FLTK.pm blib/lib/AnyEvent/Impl/FLTK.pm
2547cp lib/AnyEvent/DNS.pm blib/lib/AnyEvent/DNS.pm
2548cp lib/AnyEvent/Util/uts46data.pl blib/lib/AnyEvent/Util/uts46data.pl
2549cp lib/AnyEvent/Impl/EV.pm blib/lib/AnyEvent/Impl/EV.pm
2550cp lib/AnyEvent/Util.pm blib/lib/AnyEvent/Util.pm
2551cp lib/AnyEvent/Impl/Event.pm blib/lib/AnyEvent/Impl/Event.pm
2552cp lib/AnyEvent/Debug.pm blib/lib/AnyEvent/Debug.pm
2553cp lib/AnyEvent/Impl/Perl.pm blib/lib/AnyEvent/Impl/Perl.pm
2554cp lib/AnyEvent/Impl/POE.pm blib/lib/AnyEvent/Impl/POE.pm
2555cp lib/AnyEvent/Impl/IOAsync.pm blib/lib/AnyEvent/Impl/IOAsync.pm
2556cp lib/AnyEvent/Loop.pm blib/lib/AnyEvent/Loop.pm
2557cp lib/AnyEvent/TLS.pm blib/lib/AnyEvent/TLS.pm
2558cp lib/AnyEvent/Impl/Irssi.pm blib/lib/AnyEvent/Impl/Irssi.pm
2559cp lib/AnyEvent/Util/idna.pl blib/lib/AnyEvent/Util/idna.pl
2560cp lib/AnyEvent/FAQ.pod blib/lib/AnyEvent/FAQ.pod
2561cp lib/AnyEvent.pm blib/lib/AnyEvent.pm
2562cp lib/AnyEvent/Impl/Qt.pm blib/lib/AnyEvent/Impl/Qt.pm
2563cp lib/AnyEvent/Handle.pm blib/lib/AnyEvent/Handle.pm
2564cp lib/AnyEvent/Impl/UV.pm blib/lib/AnyEvent/Impl/UV.pm
2565Manifying blib/man3/AnyEvent::Debug.3pm
2566Manifying blib/man3/AnyEvent::Impl::Perl.3pm
2567Manifying blib/man3/AnyEvent::Impl::POE.3pm
2568Manifying blib/man3/AnyEvent::Impl::IOAsync.3pm
2569Manifying blib/man3/AnyEvent::Strict.3pm
2570Manifying blib/man3/AnyEvent::Log.3pm
2571Manifying blib/man3/AnyEvent::IO::IOAIO.3pm
2572Manifying blib/man3/AnyEvent::Impl::Glib.3pm
2573Manifying blib/man3/AnyEvent::Loop.3pm
2574Manifying blib/man3/AnyEvent::TLS.3pm
2575Manifying blib/man3/AnyEvent::Impl::Tk.3pm
2576Manifying blib/man3/AnyEvent::IO::Perl.3pm
2577Manifying blib/man3/AnyEvent::Impl::Cocoa.3pm
2578Manifying blib/man3/AnyEvent::IO.3pm
2579Manifying blib/man3/AnyEvent::Impl::Irssi.3pm
2580Manifying blib/man3/AnyEvent::Impl::EventLib.3pm
2581Manifying blib/man3/AnyEvent::Intro.3pm
2582Manifying blib/man3/AnyEvent::FAQ.3pm
2583Manifying blib/man3/AnyEvent.3pm
2584Manifying blib/man3/AE.3pm
2585Manifying blib/man3/AnyEvent::Socket.3pm
2586Manifying blib/man3/AnyEvent::Impl::FLTK.3pm
2587Manifying blib/man3/AnyEvent::Impl::Qt.3pm
2588Manifying blib/man3/AnyEvent::Handle.3pm
2589Manifying blib/man3/AnyEvent::DNS.3pm
2590Manifying blib/man3/AnyEvent::Impl::EV.3pm
2591Manifying blib/man3/AnyEvent::Impl::UV.3pm
2592Manifying blib/man3/AnyEvent::Util.3pm
2593Manifying blib/man3/AnyEvent::Impl::Event.3pm
2594/usr/bin/perl "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl
2595 MLEHMANN/AnyEvent-7.11.tar.gz
2596 /usr/bin/make -- OK
2597Skipping test because of notest pragma
2598Running make install
2599Skip blib/arch/AnyEvent/constants.pl (unchanged)
2600Skip blib/lib/AnyEvent/Strict.pm (unchanged)
2601Skip blib/lib/AnyEvent/Log.pm (unchanged)
2602Skip blib/lib/AnyEvent/IO/IOAIO.pm (unchanged)
2603Skip blib/lib/AnyEvent/Impl/Glib.pm (unchanged)
2604Skip blib/lib/AnyEvent/IO/Perl.pm (unchanged)
2605Skip blib/lib/AnyEvent/Impl/Tk.pm (unchanged)
2606Skip blib/lib/AnyEvent/Impl/Cocoa.pm (unchanged)
2607Skip blib/lib/AnyEvent/IO.pm (unchanged)
2608Skip blib/lib/AnyEvent/Intro.pod (unchanged)
2609Skip blib/lib/AnyEvent/Impl/EventLib.pm (unchanged)
2610Skip blib/lib/AnyEvent/Socket.pm (unchanged)
2611Skip blib/lib/AE.pm (unchanged)
2612Skip blib/lib/AnyEvent/Impl/FLTK.pm (unchanged)
2613Skip blib/lib/AnyEvent/DNS.pm (unchanged)
2614Skip blib/lib/AnyEvent/Util/uts46data.pl (unchanged)
2615Skip blib/lib/AnyEvent/Impl/EV.pm (unchanged)
2616Skip blib/lib/AnyEvent/Util.pm (unchanged)
2617Skip blib/lib/AnyEvent/Impl/Event.pm (unchanged)
2618Skip blib/lib/AnyEvent/Debug.pm (unchanged)
2619Skip blib/lib/AnyEvent/Impl/Perl.pm (unchanged)
2620Skip blib/lib/AnyEvent/Impl/POE.pm (unchanged)
2621Skip blib/lib/AnyEvent/Impl/IOAsync.pm (unchanged)
2622Skip blib/lib/AnyEvent/Loop.pm (unchanged)
2623Skip blib/lib/AnyEvent/TLS.pm (unchanged)
2624Skip blib/lib/AnyEvent/Impl/Irssi.pm (unchanged)
2625Skip blib/lib/AnyEvent/Util/idna.pl (unchanged)
2626Skip blib/lib/AnyEvent/FAQ.pod (unchanged)
2627Skip blib/lib/AnyEvent.pm (unchanged)
2628Skip blib/lib/AnyEvent/Impl/Qt.pm (unchanged)
2629Skip blib/lib/AnyEvent/Handle.pm (unchanged)
2630Skip blib/lib/AnyEvent/Impl/UV.pm (unchanged)
2631Manifying blib/man3/AnyEvent::Debug.3pm
2632Manifying blib/man3/AnyEvent::Impl::Perl.3pm
2633Manifying blib/man3/AnyEvent::Impl::POE.3pm
2634Manifying blib/man3/AnyEvent::Impl::IOAsync.3pm
2635Manifying blib/man3/AnyEvent::Strict.3pm
2636Manifying blib/man3/AnyEvent::Log.3pm
2637Manifying blib/man3/AnyEvent::IO::IOAIO.3pm
2638Manifying blib/man3/AnyEvent::Impl::Glib.3pm
2639Manifying blib/man3/AnyEvent::Loop.3pm
2640Manifying blib/man3/AnyEvent::TLS.3pm
2641Manifying blib/man3/AnyEvent::Impl::Tk.3pm
2642Manifying blib/man3/AnyEvent::IO::Perl.3pm
2643Manifying blib/man3/AnyEvent::Impl::Cocoa.3pm
2644/usr/bin/perl "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl
2645Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
2646Installing /usr/local/lib64/perl5/AnyEvent/constants.pl
2647Installing /usr/local/lib64/perl5/AE.pm
2648Installing /usr/local/lib64/perl5/AnyEvent.pm
2649Installing /usr/local/lib64/perl5/AnyEvent/Log.pm
2650Installing /usr/local/lib64/perl5/AnyEvent/DNS.pm
2651Installing /usr/local/lib64/perl5/AnyEvent/Handle.pm
2652Installing /usr/local/lib64/perl5/AnyEvent/FAQ.pod
2653Installing /usr/local/lib64/perl5/AnyEvent/IO.pm
2654Installing /usr/local/lib64/perl5/AnyEvent/TLS.pm
2655Installing /usr/local/lib64/perl5/AnyEvent/Socket.pm
2656Installing /usr/local/lib64/perl5/AnyEvent/Loop.pm
2657Installing /usr/local/lib64/perl5/AnyEvent/Strict.pm
2658Installing /usr/local/lib64/perl5/AnyEvent/Intro.pod
2659Installing /usr/local/lib64/perl5/AnyEvent/Util.pm
2660Installing /usr/local/lib64/perl5/AnyEvent/Debug.pm
2661Installing /usr/local/lib64/perl5/AnyEvent/IO/IOAIO.pm
2662Installing /usr/local/lib64/perl5/AnyEvent/IO/Perl.pm
2663Installing /usr/local/lib64/perl5/AnyEvent/Util/idna.pl
2664Installing /usr/local/lib64/perl5/AnyEvent/Util/uts46data.pl
2665Installing /usr/local/lib64/perl5/AnyEvent/Impl/UV.pm
2666Installing /usr/local/lib64/perl5/AnyEvent/Impl/POE.pm
2667Installing /usr/local/lib64/perl5/AnyEvent/Impl/EV.pm
2668Installing /usr/local/lib64/perl5/AnyEvent/Impl/Cocoa.pm
2669Installing /usr/local/lib64/perl5/AnyEvent/Impl/FLTK.pm
2670Installing /usr/local/lib64/perl5/AnyEvent/Impl/Qt.pm
2671Installing /usr/local/lib64/perl5/AnyEvent/Impl/Glib.pm
2672Installing /usr/local/lib64/perl5/AnyEvent/Impl/Tk.pm
2673Installing /usr/local/lib64/perl5/AnyEvent/Impl/Event.pm
2674Installing /usr/local/lib64/perl5/AnyEvent/Impl/Perl.pm
2675Installing /usr/local/lib64/perl5/AnyEvent/Impl/IOAsync.pm
2676Installing /usr/local/lib64/perl5/AnyEvent/Impl/Irssi.pm
2677Installing /usr/local/lib64/perl5/AnyEvent/Impl/EventLib.pm
2678Installing /usr/local/share/man/man3/AnyEvent::Impl::Qt.3pm
2679Installing /usr/local/share/man/man3/AnyEvent::Log.3pm
2680Installing /usr/local/share/man/man3/AnyEvent::Handle.3pm
2681Installing /usr/local/share/man/man3/AnyEvent::Impl::EV.3pm
2682Installing /usr/local/share/man/man3/AnyEvent::Impl::Event.3pm
2683Installing /usr/local/share/man/man3/AnyEvent::Util.3pm
2684Installing /usr/local/share/man/man3/AnyEvent::Impl::Irssi.3pm
2685Installing /usr/local/share/man/man3/AnyEvent::Impl::UV.3pm
2686Installing /usr/local/share/man/man3/AnyEvent::Intro.3pm
2687Installing /usr/local/share/man/man3/AnyEvent::Impl::FLTK.3pm
2688Installing /usr/local/share/man/man3/AnyEvent::Loop.3pm
2689Installing /usr/local/share/man/man3/AnyEvent::Impl::Cocoa.3pm
2690Installing /usr/local/share/man/man3/AnyEvent::Strict.3pm
2691Installing /usr/local/share/man/man3/AnyEvent::IO::IOAIO.3pm
2692Installing /usr/local/share/man/man3/AnyEvent::Impl::IOAsync.3pm
2693Installing /usr/local/share/man/man3/AnyEvent::Impl::POE.3pm
2694Installing /usr/local/share/man/man3/AnyEvent::Impl::Glib.3pm
2695Installing /usr/local/share/man/man3/AE.3pm
2696Installing /usr/local/share/man/man3/AnyEvent::Impl::Perl.3pm
2697Installing /usr/local/share/man/man3/AnyEvent::DNS.3pm
2698Installing /usr/local/share/man/man3/AnyEvent::Impl::Tk.3pm
2699Installing /usr/local/share/man/man3/AnyEvent::Debug.3pm
2700Installing /usr/local/share/man/man3/AnyEvent::FAQ.3pm
2701Installing /usr/local/share/man/man3/AnyEvent::IO.3pm
2702Installing /usr/local/share/man/man3/AnyEvent::Socket.3pm
2703Installing /usr/local/share/man/man3/AnyEvent::Impl::EventLib.3pm
2704Installing /usr/local/share/man/man3/AnyEvent::IO::Perl.3pm
2705Installing /usr/local/share/man/man3/AnyEvent.3pm
2706Installing /usr/local/share/man/man3/AnyEvent::TLS.3pm
2707Appending installation info to /usr/lib64/perl5/perllocal.pod
2708 MLEHMANN/AnyEvent-7.11.tar.gz
2709 /usr/bin/make install -- OK
2710AnyEvent::HTTP is up to date (2.22).
2711Running install for module 'AnyEvent::HTTPD'
2712Running make for E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
2713Fetching with HTTP::Tiny:
2714http://mirror.optusnet.com.au/CPAN/authors/id/E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
2715Fetching with HTTP::Tiny:
2716http://mirror.optusnet.com.au/CPAN/authors/id/E/EL/ELMEX/CHECKSUMS
2717Checksum for /root/.cpan/sources/authors/id/E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz ok
2718
2719 CPAN.pm: Building E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
2720
2721Warning: prerequisite Object::Event 0 not found.
2722Warning: prerequisite Test::More 0 not found.
2723Checking if your kit is complete...
2724Looks good
2725Writing Makefile for AnyEvent::HTTPD
2726Writing MYMETA.yml and MYMETA.json
2727---- Unsatisfied dependencies detected during ----
2728---- ELMEX/AnyEvent-HTTPD-0.93.tar.gz ----
2729 Object::Event [requires]
2730 Test::More [requires]
2731Skipping test because of notest pragma
2732Running make install
2733 Delayed until after prerequisites
2734Running install for module 'Object::Event'
2735Running make for E/EL/ELMEX/Object-Event-1.23.tar.gz
2736Fetching with HTTP::Tiny:
2737http://mirror.optusnet.com.au/CPAN/authors/id/E/EL/ELMEX/Object-Event-1.23.tar.gz
2738Checksum for /root/.cpan/sources/authors/id/E/EL/ELMEX/Object-Event-1.23.tar.gz ok
2739
2740 CPAN.pm: Building E/EL/ELMEX/Object-Event-1.23.tar.gz
2741
2742Warning: prerequisite Test::More 0 not found.
2743Checking if your kit is complete...
2744Looks good
2745Writing Makefile for Object::Event
2746Writing MYMETA.yml and MYMETA.json
2747---- Unsatisfied dependencies detected during ----
2748---- ELMEX/Object-Event-1.23.tar.gz ----
2749 Test::More [requires]
2750Skipping test because of notest pragma
2751Running make install
2752 Delayed until after prerequisites
2753Running install for module 'Test::More'
2754Running make for E/EX/EXODIST/Test-Simple-1.001014.tar.gz
2755Fetching with HTTP::Tiny:
2756http://mirror.optusnet.com.au/CPAN/authors/id/E/EX/EXODIST/Test-Simple-1.001014.tar.gz
2757Fetching with HTTP::Tiny:
2758http://mirror.optusnet.com.au/CPAN/authors/id/E/EX/EXODIST/CHECKSUMS
2759Checksum for /root/.cpan/sources/authors/id/E/EX/EXODIST/Test-Simple-1.001014.tar.gz ok
2760
2761 CPAN.pm: Building E/EX/EXODIST/Test-Simple-1.001014.tar.gz
2762
2763Checking if your kit is complete...
2764Looks good
2765Writing Makefile for Test::Simple
2766Writing MYMETA.yml and MYMETA.json
2767cp lib/Test/Tester.pm blib/lib/Test/Tester.pm
2768cp lib/Test/Builder/Tester/Color.pm blib/lib/Test/Builder/Tester/Color.pm
2769cp lib/Test/Tester/Capture.pm blib/lib/Test/Tester/Capture.pm
2770cp lib/ok.pm blib/lib/ok.pm
2771cp lib/Test/Simple.pm blib/lib/Test/Simple.pm
2772cp lib/Test/Builder/IO/Scalar.pm blib/lib/Test/Builder/IO/Scalar.pm
2773cp lib/Test/Builder/Tester.pm blib/lib/Test/Builder/Tester.pm
2774cp lib/Test/Builder/Module.pm blib/lib/Test/Builder/Module.pm
2775cp lib/Test/Tutorial.pod blib/lib/Test/Tutorial.pod
2776cp lib/Test/Builder.pm blib/lib/Test/Builder.pm
2777cp lib/Test/Tester/CaptureRunner.pm blib/lib/Test/Tester/CaptureRunner.pm
2778cp lib/Test/use/ok.pm blib/lib/Test/use/ok.pm
2779cp lib/Test/More.pm blib/lib/Test/More.pm
2780cp lib/Test/Tester/Delegate.pm blib/lib/Test/Tester/Delegate.pm
2781Manifying blib/man3/Test::Tester::Capture.3pm
2782Manifying blib/man3/Test::Builder::Tester::Color.3pm
2783Manifying blib/man3/Test::Tester.3pm
2784Manifying blib/man3/Test::Simple.3pm
2785Manifying blib/man3/ok.3pm
2786Manifying blib/man3/Test::Builder::IO::Scalar.3pm
2787Manifying blib/man3/Test::Builder::Module.3pm
2788Manifying blib/man3/Test::Builder::Tester.3pm
2789Manifying blib/man3/Test::Tutorial.3pm
2790Manifying blib/man3/Test::use::ok.3pm
2791Manifying blib/man3/Test::Tester::CaptureRunner.3pm
2792Manifying blib/man3/Test::Builder.3pm
2793Manifying blib/man3/Test::More.3pm
2794 EXODIST/Test-Simple-1.001014.tar.gz
2795 /usr/bin/make -- OK
2796Skipping test because of notest pragma
2797Running make install
2798Installing /usr/local/share/perl5/ok.pm
2799Installing /usr/local/share/perl5/Test/Tester.pm
2800Installing /usr/local/share/perl5/Test/Simple.pm
2801Installing /usr/local/share/perl5/Test/More.pm
2802Installing /usr/local/share/perl5/Test/Tutorial.pod
2803Installing /usr/local/share/perl5/Test/Builder.pm
2804Installing /usr/local/share/perl5/Test/Builder/Tester.pm
2805Installing /usr/local/share/perl5/Test/Builder/Module.pm
2806Installing /usr/local/share/perl5/Test/Builder/IO/Scalar.pm
2807Installing /usr/local/share/perl5/Test/Builder/Tester/Color.pm
2808Installing /usr/local/share/perl5/Test/Tester/CaptureRunner.pm
2809Installing /usr/local/share/perl5/Test/Tester/Capture.pm
2810Installing /usr/local/share/perl5/Test/Tester/Delegate.pm
2811Installing /usr/local/share/perl5/Test/use/ok.pm
2812Installing /usr/local/share/man/man3/Test::More.3pm
2813Installing /usr/local/share/man/man3/Test::use::ok.3pm
2814Installing /usr/local/share/man/man3/Test::Tester.3pm
2815Installing /usr/local/share/man/man3/Test::Builder::Module.3pm
2816Installing /usr/local/share/man/man3/Test::Builder::IO::Scalar.3pm
2817Installing /usr/local/share/man/man3/Test::Simple.3pm
2818Installing /usr/local/share/man/man3/Test::Tester::CaptureRunner.3pm
2819Installing /usr/local/share/man/man3/Test::Tutorial.3pm
2820Installing /usr/local/share/man/man3/Test::Builder::Tester::Color.3pm
2821Installing /usr/local/share/man/man3/Test::Builder::Tester.3pm
2822Installing /usr/local/share/man/man3/Test::Builder.3pm
2823Installing /usr/local/share/man/man3/ok.3pm
2824Installing /usr/local/share/man/man3/Test::Tester::Capture.3pm
2825Appending installation info to /usr/lib64/perl5/perllocal.pod
2826 EXODIST/Test-Simple-1.001014.tar.gz
2827 /usr/bin/make install -- OK
2828Running make for E/EL/ELMEX/Object-Event-1.23.tar.gz
2829 Has already been unwrapped into directory /root/.cpan/build/Object-Event-1.23-1Bgwn6
2830
2831 CPAN.pm: Building E/EL/ELMEX/Object-Event-1.23.tar.gz
2832
2833cp lib/Object/Event.pm blib/lib/Object/Event.pm
2834Manifying blib/man3/Object::Event.3pm
2835 ELMEX/Object-Event-1.23.tar.gz
2836 /usr/bin/make -- OK
2837Skipping test because of notest pragma
2838Running make install
2839Installing /usr/local/share/perl5/Object/Event.pm
2840Installing /usr/local/share/man/man3/Object::Event.3pm
2841Appending installation info to /usr/lib64/perl5/perllocal.pod
2842 ELMEX/Object-Event-1.23.tar.gz
2843 /usr/bin/make install -- OK
2844Running make for E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
2845 Has already been unwrapped into directory /root/.cpan/build/AnyEvent-HTTPD-0.93-pcEtnn
2846
2847 CPAN.pm: Building E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
2848
2849cp lib/AnyEvent/HTTPD/HTTPConnection.pm blib/lib/AnyEvent/HTTPD/HTTPConnection.pm
2850cp lib/AnyEvent/HTTPD/Util.pm blib/lib/AnyEvent/HTTPD/Util.pm
2851cp lib/AnyEvent/HTTPD/HTTPServer.pm blib/lib/AnyEvent/HTTPD/HTTPServer.pm
2852cp lib/AnyEvent/HTTPD.pm blib/lib/AnyEvent/HTTPD.pm
2853cp lib/AnyEvent/HTTPD/Request.pm blib/lib/AnyEvent/HTTPD/Request.pm
2854Manifying blib/man3/AnyEvent::HTTPD::HTTPConnection.3pm
2855Manifying blib/man3/AnyEvent::HTTPD::Util.3pm
2856Manifying blib/man3/AnyEvent::HTTPD::HTTPServer.3pm
2857Manifying blib/man3/AnyEvent::HTTPD.3pm
2858Manifying blib/man3/AnyEvent::HTTPD::Request.3pm
2859 ELMEX/AnyEvent-HTTPD-0.93.tar.gz
2860 /usr/bin/make -- OK
2861Skipping test because of notest pragma
2862Running make install
2863Installing /usr/local/share/perl5/AnyEvent/HTTPD.pm
2864Installing /usr/local/share/perl5/AnyEvent/HTTPD/HTTPServer.pm
2865Installing /usr/local/share/perl5/AnyEvent/HTTPD/Request.pm
2866Installing /usr/local/share/perl5/AnyEvent/HTTPD/Util.pm
2867Installing /usr/local/share/perl5/AnyEvent/HTTPD/HTTPConnection.pm
2868Installing /usr/local/share/man/man3/AnyEvent::HTTPD::HTTPServer.3pm
2869Installing /usr/local/share/man/man3/AnyEvent::HTTPD::Request.3pm
2870Installing /usr/local/share/man/man3/AnyEvent::HTTPD::HTTPConnection.3pm
2871Installing /usr/local/share/man/man3/AnyEvent::HTTPD::Util.3pm
2872Installing /usr/local/share/man/man3/AnyEvent::HTTPD.3pm
2873Appending installation info to /usr/lib64/perl5/perllocal.pod
2874 ELMEX/AnyEvent-HTTPD-0.93.tar.gz
2875 /usr/bin/make install -- OK
2876AnyEvent::Handle is up to date (undef).
2877Running install for module 'AnyEvent::IMAP'
2878Running make for T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
2879Fetching with HTTP::Tiny:
2880http://mirror.optusnet.com.au/CPAN/authors/id/T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
2881Fetching with HTTP::Tiny:
2882http://mirror.optusnet.com.au/CPAN/authors/id/T/TO/TOKUHIROM/CHECKSUMS
2883Checksum for /root/.cpan/sources/authors/id/T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz ok
2884---- Unsatisfied dependencies detected during ----
2885---- TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz ----
2886 Module::Build [build_requires]
2887Skipping test because of notest pragma
2888Running make install
2889 Make had some problems, won't install
2890 Delayed until after prerequisites
2891Running install for module 'Module::Build'
2892Running make for L/LE/LEONT/Module-Build-0.4214.tar.gz
2893Fetching with HTTP::Tiny:
2894http://mirror.optusnet.com.au/CPAN/authors/id/L/LE/LEONT/Module-Build-0.4214.tar.gz
2895Fetching with HTTP::Tiny:
2896http://mirror.optusnet.com.au/CPAN/authors/id/L/LE/LEONT/CHECKSUMS
2897Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/Module-Build-0.4214.tar.gz ok
2898---- Unsatisfied dependencies detected during ----
2899---- LEONT/Module-Build-0.4214.tar.gz ----
2900 CPAN::Meta [build_requires]
2901Skipping test because of notest pragma
2902Running make install
2903 Make had some problems, won't install
2904 Delayed until after prerequisites
2905Running install for module 'CPAN::Meta'
2906Running make for D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
2907Fetching with HTTP::Tiny:
2908http://mirror.optusnet.com.au/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
2909Fetching with HTTP::Tiny:
2910http://mirror.optusnet.com.au/CPAN/authors/id/D/DA/DAGOLDEN/CHECKSUMS
2911Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz ok
2912
2913 CPAN.pm: Building D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
2914
2915Warning: prerequisite Parse::CPAN::Meta 1.4414 not found. We have 1.4404.
2916Checking if your kit is complete...
2917Looks good
2918Writing Makefile for CPAN::Meta
2919Writing MYMETA.yml and MYMETA.json
2920---- Unsatisfied dependencies detected during ----
2921---- DAGOLDEN/CPAN-Meta-2.150005.tar.gz ----
2922 Parse::CPAN::Meta [requires]
2923Skipping test because of notest pragma
2924Running make install
2925 Delayed until after prerequisites
2926Running install for module 'Parse::CPAN::Meta'
2927Running make for D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
2928Fetching with HTTP::Tiny:
2929http://mirror.optusnet.com.au/CPAN/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
2930Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz ok
2931
2932 CPAN.pm: Building D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
2933
2934Warning: prerequisite CPAN::Meta::YAML 0.011 not found. We have 0.008.
2935Checking if your kit is complete...
2936Looks good
2937Writing Makefile for Parse::CPAN::Meta
2938Writing MYMETA.yml and MYMETA.json
2939---- Unsatisfied dependencies detected during ----
2940---- DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz ----
2941 CPAN::Meta::YAML [requires]
2942Skipping test because of notest pragma
2943Running make install
2944 Delayed until after prerequisites
2945Running install for module 'CPAN::Meta::YAML'
2946Running make for D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
2947Fetching with HTTP::Tiny:
2948http://mirror.optusnet.com.au/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
2949Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz ok
2950
2951 CPAN.pm: Building D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
2952
2953Checking if your kit is complete...
2954Looks good
2955Writing Makefile for CPAN::Meta::YAML
2956Writing MYMETA.yml and MYMETA.json
2957cp lib/CPAN/Meta/YAML.pm blib/lib/CPAN/Meta/YAML.pm
2958Manifying blib/man3/CPAN::Meta::YAML.3pm
2959 DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
2960 /usr/bin/make -- OK
2961Skipping test because of notest pragma
2962Running make install
2963Installing /usr/local/share/perl5/CPAN/Meta/YAML.pm
2964Installing /usr/local/share/man/man3/CPAN::Meta::YAML.3pm
2965Appending installation info to /usr/lib64/perl5/perllocal.pod
2966 DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
2967 /usr/bin/make install -- OK
2968Running make for D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
2969 Has already been unwrapped into directory /root/.cpan/build/Parse-CPAN-Meta-1.4417-VYzt0H
2970
2971 CPAN.pm: Building D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
2972
2973cp lib/Parse/CPAN/Meta.pm blib/lib/Parse/CPAN/Meta.pm
2974Manifying blib/man3/Parse::CPAN::Meta.3pm
2975 DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
2976 /usr/bin/make -- OK
2977Skipping test because of notest pragma
2978Running make install
2979Installing /usr/local/share/perl5/Parse/CPAN/Meta.pm
2980Installing /usr/local/share/man/man3/Parse::CPAN::Meta.3pm
2981Appending installation info to /usr/lib64/perl5/perllocal.pod
2982 DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
2983 /usr/bin/make install -- OK
2984Running make for D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
2985 Has already been unwrapped into directory /root/.cpan/build/CPAN-Meta-2.150005-M4Q3cv
2986
2987 CPAN.pm: Building D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
2988
2989cp lib/CPAN/Meta/Prereqs.pm blib/lib/CPAN/Meta/Prereqs.pm
2990cp lib/CPAN/Meta/History/Meta_1_4.pod blib/lib/CPAN/Meta/History/Meta_1_4.pod
2991cp lib/CPAN/Meta/History.pm blib/lib/CPAN/Meta/History.pm
2992cp lib/CPAN/Meta/History/Meta_1_2.pod blib/lib/CPAN/Meta/History/Meta_1_2.pod
2993cp lib/CPAN/Meta/Converter.pm blib/lib/CPAN/Meta/Converter.pm
2994cp lib/CPAN/Meta/History/Meta_1_0.pod blib/lib/CPAN/Meta/History/Meta_1_0.pod
2995cp lib/CPAN/Meta/Feature.pm blib/lib/CPAN/Meta/Feature.pm
2996cp lib/CPAN/Meta/History/Meta_1_3.pod blib/lib/CPAN/Meta/History/Meta_1_3.pod
2997cp lib/CPAN/Meta/Spec.pm blib/lib/CPAN/Meta/Spec.pm
2998cp lib/CPAN/Meta.pm blib/lib/CPAN/Meta.pm
2999cp lib/CPAN/Meta/Merge.pm blib/lib/CPAN/Meta/Merge.pm
3000cp lib/CPAN/Meta/History/Meta_1_1.pod blib/lib/CPAN/Meta/History/Meta_1_1.pod
3001cp lib/CPAN/Meta/Validator.pm blib/lib/CPAN/Meta/Validator.pm
3002Manifying blib/man3/CPAN::Meta::History::Meta_1_4.3pm
3003Manifying blib/man3/CPAN::Meta::Prereqs.3pm
3004Manifying blib/man3/CPAN::Meta::History::Meta_1_2.3pm
3005Manifying blib/man3/CPAN::Meta::History.3pm
3006Manifying blib/man3/CPAN::Meta::Converter.3pm
3007Manifying blib/man3/CPAN::Meta::History::Meta_1_0.3pm
3008Manifying blib/man3/CPAN::Meta::History::Meta_1_3.3pm
3009Manifying blib/man3/CPAN::Meta::Feature.3pm
3010Manifying blib/man3/CPAN::Meta::Spec.3pm
3011Manifying blib/man3/CPAN::Meta.3pm
3012Manifying blib/man3/CPAN::Meta::History::Meta_1_1.3pm
3013Manifying blib/man3/CPAN::Meta::Merge.3pm
3014Manifying blib/man3/CPAN::Meta::Validator.3pm
3015 DAGOLDEN/CPAN-Meta-2.150005.tar.gz
3016 /usr/bin/make -- OK
3017Skipping test because of notest pragma
3018Running make install
3019Installing /usr/local/share/perl5/CPAN/Meta.pm
3020Installing /usr/local/share/perl5/CPAN/Meta/Prereqs.pm
3021Installing /usr/local/share/perl5/CPAN/Meta/History.pm
3022Installing /usr/local/share/perl5/CPAN/Meta/Merge.pm
3023Installing /usr/local/share/perl5/CPAN/Meta/Converter.pm
3024Installing /usr/local/share/perl5/CPAN/Meta/Validator.pm
3025Installing /usr/local/share/perl5/CPAN/Meta/Feature.pm
3026Installing /usr/local/share/perl5/CPAN/Meta/Spec.pm
3027Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_2.pod
3028Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_4.pod
3029Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_3.pod
3030Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_1.pod
3031Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_0.pod
3032Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_2.3pm
3033Installing /usr/local/share/man/man3/CPAN::Meta::Converter.3pm
3034Installing /usr/local/share/man/man3/CPAN::Meta::History.3pm
3035Installing /usr/local/share/man/man3/CPAN::Meta::Feature.3pm
3036Installing /usr/local/share/man/man3/CPAN::Meta::Merge.3pm
3037Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_1.3pm
3038Installing /usr/local/share/man/man3/CPAN::Meta::Spec.3pm
3039Installing /usr/local/share/man/man3/CPAN::Meta::Prereqs.3pm
3040Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_4.3pm
3041Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_3.3pm
3042Installing /usr/local/share/man/man3/CPAN::Meta::Validator.3pm
3043Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_0.3pm
3044Installing /usr/local/share/man/man3/CPAN::Meta.3pm
3045Appending installation info to /usr/lib64/perl5/perllocal.pod
3046 DAGOLDEN/CPAN-Meta-2.150005.tar.gz
3047 /usr/bin/make install -- OK
3048Running make for L/LE/LEONT/Module-Build-0.4214.tar.gz
3049
3050 CPAN.pm: Building L/LE/LEONT/Module-Build-0.4214.tar.gz
3051
3052# running Build.PL
3053
3054Checking optional features...
3055inc_bundling_support....disabled
3056 requires:
3057 ! inc::latest is not installed
3058
3059ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
3060of the modules indicated above before proceeding with this installation
3061
3062Created MYMETA.yml and MYMETA.json
3063Creating new 'Build' script for 'Module-Build' version '0.4214'
3064/usr/bin/perl Build --makefile_env_macros 1
3065Building Module-Build
3066 LEONT/Module-Build-0.4214.tar.gz
3067 /usr/bin/make -- OK
3068Skipping test because of notest pragma
3069Running make install
3070/usr/bin/perl Build --makefile_env_macros 1 install
3071Building Module-Build
3072Installing /usr/local/share/man/man1/config_data.1
3073Installing /usr/local/share/perl5/Module/Build.pm
3074Installing /usr/local/share/perl5/Module/Build/PodParser.pm
3075Installing /usr/local/share/perl5/Module/Build/Base.pm
3076Installing /usr/local/share/perl5/Module/Build/Cookbook.pm
3077Installing /usr/local/share/perl5/Module/Build/API.pod
3078Installing /usr/local/share/perl5/Module/Build/PPMMaker.pm
3079Installing /usr/local/share/perl5/Module/Build/Dumper.pm
3080Installing /usr/local/share/perl5/Module/Build/Authoring.pod
3081Installing /usr/local/share/perl5/Module/Build/Notes.pm
3082Installing /usr/local/share/perl5/Module/Build/Config.pm
3083Installing /usr/local/share/perl5/Module/Build/Bundling.pod
3084Installing /usr/local/share/perl5/Module/Build/Compat.pm
3085Installing /usr/local/share/perl5/Module/Build/ConfigData.pm
3086Installing /usr/local/share/perl5/Module/Build/Platform/VOS.pm
3087Installing /usr/local/share/perl5/Module/Build/Platform/Unix.pm
3088Installing /usr/local/share/perl5/Module/Build/Platform/aix.pm
3089Installing /usr/local/share/perl5/Module/Build/Platform/os2.pm
3090Installing /usr/local/share/perl5/Module/Build/Platform/darwin.pm
3091Installing /usr/local/share/perl5/Module/Build/Platform/VMS.pm
3092Installing /usr/local/share/perl5/Module/Build/Platform/Default.pm
3093Installing /usr/local/share/perl5/Module/Build/Platform/cygwin.pm
3094Installing /usr/local/share/perl5/Module/Build/Platform/Windows.pm
3095Installing /usr/local/share/perl5/Module/Build/Platform/MacOS.pm
3096Installing /usr/local/share/man/man3/Module::Build::Platform::Default.3pm
3097Installing /usr/local/share/man/man3/Module::Build::Platform::MacOS.3pm
3098Installing /usr/local/share/man/man3/Module::Build::Platform::darwin.3pm
3099Installing /usr/local/share/man/man3/Module::Build::Platform::cygwin.3pm
3100Installing /usr/local/share/man/man3/Module::Build::Platform::os2.3pm
3101Installing /usr/local/share/man/man3/Module::Build::Platform::Windows.3pm
3102Installing /usr/local/share/man/man3/Module::Build::Cookbook.3pm
3103Installing /usr/local/share/man/man3/Module::Build::Compat.3pm
3104Installing /usr/local/share/man/man3/Module::Build::Base.3pm
3105Installing /usr/local/share/man/man3/Module::Build::Platform::Unix.3pm
3106Installing /usr/local/share/man/man3/Module::Build::Notes.3pm
3107Installing /usr/local/share/man/man3/Module::Build::Bundling.3pm
3108Installing /usr/local/share/man/man3/Module::Build::Platform::VOS.3pm
3109Installing /usr/local/share/man/man3/Module::Build::Platform::aix.3pm
3110Installing /usr/local/share/man/man3/Module::Build::ConfigData.3pm
3111Installing /usr/local/share/man/man3/Module::Build::Authoring.3pm
3112Installing /usr/local/share/man/man3/Module::Build::Platform::VMS.3pm
3113Installing /usr/local/share/man/man3/Module::Build.3pm
3114Installing /usr/local/share/man/man3/Module::Build::API.3pm
3115Installing /usr/local/share/man/man3/Module::Build::PPMMaker.3pm
3116Installing /usr/local/bin/config_data
3117 LEONT/Module-Build-0.4214.tar.gz
3118 /usr/bin/make install -- OK
3119Running make for T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
3120
3121 CPAN.pm: Building T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
3122
3123Checking prerequisites...
3124 requires:
3125 ! Mouse is not installed
3126 build_requires:
3127 ! Test::Requires is not installed
3128
3129ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
3130of the modules indicated above before proceeding with this installation
3131
3132Created MYMETA.yml and MYMETA.json
3133Creating new 'Build' script for 'AnyEvent-IMAP' version '0.04'
3134---- Unsatisfied dependencies detected during ----
3135---- TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz ----
3136 Test::Requires [build_requires]
3137 Mouse [requires]
3138Skipping test because of notest pragma
3139Running Build install
3140 Delayed until after prerequisites
3141Running install for module 'Test::Requires'
3142Running make for T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz
3143Fetching with HTTP::Tiny:
3144http://mirror.optusnet.com.au/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz
3145Checksum for /root/.cpan/sources/authors/id/T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz ok
3146
3147 CPAN.pm: Building T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz
3148
3149Warning: prerequisite perl 5.006 not found.
3150Checking if your kit is complete...
3151Looks good
3152Writing Makefile for Test::Requires
3153Writing MYMETA.yml and MYMETA.json
3154cp lib/Test/Requires.pm blib/lib/Test/Requires.pm
3155Manifying blib/man3/Test::Requires.3pm
3156 TOKUHIROM/Test-Requires-0.10.tar.gz
3157 /usr/bin/make -- OK
3158Skipping test because of notest pragma
3159Running make install
3160Installing /usr/local/share/perl5/Test/Requires.pm
3161Installing /usr/local/share/man/man3/Test::Requires.3pm
3162Appending installation info to /usr/lib64/perl5/perllocal.pod
3163 TOKUHIROM/Test-Requires-0.10.tar.gz
3164 /usr/bin/make install -- OK
3165Running install for module 'Mouse'
3166Running make for S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
3167Fetching with HTTP::Tiny:
3168http://mirror.optusnet.com.au/CPAN/authors/id/S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
3169Fetching with HTTP::Tiny:
3170http://mirror.optusnet.com.au/CPAN/authors/id/S/SY/SYOHEX/CHECKSUMS
3171Checksum for /root/.cpan/sources/authors/id/S/SY/SYOHEX/Mouse-v2.4.5.tar.gz ok
3172---- Unsatisfied dependencies detected during ----
3173---- SYOHEX/Mouse-v2.4.5.tar.gz ----
3174 Module::Build::XSUtil [build_requires]
3175 ExtUtils::ParseXS [build_requires]
3176 Devel::PPPort [build_requires]
3177Skipping test because of notest pragma
3178Running make install
3179 Make had some problems, won't install
3180 Delayed until after prerequisites
3181Running install for module 'Module::Build::XSUtil'
3182Running make for H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
3183Fetching with HTTP::Tiny:
3184http://mirror.optusnet.com.au/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
3185Fetching with HTTP::Tiny:
3186http://mirror.optusnet.com.au/CPAN/authors/id/H/HI/HIDEAKIO/CHECKSUMS
3187Checksum for /root/.cpan/sources/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz ok
3188
3189 CPAN.pm: Building H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
3190
3191Created MYMETA.yml and MYMETA.json
3192Creating new 'Build' script for 'Module-Build-XSUtil' version '0.16'
3193cp META.json MYMETA.json
3194cp META.yml MYMETA.yml
3195---- Unsatisfied dependencies detected during ----
3196---- HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz ----
3197 Capture::Tiny [build_requires]
3198 Cwd::Guard [build_requires]
3199 Devel::CheckCompiler [requires]
3200 File::Copy::Recursive [build_requires]
3201Skipping test because of notest pragma
3202Running Build install
3203 Delayed until after prerequisites
3204Running install for module 'Capture::Tiny'
3205Running make for D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz
3206Fetching with HTTP::Tiny:
3207http://mirror.optusnet.com.au/CPAN/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz
3208Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz ok
3209
3210 CPAN.pm: Building D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz
3211
3212Checking if your kit is complete...
3213Looks good
3214Writing Makefile for Capture::Tiny
3215Writing MYMETA.yml and MYMETA.json
3216cp lib/Capture/Tiny.pm blib/lib/Capture/Tiny.pm
3217Manifying blib/man3/Capture::Tiny.3pm
3218 DAGOLDEN/Capture-Tiny-0.30.tar.gz
3219 /usr/bin/make -- OK
3220Skipping test because of notest pragma
3221Running make install
3222Installing /usr/local/share/perl5/Capture/Tiny.pm
3223Installing /usr/local/share/man/man3/Capture::Tiny.3pm
3224Appending installation info to /usr/lib64/perl5/perllocal.pod
3225 DAGOLDEN/Capture-Tiny-0.30.tar.gz
3226 /usr/bin/make install -- OK
3227Running install for module 'Cwd::Guard'
3228Running make for K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz
3229Fetching with HTTP::Tiny:
3230http://mirror.optusnet.com.au/CPAN/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz
3231Fetching with HTTP::Tiny:
3232http://mirror.optusnet.com.au/CPAN/authors/id/K/KA/KAZEBURO/CHECKSUMS
3233Checksum for /root/.cpan/sources/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz ok
3234
3235 CPAN.pm: Building K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz
3236
3237Created MYMETA.yml and MYMETA.json
3238Creating new 'Build' script for 'Cwd-Guard' version '0.04'
3239Merging cpanfile prereqs to MYMETA.yml
3240Merging cpanfile prereqs to MYMETA.json
3241Building Cwd-Guard
3242 KAZEBURO/Cwd-Guard-0.04.tar.gz
3243 ./Build -- OK
3244Skipping test because of notest pragma
3245Running Build install
3246Building Cwd-Guard
3247Installing /usr/local/share/perl5/Cwd/Guard.pm
3248Installing /usr/local/share/man/man3/Cwd::Guard.3pm
3249 KAZEBURO/Cwd-Guard-0.04.tar.gz
3250 ./Build install -- OK
3251Running install for module 'Devel::CheckCompiler'
3252Running make for S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz
3253Fetching with HTTP::Tiny:
3254http://mirror.optusnet.com.au/CPAN/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz
3255Checksum for /root/.cpan/sources/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz ok
3256
3257 CPAN.pm: Building S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz
3258
3259Created MYMETA.yml and MYMETA.json
3260Creating new 'Build' script for 'Devel-CheckCompiler' version '0.06'
3261cp META.json MYMETA.json
3262cp META.yml MYMETA.yml
3263Building Devel-CheckCompiler
3264 SYOHEX/Devel-CheckCompiler-0.06.tar.gz
3265 ./Build -- OK
3266Skipping test because of notest pragma
3267Running Build install
3268Building Devel-CheckCompiler
3269Installing /usr/local/share/perl5/Devel/CheckCompiler.pm
3270Installing /usr/local/share/perl5/Devel/AssertC99.pm
3271Installing /usr/local/share/man/man3/Devel::AssertC99.3pm
3272Installing /usr/local/share/man/man3/Devel::CheckCompiler.3pm
3273 SYOHEX/Devel-CheckCompiler-0.06.tar.gz
3274 ./Build install -- OK
3275Running install for module 'File::Copy::Recursive'
3276Running make for D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz
3277Fetching with HTTP::Tiny:
3278http://mirror.optusnet.com.au/CPAN/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz
3279Fetching with HTTP::Tiny:
3280http://mirror.optusnet.com.au/CPAN/authors/id/D/DM/DMUEY/CHECKSUMS
3281Checksum for /root/.cpan/sources/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz ok
3282
3283 CPAN.pm: Building D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz
3284
3285Checking if your kit is complete...
3286Looks good
3287Writing Makefile for File::Copy::Recursive
3288Writing MYMETA.yml and MYMETA.json
3289cp Recursive.pm blib/lib/File/Copy/Recursive.pm
3290Manifying blib/man3/File::Copy::Recursive.3pm
3291 DMUEY/File-Copy-Recursive-0.38.tar.gz
3292 /usr/bin/make -- OK
3293Skipping test because of notest pragma
3294Running make install
3295Manifying blib/man3/File::Copy::Recursive.3pm
3296Installing /usr/local/share/perl5/File/Copy/Recursive.pm
3297Installing /usr/local/share/man/man3/File::Copy::Recursive.3pm
3298Appending installation info to /usr/lib64/perl5/perllocal.pod
3299 DMUEY/File-Copy-Recursive-0.38.tar.gz
3300 /usr/bin/make install -- OK
3301Running Build for H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
3302 Has already been unwrapped into directory /root/.cpan/build/Module-Build-XSUtil-0.16-68VoPD
3303
3304 CPAN.pm: Building H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
3305
3306Building Module-Build-XSUtil
3307 HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
3308 ./Build -- OK
3309Skipping test because of notest pragma
3310Running Build install
3311Building Module-Build-XSUtil
3312Installing /usr/local/share/perl5/Module/Build/XSUtil.pm
3313Installing /usr/local/share/man/man3/Module::Build::XSUtil.3pm
3314 HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
3315 ./Build install -- OK
3316Running install for module 'ExtUtils::ParseXS'
3317Running make for S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
3318Fetching with HTTP::Tiny:
3319http://mirror.optusnet.com.au/CPAN/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
3320Fetching with HTTP::Tiny:
3321http://mirror.optusnet.com.au/CPAN/authors/id/S/SM/SMUELLER/CHECKSUMS
3322Checksum for /root/.cpan/sources/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz ok
3323
3324 CPAN.pm: Building S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
3325
3326Checking if your kit is complete...
3327Looks good
3328Writing Makefile for ExtUtils::ParseXS
3329Writing MYMETA.yml and MYMETA.json
3330cp lib/ExtUtils/Typemaps/InputMap.pm blib/lib/ExtUtils/Typemaps/InputMap.pm
3331cp lib/ExtUtils/ParseXS.pod blib/lib/ExtUtils/ParseXS.pod
3332cp lib/ExtUtils/ParseXS/Utilities.pm blib/lib/ExtUtils/ParseXS/Utilities.pm
3333cp lib/ExtUtils/Typemaps/Type.pm blib/lib/ExtUtils/Typemaps/Type.pm
3334cp lib/ExtUtils/ParseXS/Constants.pm blib/lib/ExtUtils/ParseXS/Constants.pm
3335cp lib/ExtUtils/ParseXS.pm blib/lib/ExtUtils/ParseXS.pm
3336cp lib/ExtUtils/xsubpp blib/lib/ExtUtils/xsubpp
3337cp lib/ExtUtils/Typemaps/OutputMap.pm blib/lib/ExtUtils/Typemaps/OutputMap.pm
3338cp lib/ExtUtils/Typemaps/Cmd.pm blib/lib/ExtUtils/Typemaps/Cmd.pm
3339cp lib/ExtUtils/ParseXS/CountLines.pm blib/lib/ExtUtils/ParseXS/CountLines.pm
3340cp lib/ExtUtils/Typemaps.pm blib/lib/ExtUtils/Typemaps.pm
3341cp lib/ExtUtils/ParseXS/Eval.pm blib/lib/ExtUtils/ParseXS/Eval.pm
3342cp lib/ExtUtils/xsubpp blib/script/xsubpp
3343/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/xsubpp
3344Manifying blib/man1/xsubpp.1
3345Manifying blib/man3/ExtUtils::Typemaps::InputMap.3pm
3346Manifying blib/man3/ExtUtils::ParseXS.3pm
3347Manifying blib/man3/ExtUtils::ParseXS::Utilities.3pm
3348Manifying blib/man3/ExtUtils::Typemaps::Type.3pm
3349Manifying blib/man3/ExtUtils::ParseXS::Constants.3pm
3350Manifying blib/man3/ExtUtils::Typemaps::OutputMap.3pm
3351Manifying blib/man3/ExtUtils::Typemaps::Cmd.3pm
3352Manifying blib/man3/ExtUtils::ParseXS::Eval.3pm
3353Manifying blib/man3/ExtUtils::Typemaps.3pm
3354 SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
3355 /usr/bin/make -- OK
3356Skipping test because of notest pragma
3357Running make install
3358Installing /usr/local/share/perl5/ExtUtils/ParseXS.pod
3359Installing /usr/local/share/perl5/ExtUtils/ParseXS.pm
3360Installing /usr/local/share/perl5/ExtUtils/Typemaps.pm
3361Installing /usr/local/share/perl5/ExtUtils/xsubpp
3362Installing /usr/local/share/perl5/ExtUtils/Typemaps/Cmd.pm
3363Installing /usr/local/share/perl5/ExtUtils/Typemaps/InputMap.pm
3364Installing /usr/local/share/perl5/ExtUtils/Typemaps/Type.pm
3365Installing /usr/local/share/perl5/ExtUtils/Typemaps/OutputMap.pm
3366Installing /usr/local/share/perl5/ExtUtils/ParseXS/CountLines.pm
3367Installing /usr/local/share/perl5/ExtUtils/ParseXS/Constants.pm
3368Installing /usr/local/share/perl5/ExtUtils/ParseXS/Eval.pm
3369Installing /usr/local/share/perl5/ExtUtils/ParseXS/Utilities.pm
3370Installing /usr/local/share/man/man1/xsubpp.1
3371Installing /usr/local/share/man/man3/ExtUtils::ParseXS::Utilities.3pm
3372Installing /usr/local/share/man/man3/ExtUtils::Typemaps::OutputMap.3pm
3373Installing /usr/local/share/man/man3/ExtUtils::Typemaps::Cmd.3pm
3374Installing /usr/local/share/man/man3/ExtUtils::Typemaps.3pm
3375Installing /usr/local/share/man/man3/ExtUtils::Typemaps::Type.3pm
3376Installing /usr/local/share/man/man3/ExtUtils::Typemaps::InputMap.3pm
3377Installing /usr/local/share/man/man3/ExtUtils::ParseXS::Eval.3pm
3378Installing /usr/local/share/man/man3/ExtUtils::ParseXS::Constants.3pm
3379Installing /usr/local/share/man/man3/ExtUtils::ParseXS.3pm
3380Installing /usr/local/bin/xsubpp
3381Appending installation info to /usr/lib64/perl5/perllocal.pod
3382 SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
3383 /usr/bin/make install -- OK
3384Running install for module 'Devel::PPPort'
3385Running make for W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz
3386Fetching with HTTP::Tiny:
3387http://mirror.optusnet.com.au/CPAN/authors/id/W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz
3388Fetching with HTTP::Tiny:
3389http://mirror.optusnet.com.au/CPAN/authors/id/W/WO/WOLFSAGE/CHECKSUMS
3390Checksum for /root/.cpan/sources/authors/id/W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz ok
3391
3392 CPAN.pm: Building W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz
3393
3394Checking if your kit is complete...
3395Looks good
3396Setting license tag...
3397Writing Makefile for Devel::PPPort
3398Writing MYMETA.yml and MYMETA.json
3399cp PPPort.pm blib/lib/Devel/PPPort.pm
3400/usr/bin/perl "-Iblib/arch" "-Iblib/lib" PPPort_xs.PL RealPPPort.xs
3401adding XS code from parts/inc/SvPV
3402adding XS code from parts/inc/misc
3403adding XS code from parts/inc/warn
3404adding XS code from parts/inc/gv
3405adding XS code from parts/inc/grok
3406adding XS code from parts/inc/sv_xpvf
3407adding XS code from parts/inc/newRV
3408adding XS code from parts/inc/shared_pv
3409adding XS code from parts/inc/HvNAME
3410adding XS code from parts/inc/cop
3411adding XS code from parts/inc/newSV_type
3412adding XS code from parts/inc/pvs
3413adding XS code from parts/inc/pv_tools
3414adding XS code from parts/inc/threads
3415adding XS code from parts/inc/Sv_set
3416adding XS code from parts/inc/newCONSTSUB
3417adding XS code from parts/inc/mPUSH
3418adding XS code from parts/inc/call
3419adding XS code from parts/inc/newSVpv
3420adding XS code from parts/inc/snprintf
3421adding XS code from parts/inc/exception
3422adding XS code from parts/inc/variables
3423adding XS code from parts/inc/memory
3424adding XS code from parts/inc/limits
3425adding XS code from parts/inc/uv
3426adding XS code from parts/inc/format
3427adding XS code from parts/inc/magic
3428adding XS code from parts/inc/SvREFCNT
3429adding XS code from parts/inc/strlfuncs
3430adding XS code from parts/inc/MY_CXT
3431adding XS code from parts/inc/sprintf
3432/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -noprototypes -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap RealPPPort.xs > RealPPPort.xsc && mv RealPPPort.xsc RealPPPort.c
3433/usr/bin/perl "-Iblib/arch" "-Iblib/lib" ppport_h.PL ppport.h
3434gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"3.32\" -DXS_VERSION=\"3.32\" -fPIC "-I/usr/lib64/perl5/CORE" RealPPPort.c
3435gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"3.32\" -DXS_VERSION=\"3.32\" -fPIC "-I/usr/lib64/perl5/CORE" module2.c
3436gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"3.32\" -DXS_VERSION=\"3.32\" -fPIC "-I/usr/lib64/perl5/CORE" module3.c
3437Running Mkbootstrap for Devel::PPPort ()
3438chmod 644 PPPort.bs
3439rm -f blib/arch/auto/Devel/PPPort/PPPort.so
3440gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro RealPPPort.o module2.o module3.o -o blib/arch/auto/Devel/PPPort/PPPort.so \
3441 \
3442
3443chmod 755 blib/arch/auto/Devel/PPPort/PPPort.so
3444cp PPPort.bs blib/arch/auto/Devel/PPPort/PPPort.bs
3445chmod 644 blib/arch/auto/Devel/PPPort/PPPort.bs
3446Manifying blib/man3/Devel::PPPort.3pm
3447 WOLFSAGE/Devel-PPPort-3.32.tar.gz
3448 /usr/bin/make -- OK
3449Skipping test because of notest pragma
3450Running make install
3451Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
3452Installing /usr/local/lib64/perl5/auto/Devel/PPPort/PPPort.bs
3453Installing /usr/local/lib64/perl5/auto/Devel/PPPort/PPPort.so
3454Installing /usr/local/lib64/perl5/Devel/PPPort.pm
3455Installing /usr/local/share/man/man3/Devel::PPPort.3pm
3456Appending installation info to /usr/lib64/perl5/perllocal.pod
3457 WOLFSAGE/Devel-PPPort-3.32.tar.gz
3458 /usr/bin/make install -- OK
3459Running make for S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
3460
3461 CPAN.pm: Building S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
3462
3463Created MYMETA.yml and MYMETA.json
3464Creating new 'Build' script for 'Mouse' version 'v2.4.5'
3465cp META.json MYMETA.json
3466cp META.yml MYMETA.yml
3467---- Unsatisfied dependencies detected during ----
3468---- SYOHEX/Mouse-v2.4.5.tar.gz ----
3469 Test::LeakTrace [build_requires]
3470 Test::Fatal [build_requires]
3471 Test::Output [build_requires]
3472 Test::Exception [build_requires]
3473Skipping test because of notest pragma
3474Running Build install
3475 Delayed until after prerequisites
3476Running install for module 'Test::LeakTrace'
3477Running make for G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz
3478Fetching with HTTP::Tiny:
3479http://mirror.optusnet.com.au/CPAN/authors/id/G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz
3480Fetching with HTTP::Tiny:
3481http://mirror.optusnet.com.au/CPAN/authors/id/G/GF/GFUJI/CHECKSUMS
3482Checksum for /root/.cpan/sources/authors/id/G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz ok
3483
3484 CPAN.pm: Building G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz
3485
3486Checking if your kit is complete...
3487Looks good
3488Writing Makefile for Test::LeakTrace
3489Writing MYMETA.yml and MYMETA.json
3490cp lib/Test/LeakTrace/Script.pm blib/lib/Test/LeakTrace/Script.pm
3491cp lib/Test/LeakTrace.pm blib/lib/Test/LeakTrace.pm
3492cp lib/Test/LeakTrace/JA.pod blib/lib/Test/LeakTrace/JA.pod
3493/usr/bin/perl "-Iinc" /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap LeakTrace.xs > LeakTrace.xsc && mv LeakTrace.xsc LeakTrace.c
3494gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -fPIC "-I/usr/lib64/perl5/CORE" LeakTrace.c
3495Running Mkbootstrap for Test::LeakTrace ()
3496chmod 644 LeakTrace.bs
3497rm -f blib/arch/auto/Test/LeakTrace/LeakTrace.so
3498gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro LeakTrace.o -o blib/arch/auto/Test/LeakTrace/LeakTrace.so \
3499 \
3500
3501chmod 755 blib/arch/auto/Test/LeakTrace/LeakTrace.so
3502cp LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs
3503chmod 644 blib/arch/auto/Test/LeakTrace/LeakTrace.bs
3504Manifying blib/man3/Test::LeakTrace::Script.3pm
3505Manifying blib/man3/Test::LeakTrace.3pm
3506Manifying blib/man3/Test::LeakTrace::JA.3pm
3507 GFUJI/Test-LeakTrace-0.15.tar.gz
3508 /usr/bin/make -- OK
3509Skipping test because of notest pragma
3510Running make install
3511Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
3512Installing /usr/local/lib64/perl5/auto/Test/LeakTrace/LeakTrace.so
3513Installing /usr/local/lib64/perl5/auto/Test/LeakTrace/LeakTrace.bs
3514Installing /usr/local/lib64/perl5/Test/LeakTrace.pm
3515Installing /usr/local/lib64/perl5/Test/LeakTrace/Script.pm
3516Installing /usr/local/lib64/perl5/Test/LeakTrace/JA.pod
3517Installing /usr/local/share/man/man3/Test::LeakTrace.3pm
3518Installing /usr/local/share/man/man3/Test::LeakTrace::Script.3pm
3519Installing /usr/local/share/man/man3/Test::LeakTrace::JA.3pm
3520Appending installation info to /usr/lib64/perl5/perllocal.pod
3521 GFUJI/Test-LeakTrace-0.15.tar.gz
3522 /usr/bin/make install -- OK
3523Running install for module 'Test::Fatal'
3524Running make for R/RJ/RJBS/Test-Fatal-0.014.tar.gz
3525Fetching with HTTP::Tiny:
3526http://mirror.optusnet.com.au/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz
3527Fetching with HTTP::Tiny:
3528http://mirror.optusnet.com.au/CPAN/authors/id/R/RJ/RJBS/CHECKSUMS
3529Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz ok
3530
3531 CPAN.pm: Building R/RJ/RJBS/Test-Fatal-0.014.tar.gz
3532
3533Checking if your kit is complete...
3534Looks good
3535Writing Makefile for Test::Fatal
3536Writing MYMETA.yml and MYMETA.json
3537cp lib/Test/Fatal.pm blib/lib/Test/Fatal.pm
3538Manifying blib/man3/Test::Fatal.3pm
3539 RJBS/Test-Fatal-0.014.tar.gz
3540 /usr/bin/make -- OK
3541Skipping test because of notest pragma
3542Running make install
3543Installing /usr/local/share/perl5/Test/Fatal.pm
3544Installing /usr/local/share/man/man3/Test::Fatal.3pm
3545Appending installation info to /usr/lib64/perl5/perllocal.pod
3546 RJBS/Test-Fatal-0.014.tar.gz
3547 /usr/bin/make install -- OK
3548Running install for module 'Test::Output'
3549Running make for B/BD/BDFOY/Test-Output-1.03.tar.gz
3550Fetching with HTTP::Tiny:
3551http://mirror.optusnet.com.au/CPAN/authors/id/B/BD/BDFOY/Test-Output-1.03.tar.gz
3552Fetching with HTTP::Tiny:
3553http://mirror.optusnet.com.au/CPAN/authors/id/B/BD/BDFOY/CHECKSUMS
3554Checksum for /root/.cpan/sources/authors/id/B/BD/BDFOY/Test-Output-1.03.tar.gz ok
3555
3556 CPAN.pm: Building B/BD/BDFOY/Test-Output-1.03.tar.gz
3557
3558Checking if your kit is complete...
3559Looks good
3560Warning: prerequisite Sub::Exporter 0 not found.
3561Writing Makefile for Test::Output
3562Writing MYMETA.yml and MYMETA.json
3563---- Unsatisfied dependencies detected during ----
3564---- BDFOY/Test-Output-1.03.tar.gz ----
3565 Sub::Exporter [requires]
3566Skipping test because of notest pragma
3567Running make install
3568 Delayed until after prerequisites
3569Running install for module 'Sub::Exporter'
3570Running make for R/RJ/RJBS/Sub-Exporter-0.987.tar.gz
3571Fetching with HTTP::Tiny:
3572http://mirror.optusnet.com.au/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz
3573Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz ok
3574
3575 CPAN.pm: Building R/RJ/RJBS/Sub-Exporter-0.987.tar.gz
3576
3577Checking if your kit is complete...
3578Looks good
3579Writing Makefile for Sub::Exporter
3580Writing MYMETA.yml and MYMETA.json
3581cp lib/Sub/Exporter/Util.pm blib/lib/Sub/Exporter/Util.pm
3582cp lib/Sub/Exporter/Cookbook.pod blib/lib/Sub/Exporter/Cookbook.pod
3583cp lib/Sub/Exporter/Tutorial.pod blib/lib/Sub/Exporter/Tutorial.pod
3584cp lib/Sub/Exporter.pm blib/lib/Sub/Exporter.pm
3585Manifying blib/man3/Sub::Exporter::Util.3pm
3586Manifying blib/man3/Sub::Exporter::Cookbook.3pm
3587Manifying blib/man3/Sub::Exporter::Tutorial.3pm
3588Manifying blib/man3/Sub::Exporter.3pm
3589 RJBS/Sub-Exporter-0.987.tar.gz
3590 /usr/bin/make -- OK
3591Skipping test because of notest pragma
3592Running make install
3593Installing /usr/local/share/perl5/Sub/Exporter.pm
3594Installing /usr/local/share/perl5/Sub/Exporter/Cookbook.pod
3595Installing /usr/local/share/perl5/Sub/Exporter/Tutorial.pod
3596Installing /usr/local/share/perl5/Sub/Exporter/Util.pm
3597Installing /usr/local/share/man/man3/Sub::Exporter.3pm
3598Installing /usr/local/share/man/man3/Sub::Exporter::Tutorial.3pm
3599Installing /usr/local/share/man/man3/Sub::Exporter::Cookbook.3pm
3600Installing /usr/local/share/man/man3/Sub::Exporter::Util.3pm
3601Appending installation info to /usr/lib64/perl5/perllocal.pod
3602 RJBS/Sub-Exporter-0.987.tar.gz
3603 /usr/bin/make install -- OK
3604Running make for B/BD/BDFOY/Test-Output-1.03.tar.gz
3605 Has already been unwrapped into directory /root/.cpan/build/Test-Output-1.03-8LQYvM
3606
3607 CPAN.pm: Building B/BD/BDFOY/Test-Output-1.03.tar.gz
3608
3609cp lib/Test/Output.pm blib/lib/Test/Output.pm
3610Manifying blib/man3/Test::Output.3pm
3611 BDFOY/Test-Output-1.03.tar.gz
3612 /usr/bin/make -- OK
3613Skipping test because of notest pragma
3614Running make install
3615Installing /usr/local/share/perl5/Test/Output.pm
3616Installing /usr/local/share/man/man3/Test::Output.3pm
3617Appending installation info to /usr/lib64/perl5/perllocal.pod
3618 BDFOY/Test-Output-1.03.tar.gz
3619 /usr/bin/make install -- OK
3620Running install for module 'Test::Exception'
3621Running make for E/EX/EXODIST/Test-Exception-0.41.tar.gz
3622Fetching with HTTP::Tiny:
3623http://mirror.optusnet.com.au/CPAN/authors/id/E/EX/EXODIST/Test-Exception-0.41.tar.gz
3624Checksum for /root/.cpan/sources/authors/id/E/EX/EXODIST/Test-Exception-0.41.tar.gz ok
3625
3626 CPAN.pm: Building E/EX/EXODIST/Test-Exception-0.41.tar.gz
3627
3628Warning: prerequisite Sub::Uplevel 0.18 not found.
3629Checking if your kit is complete...
3630Looks good
3631Writing Makefile for Test::Exception
3632Writing MYMETA.yml and MYMETA.json
3633---- Unsatisfied dependencies detected during ----
3634---- EXODIST/Test-Exception-0.41.tar.gz ----
3635 Sub::Uplevel [requires]
3636Skipping test because of notest pragma
3637Running make install
3638 Delayed until after prerequisites
3639Running install for module 'Sub::Uplevel'
3640Running make for D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz
3641Fetching with HTTP::Tiny:
3642http://mirror.optusnet.com.au/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz
3643Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz ok
3644
3645 CPAN.pm: Building D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz
3646
3647Checking if your kit is complete...
3648Looks good
3649Writing Makefile for Sub::Uplevel
3650Writing MYMETA.yml and MYMETA.json
3651cp lib/Sub/Uplevel.pm blib/lib/Sub/Uplevel.pm
3652Manifying blib/man3/Sub::Uplevel.3pm
3653 DAGOLDEN/Sub-Uplevel-0.25.tar.gz
3654 /usr/bin/make -- OK
3655Skipping test because of notest pragma
3656Running make install
3657Manifying blib/man3/Sub::Uplevel.3pm
3658Installing /usr/local/share/perl5/Sub/Uplevel.pm
3659Installing /usr/local/share/man/man3/Sub::Uplevel.3pm
3660Appending installation info to /usr/lib64/perl5/perllocal.pod
3661 DAGOLDEN/Sub-Uplevel-0.25.tar.gz
3662 /usr/bin/make install -- OK
3663Running make for E/EX/EXODIST/Test-Exception-0.41.tar.gz
3664 Has already been unwrapped into directory /root/.cpan/build/Test-Exception-0.41-nNg4ks
3665
3666 CPAN.pm: Building E/EX/EXODIST/Test-Exception-0.41.tar.gz
3667
3668cp lib/Test/Exception.pm blib/lib/Test/Exception.pm
3669Manifying blib/man3/Test::Exception.3pm
3670 EXODIST/Test-Exception-0.41.tar.gz
3671 /usr/bin/make -- OK
3672Skipping test because of notest pragma
3673Running make install
3674Installing /usr/local/share/perl5/Test/Exception.pm
3675Installing /usr/local/share/man/man3/Test::Exception.3pm
3676Appending installation info to /usr/lib64/perl5/perllocal.pod
3677 EXODIST/Test-Exception-0.41.tar.gz
3678 /usr/bin/make install -- OK
3679Running Build for S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
3680 Has already been unwrapped into directory /root/.cpan/build/Mouse-v2.4.5-VpnP0X
3681
3682 CPAN.pm: Building S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
3683
3684Building Mouse
3685Can't locate Fatal.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at tool/generate-mouse-tiny.pl line 5.
3686BEGIN failed--compilation aborted at tool/generate-mouse-tiny.pl line 5.
3687Cannot generate Mouse::Tiny: No such file or directory at builder/MyBuilder.pm line 33.
3688xs-src/MouseAccessor.xs => xs-src/MouseAccessor.c
3689xs-src/MouseAttribute.xs => xs-src/MouseAttribute.c
3690xs-src/MouseTypeConstraints.xs => xs-src/MouseTypeConstraints.c
3691xs-src/MouseUtil.xs => xs-src/MouseUtil.c
3692gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseAttribute.o xs-src/MouseAttribute.c
3693gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseTypeConstraints.o xs-src/MouseTypeConstraints.c
3694xs-src/MouseTypeConstraints.xs: In function 'mouse_tc_generate':
3695xs-src/MouseTypeConstraints.xs:507:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
3696 MAGIC* mg;
3697 ^
3698xs-src/MouseTypeConstraints.xs: In function 'S_nv_is_integer':
3699xs-src/MouseTypeConstraints.xs:156:9: warning: ignoring return value of 'gcvt', declared with attribute warn_unused_result [-Wunused-result]
3700 (void)Gconvert(nv, NV_DIG, 0, buf);
3701 ^
3702gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseAccessor.o xs-src/MouseAccessor.c
3703xs-src/MouseAccessor.xs: In function 'mouse_simple_accessor_generate':
3704xs-src/MouseAccessor.xs:337:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
3705 MAGIC* mg;
3706 ^
3707gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseUtil.o xs-src/MouseUtil.c
3708gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -DXS_VERSION="v2.4.5" -DVERSION="v2.4.5" -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o lib/Mouse.o lib/Mouse.c
3709ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Mouse/Mouse.bs')
3710gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o blib/arch/auto/Mouse/Mouse.so lib/Mouse.o xs-src/MouseAttribute.o xs-src/MouseTypeConstraints.o xs-src/MouseAccessor.o xs-src/MouseUtil.o
3711 SYOHEX/Mouse-v2.4.5.tar.gz
3712 ./Build -- OK
3713Skipping test because of notest pragma
3714Running Build install
3715Building Mouse
3716Can't locate Fatal.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at tool/generate-mouse-tiny.pl line 5.
3717BEGIN failed--compilation aborted at tool/generate-mouse-tiny.pl line 5.
3718Cannot generate Mouse::Tiny: at builder/MyBuilder.pm line 33.
3719xs-src/MouseAccessor.xs => xs-src/MouseAccessor.c
3720xs-src/MouseAttribute.xs => xs-src/MouseAttribute.c
3721xs-src/MouseTypeConstraints.xs => xs-src/MouseTypeConstraints.c
3722xs-src/MouseUtil.xs => xs-src/MouseUtil.c
3723gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseAttribute.o xs-src/MouseAttribute.c
3724gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseTypeConstraints.o xs-src/MouseTypeConstraints.c
3725xs-src/MouseTypeConstraints.xs: In function 'mouse_tc_generate':
3726xs-src/MouseTypeConstraints.xs:507:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
3727 MAGIC* mg;
3728 ^
3729xs-src/MouseTypeConstraints.xs: In function 'S_nv_is_integer':
3730xs-src/MouseTypeConstraints.xs:156:9: warning: ignoring return value of 'gcvt', declared with attribute warn_unused_result [-Wunused-result]
3731 (void)Gconvert(nv, NV_DIG, 0, buf);
3732 ^
3733gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseAccessor.o xs-src/MouseAccessor.c
3734xs-src/MouseAccessor.xs: In function 'mouse_simple_accessor_generate':
3735xs-src/MouseAccessor.xs:337:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
3736 MAGIC* mg;
3737 ^
3738gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseUtil.o xs-src/MouseUtil.c
3739gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o blib/arch/auto/Mouse/Mouse.so lib/Mouse.o xs-src/MouseAttribute.o xs-src/MouseTypeConstraints.o xs-src/MouseAccessor.o xs-src/MouseUtil.o
3740Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
3741Installing /usr/local/lib64/perl5/auto/Mouse/Mouse.so
3742Installing /usr/local/lib64/perl5/auto/Mouse/Mouse.bs
3743Installing /usr/local/lib64/perl5/Squirrel.pm
3744Installing /usr/local/lib64/perl5/ouse.pm
3745Installing /usr/local/lib64/perl5/Mouse.pm
3746Installing /usr/local/lib64/perl5/Test/Mouse.pm
3747Installing /usr/local/lib64/perl5/Squirrel/Role.pm
3748Installing /usr/local/lib64/perl5/Mouse/TypeRegistry.pm
3749Installing /usr/local/lib64/perl5/Mouse/Role.pm
3750Installing /usr/local/lib64/perl5/Mouse/XS.pod
3751Installing /usr/local/lib64/perl5/Mouse/Tiny.pod
3752Installing /usr/local/lib64/perl5/Mouse/PurePerl.pm
3753Installing /usr/local/lib64/perl5/Mouse/Exporter.pm
3754Installing /usr/local/lib64/perl5/Mouse/Util.pm
3755Installing /usr/local/lib64/perl5/Mouse/Spec.pm
3756Installing /usr/local/lib64/perl5/Mouse/Object.pm
3757Installing /usr/local/lib64/perl5/Mouse/Meta/Role.pm
3758Installing /usr/local/lib64/perl5/Mouse/Meta/Module.pm
3759Installing /usr/local/lib64/perl5/Mouse/Meta/TypeConstraint.pm
3760Installing /usr/local/lib64/perl5/Mouse/Meta/Method.pm
3761Installing /usr/local/lib64/perl5/Mouse/Meta/Attribute.pm
3762Installing /usr/local/lib64/perl5/Mouse/Meta/Class.pm
3763Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Delegation.pm
3764Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Destructor.pm
3765Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Constructor.pm
3766Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Accessor.pm
3767Installing /usr/local/lib64/perl5/Mouse/Meta/Role/Method.pm
3768Installing /usr/local/lib64/perl5/Mouse/Meta/Role/Application.pm
3769Installing /usr/local/lib64/perl5/Mouse/Meta/Role/Composite.pm
3770Installing /usr/local/lib64/perl5/Mouse/Util/MetaRole.pm
3771Installing /usr/local/lib64/perl5/Mouse/Util/TypeConstraints.pm
3772Installing /usr/local/share/man/man3/Mouse::Spec.3pm
3773Installing /usr/local/share/man/man3/Mouse::XS.3pm
3774Installing /usr/local/share/man/man3/ouse.3pm
3775Installing /usr/local/share/man/man3/Mouse::Meta::Class.3pm
3776Installing /usr/local/share/man/man3/Mouse::Meta::Module.3pm
3777Installing /usr/local/share/man/man3/Mouse::Meta::Role::Composite.3pm
3778Installing /usr/local/share/man/man3/Mouse::Meta::Method::Accessor.3pm
3779Installing /usr/local/share/man/man3/Mouse.3pm
3780Installing /usr/local/share/man/man3/Squirrel::Role.3pm
3781Installing /usr/local/share/man/man3/Mouse::Util::TypeConstraints.3pm
3782Installing /usr/local/share/man/man3/Mouse::Meta::Attribute.3pm
3783Installing /usr/local/share/man/man3/Mouse::PurePerl.3pm
3784Installing /usr/local/share/man/man3/Mouse::Tiny.3pm
3785Installing /usr/local/share/man/man3/Mouse::Util.3pm
3786Installing /usr/local/share/man/man3/Mouse::Meta::Role::Application.3pm
3787Installing /usr/local/share/man/man3/Mouse::Exporter.3pm
3788Installing /usr/local/share/man/man3/Mouse::TypeRegistry.3pm
3789Installing /usr/local/share/man/man3/Mouse::Role.3pm
3790Installing /usr/local/share/man/man3/Squirrel.3pm
3791Installing /usr/local/share/man/man3/Mouse::Util::MetaRole.3pm
3792Installing /usr/local/share/man/man3/Mouse::Meta::Method.3pm
3793Installing /usr/local/share/man/man3/Mouse::Meta::Method::Destructor.3pm
3794Installing /usr/local/share/man/man3/Mouse::Meta::Role.3pm
3795Installing /usr/local/share/man/man3/Mouse::Meta::Method::Delegation.3pm
3796Installing /usr/local/share/man/man3/Mouse::Meta::Method::Constructor.3pm
3797Installing /usr/local/share/man/man3/Mouse::Object.3pm
3798Installing /usr/local/share/man/man3/Test::Mouse.3pm
3799Installing /usr/local/share/man/man3/Mouse::Meta::TypeConstraint.3pm
3800Installing /usr/local/share/man/man3/Mouse::Meta::Role::Method.3pm
3801 SYOHEX/Mouse-v2.4.5.tar.gz
3802 ./Build install -- OK
3803Running Build for T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
3804 Has already been unwrapped into directory /root/.cpan/build/AnyEvent-IMAP-0.04-Fi1377
3805
3806 CPAN.pm: Building T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
3807
3808Building AnyEvent-IMAP
3809 TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
3810 ./Build -- OK
3811Skipping test because of notest pragma
3812Running Build install
3813Building AnyEvent-IMAP
3814Installing /usr/local/share/perl5/Mail/IMAP/Util.pm
3815Installing /usr/local/share/perl5/Mail/IMAP/Envelope.pm
3816Installing /usr/local/share/perl5/Mail/IMAP/Address.pm
3817Installing /usr/local/share/perl5/AnyEvent/IMAP.pm
3818Installing /usr/local/share/man/man3/Mail::IMAP::Envelope.3pm
3819Installing /usr/local/share/man/man3/AnyEvent::IMAP.3pm
3820 TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
3821 ./Build install -- OK
3822AnyEvent::Socket is up to date (undef).
3823AnyEvent::Util is up to date (undef).
3824Running install for module 'Carp'
3825Running make for R/RJ/RJBS/Carp-1.38.tar.gz
3826Fetching with HTTP::Tiny:
3827http://mirror.optusnet.com.au/CPAN/authors/id/R/RJ/RJBS/Carp-1.38.tar.gz
3828Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Carp-1.38.tar.gz ok
3829
3830 CPAN.pm: Building R/RJ/RJBS/Carp-1.38.tar.gz
3831
3832Checking if your kit is complete...
3833Looks good
3834Writing Makefile for Carp
3835Writing MYMETA.yml and MYMETA.json
3836cp lib/Carp.pm blib/lib/Carp.pm
3837cp lib/Carp/Heavy.pm blib/lib/Carp/Heavy.pm
3838Manifying blib/man3/Carp.3pm
3839 RJBS/Carp-1.38.tar.gz
3840 /usr/bin/make -- OK
3841Skipping test because of notest pragma
3842Running make install
3843Manifying blib/man3/Carp.3pm
3844Installing /usr/local/share/perl5/Carp.pm
3845Installing /usr/local/share/perl5/Carp/Heavy.pm
3846Installing /usr/local/share/man/man3/Carp.3pm
3847Appending installation info to /usr/lib64/perl5/perllocal.pod
3848 RJBS/Carp-1.38.tar.gz
3849 /usr/bin/make install -- OK
3850Running install for module 'Cookie::Baker'
3851Running make for K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
3852Fetching with HTTP::Tiny:
3853http://mirror.optusnet.com.au/CPAN/authors/id/K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
3854Checksum for /root/.cpan/sources/authors/id/K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz ok
3855
3856 CPAN.pm: Building K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
3857
3858Created MYMETA.yml and MYMETA.json
3859Creating new 'Build' script for 'Cookie-Baker' version '0.06'
3860cp META.json MYMETA.json
3861cp META.yml MYMETA.yml
3862---- Unsatisfied dependencies detected during ----
3863---- KAZEBURO/Cookie-Baker-0.06.tar.gz ----
3864 Test::Time [build_requires]
3865Skipping test because of notest pragma
3866Running Build install
3867 Delayed until after prerequisites
3868Running install for module 'Test::Time'
3869Running make for S/SA/SATOH/Test-Time-0.04.tar.gz
3870Fetching with HTTP::Tiny:
3871http://mirror.optusnet.com.au/CPAN/authors/id/S/SA/SATOH/Test-Time-0.04.tar.gz
3872Fetching with HTTP::Tiny:
3873http://mirror.optusnet.com.au/CPAN/authors/id/S/SA/SATOH/CHECKSUMS
3874Checksum for /root/.cpan/sources/authors/id/S/SA/SATOH/Test-Time-0.04.tar.gz ok
3875
3876 CPAN.pm: Building S/SA/SATOH/Test-Time-0.04.tar.gz
3877
3878Subroutine readme_from redefined at inc/Module/Install/ReadmeFromPod.pm line 11.
3879Subroutine _readme_txt redefined at inc/Module/Install/ReadmeFromPod.pm line 64.
3880Subroutine _readme_htm redefined at inc/Module/Install/ReadmeFromPod.pm line 77.
3881Subroutine _readme_man redefined at inc/Module/Install/ReadmeFromPod.pm line 96.
3882Subroutine _readme_pdf redefined at inc/Module/Install/ReadmeFromPod.pm line 106.
3883Subroutine _all_from redefined at inc/Module/Install/ReadmeFromPod.pm line 122.
3884Subroutine use_test_base redefined at inc/Module/Install/TestBase.pm line 13.
3885Cannot determine perl version info from lib/Test/Time.pm
3886Checking if your kit is complete...
3887Looks good
3888Writing Makefile for Test::Time
3889Writing MYMETA.yml and MYMETA.json
3890---- Unsatisfied dependencies detected during ----
3891---- SATOH/Test-Time-0.04.tar.gz ----
3892 Test::Name::FromLine [build_requires]
3893Skipping test because of notest pragma
3894Running make install
3895 Delayed until after prerequisites
3896Running install for module 'Test::Name::FromLine'
3897Running make for S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
3898Fetching with HTTP::Tiny:
3899http://mirror.optusnet.com.au/CPAN/authors/id/S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
3900Checksum for /root/.cpan/sources/authors/id/S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz ok
3901
3902 CPAN.pm: Building S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
3903
3904Created MYMETA.yml and MYMETA.json
3905Creating new 'Build' script for 'Test-Name-FromLine' version '0.13'
3906Merging cpanfile prereqs to MYMETA.yml
3907Merging cpanfile prereqs to MYMETA.json
3908---- Unsatisfied dependencies detected during ----
3909---- SATOH/Test-Name-FromLine-0.13.tar.gz ----
3910 File::Slurp [requires]
3911 Test::Differences [build_requires]
3912Skipping test because of notest pragma
3913Running Build install
3914 Delayed until after prerequisites
3915Running install for module 'File::Slurp'
3916Running make for U/UR/URI/File-Slurp-9999.19.tar.gz
3917Fetching with HTTP::Tiny:
3918http://mirror.optusnet.com.au/CPAN/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz
3919Fetching with HTTP::Tiny:
3920http://mirror.optusnet.com.au/CPAN/authors/id/U/UR/URI/CHECKSUMS
3921Checksum for /root/.cpan/sources/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz ok
3922
3923 CPAN.pm: Building U/UR/URI/File-Slurp-9999.19.tar.gz
3924
3925Checking if your kit is complete...
3926Looks good
3927Writing Makefile for File::Slurp
3928Writing MYMETA.yml and MYMETA.json
3929cp lib/File/Slurp.pm blib/lib/File/Slurp.pm
3930Manifying blib/man3/File::Slurp.3pm
3931 URI/File-Slurp-9999.19.tar.gz
3932 /usr/bin/make -- OK
3933Skipping test because of notest pragma
3934Running make install
3935Installing /usr/local/share/perl5/File/Slurp.pm
3936Installing /usr/local/share/man/man3/File::Slurp.3pm
3937Appending installation info to /usr/lib64/perl5/perllocal.pod
3938 URI/File-Slurp-9999.19.tar.gz
3939 /usr/bin/make install -- OK
3940Running install for module 'Test::Differences'
3941Running make for D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
3942Fetching with HTTP::Tiny:
3943http://mirror.optusnet.com.au/CPAN/authors/id/D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
3944Fetching with HTTP::Tiny:
3945http://mirror.optusnet.com.au/CPAN/authors/id/D/DC/DCANTRELL/CHECKSUMS
3946Checksum for /root/.cpan/sources/authors/id/D/DC/DCANTRELL/Test-Differences-0.64.tar.gz ok
3947
3948 CPAN.pm: Building D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
3949
3950Checking prerequisites...
3951 requires:
3952 ! Text::Diff is not installed
3953
3954ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
3955of the modules indicated above before proceeding with this installation
3956
3957Created MYMETA.yml and MYMETA.json
3958Creating new 'Build' script for 'Test-Differences' version '0.64'
3959---- Unsatisfied dependencies detected during ----
3960---- DCANTRELL/Test-Differences-0.64.tar.gz ----
3961 Text::Diff [requires]
3962Skipping test because of notest pragma
3963Running Build install
3964 Delayed until after prerequisites
3965Running install for module 'Text::Diff'
3966Running make for N/NE/NEILB/Text-Diff-1.43.tar.gz
3967Fetching with HTTP::Tiny:
3968http://mirror.optusnet.com.au/CPAN/authors/id/N/NE/NEILB/Text-Diff-1.43.tar.gz
3969Fetching with HTTP::Tiny:
3970http://mirror.optusnet.com.au/CPAN/authors/id/N/NE/NEILB/CHECKSUMS
3971Checksum for /root/.cpan/sources/authors/id/N/NE/NEILB/Text-Diff-1.43.tar.gz ok
3972
3973 CPAN.pm: Building N/NE/NEILB/Text-Diff-1.43.tar.gz
3974
3975Warning: prerequisite Algorithm::Diff 1.19 not found.
3976Checking if your kit is complete...
3977Looks good
3978Writing Makefile for Text::Diff
3979Writing MYMETA.yml and MYMETA.json
3980---- Unsatisfied dependencies detected during ----
3981---- NEILB/Text-Diff-1.43.tar.gz ----
3982 Algorithm::Diff [requires]
3983Skipping test because of notest pragma
3984Running make install
3985 Delayed until after prerequisites
3986Running install for module 'Algorithm::Diff'
3987Running make for T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz
3988Fetching with HTTP::Tiny:
3989http://mirror.optusnet.com.au/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz
3990Fetching with HTTP::Tiny:
3991http://mirror.optusnet.com.au/CPAN/authors/id/T/TY/TYEMQ/CHECKSUMS
3992Checksum for /root/.cpan/sources/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz ok
3993
3994 CPAN.pm: Building T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz
3995
3996Checking if your kit is complete...
3997Looks good
3998Writing Makefile for Algorithm::Diff
3999Writing MYMETA.yml and MYMETA.json
4000cp diffnew.pl blib/lib/Algorithm/diffnew.pl
4001cp diff.pl blib/lib/Algorithm/diff.pl
4002cp htmldiff.pl blib/lib/Algorithm/htmldiff.pl
4003cp lib/Algorithm/Diff.pm blib/lib/Algorithm/Diff.pm
4004cp lib/Algorithm/DiffOld.pm blib/lib/Algorithm/DiffOld.pm
4005cp cdiff.pl blib/lib/Algorithm/cdiff.pl
4006Manifying blib/man3/Algorithm::Diff.3pm
4007Manifying blib/man3/Algorithm::DiffOld.3pm
4008 TYEMQ/Algorithm-Diff-1.1903.tar.gz
4009 /usr/bin/make -- OK
4010Skipping test because of notest pragma
4011Running make install
4012Installing /usr/local/share/perl5/Algorithm/DiffOld.pm
4013Installing /usr/local/share/perl5/Algorithm/cdiff.pl
4014Installing /usr/local/share/perl5/Algorithm/Diff.pm
4015Installing /usr/local/share/perl5/Algorithm/diff.pl
4016Installing /usr/local/share/perl5/Algorithm/diffnew.pl
4017Installing /usr/local/share/perl5/Algorithm/htmldiff.pl
4018Installing /usr/local/share/man/man3/Algorithm::Diff.3pm
4019Installing /usr/local/share/man/man3/Algorithm::DiffOld.3pm
4020Appending installation info to /usr/lib64/perl5/perllocal.pod
4021 TYEMQ/Algorithm-Diff-1.1903.tar.gz
4022 /usr/bin/make install -- OK
4023Running make for N/NE/NEILB/Text-Diff-1.43.tar.gz
4024 Has already been unwrapped into directory /root/.cpan/build/Text-Diff-1.43-CjRCUu
4025
4026 CPAN.pm: Building N/NE/NEILB/Text-Diff-1.43.tar.gz
4027
4028cp lib/Text/Diff/Table.pm blib/lib/Text/Diff/Table.pm
4029cp lib/Text/Diff.pm blib/lib/Text/Diff.pm
4030cp lib/Text/Diff/Config.pm blib/lib/Text/Diff/Config.pm
4031Manifying blib/man3/Text::Diff::Table.3pm
4032Manifying blib/man3/Text::Diff.3pm
4033Manifying blib/man3/Text::Diff::Config.3pm
4034 NEILB/Text-Diff-1.43.tar.gz
4035 /usr/bin/make -- OK
4036Skipping test because of notest pragma
4037Running make install
4038Installing /usr/local/share/perl5/Text/Diff.pm
4039Installing /usr/local/share/perl5/Text/Diff/Table.pm
4040Installing /usr/local/share/perl5/Text/Diff/Config.pm
4041Installing /usr/local/share/man/man3/Text::Diff.3pm
4042Installing /usr/local/share/man/man3/Text::Diff::Config.3pm
4043Installing /usr/local/share/man/man3/Text::Diff::Table.3pm
4044Appending installation info to /usr/lib64/perl5/perllocal.pod
4045 NEILB/Text-Diff-1.43.tar.gz
4046 /usr/bin/make install -- OK
4047Running Build for D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
4048 Has already been unwrapped into directory /root/.cpan/build/Test-Differences-0.64-ke0tJq
4049
4050 CPAN.pm: Building D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
4051
4052Building Test-Differences
4053 DCANTRELL/Test-Differences-0.64.tar.gz
4054 ./Build -- OK
4055Skipping test because of notest pragma
4056Running Build install
4057Building Test-Differences
4058Installing /usr/local/share/perl5/Test/Differences.pm
4059Installing /usr/local/share/man/man3/Test::Differences.3pm
4060 DCANTRELL/Test-Differences-0.64.tar.gz
4061 ./Build install -- OK
4062Running Build for S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
4063 Has already been unwrapped into directory /root/.cpan/build/Test-Name-FromLine-0.13-C4not2
4064
4065 CPAN.pm: Building S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
4066
4067Building Test-Name-FromLine
4068 SATOH/Test-Name-FromLine-0.13.tar.gz
4069 ./Build -- OK
4070Skipping test because of notest pragma
4071Running Build install
4072Building Test-Name-FromLine
4073Installing /usr/local/share/perl5/Test/Name/FromLine.pm
4074Installing /usr/local/share/man/man3/Test::Name::FromLine.3pm
4075 SATOH/Test-Name-FromLine-0.13.tar.gz
4076 ./Build install -- OK
4077Running make for S/SA/SATOH/Test-Time-0.04.tar.gz
4078 Has already been unwrapped into directory /root/.cpan/build/Test-Time-0.04-ahqmM6
4079
4080 CPAN.pm: Building S/SA/SATOH/Test-Time-0.04.tar.gz
4081
4082cp lib/Test/Time.pm blib/lib/Test/Time.pm
4083Manifying blib/man3/Test::Time.3pm
4084 SATOH/Test-Time-0.04.tar.gz
4085 /usr/bin/make -- OK
4086Skipping test because of notest pragma
4087Running make install
4088Installing /usr/local/share/perl5/Test/Time.pm
4089Installing /usr/local/share/man/man3/Test::Time.3pm
4090Appending installation info to /usr/lib64/perl5/perllocal.pod
4091 SATOH/Test-Time-0.04.tar.gz
4092 /usr/bin/make install -- OK
4093Running Build for K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
4094 Has already been unwrapped into directory /root/.cpan/build/Cookie-Baker-0.06-oPkrss
4095
4096 CPAN.pm: Building K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
4097
4098Building Cookie-Baker
4099 KAZEBURO/Cookie-Baker-0.06.tar.gz
4100 ./Build -- OK
4101Skipping test because of notest pragma
4102Running Build install
4103Building Cookie-Baker
4104Installing /usr/local/share/perl5/Cookie/Baker.pm
4105Installing /usr/local/share/man/man3/Cookie::Baker.3pm
4106 KAZEBURO/Cookie-Baker-0.06.tar.gz
4107 ./Build install -- OK
4108Running install for module 'DBI'
4109Running make for T/TI/TIMB/DBI-1.634.tar.gz
4110Fetching with HTTP::Tiny:
4111http://mirror.optusnet.com.au/CPAN/authors/id/T/TI/TIMB/DBI-1.634.tar.gz
4112Fetching with HTTP::Tiny:
4113http://mirror.optusnet.com.au/CPAN/authors/id/T/TI/TIMB/CHECKSUMS
4114Checksum for /root/.cpan/sources/authors/id/T/TI/TIMB/DBI-1.634.tar.gz ok
4115
4116 CPAN.pm: Building T/TI/TIMB/DBI-1.634.tar.gz
4117
4118Your perl was compiled with gcc (version 4.8.5 20150623 (Red Hat 4.8.5-4)), okay.
4119Creating test wrappers for DBD::Gofer:
4120t/zvg_01basics.t
4121t/zvg_02dbidrv.t
4122t/zvg_03handle.t
4123t/zvg_04mods.t
4124t/zvg_05concathash.t
4125t/zvg_06attrs.t
4126t/zvg_07kids.t
4127t/zvg_08keeperr.t
4128t/zvg_09trace.t
4129t/zvg_10examp.t
4130t/zvg_11fetch.t
4131t/zvg_12quote.t
4132t/zvg_13taint.t
4133t/zvg_14utf8.t
4134t/zvg_15array.t
4135t/zvg_16destroy.t
4136t/zvg_19fhtrace.t
4137t/zvg_20meta.t
4138t/zvg_30subclass.t
4139t/zvg_31methcache.t
4140t/zvg_35thrclone.t (use threads)
4141t/zvg_40profile.t
4142t/zvg_41prof_dump.t
4143t/zvg_42prof_data.t
4144t/zvg_43prof_env.t
4145t/zvg_48dbi_dbd_sqlengine.t
4146t/zvg_49dbd_file.t
4147t/zvg_50dbm_simple.t
4148t/zvg_51dbm_file.t
4149t/zvg_52dbm_complex.t
4150t/zvg_60preparse.t
4151t/zvg_65transact.t
4152t/zvg_70callbacks.t
4153t/zvg_72childhandles.t
4154t/zvg_80proxy.t
4155t/zvg_85gofer.t
4156t/zvg_86gofer_fail.t
4157t/zvg_87gofer_cache.t
4158t/zvg_90sql_type_cast.t
4159Creating test wrappers for DBI::SQL::Nano:
4160t/zvn_48dbi_dbd_sqlengine.t
4161t/zvn_49dbd_file.t
4162t/zvn_50dbm_simple.t
4163t/zvn_51dbm_file.t
4164t/zvn_52dbm_complex.t
4165t/zvn_85gofer.t
4166Creating test wrappers for DBI::PurePerl:
4167t/zvp_01basics.t
4168t/zvp_02dbidrv.t
4169t/zvp_03handle.t
4170t/zvp_04mods.t
4171t/zvp_05concathash.t
4172t/zvp_06attrs.t
4173t/zvp_07kids.t
4174t/zvp_08keeperr.t
4175t/zvp_09trace.t
4176t/zvp_10examp.t
4177t/zvp_11fetch.t
4178t/zvp_12quote.t
4179t/zvp_13taint.t
4180t/zvp_14utf8.t
4181t/zvp_15array.t
4182t/zvp_16destroy.t
4183t/zvp_19fhtrace.t
4184t/zvp_20meta.t
4185t/zvp_30subclass.t
4186t/zvp_31methcache.t
4187t/zvp_35thrclone.t (use threads)
4188t/zvp_40profile.t
4189t/zvp_41prof_dump.t
4190t/zvp_42prof_data.t
4191t/zvp_43prof_env.t
4192t/zvp_48dbi_dbd_sqlengine.t
4193t/zvp_49dbd_file.t
4194t/zvp_50dbm_simple.t
4195t/zvp_51dbm_file.t
4196t/zvp_52dbm_complex.t
4197t/zvp_60preparse.t
4198t/zvp_65transact.t
4199t/zvp_70callbacks.t
4200t/zvp_72childhandles.t
4201t/zvp_80proxy.t
4202t/zvp_85gofer.t
4203t/zvp_86gofer_fail.t
4204t/zvp_87gofer_cache.t
4205t/zvp_90sql_type_cast.t
4206Creating test wrappers for DBD::Gofer + DBI::SQL::Nano:
4207t/zvxgn_48dbi_dbd_sqlengine.t
4208t/zvxgn_49dbd_file.t
4209t/zvxgn_50dbm_simple.t
4210t/zvxgn_51dbm_file.t
4211t/zvxgn_52dbm_complex.t
4212t/zvxgn_85gofer.t
4213Creating test wrappers for DBD::Gofer + DBI::PurePerl:
4214t/zvxgp_01basics.t
4215t/zvxgp_02dbidrv.t
4216t/zvxgp_03handle.t
4217t/zvxgp_04mods.t
4218t/zvxgp_05concathash.t
4219t/zvxgp_06attrs.t
4220t/zvxgp_07kids.t
4221t/zvxgp_08keeperr.t
4222t/zvxgp_09trace.t
4223t/zvxgp_10examp.t
4224t/zvxgp_11fetch.t
4225t/zvxgp_12quote.t
4226t/zvxgp_13taint.t
4227t/zvxgp_14utf8.t
4228t/zvxgp_15array.t
4229t/zvxgp_16destroy.t
4230t/zvxgp_19fhtrace.t
4231t/zvxgp_20meta.t
4232t/zvxgp_30subclass.t
4233t/zvxgp_31methcache.t
4234t/zvxgp_35thrclone.t (use threads)
4235t/zvxgp_40profile.t
4236t/zvxgp_41prof_dump.t
4237t/zvxgp_42prof_data.t
4238t/zvxgp_43prof_env.t
4239t/zvxgp_48dbi_dbd_sqlengine.t
4240t/zvxgp_49dbd_file.t
4241t/zvxgp_50dbm_simple.t
4242t/zvxgp_51dbm_file.t
4243t/zvxgp_52dbm_complex.t
4244t/zvxgp_60preparse.t
4245t/zvxgp_65transact.t
4246t/zvxgp_70callbacks.t
4247t/zvxgp_72childhandles.t
4248t/zvxgp_80proxy.t
4249t/zvxgp_85gofer.t
4250t/zvxgp_86gofer_fail.t
4251t/zvxgp_87gofer_cache.t
4252t/zvxgp_90sql_type_cast.t
4253Creating test wrappers for DBI::SQL::Nano + DBI::PurePerl:
4254t/zvxnp_48dbi_dbd_sqlengine.t
4255t/zvxnp_49dbd_file.t
4256t/zvxnp_50dbm_simple.t
4257t/zvxnp_51dbm_file.t
4258t/zvxnp_52dbm_complex.t
4259t/zvxnp_85gofer.t
4260Creating test wrappers for DBD::Gofer + DBI::SQL::Nano + DBI::PurePerl:
4261t/zvxgnp_48dbi_dbd_sqlengine.t
4262t/zvxgnp_49dbd_file.t
4263t/zvxgnp_50dbm_simple.t
4264t/zvxgnp_51dbm_file.t
4265t/zvxgnp_52dbm_complex.t
4266t/zvxgnp_85gofer.t
4267Checking if your kit is complete...
4268Looks good
4269
4270Warning: By default new modules are installed into your 'site_lib'
4271 directories. Since site_lib directories come after the normal library
4272 directories you must delete old DBI files and directories from your
4273 'privlib' and 'archlib' directories and their auto subdirectories.
4274
4275Reinstall DBI and your DBD::* drivers after deleting the old directories.
4276
4277Here's a list of probable old files and directories:
4278
4279 /usr/lib64/perl5/vendor_perl/Bundle/DBI.pm
4280 /usr/lib64/perl5/vendor_perl/DBD
4281 /usr/lib64/perl5/vendor_perl/DBI
4282 /usr/lib64/perl5/vendor_perl/DBI.pm
4283 /usr/lib64/perl5/vendor_perl/DBI/Changes.pm
4284 /usr/lib64/perl5/vendor_perl/DBI/Const
4285 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo
4286 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo/ANSI.pm
4287 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo/ODBC.pm
4288 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfoReturn.pm
4289 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfoType.pm
4290 /usr/lib64/perl5/vendor_perl/DBI/DBD
4291 /usr/lib64/perl5/vendor_perl/DBI/DBD.pm
4292 /usr/lib64/perl5/vendor_perl/DBI/DBD/Metadata.pm
4293 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine
4294 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine.pm
4295 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine/Developers.pod
4296 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine/HowTo.pod
4297 /usr/lib64/perl5/vendor_perl/DBI/FAQ.pm
4298 /usr/lib64/perl5/vendor_perl/DBI/Gofer
4299 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Execute.pm
4300 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Request.pm
4301 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Response.pm
4302 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer
4303 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/Base.pm
4304 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/DataDumper.pm
4305 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/Storable.pm
4306 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport
4307 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/Base.pm
4308 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/pipeone.pm
4309 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/stream.pm
4310 /usr/lib64/perl5/vendor_perl/DBI/Profile.pm
4311 /usr/lib64/perl5/vendor_perl/DBI/ProfileData.pm
4312 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper
4313 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper.pm
4314 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper/Apache.pm
4315 /usr/lib64/perl5/vendor_perl/DBI/ProfileSubs.pm
4316 /usr/lib64/perl5/vendor_perl/DBI/ProxyServer.pm
4317 /usr/lib64/perl5/vendor_perl/DBI/PurePerl.pm
4318 /usr/lib64/perl5/vendor_perl/DBI/SQL
4319 /usr/lib64/perl5/vendor_perl/DBI/SQL/Nano.pm
4320 /usr/lib64/perl5/vendor_perl/DBI/Util
4321 /usr/lib64/perl5/vendor_perl/DBI/Util/CacheMemory.pm
4322 /usr/lib64/perl5/vendor_perl/DBI/Util/_accessor.pm
4323 /usr/lib64/perl5/vendor_perl/auto/DBD
4324 /usr/lib64/perl5/vendor_perl/auto/DBI
4325 /usr/lib64/perl5/vendor_perl/auto/DBI/DBI.so
4326 /usr/lib64/perl5/vendor_perl/auto/DBI/DBIXS.h
4327 /usr/lib64/perl5/vendor_perl/auto/DBI/Driver.xst
4328 /usr/lib64/perl5/vendor_perl/auto/DBI/Driver_xst.h
4329 /usr/lib64/perl5/vendor_perl/auto/DBI/dbd_xsh.h
4330 /usr/lib64/perl5/vendor_perl/auto/DBI/dbi_sql.h
4331 /usr/lib64/perl5/vendor_perl/auto/DBI/dbipport.h
4332 /usr/lib64/perl5/vendor_perl/auto/DBI/dbivport.h
4333 /usr/lib64/perl5/vendor_perl/auto/DBI/dbixs_rev.h
4334
4335
4336 I see you're using perl 5.016003 on x86_64-linux-thread-multi, okay.
4337 Remember to actually *read* the README file!
4338 Use 'make' to build the software (dmake or nmake on Windows).
4339 Then 'make test' to execute self tests.
4340 Then 'make install' to install the DBI and then delete this working
4341 directory before unpacking and building any DBD::* drivers.
4342
4343Writing Makefile for DBI
4344Writing MYMETA.yml and MYMETA.json
4345/usr/bin/perl -MExtUtils::Command -e 'mkpath' -- blib/lib/DBI
4346rm -f blib/lib/DBI/Changes.pm
4347cp Changes blib/lib/DBI/Changes.pm
4348cp Driver_xst.h blib/arch/auto/DBI/Driver_xst.h
4349cp lib/DBI/Gofer/Response.pm blib/lib/DBI/Gofer/Response.pm
4350cp lib/DBD/Proxy.pm blib/lib/DBD/Proxy.pm
4351cp lib/DBI/Util/_accessor.pm blib/lib/DBI/Util/_accessor.pm
4352cp lib/DBI/Gofer/Transport/Base.pm blib/lib/DBI/Gofer/Transport/Base.pm
4353cp lib/DBD/DBM.pm blib/lib/DBD/DBM.pm
4354cp DBIXS.h blib/arch/auto/DBI/DBIXS.h
4355cp dbixs_rev.pl blib/lib/dbixs_rev.pl
4356cp lib/DBI/Const/GetInfoType.pm blib/lib/DBI/Const/GetInfoType.pm
4357cp lib/DBI/Gofer/Serializer/DataDumper.pm blib/lib/DBI/Gofer/Serializer/DataDumper.pm
4358cp lib/DBI/DBD/Metadata.pm blib/lib/DBI/DBD/Metadata.pm
4359cp lib/DBI/Const/GetInfo/ODBC.pm blib/lib/DBI/Const/GetInfo/ODBC.pm
4360cp lib/DBD/Gofer/Transport/pipeone.pm blib/lib/DBD/Gofer/Transport/pipeone.pm
4361cp lib/DBI/ProfileDumper/Apache.pm blib/lib/DBI/ProfileDumper/Apache.pm
4362cp lib/DBD/File.pm blib/lib/DBD/File.pm
4363cp Driver.xst blib/arch/auto/DBI/Driver.xst
4364cp lib/DBD/File/Roadmap.pod blib/lib/DBD/File/Roadmap.pod
4365cp lib/DBI/Util/CacheMemory.pm blib/lib/DBI/Util/CacheMemory.pm
4366cp lib/DBI/ProfileSubs.pm blib/lib/DBI/ProfileSubs.pm
4367cp lib/DBD/NullP.pm blib/lib/DBD/NullP.pm
4368cp dbi_sql.h blib/arch/auto/DBI/dbi_sql.h
4369cp lib/DBD/Gofer.pm blib/lib/DBD/Gofer.pm
4370cp lib/DBD/File/HowTo.pod blib/lib/DBD/File/HowTo.pod
4371cp dbivport.h blib/arch/auto/DBI/dbivport.h
4372cp dbd_xsh.h blib/arch/auto/DBI/dbd_xsh.h
4373cp lib/DBI/DBD/SqlEngine/HowTo.pod blib/lib/DBI/DBD/SqlEngine/HowTo.pod
4374cp dbixs_rev.h blib/arch/auto/DBI/dbixs_rev.h
4375cp lib/DBD/Gofer/Transport/corostream.pm blib/lib/DBD/Gofer/Transport/corostream.pm
4376cp lib/DBD/Gofer/Transport/Base.pm blib/lib/DBD/Gofer/Transport/Base.pm
4377cp lib/DBI/FAQ.pm blib/lib/DBI/FAQ.pm
4378cp lib/DBD/Gofer/Policy/rush.pm blib/lib/DBD/Gofer/Policy/rush.pm
4379cp lib/DBI/SQL/Nano.pm blib/lib/DBI/SQL/Nano.pm
4380cp lib/DBI/Gofer/Request.pm blib/lib/DBI/Gofer/Request.pm
4381cp lib/DBI/Const/GetInfo/ANSI.pm blib/lib/DBI/Const/GetInfo/ANSI.pm
4382cp lib/DBD/Gofer/Transport/stream.pm blib/lib/DBD/Gofer/Transport/stream.pm
4383cp lib/DBD/Gofer/Policy/classic.pm blib/lib/DBD/Gofer/Policy/classic.pm
4384cp lib/DBI/Gofer/Serializer/Storable.pm blib/lib/DBI/Gofer/Serializer/Storable.pm
4385cp lib/DBI/Const/GetInfoReturn.pm blib/lib/DBI/Const/GetInfoReturn.pm
4386cp DBI.pm blib/lib/DBI.pm
4387cp lib/DBI/Gofer/Transport/stream.pm blib/lib/DBI/Gofer/Transport/stream.pm
4388cp lib/DBD/Gofer/Policy/Base.pm blib/lib/DBD/Gofer/Policy/Base.pm
4389cp lib/DBD/Sponge.pm blib/lib/DBD/Sponge.pm
4390cp lib/DBD/Gofer/Policy/pedantic.pm blib/lib/DBD/Gofer/Policy/pedantic.pm
4391cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32ODBC.pm
4392cp lib/DBI/DBD/SqlEngine/Developers.pod blib/lib/DBI/DBD/SqlEngine/Developers.pod
4393cp lib/DBI/Gofer/Transport/pipeone.pm blib/lib/DBI/Gofer/Transport/pipeone.pm
4394cp lib/DBD/Gofer/Transport/null.pm blib/lib/DBD/Gofer/Transport/null.pm
4395cp lib/Bundle/DBI.pm blib/lib/Bundle/DBI.pm
4396cp lib/DBD/File/Developers.pod blib/lib/DBD/File/Developers.pod
4397cp lib/DBI/Profile.pm blib/lib/DBI/Profile.pm
4398cp lib/DBI/ProfileDumper.pm blib/lib/DBI/ProfileDumper.pm
4399cp lib/DBI/ProxyServer.pm blib/lib/DBI/ProxyServer.pm
4400cp lib/DBI/Gofer/Serializer/Base.pm blib/lib/DBI/Gofer/Serializer/Base.pm
4401cp dbipport.h blib/arch/auto/DBI/dbipport.h
4402cp lib/DBI/Gofer/Execute.pm blib/lib/DBI/Gofer/Execute.pm
4403cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm
4404cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm
4405cp lib/DBI/DBD/SqlEngine.pm blib/lib/DBI/DBD/SqlEngine.pm
4406cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm
4407cp lib/DBI/PurePerl.pm blib/lib/DBI/PurePerl.pm
4408cp lib/DBI/ProfileData.pm blib/lib/DBI/ProfileData.pm
4409/usr/bin/perl -p -e "s/~DRIVER~/Perl/g" ./Driver.xst > Perl.xsi
4410/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Perl.xs > Perl.xsc && mv Perl.xsc Perl.c
4411gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"1.634\" -DXS_VERSION=\"1.634\" -fPIC "-I/usr/lib64/perl5/CORE" -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter Perl.c
4412Perl.c: In function 'XS_DBD__Perl__dr_data_sources':
4413Perl.c:276:7: warning: variable 'attr' set but not used [-Wunused-but-set-variable]
4414 SV * attr;
4415 ^
4416Perl.c: In function 'XS_DBD__Perl__db__login':
4417Perl.c:320:7: warning: variable 'attribs' set but not used [-Wunused-but-set-variable]
4418 SV * attribs;
4419 ^
4420Perl.c: In function 'XS_DBD__Perl__db_last_insert_id':
4421Perl.c:555:7: warning: variable 'attr' set but not used [-Wunused-but-set-variable]
4422 SV * attr;
4423 ^
4424/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap DBI.xs > DBI.xsc && mv DBI.xsc DBI.c
4425gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"1.634\" -DXS_VERSION=\"1.634\" -fPIC "-I/usr/lib64/perl5/CORE" -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter DBI.c
4426Running Mkbootstrap for DBI ()
4427chmod 644 DBI.bs
4428rm -f blib/arch/auto/DBI/DBI.so
4429gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro DBI.o -o blib/arch/auto/DBI/DBI.so \
4430 \
4431
4432chmod 755 blib/arch/auto/DBI/DBI.so
4433cp DBI.bs blib/arch/auto/DBI/DBI.bs
4434chmod 644 blib/arch/auto/DBI/DBI.bs
4435/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbiprof.PL dbiprof
4436Extracted dbiprof from dbiprof.PL with variable substitutions.
4437cp dbiprof blib/script/dbiprof
4438/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbiprof
4439/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbiproxy.PL dbiproxy
4440Extracted dbiproxy from dbiproxy.PL with variable substitutions.
4441cp dbiproxy blib/script/dbiproxy
4442/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbiproxy
4443/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbilogstrip.PL dbilogstrip
4444Extracted dbilogstrip from dbilogstrip.PL with variable substitutions.
4445cp dbilogstrip blib/script/dbilogstrip
4446/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbilogstrip
4447Manifying blib/man1/dbiprof.1
4448Manifying blib/man1/dbiproxy.1
4449Manifying blib/man1/dbilogstrip.1
4450Manifying blib/man3/DBD::Proxy.3pm
4451Manifying blib/man3/DBI::Gofer::Response.3pm
4452Manifying blib/man3/DBI::Gofer::Transport::Base.3pm
4453Manifying blib/man3/DBD::DBM.3pm
4454Manifying blib/man3/DBI::Gofer::Serializer::DataDumper.3pm
4455Manifying blib/man3/DBI::Const::GetInfoType.3pm
4456Manifying blib/man3/DBI::DBD::Metadata.3pm
4457Manifying blib/man3/DBD::Gofer::Transport::pipeone.3pm
4458Manifying blib/man3/DBI::Const::GetInfo::ODBC.3pm
4459Manifying blib/man3/DBI::ProfileDumper::Apache.3pm
4460Manifying blib/man3/DBD::File::Roadmap.3pm
4461Manifying blib/man3/DBD::File.3pm
4462Manifying blib/man3/DBI::Util::CacheMemory.3pm
4463Manifying blib/man3/DBI::ProfileSubs.3pm
4464Manifying blib/man3/DBD::File::HowTo.3pm
4465Manifying blib/man3/DBD::Gofer.3pm
4466Manifying blib/man3/DBI::DBD::SqlEngine::HowTo.3pm
4467Manifying blib/man3/DBD::Gofer::Transport::corostream.3pm
4468Manifying blib/man3/DBD::Gofer::Transport::Base.3pm
4469Manifying blib/man3/DBI::FAQ.3pm
4470Manifying blib/man3/DBD::Gofer::Policy::rush.3pm
4471Manifying blib/man3/DBI::SQL::Nano.3pm
4472Manifying blib/man3/DBI::Const::GetInfo::ANSI.3pm
4473Manifying blib/man3/DBI::Gofer::Request.3pm
4474Manifying blib/man3/DBD::Gofer::Transport::stream.3pm
4475Manifying blib/man3/DBD::Gofer::Policy::classic.3pm
4476Manifying blib/man3/DBD::Gofer::Policy::Base.3pm
4477Manifying blib/man3/DBI::Gofer::Transport::stream.3pm
4478Manifying blib/man3/DBI.3pm
4479Manifying blib/man3/DBI::Const::GetInfoReturn.3pm
4480Manifying blib/man3/DBI::Gofer::Serializer::Storable.3pm
4481Manifying blib/man3/DBD::Sponge.3pm
4482Manifying blib/man3/DBD::Gofer::Policy::pedantic.3pm
4483Manifying blib/man3/DBI::W32ODBC.3pm
4484Manifying blib/man3/DBI::DBD::SqlEngine::Developers.3pm
4485Manifying blib/man3/DBI::Gofer::Transport::pipeone.3pm
4486Manifying blib/man3/DBD::Gofer::Transport::null.3pm
4487Manifying blib/man3/Bundle::DBI.3pm
4488Manifying blib/man3/DBD::File::Developers.3pm
4489Manifying blib/man3/DBI::Profile.3pm
4490Manifying blib/man3/DBI::ProfileDumper.3pm
4491Manifying blib/man3/DBI::ProxyServer.3pm
4492Manifying blib/man3/DBI::Gofer::Serializer::Base.3pm
4493Manifying blib/man3/DBI::Gofer::Execute.3pm
4494Manifying blib/man3/DBI::DBD.3pm
4495Manifying blib/man3/Win32::DBIODBC.3pm
4496Manifying blib/man3/DBI::DBD::SqlEngine.3pm
4497Manifying blib/man3/DBI::PurePerl.3pm
4498Manifying blib/man3/DBI::ProfileData.3pm
4499 TIMB/DBI-1.634.tar.gz
4500 /usr/bin/make -- OK
4501Skipping test because of notest pragma
4502Running make install
4503Manifying blib/man1/dbiprof.1
4504Manifying blib/man1/dbiproxy.1
4505Manifying blib/man1/dbilogstrip.1
4506Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
4507Installing /usr/local/lib64/perl5/auto/DBI/dbi_sql.h
4508Installing /usr/local/lib64/perl5/auto/DBI/dbd_xsh.h
4509Installing /usr/local/lib64/perl5/auto/DBI/DBI.so
4510Installing /usr/local/lib64/perl5/auto/DBI/DBI.bs
4511Installing /usr/local/lib64/perl5/auto/DBI/Driver.xst
4512Installing /usr/local/lib64/perl5/auto/DBI/dbixs_rev.h
4513Installing /usr/local/lib64/perl5/auto/DBI/dbipport.h
4514Installing /usr/local/lib64/perl5/auto/DBI/Driver_xst.h
4515Installing /usr/local/lib64/perl5/auto/DBI/DBIXS.h
4516Installing /usr/local/lib64/perl5/auto/DBI/dbivport.h
4517Installing /usr/local/lib64/perl5/DBI.pm
4518Installing /usr/local/lib64/perl5/dbixs_rev.pl
4519Installing /usr/local/lib64/perl5/Win32/DBIODBC.pm
4520Installing /usr/local/lib64/perl5/DBI/W32ODBC.pm
4521Installing /usr/local/lib64/perl5/DBI/ProfileDumper.pm
4522Installing /usr/local/lib64/perl5/DBI/ProfileData.pm
4523Installing /usr/local/lib64/perl5/DBI/FAQ.pm
4524Installing /usr/local/lib64/perl5/DBI/ProxyServer.pm
4525Installing /usr/local/lib64/perl5/DBI/Profile.pm
4526Installing /usr/local/lib64/perl5/DBI/Changes.pm
4527Installing /usr/local/lib64/perl5/DBI/PurePerl.pm
4528Installing /usr/local/lib64/perl5/DBI/ProfileSubs.pm
4529Installing /usr/local/lib64/perl5/DBI/DBD.pm
4530Installing /usr/local/lib64/perl5/DBI/Const/GetInfoReturn.pm
4531Installing /usr/local/lib64/perl5/DBI/Const/GetInfoType.pm
4532Installing /usr/local/lib64/perl5/DBI/Const/GetInfo/ANSI.pm
4533Installing /usr/local/lib64/perl5/DBI/Const/GetInfo/ODBC.pm
4534Installing /usr/local/lib64/perl5/DBI/SQL/Nano.pm
4535Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine.pm
4536Installing /usr/local/lib64/perl5/DBI/DBD/Metadata.pm
4537Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine/Developers.pod
4538Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine/HowTo.pod
4539Installing /usr/local/lib64/perl5/DBI/Util/CacheMemory.pm
4540Installing /usr/local/lib64/perl5/DBI/Util/_accessor.pm
4541Installing /usr/local/lib64/perl5/DBI/ProfileDumper/Apache.pm
4542Installing /usr/local/lib64/perl5/DBI/Gofer/Response.pm
4543Installing /usr/local/lib64/perl5/DBI/Gofer/Execute.pm
4544Installing /usr/local/lib64/perl5/DBI/Gofer/Request.pm
4545Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/Base.pm
4546Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/Storable.pm
4547Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/DataDumper.pm
4548Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/Base.pm
4549Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/pipeone.pm
4550Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/stream.pm
4551Installing /usr/local/lib64/perl5/Bundle/DBI.pm
4552Installing /usr/local/lib64/perl5/DBD/ExampleP.pm
4553Installing /usr/local/lib64/perl5/DBD/Proxy.pm
4554Installing /usr/local/lib64/perl5/DBD/Sponge.pm
4555Installing /usr/local/lib64/perl5/DBD/DBM.pm
4556Installing /usr/local/lib64/perl5/DBD/Gofer.pm
4557Installing /usr/local/lib64/perl5/DBD/NullP.pm
4558Installing /usr/local/lib64/perl5/DBD/File.pm
4559Installing /usr/local/lib64/perl5/DBD/File/Roadmap.pod
4560Installing /usr/local/lib64/perl5/DBD/File/Developers.pod
4561Installing /usr/local/lib64/perl5/DBD/File/HowTo.pod
4562Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/Base.pm
4563Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/classic.pm
4564Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/pedantic.pm
4565Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/rush.pm
4566Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/Base.pm
4567Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/pipeone.pm
4568Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/corostream.pm
4569Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/null.pm
4570Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/stream.pm
4571Installing /usr/local/share/man/man1/dbiprof.1
4572Installing /usr/local/share/man/man1/dbilogstrip.1
4573Installing /usr/local/share/man/man1/dbiproxy.1
4574Installing /usr/local/share/man/man3/DBI::ProfileDumper.3pm
4575Installing /usr/local/share/man/man3/DBI::Profile.3pm
4576Installing /usr/local/share/man/man3/DBD::Gofer::Policy::rush.3pm
4577Installing /usr/local/share/man/man3/DBD::Gofer.3pm
4578Installing /usr/local/share/man/man3/DBI::PurePerl.3pm
4579Installing /usr/local/share/man/man3/DBI::ProxyServer.3pm
4580Installing /usr/local/share/man/man3/DBD::Gofer::Transport::null.3pm
4581Installing /usr/local/share/man/man3/DBD::DBM.3pm
4582Installing /usr/local/share/man/man3/DBI::SQL::Nano.3pm
4583Installing /usr/local/share/man/man3/DBD::Sponge.3pm
4584Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine::Developers.3pm
4585Installing /usr/local/share/man/man3/DBD::File::Roadmap.3pm
4586Installing /usr/local/share/man/man3/DBI::ProfileSubs.3pm
4587Installing /usr/local/share/man/man3/DBD::Gofer::Policy::pedantic.3pm
4588Installing /usr/local/share/man/man3/DBI::ProfileData.3pm
4589Installing /usr/local/share/man/man3/DBD::Gofer::Policy::Base.3pm
4590Installing /usr/local/share/man/man3/DBI::Const::GetInfo::ODBC.3pm
4591Installing /usr/local/share/man/man3/DBD::File::HowTo.3pm
4592Installing /usr/local/share/man/man3/DBD::File.3pm
4593Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::Storable.3pm
4594Installing /usr/local/share/man/man3/DBI::Gofer::Transport::Base.3pm
4595Installing /usr/local/share/man/man3/DBI::Gofer::Transport::stream.3pm
4596Installing /usr/local/share/man/man3/DBD::Proxy.3pm
4597Installing /usr/local/share/man/man3/DBI::Const::GetInfoReturn.3pm
4598Installing /usr/local/share/man/man3/DBI::Gofer::Transport::pipeone.3pm
4599Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::DataDumper.3pm
4600Installing /usr/local/share/man/man3/DBI::FAQ.3pm
4601Installing /usr/local/share/man/man3/DBD::Gofer::Transport::stream.3pm
4602Installing /usr/local/share/man/man3/DBD::Gofer::Transport::Base.3pm
4603Installing /usr/local/share/man/man3/DBI.3pm
4604Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine.3pm
4605Installing /usr/local/share/man/man3/DBI::Const::GetInfoType.3pm
4606Installing /usr/local/share/man/man3/DBI::Gofer::Execute.3pm
4607Installing /usr/local/share/man/man3/DBD::Gofer::Transport::corostream.3pm
4608Installing /usr/local/share/man/man3/DBI::Gofer::Response.3pm
4609Installing /usr/local/share/man/man3/DBI::Const::GetInfo::ANSI.3pm
4610Installing /usr/local/share/man/man3/DBI::DBD.3pm
4611Installing /usr/local/share/man/man3/DBI::DBD::Metadata.3pm
4612Installing /usr/local/share/man/man3/DBI::Util::CacheMemory.3pm
4613Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine::HowTo.3pm
4614Installing /usr/local/share/man/man3/DBI::Gofer::Request.3pm
4615Installing /usr/local/share/man/man3/Win32::DBIODBC.3pm
4616Installing /usr/local/share/man/man3/DBD::Gofer::Transport::pipeone.3pm
4617Installing /usr/local/share/man/man3/Bundle::DBI.3pm
4618Installing /usr/local/share/man/man3/DBI::ProfileDumper::Apache.3pm
4619Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::Base.3pm
4620Installing /usr/local/share/man/man3/DBI::W32ODBC.3pm
4621Installing /usr/local/share/man/man3/DBD::Gofer::Policy::classic.3pm
4622Installing /usr/local/share/man/man3/DBD::File::Developers.3pm
4623Installing /usr/local/bin/dbilogstrip
4624Installing /usr/local/bin/dbiprof
4625Installing /usr/local/bin/dbiproxy
4626Appending installation info to /usr/lib64/perl5/perllocal.pod
4627 TIMB/DBI-1.634.tar.gz
4628 /usr/bin/make install -- OK
4629Running install for module 'Data::Dumper'
4630Running make for S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
4631Fetching with HTTP::Tiny:
4632http://mirror.optusnet.com.au/CPAN/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
4633Checksum for /root/.cpan/sources/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz ok
4634
4635 CPAN.pm: Building S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
4636
4637Checking if your kit is complete...
4638Looks good
4639Writing Makefile for Data::Dumper
4640Writing MYMETA.yml and MYMETA.json
4641cp Dumper.pm blib/lib/Data/Dumper.pm
4642/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Dumper.xs > Dumper.xsc && mv Dumper.xsc Dumper.c
4643gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.154\" -DXS_VERSION=\"2.154\" -fPIC "-I/usr/lib64/perl5/CORE" -DUSE_PPPORT_H Dumper.c
4644Running Mkbootstrap for Data::Dumper ()
4645chmod 644 Dumper.bs
4646rm -f blib/arch/auto/Data/Dumper/Dumper.so
4647gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Dumper.o -o blib/arch/auto/Data/Dumper/Dumper.so \
4648 \
4649
4650chmod 755 blib/arch/auto/Data/Dumper/Dumper.so
4651cp Dumper.bs blib/arch/auto/Data/Dumper/Dumper.bs
4652chmod 644 blib/arch/auto/Data/Dumper/Dumper.bs
4653 SMUELLER/Data-Dumper-2.154.tar.gz
4654 /usr/bin/make -- OK
4655Skipping test because of notest pragma
4656Running make install
4657Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
4658Installing /usr/lib64/perl5/auto/Data/Dumper/Dumper.bs
4659Installing /usr/lib64/perl5/auto/Data/Dumper/Dumper.so
4660Installing /usr/lib64/perl5/Data/Dumper.pm
4661Appending installation info to /usr/lib64/perl5/perllocal.pod
4662 SMUELLER/Data-Dumper-2.154.tar.gz
4663 /usr/bin/make install -- OK
4664Running install for module 'Data::UUID::LibUUID'
4665Running make for N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
4666Fetching with HTTP::Tiny:
4667http://mirror.optusnet.com.au/CPAN/authors/id/N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
4668Fetching with HTTP::Tiny:
4669http://mirror.optusnet.com.au/CPAN/authors/id/N/NU/NUFFIN/CHECKSUMS
4670Checksum for /root/.cpan/sources/authors/id/N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz ok
4671
4672 CPAN.pm: Building N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
4673
4674Warning: prerequisite asa 0 not found.
4675Checking if your kit is complete...
4676Looks good
4677trying gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o /dev/null hdr_check.h
4678Writing Makefile for Data::UUID::LibUUID
4679Writing MYMETA.yml and MYMETA.json
4680---- Unsatisfied dependencies detected during ----
4681---- NUFFIN/Data-UUID-LibUUID-0.05.tar.gz ----
4682 asa [requires]
4683Skipping test because of notest pragma
4684Running make install
4685 Delayed until after prerequisites
4686Running install for module 'asa'
4687Running make for A/AD/ADAMK/asa-1.03.tar.gz
4688Fetching with HTTP::Tiny:
4689http://mirror.optusnet.com.au/CPAN/authors/id/A/AD/ADAMK/asa-1.03.tar.gz
4690Fetching with HTTP::Tiny:
4691http://mirror.optusnet.com.au/CPAN/authors/id/A/AD/ADAMK/CHECKSUMS
4692Checksum for /root/.cpan/sources/authors/id/A/AD/ADAMK/asa-1.03.tar.gz ok
4693
4694 CPAN.pm: Building A/AD/ADAMK/asa-1.03.tar.gz
4695
4696Checking if your kit is complete...
4697Looks good
4698Writing Makefile for asa
4699Writing MYMETA.yml and MYMETA.json
4700cp lib/asa.pm blib/lib/asa.pm
4701Manifying blib/man3/asa.3pm
4702 ADAMK/asa-1.03.tar.gz
4703 /usr/bin/make -- OK
4704Skipping test because of notest pragma
4705Running make install
4706Manifying blib/man3/asa.3pm
4707Installing /usr/local/share/perl5/asa.pm
4708Installing /usr/local/share/man/man3/asa.3pm
4709Appending installation info to /usr/lib64/perl5/perllocal.pod
4710 ADAMK/asa-1.03.tar.gz
4711 /usr/bin/make install -- OK
4712Running make for N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
4713 Has already been unwrapped into directory /root/.cpan/build/Data-UUID-LibUUID-0.05-gpdgGJ
4714
4715 CPAN.pm: Building N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
4716
4717cp lib/Data/UUID/LibUUID.pm blib/lib/Data/UUID/LibUUID.pm
4718cp lib/Data/UUID/LibUUID/DataUUIDCompat.pm blib/lib/Data/UUID/LibUUID/DataUUIDCompat.pm
4719/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap LibUUID.xs > LibUUID.xsc && mv LibUUID.xsc LibUUID.c
4720gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/usr/lib64/perl5/CORE" LibUUID.c
4721LibUUID.xs: In function 'pid_check':
4722LibUUID.xs:62:9: warning: implicit declaration of function 'arc4random_stir' [-Wimplicit-function-declaration]
4723 arc4random_stir();
4724 ^
4725LibUUID.xs: In function 'new_uuid':
4726LibUUID.xs:77:9: warning: label 'ggdefault' defined but not used [-Wunused-label]
4727 ggdefault:
4728 ^
4729LibUUID.c: In function 'XS_Data__UUID__LibUUID_uuid_eq':
4730LibUUID.c:330:7: warning: unused variable 'RETVAL' [-Wunused-variable]
4731 SV * RETVAL;
4732 ^
4733LibUUID.c: In function 'XS_Data__UUID__LibUUID_uuid_compare':
4734LibUUID.c:363:7: warning: unused variable 'RETVAL' [-Wunused-variable]
4735 SV * RETVAL;
4736 ^
4737In file included from LibUUID.xs:3:0:
4738LibUUID.c: In function 'XS_Data__UUID__LibUUID_new_dce_uuid_binary':
4739/usr/lib64/perl5/CORE/XSUB.h:164:20: warning: unused variable 'items' [-Wunused-variable]
4740 #define dITEMS I32 items = (I32)(SP - MARK)
4741 ^
4742/usr/lib64/perl5/CORE/XSUB.h:172:16: note: in expansion of macro 'dITEMS'
4743 dSP; dAXMARK; dITEMS
4744 ^
4745LibUUID.c:512:11: note: in expansion of macro 'dXSARGS'
4746 dVAR; dXSARGS;
4747 ^
4748LibUUID.c: In function 'XS_Data__UUID__LibUUID_new_dce_uuid_string':
4749/usr/lib64/perl5/CORE/XSUB.h:164:20: warning: unused variable 'items' [-Wunused-variable]
4750 #define dITEMS I32 items = (I32)(SP - MARK)
4751 ^
4752/usr/lib64/perl5/CORE/XSUB.h:172:16: note: in expansion of macro 'dITEMS'
4753 dSP; dAXMARK; dITEMS
4754 ^
4755LibUUID.c:531:11: note: in expansion of macro 'dXSARGS'
4756 dVAR; dXSARGS;
4757 ^
4758Running Mkbootstrap for Data::UUID::LibUUID ()
4759chmod 644 LibUUID.bs
4760rm -f blib/arch/auto/Data/UUID/LibUUID/LibUUID.so
4761gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro LibUUID.o -o blib/arch/auto/Data/UUID/LibUUID/LibUUID.so \
4762 -luuid \
4763
4764chmod 755 blib/arch/auto/Data/UUID/LibUUID/LibUUID.so
4765cp LibUUID.bs blib/arch/auto/Data/UUID/LibUUID/LibUUID.bs
4766chmod 644 blib/arch/auto/Data/UUID/LibUUID/LibUUID.bs
4767Manifying blib/man3/Data::UUID::LibUUID.3pm
4768Manifying blib/man3/Data::UUID::LibUUID::DataUUIDCompat.3pm
4769 NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
4770 /usr/bin/make -- OK
4771Skipping test because of notest pragma
4772Running make install
4773Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
4774Installing /usr/local/lib64/perl5/auto/Data/UUID/LibUUID/LibUUID.bs
4775Installing /usr/local/lib64/perl5/auto/Data/UUID/LibUUID/LibUUID.so
4776Installing /usr/local/lib64/perl5/Data/UUID/LibUUID.pm
4777Installing /usr/local/lib64/perl5/Data/UUID/LibUUID/DataUUIDCompat.pm
4778Installing /usr/local/share/man/man3/Data::UUID::LibUUID.3pm
4779Installing /usr/local/share/man/man3/Data::UUID::LibUUID::DataUUIDCompat.3pm
4780Appending installation info to /usr/lib64/perl5/perllocal.pod
4781 NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
4782 /usr/bin/make install -- OK
4783Date::Format is up to date (2.24).
4784Date::Parse is up to date (2.30).
4785Running install for module 'DateTime'
4786Running make for D/DR/DROLSKY/DateTime-1.21.tar.gz
4787Fetching with HTTP::Tiny:
4788http://mirror.optusnet.com.au/CPAN/authors/id/D/DR/DROLSKY/DateTime-1.21.tar.gz
4789Fetching with HTTP::Tiny:
4790http://mirror.optusnet.com.au/CPAN/authors/id/D/DR/DROLSKY/CHECKSUMS
4791Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-1.21.tar.gz ok
4792
4793 CPAN.pm: Building D/DR/DROLSKY/DateTime-1.21.tar.gz
4794
4795Checking prerequisites...
4796 requires:
4797 ! DateTime::TimeZone (1.63) is installed, but we need version >= 1.74
4798 test_requires:
4799 ! Test::Warnings is not installed
4800
4801ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
4802of the modules indicated above before proceeding with this installation
4803
4804Created MYMETA.yml and MYMETA.json
4805Creating new 'Build' script for 'DateTime' version '1.21'
4806---- Unsatisfied dependencies detected during ----
4807---- DROLSKY/DateTime-1.21.tar.gz ----
4808 Test::Warnings [build_requires]
4809 DateTime::TimeZone [requires]
4810Skipping test because of notest pragma
4811Running Build install
4812 Delayed until after prerequisites
4813Running install for module 'Test::Warnings'
4814Running make for E/ET/ETHER/Test-Warnings-0.024.tar.gz
4815Fetching with HTTP::Tiny:
4816http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/Test-Warnings-0.024.tar.gz
4817Fetching with HTTP::Tiny:
4818http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/CHECKSUMS
4819Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Test-Warnings-0.024.tar.gz ok
4820
4821 CPAN.pm: Building E/ET/ETHER/Test-Warnings-0.024.tar.gz
4822
4823Checking if your kit is complete...
4824Looks good
4825Writing Makefile for Test::Warnings
4826Writing MYMETA.yml and MYMETA.json
4827---- Unsatisfied dependencies detected during ----
4828---- ETHER/Test-Warnings-0.024.tar.gz ----
4829 CPAN::Meta::Check [build_requires]
4830Skipping test because of notest pragma
4831Running make install
4832 Delayed until after prerequisites
4833Running install for module 'CPAN::Meta::Check'
4834Running make for L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
4835Fetching with HTTP::Tiny:
4836http://mirror.optusnet.com.au/CPAN/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
4837Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz ok
4838
4839 CPAN.pm: Building L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
4840
4841Warning: prerequisite Module::Metadata 1.000023 not found. We have 1.000018.
4842Checking if your kit is complete...
4843Looks good
4844Writing Makefile for CPAN::Meta::Check
4845Writing MYMETA.yml and MYMETA.json
4846---- Unsatisfied dependencies detected during ----
4847---- LEONT/CPAN-Meta-Check-0.012.tar.gz ----
4848 Module::Metadata [requires]
4849 Test::Deep [build_requires]
4850 Env [build_requires]
4851Skipping test because of notest pragma
4852Running make install
4853 Delayed until after prerequisites
4854Running install for module 'Module::Metadata'
4855Running make for E/ET/ETHER/Module-Metadata-1.000027.tar.gz
4856Fetching with HTTP::Tiny:
4857http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/Module-Metadata-1.000027.tar.gz
4858Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Module-Metadata-1.000027.tar.gz ok
4859
4860 CPAN.pm: Building E/ET/ETHER/Module-Metadata-1.000027.tar.gz
4861
4862Checking if your kit is complete...
4863Looks good
4864Writing Makefile for Module::Metadata
4865Writing MYMETA.yml and MYMETA.json
4866cp lib/Module/Metadata.pm blib/lib/Module/Metadata.pm
4867Manifying blib/man3/Module::Metadata.3pm
4868 ETHER/Module-Metadata-1.000027.tar.gz
4869 /usr/bin/make -- OK
4870Skipping test because of notest pragma
4871Running make install
4872Installing /usr/local/share/perl5/Module/Metadata.pm
4873Installing /usr/local/share/man/man3/Module::Metadata.3pm
4874Appending installation info to /usr/lib64/perl5/perllocal.pod
4875 ETHER/Module-Metadata-1.000027.tar.gz
4876 /usr/bin/make install -- OK
4877Running install for module 'Test::Deep'
4878Running make for R/RJ/RJBS/Test-Deep-1.120.tar.gz
4879Fetching with HTTP::Tiny:
4880http://mirror.optusnet.com.au/CPAN/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz
4881Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz ok
4882
4883 CPAN.pm: Building R/RJ/RJBS/Test-Deep-1.120.tar.gz
4884
4885Checking if your kit is complete...
4886Looks good
4887Writing Makefile for Test::Deep
4888Writing MYMETA.yml and MYMETA.json
4889cp lib/Test/Deep/Regexp.pm blib/lib/Test/Deep/Regexp.pm
4890cp lib/Test/Deep/RegexpVersion.pm blib/lib/Test/Deep/RegexpVersion.pm
4891cp lib/Test/Deep/RegexpOnly.pm blib/lib/Test/Deep/RegexpOnly.pm
4892cp lib/Test/Deep/ArrayLength.pm blib/lib/Test/Deep/ArrayLength.pm
4893cp lib/Test/Deep/ScalarRefOnly.pm blib/lib/Test/Deep/ScalarRefOnly.pm
4894cp lib/Test/Deep/HashEach.pm blib/lib/Test/Deep/HashEach.pm
4895cp lib/Test/Deep/ListMethods.pm blib/lib/Test/Deep/ListMethods.pm
4896cp lib/Test/Deep/Isa.pm blib/lib/Test/Deep/Isa.pm
4897cp lib/Test/Deep/Code.pm blib/lib/Test/Deep/Code.pm
4898cp lib/Test/Deep/None.pm blib/lib/Test/Deep/None.pm
4899cp lib/Test/Deep/RegexpRefOnly.pm blib/lib/Test/Deep/RegexpRefOnly.pm
4900cp lib/Test/Deep/Boolean.pm blib/lib/Test/Deep/Boolean.pm
4901cp lib/Test/Deep/RefType.pm blib/lib/Test/Deep/RefType.pm
4902cp lib/Test/Deep/RegexpRef.pm blib/lib/Test/Deep/RegexpRef.pm
4903cp lib/Test/Deep/Cache.pm blib/lib/Test/Deep/Cache.pm
4904cp lib/Test/Deep/Any.pm blib/lib/Test/Deep/Any.pm
4905cp lib/Test/Deep/Array.pm blib/lib/Test/Deep/Array.pm
4906cp lib/Test/Deep/NoTest.pm blib/lib/Test/Deep/NoTest.pm
4907cp lib/Test/Deep/HashElements.pm blib/lib/Test/Deep/HashElements.pm
4908cp lib/Test/Deep/String.pm blib/lib/Test/Deep/String.pm
4909cp lib/Test/Deep/Blessed.pm blib/lib/Test/Deep/Blessed.pm
4910cp lib/Test/Deep/Class.pm blib/lib/Test/Deep/Class.pm
4911cp lib/Test/Deep.pm blib/lib/Test/Deep.pm
4912cp lib/Test/Deep/Ref.pm blib/lib/Test/Deep/Ref.pm
4913cp lib/Test/Deep/MM.pm blib/lib/Test/Deep/MM.pm
4914cp lib/Test/Deep/Set.pm blib/lib/Test/Deep/Set.pm
4915cp lib/Test/Deep/All.pm blib/lib/Test/Deep/All.pm
4916cp lib/Test/Deep/Cmp.pm blib/lib/Test/Deep/Cmp.pm
4917cp lib/Test/Deep/Ignore.pm blib/lib/Test/Deep/Ignore.pm
4918cp lib/Test/Deep/Number.pm blib/lib/Test/Deep/Number.pm
4919cp lib/Test/Deep/RegexpMatches.pm blib/lib/Test/Deep/RegexpMatches.pm
4920cp lib/Test/Deep/Cache/Simple.pm blib/lib/Test/Deep/Cache/Simple.pm
4921cp lib/Test/Deep/HashKeysOnly.pm blib/lib/Test/Deep/HashKeysOnly.pm
4922cp lib/Test/Deep/Methods.pm blib/lib/Test/Deep/Methods.pm
4923cp lib/Test/Deep/Shallow.pm blib/lib/Test/Deep/Shallow.pm
4924cp lib/Test/Deep/Hash.pm blib/lib/Test/Deep/Hash.pm
4925cp lib/Test/Deep/Stack.pm blib/lib/Test/Deep/Stack.pm
4926cp lib/Test/Deep/ArrayLengthOnly.pm blib/lib/Test/Deep/ArrayLengthOnly.pm
4927cp lib/Test/Deep/Obj.pm blib/lib/Test/Deep/Obj.pm
4928cp lib/Test/Deep/ArrayEach.pm blib/lib/Test/Deep/ArrayEach.pm
4929cp lib/Test/Deep/ArrayElementsOnly.pm blib/lib/Test/Deep/ArrayElementsOnly.pm
4930cp lib/Test/Deep/ScalarRef.pm blib/lib/Test/Deep/ScalarRef.pm
4931cp lib/Test/Deep/HashKeys.pm blib/lib/Test/Deep/HashKeys.pm
4932Manifying blib/man3/Test::Deep::NoTest.3pm
4933Manifying blib/man3/Test::Deep.3pm
4934 RJBS/Test-Deep-1.120.tar.gz
4935 /usr/bin/make -- OK
4936Skipping test because of notest pragma
4937Running make install
4938Manifying blib/man3/Test::Deep::NoTest.3pm
4939Manifying blib/man3/Test::Deep.3pm
4940Installing /usr/local/share/perl5/Test/Deep.pm
4941Installing /usr/local/share/perl5/Test/Deep/RegexpOnly.pm
4942Installing /usr/local/share/perl5/Test/Deep/ArrayLengthOnly.pm
4943Installing /usr/local/share/perl5/Test/Deep/Ref.pm
4944Installing /usr/local/share/perl5/Test/Deep/Regexp.pm
4945Installing /usr/local/share/perl5/Test/Deep/RegexpRef.pm
4946Installing /usr/local/share/perl5/Test/Deep/RegexpMatches.pm
4947Installing /usr/local/share/perl5/Test/Deep/MM.pm
4948Installing /usr/local/share/perl5/Test/Deep/HashKeys.pm
4949Installing /usr/local/share/perl5/Test/Deep/Number.pm
4950Installing /usr/local/share/perl5/Test/Deep/Blessed.pm
4951Installing /usr/local/share/perl5/Test/Deep/NoTest.pm
4952Installing /usr/local/share/perl5/Test/Deep/Array.pm
4953Installing /usr/local/share/perl5/Test/Deep/All.pm
4954Installing /usr/local/share/perl5/Test/Deep/Cmp.pm
4955Installing /usr/local/share/perl5/Test/Deep/Obj.pm
4956Installing /usr/local/share/perl5/Test/Deep/Set.pm
4957Installing /usr/local/share/perl5/Test/Deep/RegexpVersion.pm
4958Installing /usr/local/share/perl5/Test/Deep/Isa.pm
4959Installing /usr/local/share/perl5/Test/Deep/ListMethods.pm
4960Installing /usr/local/share/perl5/Test/Deep/ArrayElementsOnly.pm
4961Installing /usr/local/share/perl5/Test/Deep/Methods.pm
4962Installing /usr/local/share/perl5/Test/Deep/ArrayLength.pm
4963Installing /usr/local/share/perl5/Test/Deep/Code.pm
4964Installing /usr/local/share/perl5/Test/Deep/HashKeysOnly.pm
4965Installing /usr/local/share/perl5/Test/Deep/RefType.pm
4966Installing /usr/local/share/perl5/Test/Deep/ArrayEach.pm
4967Installing /usr/local/share/perl5/Test/Deep/ScalarRefOnly.pm
4968Installing /usr/local/share/perl5/Test/Deep/Any.pm
4969Installing /usr/local/share/perl5/Test/Deep/Ignore.pm
4970Installing /usr/local/share/perl5/Test/Deep/Class.pm
4971Installing /usr/local/share/perl5/Test/Deep/Hash.pm
4972Installing /usr/local/share/perl5/Test/Deep/RegexpRefOnly.pm
4973Installing /usr/local/share/perl5/Test/Deep/None.pm
4974Installing /usr/local/share/perl5/Test/Deep/Boolean.pm
4975Installing /usr/local/share/perl5/Test/Deep/Shallow.pm
4976Installing /usr/local/share/perl5/Test/Deep/Stack.pm
4977Installing /usr/local/share/perl5/Test/Deep/HashElements.pm
4978Installing /usr/local/share/perl5/Test/Deep/ScalarRef.pm
4979Installing /usr/local/share/perl5/Test/Deep/String.pm
4980Installing /usr/local/share/perl5/Test/Deep/Cache.pm
4981Installing /usr/local/share/perl5/Test/Deep/HashEach.pm
4982Installing /usr/local/share/perl5/Test/Deep/Cache/Simple.pm
4983Installing /usr/local/share/man/man3/Test::Deep.3pm
4984Installing /usr/local/share/man/man3/Test::Deep::NoTest.3pm
4985Appending installation info to /usr/lib64/perl5/perllocal.pod
4986 RJBS/Test-Deep-1.120.tar.gz
4987 /usr/bin/make install -- OK
4988Running install for module 'Env'
4989Running make for F/FL/FLORA/Env-1.04.tar.gz
4990Fetching with HTTP::Tiny:
4991http://mirror.optusnet.com.au/CPAN/authors/id/F/FL/FLORA/Env-1.04.tar.gz
4992Fetching with HTTP::Tiny:
4993http://mirror.optusnet.com.au/CPAN/authors/id/F/FL/FLORA/CHECKSUMS
4994Checksum for /root/.cpan/sources/authors/id/F/FL/FLORA/Env-1.04.tar.gz ok
4995
4996 CPAN.pm: Building F/FL/FLORA/Env-1.04.tar.gz
4997
4998Checking if your kit is complete...
4999Looks good
5000Writing Makefile for Env
5001Writing MYMETA.yml and MYMETA.json
5002cp lib/Env.pm blib/lib/Env.pm
5003Manifying blib/man3/Env.3pm
5004 FLORA/Env-1.04.tar.gz
5005 /usr/bin/make -- OK
5006Skipping test because of notest pragma
5007Running make install
5008Manifying blib/man3/Env.3pm
5009Installing /usr/local/share/perl5/Env.pm
5010Installing /usr/local/share/man/man3/Env.3pm
5011Appending installation info to /usr/lib64/perl5/perllocal.pod
5012 FLORA/Env-1.04.tar.gz
5013 /usr/bin/make install -- OK
5014Running make for L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
5015 Has already been unwrapped into directory /root/.cpan/build/CPAN-Meta-Check-0.012-fbnHdC
5016
5017 CPAN.pm: Building L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
5018
5019cp lib/CPAN/Meta/Check.pm blib/lib/CPAN/Meta/Check.pm
5020Manifying blib/man3/CPAN::Meta::Check.3pm
5021 LEONT/CPAN-Meta-Check-0.012.tar.gz
5022 /usr/bin/make -- OK
5023Skipping test because of notest pragma
5024Running make install
5025Installing /usr/local/share/perl5/CPAN/Meta/Check.pm
5026Installing /usr/local/share/man/man3/CPAN::Meta::Check.3pm
5027Appending installation info to /usr/lib64/perl5/perllocal.pod
5028 LEONT/CPAN-Meta-Check-0.012.tar.gz
5029 /usr/bin/make install -- OK
5030Running make for E/ET/ETHER/Test-Warnings-0.024.tar.gz
5031 Has already been unwrapped into directory /root/.cpan/build/Test-Warnings-0.024-rgy1HY
5032
5033 CPAN.pm: Building E/ET/ETHER/Test-Warnings-0.024.tar.gz
5034
5035cp lib/Test/Warnings.pm blib/lib/Test/Warnings.pm
5036Manifying blib/man3/Test::Warnings.3pm
5037 ETHER/Test-Warnings-0.024.tar.gz
5038 /usr/bin/make -- OK
5039Skipping test because of notest pragma
5040Running make install
5041Installing /usr/local/share/perl5/Test/Warnings.pm
5042Installing /usr/local/share/man/man3/Test::Warnings.3pm
5043Appending installation info to /usr/lib64/perl5/perllocal.pod
5044 ETHER/Test-Warnings-0.024.tar.gz
5045 /usr/bin/make install -- OK
5046Running install for module 'DateTime::TimeZone'
5047Running make for D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
5048Fetching with HTTP::Tiny:
5049http://mirror.optusnet.com.au/CPAN/authors/id/D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
5050Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz ok
5051
5052 CPAN.pm: Building D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
5053
5054Warning: prerequisite List::Util 1.33 not found. We have 1.27.
5055Checking if your kit is complete...
5056Looks good
5057Writing Makefile for DateTime::TimeZone
5058Writing MYMETA.yml and MYMETA.json
5059---- Unsatisfied dependencies detected during ----
5060---- DROLSKY/DateTime-TimeZone-1.94.tar.gz ----
5061 List::Util [requires]
5062Skipping test because of notest pragma
5063Running make install
5064 Delayed until after prerequisites
5065Running install for module 'List::Util'
5066Running make for P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz
5067Fetching with HTTP::Tiny:
5068http://mirror.optusnet.com.au/CPAN/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz
5069Fetching with HTTP::Tiny:
5070http://mirror.optusnet.com.au/CPAN/authors/id/P/PE/PEVANS/CHECKSUMS
5071Checksum for /root/.cpan/sources/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz ok
5072
5073 CPAN.pm: Building P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz
5074
5075Checking if your kit is complete...
5076Looks good
5077Writing Makefile for List::Util
5078Writing MYMETA.yml and MYMETA.json
5079cp lib/List/Util/XS.pm blib/lib/List/Util/XS.pm
5080cp lib/Sub/Util.pm blib/lib/Sub/Util.pm
5081cp lib/List/Util.pm blib/lib/List/Util.pm
5082cp lib/Scalar/Util.pm blib/lib/Scalar/Util.pm
5083/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap ListUtil.xs > ListUtil.xsc && mv ListUtil.xsc ListUtil.c
5084gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"1.42\" -DXS_VERSION=\"1.42\" -fPIC "-I/usr/lib64/perl5/CORE" -DPERL_EXT ListUtil.c
5085In file included from /usr/lib64/perl5/CORE/perl.h:3446:0,
5086 from ListUtil.xs:7:
5087ListUtil.xs: In function 'XS_List__Util_reduce':
5088/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
5089 SV **newsp; /* set by POPBLOCK */ \
5090 ^
5091ListUtil.xs:327:9: note: in expansion of macro 'dMULTICALL'
5092 dMULTICALL;
5093 ^
5094ListUtil.xs: In function 'XS_List__Util_first':
5095/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
5096 SV **newsp; /* set by POPBLOCK */ \
5097 ^
5098ListUtil.xs:381:9: note: in expansion of macro 'dMULTICALL'
5099 dMULTICALL;
5100 ^
5101ListUtil.xs: In function 'XS_List__Util_any':
5102/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
5103 SV **newsp; /* set by POPBLOCK */ \
5104 ^
5105ListUtil.xs:447:9: note: in expansion of macro 'dMULTICALL'
5106 dMULTICALL;
5107 ^
5108ListUtil.xs: In function 'XS_List__Util_pairfirst':
5109/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
5110 SV **newsp; /* set by POPBLOCK */ \
5111 ^
5112ListUtil.xs:626:9: note: in expansion of macro 'dMULTICALL'
5113 dMULTICALL;
5114 ^
5115ListUtil.xs: In function 'XS_List__Util_pairgrep':
5116/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
5117 SV **newsp; /* set by POPBLOCK */ \
5118 ^
5119ListUtil.xs:710:9: note: in expansion of macro 'dMULTICALL'
5120 dMULTICALL;
5121 ^
5122ListUtil.xs: In function 'XS_List__Util_pairmap':
5123ListUtil.xs:806:17: warning: unused variable 'b' [-Wunused-variable]
5124 SV *b = GvSV(bgv) = argi < items-1 ?
5125 ^
5126ListUtil.xs:805:17: warning: unused variable 'a' [-Wunused-variable]
5127 SV *a = GvSV(agv) = args_copy ? args_copy[argi] : stack[argi];
5128 ^
5129In file included from /usr/lib64/perl5/CORE/perl.h:3446:0,
5130 from ListUtil.xs:7:
5131/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
5132 SV **newsp; /* set by POPBLOCK */ \
5133 ^
5134ListUtil.xs:800:9: note: in expansion of macro 'dMULTICALL'
5135 dMULTICALL;
5136 ^
5137ListUtil.xs:848:17: warning: unused variable 'b' [-Wunused-variable]
5138 SV *b = GvSV(bgv) = argi < items-1 ?
5139 ^
5140ListUtil.xs:847:17: warning: unused variable 'a' [-Wunused-variable]
5141 SV *a = GvSV(agv) = args_copy ? args_copy[argi] : ST(argi);
5142 ^
5143ListUtil.c: In function 'XS_List__Util_min':
5144ListUtil.xs:129:16: warning: 'retval' may be used uninitialized in this function [-Wmaybe-uninitialized]
5145 if(val < retval ? !ix : ix) {
5146 ^
5147ListUtil.xs:99:8: note: 'retval' was declared here
5148 NV retval;
5149 ^
5150Running Mkbootstrap for List::Util ()
5151chmod 644 Util.bs
5152rm -f blib/arch/auto/List/Util/Util.so
5153gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ListUtil.o -o blib/arch/auto/List/Util/Util.so \
5154 \
5155
5156chmod 755 blib/arch/auto/List/Util/Util.so
5157cp Util.bs blib/arch/auto/List/Util/Util.bs
5158chmod 644 blib/arch/auto/List/Util/Util.bs
5159Manifying blib/man3/List::Util::XS.3pm
5160Manifying blib/man3/Sub::Util.3pm
5161Manifying blib/man3/List::Util.3pm
5162Manifying blib/man3/Scalar::Util.3pm
5163 PEVANS/Scalar-List-Utils-1.42.tar.gz
5164 /usr/bin/make -- OK
5165Skipping test because of notest pragma
5166Running make install
5167Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
5168Installing /usr/local/lib64/perl5/auto/List/Util/Util.bs
5169Installing /usr/local/lib64/perl5/auto/List/Util/Util.so
5170Installing /usr/local/lib64/perl5/List/Util.pm
5171Installing /usr/local/lib64/perl5/List/Util/XS.pm
5172Installing /usr/local/lib64/perl5/Scalar/Util.pm
5173Installing /usr/local/lib64/perl5/Sub/Util.pm
5174Installing /usr/local/share/man/man3/List::Util::XS.3pm
5175Installing /usr/local/share/man/man3/Scalar::Util.3pm
5176Installing /usr/local/share/man/man3/Sub::Util.3pm
5177Installing /usr/local/share/man/man3/List::Util.3pm
5178Appending installation info to /usr/lib64/perl5/perllocal.pod
5179 PEVANS/Scalar-List-Utils-1.42.tar.gz
5180 /usr/bin/make install -- OK
5181Running make for D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
5182 Has already been unwrapped into directory /root/.cpan/build/DateTime-TimeZone-1.94-KzPa8G
5183
5184 CPAN.pm: Building D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
5185
5186cp lib/DateTime/TimeZone/MST7MDT.pm blib/lib/DateTime/TimeZone/MST7MDT.pm
5187cp lib/DateTime/TimeZone/Asia/Dili.pm blib/lib/DateTime/TimeZone/Asia/Dili.pm
5188cp lib/DateTime/TimeZone/Indian/Kerguelen.pm blib/lib/DateTime/TimeZone/Indian/Kerguelen.pm
5189cp lib/DateTime/TimeZone/America/Hermosillo.pm blib/lib/DateTime/TimeZone/America/Hermosillo.pm
5190cp lib/DateTime/TimeZone/Pacific/Wallis.pm blib/lib/DateTime/TimeZone/Pacific/Wallis.pm
5191cp lib/DateTime/TimeZone/OlsonDB/Observance.pm blib/lib/DateTime/TimeZone/OlsonDB/Observance.pm
5192cp lib/DateTime/TimeZone/America/Resolute.pm blib/lib/DateTime/TimeZone/America/Resolute.pm
5193cp lib/DateTime/TimeZone/Indian/Reunion.pm blib/lib/DateTime/TimeZone/Indian/Reunion.pm
5194cp lib/DateTime/TimeZone/America/Dawson_Creek.pm blib/lib/DateTime/TimeZone/America/Dawson_Creek.pm
5195cp lib/DateTime/TimeZone/Pacific/Pohnpei.pm blib/lib/DateTime/TimeZone/Pacific/Pohnpei.pm
5196cp lib/DateTime/TimeZone/Asia/Krasnoyarsk.pm blib/lib/DateTime/TimeZone/Asia/Krasnoyarsk.pm
5197cp lib/DateTime/TimeZone/Atlantic/Stanley.pm blib/lib/DateTime/TimeZone/Atlantic/Stanley.pm
5198cp lib/DateTime/TimeZone/America/Rankin_Inlet.pm blib/lib/DateTime/TimeZone/America/Rankin_Inlet.pm
5199cp lib/DateTime/TimeZone/America/Argentina/Mendoza.pm blib/lib/DateTime/TimeZone/America/Argentina/Mendoza.pm
5200cp lib/DateTime/TimeZone/America/Argentina/San_Juan.pm blib/lib/DateTime/TimeZone/America/Argentina/San_Juan.pm
5201cp lib/DateTime/TimeZone/America/Montevideo.pm blib/lib/DateTime/TimeZone/America/Montevideo.pm
5202cp lib/DateTime/TimeZone/America/Argentina/San_Luis.pm blib/lib/DateTime/TimeZone/America/Argentina/San_Luis.pm
5203cp lib/DateTime/TimeZone/Europe/Bucharest.pm blib/lib/DateTime/TimeZone/Europe/Bucharest.pm
5204cp lib/DateTime/TimeZone/Pacific/Tahiti.pm blib/lib/DateTime/TimeZone/Pacific/Tahiti.pm
5205cp lib/DateTime/TimeZone/Africa/Casablanca.pm blib/lib/DateTime/TimeZone/Africa/Casablanca.pm
5206cp lib/DateTime/TimeZone/America/Yakutat.pm blib/lib/DateTime/TimeZone/America/Yakutat.pm
5207cp lib/DateTime/TimeZone/Asia/Aqtobe.pm blib/lib/DateTime/TimeZone/Asia/Aqtobe.pm
5208cp lib/DateTime/TimeZone/America/Port_of_Spain.pm blib/lib/DateTime/TimeZone/America/Port_of_Spain.pm
5209cp lib/DateTime/TimeZone/CST6CDT.pm blib/lib/DateTime/TimeZone/CST6CDT.pm
5210cp lib/DateTime/TimeZone/Asia/Shanghai.pm blib/lib/DateTime/TimeZone/Asia/Shanghai.pm
5211cp lib/DateTime/TimeZone/Asia/Qyzylorda.pm blib/lib/DateTime/TimeZone/Asia/Qyzylorda.pm
5212cp lib/DateTime/TimeZone/Pacific/Rarotonga.pm blib/lib/DateTime/TimeZone/Pacific/Rarotonga.pm
5213cp lib/DateTime/TimeZone/Asia/Brunei.pm blib/lib/DateTime/TimeZone/Asia/Brunei.pm
5214cp lib/DateTime/TimeZone/Antarctica/Davis.pm blib/lib/DateTime/TimeZone/Antarctica/Davis.pm
5215cp lib/DateTime/TimeZone/Pacific/Auckland.pm blib/lib/DateTime/TimeZone/Pacific/Auckland.pm
5216cp lib/DateTime/TimeZone/America/Argentina/Cordoba.pm blib/lib/DateTime/TimeZone/America/Argentina/Cordoba.pm
5217cp lib/DateTime/TimeZone/Pacific/Efate.pm blib/lib/DateTime/TimeZone/Pacific/Efate.pm
5218cp lib/DateTime/TimeZone/America/Guayaquil.pm blib/lib/DateTime/TimeZone/America/Guayaquil.pm
5219cp lib/DateTime/TimeZone/Asia/Karachi.pm blib/lib/DateTime/TimeZone/Asia/Karachi.pm
5220cp lib/DateTime/TimeZone/Asia/Colombo.pm blib/lib/DateTime/TimeZone/Asia/Colombo.pm
5221cp lib/DateTime/TimeZone/America/Tegucigalpa.pm blib/lib/DateTime/TimeZone/America/Tegucigalpa.pm
5222cp lib/DateTime/TimeZone/Europe/Vilnius.pm blib/lib/DateTime/TimeZone/Europe/Vilnius.pm
5223cp lib/DateTime/TimeZone/Africa/Windhoek.pm blib/lib/DateTime/TimeZone/Africa/Windhoek.pm
5224cp lib/DateTime/TimeZone/Asia/Ashgabat.pm blib/lib/DateTime/TimeZone/Asia/Ashgabat.pm
5225cp lib/DateTime/TimeZone/Pacific/Kosrae.pm blib/lib/DateTime/TimeZone/Pacific/Kosrae.pm
5226cp lib/DateTime/TimeZone/America/Argentina/Rio_Gallegos.pm blib/lib/DateTime/TimeZone/America/Argentina/Rio_Gallegos.pm
5227cp lib/DateTime/TimeZone/Europe/Moscow.pm blib/lib/DateTime/TimeZone/Europe/Moscow.pm
5228cp lib/DateTime/TimeZone/HST.pm blib/lib/DateTime/TimeZone/HST.pm
5229cp lib/DateTime/TimeZone/America/Boise.pm blib/lib/DateTime/TimeZone/America/Boise.pm
5230cp lib/DateTime/TimeZone/Pacific/Gambier.pm blib/lib/DateTime/TimeZone/Pacific/Gambier.pm
5231cp lib/DateTime/TimeZone/America/Atikokan.pm blib/lib/DateTime/TimeZone/America/Atikokan.pm
5232cp lib/DateTime/TimeZone/Asia/Macau.pm blib/lib/DateTime/TimeZone/Asia/Macau.pm
5233cp lib/DateTime/TimeZone/Antarctica/Syowa.pm blib/lib/DateTime/TimeZone/Antarctica/Syowa.pm
5234cp lib/DateTime/TimeZone/America/Edmonton.pm blib/lib/DateTime/TimeZone/America/Edmonton.pm
5235cp lib/DateTime/TimeZone/America/Manaus.pm blib/lib/DateTime/TimeZone/America/Manaus.pm
5236cp lib/DateTime/TimeZone/Europe/Rome.pm blib/lib/DateTime/TimeZone/Europe/Rome.pm
5237cp lib/DateTime/TimeZone/America/Campo_Grande.pm blib/lib/DateTime/TimeZone/America/Campo_Grande.pm
5238cp lib/DateTime/TimeZone/Europe/Belgrade.pm blib/lib/DateTime/TimeZone/Europe/Belgrade.pm
5239cp lib/DateTime/TimeZone/Local/Unix.pm blib/lib/DateTime/TimeZone/Local/Unix.pm
5240cp lib/DateTime/TimeZone/America/Miquelon.pm blib/lib/DateTime/TimeZone/America/Miquelon.pm
5241cp lib/DateTime/TimeZone/Asia/Hebron.pm blib/lib/DateTime/TimeZone/Asia/Hebron.pm
5242cp lib/DateTime/TimeZone/Pacific/Port_Moresby.pm blib/lib/DateTime/TimeZone/Pacific/Port_Moresby.pm
5243cp lib/DateTime/TimeZone/America/Swift_Current.pm blib/lib/DateTime/TimeZone/America/Swift_Current.pm
5244cp lib/DateTime/TimeZone/Asia/Kabul.pm blib/lib/DateTime/TimeZone/Asia/Kabul.pm
5245cp lib/DateTime/TimeZone/Asia/Pontianak.pm blib/lib/DateTime/TimeZone/Asia/Pontianak.pm
5246cp lib/DateTime/TimeZone/Asia/Dubai.pm blib/lib/DateTime/TimeZone/Asia/Dubai.pm
5247cp lib/DateTime/TimeZone/Europe/Malta.pm blib/lib/DateTime/TimeZone/Europe/Malta.pm
5248cp lib/DateTime/TimeZone/Asia/Yakutsk.pm blib/lib/DateTime/TimeZone/Asia/Yakutsk.pm
5249cp lib/DateTime/TimeZone/Asia/Kolkata.pm blib/lib/DateTime/TimeZone/Asia/Kolkata.pm
5250cp lib/DateTime/TimeZone/Asia/Beirut.pm blib/lib/DateTime/TimeZone/Asia/Beirut.pm
5251cp lib/DateTime/TimeZone/America/Cuiaba.pm blib/lib/DateTime/TimeZone/America/Cuiaba.pm
5252cp lib/DateTime/TimeZone/America/Argentina/La_Rioja.pm blib/lib/DateTime/TimeZone/America/Argentina/La_Rioja.pm
5253cp lib/DateTime/TimeZone/America/Whitehorse.pm blib/lib/DateTime/TimeZone/America/Whitehorse.pm
5254cp lib/DateTime/TimeZone/Pacific/Fakaofo.pm blib/lib/DateTime/TimeZone/Pacific/Fakaofo.pm
5255cp lib/DateTime/TimeZone/America/Chihuahua.pm blib/lib/DateTime/TimeZone/America/Chihuahua.pm
5256cp lib/DateTime/TimeZone/America/Cayenne.pm blib/lib/DateTime/TimeZone/America/Cayenne.pm
5257cp lib/DateTime/TimeZone/Europe/Berlin.pm blib/lib/DateTime/TimeZone/Europe/Berlin.pm
5258cp lib/DateTime/TimeZone/America/Argentina/Jujuy.pm blib/lib/DateTime/TimeZone/America/Argentina/Jujuy.pm
5259cp lib/DateTime/TimeZone/Australia/Sydney.pm blib/lib/DateTime/TimeZone/Australia/Sydney.pm
5260cp lib/DateTime/TimeZone/America/Port_au_Prince.pm blib/lib/DateTime/TimeZone/America/Port_au_Prince.pm
5261cp lib/DateTime/TimeZone/Antarctica/Macquarie.pm blib/lib/DateTime/TimeZone/Antarctica/Macquarie.pm
5262cp lib/DateTime/TimeZone/America/Denver.pm blib/lib/DateTime/TimeZone/America/Denver.pm
5263cp lib/DateTime/TimeZone/America/Argentina/Buenos_Aires.pm blib/lib/DateTime/TimeZone/America/Argentina/Buenos_Aires.pm
5264cp lib/DateTime/TimeZone/America/Bahia_Banderas.pm blib/lib/DateTime/TimeZone/America/Bahia_Banderas.pm
5265cp lib/DateTime/TimeZone/Europe/Riga.pm blib/lib/DateTime/TimeZone/Europe/Riga.pm
5266cp lib/DateTime/TimeZone/Asia/Novosibirsk.pm blib/lib/DateTime/TimeZone/Asia/Novosibirsk.pm
5267cp lib/DateTime/TimeZone/America/Indiana/Vincennes.pm blib/lib/DateTime/TimeZone/America/Indiana/Vincennes.pm
5268cp lib/DateTime/TimeZone/America/Vancouver.pm blib/lib/DateTime/TimeZone/America/Vancouver.pm
5269cp lib/DateTime/TimeZone/Asia/Samarkand.pm blib/lib/DateTime/TimeZone/Asia/Samarkand.pm
5270cp lib/DateTime/TimeZone/America/Scoresbysund.pm blib/lib/DateTime/TimeZone/America/Scoresbysund.pm
5271cp lib/DateTime/TimeZone/Asia/Anadyr.pm blib/lib/DateTime/TimeZone/Asia/Anadyr.pm
5272cp lib/DateTime/TimeZone/OlsonDB.pm blib/lib/DateTime/TimeZone/OlsonDB.pm
5273cp lib/DateTime/TimeZone/Atlantic/Azores.pm blib/lib/DateTime/TimeZone/Atlantic/Azores.pm
5274cp lib/DateTime/TimeZone/Asia/Bishkek.pm blib/lib/DateTime/TimeZone/Asia/Bishkek.pm
5275cp lib/DateTime/TimeZone/Pacific/Enderbury.pm blib/lib/DateTime/TimeZone/Pacific/Enderbury.pm
5276cp lib/DateTime/TimeZone/Pacific/Chuuk.pm blib/lib/DateTime/TimeZone/Pacific/Chuuk.pm
5277cp lib/DateTime/TimeZone/Asia/Singapore.pm blib/lib/DateTime/TimeZone/Asia/Singapore.pm
5278cp lib/DateTime/TimeZone/Asia/Taipei.pm blib/lib/DateTime/TimeZone/Asia/Taipei.pm
5279cp lib/DateTime/TimeZone/Pacific/Marquesas.pm blib/lib/DateTime/TimeZone/Pacific/Marquesas.pm
5280cp lib/DateTime/TimeZone/EST5EDT.pm blib/lib/DateTime/TimeZone/EST5EDT.pm
5281cp lib/DateTime/TimeZone/Africa/Ceuta.pm blib/lib/DateTime/TimeZone/Africa/Ceuta.pm
5282cp lib/DateTime/TimeZone/America/Eirunepe.pm blib/lib/DateTime/TimeZone/America/Eirunepe.pm
5283cp lib/DateTime/TimeZone.pm blib/lib/DateTime/TimeZone.pm
5284cp lib/DateTime/TimeZone/EST.pm blib/lib/DateTime/TimeZone/EST.pm
5285cp lib/DateTime/TimeZone/America/Boa_Vista.pm blib/lib/DateTime/TimeZone/America/Boa_Vista.pm
5286cp lib/DateTime/TimeZone/Pacific/Tongatapu.pm blib/lib/DateTime/TimeZone/Pacific/Tongatapu.pm
5287cp lib/DateTime/TimeZone/Asia/Dushanbe.pm blib/lib/DateTime/TimeZone/Asia/Dushanbe.pm
5288cp lib/DateTime/TimeZone/Europe/Andorra.pm blib/lib/DateTime/TimeZone/Europe/Andorra.pm
5289cp lib/DateTime/TimeZone/America/Adak.pm blib/lib/DateTime/TimeZone/America/Adak.pm
5290cp lib/DateTime/TimeZone/Antarctica/Rothera.pm blib/lib/DateTime/TimeZone/Antarctica/Rothera.pm
5291cp lib/DateTime/TimeZone/Africa/Monrovia.pm blib/lib/DateTime/TimeZone/Africa/Monrovia.pm
5292cp lib/DateTime/TimeZone/America/El_Salvador.pm blib/lib/DateTime/TimeZone/America/El_Salvador.pm
5293cp lib/DateTime/TimeZone/Europe/Uzhgorod.pm blib/lib/DateTime/TimeZone/Europe/Uzhgorod.pm
5294cp lib/DateTime/TimeZone/America/Curacao.pm blib/lib/DateTime/TimeZone/America/Curacao.pm
5295cp lib/DateTime/TimeZone/America/Santa_Isabel.pm blib/lib/DateTime/TimeZone/America/Santa_Isabel.pm
5296cp lib/DateTime/TimeZone/America/North_Dakota/New_Salem.pm blib/lib/DateTime/TimeZone/America/North_Dakota/New_Salem.pm
5297cp lib/DateTime/TimeZone/America/Panama.pm blib/lib/DateTime/TimeZone/America/Panama.pm
5298cp lib/DateTime/TimeZone/Africa/El_Aaiun.pm blib/lib/DateTime/TimeZone/Africa/El_Aaiun.pm
5299cp lib/DateTime/TimeZone/Asia/Tokyo.pm blib/lib/DateTime/TimeZone/Asia/Tokyo.pm
5300cp lib/DateTime/TimeZone/America/Merida.pm blib/lib/DateTime/TimeZone/America/Merida.pm
5301cp lib/DateTime/TimeZone/America/Thunder_Bay.pm blib/lib/DateTime/TimeZone/America/Thunder_Bay.pm
5302cp lib/DateTime/TimeZone/Europe/Simferopol.pm blib/lib/DateTime/TimeZone/Europe/Simferopol.pm
5303cp lib/DateTime/TimeZone/Europe/Minsk.pm blib/lib/DateTime/TimeZone/Europe/Minsk.pm
5304cp lib/DateTime/TimeZone/America/Nassau.pm blib/lib/DateTime/TimeZone/America/Nassau.pm
5305cp lib/DateTime/TimeZone/Atlantic/South_Georgia.pm blib/lib/DateTime/TimeZone/Atlantic/South_Georgia.pm
5306cp lib/DateTime/TimeZone/Indian/Mauritius.pm blib/lib/DateTime/TimeZone/Indian/Mauritius.pm
5307cp lib/DateTime/TimeZone/America/Argentina/Salta.pm blib/lib/DateTime/TimeZone/America/Argentina/Salta.pm
5308cp lib/DateTime/TimeZone/Europe/Brussels.pm blib/lib/DateTime/TimeZone/Europe/Brussels.pm
5309cp lib/DateTime/TimeZone/America/Indiana/Marengo.pm blib/lib/DateTime/TimeZone/America/Indiana/Marengo.pm
5310cp lib/DateTime/TimeZone/Africa/Maputo.pm blib/lib/DateTime/TimeZone/Africa/Maputo.pm
5311cp lib/DateTime/TimeZone/Asia/Pyongyang.pm blib/lib/DateTime/TimeZone/Asia/Pyongyang.pm
5312cp lib/DateTime/TimeZone/America/Monterrey.pm blib/lib/DateTime/TimeZone/America/Monterrey.pm
5313cp lib/DateTime/TimeZone/PST8PDT.pm blib/lib/DateTime/TimeZone/PST8PDT.pm
5314cp lib/DateTime/TimeZone/America/Bahia.pm blib/lib/DateTime/TimeZone/America/Bahia.pm
5315cp lib/DateTime/TimeZone/Australia/Perth.pm blib/lib/DateTime/TimeZone/Australia/Perth.pm
5316cp lib/DateTime/TimeZone/Indian/Cocos.pm blib/lib/DateTime/TimeZone/Indian/Cocos.pm
5317cp lib/DateTime/TimeZone/Africa/Tripoli.pm blib/lib/DateTime/TimeZone/Africa/Tripoli.pm
5318cp lib/DateTime/TimeZone/America/Santiago.pm blib/lib/DateTime/TimeZone/America/Santiago.pm
5319cp lib/DateTime/TimeZone/America/Araguaina.pm blib/lib/DateTime/TimeZone/America/Araguaina.pm
5320cp lib/DateTime/TimeZone/Europe/Oslo.pm blib/lib/DateTime/TimeZone/Europe/Oslo.pm
5321cp lib/DateTime/TimeZone/America/Lima.pm blib/lib/DateTime/TimeZone/America/Lima.pm
5322cp lib/DateTime/TimeZone/Asia/Omsk.pm blib/lib/DateTime/TimeZone/Asia/Omsk.pm
5323cp lib/DateTime/TimeZone/Asia/Kuching.pm blib/lib/DateTime/TimeZone/Asia/Kuching.pm
5324cp lib/DateTime/TimeZone/Europe/Tallinn.pm blib/lib/DateTime/TimeZone/Europe/Tallinn.pm
5325cp lib/DateTime/TimeZone/Europe/London.pm blib/lib/DateTime/TimeZone/Europe/London.pm
5326cp lib/DateTime/TimeZone/Asia/Jayapura.pm blib/lib/DateTime/TimeZone/Asia/Jayapura.pm
5327cp lib/DateTime/TimeZone/America/Kentucky/Louisville.pm blib/lib/DateTime/TimeZone/America/Kentucky/Louisville.pm
5328cp lib/DateTime/TimeZone/America/Martinique.pm blib/lib/DateTime/TimeZone/America/Martinique.pm
5329cp lib/DateTime/TimeZone/America/Chicago.pm blib/lib/DateTime/TimeZone/America/Chicago.pm
5330cp lib/DateTime/TimeZone/America/Managua.pm blib/lib/DateTime/TimeZone/America/Managua.pm
5331cp lib/DateTime/TimeZone/Asia/Nicosia.pm blib/lib/DateTime/TimeZone/Asia/Nicosia.pm
5332cp lib/DateTime/TimeZone/Asia/Tehran.pm blib/lib/DateTime/TimeZone/Asia/Tehran.pm
5333cp lib/DateTime/TimeZone/America/Creston.pm blib/lib/DateTime/TimeZone/America/Creston.pm
5334cp lib/DateTime/TimeZone/America/Mexico_City.pm blib/lib/DateTime/TimeZone/America/Mexico_City.pm
5335cp lib/DateTime/TimeZone/Atlantic/Faroe.pm blib/lib/DateTime/TimeZone/Atlantic/Faroe.pm
5336cp lib/DateTime/TimeZone/Indian/Christmas.pm blib/lib/DateTime/TimeZone/Indian/Christmas.pm
5337cp lib/DateTime/TimeZone/Asia/Kathmandu.pm blib/lib/DateTime/TimeZone/Asia/Kathmandu.pm
5338cp lib/DateTime/TimeZone/America/Noronha.pm blib/lib/DateTime/TimeZone/America/Noronha.pm
5339cp lib/DateTime/TimeZone/America/Glace_Bay.pm blib/lib/DateTime/TimeZone/America/Glace_Bay.pm
5340cp lib/DateTime/TimeZone/Asia/Magadan.pm blib/lib/DateTime/TimeZone/Asia/Magadan.pm
5341cp lib/DateTime/TimeZone/America/Recife.pm blib/lib/DateTime/TimeZone/America/Recife.pm
5342cp lib/DateTime/TimeZone/America/Ojinaga.pm blib/lib/DateTime/TimeZone/America/Ojinaga.pm
5343cp lib/DateTime/TimeZone/Europe/Lisbon.pm blib/lib/DateTime/TimeZone/Europe/Lisbon.pm
5344cp lib/DateTime/TimeZone/OlsonDB/Rule.pm blib/lib/DateTime/TimeZone/OlsonDB/Rule.pm
5345cp lib/DateTime/TimeZone/America/Porto_Velho.pm blib/lib/DateTime/TimeZone/America/Porto_Velho.pm
5346cp lib/DateTime/TimeZone/Indian/Mahe.pm blib/lib/DateTime/TimeZone/Indian/Mahe.pm
5347cp lib/DateTime/TimeZone/UTC.pm blib/lib/DateTime/TimeZone/UTC.pm
5348cp lib/DateTime/TimeZone/Europe/Samara.pm blib/lib/DateTime/TimeZone/Europe/Samara.pm
5349cp lib/DateTime/TimeZone/Pacific/Nauru.pm blib/lib/DateTime/TimeZone/Pacific/Nauru.pm
5350cp lib/DateTime/TimeZone/Pacific/Chatham.pm blib/lib/DateTime/TimeZone/Pacific/Chatham.pm
5351cp lib/DateTime/TimeZone/Europe/Paris.pm blib/lib/DateTime/TimeZone/Europe/Paris.pm
5352cp lib/DateTime/TimeZone/Asia/Khandyga.pm blib/lib/DateTime/TimeZone/Asia/Khandyga.pm
5353cp lib/DateTime/TimeZone/America/Guatemala.pm blib/lib/DateTime/TimeZone/America/Guatemala.pm
5354cp lib/DateTime/TimeZone/Pacific/Noumea.pm blib/lib/DateTime/TimeZone/Pacific/Noumea.pm
5355cp lib/DateTime/TimeZone/Australia/Broken_Hill.pm blib/lib/DateTime/TimeZone/Australia/Broken_Hill.pm
5356cp lib/DateTime/TimeZone/Pacific/Tarawa.pm blib/lib/DateTime/TimeZone/Pacific/Tarawa.pm
5357cp lib/DateTime/TimeZone/America/Belize.pm blib/lib/DateTime/TimeZone/America/Belize.pm
5358cp lib/DateTime/TimeZone/Pacific/Funafuti.pm blib/lib/DateTime/TimeZone/Pacific/Funafuti.pm
5359cp lib/DateTime/TimeZone/America/Iqaluit.pm blib/lib/DateTime/TimeZone/America/Iqaluit.pm
5360cp lib/DateTime/TimeZone/Antarctica/Mawson.pm blib/lib/DateTime/TimeZone/Antarctica/Mawson.pm
5361cp lib/DateTime/TimeZone/America/Cancun.pm blib/lib/DateTime/TimeZone/America/Cancun.pm
5362cp lib/DateTime/TimeZone/Asia/Kamchatka.pm blib/lib/DateTime/TimeZone/Asia/Kamchatka.pm
5363cp lib/DateTime/TimeZone/Europe/Gibraltar.pm blib/lib/DateTime/TimeZone/Europe/Gibraltar.pm
5364cp lib/DateTime/TimeZone/MST.pm blib/lib/DateTime/TimeZone/MST.pm
5365cp lib/DateTime/TimeZone/Asia/Sakhalin.pm blib/lib/DateTime/TimeZone/Asia/Sakhalin.pm
5366cp lib/DateTime/TimeZone/Pacific/Pago_Pago.pm blib/lib/DateTime/TimeZone/Pacific/Pago_Pago.pm
5367cp lib/DateTime/TimeZone/America/Indiana/Indianapolis.pm blib/lib/DateTime/TimeZone/America/Indiana/Indianapolis.pm
5368cp lib/DateTime/TimeZone/Europe/Amsterdam.pm blib/lib/DateTime/TimeZone/Europe/Amsterdam.pm
5369cp lib/DateTime/TimeZone/Asia/Manila.pm blib/lib/DateTime/TimeZone/Asia/Manila.pm
5370cp lib/DateTime/TimeZone/Europe/Vienna.pm blib/lib/DateTime/TimeZone/Europe/Vienna.pm
5371cp lib/DateTime/TimeZone/America/Godthab.pm blib/lib/DateTime/TimeZone/America/Godthab.pm
5372cp lib/DateTime/TimeZone/Europe/Sofia.pm blib/lib/DateTime/TimeZone/Europe/Sofia.pm
5373cp lib/DateTime/TimeZone/America/Los_Angeles.pm blib/lib/DateTime/TimeZone/America/Los_Angeles.pm
5374cp lib/DateTime/TimeZone/Asia/Amman.pm blib/lib/DateTime/TimeZone/Asia/Amman.pm
5375cp lib/DateTime/TimeZone/Africa/Johannesburg.pm blib/lib/DateTime/TimeZone/Africa/Johannesburg.pm
5376cp lib/DateTime/TimeZone/Pacific/Norfolk.pm blib/lib/DateTime/TimeZone/Pacific/Norfolk.pm
5377cp lib/DateTime/TimeZone/America/Anchorage.pm blib/lib/DateTime/TimeZone/America/Anchorage.pm
5378cp lib/DateTime/TimeZone/America/Puerto_Rico.pm blib/lib/DateTime/TimeZone/America/Puerto_Rico.pm
5379cp lib/DateTime/TimeZone/Pacific/Guam.pm blib/lib/DateTime/TimeZone/Pacific/Guam.pm
5380cp lib/DateTime/TimeZone/America/Rainy_River.pm blib/lib/DateTime/TimeZone/America/Rainy_River.pm
5381cp lib/DateTime/TimeZone/America/Caracas.pm blib/lib/DateTime/TimeZone/America/Caracas.pm
5382cp lib/DateTime/TimeZone/America/Sao_Paulo.pm blib/lib/DateTime/TimeZone/America/Sao_Paulo.pm
5383cp lib/DateTime/TimeZone/Asia/Ulaanbaatar.pm blib/lib/DateTime/TimeZone/Asia/Ulaanbaatar.pm
5384cp lib/DateTime/TimeZone/America/Fort_Nelson.pm blib/lib/DateTime/TimeZone/America/Fort_Nelson.pm
5385cp lib/DateTime/TimeZone/America/Inuvik.pm blib/lib/DateTime/TimeZone/America/Inuvik.pm
5386cp lib/DateTime/TimeZone/Africa/Bissau.pm blib/lib/DateTime/TimeZone/Africa/Bissau.pm
5387cp lib/DateTime/TimeZone/Pacific/Easter.pm blib/lib/DateTime/TimeZone/Pacific/Easter.pm
5388cp lib/DateTime/TimeZone/Europe/Monaco.pm blib/lib/DateTime/TimeZone/Europe/Monaco.pm
5389cp lib/DateTime/TimeZone/Antarctica/Casey.pm blib/lib/DateTime/TimeZone/Antarctica/Casey.pm
5390cp lib/DateTime/TimeZone/Asia/Srednekolymsk.pm blib/lib/DateTime/TimeZone/Asia/Srednekolymsk.pm
5391cp lib/DateTime/TimeZone/Europe/Budapest.pm blib/lib/DateTime/TimeZone/Europe/Budapest.pm
5392cp lib/DateTime/TimeZone/Asia/Hovd.pm blib/lib/DateTime/TimeZone/Asia/Hovd.pm
5393cp lib/DateTime/TimeZone/Antarctica/Troll.pm blib/lib/DateTime/TimeZone/Antarctica/Troll.pm
5394cp lib/DateTime/TimeZone/America/Asuncion.pm blib/lib/DateTime/TimeZone/America/Asuncion.pm
5395cp lib/DateTime/TimeZone/MET.pm blib/lib/DateTime/TimeZone/MET.pm
5396cp lib/DateTime/TimeZone/Atlantic/Bermuda.pm blib/lib/DateTime/TimeZone/Atlantic/Bermuda.pm
5397cp lib/DateTime/TimeZone/Europe/Madrid.pm blib/lib/DateTime/TimeZone/Europe/Madrid.pm
5398cp lib/DateTime/TimeZone/America/Indiana/Winamac.pm blib/lib/DateTime/TimeZone/America/Indiana/Winamac.pm
5399cp lib/DateTime/TimeZone/Asia/Urumqi.pm blib/lib/DateTime/TimeZone/Asia/Urumqi.pm
5400cp lib/DateTime/TimeZone/America/Nipigon.pm blib/lib/DateTime/TimeZone/America/Nipigon.pm
5401cp lib/DateTime/TimeZone/America/Dawson.pm blib/lib/DateTime/TimeZone/America/Dawson.pm
5402cp lib/DateTime/TimeZone/Pacific/Majuro.pm blib/lib/DateTime/TimeZone/Pacific/Majuro.pm
5403cp lib/DateTime/TimeZone/Europe/Istanbul.pm blib/lib/DateTime/TimeZone/Europe/Istanbul.pm
5404cp lib/DateTime/TimeZone/America/Nome.pm blib/lib/DateTime/TimeZone/America/Nome.pm
5405cp lib/DateTime/TimeZone/Asia/Irkutsk.pm blib/lib/DateTime/TimeZone/Asia/Irkutsk.pm
5406cp lib/DateTime/TimeZone/Australia/Lindeman.pm blib/lib/DateTime/TimeZone/Australia/Lindeman.pm
5407cp lib/DateTime/TimeZone/America/Rio_Branco.pm blib/lib/DateTime/TimeZone/America/Rio_Branco.pm
5408cp lib/DateTime/TimeZone/America/New_York.pm blib/lib/DateTime/TimeZone/America/New_York.pm
5409cp lib/DateTime/TimeZone/Asia/Jerusalem.pm blib/lib/DateTime/TimeZone/Asia/Jerusalem.pm
5410cp lib/DateTime/TimeZone/Europe/Athens.pm blib/lib/DateTime/TimeZone/Europe/Athens.pm
5411cp lib/DateTime/TimeZone/Indian/Maldives.pm blib/lib/DateTime/TimeZone/Indian/Maldives.pm
5412cp lib/DateTime/TimeZone/America/Cayman.pm blib/lib/DateTime/TimeZone/America/Cayman.pm
5413cp lib/DateTime/TimeZone/OlsonDB/Change.pm blib/lib/DateTime/TimeZone/OlsonDB/Change.pm
5414cp lib/DateTime/TimeZone/Australia/Brisbane.pm blib/lib/DateTime/TimeZone/Australia/Brisbane.pm
5415cp lib/DateTime/TimeZone/Europe/Kaliningrad.pm blib/lib/DateTime/TimeZone/Europe/Kaliningrad.pm
5416cp lib/DateTime/TimeZone/Asia/Jakarta.pm blib/lib/DateTime/TimeZone/Asia/Jakarta.pm
5417cp lib/DateTime/TimeZone/America/La_Paz.pm blib/lib/DateTime/TimeZone/America/La_Paz.pm
5418cp lib/DateTime/TimeZone/America/Toronto.pm blib/lib/DateTime/TimeZone/America/Toronto.pm
5419cp lib/DateTime/TimeZone/Indian/Chagos.pm blib/lib/DateTime/TimeZone/Indian/Chagos.pm
5420cp lib/DateTime/TimeZone/Australia/Darwin.pm blib/lib/DateTime/TimeZone/Australia/Darwin.pm
5421cp lib/DateTime/TimeZone/Europe/Zurich.pm blib/lib/DateTime/TimeZone/Europe/Zurich.pm
5422cp lib/DateTime/TimeZone/America/Guyana.pm blib/lib/DateTime/TimeZone/America/Guyana.pm
5423cp lib/DateTime/TimeZone/Local/Android.pm blib/lib/DateTime/TimeZone/Local/Android.pm
5424cp lib/DateTime/TimeZone/Asia/Oral.pm blib/lib/DateTime/TimeZone/Asia/Oral.pm
5425cp lib/DateTime/TimeZone/Europe/Luxembourg.pm blib/lib/DateTime/TimeZone/Europe/Luxembourg.pm
5426cp lib/DateTime/TimeZone/America/Indiana/Petersburg.pm blib/lib/DateTime/TimeZone/America/Indiana/Petersburg.pm
5427cp lib/DateTime/TimeZone/America/St_Johns.pm blib/lib/DateTime/TimeZone/America/St_Johns.pm
5428cp lib/DateTime/TimeZone/Australia/Hobart.pm blib/lib/DateTime/TimeZone/Australia/Hobart.pm
5429cp lib/DateTime/TimeZone/Australia/Eucla.pm blib/lib/DateTime/TimeZone/Australia/Eucla.pm
5430cp lib/DateTime/TimeZone/OffsetOnly.pm blib/lib/DateTime/TimeZone/OffsetOnly.pm
5431cp lib/DateTime/TimeZone/Asia/Tashkent.pm blib/lib/DateTime/TimeZone/Asia/Tashkent.pm
5432cp lib/DateTime/TimeZone/America/Bogota.pm blib/lib/DateTime/TimeZone/America/Bogota.pm
5433cp lib/DateTime/TimeZone/America/Fortaleza.pm blib/lib/DateTime/TimeZone/America/Fortaleza.pm
5434cp lib/DateTime/TimeZone/Local/VMS.pm blib/lib/DateTime/TimeZone/Local/VMS.pm
5435cp lib/DateTime/TimeZone/Africa/Tunis.pm blib/lib/DateTime/TimeZone/Africa/Tunis.pm
5436cp lib/DateTime/TimeZone/Europe/Kiev.pm blib/lib/DateTime/TimeZone/Europe/Kiev.pm
5437cp lib/DateTime/TimeZone/Africa/Abidjan.pm blib/lib/DateTime/TimeZone/Africa/Abidjan.pm
5438cp lib/DateTime/TimeZone/Pacific/Palau.pm blib/lib/DateTime/TimeZone/Pacific/Palau.pm
5439cp lib/DateTime/TimeZone/Pacific/Honolulu.pm blib/lib/DateTime/TimeZone/Pacific/Honolulu.pm
5440cp lib/DateTime/TimeZone/Asia/Qatar.pm blib/lib/DateTime/TimeZone/Asia/Qatar.pm
5441cp lib/DateTime/TimeZone/Asia/Choibalsan.pm blib/lib/DateTime/TimeZone/Asia/Choibalsan.pm
5442cp lib/DateTime/TimeZone/America/Indiana/Tell_City.pm blib/lib/DateTime/TimeZone/America/Indiana/Tell_City.pm
5443cp lib/DateTime/TimeZone/Asia/Ust_Nera.pm blib/lib/DateTime/TimeZone/Asia/Ust_Nera.pm
5444cp lib/DateTime/TimeZone/America/Havana.pm blib/lib/DateTime/TimeZone/America/Havana.pm
5445cp lib/DateTime/TimeZone/Catalog.pm blib/lib/DateTime/TimeZone/Catalog.pm
5446cp lib/DateTime/TimeZone/America/Danmarkshavn.pm blib/lib/DateTime/TimeZone/America/Danmarkshavn.pm
5447cp lib/DateTime/TimeZone/America/Maceio.pm blib/lib/DateTime/TimeZone/America/Maceio.pm
5448cp lib/DateTime/TimeZone/Europe/Warsaw.pm blib/lib/DateTime/TimeZone/Europe/Warsaw.pm
5449cp lib/DateTime/TimeZone/America/Thule.pm blib/lib/DateTime/TimeZone/America/Thule.pm
5450cp lib/DateTime/TimeZone/Pacific/Pitcairn.pm blib/lib/DateTime/TimeZone/Pacific/Pitcairn.pm
5451cp lib/DateTime/TimeZone/Pacific/Kwajalein.pm blib/lib/DateTime/TimeZone/Pacific/Kwajalein.pm
5452cp lib/DateTime/TimeZone/CET.pm blib/lib/DateTime/TimeZone/CET.pm
5453cp lib/DateTime/TimeZone/WET.pm blib/lib/DateTime/TimeZone/WET.pm
5454cp lib/DateTime/TimeZone/Europe/Helsinki.pm blib/lib/DateTime/TimeZone/Europe/Helsinki.pm
5455cp lib/DateTime/TimeZone/America/Menominee.pm blib/lib/DateTime/TimeZone/America/Menominee.pm
5456cp lib/DateTime/TimeZone/Australia/Currie.pm blib/lib/DateTime/TimeZone/Australia/Currie.pm
5457cp lib/DateTime/TimeZone/America/Moncton.pm blib/lib/DateTime/TimeZone/America/Moncton.pm
5458cp lib/DateTime/TimeZone/Africa/Lagos.pm blib/lib/DateTime/TimeZone/Africa/Lagos.pm
5459cp lib/DateTime/TimeZone/America/Pangnirtung.pm blib/lib/DateTime/TimeZone/America/Pangnirtung.pm
5460cp lib/DateTime/TimeZone/Asia/Dhaka.pm blib/lib/DateTime/TimeZone/Asia/Dhaka.pm
5461cp lib/DateTime/TimeZone/Pacific/Fiji.pm blib/lib/DateTime/TimeZone/Pacific/Fiji.pm
5462cp lib/DateTime/TimeZone/America/Argentina/Tucuman.pm blib/lib/DateTime/TimeZone/America/Argentina/Tucuman.pm
5463cp lib/DateTime/TimeZone/Europe/Volgograd.pm blib/lib/DateTime/TimeZone/Europe/Volgograd.pm
5464cp lib/DateTime/TimeZone/America/Santo_Domingo.pm blib/lib/DateTime/TimeZone/America/Santo_Domingo.pm
5465cp lib/DateTime/TimeZone/America/Belem.pm blib/lib/DateTime/TimeZone/America/Belem.pm
5466cp lib/DateTime/TimeZone/America/Phoenix.pm blib/lib/DateTime/TimeZone/America/Phoenix.pm
5467cp lib/DateTime/TimeZone/Africa/Ndjamena.pm blib/lib/DateTime/TimeZone/Africa/Ndjamena.pm
5468cp lib/DateTime/TimeZone/Local.pm blib/lib/DateTime/TimeZone/Local.pm
5469cp lib/DateTime/TimeZone/Europe/Zaporozhye.pm blib/lib/DateTime/TimeZone/Europe/Zaporozhye.pm
5470cp lib/DateTime/TimeZone/America/Winnipeg.pm blib/lib/DateTime/TimeZone/America/Winnipeg.pm
5471cp lib/DateTime/TimeZone/Asia/Gaza.pm blib/lib/DateTime/TimeZone/Asia/Gaza.pm
5472cp lib/DateTime/TimeZone/Atlantic/Madeira.pm blib/lib/DateTime/TimeZone/Atlantic/Madeira.pm
5473cp lib/DateTime/TimeZone/America/Argentina/Catamarca.pm blib/lib/DateTime/TimeZone/America/Argentina/Catamarca.pm
5474cp lib/DateTime/TimeZone/America/Cambridge_Bay.pm blib/lib/DateTime/TimeZone/America/Cambridge_Bay.pm
5475cp lib/DateTime/TimeZone/Asia/Tbilisi.pm blib/lib/DateTime/TimeZone/Asia/Tbilisi.pm
5476cp lib/DateTime/TimeZone/Europe/Prague.pm blib/lib/DateTime/TimeZone/Europe/Prague.pm
5477cp lib/DateTime/TimeZone/Pacific/Apia.pm blib/lib/DateTime/TimeZone/Pacific/Apia.pm
5478cp lib/DateTime/TimeZone/America/Blanc_Sablon.pm blib/lib/DateTime/TimeZone/America/Blanc_Sablon.pm
5479cp lib/DateTime/TimeZone/Atlantic/Reykjavik.pm blib/lib/DateTime/TimeZone/Atlantic/Reykjavik.pm
5480cp lib/DateTime/TimeZone/Asia/Yerevan.pm blib/lib/DateTime/TimeZone/Asia/Yerevan.pm
5481cp lib/DateTime/TimeZone/Asia/Chita.pm blib/lib/DateTime/TimeZone/Asia/Chita.pm
5482cp lib/DateTime/TimeZone/America/Argentina/Ushuaia.pm blib/lib/DateTime/TimeZone/America/Argentina/Ushuaia.pm
5483cp lib/DateTime/TimeZone/Asia/Vladivostok.pm blib/lib/DateTime/TimeZone/Asia/Vladivostok.pm
5484cp lib/DateTime/TimeZone/America/Sitka.pm blib/lib/DateTime/TimeZone/America/Sitka.pm
5485cp lib/DateTime/TimeZone/Asia/Thimphu.pm blib/lib/DateTime/TimeZone/Asia/Thimphu.pm
5486cp lib/DateTime/TimeZone/America/Grand_Turk.pm blib/lib/DateTime/TimeZone/America/Grand_Turk.pm
5487cp lib/DateTime/TimeZone/Australia/Melbourne.pm blib/lib/DateTime/TimeZone/Australia/Melbourne.pm
5488cp lib/DateTime/TimeZone/America/Mazatlan.pm blib/lib/DateTime/TimeZone/America/Mazatlan.pm
5489cp lib/DateTime/TimeZone/America/Juneau.pm blib/lib/DateTime/TimeZone/America/Juneau.pm
5490cp lib/DateTime/TimeZone/Pacific/Guadalcanal.pm blib/lib/DateTime/TimeZone/Pacific/Guadalcanal.pm
5491cp lib/DateTime/TimeZone/America/Barbados.pm blib/lib/DateTime/TimeZone/America/Barbados.pm
5492cp lib/DateTime/TimeZone/Asia/Rangoon.pm blib/lib/DateTime/TimeZone/Asia/Rangoon.pm
5493cp lib/DateTime/TimeZone/Antarctica/DumontDUrville.pm blib/lib/DateTime/TimeZone/Antarctica/DumontDUrville.pm
5494cp lib/DateTime/TimeZone/Africa/Nairobi.pm blib/lib/DateTime/TimeZone/Africa/Nairobi.pm
5495cp lib/DateTime/TimeZone/Asia/Riyadh.pm blib/lib/DateTime/TimeZone/Asia/Riyadh.pm
5496cp lib/DateTime/TimeZone/America/Yellowknife.pm blib/lib/DateTime/TimeZone/America/Yellowknife.pm
5497cp lib/DateTime/TimeZone/America/Halifax.pm blib/lib/DateTime/TimeZone/America/Halifax.pm
5498cp lib/DateTime/TimeZone/Asia/Kuala_Lumpur.pm blib/lib/DateTime/TimeZone/Asia/Kuala_Lumpur.pm
5499cp lib/DateTime/TimeZone/Antarctica/Vostok.pm blib/lib/DateTime/TimeZone/Antarctica/Vostok.pm
5500cp lib/DateTime/TimeZone/Asia/Makassar.pm blib/lib/DateTime/TimeZone/Asia/Makassar.pm
5501cp lib/DateTime/TimeZone/OlsonDB/Zone.pm blib/lib/DateTime/TimeZone/OlsonDB/Zone.pm
5502cp lib/DateTime/TimeZone/Pacific/Galapagos.pm blib/lib/DateTime/TimeZone/Pacific/Galapagos.pm
5503cp lib/DateTime/TimeZone/America/Tijuana.pm blib/lib/DateTime/TimeZone/America/Tijuana.pm
5504cp lib/DateTime/TimeZone/Asia/Hong_Kong.pm blib/lib/DateTime/TimeZone/Asia/Hong_Kong.pm
5505cp lib/DateTime/TimeZone/America/Indiana/Knox.pm blib/lib/DateTime/TimeZone/America/Indiana/Knox.pm
5506cp lib/DateTime/TimeZone/Australia/Adelaide.pm blib/lib/DateTime/TimeZone/Australia/Adelaide.pm
5507cp lib/DateTime/TimeZone/Asia/Seoul.pm blib/lib/DateTime/TimeZone/Asia/Seoul.pm
5508cp lib/DateTime/TimeZone/America/North_Dakota/Center.pm blib/lib/DateTime/TimeZone/America/North_Dakota/Center.pm
5509cp lib/DateTime/TimeZone/America/Detroit.pm blib/lib/DateTime/TimeZone/America/Detroit.pm
5510cp lib/DateTime/TimeZone/Asia/Novokuznetsk.pm blib/lib/DateTime/TimeZone/Asia/Novokuznetsk.pm
5511cp lib/DateTime/TimeZone/Africa/Cairo.pm blib/lib/DateTime/TimeZone/Africa/Cairo.pm
5512cp lib/DateTime/TimeZone/Pacific/Bougainville.pm blib/lib/DateTime/TimeZone/Pacific/Bougainville.pm
5513cp lib/DateTime/TimeZone/America/Goose_Bay.pm blib/lib/DateTime/TimeZone/America/Goose_Bay.pm
5514cp lib/DateTime/TimeZone/America/Santarem.pm blib/lib/DateTime/TimeZone/America/Santarem.pm
5515cp lib/DateTime/TimeZone/Pacific/Wake.pm blib/lib/DateTime/TimeZone/Pacific/Wake.pm
5516cp lib/DateTime/TimeZone/Asia/Baghdad.pm blib/lib/DateTime/TimeZone/Asia/Baghdad.pm
5517cp lib/DateTime/TimeZone/America/North_Dakota/Beulah.pm blib/lib/DateTime/TimeZone/America/North_Dakota/Beulah.pm
5518cp lib/DateTime/TimeZone/Atlantic/Canary.pm blib/lib/DateTime/TimeZone/Atlantic/Canary.pm
5519cp lib/DateTime/TimeZone/Antarctica/Palmer.pm blib/lib/DateTime/TimeZone/Antarctica/Palmer.pm
5520cp lib/DateTime/TimeZone/Europe/Tirane.pm blib/lib/DateTime/TimeZone/Europe/Tirane.pm
5521cp lib/DateTime/TimeZone/Africa/Khartoum.pm blib/lib/DateTime/TimeZone/Africa/Khartoum.pm
5522cp lib/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm blib/lib/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm
5523cp lib/DateTime/TimeZone/America/Matamoros.pm blib/lib/DateTime/TimeZone/America/Matamoros.pm
5524cp lib/DateTime/TimeZone/America/Paramaribo.pm blib/lib/DateTime/TimeZone/America/Paramaribo.pm
5525cp lib/DateTime/TimeZone/America/Jamaica.pm blib/lib/DateTime/TimeZone/America/Jamaica.pm
5526cp lib/DateTime/TimeZone/Atlantic/Cape_Verde.pm blib/lib/DateTime/TimeZone/Atlantic/Cape_Verde.pm
5527cp lib/DateTime/TimeZone/America/Metlakatla.pm blib/lib/DateTime/TimeZone/America/Metlakatla.pm
5528cp lib/DateTime/TimeZone/Europe/Dublin.pm blib/lib/DateTime/TimeZone/Europe/Dublin.pm
5529cp lib/DateTime/TimeZone/EET.pm blib/lib/DateTime/TimeZone/EET.pm
5530cp lib/DateTime/TimeZone/Africa/Algiers.pm blib/lib/DateTime/TimeZone/Africa/Algiers.pm
5531cp lib/DateTime/TimeZone/Africa/Accra.pm blib/lib/DateTime/TimeZone/Africa/Accra.pm
5532cp lib/DateTime/TimeZone/Europe/Chisinau.pm blib/lib/DateTime/TimeZone/Europe/Chisinau.pm
5533cp lib/DateTime/TimeZone/Europe/Stockholm.pm blib/lib/DateTime/TimeZone/Europe/Stockholm.pm
5534cp lib/DateTime/TimeZone/Asia/Yekaterinburg.pm blib/lib/DateTime/TimeZone/Asia/Yekaterinburg.pm
5535cp lib/DateTime/TimeZone/Asia/Bangkok.pm blib/lib/DateTime/TimeZone/Asia/Bangkok.pm
5536cp lib/DateTime/TimeZone/Asia/Aqtau.pm blib/lib/DateTime/TimeZone/Asia/Aqtau.pm
5537cp lib/DateTime/TimeZone/America/Indiana/Vevay.pm blib/lib/DateTime/TimeZone/America/Indiana/Vevay.pm
5538cp lib/DateTime/TimeZone/Floating.pm blib/lib/DateTime/TimeZone/Floating.pm
5539cp lib/DateTime/TimeZone/America/Kentucky/Monticello.pm blib/lib/DateTime/TimeZone/America/Kentucky/Monticello.pm
5540cp lib/DateTime/TimeZone/Pacific/Niue.pm blib/lib/DateTime/TimeZone/Pacific/Niue.pm
5541cp lib/DateTime/TimeZone/America/Costa_Rica.pm blib/lib/DateTime/TimeZone/America/Costa_Rica.pm
5542cp lib/DateTime/TimeZone/America/Regina.pm blib/lib/DateTime/TimeZone/America/Regina.pm
5543cp lib/DateTime/TimeZone/Asia/Damascus.pm blib/lib/DateTime/TimeZone/Asia/Damascus.pm
5544cp lib/DateTime/TimeZone/Asia/Baku.pm blib/lib/DateTime/TimeZone/Asia/Baku.pm
5545cp lib/DateTime/TimeZone/Australia/Lord_Howe.pm blib/lib/DateTime/TimeZone/Australia/Lord_Howe.pm
5546cp lib/DateTime/TimeZone/Europe/Copenhagen.pm blib/lib/DateTime/TimeZone/Europe/Copenhagen.pm
5547cp lib/DateTime/TimeZone/Pacific/Kiritimati.pm blib/lib/DateTime/TimeZone/Pacific/Kiritimati.pm
5548cp lib/DateTime/TimeZone/Asia/Almaty.pm blib/lib/DateTime/TimeZone/Asia/Almaty.pm
5549Manifying blib/man3/DateTime::TimeZone::UTC.3pm
5550Manifying blib/man3/DateTime::TimeZone::Catalog.3pm
5551Manifying blib/man3/DateTime::TimeZone::Local.3pm
5552Manifying blib/man3/DateTime::TimeZone::OffsetOnly.3pm
5553Manifying blib/man3/DateTime::TimeZone::Floating.3pm
5554Manifying blib/man3/DateTime::TimeZone::Local::Unix.3pm
5555Manifying blib/man3/DateTime::TimeZone::Local::VMS.3pm
5556Manifying blib/man3/DateTime::TimeZone.3pm
5557Manifying blib/man3/DateTime::TimeZone::OlsonDB.3pm
5558 DROLSKY/DateTime-TimeZone-1.94.tar.gz
5559 /usr/bin/make -- OK
5560Skipping test because of notest pragma
5561Running make install
5562Installing /usr/local/share/perl5/DateTime/TimeZone.pm
5563Installing /usr/local/share/perl5/DateTime/TimeZone/Floating.pm
5564Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB.pm
5565Installing /usr/local/share/perl5/DateTime/TimeZone/CST6CDT.pm
5566Installing /usr/local/share/perl5/DateTime/TimeZone/EET.pm
5567Installing /usr/local/share/perl5/DateTime/TimeZone/CET.pm
5568Installing /usr/local/share/perl5/DateTime/TimeZone/HST.pm
5569Installing /usr/local/share/perl5/DateTime/TimeZone/UTC.pm
5570Installing /usr/local/share/perl5/DateTime/TimeZone/Catalog.pm
5571Installing /usr/local/share/perl5/DateTime/TimeZone/OffsetOnly.pm
5572Installing /usr/local/share/perl5/DateTime/TimeZone/WET.pm
5573Installing /usr/local/share/perl5/DateTime/TimeZone/PST8PDT.pm
5574Installing /usr/local/share/perl5/DateTime/TimeZone/EST.pm
5575Installing /usr/local/share/perl5/DateTime/TimeZone/Local.pm
5576Installing /usr/local/share/perl5/DateTime/TimeZone/MET.pm
5577Installing /usr/local/share/perl5/DateTime/TimeZone/MST7MDT.pm
5578Installing /usr/local/share/perl5/DateTime/TimeZone/MST.pm
5579Installing /usr/local/share/perl5/DateTime/TimeZone/EST5EDT.pm
5580Installing /usr/local/share/perl5/DateTime/TimeZone/Local/Unix.pm
5581Installing /usr/local/share/perl5/DateTime/TimeZone/Local/VMS.pm
5582Installing /usr/local/share/perl5/DateTime/TimeZone/Local/Android.pm
5583Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Bermuda.pm
5584Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Madeira.pm
5585Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Azores.pm
5586Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Stanley.pm
5587Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Cape_Verde.pm
5588Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/South_Georgia.pm
5589Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Canary.pm
5590Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Reykjavik.pm
5591Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Faroe.pm
5592Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Eucla.pm
5593Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Sydney.pm
5594Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Lord_Howe.pm
5595Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Melbourne.pm
5596Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Brisbane.pm
5597Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Broken_Hill.pm
5598Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Hobart.pm
5599Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Darwin.pm
5600Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Perth.pm
5601Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Adelaide.pm
5602Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Lindeman.pm
5603Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Currie.pm
5604Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Kerguelen.pm
5605Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Mahe.pm
5606Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Reunion.pm
5607Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Chagos.pm
5608Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Christmas.pm
5609Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Cocos.pm
5610Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Maldives.pm
5611Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Mauritius.pm
5612Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santiago.pm
5613Installing /usr/local/share/perl5/DateTime/TimeZone/America/Paramaribo.pm
5614Installing /usr/local/share/perl5/DateTime/TimeZone/America/Godthab.pm
5615Installing /usr/local/share/perl5/DateTime/TimeZone/America/Lima.pm
5616Installing /usr/local/share/perl5/DateTime/TimeZone/America/Goose_Bay.pm
5617Installing /usr/local/share/perl5/DateTime/TimeZone/America/St_Johns.pm
5618Installing /usr/local/share/perl5/DateTime/TimeZone/America/Sao_Paulo.pm
5619Installing /usr/local/share/perl5/DateTime/TimeZone/America/Araguaina.pm
5620Installing /usr/local/share/perl5/DateTime/TimeZone/America/Regina.pm
5621Installing /usr/local/share/perl5/DateTime/TimeZone/America/Matamoros.pm
5622Installing /usr/local/share/perl5/DateTime/TimeZone/America/Panama.pm
5623Installing /usr/local/share/perl5/DateTime/TimeZone/America/Bogota.pm
5624Installing /usr/local/share/perl5/DateTime/TimeZone/America/Port_of_Spain.pm
5625Installing /usr/local/share/perl5/DateTime/TimeZone/America/Dawson_Creek.pm
5626Installing /usr/local/share/perl5/DateTime/TimeZone/America/Vancouver.pm
5627Installing /usr/local/share/perl5/DateTime/TimeZone/America/Inuvik.pm
5628Installing /usr/local/share/perl5/DateTime/TimeZone/America/Curacao.pm
5629Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santo_Domingo.pm
5630Installing /usr/local/share/perl5/DateTime/TimeZone/America/Manaus.pm
5631Installing /usr/local/share/perl5/DateTime/TimeZone/America/Eirunepe.pm
5632Installing /usr/local/share/perl5/DateTime/TimeZone/America/Adak.pm
5633Installing /usr/local/share/perl5/DateTime/TimeZone/America/Asuncion.pm
5634Installing /usr/local/share/perl5/DateTime/TimeZone/America/Iqaluit.pm
5635Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santa_Isabel.pm
5636Installing /usr/local/share/perl5/DateTime/TimeZone/America/Barbados.pm
5637Installing /usr/local/share/perl5/DateTime/TimeZone/America/Boa_Vista.pm
5638Installing /usr/local/share/perl5/DateTime/TimeZone/America/Bahia.pm
5639Installing /usr/local/share/perl5/DateTime/TimeZone/America/Recife.pm
5640Installing /usr/local/share/perl5/DateTime/TimeZone/America/Juneau.pm
5641Installing /usr/local/share/perl5/DateTime/TimeZone/America/Anchorage.pm
5642Installing /usr/local/share/perl5/DateTime/TimeZone/America/Monterrey.pm
5643Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cancun.pm
5644Installing /usr/local/share/perl5/DateTime/TimeZone/America/Los_Angeles.pm
5645Installing /usr/local/share/perl5/DateTime/TimeZone/America/Dawson.pm
5646Installing /usr/local/share/perl5/DateTime/TimeZone/America/Havana.pm
5647Installing /usr/local/share/perl5/DateTime/TimeZone/America/Rainy_River.pm
5648Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cayman.pm
5649Installing /usr/local/share/perl5/DateTime/TimeZone/America/El_Salvador.pm
5650Installing /usr/local/share/perl5/DateTime/TimeZone/America/Swift_Current.pm
5651Installing /usr/local/share/perl5/DateTime/TimeZone/America/Thunder_Bay.pm
5652Installing /usr/local/share/perl5/DateTime/TimeZone/America/Belem.pm
5653Installing /usr/local/share/perl5/DateTime/TimeZone/America/Nassau.pm
5654Installing /usr/local/share/perl5/DateTime/TimeZone/America/Belize.pm
5655Installing /usr/local/share/perl5/DateTime/TimeZone/America/Guayaquil.pm
5656Installing /usr/local/share/perl5/DateTime/TimeZone/America/Costa_Rica.pm
5657Installing /usr/local/share/perl5/DateTime/TimeZone/America/Port_au_Prince.pm
5658Installing /usr/local/share/perl5/DateTime/TimeZone/America/Tegucigalpa.pm
5659Installing /usr/local/share/perl5/DateTime/TimeZone/America/Chicago.pm
5660Installing /usr/local/share/perl5/DateTime/TimeZone/America/Noronha.pm
5661Installing /usr/local/share/perl5/DateTime/TimeZone/America/Chihuahua.pm
5662Installing /usr/local/share/perl5/DateTime/TimeZone/America/Scoresbysund.pm
5663Installing /usr/local/share/perl5/DateTime/TimeZone/America/Danmarkshavn.pm
5664Installing /usr/local/share/perl5/DateTime/TimeZone/America/Grand_Turk.pm
5665Installing /usr/local/share/perl5/DateTime/TimeZone/America/Guatemala.pm
5666Installing /usr/local/share/perl5/DateTime/TimeZone/America/Yellowknife.pm
5667Installing /usr/local/share/perl5/DateTime/TimeZone/America/Jamaica.pm
5668Installing /usr/local/share/perl5/DateTime/TimeZone/America/Porto_Velho.pm
5669Installing /usr/local/share/perl5/DateTime/TimeZone/America/Puerto_Rico.pm
5670Installing /usr/local/share/perl5/DateTime/TimeZone/America/Mazatlan.pm
5671Installing /usr/local/share/perl5/DateTime/TimeZone/America/Managua.pm
5672Installing /usr/local/share/perl5/DateTime/TimeZone/America/La_Paz.pm
5673Installing /usr/local/share/perl5/DateTime/TimeZone/America/Merida.pm
5674Installing /usr/local/share/perl5/DateTime/TimeZone/America/Mexico_City.pm
5675Installing /usr/local/share/perl5/DateTime/TimeZone/America/Tijuana.pm
5676Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cayenne.pm
5677Installing /usr/local/share/perl5/DateTime/TimeZone/America/Fort_Nelson.pm
5678Installing /usr/local/share/perl5/DateTime/TimeZone/America/Miquelon.pm
5679Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cuiaba.pm
5680Installing /usr/local/share/perl5/DateTime/TimeZone/America/Moncton.pm
5681Installing /usr/local/share/perl5/DateTime/TimeZone/America/Creston.pm
5682Installing /usr/local/share/perl5/DateTime/TimeZone/America/Fortaleza.pm
5683Installing /usr/local/share/perl5/DateTime/TimeZone/America/Phoenix.pm
5684Installing /usr/local/share/perl5/DateTime/TimeZone/America/Guyana.pm
5685Installing /usr/local/share/perl5/DateTime/TimeZone/America/Sitka.pm
5686Installing /usr/local/share/perl5/DateTime/TimeZone/America/Hermosillo.pm
5687Installing /usr/local/share/perl5/DateTime/TimeZone/America/Bahia_Banderas.pm
5688Installing /usr/local/share/perl5/DateTime/TimeZone/America/Boise.pm
5689Installing /usr/local/share/perl5/DateTime/TimeZone/America/Campo_Grande.pm
5690Installing /usr/local/share/perl5/DateTime/TimeZone/America/Denver.pm
5691Installing /usr/local/share/perl5/DateTime/TimeZone/America/Ojinaga.pm
5692Installing /usr/local/share/perl5/DateTime/TimeZone/America/Blanc_Sablon.pm
5693Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cambridge_Bay.pm
5694Installing /usr/local/share/perl5/DateTime/TimeZone/America/Halifax.pm
5695Installing /usr/local/share/perl5/DateTime/TimeZone/America/Maceio.pm
5696Installing /usr/local/share/perl5/DateTime/TimeZone/America/Rankin_Inlet.pm
5697Installing /usr/local/share/perl5/DateTime/TimeZone/America/Resolute.pm
5698Installing /usr/local/share/perl5/DateTime/TimeZone/America/Toronto.pm
5699Installing /usr/local/share/perl5/DateTime/TimeZone/America/Montevideo.pm
5700Installing /usr/local/share/perl5/DateTime/TimeZone/America/Thule.pm
5701Installing /usr/local/share/perl5/DateTime/TimeZone/America/Rio_Branco.pm
5702Installing /usr/local/share/perl5/DateTime/TimeZone/America/Glace_Bay.pm
5703Installing /usr/local/share/perl5/DateTime/TimeZone/America/Winnipeg.pm
5704Installing /usr/local/share/perl5/DateTime/TimeZone/America/Martinique.pm
5705Installing /usr/local/share/perl5/DateTime/TimeZone/America/Edmonton.pm
5706Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santarem.pm
5707Installing /usr/local/share/perl5/DateTime/TimeZone/America/Caracas.pm
5708Installing /usr/local/share/perl5/DateTime/TimeZone/America/New_York.pm
5709Installing /usr/local/share/perl5/DateTime/TimeZone/America/Nipigon.pm
5710Installing /usr/local/share/perl5/DateTime/TimeZone/America/Atikokan.pm
5711Installing /usr/local/share/perl5/DateTime/TimeZone/America/Yakutat.pm
5712Installing /usr/local/share/perl5/DateTime/TimeZone/America/Pangnirtung.pm
5713Installing /usr/local/share/perl5/DateTime/TimeZone/America/Nome.pm
5714Installing /usr/local/share/perl5/DateTime/TimeZone/America/Metlakatla.pm
5715Installing /usr/local/share/perl5/DateTime/TimeZone/America/Detroit.pm
5716Installing /usr/local/share/perl5/DateTime/TimeZone/America/Whitehorse.pm
5717Installing /usr/local/share/perl5/DateTime/TimeZone/America/Menominee.pm
5718Installing /usr/local/share/perl5/DateTime/TimeZone/America/North_Dakota/Beulah.pm
5719Installing /usr/local/share/perl5/DateTime/TimeZone/America/North_Dakota/New_Salem.pm
5720Installing /usr/local/share/perl5/DateTime/TimeZone/America/North_Dakota/Center.pm
5721Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Ushuaia.pm
5722Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Mendoza.pm
5723Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/La_Rioja.pm
5724Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Rio_Gallegos.pm
5725Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Buenos_Aires.pm
5726Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/San_Juan.pm
5727Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/San_Luis.pm
5728Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Cordoba.pm
5729Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Catamarca.pm
5730Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Tucuman.pm
5731Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Jujuy.pm
5732Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Salta.pm
5733Installing /usr/local/share/perl5/DateTime/TimeZone/America/Kentucky/Louisville.pm
5734Installing /usr/local/share/perl5/DateTime/TimeZone/America/Kentucky/Monticello.pm
5735Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Marengo.pm
5736Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Indianapolis.pm
5737Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Winamac.pm
5738Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Vevay.pm
5739Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Vincennes.pm
5740Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Petersburg.pm
5741Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Knox.pm
5742Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Tell_City.pm
5743Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Guadalcanal.pm
5744Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Palau.pm
5745Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Wallis.pm
5746Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Kwajalein.pm
5747Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Fakaofo.pm
5748Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Gambier.pm
5749Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Nauru.pm
5750Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Port_Moresby.pm
5751Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Bougainville.pm
5752Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Majuro.pm
5753Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Efate.pm
5754Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Chuuk.pm
5755Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Tahiti.pm
5756Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Apia.pm
5757Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Kosrae.pm
5758Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Tongatapu.pm
5759Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Auckland.pm
5760Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Noumea.pm
5761Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Guam.pm
5762Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Wake.pm
5763Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Norfolk.pm
5764Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Rarotonga.pm
5765Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Pago_Pago.pm
5766Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Honolulu.pm
5767Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Kiritimati.pm
5768Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Easter.pm
5769Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Chatham.pm
5770Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Niue.pm
5771Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Funafuti.pm
5772Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Fiji.pm
5773Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Pohnpei.pm
5774Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Enderbury.pm
5775Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Marquesas.pm
5776Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Pitcairn.pm
5777Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Galapagos.pm
5778Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Tarawa.pm
5779Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Athens.pm
5780Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Gibraltar.pm
5781Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Istanbul.pm
5782Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Prague.pm
5783Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Stockholm.pm
5784Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Monaco.pm
5785Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Copenhagen.pm
5786Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Malta.pm
5787Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Tallinn.pm
5788Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Luxembourg.pm
5789Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Oslo.pm
5790Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Helsinki.pm
5791Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Sofia.pm
5792Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Vilnius.pm
5793Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Amsterdam.pm
5794Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Berlin.pm
5795Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Moscow.pm
5796Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Dublin.pm
5797Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Brussels.pm
5798Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Paris.pm
5799Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Volgograd.pm
5800Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/London.pm
5801Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Kaliningrad.pm
5802Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Lisbon.pm
5803Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Vienna.pm
5804Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Andorra.pm
5805Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Chisinau.pm
5806Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Samara.pm
5807Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Tirane.pm
5808Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Rome.pm
5809Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Kiev.pm
5810Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Simferopol.pm
5811Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Warsaw.pm
5812Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Uzhgorod.pm
5813Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Bucharest.pm
5814Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Madrid.pm
5815Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Belgrade.pm
5816Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Zaporozhye.pm
5817Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Minsk.pm
5818Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Riga.pm
5819Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Zurich.pm
5820Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Budapest.pm
5821Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Rule.pm
5822Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Observance.pm
5823Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Change.pm
5824Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Zone.pm
5825Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Gaza.pm
5826Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ulaanbaatar.pm
5827Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tehran.pm
5828Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tashkent.pm
5829Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Omsk.pm
5830Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Pontianak.pm
5831Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Makassar.pm
5832Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Rangoon.pm
5833Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Qyzylorda.pm
5834Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Magadan.pm
5835Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Urumqi.pm
5836Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Brunei.pm
5837Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Vladivostok.pm
5838Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Karachi.pm
5839Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Yakutsk.pm
5840Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Thimphu.pm
5841Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dhaka.pm
5842Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tbilisi.pm
5843Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Oral.pm
5844Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Srednekolymsk.pm
5845Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Damascus.pm
5846Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm
5847Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Hovd.pm
5848Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Krasnoyarsk.pm
5849Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Baku.pm
5850Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Sakhalin.pm
5851Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Colombo.pm
5852Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ust_Nera.pm
5853Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Novosibirsk.pm
5854Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Chita.pm
5855Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Choibalsan.pm
5856Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Yerevan.pm
5857Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kuala_Lumpur.pm
5858Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Shanghai.pm
5859Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Seoul.pm
5860Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Irkutsk.pm
5861Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dushanbe.pm
5862Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ashgabat.pm
5863Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Baghdad.pm
5864Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kathmandu.pm
5865Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kamchatka.pm
5866Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Singapore.pm
5867Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Yekaterinburg.pm
5868Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Riyadh.pm
5869Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Samarkand.pm
5870Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Aqtobe.pm
5871Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tokyo.pm
5872Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Beirut.pm
5873Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Jakarta.pm
5874Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Aqtau.pm
5875Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Macau.pm
5876Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Qatar.pm
5877Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Bangkok.pm
5878Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Hong_Kong.pm
5879Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Pyongyang.pm
5880Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Bishkek.pm
5881Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Jerusalem.pm
5882Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kabul.pm
5883Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Manila.pm
5884Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Hebron.pm
5885Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Anadyr.pm
5886Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Nicosia.pm
5887Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Amman.pm
5888Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Taipei.pm
5889Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kuching.pm
5890Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Jayapura.pm
5891Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Novokuznetsk.pm
5892Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dili.pm
5893Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dubai.pm
5894Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Almaty.pm
5895Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kolkata.pm
5896Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Khandyga.pm
5897Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Vostok.pm
5898Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Rothera.pm
5899Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Syowa.pm
5900Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Troll.pm
5901Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Mawson.pm
5902Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Davis.pm
5903Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Casey.pm
5904Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Macquarie.pm
5905Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Palmer.pm
5906Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/DumontDUrville.pm
5907Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Maputo.pm
5908Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Khartoum.pm
5909Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Abidjan.pm
5910Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Nairobi.pm
5911Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Tunis.pm
5912Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Monrovia.pm
5913Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Casablanca.pm
5914Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Accra.pm
5915Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Windhoek.pm
5916Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Ceuta.pm
5917Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Bissau.pm
5918Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Tripoli.pm
5919Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Lagos.pm
5920Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Cairo.pm
5921Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Johannesburg.pm
5922Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Algiers.pm
5923Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/El_Aaiun.pm
5924Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Ndjamena.pm
5925Installing /usr/local/share/man/man3/DateTime::TimeZone::Catalog.3pm
5926Installing /usr/local/share/man/man3/DateTime::TimeZone::Floating.3pm
5927Installing /usr/local/share/man/man3/DateTime::TimeZone::UTC.3pm
5928Installing /usr/local/share/man/man3/DateTime::TimeZone::OlsonDB.3pm
5929Installing /usr/local/share/man/man3/DateTime::TimeZone.3pm
5930Installing /usr/local/share/man/man3/DateTime::TimeZone::OffsetOnly.3pm
5931Installing /usr/local/share/man/man3/DateTime::TimeZone::Local::Unix.3pm
5932Installing /usr/local/share/man/man3/DateTime::TimeZone::Local::VMS.3pm
5933Installing /usr/local/share/man/man3/DateTime::TimeZone::Local.3pm
5934Appending installation info to /usr/lib64/perl5/perllocal.pod
5935 DROLSKY/DateTime-TimeZone-1.94.tar.gz
5936 /usr/bin/make install -- OK
5937Running Build for D/DR/DROLSKY/DateTime-1.21.tar.gz
5938 Has already been unwrapped into directory /root/.cpan/build/DateTime-1.21-8GQHeP
5939
5940 CPAN.pm: Building D/DR/DROLSKY/DateTime-1.21.tar.gz
5941
5942Building DateTime
5943gcc -Ic -I/usr/lib64/perl5/CORE -DXS_VERSION="1.21" -DVERSION="1.21" -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o lib/DateTime.o lib/DateTime.c
5944ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/DateTime/DateTime.bs')
5945gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o blib/arch/auto/DateTime/DateTime.so lib/DateTime.o
5946 DROLSKY/DateTime-1.21.tar.gz
5947 ./Build -- OK
5948Skipping test because of notest pragma
5949Running Build install
5950Building DateTime
5951Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
5952Installing /usr/local/lib64/perl5/auto/DateTime/DateTime.bs
5953Installing /usr/local/lib64/perl5/auto/DateTime/DateTime.so
5954Installing /usr/local/lib64/perl5/DateTime.pm
5955Installing /usr/local/lib64/perl5/DateTime/Helpers.pm
5956Installing /usr/local/lib64/perl5/DateTime/PPExtra.pm
5957Installing /usr/local/lib64/perl5/DateTime/LeapSecond.pm
5958Installing /usr/local/lib64/perl5/DateTime/Infinite.pm
5959Installing /usr/local/lib64/perl5/DateTime/Duration.pm
5960Installing /usr/local/lib64/perl5/DateTime/PP.pm
5961Installing /usr/local/share/man/man3/DateTime::LeapSecond.3pm
5962Installing /usr/local/share/man/man3/DateTime::Duration.3pm
5963Installing /usr/local/share/man/man3/DateTime::Infinite.3pm
5964Installing /usr/local/share/man/man3/DateTime.3pm
5965 DROLSKY/DateTime-1.21.tar.gz
5966 ./Build install -- OK
5967Running install for module 'Digest::SHA'
5968Running make for M/MS/MSHELOR/Digest-SHA-5.95.tar.gz
5969Fetching with HTTP::Tiny:
5970http://mirror.optusnet.com.au/CPAN/authors/id/M/MS/MSHELOR/Digest-SHA-5.95.tar.gz
5971Fetching with HTTP::Tiny:
5972http://mirror.optusnet.com.au/CPAN/authors/id/M/MS/MSHELOR/CHECKSUMS
5973Checksum for /root/.cpan/sources/authors/id/M/MS/MSHELOR/Digest-SHA-5.95.tar.gz ok
5974
5975 CPAN.pm: Building M/MS/MSHELOR/Digest-SHA-5.95.tar.gz
5976
5977Checking if your kit is complete...
5978Looks good
5979Writing Makefile for Digest::SHA
5980Writing MYMETA.yml and MYMETA.json
5981cp lib/Digest/SHA.pm blib/lib/Digest/SHA.pm
5982/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap SHA.xs > SHA.xsc && mv SHA.xsc SHA.c
5983gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"5.95\" -DXS_VERSION=\"5.95\" -fPIC "-I/usr/lib64/perl5/CORE" SHA.c
5984Running Mkbootstrap for Digest::SHA ()
5985chmod 644 SHA.bs
5986rm -f blib/arch/auto/Digest/SHA/SHA.so
5987gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro SHA.o -o blib/arch/auto/Digest/SHA/SHA.so \
5988 \
5989
5990chmod 755 blib/arch/auto/Digest/SHA/SHA.so
5991cp SHA.bs blib/arch/auto/Digest/SHA/SHA.bs
5992chmod 644 blib/arch/auto/Digest/SHA/SHA.bs
5993cp shasum blib/script/shasum
5994/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum
5995Manifying blib/man1/shasum.1
5996Manifying blib/man3/Digest::SHA.3pm
5997 MSHELOR/Digest-SHA-5.95.tar.gz
5998 /usr/bin/make -- OK
5999Skipping test because of notest pragma
6000Running make install
6001Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
6002Installing /usr/local/lib64/perl5/auto/Digest/SHA/SHA.so
6003Installing /usr/local/lib64/perl5/auto/Digest/SHA/SHA.bs
6004Installing /usr/local/lib64/perl5/Digest/SHA.pm
6005Installing /usr/local/share/man/man1/shasum.1
6006Installing /usr/local/share/man/man3/Digest::SHA.3pm
6007Installing /usr/local/bin/shasum
6008Appending installation info to /usr/lib64/perl5/perllocal.pod
6009 MSHELOR/Digest-SHA-5.95.tar.gz
6010 /usr/bin/make install -- OK
6011Running install for module 'EV'
6012Running make for M/ML/MLEHMANN/EV-4.22.tar.gz
6013Fetching with HTTP::Tiny:
6014http://mirror.optusnet.com.au/CPAN/authors/id/M/ML/MLEHMANN/EV-4.22.tar.gz
6015Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/EV-4.22.tar.gz ok
6016
6017 CPAN.pm: Building M/ML/MLEHMANN/EV-4.22.tar.gz
6018
6019
6020***
6021*** The stability canary says: chirp! chirp! (it seems to be quite happy)
6022***
6023*** Your version of perl (5.016003) is quite supported by EV, nothing
6024*** else to be said, hope it comes in handy.
6025***
6026
6027
6028*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6029
6030
6031Welcome to EV configuration. If you are in a hurry, just press return here
6032and hope for the best. The defaults should usually do.
6033
6034Skip further questions and use defaults (y/n)? [y] y
6035
6036*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6037
6038
6039POSIX optionally offers support for a monotonic clock source. EV
6040can take advantage of this clock source to detect time jumps more
6041reliably. Unfortunately, some systems are bound to be broken, so you can
6042disable this here: you can completely disable the detection and use of
6043the monotonic clock by answering 'n' here. Support for this clock type
6044will otherwise be autodetected at both compile- and runtime. (this setting
6045currently affects the use of nanosleep over select as well).
6046
6047Enable optional support for CLOCK_MONOTONIC (y/n)? [y] y
6048
6049*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6050
6051
6052POSIX optionally offers support for a (potentially) high-resolution
6053realtime clock interface. In a good implementation, using it is faster
6054than the normal method of using gettimeofday. Unfortunately, this option
6055is also bound to be broken on some systems, and current EV versions do not
6056actually call gettimeofday very often, so it defaults to no.
6057
6058Prefer clock_gettime (CLOCK_REALTIME) over gettimeofday (y/n)? [n] n
6059
6060*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6061
6062
6063EV can use various backends with various portability issues. The select
6064backend is the most portable and makes for a good fallback, but it can be
6065limited to a low number of file descriptors and/or might not compile. If
6066you have problems with compiling ev_select.c, you might try to play around
6067with disabling it here, or forcing it to use the fd_set provided by your
6068OS, via the next question. I highly recommend keeping it in.
6069
6070Enable select backend (y/n)? [y] y
6071
6072*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6073
6074
6075The select backend can operate in two modes. One uses the system-provided
6076fd_set and is usually limited to 1024 file descriptors (64 on windows),
6077the other requires your header files to define NFDBITS and declare a
6078suitable fd_mask type. If you run into problems compiling ev_select.c, you
6079can try forcing the use of the system fd_set here.
6080
6081Force use of system fd_set for select backend (y/n)? [n] n
6082
6083*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6084
6085
6086The second very portable backend is poll(2). It does not exist on windows
6087and various versions of Mac OS X (and on the other versions it simply
6088doesn't work), but works basically everywhere else. It is recommended to use
6089the default here unless you run into compile problems in ev_poll.c.
6090
6091Enable poll backend (y/n)? [y] y
6092
6093*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6094
6095
6096Select and poll make it hard to write efficient servers, especially if the
6097number of active connections is much lower than the watched ones. GNU/Linux
6098systems have a more scalable method called "epoll", which EV can use. For
6099this to work, both your kernel and glibc have to support epoll, but if you
6100can compile it, the detection will be done at runtime, and EV will safely
6101fall back to using select when epoll isn't available. If unsure, accept
6102the default.
6103
6104Enable epoll backend (y/n)? [y] y
6105
6106*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6107
6108
6109Similarly to the epoll backend above, EV can take advantage of kqueue on
6110many BSD systems. Support for kqueue will be detected at runtime, with a
6111safe fallback to other methods when it cannot be used.
6112
6113Note that kqueue is broken on most operating systems, so by default it
6114won't be used on many platforms, but you can still create your own event
6115loop with kqueue backend if you ask specifically for it.
6116
6117Here is what we know:
6118
6119NetBSD: partially working in at least 3.1 and later. Yeah! :)
6120FreeBSD: broken on at least 6.2-STABLE, spotty in later versions,
6121 sockets *likely* work, ptys definitely don't.
6122OpenBSD: reports indicate that it likely doesn't work
6123 (similar problems as on FreeBSD).
6124OS X: completely, utterly broken on at least <= 10.6.
6125
6126Enable kqueue backend (y/n)? [n] n
6127
6128*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6129
6130
6131Similarly to the kqueue backend above, EV can take advantage of the
6132solaris 10 event port interface. Support for event ports will be detected
6133at runtime, with a safe fallback to other methods when it cannot be used.
6134
6135Enable event port backend (y/n)? [n] n
6136
6137*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6138
6139
6140EV needs the functions pthread_atfork and clock_gettime. On most systems
6141you need some special libraries for this (such as -lrt and -lpthread). You
6142can specify additional libraries to provide these calls (and any other
6143required by EV) now, or accept the default.
6144
6145On GNU/Linux systems, EV uses the LSB 3.1 __register_atfork function
6146to avoid the dependency on libpthread, and directly uses the clock_gettime
6147syscall to avoid a dependency on librt.
6148
6149Extra libraries for pthread_atfork and clock_gettime? [ ]
6150
6151*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6152
6153
6154A backend of a different kind is the Linux inotify(7) interface, which can
6155be used to speed up (and reduce resource consumption) of stat watchers. If
6156you have the include file and libc support for it, it is usually a good
6157idea to enable it, as kernel availability is detected at runtime.
6158
6159Enable inotify support (y/n)? [y] y
6160
6161*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6162
6163
6164Another useful bit of functionality is the Linux eventfd, which is useful
6165for faster signal handling (don't care) and intra-thread communications
6166(more relevant). Kernel support for this will be probed at runtime, but
6167your libc must contain the necessary wrapper. Glibc 2.7 and later should
6168have this wrapper.
6169
6170Enable linux eventfd support (y/n)? [y] y
6171
6172*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6173
6174
6175Another sometimes useful bit of functionality is the Linux signalfd, which
6176is useful for faster signal handling (don't care). Kernel support for
6177this will be probed at runtime, but your libc must contain the necessary
6178wrapper. Glibc 2.7 and later should have this wrapper.
6179
6180Enable linux signalfd support (y/n)? [y] y
6181
6182*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6183
6184
6185Very rarely, people want to tweak EV even more, e.g. to exclude
6186or include certain watcher types or backends. This can be done by adding
6187extra -D options here, or via the EV_EXTRA_DEFS environment variable.
6188
6189For example, if you run into compile problems because of missing memory
6190fences (or you just want extra performance), you can tell EV to not support
6191smp and threads via -DEV_NO_THREADS.
6192
6193Normal persons just press enter.
6194
6195Any extra -D options? []
6196
6197*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6198
6199
6200Checking if your kit is complete...
6201Looks good
6202Writing Makefile for EV
6203Writing MYMETA.yml and MYMETA.json
6204cp EV/MakeMaker.pm blib/lib/EV/MakeMaker.pm
6205cp libev/ev.pod blib/lib/EV/libev.pod
6206cp EV/EVAPI.h blib/lib/EV/EVAPI.h
6207cp EV.pm blib/lib/EV.pm
6208cp libev/ev.h blib/lib/EV/ev.h
6209/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap EV.xs > EV.xsc && mv EV.xsc EV.c
6210gcc -c -Ilibev -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"4.22\" -DXS_VERSION=\"4.22\" -fPIC "-I/usr/lib64/perl5/CORE" -DEV_USE_REALTIME=0 -DEV_USE_SELECT=1 -DEV_USE_POLL=1 -DEV_USE_EPOLL=1 -DEV_USE_KQUEUE=0 -DEV_USE_PORT=0 -DEV_USE_INOTIFY=1 -DEV_USE_EVENTFD=1 -DEV_USE_SIGNALFD=1 EV.c
6211In file included from EV.xs:40:0:
6212libev/ev.c:483:48: warning: "/*" within comment [-Wcomment]
6213 /*#define MIN_INTERVAL 0.00000095367431640625 /* 1/2**20, good till 2200 */
6214 ^
6215In file included from libev/ev.c:174:0,
6216 from EV.xs:40:
6217libev/ev_poll.c: In function 'poll_poll':
6218libev/ev_poll.c:110:77: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6219 assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt));
6220 ^
6221libev/ev.c: In function 'verify_watcher':
6222libev/ev.c:3096:49: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6223 assert (("libev: watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI));
6224 ^
6225libev/ev.c:3099:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6226 assert (("libev: pending watcher not on pending queue", pendings [ABSPRI (w)][w->pending - 1].w == w));
6227 ^
6228libev/ev.c: In function 'verify_heap':
6229libev/ev.c:3109:54: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6230 assert (("libev: active index mismatch in heap", ev_active (ANHE_w (heap [i])) == i));
6231 ^
6232libev/ev.c:3110:48: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6233 assert (("libev: heap condition violated", i == HEAP0 || ANHE_at (heap [HPARENT (i)]) <= ANHE_at (heap [i])));
6234 ^
6235libev/ev.c:3111:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6236 assert (("libev: heap at cache mismatch", ANHE_at (heap [i]) == ev_at (ANHE_w (heap [i]))));
6237 ^
6238libev/ev.c: In function 'array_verify':
6239libev/ev.c:3122:46: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6240 assert (("libev: active index mismatch", ev_active (ws [cnt]) == cnt + 1));
6241 ^
6242libev/ev.c: In function 'ev_verify':
6243libev/ev.c:3140:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6244 assert (("libev: negative fd in fdchanges", fdchanges [i] >= 0));
6245 ^
6246libev/ev.c:3153:64: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6247 assert (("libev: io watcher list contains a loop", w != w2));
6248 ^
6249libev/ev.c:3157:61: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6250 assert (("libev: inactive fd watcher on anfd list", ev_active (w) == 1));
6251 ^
6252libev/ev.c:3158:65: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6253 assert (("libev: fd mismatch between watcher and anfd", ((ev_io *)w)->fd == i));
6254 ^
6255libev/ev.c: In function 'timers_reify':
6256libev/ev.c:3340:93: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6257 assert (("libev: negative ev_timer repeat value found while processing timers", w->repeat > 0.));
6258 ^
6259libev/ev.c: In function 'periodics_reify':
6260libev/ev.c:3402:90: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6261 assert (("libev: ev_periodic reschedule callback returned time in the past", ev_at (w) >= ev_rt_now));
6262 ^
6263libev/ev.c: In function 'ev_run':
6264libev/ev.c:3541:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6265 assert (("libev: ev_loop recursion during release detected", loop_done != EVBREAK_RECURSE));
6266 ^
6267libev/ev.c:3662:70: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6268 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w)));
6269 ^
6270libev/ev.c: In function 'ev_io_start':
6271libev/ev.c:3836:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6272 assert (("libev: ev_io_start called with negative fd", fd >= 0));
6273 ^
6274libev/ev.c:3837:63: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6275 assert (("libev: ev_io_start called with illegal event mask", !(w->events & ~(EV__IOFDSET | EV_READ | EV_WRITE))));
6276 ^
6277libev/ev.c:3846:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6278 assert (("libev: ev_io_start called with corrupted watcher", ((WL)w)->next != (WL)w));
6279 ^
6280In file included from EV.xs:40:0:
6281libev/ev.c:3848:34: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
6282 fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
6283 ^
6284In file included from libev/ev.c:174:0,
6285 from EV.xs:40:
6286libev/ev.c: In function 'ev_io_stop':
6287libev/ev.c:3861:88: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6288 assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax));
6289 ^
6290libev/ev.c: In function 'ev_timer_start':
6291libev/ev.c:3881:75: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6292 assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.));
6293 ^
6294libev/ev.c: In function 'ev_timer_stop':
6295libev/ev.c:3909:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6296 assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w));
6297 ^
6298libev/ev.c: In function 'ev_periodic_start':
6299libev/ev.c:3971:78: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6300 assert (("libev: ev_periodic_start called with negative interval value", w->interval >= 0.));
6301 ^
6302libev/ev.c: In function 'ev_periodic_stop':
6303libev/ev.c:4003:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6304 assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w));
6305 ^
6306libev/ev.c: In function 'ev_signal_start':
6307libev/ev.c:4040:70: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6308 assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG));
6309 ^
6310libev/ev.c:4043:73: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6311 assert (("libev: a signal must not be attached to two different loops",
6312 ^
6313libev/ev.c: In function 'ev_child_start':
6314libev/ev.c:4161:74: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6315 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr));
6316 ^
6317libev/ev.c: In function 'ev_embed_start':
6318libev/ev.c:4740:60: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6319 assert (("libev: loop to be embedded is not embeddable", backend & ev_embeddable_backends ()));
6320 ^
6321In file included from EV.xs:40:0:
6322libev/ev.c: At top level:
6323libev/ev.c:5089:27: warning: "/*" within comment [-Wcomment]
6324 /* EV_STAT 0x00001000 /* stat data changed */
6325 ^
6326libev/ev.c:5090:27: warning: "/*" within comment [-Wcomment]
6327 /* EV_EMBED 0x00010000 /* embedded event loop needs sweep */
6328 ^
6329In file included from EV.xs:3:0:
6330EV.c: In function 'XS_EV_verify':
6331/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6332 #define dXSI32 I32 ix = XSANY.any_i32
6333 ^
6334EV.c:760:5: note: in expansion of macro 'dXSI32'
6335 dXSI32;
6336 ^
6337EV.c: In function 'XS_EV_iteration':
6338/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6339 #define dXSI32 I32 ix = XSANY.any_i32
6340 ^
6341EV.c:775:5: note: in expansion of macro 'dXSI32'
6342 dXSI32;
6343 ^
6344EV.c: In function 'XS_EV_depth':
6345/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6346 #define dXSI32 I32 ix = XSANY.any_i32
6347 ^
6348EV.c:793:5: note: in expansion of macro 'dXSI32'
6349 dXSI32;
6350 ^
6351EV.c: In function 'XS_EV_run':
6352/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6353 #define dXSI32 I32 ix = XSANY.any_i32
6354 ^
6355EV.c:843:5: note: in expansion of macro 'dXSI32'
6356 dXSI32;
6357 ^
6358EV.c: In function 'XS_EV_break':
6359/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6360 #define dXSI32 I32 ix = XSANY.any_i32
6361 ^
6362EV.c:869:5: note: in expansion of macro 'dXSI32'
6363 dXSI32;
6364 ^
6365EV.c: In function 'XS_EV__Loop_new':
6366EV.c:3495:7: warning: unused variable 'klass' [-Wunused-variable]
6367 SV * klass = ST(0)
6368 ^
6369In file included from EV.xs:3:0:
6370EV.c: In function 'XS_EV__Loop_verify':
6371/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6372 #define dXSI32 I32 ix = XSANY.any_i32
6373 ^
6374EV.c:3729:5: note: in expansion of macro 'dXSI32'
6375 dXSI32;
6376 ^
6377EV.c: In function 'XS_EV__Loop_iteration':
6378/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6379 #define dXSI32 I32 ix = XSANY.any_i32
6380 ^
6381EV.c:3751:5: note: in expansion of macro 'dXSI32'
6382 dXSI32;
6383 ^
6384EV.c: In function 'XS_EV__Loop_depth':
6385/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6386 #define dXSI32 I32 ix = XSANY.any_i32
6387 ^
6388EV.c:3776:5: note: in expansion of macro 'dXSI32'
6389 dXSI32;
6390 ^
6391EV.c: In function 'XS_EV__Loop_run':
6392/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6393 #define dXSI32 I32 ix = XSANY.any_i32
6394 ^
6395EV.c:3801:5: note: in expansion of macro 'dXSI32'
6396 dXSI32;
6397 ^
6398EV.c: In function 'XS_EV__Loop_break':
6399/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6400 #define dXSI32 I32 ix = XSANY.any_i32
6401 ^
6402EV.c:3834:5: note: in expansion of macro 'dXSI32'
6403 dXSI32;
6404 ^
6405EV.c: In function 'XS_EV__Loop_io':
6406EV.c:3978:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6407 struct ev_loop * loop;
6408 ^
6409EV.c: In function 'XS_EV__Loop_timer':
6410EV.c:4022:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6411 struct ev_loop * loop;
6412 ^
6413EV.c: In function 'XS_EV__Loop_periodic':
6414EV.c:4063:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6415 struct ev_loop * loop;
6416 ^
6417EV.c: In function 'XS_EV__Loop_signal':
6418EV.c:4107:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6419 struct ev_loop * loop;
6420 ^
6421EV.c: In function 'XS_EV__Loop_idle':
6422EV.c:4148:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6423 struct ev_loop * loop;
6424 ^
6425EV.c: In function 'XS_EV__Loop_prepare':
6426EV.c:4182:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6427 struct ev_loop * loop;
6428 ^
6429EV.c: In function 'XS_EV__Loop_check':
6430EV.c:4216:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6431 struct ev_loop * loop;
6432 ^
6433EV.c: In function 'XS_EV__Loop_fork':
6434EV.c:4250:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6435 struct ev_loop * loop;
6436 ^
6437EV.c: In function 'XS_EV__Loop_child':
6438EV.c:4323:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6439 struct ev_loop * loop;
6440 ^
6441EV.c: In function 'XS_EV__Loop_stat':
6442EV.c:4365:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6443 struct ev_loop * loop;
6444 ^
6445EV.c: In function 'XS_EV__Loop_embed':
6446EV.c:4404:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6447 struct ev_loop * loop;
6448 ^
6449EV.c: In function 'XS_EV__Loop_async':
6450EV.c:4457:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6451 struct ev_loop * loop;
6452 ^
6453In file included from EV.xs:11:0:
6454EV.c: At top level:
6455schmorp.h:139:1: warning: 's_signum_croak' defined but not used [-Wunused-function]
6456 s_signum_croak (SV *sig)
6457 ^
6458schmorp.h:174:1: warning: 's_fileno_croak' defined but not used [-Wunused-function]
6459 s_fileno_croak (SV *fh, int wr)
6460 ^
6461schmorp.h:220:1: warning: 's_gensub' defined but not used [-Wunused-function]
6462 s_gensub (pTHX_ void (*xsub)(pTHX_ CV *), void *arg)
6463 ^
6464schmorp.h:417:1: warning: 's_epipe_destroy' defined but not used [-Wunused-function]
6465 s_epipe_destroy (s_epipe *epp)
6466 ^
6467schmorp.h:430:1: warning: 's_epipe_signal' defined but not used [-Wunused-function]
6468 s_epipe_signal (s_epipe *epp)
6469 ^
6470schmorp.h:455:1: warning: 's_epipe_drain' defined but not used [-Wunused-function]
6471 s_epipe_drain (s_epipe *epp)
6472 ^
6473schmorp.h:469:1: warning: 's_epipe_renew' defined but not used [-Wunused-function]
6474 s_epipe_renew (s_epipe *epp)
6475 ^
6476schmorp.h:501:1: warning: 's_epipe_wait' defined but not used [-Wunused-function]
6477 s_epipe_wait (s_epipe *epp)
6478 ^
6479In file included from EV.xs:40:0:
6480libev/ev.c:2697:1: warning: 'ev_version_major' defined but not used [-Wunused-function]
6481 ev_version_major (void) EV_THROW
6482 ^
6483libev/ev.c:2703:1: warning: 'ev_version_minor' defined but not used [-Wunused-function]
6484 ev_version_minor (void) EV_THROW
6485 ^
6486In file included from EV.xs:40:0:
6487libev/ev.c:1727:1: warning: 'ev_set_allocator' defined but not used [-Wunused-function]
6488 ev_set_allocator (void *(*cb)(void *ptr, long size) EV_THROW) EV_THROW
6489 ^
6490libev/ev.c:1680:1: warning: 'ev_set_syserr_cb' defined but not used [-Wunused-function]
6491 ev_set_syserr_cb (void (*cb)(const char *msg) EV_THROW) EV_THROW
6492 ^
6493In file included from EV.xs:31:0:
6494EV/EVAPI.h:189:22: warning: 'GEVAPI' defined but not used [-Wunused-variable]
6495 static struct EVAPI *GEVAPI;
6496 ^
6497In file included from EV.xs:40:0:
6498libev/ev.c: In function 'evpipe_write':
6499libev/ev.c:2454:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
6500 write (evpipe [1], &counter, sizeof (uint64_t));
6501 ^
6502libev/ev.c:2466:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
6503 write (evpipe [1], &(evpipe [1]), 1);
6504 ^
6505libev/ev.c: In function 'pipecb':
6506libev/ev.c:2487:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
6507 read (evpipe [1], &counter, sizeof (uint64_t));
6508 ^
6509libev/ev.c:2501:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
6510 read (evpipe [0], &dummy, sizeof (dummy));
6511 ^
6512Running Mkbootstrap for EV ()
6513chmod 644 EV.bs
6514rm -f blib/arch/auto/EV/EV.so
6515gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro EV.o -o blib/arch/auto/EV/EV.so \
6516 \
6517
6518chmod 755 blib/arch/auto/EV/EV.so
6519cp EV.bs blib/arch/auto/EV/EV.bs
6520chmod 644 blib/arch/auto/EV/EV.bs
6521Manifying blib/man3/EV::MakeMaker.3pm
6522Manifying blib/man3/EV::libev.3pm
6523Manifying blib/man3/EV.3pm
6524 MLEHMANN/EV-4.22.tar.gz
6525 /usr/bin/make -- OK
6526Skipping test because of notest pragma
6527Running make install
6528Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
6529Installing /usr/local/lib64/perl5/auto/EV/EV.so
6530Installing /usr/local/lib64/perl5/auto/EV/EV.bs
6531Installing /usr/local/lib64/perl5/EV.pm
6532Installing /usr/local/lib64/perl5/EV/MakeMaker.pm
6533Installing /usr/local/lib64/perl5/EV/EVAPI.h
6534Installing /usr/local/lib64/perl5/EV/libev.pod
6535Installing /usr/local/lib64/perl5/EV/ev.h
6536Installing /usr/local/share/man/man3/EV.3pm
6537Installing /usr/local/share/man/man3/EV::MakeMaker.3pm
6538Installing /usr/local/share/man/man3/EV::libev.3pm
6539Appending installation info to /usr/lib64/perl5/perllocal.pod
6540 MLEHMANN/EV-4.22.tar.gz
6541 /usr/bin/make install -- OK
6542Running install for module 'Email::Address'
6543Running make for R/RJ/RJBS/Email-Address-1.908.tar.gz
6544Fetching with HTTP::Tiny:
6545http://mirror.optusnet.com.au/CPAN/authors/id/R/RJ/RJBS/Email-Address-1.908.tar.gz
6546Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Address-1.908.tar.gz ok
6547
6548 CPAN.pm: Building R/RJ/RJBS/Email-Address-1.908.tar.gz
6549
6550Checking if your kit is complete...
6551Looks good
6552Writing Makefile for Email::Address
6553Writing MYMETA.yml and MYMETA.json
6554cp lib/Email/Address.pm blib/lib/Email/Address.pm
6555Manifying blib/man3/Email::Address.3pm
6556 RJBS/Email-Address-1.908.tar.gz
6557 /usr/bin/make -- OK
6558Skipping test because of notest pragma
6559Running make install
6560Installing /usr/local/share/perl5/Email/Address.pm
6561Installing /usr/local/share/man/man3/Email::Address.3pm
6562Appending installation info to /usr/lib64/perl5/perllocal.pod
6563 RJBS/Email-Address-1.908.tar.gz
6564 /usr/bin/make install -- OK
6565Running install for module 'Email::MIME'
6566Running make for R/RJ/RJBS/Email-MIME-1.936.tar.gz
6567Fetching with HTTP::Tiny:
6568http://mirror.optusnet.com.au/CPAN/authors/id/R/RJ/RJBS/Email-MIME-1.936.tar.gz
6569Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-MIME-1.936.tar.gz ok
6570
6571 CPAN.pm: Building R/RJ/RJBS/Email-MIME-1.936.tar.gz
6572
6573Warning: prerequisite Email::Simple 2.206 not found. We have 2.203.
6574Checking if your kit is complete...
6575Looks good
6576Writing Makefile for Email::MIME
6577Writing MYMETA.yml and MYMETA.json
6578---- Unsatisfied dependencies detected during ----
6579---- RJBS/Email-MIME-1.936.tar.gz ----
6580 Email::Simple [requires]
6581Skipping test because of notest pragma
6582Running make install
6583 Delayed until after prerequisites
6584Running install for module 'Email::Simple'
6585Running make for R/RJ/RJBS/Email-Simple-2.208.tar.gz
6586Fetching with HTTP::Tiny:
6587http://mirror.optusnet.com.au/CPAN/authors/id/R/RJ/RJBS/Email-Simple-2.208.tar.gz
6588Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Simple-2.208.tar.gz ok
6589
6590 CPAN.pm: Building R/RJ/RJBS/Email-Simple-2.208.tar.gz
6591
6592Checking if your kit is complete...
6593Looks good
6594Writing Makefile for Email::Simple
6595Writing MYMETA.yml and MYMETA.json
6596cp lib/Email/Simple/Creator.pm blib/lib/Email/Simple/Creator.pm
6597cp lib/Email/Simple/Header.pm blib/lib/Email/Simple/Header.pm
6598cp lib/Email/Simple.pm blib/lib/Email/Simple.pm
6599Manifying blib/man3/Email::Simple::Creator.3pm
6600Manifying blib/man3/Email::Simple::Header.3pm
6601Manifying blib/man3/Email::Simple.3pm
6602 RJBS/Email-Simple-2.208.tar.gz
6603 /usr/bin/make -- OK
6604Skipping test because of notest pragma
6605Running make install
6606Installing /usr/local/share/perl5/Email/Simple.pm
6607Installing /usr/local/share/perl5/Email/Simple/Header.pm
6608Installing /usr/local/share/perl5/Email/Simple/Creator.pm
6609Installing /usr/local/share/man/man3/Email::Simple.3pm
6610Installing /usr/local/share/man/man3/Email::Simple::Creator.3pm
6611Installing /usr/local/share/man/man3/Email::Simple::Header.3pm
6612Appending installation info to /usr/lib64/perl5/perllocal.pod
6613 RJBS/Email-Simple-2.208.tar.gz
6614 /usr/bin/make install -- OK
6615Running make for R/RJ/RJBS/Email-MIME-1.936.tar.gz
6616 Has already been unwrapped into directory /root/.cpan/build/Email-MIME-1.936-rSmy5B
6617
6618 CPAN.pm: Building R/RJ/RJBS/Email-MIME-1.936.tar.gz
6619
6620cp lib/Email/MIME.pm blib/lib/Email/MIME.pm
6621cp lib/Email/MIME/Modifier.pm blib/lib/Email/MIME/Modifier.pm
6622cp lib/Email/MIME/Creator.pm blib/lib/Email/MIME/Creator.pm
6623cp lib/Email/MIME/Encode.pm blib/lib/Email/MIME/Encode.pm
6624cp lib/Email/MIME/Header.pm blib/lib/Email/MIME/Header.pm
6625Manifying blib/man3/Email::MIME::Creator.3pm
6626Manifying blib/man3/Email::MIME::Modifier.3pm
6627Manifying blib/man3/Email::MIME.3pm
6628Manifying blib/man3/Email::MIME::Encode.3pm
6629Manifying blib/man3/Email::MIME::Header.3pm
6630 RJBS/Email-MIME-1.936.tar.gz
6631 /usr/bin/make -- OK
6632Skipping test because of notest pragma
6633Running make install
6634Installing /usr/local/share/perl5/Email/MIME.pm
6635Installing /usr/local/share/perl5/Email/MIME/Header.pm
6636Installing /usr/local/share/perl5/Email/MIME/Modifier.pm
6637Installing /usr/local/share/perl5/Email/MIME/Encode.pm
6638Installing /usr/local/share/perl5/Email/MIME/Creator.pm
6639Installing /usr/local/share/man/man3/Email::MIME.3pm
6640Installing /usr/local/share/man/man3/Email::MIME::Header.3pm
6641Installing /usr/local/share/man/man3/Email::MIME::Modifier.3pm
6642Installing /usr/local/share/man/man3/Email::MIME::Creator.3pm
6643Installing /usr/local/share/man/man3/Email::MIME::Encode.3pm
6644Appending installation info to /usr/lib64/perl5/perllocal.pod
6645 RJBS/Email-MIME-1.936.tar.gz
6646 /usr/bin/make install -- OK
6647Running install for module 'Email::Sender::Simple'
6648Running make for R/RJ/RJBS/Email-Sender-1.300021.tar.gz
6649Fetching with HTTP::Tiny:
6650http://mirror.optusnet.com.au/CPAN/authors/id/R/RJ/RJBS/Email-Sender-1.300021.tar.gz
6651Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Sender-1.300021.tar.gz ok
6652
6653 CPAN.pm: Building R/RJ/RJBS/Email-Sender-1.300021.tar.gz
6654
6655Warning: prerequisite Email::Abstract 3.006 not found.
6656Warning: prerequisite Moo 1.000008 not found.
6657Warning: prerequisite Moo::Role 0 not found.
6658Warning: prerequisite MooX::Types::MooseLike 0.15 not found.
6659Warning: prerequisite MooX::Types::MooseLike::Base 0 not found.
6660Warning: prerequisite Throwable::Error 0.200003 not found.
6661Checking if your kit is complete...
6662Looks good
6663Writing Makefile for Email::Sender
6664Writing MYMETA.yml and MYMETA.json
6665---- Unsatisfied dependencies detected during ----
6666---- RJBS/Email-Sender-1.300021.tar.gz ----
6667 MooX::Types::MooseLike::Base [requires]
6668 Email::Abstract [requires]
6669 MooX::Types::MooseLike [requires]
6670 Moo::Role [requires]
6671 Throwable::Error [requires]
6672 Moo [requires]
6673Skipping test because of notest pragma
6674Running make install
6675 Delayed until after prerequisites
6676Running install for module 'MooX::Types::MooseLike::Base'
6677Running make for M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
6678Fetching with HTTP::Tiny:
6679http://mirror.optusnet.com.au/CPAN/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
6680Fetching with HTTP::Tiny:
6681http://mirror.optusnet.com.au/CPAN/authors/id/M/MA/MATEU/CHECKSUMS
6682Checksum for /root/.cpan/sources/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz ok
6683
6684 CPAN.pm: Building M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
6685
6686Warning: prerequisite Module::Runtime 0.014 not found. We have 0.013.
6687Checking if your kit is complete...
6688Looks good
6689Writing Makefile for MooX::Types::MooseLike
6690Writing MYMETA.yml and MYMETA.json
6691---- Unsatisfied dependencies detected during ----
6692---- MATEU/MooX-Types-MooseLike-0.29.tar.gz ----
6693 Module::Runtime [requires]
6694 Moo [requires]
6695Skipping test because of notest pragma
6696Running make install
6697 Delayed until after prerequisites
6698Running install for module 'Module::Runtime'
6699Running make for Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz
6700Fetching with HTTP::Tiny:
6701http://mirror.optusnet.com.au/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz
6702Fetching with HTTP::Tiny:
6703http://mirror.optusnet.com.au/CPAN/authors/id/Z/ZE/ZEFRAM/CHECKSUMS
6704Checksum for /root/.cpan/sources/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz ok
6705
6706 CPAN.pm: Building Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz
6707
6708Created MYMETA.yml and MYMETA.json
6709Creating new 'Build' script for 'Module-Runtime' version '0.014'
6710Building Module-Runtime
6711 ZEFRAM/Module-Runtime-0.014.tar.gz
6712 ./Build -- OK
6713Skipping test because of notest pragma
6714Running Build install
6715Building Module-Runtime
6716Installing /usr/local/share/perl5/Module/Runtime.pm
6717Installing /usr/local/share/man/man3/Module::Runtime.3pm
6718 ZEFRAM/Module-Runtime-0.014.tar.gz
6719 ./Build install -- OK
6720Running install for module 'Moo'
6721Running make for H/HA/HAARG/Moo-2.000002.tar.gz
6722Fetching with HTTP::Tiny:
6723http://mirror.optusnet.com.au/CPAN/authors/id/H/HA/HAARG/Moo-2.000002.tar.gz
6724Checksum for /root/.cpan/sources/authors/id/H/HA/HAARG/Moo-2.000002.tar.gz ok
6725
6726 CPAN.pm: Building H/HA/HAARG/Moo-2.000002.tar.gz
6727
6728Warning: prerequisite Class::Method::Modifiers 1.1 not found.
6729Warning: prerequisite Devel::GlobalDestruction 0.11 not found.
6730Warning: prerequisite Role::Tiny 2 not found.
6731Checking if your kit is complete...
6732Looks good
6733Writing Makefile for Moo
6734Writing MYMETA.yml and MYMETA.json
6735---- Unsatisfied dependencies detected during ----
6736---- HAARG/Moo-2.000002.tar.gz ----
6737 Class::Method::Modifiers [requires]
6738 Devel::GlobalDestruction [requires]
6739 Role::Tiny [requires]
6740Skipping test because of notest pragma
6741Running make install
6742 Delayed until after prerequisites
6743Running install for module 'Class::Method::Modifiers'
6744Running make for E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz
6745Fetching with HTTP::Tiny:
6746http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz
6747Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz ok
6748
6749 CPAN.pm: Building E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz
6750
6751Checking if your kit is complete...
6752Looks good
6753Writing Makefile for Class::Method::Modifiers
6754Writing MYMETA.yml and MYMETA.json
6755cp lib/Class/Method/Modifiers.pm blib/lib/Class/Method/Modifiers.pm
6756Manifying blib/man3/Class::Method::Modifiers.3pm
6757 ETHER/Class-Method-Modifiers-2.11.tar.gz
6758 /usr/bin/make -- OK
6759Skipping test because of notest pragma
6760Running make install
6761Installing /usr/local/share/perl5/Class/Method/Modifiers.pm
6762Installing /usr/local/share/man/man3/Class::Method::Modifiers.3pm
6763Appending installation info to /usr/lib64/perl5/perllocal.pod
6764 ETHER/Class-Method-Modifiers-2.11.tar.gz
6765 /usr/bin/make install -- OK
6766Running install for module 'Devel::GlobalDestruction'
6767Running make for H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
6768Fetching with HTTP::Tiny:
6769http://mirror.optusnet.com.au/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
6770Checksum for /root/.cpan/sources/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz ok
6771
6772 CPAN.pm: Building H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
6773
6774Warning: prerequisite Sub::Exporter::Progressive 0.001011 not found.
6775Checking if your kit is complete...
6776Looks good
6777Writing Makefile for Devel::GlobalDestruction
6778Writing MYMETA.yml and MYMETA.json
6779---- Unsatisfied dependencies detected during ----
6780---- HAARG/Devel-GlobalDestruction-0.13.tar.gz ----
6781 Sub::Exporter::Progressive [requires]
6782Skipping test because of notest pragma
6783Running make install
6784 Delayed until after prerequisites
6785Running install for module 'Sub::Exporter::Progressive'
6786Running make for F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz
6787Fetching with HTTP::Tiny:
6788http://mirror.optusnet.com.au/CPAN/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz
6789Fetching with HTTP::Tiny:
6790http://mirror.optusnet.com.au/CPAN/authors/id/F/FR/FREW/CHECKSUMS
6791Checksum for /root/.cpan/sources/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz ok
6792
6793 CPAN.pm: Building F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz
6794
6795Checking if your kit is complete...
6796Looks good
6797Writing Makefile for Sub::Exporter::Progressive
6798Writing MYMETA.yml and MYMETA.json
6799cp lib/Sub/Exporter/Progressive.pm blib/lib/Sub/Exporter/Progressive.pm
6800Manifying blib/man3/Sub::Exporter::Progressive.3pm
6801 FREW/Sub-Exporter-Progressive-0.001011.tar.gz
6802 /usr/bin/make -- OK
6803Skipping test because of notest pragma
6804Running make install
6805Manifying blib/man3/Sub::Exporter::Progressive.3pm
6806Installing /usr/local/share/perl5/Sub/Exporter/Progressive.pm
6807Installing /usr/local/share/man/man3/Sub::Exporter::Progressive.3pm
6808Appending installation info to /usr/lib64/perl5/perllocal.pod
6809 FREW/Sub-Exporter-Progressive-0.001011.tar.gz
6810 /usr/bin/make install -- OK
6811Running make for H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
6812 Has already been unwrapped into directory /root/.cpan/build/Devel-GlobalDestruction-0.13-xc29EW
6813
6814 CPAN.pm: Building H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
6815
6816cp lib/Devel/GlobalDestruction.pm blib/lib/Devel/GlobalDestruction.pm
6817Manifying blib/man3/Devel::GlobalDestruction.3pm
6818 HAARG/Devel-GlobalDestruction-0.13.tar.gz
6819 /usr/bin/make -- OK
6820Skipping test because of notest pragma
6821Running make install
6822Installing /usr/local/share/perl5/Devel/GlobalDestruction.pm
6823Installing /usr/local/share/man/man3/Devel::GlobalDestruction.3pm
6824Appending installation info to /usr/lib64/perl5/perllocal.pod
6825 HAARG/Devel-GlobalDestruction-0.13.tar.gz
6826 /usr/bin/make install -- OK
6827Running install for module 'Role::Tiny'
6828Running make for H/HA/HAARG/Role-Tiny-2.000001.tar.gz
6829Fetching with HTTP::Tiny:
6830http://mirror.optusnet.com.au/CPAN/authors/id/H/HA/HAARG/Role-Tiny-2.000001.tar.gz
6831Checksum for /root/.cpan/sources/authors/id/H/HA/HAARG/Role-Tiny-2.000001.tar.gz ok
6832
6833 CPAN.pm: Building H/HA/HAARG/Role-Tiny-2.000001.tar.gz
6834
6835Checking if your kit is complete...
6836Looks good
6837Writing Makefile for Role::Tiny
6838Writing MYMETA.yml and MYMETA.json
6839cp lib/Role/Tiny/With.pm blib/lib/Role/Tiny/With.pm
6840cp lib/Role/Tiny.pm blib/lib/Role/Tiny.pm
6841Manifying blib/man3/Role::Tiny::With.3pm
6842Manifying blib/man3/Role::Tiny.3pm
6843 HAARG/Role-Tiny-2.000001.tar.gz
6844 /usr/bin/make -- OK
6845Skipping test because of notest pragma
6846Running make install
6847Installing /usr/local/share/perl5/Role/Tiny.pm
6848Installing /usr/local/share/perl5/Role/Tiny/With.pm
6849Installing /usr/local/share/man/man3/Role::Tiny::With.3pm
6850Installing /usr/local/share/man/man3/Role::Tiny.3pm
6851Appending installation info to /usr/lib64/perl5/perllocal.pod
6852 HAARG/Role-Tiny-2.000001.tar.gz
6853 /usr/bin/make install -- OK
6854Running make for H/HA/HAARG/Moo-2.000002.tar.gz
6855 Has already been unwrapped into directory /root/.cpan/build/Moo-2.000002-7fGafs
6856
6857 CPAN.pm: Building H/HA/HAARG/Moo-2.000002.tar.gz
6858
6859cp lib/Moo/HandleMoose/_TypeMap.pm blib/lib/Moo/HandleMoose/_TypeMap.pm
6860cp lib/oo.pm blib/lib/oo.pm
6861cp lib/Moo/_strictures.pm blib/lib/Moo/_strictures.pm
6862cp lib/Moo/_Utils.pm blib/lib/Moo/_Utils.pm
6863cp lib/Sub/Defer.pm blib/lib/Sub/Defer.pm
6864cp lib/Moo/Role.pm blib/lib/Moo/Role.pm
6865cp lib/Moo.pm blib/lib/Moo.pm
6866cp lib/Method/Generate/Constructor.pm blib/lib/Method/Generate/Constructor.pm
6867cp lib/Method/Generate/DemolishAll.pm blib/lib/Method/Generate/DemolishAll.pm
6868cp lib/Method/Inliner.pm blib/lib/Method/Inliner.pm
6869cp lib/Moo/Object.pm blib/lib/Moo/Object.pm
6870cp lib/Method/Generate/BuildAll.pm blib/lib/Method/Generate/BuildAll.pm
6871cp lib/Moo/sification.pm blib/lib/Moo/sification.pm
6872cp lib/Method/Generate/Accessor.pm blib/lib/Method/Generate/Accessor.pm
6873cp lib/Moo/HandleMoose.pm blib/lib/Moo/HandleMoose.pm
6874cp lib/Moo/_mro.pm blib/lib/Moo/_mro.pm
6875cp lib/Moo/HandleMoose/FakeMetaClass.pm blib/lib/Moo/HandleMoose/FakeMetaClass.pm
6876cp lib/Sub/Quote.pm blib/lib/Sub/Quote.pm
6877Manifying blib/man3/oo.3pm
6878Manifying blib/man3/Sub::Defer.3pm
6879Manifying blib/man3/Moo::Role.3pm
6880Manifying blib/man3/Sub::Quote.3pm
6881Manifying blib/man3/Moo.3pm
6882 HAARG/Moo-2.000002.tar.gz
6883 /usr/bin/make -- OK
6884Skipping test because of notest pragma
6885Running make install
6886Installing /usr/local/share/perl5/oo.pm
6887Installing /usr/local/share/perl5/Moo.pm
6888Installing /usr/local/share/perl5/Method/Inliner.pm
6889Installing /usr/local/share/perl5/Method/Generate/DemolishAll.pm
6890Installing /usr/local/share/perl5/Method/Generate/Constructor.pm
6891Installing /usr/local/share/perl5/Method/Generate/BuildAll.pm
6892Installing /usr/local/share/perl5/Method/Generate/Accessor.pm
6893Installing /usr/local/share/perl5/Moo/Role.pm
6894Installing /usr/local/share/perl5/Moo/_mro.pm
6895Installing /usr/local/share/perl5/Moo/_strictures.pm
6896Installing /usr/local/share/perl5/Moo/HandleMoose.pm
6897Installing /usr/local/share/perl5/Moo/sification.pm
6898Installing /usr/local/share/perl5/Moo/Object.pm
6899Installing /usr/local/share/perl5/Moo/_Utils.pm
6900Installing /usr/local/share/perl5/Moo/HandleMoose/_TypeMap.pm
6901Installing /usr/local/share/perl5/Moo/HandleMoose/FakeMetaClass.pm
6902Installing /usr/local/share/perl5/Sub/Defer.pm
6903Installing /usr/local/share/perl5/Sub/Quote.pm
6904Installing /usr/local/share/man/man3/Moo.3pm
6905Installing /usr/local/share/man/man3/Sub::Quote.3pm
6906Installing /usr/local/share/man/man3/Sub::Defer.3pm
6907Installing /usr/local/share/man/man3/oo.3pm
6908Installing /usr/local/share/man/man3/Moo::Role.3pm
6909Appending installation info to /usr/lib64/perl5/perllocal.pod
6910 HAARG/Moo-2.000002.tar.gz
6911 /usr/bin/make install -- OK
6912Running make for M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
6913 Has already been unwrapped into directory /root/.cpan/build/MooX-Types-MooseLike-0.29-rvTm37
6914
6915 CPAN.pm: Building M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
6916
6917cp lib/MooX/Types/MooseLike.pm blib/lib/MooX/Types/MooseLike.pm
6918cp lib/MooX/Types/MooseLike/Base.pm blib/lib/MooX/Types/MooseLike/Base.pm
6919Manifying blib/man3/MooX::Types::MooseLike.3pm
6920Manifying blib/man3/MooX::Types::MooseLike::Base.3pm
6921 MATEU/MooX-Types-MooseLike-0.29.tar.gz
6922 /usr/bin/make -- OK
6923Skipping test because of notest pragma
6924Running make install
6925Installing /usr/local/share/perl5/MooX/Types/MooseLike.pm
6926Installing /usr/local/share/perl5/MooX/Types/MooseLike/Base.pm
6927Installing /usr/local/share/man/man3/MooX::Types::MooseLike.3pm
6928Installing /usr/local/share/man/man3/MooX::Types::MooseLike::Base.3pm
6929Appending installation info to /usr/lib64/perl5/perllocal.pod
6930 MATEU/MooX-Types-MooseLike-0.29.tar.gz
6931 /usr/bin/make install -- OK
6932Running install for module 'Email::Abstract'
6933Running make for R/RJ/RJBS/Email-Abstract-3.008.tar.gz
6934Fetching with HTTP::Tiny:
6935http://mirror.optusnet.com.au/CPAN/authors/id/R/RJ/RJBS/Email-Abstract-3.008.tar.gz
6936Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Abstract-3.008.tar.gz ok
6937
6938 CPAN.pm: Building R/RJ/RJBS/Email-Abstract-3.008.tar.gz
6939
6940Warning: prerequisite MRO::Compat 0 not found.
6941Warning: prerequisite Module::Pluggable 1.5 not found.
6942Checking if your kit is complete...
6943Looks good
6944Writing Makefile for Email::Abstract
6945Writing MYMETA.yml and MYMETA.json
6946---- Unsatisfied dependencies detected during ----
6947---- RJBS/Email-Abstract-3.008.tar.gz ----
6948 MRO::Compat [requires]
6949 Module::Pluggable [requires]
6950Skipping test because of notest pragma
6951Running make install
6952 Delayed until after prerequisites
6953Running install for module 'MRO::Compat'
6954Running make for B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz
6955Fetching with HTTP::Tiny:
6956http://mirror.optusnet.com.au/CPAN/authors/id/B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz
6957Fetching with HTTP::Tiny:
6958http://mirror.optusnet.com.au/CPAN/authors/id/B/BO/BOBTFISH/CHECKSUMS
6959Checksum for /root/.cpan/sources/authors/id/B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz ok
6960
6961 CPAN.pm: Building B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz
6962
6963Checking if your kit is complete...
6964Looks good
6965Writing Makefile for MRO::Compat
6966Writing MYMETA.yml and MYMETA.json
6967cp lib/MRO/Compat.pm blib/lib/MRO/Compat.pm
6968Manifying blib/man3/MRO::Compat.3pm
6969 BOBTFISH/MRO-Compat-0.12.tar.gz
6970 /usr/bin/make -- OK
6971Skipping test because of notest pragma
6972Running make install
6973Installing /usr/local/share/perl5/MRO/Compat.pm
6974Installing /usr/local/share/man/man3/MRO::Compat.3pm
6975Appending installation info to /usr/lib64/perl5/perllocal.pod
6976 BOBTFISH/MRO-Compat-0.12.tar.gz
6977 /usr/bin/make install -- OK
6978Running install for module 'Module::Pluggable'
6979Running make for S/SI/SIMONW/Module-Pluggable-5.2.tar.gz
6980Fetching with HTTP::Tiny:
6981http://mirror.optusnet.com.au/CPAN/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz
6982Fetching with HTTP::Tiny:
6983http://mirror.optusnet.com.au/CPAN/authors/id/S/SI/SIMONW/CHECKSUMS
6984Checksum for /root/.cpan/sources/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz ok
6985
6986 CPAN.pm: Building S/SI/SIMONW/Module-Pluggable-5.2.tar.gz
6987
6988Checking if your kit is complete...
6989Looks good
6990Writing Makefile for Module::Pluggable
6991Writing MYMETA.yml and MYMETA.json
6992cp lib/Module/Pluggable/Object.pm blib/lib/Module/Pluggable/Object.pm
6993cp lib/Devel/InnerPackage.pm blib/lib/Devel/InnerPackage.pm
6994cp lib/Module/Pluggable.pm blib/lib/Module/Pluggable.pm
6995Manifying blib/man3/Module::Pluggable::Object.3pm
6996Manifying blib/man3/Module::Pluggable.3pm
6997Manifying blib/man3/Devel::InnerPackage.3pm
6998 SIMONW/Module-Pluggable-5.2.tar.gz
6999 /usr/bin/make -- OK
7000Skipping test because of notest pragma
7001Running make install
7002Installing /usr/local/share/perl5/Devel/InnerPackage.pm
7003Installing /usr/local/share/perl5/Module/Pluggable.pm
7004Installing /usr/local/share/perl5/Module/Pluggable/Object.pm
7005Installing /usr/local/share/man/man3/Module::Pluggable.3pm
7006Installing /usr/local/share/man/man3/Devel::InnerPackage.3pm
7007Installing /usr/local/share/man/man3/Module::Pluggable::Object.3pm
7008Appending installation info to /usr/lib64/perl5/perllocal.pod
7009 SIMONW/Module-Pluggable-5.2.tar.gz
7010 /usr/bin/make install -- OK
7011Running make for R/RJ/RJBS/Email-Abstract-3.008.tar.gz
7012 Has already been unwrapped into directory /root/.cpan/build/Email-Abstract-3.008-yyjAjX
7013
7014 CPAN.pm: Building R/RJ/RJBS/Email-Abstract-3.008.tar.gz
7015
7016cp lib/Email/Abstract/Plugin.pm blib/lib/Email/Abstract/Plugin.pm
7017cp lib/Email/Abstract/MailInternet.pm blib/lib/Email/Abstract/MailInternet.pm
7018cp lib/Email/Abstract/EmailSimple.pm blib/lib/Email/Abstract/EmailSimple.pm
7019cp lib/Email/Abstract/EmailMIME.pm blib/lib/Email/Abstract/EmailMIME.pm
7020cp lib/Email/Abstract/MailMessage.pm blib/lib/Email/Abstract/MailMessage.pm
7021cp lib/Email/Abstract/MIMEEntity.pm blib/lib/Email/Abstract/MIMEEntity.pm
7022cp lib/Email/Abstract.pm blib/lib/Email/Abstract.pm
7023Manifying blib/man3/Email::Abstract::Plugin.3pm
7024Manifying blib/man3/Email::Abstract::MailInternet.3pm
7025Manifying blib/man3/Email::Abstract::EmailMIME.3pm
7026Manifying blib/man3/Email::Abstract::EmailSimple.3pm
7027Manifying blib/man3/Email::Abstract::MIMEEntity.3pm
7028Manifying blib/man3/Email::Abstract::MailMessage.3pm
7029Manifying blib/man3/Email::Abstract.3pm
7030 RJBS/Email-Abstract-3.008.tar.gz
7031 /usr/bin/make -- OK
7032Skipping test because of notest pragma
7033Running make install
7034Installing /usr/local/share/perl5/Email/Abstract.pm
7035Installing /usr/local/share/perl5/Email/Abstract/MailInternet.pm
7036Installing /usr/local/share/perl5/Email/Abstract/EmailSimple.pm
7037Installing /usr/local/share/perl5/Email/Abstract/Plugin.pm
7038Installing /usr/local/share/perl5/Email/Abstract/MailMessage.pm
7039Installing /usr/local/share/perl5/Email/Abstract/MIMEEntity.pm
7040Installing /usr/local/share/perl5/Email/Abstract/EmailMIME.pm
7041Installing /usr/local/share/man/man3/Email::Abstract::MIMEEntity.3pm
7042Installing /usr/local/share/man/man3/Email::Abstract.3pm
7043Installing /usr/local/share/man/man3/Email::Abstract::EmailSimple.3pm
7044Installing /usr/local/share/man/man3/Email::Abstract::EmailMIME.3pm
7045Installing /usr/local/share/man/man3/Email::Abstract::MailMessage.3pm
7046Installing /usr/local/share/man/man3/Email::Abstract::Plugin.3pm
7047Installing /usr/local/share/man/man3/Email::Abstract::MailInternet.3pm
7048Appending installation info to /usr/lib64/perl5/perllocal.pod
7049 RJBS/Email-Abstract-3.008.tar.gz
7050 /usr/bin/make install -- OK
7051MooX::Types::MooseLike is up to date (0.29).
7052Moo::Role is up to date (2.000002).
7053Running install for module 'Throwable::Error'
7054Running make for R/RJ/RJBS/Throwable-0.200013.tar.gz
7055Fetching with HTTP::Tiny:
7056http://mirror.optusnet.com.au/CPAN/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz
7057Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz ok
7058
7059 CPAN.pm: Building R/RJ/RJBS/Throwable-0.200013.tar.gz
7060
7061Warning: prerequisite Devel::StackTrace 1.32 not found.
7062Checking if your kit is complete...
7063Looks good
7064Writing Makefile for Throwable
7065Writing MYMETA.yml and MYMETA.json
7066---- Unsatisfied dependencies detected during ----
7067---- RJBS/Throwable-0.200013.tar.gz ----
7068 Devel::StackTrace [requires]
7069Skipping test because of notest pragma
7070Running make install
7071 Delayed until after prerequisites
7072Running install for module 'Devel::StackTrace'
7073Running make for D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz
7074Fetching with HTTP::Tiny:
7075http://mirror.optusnet.com.au/CPAN/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz
7076Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz ok
7077
7078 CPAN.pm: Building D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz
7079
7080Checking if your kit is complete...
7081Looks good
7082Writing Makefile for Devel::StackTrace
7083Writing MYMETA.yml and MYMETA.json
7084cp lib/Devel/StackTrace.pm blib/lib/Devel/StackTrace.pm
7085cp lib/Devel/StackTrace/Frame.pm blib/lib/Devel/StackTrace/Frame.pm
7086Manifying blib/man3/Devel::StackTrace.3pm
7087Manifying blib/man3/Devel::StackTrace::Frame.3pm
7088 DROLSKY/Devel-StackTrace-2.00.tar.gz
7089 /usr/bin/make -- OK
7090Skipping test because of notest pragma
7091Running make install
7092Installing /usr/local/share/perl5/Devel/StackTrace.pm
7093Installing /usr/local/share/perl5/Devel/StackTrace/Frame.pm
7094Installing /usr/local/share/man/man3/Devel::StackTrace::Frame.3pm
7095Installing /usr/local/share/man/man3/Devel::StackTrace.3pm
7096Appending installation info to /usr/lib64/perl5/perllocal.pod
7097 DROLSKY/Devel-StackTrace-2.00.tar.gz
7098 /usr/bin/make install -- OK
7099Running make for R/RJ/RJBS/Throwable-0.200013.tar.gz
7100 Has already been unwrapped into directory /root/.cpan/build/Throwable-0.200013-bojOfq
7101
7102 CPAN.pm: Building R/RJ/RJBS/Throwable-0.200013.tar.gz
7103
7104cp lib/Throwable.pm blib/lib/Throwable.pm
7105cp lib/StackTrace/Auto.pm blib/lib/StackTrace/Auto.pm
7106cp lib/Throwable/Error.pm blib/lib/Throwable/Error.pm
7107Manifying blib/man3/Throwable.3pm
7108Manifying blib/man3/StackTrace::Auto.3pm
7109Manifying blib/man3/Throwable::Error.3pm
7110 RJBS/Throwable-0.200013.tar.gz
7111 /usr/bin/make -- OK
7112Skipping test because of notest pragma
7113Running make install
7114Installing /usr/local/share/perl5/Throwable.pm
7115Installing /usr/local/share/perl5/StackTrace/Auto.pm
7116Installing /usr/local/share/perl5/Throwable/Error.pm
7117Installing /usr/local/share/man/man3/Throwable::Error.3pm
7118Installing /usr/local/share/man/man3/StackTrace::Auto.3pm
7119Installing /usr/local/share/man/man3/Throwable.3pm
7120Appending installation info to /usr/lib64/perl5/perllocal.pod
7121 RJBS/Throwable-0.200013.tar.gz
7122 /usr/bin/make install -- OK
7123Moo is up to date (2.000002).
7124Running make for R/RJ/RJBS/Email-Sender-1.300021.tar.gz
7125 Has already been unwrapped into directory /root/.cpan/build/Email-Sender-1.300021-Qd9Yp8
7126
7127 CPAN.pm: Building R/RJ/RJBS/Email-Sender-1.300021.tar.gz
7128
7129cp lib/Email/Sender/Util.pm blib/lib/Email/Sender/Util.pm
7130cp lib/Email/Sender/Transport/Print.pm blib/lib/Email/Sender/Transport/Print.pm
7131cp lib/Email/Sender/Success.pm blib/lib/Email/Sender/Success.pm
7132cp lib/Email/Sender/Transport/Wrapper.pm blib/lib/Email/Sender/Transport/Wrapper.pm
7133cp lib/Email/Sender/Manual.pm blib/lib/Email/Sender/Manual.pm
7134cp lib/Email/Sender/Role/CommonSending.pm blib/lib/Email/Sender/Role/CommonSending.pm
7135cp lib/Email/Sender/Failure/Temporary.pm blib/lib/Email/Sender/Failure/Temporary.pm
7136cp lib/Email/Sender/Transport.pm blib/lib/Email/Sender/Transport.pm
7137cp lib/Email/Sender/Failure/Multi.pm blib/lib/Email/Sender/Failure/Multi.pm
7138cp lib/Email/Sender/Transport/SMTP/Persistent.pm blib/lib/Email/Sender/Transport/SMTP/Persistent.pm
7139cp lib/Email/Sender/Success/Partial.pm blib/lib/Email/Sender/Success/Partial.pm
7140cp lib/Email/Sender/Failure/Permanent.pm blib/lib/Email/Sender/Failure/Permanent.pm
7141cp lib/Email/Sender/Transport/SMTP.pm blib/lib/Email/Sender/Transport/SMTP.pm
7142cp lib/Email/Sender/Manual/QuickStart.pm blib/lib/Email/Sender/Manual/QuickStart.pm
7143cp lib/Email/Sender.pm blib/lib/Email/Sender.pm
7144cp lib/Email/Sender/Transport/Sendmail.pm blib/lib/Email/Sender/Transport/Sendmail.pm
7145cp lib/Email/Sender/Transport/Mbox.pm blib/lib/Email/Sender/Transport/Mbox.pm
7146cp lib/Email/Sender/Transport/Failable.pm blib/lib/Email/Sender/Transport/Failable.pm
7147cp lib/Email/Sender/Failure.pm blib/lib/Email/Sender/Failure.pm
7148cp lib/Email/Sender/Simple.pm blib/lib/Email/Sender/Simple.pm
7149cp lib/Email/Sender/Transport/DevNull.pm blib/lib/Email/Sender/Transport/DevNull.pm
7150cp lib/Email/Sender/Role/HasMessage.pm blib/lib/Email/Sender/Role/HasMessage.pm
7151cp lib/Email/Sender/Transport/Maildir.pm blib/lib/Email/Sender/Transport/Maildir.pm
7152cp lib/Email/Sender/Transport/Test.pm blib/lib/Email/Sender/Transport/Test.pm
7153Manifying blib/man3/Email::Sender::Transport::Print.3pm
7154Manifying blib/man3/Email::Sender::Util.3pm
7155Manifying blib/man3/Email::Sender::Success.3pm
7156Manifying blib/man3/Email::Sender::Transport::Wrapper.3pm
7157Manifying blib/man3/Email::Sender::Manual.3pm
7158Manifying blib/man3/Email::Sender::Role::CommonSending.3pm
7159Manifying blib/man3/Email::Sender::Failure::Temporary.3pm
7160Manifying blib/man3/Email::Sender::Success::Partial.3pm
7161Manifying blib/man3/Email::Sender::Transport::SMTP::Persistent.3pm
7162Manifying blib/man3/Email::Sender::Failure::Multi.3pm
7163Manifying blib/man3/Email::Sender::Transport.3pm
7164Manifying blib/man3/Email::Sender::Failure::Permanent.3pm
7165Manifying blib/man3/Email::Sender::Transport::SMTP.3pm
7166Manifying blib/man3/Email::Sender::Manual::QuickStart.3pm
7167Manifying blib/man3/Email::Sender.3pm
7168Manifying blib/man3/Email::Sender::Transport::Sendmail.3pm
7169Manifying blib/man3/Email::Sender::Transport::Mbox.3pm
7170Manifying blib/man3/Email::Sender::Failure.3pm
7171Manifying blib/man3/Email::Sender::Transport::Failable.3pm
7172Manifying blib/man3/Email::Sender::Simple.3pm
7173Manifying blib/man3/Email::Sender::Transport::DevNull.3pm
7174Manifying blib/man3/Email::Sender::Role::HasMessage.3pm
7175Manifying blib/man3/Email::Sender::Transport::Maildir.3pm
7176Manifying blib/man3/Email::Sender::Transport::Test.3pm
7177 RJBS/Email-Sender-1.300021.tar.gz
7178 /usr/bin/make -- OK
7179Skipping test because of notest pragma
7180Running make install
7181Installing /usr/local/share/perl5/Email/Sender.pm
7182Installing /usr/local/share/perl5/Email/Sender/Success.pm
7183Installing /usr/local/share/perl5/Email/Sender/Manual.pm
7184Installing /usr/local/share/perl5/Email/Sender/Simple.pm
7185Installing /usr/local/share/perl5/Email/Sender/Transport.pm
7186Installing /usr/local/share/perl5/Email/Sender/Failure.pm
7187Installing /usr/local/share/perl5/Email/Sender/Util.pm
7188Installing /usr/local/share/perl5/Email/Sender/Failure/Permanent.pm
7189Installing /usr/local/share/perl5/Email/Sender/Failure/Multi.pm
7190Installing /usr/local/share/perl5/Email/Sender/Failure/Temporary.pm
7191Installing /usr/local/share/perl5/Email/Sender/Transport/Maildir.pm
7192Installing /usr/local/share/perl5/Email/Sender/Transport/Print.pm
7193Installing /usr/local/share/perl5/Email/Sender/Transport/DevNull.pm
7194Installing /usr/local/share/perl5/Email/Sender/Transport/Sendmail.pm
7195Installing /usr/local/share/perl5/Email/Sender/Transport/Failable.pm
7196Installing /usr/local/share/perl5/Email/Sender/Transport/Mbox.pm
7197Installing /usr/local/share/perl5/Email/Sender/Transport/SMTP.pm
7198Installing /usr/local/share/perl5/Email/Sender/Transport/Wrapper.pm
7199Installing /usr/local/share/perl5/Email/Sender/Transport/Test.pm
7200Installing /usr/local/share/perl5/Email/Sender/Transport/SMTP/Persistent.pm
7201Installing /usr/local/share/perl5/Email/Sender/Manual/QuickStart.pm
7202Installing /usr/local/share/perl5/Email/Sender/Role/CommonSending.pm
7203Installing /usr/local/share/perl5/Email/Sender/Role/HasMessage.pm
7204Installing /usr/local/share/perl5/Email/Sender/Success/Partial.pm
7205Installing /usr/local/share/man/man3/Email::Sender::Transport.3pm
7206Installing /usr/local/share/man/man3/Email::Sender::Transport::Maildir.3pm
7207Installing /usr/local/share/man/man3/Email::Sender::Transport::SMTP::Persistent.3pm
7208Installing /usr/local/share/man/man3/Email::Sender::Failure.3pm
7209Installing /usr/local/share/man/man3/Email::Sender::Role::CommonSending.3pm
7210Installing /usr/local/share/man/man3/Email::Sender::Transport::Test.3pm
7211Installing /usr/local/share/man/man3/Email::Sender::Manual.3pm
7212Installing /usr/local/share/man/man3/Email::Sender::Failure::Temporary.3pm
7213Installing /usr/local/share/man/man3/Email::Sender::Success::Partial.3pm
7214Installing /usr/local/share/man/man3/Email::Sender::Failure::Multi.3pm
7215Installing /usr/local/share/man/man3/Email::Sender::Transport::SMTP.3pm
7216Installing /usr/local/share/man/man3/Email::Sender::Util.3pm
7217Installing /usr/local/share/man/man3/Email::Sender::Transport::Wrapper.3pm
7218Installing /usr/local/share/man/man3/Email::Sender::Transport::Print.3pm
7219Installing /usr/local/share/man/man3/Email::Sender::Manual::QuickStart.3pm
7220Installing /usr/local/share/man/man3/Email::Sender::Simple.3pm
7221Installing /usr/local/share/man/man3/Email::Sender.3pm
7222Installing /usr/local/share/man/man3/Email::Sender::Transport::Mbox.3pm
7223Installing /usr/local/share/man/man3/Email::Sender::Success.3pm
7224Installing /usr/local/share/man/man3/Email::Sender::Role::HasMessage.3pm
7225Installing /usr/local/share/man/man3/Email::Sender::Transport::Sendmail.3pm
7226Installing /usr/local/share/man/man3/Email::Sender::Transport::Failable.3pm
7227Installing /usr/local/share/man/man3/Email::Sender::Transport::DevNull.3pm
7228Installing /usr/local/share/man/man3/Email::Sender::Failure::Permanent.3pm
7229Appending installation info to /usr/lib64/perl5/perllocal.pod
7230 RJBS/Email-Sender-1.300021.tar.gz
7231 /usr/bin/make install -- OK
7232Running install for module 'Email::Sender::Transport::SMTPS'
7233Running make for F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7234Fetching with HTTP::Tiny:
7235http://mirror.optusnet.com.au/CPAN/authors/id/F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7236Fetching with HTTP::Tiny:
7237http://mirror.optusnet.com.au/CPAN/authors/id/F/FA/FAYLAND/CHECKSUMS
7238Checksum for /root/.cpan/sources/authors/id/F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz ok
7239---- Unsatisfied dependencies detected during ----
7240---- FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz ----
7241 Module::Build::Tiny [build_requires]
7242Skipping test because of notest pragma
7243Running make install
7244 Make had some problems, won't install
7245 Delayed until after prerequisites
7246Running install for module 'Module::Build::Tiny'
7247Running make for L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
7248Fetching with HTTP::Tiny:
7249http://mirror.optusnet.com.au/CPAN/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
7250Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz ok
7251---- Unsatisfied dependencies detected during ----
7252---- LEONT/Module-Build-Tiny-0.039.tar.gz ----
7253 ExtUtils::Config [build_requires]
7254 TAP::Harness::Env [build_requires]
7255 ExtUtils::Helpers [build_requires]
7256 ExtUtils::InstallPaths [build_requires]
7257Skipping test because of notest pragma
7258Running make install
7259 Make had some problems, won't install
7260 Delayed until after prerequisites
7261Running install for module 'ExtUtils::Config'
7262Running make for L/LE/LEONT/ExtUtils-Config-0.008.tar.gz
7263Fetching with HTTP::Tiny:
7264http://mirror.optusnet.com.au/CPAN/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz
7265Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz ok
7266
7267 CPAN.pm: Building L/LE/LEONT/ExtUtils-Config-0.008.tar.gz
7268
7269Checking if your kit is complete...
7270Looks good
7271Writing Makefile for ExtUtils::Config
7272Writing MYMETA.yml and MYMETA.json
7273cp lib/ExtUtils/Config.pm blib/lib/ExtUtils/Config.pm
7274Manifying blib/man3/ExtUtils::Config.3pm
7275 LEONT/ExtUtils-Config-0.008.tar.gz
7276 /usr/bin/make -- OK
7277Skipping test because of notest pragma
7278Running make install
7279Installing /usr/local/share/perl5/ExtUtils/Config.pm
7280Installing /usr/local/share/man/man3/ExtUtils::Config.3pm
7281Appending installation info to /usr/lib64/perl5/perllocal.pod
7282 LEONT/ExtUtils-Config-0.008.tar.gz
7283 /usr/bin/make install -- OK
7284Running install for module 'TAP::Harness::Env'
7285Running make for L/LE/LEONT/Test-Harness-3.35.tar.gz
7286Fetching with HTTP::Tiny:
7287http://mirror.optusnet.com.au/CPAN/authors/id/L/LE/LEONT/Test-Harness-3.35.tar.gz
7288Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/Test-Harness-3.35.tar.gz ok
7289
7290 CPAN.pm: Building L/LE/LEONT/Test-Harness-3.35.tar.gz
7291
7292Checking if your kit is complete...
7293Looks good
7294Writing Makefile for Test::Harness
7295Writing MYMETA.yml and MYMETA.json
7296cp lib/TAP/Parser/Result/Pragma.pm blib/lib/TAP/Parser/Result/Pragma.pm
7297cp lib/App/Prove/State/Result.pm blib/lib/App/Prove/State/Result.pm
7298cp lib/TAP/Parser/Iterator/Array.pm blib/lib/TAP/Parser/Iterator/Array.pm
7299cp lib/TAP/Base.pm blib/lib/TAP/Base.pm
7300cp lib/TAP/Formatter/Console/ParallelSession.pm blib/lib/TAP/Formatter/Console/ParallelSession.pm
7301cp lib/TAP/Parser/Result.pm blib/lib/TAP/Parser/Result.pm
7302cp lib/TAP/Formatter/Console/Session.pm blib/lib/TAP/Formatter/Console/Session.pm
7303cp lib/TAP/Parser/Scheduler/Job.pm blib/lib/TAP/Parser/Scheduler/Job.pm
7304cp lib/TAP/Parser/Result/YAML.pm blib/lib/TAP/Parser/Result/YAML.pm
7305cp lib/TAP/Parser.pm blib/lib/TAP/Parser.pm
7306cp lib/TAP/Parser/SourceHandler/Handle.pm blib/lib/TAP/Parser/SourceHandler/Handle.pm
7307cp lib/TAP/Parser/IteratorFactory.pm blib/lib/TAP/Parser/IteratorFactory.pm
7308cp lib/TAP/Parser/Iterator.pm blib/lib/TAP/Parser/Iterator.pm
7309cp lib/TAP/Formatter/Color.pm blib/lib/TAP/Formatter/Color.pm
7310cp lib/TAP/Parser/Iterator/Process.pm blib/lib/TAP/Parser/Iterator/Process.pm
7311cp lib/TAP/Parser/Grammar.pm blib/lib/TAP/Parser/Grammar.pm
7312cp HACKING.pod blib/lib/Test/HACKING.pod
7313cp lib/Test/Harness.pm blib/lib/Test/Harness.pm
7314cp lib/TAP/Formatter/Base.pm blib/lib/TAP/Formatter/Base.pm
7315cp lib/TAP/Formatter/File/Session.pm blib/lib/TAP/Formatter/File/Session.pm
7316cp lib/TAP/Parser/ResultFactory.pm blib/lib/TAP/Parser/ResultFactory.pm
7317cp lib/TAP/Parser/Result/Bailout.pm blib/lib/TAP/Parser/Result/Bailout.pm
7318cp lib/TAP/Object.pm blib/lib/TAP/Object.pm
7319cp lib/TAP/Parser/Multiplexer.pm blib/lib/TAP/Parser/Multiplexer.pm
7320cp lib/TAP/Parser/SourceHandler/Perl.pm blib/lib/TAP/Parser/SourceHandler/Perl.pm
7321cp lib/TAP/Parser/YAMLish/Writer.pm blib/lib/TAP/Parser/YAMLish/Writer.pm
7322cp lib/TAP/Parser/Result/Version.pm blib/lib/TAP/Parser/Result/Version.pm
7323cp lib/TAP/Parser/Result/Unknown.pm blib/lib/TAP/Parser/Result/Unknown.pm
7324cp lib/TAP/Parser/YAMLish/Reader.pm blib/lib/TAP/Parser/YAMLish/Reader.pm
7325cp lib/TAP/Parser/Scheduler.pm blib/lib/TAP/Parser/Scheduler.pm
7326cp lib/TAP/Parser/Result/Plan.pm blib/lib/TAP/Parser/Result/Plan.pm
7327cp lib/TAP/Parser/SourceHandler.pm blib/lib/TAP/Parser/SourceHandler.pm
7328cp lib/TAP/Parser/SourceHandler/Executable.pm blib/lib/TAP/Parser/SourceHandler/Executable.pm
7329cp lib/TAP/Parser/Result/Test.pm blib/lib/TAP/Parser/Result/Test.pm
7330cp lib/App/Prove/State/Result/Test.pm blib/lib/App/Prove/State/Result/Test.pm
7331cp lib/TAP/Parser/SourceHandler/RawTAP.pm blib/lib/TAP/Parser/SourceHandler/RawTAP.pm
7332cp lib/TAP/Parser/Source.pm blib/lib/TAP/Parser/Source.pm
7333cp lib/TAP/Formatter/Console.pm blib/lib/TAP/Formatter/Console.pm
7334cp lib/TAP/Parser/Result/Comment.pm blib/lib/TAP/Parser/Result/Comment.pm
7335cp lib/TAP/Parser/Iterator/Stream.pm blib/lib/TAP/Parser/Iterator/Stream.pm
7336cp lib/TAP/Parser/SourceHandler/File.pm blib/lib/TAP/Parser/SourceHandler/File.pm
7337cp lib/TAP/Harness/Beyond.pod blib/lib/TAP/Harness/Beyond.pod
7338cp lib/TAP/Formatter/Session.pm blib/lib/TAP/Formatter/Session.pm
7339cp lib/App/Prove.pm blib/lib/App/Prove.pm
7340cp lib/App/Prove/State.pm blib/lib/App/Prove/State.pm
7341cp lib/TAP/Harness.pm blib/lib/TAP/Harness.pm
7342cp lib/TAP/Formatter/File.pm blib/lib/TAP/Formatter/File.pm
7343cp lib/TAP/Harness/Env.pm blib/lib/TAP/Harness/Env.pm
7344cp lib/TAP/Parser/Aggregator.pm blib/lib/TAP/Parser/Aggregator.pm
7345cp lib/TAP/Parser/Scheduler/Spinner.pm blib/lib/TAP/Parser/Scheduler/Spinner.pm
7346cp bin/prove blib/script/prove
7347/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/prove
7348Manifying blib/man1/prove.1
7349Manifying blib/man3/TAP::Parser::Result::Pragma.3pm
7350Manifying blib/man3/TAP::Parser::Iterator::Array.3pm
7351Manifying blib/man3/App::Prove::State::Result.3pm
7352Manifying blib/man3/TAP::Base.3pm
7353Manifying blib/man3/TAP::Formatter::Console::ParallelSession.3pm
7354Manifying blib/man3/TAP::Parser::Result.3pm
7355Manifying blib/man3/TAP::Formatter::Console::Session.3pm
7356Manifying blib/man3/TAP::Parser::Result::YAML.3pm
7357Manifying blib/man3/TAP::Parser::Scheduler::Job.3pm
7358Manifying blib/man3/TAP::Parser.3pm
7359Manifying blib/man3/TAP::Parser::SourceHandler::Handle.3pm
7360Manifying blib/man3/TAP::Parser::IteratorFactory.3pm
7361Manifying blib/man3/TAP::Parser::Iterator.3pm
7362Manifying blib/man3/TAP::Formatter::Color.3pm
7363Manifying blib/man3/TAP::Parser::Iterator::Process.3pm
7364Manifying blib/man3/TAP::Parser::Grammar.3pm
7365Manifying blib/man3/Test::HACKING.3pm
7366Manifying blib/man3/Test::Harness.3pm
7367Manifying blib/man3/TAP::Formatter::File::Session.3pm
7368Manifying blib/man3/TAP::Formatter::Base.3pm
7369Manifying blib/man3/TAP::Parser::Result::Bailout.3pm
7370Manifying blib/man3/TAP::Parser::ResultFactory.3pm
7371Manifying blib/man3/TAP::Parser::SourceHandler::Perl.3pm
7372Manifying blib/man3/TAP::Parser::Multiplexer.3pm
7373Manifying blib/man3/TAP::Object.3pm
7374Manifying blib/man3/TAP::Parser::Result::Version.3pm
7375Manifying blib/man3/TAP::Parser::YAMLish::Writer.3pm
7376Manifying blib/man3/TAP::Parser::Result::Unknown.3pm
7377Manifying blib/man3/TAP::Parser::YAMLish::Reader.3pm
7378Manifying blib/man3/TAP::Parser::Scheduler.3pm
7379Manifying blib/man3/TAP::Parser::Result::Plan.3pm
7380Manifying blib/man3/TAP::Parser::SourceHandler.3pm
7381Manifying blib/man3/TAP::Parser::SourceHandler::Executable.3pm
7382Manifying blib/man3/TAP::Parser::Result::Test.3pm
7383Manifying blib/man3/App::Prove::State::Result::Test.3pm
7384Manifying blib/man3/TAP::Parser::SourceHandler::RawTAP.3pm
7385Manifying blib/man3/TAP::Parser::Result::Comment.3pm
7386Manifying blib/man3/TAP::Formatter::Console.3pm
7387Manifying blib/man3/TAP::Parser::Source.3pm
7388Manifying blib/man3/TAP::Parser::Iterator::Stream.3pm
7389Manifying blib/man3/TAP::Parser::SourceHandler::File.3pm
7390Manifying blib/man3/TAP::Harness::Beyond.3pm
7391Manifying blib/man3/TAP::Formatter::Session.3pm
7392Manifying blib/man3/App::Prove::State.3pm
7393Manifying blib/man3/App::Prove.3pm
7394Manifying blib/man3/TAP::Harness.3pm
7395Manifying blib/man3/TAP::Formatter::File.3pm
7396Manifying blib/man3/TAP::Harness::Env.3pm
7397Manifying blib/man3/TAP::Parser::Aggregator.3pm
7398Manifying blib/man3/TAP::Parser::Scheduler::Spinner.3pm
7399 LEONT/Test-Harness-3.35.tar.gz
7400 /usr/bin/make -- OK
7401Skipping test because of notest pragma
7402Running make install
7403Manifying blib/man1/prove.1
7404Manifying blib/man3/TAP::Parser::Result::Pragma.3pm
7405Manifying blib/man3/TAP::Parser::Iterator::Array.3pm
7406Installing /usr/local/share/perl5/Test/Harness.pm
7407Installing /usr/local/share/perl5/Test/HACKING.pod
7408Installing /usr/local/share/perl5/App/Prove.pm
7409Installing /usr/local/share/perl5/App/Prove/State.pm
7410Installing /usr/local/share/perl5/App/Prove/State/Result.pm
7411Installing /usr/local/share/perl5/App/Prove/State/Result/Test.pm
7412Installing /usr/local/share/perl5/TAP/Base.pm
7413Installing /usr/local/share/perl5/TAP/Parser.pm
7414Installing /usr/local/share/perl5/TAP/Harness.pm
7415Installing /usr/local/share/perl5/TAP/Object.pm
7416Installing /usr/local/share/perl5/TAP/Harness/Beyond.pod
7417Installing /usr/local/share/perl5/TAP/Harness/Env.pm
7418Installing /usr/local/share/perl5/TAP/Formatter/Base.pm
7419Installing /usr/local/share/perl5/TAP/Formatter/Color.pm
7420Installing /usr/local/share/perl5/TAP/Formatter/Console.pm
7421Installing /usr/local/share/perl5/TAP/Formatter/Session.pm
7422Installing /usr/local/share/perl5/TAP/Formatter/File.pm
7423Installing /usr/local/share/perl5/TAP/Formatter/Console/ParallelSession.pm
7424Installing /usr/local/share/perl5/TAP/Formatter/Console/Session.pm
7425Installing /usr/local/share/perl5/TAP/Formatter/File/Session.pm
7426Installing /usr/local/share/perl5/TAP/Parser/Aggregator.pm
7427Installing /usr/local/share/perl5/TAP/Parser/Multiplexer.pm
7428Installing /usr/local/share/perl5/TAP/Parser/SourceHandler.pm
7429Installing /usr/local/share/perl5/TAP/Parser/Grammar.pm
7430Installing /usr/local/share/perl5/TAP/Parser/Scheduler.pm
7431Installing /usr/local/share/perl5/TAP/Parser/IteratorFactory.pm
7432Installing /usr/local/share/perl5/TAP/Parser/ResultFactory.pm
7433Installing /usr/local/share/perl5/TAP/Parser/Source.pm
7434Installing /usr/local/share/perl5/TAP/Parser/Result.pm
7435Installing /usr/local/share/perl5/TAP/Parser/Iterator.pm
7436Installing /usr/local/share/perl5/TAP/Parser/YAMLish/Writer.pm
7437Installing /usr/local/share/perl5/TAP/Parser/YAMLish/Reader.pm
7438Installing /usr/local/share/perl5/TAP/Parser/Scheduler/Job.pm
7439Installing /usr/local/share/perl5/TAP/Parser/Scheduler/Spinner.pm
7440Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/Handle.pm
7441Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/RawTAP.pm
7442Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/Executable.pm
7443Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/Perl.pm
7444Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/File.pm
7445Installing /usr/local/share/perl5/TAP/Parser/Iterator/Array.pm
7446Installing /usr/local/share/perl5/TAP/Parser/Iterator/Process.pm
7447Installing /usr/local/share/perl5/TAP/Parser/Iterator/Stream.pm
7448Installing /usr/local/share/perl5/TAP/Parser/Result/Version.pm
7449Installing /usr/local/share/perl5/TAP/Parser/Result/Pragma.pm
7450Installing /usr/local/share/perl5/TAP/Parser/Result/Unknown.pm
7451Installing /usr/local/share/perl5/TAP/Parser/Result/Plan.pm
7452Installing /usr/local/share/perl5/TAP/Parser/Result/Comment.pm
7453Installing /usr/local/share/perl5/TAP/Parser/Result/YAML.pm
7454Installing /usr/local/share/perl5/TAP/Parser/Result/Bailout.pm
7455Installing /usr/local/share/perl5/TAP/Parser/Result/Test.pm
7456Installing /usr/local/share/man/man1/prove.1
7457Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::RawTAP.3pm
7458Installing /usr/local/share/man/man3/TAP::Object.3pm
7459Installing /usr/local/share/man/man3/TAP::Parser::Result::Comment.3pm
7460Installing /usr/local/share/man/man3/Test::HACKING.3pm
7461Installing /usr/local/share/man/man3/App::Prove::State::Result::Test.3pm
7462Installing /usr/local/share/man/man3/TAP::Formatter::File.3pm
7463Installing /usr/local/share/man/man3/TAP::Formatter::Console::Session.3pm
7464Installing /usr/local/share/man/man3/TAP::Formatter::Console.3pm
7465Installing /usr/local/share/man/man3/TAP::Parser::Result::Plan.3pm
7466Installing /usr/local/share/man/man3/TAP::Parser::Iterator::Array.3pm
7467Installing /usr/local/share/man/man3/TAP::Parser::Result::YAML.3pm
7468Installing /usr/local/share/man/man3/TAP::Parser::Result::Bailout.3pm
7469Installing /usr/local/share/man/man3/Test::Harness.3pm
7470Installing /usr/local/share/man/man3/TAP::Parser::Aggregator.3pm
7471Installing /usr/local/share/man/man3/TAP::Harness::Env.3pm
7472Installing /usr/local/share/man/man3/TAP::Formatter::File::Session.3pm
7473Installing /usr/local/share/man/man3/TAP::Parser::Source.3pm
7474Installing /usr/local/share/man/man3/TAP::Parser::Grammar.3pm
7475Installing /usr/local/share/man/man3/TAP::Parser::Iterator.3pm
7476Installing /usr/local/share/man/man3/TAP::Formatter::Console::ParallelSession.3pm
7477Installing /usr/local/share/man/man3/TAP::Parser::IteratorFactory.3pm
7478Installing /usr/local/share/man/man3/TAP::Parser.3pm
7479Installing /usr/local/share/man/man3/TAP::Parser::Result.3pm
7480Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::Executable.3pm
7481Installing /usr/local/share/man/man3/TAP::Formatter::Base.3pm
7482Installing /usr/local/share/man/man3/TAP::Parser::Result::Pragma.3pm
7483Installing /usr/local/share/man/man3/TAP::Parser::Result::Unknown.3pm
7484Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::Handle.3pm
7485Installing /usr/local/share/man/man3/TAP::Harness.3pm
7486Installing /usr/local/share/man/man3/TAP::Formatter::Color.3pm
7487Installing /usr/local/share/man/man3/TAP::Parser::Scheduler::Job.3pm
7488Installing /usr/local/share/man/man3/TAP::Parser::YAMLish::Writer.3pm
7489Installing /usr/local/share/man/man3/TAP::Parser::ResultFactory.3pm
7490Installing /usr/local/share/man/man3/TAP::Base.3pm
7491Installing /usr/local/share/man/man3/TAP::Parser::YAMLish::Reader.3pm
7492Installing /usr/local/share/man/man3/TAP::Formatter::Session.3pm
7493Installing /usr/local/share/man/man3/TAP::Parser::Result::Version.3pm
7494Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::Perl.3pm
7495Installing /usr/local/share/man/man3/App::Prove.3pm
7496Installing /usr/local/share/man/man3/TAP::Parser::Iterator::Stream.3pm
7497Installing /usr/local/share/man/man3/App::Prove::State::Result.3pm
7498Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::File.3pm
7499Installing /usr/local/share/man/man3/App::Prove::State.3pm
7500Installing /usr/local/share/man/man3/TAP::Parser::Iterator::Process.3pm
7501Installing /usr/local/share/man/man3/TAP::Harness::Beyond.3pm
7502Installing /usr/local/share/man/man3/TAP::Parser::Scheduler.3pm
7503Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler.3pm
7504Installing /usr/local/share/man/man3/TAP::Parser::Result::Test.3pm
7505Installing /usr/local/share/man/man3/TAP::Parser::Multiplexer.3pm
7506Installing /usr/local/share/man/man3/TAP::Parser::Scheduler::Spinner.3pm
7507Installing /usr/local/bin/prove
7508Appending installation info to /usr/lib64/perl5/perllocal.pod
7509 LEONT/Test-Harness-3.35.tar.gz
7510 /usr/bin/make install -- OK
7511Running install for module 'ExtUtils::Helpers'
7512Running make for L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz
7513Fetching with HTTP::Tiny:
7514http://mirror.optusnet.com.au/CPAN/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz
7515Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz ok
7516
7517 CPAN.pm: Building L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz
7518
7519Checking if your kit is complete...
7520Looks good
7521Writing Makefile for ExtUtils::Helpers
7522Writing MYMETA.yml and MYMETA.json
7523cp lib/ExtUtils/Helpers.pm blib/lib/ExtUtils/Helpers.pm
7524cp lib/ExtUtils/Helpers/Windows.pm blib/lib/ExtUtils/Helpers/Windows.pm
7525cp lib/ExtUtils/Helpers/VMS.pm blib/lib/ExtUtils/Helpers/VMS.pm
7526cp lib/ExtUtils/Helpers/Unix.pm blib/lib/ExtUtils/Helpers/Unix.pm
7527Manifying blib/man3/ExtUtils::Helpers::Windows.3pm
7528Manifying blib/man3/ExtUtils::Helpers.3pm
7529Manifying blib/man3/ExtUtils::Helpers::VMS.3pm
7530Manifying blib/man3/ExtUtils::Helpers::Unix.3pm
7531 LEONT/ExtUtils-Helpers-0.022.tar.gz
7532 /usr/bin/make -- OK
7533Skipping test because of notest pragma
7534Running make install
7535Manifying blib/man3/ExtUtils::Helpers::Windows.3pm
7536Manifying blib/man3/ExtUtils::Helpers.3pm
7537Manifying blib/man3/ExtUtils::Helpers::VMS.3pm
7538Manifying blib/man3/ExtUtils::Helpers::Unix.3pm
7539Installing /usr/local/share/perl5/ExtUtils/Helpers.pm
7540Installing /usr/local/share/perl5/ExtUtils/Helpers/Unix.pm
7541Installing /usr/local/share/perl5/ExtUtils/Helpers/VMS.pm
7542Installing /usr/local/share/perl5/ExtUtils/Helpers/Windows.pm
7543Installing /usr/local/share/man/man3/ExtUtils::Helpers::VMS.3pm
7544Installing /usr/local/share/man/man3/ExtUtils::Helpers::Windows.3pm
7545Installing /usr/local/share/man/man3/ExtUtils::Helpers.3pm
7546Installing /usr/local/share/man/man3/ExtUtils::Helpers::Unix.3pm
7547Appending installation info to /usr/lib64/perl5/perllocal.pod
7548 LEONT/ExtUtils-Helpers-0.022.tar.gz
7549 /usr/bin/make install -- OK
7550Running install for module 'ExtUtils::InstallPaths'
7551Running make for L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz
7552Fetching with HTTP::Tiny:
7553http://mirror.optusnet.com.au/CPAN/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz
7554Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz ok
7555
7556 CPAN.pm: Building L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz
7557
7558Checking if your kit is complete...
7559Looks good
7560Writing Makefile for ExtUtils::InstallPaths
7561Writing MYMETA.yml and MYMETA.json
7562cp lib/ExtUtils/InstallPaths.pm blib/lib/ExtUtils/InstallPaths.pm
7563Manifying blib/man3/ExtUtils::InstallPaths.3pm
7564 LEONT/ExtUtils-InstallPaths-0.011.tar.gz
7565 /usr/bin/make -- OK
7566Skipping test because of notest pragma
7567Running make install
7568Installing /usr/local/share/perl5/ExtUtils/InstallPaths.pm
7569Installing /usr/local/share/man/man3/ExtUtils::InstallPaths.3pm
7570Appending installation info to /usr/lib64/perl5/perllocal.pod
7571 LEONT/ExtUtils-InstallPaths-0.011.tar.gz
7572 /usr/bin/make install -- OK
7573Running make for L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
7574
7575 CPAN.pm: Building L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
7576
7577Creating new 'Build' script for 'Module-Build-Tiny' version '0.039'
7578cp lib/Module/Build/Tiny.pm blib/lib/Module/Build/Tiny.pm
7579 LEONT/Module-Build-Tiny-0.039.tar.gz
7580 ./Build -- OK
7581Skipping test because of notest pragma
7582Running Build install
7583Installing /usr/local/share/perl5/Module/Build/Tiny.pm
7584Installing /usr/local/share/man/man3/Module::Build::Tiny.3pm
7585 LEONT/Module-Build-Tiny-0.039.tar.gz
7586 ./Build install -- OK
7587Running make for F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7588
7589 CPAN.pm: Building F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7590
7591Creating new 'Build' script for 'Email-Sender-Transport-SMTPS' version '0.03'
7592---- Unsatisfied dependencies detected during ----
7593---- FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz ----
7594 Net::SMTPS [requires]
7595Skipping test because of notest pragma
7596Running Build install
7597 Delayed until after prerequisites
7598Running install for module 'Net::SMTPS'
7599Running make for T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
7600Fetching with HTTP::Tiny:
7601http://mirror.optusnet.com.au/CPAN/authors/id/T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
7602Fetching with HTTP::Tiny:
7603http://mirror.optusnet.com.au/CPAN/authors/id/T/TO/TOMO/src/CHECKSUMS
7604Checksum for /root/.cpan/sources/authors/id/T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz ok
7605
7606 CPAN.pm: Building T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
7607
7608Warning: prerequisite Authen::SASL 2 not found.
7609Checking if your kit is complete...
7610Looks good
7611Writing Makefile for Net::SMTPS
7612Writing MYMETA.yml and MYMETA.json
7613---- Unsatisfied dependencies detected during ----
7614---- TOMO/src/Net-SMTPS-0.04.tar.gz ----
7615 Authen::SASL [requires]
7616Skipping test because of notest pragma
7617Running make install
7618 Delayed until after prerequisites
7619Running install for module 'Authen::SASL'
7620Running make for G/GB/GBARR/Authen-SASL-2.16.tar.gz
7621Fetching with HTTP::Tiny:
7622http://mirror.optusnet.com.au/CPAN/authors/id/G/GB/GBARR/Authen-SASL-2.16.tar.gz
7623Fetching with HTTP::Tiny:
7624http://mirror.optusnet.com.au/CPAN/authors/id/G/GB/GBARR/CHECKSUMS
7625Checksum for /root/.cpan/sources/authors/id/G/GB/GBARR/Authen-SASL-2.16.tar.gz ok
7626
7627 CPAN.pm: Building G/GB/GBARR/Authen-SASL-2.16.tar.gz
7628
7629Warning: prerequisite Digest::HMAC_MD5 0 not found.
7630Checking if your kit is complete...
7631Looks good
7632Writing Makefile for Authen::SASL
7633Writing MYMETA.yml and MYMETA.json
7634---- Unsatisfied dependencies detected during ----
7635---- GBARR/Authen-SASL-2.16.tar.gz ----
7636 Digest::HMAC_MD5 [requires]
7637Skipping test because of notest pragma
7638Running make install
7639 Delayed until after prerequisites
7640Running install for module 'Digest::HMAC_MD5'
7641Running make for G/GA/GAAS/Digest-HMAC-1.03.tar.gz
7642Fetching with HTTP::Tiny:
7643http://mirror.optusnet.com.au/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-1.03.tar.gz
7644Fetching with HTTP::Tiny:
7645http://mirror.optusnet.com.au/CPAN/authors/id/G/GA/GAAS/CHECKSUMS
7646Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/Digest-HMAC-1.03.tar.gz ok
7647
7648 CPAN.pm: Building G/GA/GAAS/Digest-HMAC-1.03.tar.gz
7649
7650Checking if your kit is complete...
7651Looks good
7652Writing Makefile for Digest::HMAC
7653Writing MYMETA.yml and MYMETA.json
7654cp lib/Digest/HMAC_MD5.pm blib/lib/Digest/HMAC_MD5.pm
7655cp lib/Digest/HMAC.pm blib/lib/Digest/HMAC.pm
7656cp lib/Digest/HMAC_SHA1.pm blib/lib/Digest/HMAC_SHA1.pm
7657Manifying blib/man3/Digest::HMAC_MD5.3pm
7658Manifying blib/man3/Digest::HMAC.3pm
7659Manifying blib/man3/Digest::HMAC_SHA1.3pm
7660 GAAS/Digest-HMAC-1.03.tar.gz
7661 /usr/bin/make -- OK
7662Skipping test because of notest pragma
7663Running make install
7664Manifying blib/man3/Digest::HMAC_MD5.3pm
7665Manifying blib/man3/Digest::HMAC.3pm
7666Manifying blib/man3/Digest::HMAC_SHA1.3pm
7667Installing /usr/local/share/perl5/Digest/HMAC.pm
7668Installing /usr/local/share/perl5/Digest/HMAC_MD5.pm
7669Installing /usr/local/share/perl5/Digest/HMAC_SHA1.pm
7670Installing /usr/local/share/man/man3/Digest::HMAC_MD5.3pm
7671Installing /usr/local/share/man/man3/Digest::HMAC_SHA1.3pm
7672Installing /usr/local/share/man/man3/Digest::HMAC.3pm
7673Appending installation info to /usr/lib64/perl5/perllocal.pod
7674 GAAS/Digest-HMAC-1.03.tar.gz
7675 /usr/bin/make install -- OK
7676Running make for G/GB/GBARR/Authen-SASL-2.16.tar.gz
7677 Has already been unwrapped into directory /root/.cpan/build/Authen-SASL-2.16-8m5sj5
7678
7679 CPAN.pm: Building G/GB/GBARR/Authen-SASL-2.16.tar.gz
7680
7681cp lib/Authen/SASL.pm blib/lib/Authen/SASL.pm
7682cp lib/Authen/SASL/EXTERNAL.pm blib/lib/Authen/SASL/EXTERNAL.pm
7683cp lib/Authen/SASL/CRAM_MD5.pm blib/lib/Authen/SASL/CRAM_MD5.pm
7684cp lib/Authen/SASL/Perl/EXTERNAL.pm blib/lib/Authen/SASL/Perl/EXTERNAL.pm
7685cp lib/Authen/SASL/Perl/LOGIN.pm blib/lib/Authen/SASL/Perl/LOGIN.pm
7686cp lib/Authen/SASL/Perl/ANONYMOUS.pm blib/lib/Authen/SASL/Perl/ANONYMOUS.pm
7687cp lib/Authen/SASL/Perl/PLAIN.pm blib/lib/Authen/SASL/Perl/PLAIN.pm
7688cp lib/Authen/SASL/Perl.pod blib/lib/Authen/SASL/Perl.pod
7689cp lib/Authen/SASL/Perl/DIGEST_MD5.pm blib/lib/Authen/SASL/Perl/DIGEST_MD5.pm
7690cp lib/Authen/SASL/Perl/CRAM_MD5.pm blib/lib/Authen/SASL/Perl/CRAM_MD5.pm
7691cp lib/Authen/SASL/Perl.pm blib/lib/Authen/SASL/Perl.pm
7692cp lib/Authen/SASL.pod blib/lib/Authen/SASL.pod
7693cp lib/Authen/SASL/Perl/GSSAPI.pm blib/lib/Authen/SASL/Perl/GSSAPI.pm
7694Manifying blib/man3/Authen::SASL::Perl::LOGIN.3pm
7695Manifying blib/man3/Authen::SASL::Perl::EXTERNAL.3pm
7696Manifying blib/man3/Authen::SASL::Perl::ANONYMOUS.3pm
7697Manifying blib/man3/Authen::SASL::Perl::PLAIN.3pm
7698Manifying blib/man3/Authen::SASL::Perl::DIGEST_MD5.3pm
7699Manifying blib/man3/Authen::SASL::Perl.3pm
7700Manifying blib/man3/Authen::SASL::Perl::CRAM_MD5.3pm
7701Manifying blib/man3/Authen::SASL.3pm
7702Manifying blib/man3/Authen::SASL::Perl::GSSAPI.3pm
7703 GBARR/Authen-SASL-2.16.tar.gz
7704 /usr/bin/make -- OK
7705Skipping test because of notest pragma
7706Running make install
7707Installing /usr/local/share/perl5/Authen/SASL.pod
7708Installing /usr/local/share/perl5/Authen/SASL.pm
7709Installing /usr/local/share/perl5/Authen/SASL/EXTERNAL.pm
7710Installing /usr/local/share/perl5/Authen/SASL/CRAM_MD5.pm
7711Installing /usr/local/share/perl5/Authen/SASL/Perl.pm
7712Installing /usr/local/share/perl5/Authen/SASL/Perl.pod
7713Installing /usr/local/share/perl5/Authen/SASL/Perl/GSSAPI.pm
7714Installing /usr/local/share/perl5/Authen/SASL/Perl/EXTERNAL.pm
7715Installing /usr/local/share/perl5/Authen/SASL/Perl/CRAM_MD5.pm
7716Installing /usr/local/share/perl5/Authen/SASL/Perl/DIGEST_MD5.pm
7717Installing /usr/local/share/perl5/Authen/SASL/Perl/ANONYMOUS.pm
7718Installing /usr/local/share/perl5/Authen/SASL/Perl/PLAIN.pm
7719Installing /usr/local/share/perl5/Authen/SASL/Perl/LOGIN.pm
7720Installing /usr/local/share/man/man3/Authen::SASL::Perl.3pm
7721Installing /usr/local/share/man/man3/Authen::SASL::Perl::EXTERNAL.3pm
7722Installing /usr/local/share/man/man3/Authen::SASL::Perl::PLAIN.3pm
7723Installing /usr/local/share/man/man3/Authen::SASL::Perl::DIGEST_MD5.3pm
7724Installing /usr/local/share/man/man3/Authen::SASL::Perl::ANONYMOUS.3pm
7725Installing /usr/local/share/man/man3/Authen::SASL::Perl::GSSAPI.3pm
7726Installing /usr/local/share/man/man3/Authen::SASL::Perl::LOGIN.3pm
7727Installing /usr/local/share/man/man3/Authen::SASL.3pm
7728Installing /usr/local/share/man/man3/Authen::SASL::Perl::CRAM_MD5.3pm
7729Appending installation info to /usr/lib64/perl5/perllocal.pod
7730 GBARR/Authen-SASL-2.16.tar.gz
7731 /usr/bin/make install -- OK
7732Running make for T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
7733 Has already been unwrapped into directory /root/.cpan/build/Net-SMTPS-0.04-HNhy3m
7734
7735 CPAN.pm: Building T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
7736
7737cp lib/Net/SMTPS.pm blib/lib/Net/SMTPS.pm
7738Manifying blib/man3/Net::SMTPS.3pm
7739 TOMO/src/Net-SMTPS-0.04.tar.gz
7740 /usr/bin/make -- OK
7741Skipping test because of notest pragma
7742Running make install
7743Installing /usr/local/share/perl5/Net/SMTPS.pm
7744Installing /usr/local/share/man/man3/Net::SMTPS.3pm
7745Appending installation info to /usr/lib64/perl5/perllocal.pod
7746 TOMO/src/Net-SMTPS-0.04.tar.gz
7747 /usr/bin/make install -- OK
7748Running Build for F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7749 Has already been unwrapped into directory /root/.cpan/build/Email-Sender-Transport-SMTPS-0.03-pJw6HI
7750
7751 CPAN.pm: Building F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7752
7753cp lib/Email/Sender/Transport/SMTPS.pm blib/lib/Email/Sender/Transport/SMTPS.pm
7754 FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7755 ./Build -- OK
7756Skipping test because of notest pragma
7757Running Build install
7758Installing /usr/local/share/perl5/Email/Sender/Transport/SMTPS.pm
7759Installing /usr/local/share/man/man3/Email::Sender::Transport::SMTPS.3pm
7760 FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7761 ./Build install -- OK
7762Running install for module 'Encode'
7763Running make for D/DA/DANKOGAI/Encode-2.78.tar.gz
7764Fetching with HTTP::Tiny:
7765http://mirror.optusnet.com.au/CPAN/authors/id/D/DA/DANKOGAI/Encode-2.78.tar.gz
7766Fetching with HTTP::Tiny:
7767http://mirror.optusnet.com.au/CPAN/authors/id/D/DA/DANKOGAI/CHECKSUMS
7768Checksum for /root/.cpan/sources/authors/id/D/DA/DANKOGAI/Encode-2.78.tar.gz ok
7769
7770 CPAN.pm: Building D/DA/DANKOGAI/Encode-2.78.tar.gz
7771
7772Checking if your kit is complete...
7773Looks good
7774Writing Makefile for Encode::Byte
7775Writing MYMETA.yml and MYMETA.json
7776Writing Makefile for Encode::CN
7777Writing MYMETA.yml and MYMETA.json
7778Writing Makefile for Encode::EBCDIC
7779Writing MYMETA.yml and MYMETA.json
7780Writing Makefile for Encode::JP
7781Writing MYMETA.yml and MYMETA.json
7782Writing Makefile for Encode::KR
7783Writing MYMETA.yml and MYMETA.json
7784Writing Makefile for Encode::Symbol
7785Writing MYMETA.yml and MYMETA.json
7786Writing Makefile for Encode::TW
7787Writing MYMETA.yml and MYMETA.json
7788Writing Makefile for Encode::Unicode
7789Writing MYMETA.yml and MYMETA.json
7790Writing Makefile for Encode
7791Writing MYMETA.yml and MYMETA.json
7792cp lib/Encode/JP/H2Z.pm blib/lib/Encode/JP/H2Z.pm
7793cp lib/Encode/JP/JIS7.pm blib/lib/Encode/JP/JIS7.pm
7794cp lib/Encode/Alias.pm blib/lib/Encode/Alias.pm
7795cp Encode/README.e2x blib/lib/Encode/README.e2x
7796cp lib/Encode/Unicode/UTF7.pm blib/lib/Encode/Unicode/UTF7.pm
7797cp lib/Encode/MIME/Header/ISO_2022_JP.pm blib/lib/Encode/MIME/Header/ISO_2022_JP.pm
7798cp lib/Encode/PerlIO.pod blib/lib/Encode/PerlIO.pod
7799cp lib/Encode/GSM0338.pm blib/lib/Encode/GSM0338.pm
7800cp Encode.pm blib/lib/Encode.pm
7801cp Encode/Makefile_PL.e2x blib/lib/Encode/Makefile_PL.e2x
7802cp Encode/Changes.e2x blib/lib/Encode/Changes.e2x
7803cp lib/Encode/Encoding.pm blib/lib/Encode/Encoding.pm
7804cp Encode/ConfigLocal_PM.e2x blib/lib/Encode/ConfigLocal_PM.e2x
7805cp Encode/encode.h blib/lib/Encode/encode.h
7806cp lib/Encode/KR/2022_KR.pm blib/lib/Encode/KR/2022_KR.pm
7807cp encoding.pm blib/lib/encoding.pm
7808cp lib/Encode/Guess.pm blib/lib/Encode/Guess.pm
7809cp lib/Encode/MIME/Name.pm blib/lib/Encode/MIME/Name.pm
7810cp Encode/_T.e2x blib/lib/Encode/_T.e2x
7811cp lib/Encode/Supported.pod blib/lib/Encode/Supported.pod
7812cp lib/Encode/Config.pm blib/lib/Encode/Config.pm
7813cp lib/Encode/Encoder.pm blib/lib/Encode/Encoder.pm
7814cp lib/Encode/MIME/Header.pm blib/lib/Encode/MIME/Header.pm
7815cp lib/Encode/CN/HZ.pm blib/lib/Encode/CN/HZ.pm
7816cp Encode/_PM.e2x blib/lib/Encode/_PM.e2x
7817cp lib/Encode/CJKConstants.pm blib/lib/Encode/CJKConstants.pm
7818make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/Byte'
7819cp Byte.pm ../blib/lib/Encode/Byte.pm
7820/usr/bin/perl ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t.fnm
7821Reading iso-8859-2 (iso-8859-2)
7822Reading iso-8859-3 (iso-8859-3)
7823Reading iso-8859-4 (iso-8859-4)
7824Reading iso-8859-5 (iso-8859-5)
7825Reading iso-8859-6 (iso-8859-6)
7826Reading iso-8859-7 (iso-8859-7)
7827Reading iso-8859-8 (iso-8859-8)
7828Reading iso-8859-9 (iso-8859-9)
7829Reading iso-8859-10 (iso-8859-10)
7830Reading iso-8859-11 (iso-8859-11)
7831Reading iso-8859-13 (iso-8859-13)
7832Reading iso-8859-14 (iso-8859-14)
7833Reading iso-8859-15 (iso-8859-15)
7834Reading iso-8859-16 (iso-8859-16)
7835Reading AdobeStandardEncoding (AdobeStandardEncoding)
7836Reading cp1006 (cp1006)
7837Reading cp1250 (cp1250)
7838Reading cp1251 (cp1251)
7839Reading cp1252 (cp1252)
7840Reading cp1253 (cp1253)
7841Reading cp1254 (cp1254)
7842Reading cp1255 (cp1255)
7843Reading cp1256 (cp1256)
7844Reading cp1257 (cp1257)
7845Reading cp1258 (cp1258)
7846Reading cp424 (cp424)
7847Reading cp437 (cp437)
7848Reading cp737 (cp737)
7849Reading cp775 (cp775)
7850Reading cp850 (cp850)
7851Reading cp852 (cp852)
7852Reading cp855 (cp855)
7853Reading cp856 (cp856)
7854Reading cp857 (cp857)
7855Reading cp858 (cp858)
7856Reading cp860 (cp860)
7857Reading cp861 (cp861)
7858Reading cp862 (cp862)
7859Reading cp863 (cp863)
7860Reading cp864 (cp864)
7861Reading cp865 (cp865)
7862Reading cp866 (cp866)
7863Reading cp869 (cp869)
7864Reading cp874 (cp874)
7865Reading hp-roman8 (hp-roman8)
7866Reading koi8-f (koi8-f)
7867Reading koi8-r (koi8-r)
7868Reading koi8-u (koi8-u)
7869Reading MacArabic (MacArabic)
7870Reading MacCentralEurRoman (MacCentralEurRoman)
7871Reading MacCroatian (MacCroatian)
7872Reading MacCyrillic (MacCyrillic)
7873Reading MacFarsi (MacFarsi)
7874Reading MacGreek (MacGreek)
7875Reading MacHebrew (MacHebrew)
7876Reading MacIcelandic (MacIcelandic)
7877Reading MacRomanian (MacRomanian)
7878Reading MacRumanian (MacRumanian)
7879Reading MacRoman (MacRoman)
7880Reading MacSami (MacSami)
7881Reading MacThai (MacThai)
7882Reading MacTurkish (MacTurkish)
7883Reading MacUkrainian (MacUkrainian)
7884Reading nextstep (nextstep)
7885Reading viscii (viscii)
7886/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -nolinenumbers -typemap /usr/share/perl5/ExtUtils/typemap Byte.xs > Byte.xsc && mv Byte.xsc Byte.c
7887gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" Byte.c
7888gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" byte_t.c
7889Running Mkbootstrap for Encode::Byte ()
7890chmod 644 Byte.bs
7891rm -f ../blib/arch/auto/Encode/Byte/Byte.so
7892gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Byte.o byte_t.o -o ../blib/arch/auto/Encode/Byte/Byte.so \
7893 \
7894
7895chmod 755 ../blib/arch/auto/Encode/Byte/Byte.so
7896cp Byte.bs ../blib/arch/auto/Encode/Byte/Byte.bs
7897chmod 644 ../blib/arch/auto/Encode/Byte/Byte.bs
7898make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/Byte'
7899make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/CN'
7900cp CN.pm ../blib/lib/Encode/CN.pm
7901/usr/bin/perl ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
7902Reading cp936 (cp936)
7903/usr/bin/perl ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
7904Reading euc-cn (euc-cn)
7905/usr/bin/perl ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fnm
7906Reading gb12345-raw (gb12345-raw)
7907/usr/bin/perl ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fnm
7908Reading gb2312-raw (gb2312-raw)
7909/usr/bin/perl ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fnm
7910Reading iso-ir-165 (iso-ir-165)
7911/usr/bin/perl ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
7912Reading MacChineseSimp (MacChineseSimp)
7913/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -noprototypes -nolinenumbers -typemap /usr/share/perl5/ExtUtils/typemap CN.xs > CN.xsc && mv CN.xsc CN.c
7914gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" CN.c
7915gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" cp_00_t.c
7916gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" eu_01_t.c
7917gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" gb_02_t.c
7918gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" gb_03_t.c
7919gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" ir_04_t.c
7920gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" ma_05_t.c
7921Running Mkbootstrap for Encode::CN ()
7922chmod 644 CN.bs
7923rm -f ../blib/arch/auto/Encode/CN/CN.so
7924gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro CN.o cp_00_t.o eu_01_t.o gb_02_t.o gb_03_t.o ir_04_t.o ma_05_t.o -o ../blib/arch/auto/Encode/CN/CN.so \
7925 \
7926
7927chmod 755 ../blib/arch/auto/Encode/CN/CN.so
7928cp CN.bs ../blib/arch/auto/Encode/CN/CN.bs
7929chmod 644 ../blib/arch/auto/Encode/CN/CN.bs
7930make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/CN'
7931make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/EBCDIC'
7932cp EBCDIC.pm ../blib/lib/Encode/EBCDIC.pm
7933/usr/bin/perl ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcdic_t.fnm
7934Reading cp37 (cp37)
7935Reading cp1026 (cp1026)
7936Reading cp1047 (cp1047)
7937Reading cp500 (cp500)
7938Reading cp875 (cp875)
7939Reading posix-bc (posix-bc)
7940/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -nolinenumbers -typemap /usr/share/perl5/ExtUtils/typemap EBCDIC.xs > EBCDIC.xsc && mv EBCDIC.xsc EBCDIC.c
7941gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I/usr/lib64/perl5/CORE" EBCDIC.c
7942gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I/usr/lib64/perl5/CORE" ebcdic_t.c
7943Running Mkbootstrap for Encode::EBCDIC ()
7944chmod 644 EBCDIC.bs
7945rm -f ../blib/arch/auto/Encode/EBCDIC/EBCDIC.so
7946gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro EBCDIC.o ebcdic_t.o -o ../blib/arch/auto/Encode/EBCDIC/EBCDIC.so \
7947 \
7948
7949chmod 755 ../blib/arch/auto/Encode/EBCDIC/EBCDIC.so
7950cp EBCDIC.bs ../blib/arch/auto/Encode/EBCDIC/EBCDIC.bs
7951chmod 644 ../blib/arch/auto/Encode/EBCDIC/EBCDIC.bs
7952make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/EBCDIC'
7953make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/JP'
7954cp JP.pm ../blib/lib/Encode/JP.pm
7955/usr/bin/perl ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
7956Reading cp932 (cp932)
7957/usr/bin/perl ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
7958Reading euc-jp (euc-jp)
7959/usr/bin/perl ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fnm
7960Reading jis0201-raw (jis0201-raw)
7961/usr/bin/perl ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fnm
7962Reading jis0208-raw (jis0208-raw)
7963/usr/bin/perl ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fnm
7964Reading jis0212-raw (jis0212-raw)
7965/usr/bin/perl ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
7966Reading MacJapanese (MacJapanese)
7967/usr/bin/perl ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fnm
7968Reading shiftjis (shiftjis)
7969/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -nolinenumbers -typemap /usr/share/perl5/ExtUtils/typemap JP.xs > JP.xsc && mv JP.xsc JP.c
7970gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" JP.c
7971gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" cp_00_t.c
7972gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" eu_01_t.c
7973gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" ji_02_t.c
7974gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" ji_03_t.c
7975gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" ji_04_t.c
7976gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" ma_05_t.c
7977gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" sh_06_t.c
7978Running Mkbootstrap for Encode::JP ()
7979chmod 644 JP.bs
7980rm -f ../blib/arch/auto/Encode/JP/JP.so
7981gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro JP.o cp_00_t.o eu_01_t.o ji_02_t.o ji_03_t.o ji_04_t.o ma_05_t.o sh_06_t.o -o ../blib/arch/auto/Encode/JP/JP.so \
7982 \
7983
7984chmod 755 ../blib/arch/auto/Encode/JP/JP.so
7985cp JP.bs ../blib/arch/auto/Encode/JP/JP.bs
7986chmod 644 ../blib/arch/auto/Encode/JP/JP.bs
7987make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/JP'
7988make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/KR'
7989cp KR.pm ../blib/lib/Encode/KR.pm
7990/usr/bin/perl ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
7991Reading cp949 (cp949)
7992/usr/bin/perl ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
7993Reading euc-kr (euc-kr)
7994/usr/bin/perl ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fnm
7995Reading johab (johab)
7996/usr/bin/perl ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fnm
7997Reading ksc5601-raw (ksc5601-raw)
7998/usr/bin/perl ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fnm
7999Reading MacKorean (MacKorean)
8000/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -nolinenumbers -typemap /usr/share/perl5/ExtUtils/typemap KR.xs > KR.xsc && mv KR.xsc KR.c
8001gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" KR.c
8002gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" cp_00_t.c
8003gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" eu_01_t.c
8004gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" jo_02_t.c
8005gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" ks_03_t.c
8006gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" ma_04_t.c
8007Running Mkbootstrap for Encode::KR ()
8008chmod 644 KR.bs
8009rm -f ../blib/arch/auto/Encode/KR/KR.so
8010gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro KR.o cp_00_t.o eu_01_t.o jo_02_t.o ks_03_t.o ma_04_t.o -o ../blib/arch/auto/Encode/KR/KR.so \
8011 \
8012
8013chmod 755 ../blib/arch/auto/Encode/KR/KR.so
8014cp KR.bs ../blib/arch/auto/Encode/KR/KR.bs
8015chmod 644 ../blib/arch/auto/Encode/KR/KR.bs
8016make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/KR'
8017make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/Symbol'
8018cp Symbol.pm ../blib/lib/Encode/Symbol.pm
8019/usr/bin/perl ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symbol_t.fnm
8020Reading AdobeSymbol (AdobeSymbol)
8021Reading AdobeZdingbat (AdobeZdingbat)
8022Reading dingbats (dingbats)
8023Reading MacDingbats (MacDingbats)
8024Reading MacSymbol (MacSymbol)
8025Reading symbol (symbol)
8026/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -nolinenumbers -typemap /usr/share/perl5/ExtUtils/typemap Symbol.xs > Symbol.xsc && mv Symbol.xsc Symbol.c
8027gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I/usr/lib64/perl5/CORE" Symbol.c
8028gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I/usr/lib64/perl5/CORE" symbol_t.c
8029Running Mkbootstrap for Encode::Symbol ()
8030chmod 644 Symbol.bs
8031rm -f ../blib/arch/auto/Encode/Symbol/Symbol.so
8032gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Symbol.o symbol_t.o -o ../blib/arch/auto/Encode/Symbol/Symbol.so \
8033 \
8034
8035chmod 755 ../blib/arch/auto/Encode/Symbol/Symbol.so
8036cp Symbol.bs ../blib/arch/auto/Encode/Symbol/Symbol.bs
8037chmod 644 ../blib/arch/auto/Encode/Symbol/Symbol.bs
8038make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/Symbol'
8039make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/TW'
8040cp TW.pm ../blib/lib/Encode/TW.pm
8041/usr/bin/perl ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fnm
8042Reading big5-eten (big5-eten)
8043/usr/bin/perl ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fnm
8044Reading big5-hkscs (big5-hkscs)
8045/usr/bin/perl ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fnm
8046Reading cp950 (cp950)
8047/usr/bin/perl ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fnm
8048Reading MacChineseTrad (MacChineseTrad)
8049/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -nolinenumbers -typemap /usr/share/perl5/ExtUtils/typemap TW.xs > TW.xsc && mv TW.xsc TW.c
8050gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" TW.c
8051gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" bi_00_t.c
8052gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" bi_01_t.c
8053gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" cp_02_t.c
8054gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" ma_03_t.c
8055Running Mkbootstrap for Encode::TW ()
8056chmod 644 TW.bs
8057rm -f ../blib/arch/auto/Encode/TW/TW.so
8058gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro TW.o bi_00_t.o bi_01_t.o cp_02_t.o ma_03_t.o -o ../blib/arch/auto/Encode/TW/TW.so \
8059 \
8060
8061chmod 755 ../blib/arch/auto/Encode/TW/TW.so
8062cp TW.bs ../blib/arch/auto/Encode/TW/TW.bs
8063chmod 644 ../blib/arch/auto/Encode/TW/TW.bs
8064make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/TW'
8065make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/Unicode'
8066cp Unicode.pm ../blib/lib/Encode/Unicode.pm
8067/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Unicode.xs > Unicode.xsc && mv Unicode.xsc Unicode.c
8068gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/usr/lib64/perl5/CORE" Unicode.c
8069Running Mkbootstrap for Encode::Unicode ()
8070chmod 644 Unicode.bs
8071rm -f ../blib/arch/auto/Encode/Unicode/Unicode.so
8072gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Unicode.o -o ../blib/arch/auto/Encode/Unicode/Unicode.so \
8073 \
8074
8075chmod 755 ../blib/arch/auto/Encode/Unicode/Unicode.so
8076cp Unicode.bs ../blib/arch/auto/Encode/Unicode/Unicode.bs
8077chmod 644 ../blib/arch/auto/Encode/Unicode/Unicode.bs
8078make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/Unicode'
8079/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Encode.xs > Encode.xsc && mv Encode.xsc Encode.c
8080/usr/bin/perl bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm
8081Reading iso-8859-1 (iso-8859-1)
8082Reading ascii (ascii)
8083Reading cp1252 (cp1252)
8084Reading ascii-ctrl (ascii-ctrl)
8085Reading null (null)
8086gcc -c -I./Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.78\" -DXS_VERSION=\"2.78\" -fPIC "-I/usr/lib64/perl5/CORE" Encode.c
8087gcc -c -I./Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.78\" -DXS_VERSION=\"2.78\" -fPIC "-I/usr/lib64/perl5/CORE" def_t.c
8088gcc -c -I./Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.78\" -DXS_VERSION=\"2.78\" -fPIC "-I/usr/lib64/perl5/CORE" encengine.c
8089Running Mkbootstrap for Encode ()
8090chmod 644 Encode.bs
8091rm -f blib/arch/auto/Encode/Encode.so
8092gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Encode.o def_t.o encengine.o -o blib/arch/auto/Encode/Encode.so \
8093 \
8094
8095chmod 755 blib/arch/auto/Encode/Encode.so
8096cp Encode.bs blib/arch/auto/Encode/Encode.bs
8097chmod 644 blib/arch/auto/Encode/Encode.bs
8098cp bin/piconv blib/script/piconv
8099/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv
8100cp bin/encguess blib/script/encguess
8101/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encguess
8102cp bin/enc2xs blib/script/enc2xs
8103/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs
8104Manifying blib/man1/piconv.1
8105Manifying blib/man1/encguess.1
8106Manifying blib/man1/enc2xs.1
8107Manifying blib/man3/Encode::JP::H2Z.3pm
8108Manifying blib/man3/Encode::JP::JIS7.3pm
8109Manifying blib/man3/Encode::Alias.3pm
8110Manifying blib/man3/Encode::Unicode::UTF7.3pm
8111Manifying blib/man3/Encode::PerlIO.3pm
8112Manifying blib/man3/Encode.3pm
8113Manifying blib/man3/Encode::GSM0338.3pm
8114Manifying blib/man3/Encode::Encoding.3pm
8115Manifying blib/man3/encoding.3pm
8116Manifying blib/man3/Encode::Guess.3pm
8117Manifying blib/man3/Encode::KR::2022_KR.3pm
8118Manifying blib/man3/Encode::MIME::Name.3pm
8119Manifying blib/man3/Encode::Config.3pm
8120Manifying blib/man3/Encode::Supported.3pm
8121Manifying blib/man3/Encode::Encoder.3pm
8122Manifying blib/man3/Encode::MIME::Header.3pm
8123Manifying blib/man3/Encode::CN::HZ.3pm
8124Manifying blib/man3/Encode::CJKConstants.3pm
8125 DANKOGAI/Encode-2.78.tar.gz
8126 /usr/bin/make -- OK
8127Skipping test because of notest pragma
8128Running make install
8129make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/Byte'
8130make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/Byte'
8131make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/CN'
8132make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/CN'
8133make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/EBCDIC'
8134make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/EBCDIC'
8135make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/JP'
8136make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/JP'
8137make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/KR'
8138make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/KR'
8139make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/Symbol'
8140make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/Symbol'
8141make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/TW'
8142make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/TW'
8143make[1]: Entering directory `/root/.cpan/build/Encode-2.78-eaea9n/Unicode'
8144make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-eaea9n/Unicode'
8145Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
8146Installing /usr/local/lib64/perl5/auto/Encode/Encode.so
8147Installing /usr/local/lib64/perl5/auto/Encode/Encode.bs
8148Installing /usr/local/lib64/perl5/auto/Encode/Byte/Byte.so
8149Installing /usr/local/lib64/perl5/auto/Encode/Byte/Byte.bs
8150Installing /usr/local/lib64/perl5/auto/Encode/Symbol/Symbol.so
8151Installing /usr/local/lib64/perl5/auto/Encode/Symbol/Symbol.bs
8152Installing /usr/local/lib64/perl5/auto/Encode/Unicode/Unicode.so
8153Installing /usr/local/lib64/perl5/auto/Encode/Unicode/Unicode.bs
8154Installing /usr/local/lib64/perl5/auto/Encode/KR/KR.so
8155Installing /usr/local/lib64/perl5/auto/Encode/KR/KR.bs
8156Installing /usr/local/lib64/perl5/auto/Encode/JP/JP.bs
8157Installing /usr/local/lib64/perl5/auto/Encode/JP/JP.so
8158Installing /usr/local/lib64/perl5/auto/Encode/TW/TW.so
8159Installing /usr/local/lib64/perl5/auto/Encode/TW/TW.bs
8160Installing /usr/local/lib64/perl5/auto/Encode/CN/CN.bs
8161Installing /usr/local/lib64/perl5/auto/Encode/CN/CN.so
8162Installing /usr/local/lib64/perl5/auto/Encode/EBCDIC/EBCDIC.bs
8163Installing /usr/local/lib64/perl5/auto/Encode/EBCDIC/EBCDIC.so
8164Installing /usr/local/lib64/perl5/encoding.pm
8165Installing /usr/local/lib64/perl5/Encode.pm
8166Installing /usr/local/lib64/perl5/Encode/GSM0338.pm
8167Installing /usr/local/lib64/perl5/Encode/encode.h
8168Installing /usr/local/lib64/perl5/Encode/_T.e2x
8169Installing /usr/local/lib64/perl5/Encode/EBCDIC.pm
8170Installing /usr/local/lib64/perl5/Encode/Symbol.pm
8171Installing /usr/local/lib64/perl5/Encode/Makefile_PL.e2x
8172Installing /usr/local/lib64/perl5/Encode/TW.pm
8173Installing /usr/local/lib64/perl5/Encode/Byte.pm
8174Installing /usr/local/lib64/perl5/Encode/CJKConstants.pm
8175Installing /usr/local/lib64/perl5/Encode/README.e2x
8176Installing /usr/local/lib64/perl5/Encode/Alias.pm
8177Installing /usr/local/lib64/perl5/Encode/Changes.e2x
8178Installing /usr/local/lib64/perl5/Encode/Config.pm
8179Installing /usr/local/lib64/perl5/Encode/KR.pm
8180Installing /usr/local/lib64/perl5/Encode/ConfigLocal_PM.e2x
8181Installing /usr/local/lib64/perl5/Encode/JP.pm
8182Installing /usr/local/lib64/perl5/Encode/_PM.e2x
8183Installing /usr/local/lib64/perl5/Encode/Encoder.pm
8184Installing /usr/local/lib64/perl5/Encode/Unicode.pm
8185Installing /usr/local/lib64/perl5/Encode/Guess.pm
8186Installing /usr/local/lib64/perl5/Encode/PerlIO.pod
8187Installing /usr/local/lib64/perl5/Encode/Encoding.pm
8188Installing /usr/local/lib64/perl5/Encode/CN.pm
8189Installing /usr/local/lib64/perl5/Encode/Supported.pod
8190Installing /usr/local/lib64/perl5/Encode/Unicode/UTF7.pm
8191Installing /usr/local/lib64/perl5/Encode/MIME/Header.pm
8192Installing /usr/local/lib64/perl5/Encode/MIME/Name.pm
8193Installing /usr/local/lib64/perl5/Encode/MIME/Header/ISO_2022_JP.pm
8194Installing /usr/local/lib64/perl5/Encode/KR/2022_KR.pm
8195Installing /usr/local/lib64/perl5/Encode/JP/H2Z.pm
8196Installing /usr/local/lib64/perl5/Encode/JP/JIS7.pm
8197Installing /usr/local/lib64/perl5/Encode/CN/HZ.pm
8198Installing /usr/local/share/man/man1/piconv.1
8199Installing /usr/local/share/man/man1/enc2xs.1
8200Installing /usr/local/share/man/man1/encguess.1
8201Installing /usr/local/share/man/man3/Encode::MIME::Name.3pm
8202Installing /usr/local/share/man/man3/Encode::Encoding.3pm
8203Installing /usr/local/share/man/man3/encoding.3pm
8204Installing /usr/local/share/man/man3/Encode::MIME::Header.3pm
8205Installing /usr/local/share/man/man3/Encode::GSM0338.3pm
8206Installing /usr/local/share/man/man3/Encode::CN::HZ.3pm
8207Installing /usr/local/share/man/man3/Encode::Config.3pm
8208Installing /usr/local/share/man/man3/Encode::Alias.3pm
8209Installing /usr/local/share/man/man3/Encode::CJKConstants.3pm
8210Installing /usr/local/share/man/man3/Encode::JP::H2Z.3pm
8211Installing /usr/local/share/man/man3/Encode::Guess.3pm
8212Installing /usr/local/share/man/man3/Encode.3pm
8213Installing /usr/local/share/man/man3/Encode::Unicode::UTF7.3pm
8214Installing /usr/local/share/man/man3/Encode::Supported.3pm
8215Installing /usr/local/share/man/man3/Encode::KR::2022_KR.3pm
8216Installing /usr/local/share/man/man3/Encode::JP::JIS7.3pm
8217Installing /usr/local/share/man/man3/Encode::Encoder.3pm
8218Installing /usr/local/share/man/man3/Encode::PerlIO.3pm
8219Installing /usr/local/bin/enc2xs
8220Installing /usr/local/bin/encguess
8221Installing /usr/local/bin/piconv
8222Appending installation info to /usr/lib64/perl5/perllocal.pod
8223 DANKOGAI/Encode-2.78.tar.gz
8224 /usr/bin/make install -- OK
8225Encode::MIME::Header is up to date (2.17).
8226Running install for module 'HTML::GenerateUtil'
8227Running make for R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz
8228Fetching with HTTP::Tiny:
8229http://mirror.optusnet.com.au/CPAN/authors/id/R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz
8230Fetching with HTTP::Tiny:
8231http://mirror.optusnet.com.au/CPAN/authors/id/R/RO/ROBM/CHECKSUMS
8232Checksum for /root/.cpan/sources/authors/id/R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz ok
8233
8234 CPAN.pm: Building R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz
8235
8236Checking if your kit is complete...
8237Looks good
8238Writing Makefile for HTML::GenerateUtil
8239Writing MYMETA.yml and MYMETA.json
8240cp lib/HTML/GenerateUtil.pm blib/lib/HTML/GenerateUtil.pm
8241/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap GenerateUtil.xs > GenerateUtil.xsc && mv GenerateUtil.xsc GenerateUtil.c
8242Please specify prototyping behavior for GenerateUtil.xs (see perlxs manual)
8243gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -fPIC "-I/usr/lib64/perl5/CORE" GenerateUtil.c
8244In file included from GenerateUtil.xs:5:0:
8245ppport.h:231:0: warning: "PERL_UNUSED_DECL" redefined [enabled by default]
8246 # define PERL_UNUSED_DECL
8247 ^
8248In file included from GenerateUtil.xs:2:0:
8249/usr/lib64/perl5/CORE/perl.h:328:0: note: this is the location of the previous definition
8250 # define PERL_UNUSED_DECL __attribute__unused__
8251 ^
8252GenerateUtil.c: In function 'XS_HTML__GenerateUtil_set_paranoia':
8253GenerateUtil.c:369:2: warning: implicit declaration of function 'set_paranoia' [-Wimplicit-function-declaration]
8254 set_paranoia(paranoia);
8255 ^
8256gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -fPIC "-I/usr/lib64/perl5/CORE" GenerateFunctions.c
8257In file included from GenerateFunctions.c:6:0:
8258ppport.h:231:0: warning: "PERL_UNUSED_DECL" redefined [enabled by default]
8259 # define PERL_UNUSED_DECL
8260 ^
8261In file included from GenerateFunctions.c:3:0:
8262/usr/lib64/perl5/CORE/perl.h:328:0: note: this is the location of the previous definition
8263 # define PERL_UNUSED_DECL __attribute__unused__
8264 ^
8265GenerateFunctions.c: In function 'GF_generate_tag':
8266GenerateFunctions.c:195:19: warning: variable 'valsp' set but not used [-Wunused-but-set-variable]
8267 char * tagsp, * valsp;
8268 ^
8269GenerateFunctions.c:195:10: warning: variable 'tagsp' set but not used [-Wunused-but-set-variable]
8270 char * tagsp, * valsp;
8271 ^
8272Running Mkbootstrap for HTML::GenerateUtil ()
8273chmod 644 GenerateUtil.bs
8274rm -f blib/arch/auto/HTML/GenerateUtil/GenerateUtil.so
8275gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro GenerateUtil.o GenerateFunctions.o -o blib/arch/auto/HTML/GenerateUtil/GenerateUtil.so \
8276 \
8277
8278chmod 755 blib/arch/auto/HTML/GenerateUtil/GenerateUtil.so
8279cp GenerateUtil.bs blib/arch/auto/HTML/GenerateUtil/GenerateUtil.bs
8280chmod 644 blib/arch/auto/HTML/GenerateUtil/GenerateUtil.bs
8281Manifying blib/man3/HTML::GenerateUtil.3pm
8282 ROBM/HTML-GenerateUtil-1.20.tar.gz
8283 /usr/bin/make -- OK
8284Skipping test because of notest pragma
8285Running make install
8286Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
8287Installing /usr/local/lib64/perl5/auto/HTML/GenerateUtil/GenerateUtil.bs
8288Installing /usr/local/lib64/perl5/auto/HTML/GenerateUtil/GenerateUtil.so
8289Installing /usr/local/lib64/perl5/HTML/GenerateUtil.pm
8290Installing /usr/local/share/man/man3/HTML::GenerateUtil.3pm
8291Appending installation info to /usr/lib64/perl5/perllocal.pod
8292 ROBM/HTML-GenerateUtil-1.20.tar.gz
8293 /usr/bin/make install -- OK
8294Running install for module 'HTML::Strip'
8295Running make for K/KI/KILINRAX/HTML-Strip-2.09.tar.gz
8296Fetching with HTTP::Tiny:
8297http://mirror.optusnet.com.au/CPAN/authors/id/K/KI/KILINRAX/HTML-Strip-2.09.tar.gz
8298Fetching with HTTP::Tiny:
8299http://mirror.optusnet.com.au/CPAN/authors/id/K/KI/KILINRAX/CHECKSUMS
8300Checksum for /root/.cpan/sources/authors/id/K/KI/KILINRAX/HTML-Strip-2.09.tar.gz ok
8301
8302 CPAN.pm: Building K/KI/KILINRAX/HTML-Strip-2.09.tar.gz
8303
8304Checking if your kit is complete...
8305Looks good
8306Writing Makefile for HTML::Strip
8307Writing MYMETA.yml and MYMETA.json
8308cp Strip.pm blib/lib/HTML/Strip.pm
8309/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Strip.xs > Strip.xsc && mv Strip.xsc Strip.c
8310gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.09\" -DXS_VERSION=\"2.09\" -fPIC "-I/usr/lib64/perl5/CORE" Strip.c
8311gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.09\" -DXS_VERSION=\"2.09\" -fPIC "-I/usr/lib64/perl5/CORE" strip_html.c
8312strip_html.c: In function '_strip_html':
8313strip_html.c:19:5: warning: implicit declaration of function 'utf8_char_width' [-Wimplicit-function-declaration]
8314 width = is_utf8_p ? utf8_char_width(p_raw) : 1;
8315 ^
8316strip_html.c: In function 'utf8_char_width':
8317strip_html.c:199:20: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
8318 char * p = string;
8319 ^
8320Running Mkbootstrap for HTML::Strip ()
8321chmod 644 Strip.bs
8322rm -f blib/arch/auto/HTML/Strip/Strip.so
8323gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Strip.o strip_html.o -o blib/arch/auto/HTML/Strip/Strip.so \
8324 \
8325
8326chmod 755 blib/arch/auto/HTML/Strip/Strip.so
8327cp Strip.bs blib/arch/auto/HTML/Strip/Strip.bs
8328chmod 644 blib/arch/auto/HTML/Strip/Strip.bs
8329Manifying blib/man3/HTML::Strip.3pm
8330 KILINRAX/HTML-Strip-2.09.tar.gz
8331 /usr/bin/make -- OK
8332Skipping test because of notest pragma
8333Running make install
8334Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
8335Installing /usr/local/lib64/perl5/auto/HTML/Strip/Strip.bs
8336Installing /usr/local/lib64/perl5/auto/HTML/Strip/Strip.so
8337Installing /usr/local/lib64/perl5/HTML/Strip.pm
8338Installing /usr/local/share/man/man3/HTML::Strip.3pm
8339Appending installation info to /usr/lib64/perl5/perllocal.pod
8340 KILINRAX/HTML-Strip-2.09.tar.gz
8341 /usr/bin/make install -- OK
8342Running install for module 'HTTP::Tiny'
8343Running make for D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz
8344Fetching with HTTP::Tiny:
8345http://mirror.optusnet.com.au/CPAN/authors/id/D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz
8346Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz ok
8347
8348 CPAN.pm: Building D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz
8349
8350Checking if your kit is complete...
8351Looks good
8352Writing Makefile for HTTP::Tiny
8353Writing MYMETA.yml and MYMETA.json
8354cp lib/HTTP/Tiny.pm blib/lib/HTTP/Tiny.pm
8355Manifying blib/man3/HTTP::Tiny.3pm
8356 DAGOLDEN/HTTP-Tiny-0.056.tar.gz
8357 /usr/bin/make -- OK
8358Skipping test because of notest pragma
8359Running make install
8360Installing /usr/local/share/perl5/HTTP/Tiny.pm
8361Installing /usr/local/share/man/man3/HTTP::Tiny.3pm
8362Appending installation info to /usr/lib64/perl5/perllocal.pod
8363 DAGOLDEN/HTTP-Tiny-0.056.tar.gz
8364 /usr/bin/make install -- OK
8365Running install for module 'IO::All'
8366Running make for I/IN/INGY/IO-All-0.86.tar.gz
8367Fetching with HTTP::Tiny:
8368http://mirror.optusnet.com.au/CPAN/authors/id/I/IN/INGY/IO-All-0.86.tar.gz
8369Fetching with HTTP::Tiny:
8370http://mirror.optusnet.com.au/CPAN/authors/id/I/IN/INGY/CHECKSUMS
8371Checksum for /root/.cpan/sources/authors/id/I/IN/INGY/IO-All-0.86.tar.gz ok
8372
8373 CPAN.pm: Building I/IN/INGY/IO-All-0.86.tar.gz
8374
8375Checking if your kit is complete...
8376Looks good
8377Writing Makefile for IO::All
8378Writing MYMETA.yml and MYMETA.json
8379cp lib/IO/All/Socket.pod blib/lib/IO/All/Socket.pod
8380cp lib/IO/All/String.pod blib/lib/IO/All/String.pod
8381cp lib/IO/All/Link.pm blib/lib/IO/All/Link.pm
8382cp lib/IO/All/DBM.pod blib/lib/IO/All/DBM.pod
8383cp lib/IO/All/Pipe.pod blib/lib/IO/All/Pipe.pod
8384cp lib/IO/All/Filesys.pod blib/lib/IO/All/Filesys.pod
8385cp lib/IO/All/Dir.pod blib/lib/IO/All/Dir.pod
8386cp lib/IO/All/MLDBM.pod blib/lib/IO/All/MLDBM.pod
8387cp lib/IO/All.pod blib/lib/IO/All.pod
8388cp lib/IO/All/STDIO.pod blib/lib/IO/All/STDIO.pod
8389cp lib/IO/All/MLDBM.pm blib/lib/IO/All/MLDBM.pm
8390cp lib/IO/All/STDIO.pm blib/lib/IO/All/STDIO.pm
8391cp lib/IO/All/String.pm blib/lib/IO/All/String.pm
8392cp lib/IO/All/Link.pod blib/lib/IO/All/Link.pod
8393cp lib/IO/All/Socket.pm blib/lib/IO/All/Socket.pm
8394cp lib/IO/All/Temp.pm blib/lib/IO/All/Temp.pm
8395cp lib/IO/All/Pipe.pm blib/lib/IO/All/Pipe.pm
8396cp lib/IO/All/File.pod blib/lib/IO/All/File.pod
8397cp lib/IO/All/Base.pm blib/lib/IO/All/Base.pm
8398cp lib/IO/All.pm blib/lib/IO/All.pm
8399cp lib/IO/All/DBM.pm blib/lib/IO/All/DBM.pm
8400cp lib/IO/All/Dir.pm blib/lib/IO/All/Dir.pm
8401cp lib/IO/All/Temp.pod blib/lib/IO/All/Temp.pod
8402cp lib/IO/All/File.pm blib/lib/IO/All/File.pm
8403cp lib/IO/All/Filesys.pm blib/lib/IO/All/Filesys.pm
8404Manifying blib/man3/IO::All::String.3pm
8405Manifying blib/man3/IO::All::Socket.3pm
8406Manifying blib/man3/IO::All::Link.3pm
8407Manifying blib/man3/IO::All::Pipe.3pm
8408Manifying blib/man3/IO::All::DBM.3pm
8409Manifying blib/man3/IO::All::File.3pm
8410Manifying blib/man3/IO::All::Filesys.3pm
8411Manifying blib/man3/IO::All::Dir.3pm
8412Manifying blib/man3/IO::All::MLDBM.3pm
8413Manifying blib/man3/IO::All::STDIO.3pm
8414Manifying blib/man3/IO::All.3pm
8415Manifying blib/man3/IO::All::Temp.3pm
8416 INGY/IO-All-0.86.tar.gz
8417 /usr/bin/make -- OK
8418Skipping test because of notest pragma
8419Running make install
8420Manifying blib/man3/IO::All::String.3pm
8421Manifying blib/man3/IO::All::Socket.3pm
8422Manifying blib/man3/IO::All::Link.3pm
8423Manifying blib/man3/IO::All::Pipe.3pm
8424Manifying blib/man3/IO::All::DBM.3pm
8425Manifying blib/man3/IO::All::File.3pm
8426Manifying blib/man3/IO::All::Filesys.3pm
8427Manifying blib/man3/IO::All::Dir.3pm
8428Manifying blib/man3/IO::All::MLDBM.3pm
8429Manifying blib/man3/IO::All::STDIO.3pm
8430Installing /usr/local/share/perl5/IO/All.pm
8431Installing /usr/local/share/perl5/IO/All.pod
8432Installing /usr/local/share/perl5/IO/All/File.pod
8433Installing /usr/local/share/perl5/IO/All/Base.pm
8434Installing /usr/local/share/perl5/IO/All/MLDBM.pm
8435Installing /usr/local/share/perl5/IO/All/Pipe.pm
8436Installing /usr/local/share/perl5/IO/All/Filesys.pm
8437Installing /usr/local/share/perl5/IO/All/Filesys.pod
8438Installing /usr/local/share/perl5/IO/All/Dir.pod
8439Installing /usr/local/share/perl5/IO/All/Link.pm
8440Installing /usr/local/share/perl5/IO/All/DBM.pod
8441Installing /usr/local/share/perl5/IO/All/Dir.pm
8442Installing /usr/local/share/perl5/IO/All/Socket.pm
8443Installing /usr/local/share/perl5/IO/All/Socket.pod
8444Installing /usr/local/share/perl5/IO/All/Temp.pm
8445Installing /usr/local/share/perl5/IO/All/String.pod
8446Installing /usr/local/share/perl5/IO/All/DBM.pm
8447Installing /usr/local/share/perl5/IO/All/Pipe.pod
8448Installing /usr/local/share/perl5/IO/All/Temp.pod
8449Installing /usr/local/share/perl5/IO/All/Link.pod
8450Installing /usr/local/share/perl5/IO/All/String.pm
8451Installing /usr/local/share/perl5/IO/All/STDIO.pm
8452Installing /usr/local/share/perl5/IO/All/STDIO.pod
8453Installing /usr/local/share/perl5/IO/All/File.pm
8454Installing /usr/local/share/perl5/IO/All/MLDBM.pod
8455Installing /usr/local/share/man/man3/IO::All::String.3pm
8456Installing /usr/local/share/man/man3/IO::All::Temp.3pm
8457Installing /usr/local/share/man/man3/IO::All::Link.3pm
8458Installing /usr/local/share/man/man3/IO::All::Pipe.3pm
8459Installing /usr/local/share/man/man3/IO::All::Socket.3pm
8460Installing /usr/local/share/man/man3/IO::All::MLDBM.3pm
8461Installing /usr/local/share/man/man3/IO::All.3pm
8462Installing /usr/local/share/man/man3/IO::All::Filesys.3pm
8463Installing /usr/local/share/man/man3/IO::All::File.3pm
8464Installing /usr/local/share/man/man3/IO::All::DBM.3pm
8465Installing /usr/local/share/man/man3/IO::All::Dir.3pm
8466Installing /usr/local/share/man/man3/IO::All::STDIO.3pm
8467Appending installation info to /usr/lib64/perl5/perllocal.pod
8468 INGY/IO-All-0.86.tar.gz
8469 /usr/bin/make install -- OK
8470Running install for module 'IO::LockedFile'
8471Running make for R/RA/RANI/IO-LockedFile-0.23.tar.gz
8472Fetching with HTTP::Tiny:
8473http://mirror.optusnet.com.au/CPAN/authors/id/R/RA/RANI/IO-LockedFile-0.23.tar.gz
8474Fetching with HTTP::Tiny:
8475http://mirror.optusnet.com.au/CPAN/authors/id/R/RA/RANI/CHECKSUMS
8476Checksum for /root/.cpan/sources/authors/id/R/RA/RANI/IO-LockedFile-0.23.tar.gz ok
8477
8478 CPAN.pm: Building R/RA/RANI/IO-LockedFile-0.23.tar.gz
8479
8480Unparsable version '' for prerequisite IO::File at Makefile.PL line 4.
8481Unparsable version '' for prerequisite Fcntl at Makefile.PL line 4.
8482Checking if your kit is complete...
8483Looks good
8484Writing Makefile for IO::LockedFile
8485Writing MYMETA.yml and MYMETA.json
8486cp LockedFile/Flock.pm blib/lib/IO/LockedFile/Flock.pm
8487cp LockedFile.pm blib/lib/IO/LockedFile.pm
8488Manifying blib/man3/IO::LockedFile::Flock.3pm
8489Manifying blib/man3/IO::LockedFile.3pm
8490 RANI/IO-LockedFile-0.23.tar.gz
8491 /usr/bin/make -- OK
8492Skipping test because of notest pragma
8493Running make install
8494Installing /usr/local/share/perl5/IO/LockedFile.pm
8495Installing /usr/local/share/perl5/IO/LockedFile/Flock.pm
8496Installing /usr/local/share/man/man3/IO::LockedFile.3pm
8497Installing /usr/local/share/man/man3/IO::LockedFile::Flock.3pm
8498Appending installation info to /usr/lib64/perl5/perllocal.pod
8499 RANI/IO-LockedFile-0.23.tar.gz
8500 /usr/bin/make install -- OK
8501Running install for module 'IO::Socket::SSL'
8502Running make for S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz
8503Fetching with HTTP::Tiny:
8504http://mirror.optusnet.com.au/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz
8505Fetching with HTTP::Tiny:
8506http://mirror.optusnet.com.au/CPAN/authors/id/S/SU/SULLR/CHECKSUMS
8507Checksum for /root/.cpan/sources/authors/id/S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz ok
8508
8509 CPAN.pm: Building S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz
8510
8511Checking if your kit is complete...
8512Looks good
8513Writing Makefile for IO::Socket::SSL
8514Writing MYMETA.yml and MYMETA.json
8515cp lib/IO/Socket/SSL.pod blib/lib/IO/Socket/SSL.pod
8516cp lib/IO/Socket/SSL.pm blib/lib/IO/Socket/SSL.pm
8517cp lib/IO/Socket/SSL/PublicSuffix.pm blib/lib/IO/Socket/SSL/PublicSuffix.pm
8518cp lib/IO/Socket/SSL/Intercept.pm blib/lib/IO/Socket/SSL/Intercept.pm
8519cp lib/IO/Socket/SSL/Utils.pm blib/lib/IO/Socket/SSL/Utils.pm
8520Manifying blib/man3/IO::Socket::SSL::PublicSuffix.3pm
8521Manifying blib/man3/IO::Socket::SSL.3pm
8522Manifying blib/man3/IO::Socket::SSL::Utils.3pm
8523Manifying blib/man3/IO::Socket::SSL::Intercept.3pm
8524 SULLR/IO-Socket-SSL-2.022.tar.gz
8525 /usr/bin/make -- OK
8526Skipping test because of notest pragma
8527Running make install
8528Manifying blib/man3/IO::Socket::SSL::PublicSuffix.3pm
8529Manifying blib/man3/IO::Socket::SSL.3pm
8530Manifying blib/man3/IO::Socket::SSL::Utils.3pm
8531Manifying blib/man3/IO::Socket::SSL::Intercept.3pm
8532Installing /usr/local/share/perl5/IO/Socket/SSL.pod
8533Installing /usr/local/share/perl5/IO/Socket/SSL.pm
8534Installing /usr/local/share/perl5/IO/Socket/SSL/Intercept.pm
8535Installing /usr/local/share/perl5/IO/Socket/SSL/Utils.pm
8536Installing /usr/local/share/perl5/IO/Socket/SSL/PublicSuffix.pm
8537Installing /usr/local/share/man/man3/IO::Socket::SSL.3pm
8538Installing /usr/local/share/man/man3/IO::Socket::SSL::Utils.3pm
8539Installing /usr/local/share/man/man3/IO::Socket::SSL::Intercept.3pm
8540Installing /usr/local/share/man/man3/IO::Socket::SSL::PublicSuffix.3pm
8541Appending installation info to /usr/lib64/perl5/perllocal.pod
8542 SULLR/IO-Socket-SSL-2.022.tar.gz
8543 /usr/bin/make install -- OK
8544Running install for module 'Image::Size'
8545Running make for R/RJ/RJRAY/Image-Size-3.300.tar.gz
8546Fetching with HTTP::Tiny:
8547http://mirror.optusnet.com.au/CPAN/authors/id/R/RJ/RJRAY/Image-Size-3.300.tar.gz
8548Fetching with HTTP::Tiny:
8549http://mirror.optusnet.com.au/CPAN/authors/id/R/RJ/RJRAY/CHECKSUMS
8550Checksum for /root/.cpan/sources/authors/id/R/RJ/RJRAY/Image-Size-3.300.tar.gz ok
8551
8552 CPAN.pm: Building R/RJ/RJRAY/Image-Size-3.300.tar.gz
8553
8554Checking if your kit is complete...
8555Looks good
8556Writing Makefile for Image::Size
8557Writing MYMETA.yml and MYMETA.json
8558cp lib/Image/Size.pm blib/lib/Image/Size.pm
8559cp imgsize blib/script/imgsize
8560/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/imgsize
8561Manifying blib/man1/imgsize.1
8562Manifying blib/man3/Image::Size.3pm
8563 RJRAY/Image-Size-3.300.tar.gz
8564 /usr/bin/make -- OK
8565Skipping test because of notest pragma
8566Running make install
8567Manifying blib/man1/imgsize.1
8568Manifying blib/man3/Image::Size.3pm
8569Installing /usr/local/share/perl5/Image/Size.pm
8570Installing /usr/local/share/man/man1/imgsize.1
8571Installing /usr/local/share/man/man3/Image::Size.3pm
8572Installing /usr/local/bin/imgsize
8573Appending installation info to /usr/lib64/perl5/perllocal.pod
8574 RJRAY/Image-Size-3.300.tar.gz
8575 /usr/bin/make install -- OK
8576JSON::XS is up to date (3.01).
8577Running install for module 'MIME::Base64'
8578Running make for G/GA/GAAS/MIME-Base64-3.15.tar.gz
8579Fetching with HTTP::Tiny:
8580http://mirror.optusnet.com.au/CPAN/authors/id/G/GA/GAAS/MIME-Base64-3.15.tar.gz
8581Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/MIME-Base64-3.15.tar.gz ok
8582
8583 CPAN.pm: Building G/GA/GAAS/MIME-Base64-3.15.tar.gz
8584
8585Checking if your kit is complete...
8586Looks good
8587Writing Makefile for MIME::Base64
8588Writing MYMETA.yml and MYMETA.json
8589cp QuotedPrint.pm blib/lib/MIME/QuotedPrint.pm
8590cp Base64.pm blib/lib/MIME/Base64.pm
8591/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Base64.xs > Base64.xsc && mv Base64.xsc Base64.c
8592gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"3.15\" -DXS_VERSION=\"3.15\" -fPIC "-I/usr/lib64/perl5/CORE" Base64.c
8593Running Mkbootstrap for MIME::Base64 ()
8594chmod 644 Base64.bs
8595rm -f blib/arch/auto/MIME/Base64/Base64.so
8596gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Base64.o -o blib/arch/auto/MIME/Base64/Base64.so \
8597 \
8598
8599chmod 755 blib/arch/auto/MIME/Base64/Base64.so
8600cp Base64.bs blib/arch/auto/MIME/Base64/Base64.bs
8601chmod 644 blib/arch/auto/MIME/Base64/Base64.bs
8602Manifying blib/man3/MIME::QuotedPrint.3pm
8603Manifying blib/man3/MIME::Base64.3pm
8604 GAAS/MIME-Base64-3.15.tar.gz
8605 /usr/bin/make -- OK
8606Skipping test because of notest pragma
8607Running make install
8608Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
8609Installing /usr/local/lib64/perl5/auto/MIME/Base64/Base64.so
8610Installing /usr/local/lib64/perl5/auto/MIME/Base64/Base64.bs
8611Installing /usr/local/lib64/perl5/MIME/QuotedPrint.pm
8612Installing /usr/local/lib64/perl5/MIME/Base64.pm
8613Installing /usr/local/share/man/man3/MIME::Base64.3pm
8614Installing /usr/local/share/man/man3/MIME::QuotedPrint.3pm
8615Appending installation info to /usr/lib64/perl5/perllocal.pod
8616 GAAS/MIME-Base64-3.15.tar.gz
8617 /usr/bin/make install -- OK
8618Running install for module 'Mail::IMAPTalk'
8619Running make for R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz
8620Fetching with HTTP::Tiny:
8621http://mirror.optusnet.com.au/CPAN/authors/id/R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz
8622Checksum for /root/.cpan/sources/authors/id/R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz ok
8623
8624 CPAN.pm: Building R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz
8625
8626Checking if your kit is complete...
8627Looks good
8628Writing Makefile for Mail::IMAPTalk
8629Writing MYMETA.yml and MYMETA.json
8630cp IMAPTalk.pm blib/lib/Mail/IMAPTalk.pm
8631Manifying blib/man3/Mail::IMAPTalk.3pm
8632 ROBM/Mail-IMAPTalk-4.01.tar.gz
8633 /usr/bin/make -- OK
8634Skipping test because of notest pragma
8635Running make install
8636Installing /usr/local/share/perl5/Mail/IMAPTalk.pm
8637Installing /usr/local/share/man/man3/Mail::IMAPTalk.3pm
8638Appending installation info to /usr/lib64/perl5/perllocal.pod
8639 ROBM/Mail-IMAPTalk-4.01.tar.gz
8640 /usr/bin/make install -- OK
8641Running install for module 'Moose'
8642Running make for E/ET/ETHER/Moose-2.1604.tar.gz
8643Fetching with HTTP::Tiny:
8644http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/Moose-2.1604.tar.gz
8645Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Moose-2.1604.tar.gz ok
8646---- Unsatisfied dependencies detected during ----
8647---- ETHER/Moose-2.1604.tar.gz ----
8648 Dist::CheckConflicts [build_requires]
8649Skipping test because of notest pragma
8650Running make install
8651 Make had some problems, won't install
8652 Delayed until after prerequisites
8653Running install for module 'Dist::CheckConflicts'
8654Running make for D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz
8655Fetching with HTTP::Tiny:
8656http://mirror.optusnet.com.au/CPAN/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz
8657Fetching with HTTP::Tiny:
8658http://mirror.optusnet.com.au/CPAN/authors/id/D/DO/DOY/CHECKSUMS
8659Checksum for /root/.cpan/sources/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz ok
8660
8661 CPAN.pm: Building D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz
8662
8663Checking if your kit is complete...
8664Looks good
8665Writing Makefile for Dist::CheckConflicts
8666Writing MYMETA.yml and MYMETA.json
8667cp lib/Dist/CheckConflicts.pm blib/lib/Dist/CheckConflicts.pm
8668Manifying blib/man3/Dist::CheckConflicts.3pm
8669 DOY/Dist-CheckConflicts-0.11.tar.gz
8670 /usr/bin/make -- OK
8671Skipping test because of notest pragma
8672Running make install
8673Installing /usr/local/share/perl5/Dist/CheckConflicts.pm
8674Installing /usr/local/share/man/man3/Dist::CheckConflicts.3pm
8675Appending installation info to /usr/lib64/perl5/perllocal.pod
8676 DOY/Dist-CheckConflicts-0.11.tar.gz
8677 /usr/bin/make install -- OK
8678Running make for E/ET/ETHER/Moose-2.1604.tar.gz
8679
8680 CPAN.pm: Building E/ET/ETHER/Moose-2.1604.tar.gz
8681
8682Warning: prerequisite Class::Load::XS 0.01 not found.
8683Warning: prerequisite Devel::OverloadInfo 0.004 not found.
8684Warning: prerequisite Eval::Closure 0.04 not found.
8685Warning: prerequisite Module::Runtime::Conflicts 0.002 not found.
8686Warning: prerequisite Sub::Identify 0 not found.
8687Warning: prerequisite Sub::Name 0.05 not found.
8688Warning: prerequisite Try::Tiny 0.17 not found. We have 0.12.
8689Checking if your kit is complete...
8690Looks good
8691Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
8692Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
8693Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
8694Writing Makefile for Moose
8695Writing MYMETA.yml and MYMETA.json
8696---- Unsatisfied dependencies detected during ----
8697---- ETHER/Moose-2.1604.tar.gz ----
8698 Test::CleanNamespaces [build_requires]
8699 Devel::OverloadInfo [requires]
8700 Class::Load::XS [requires]
8701 Try::Tiny [requires]
8702 Eval::Closure [requires]
8703 Sub::Name [requires]
8704 Sub::Identify [requires]
8705 Module::Runtime::Conflicts [requires]
8706Skipping test because of notest pragma
8707Running make install
8708 Delayed until after prerequisites
8709Running install for module 'Test::CleanNamespaces'
8710Running make for E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
8711Fetching with HTTP::Tiny:
8712http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
8713Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz ok
8714
8715 CPAN.pm: Building E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
8716
8717Warning: prerequisite File::Find::Rule 0 not found.
8718Warning: prerequisite File::Find::Rule::Perl 0 not found.
8719Warning: prerequisite Sub::Identify 0 not found.
8720Warning: prerequisite namespace::clean 0 not found.
8721Checking if your kit is complete...
8722Looks good
8723Writing Makefile for Test::CleanNamespaces
8724Writing MYMETA.yml and MYMETA.json
8725---- Unsatisfied dependencies detected during ----
8726---- ETHER/Test-CleanNamespaces-0.18.tar.gz ----
8727 Sub::Identify [requires]
8728 File::Find::Rule [requires]
8729 File::Find::Rule::Perl [requires]
8730 namespace::clean [requires]
8731Skipping test because of notest pragma
8732Running make install
8733 Delayed until after prerequisites
8734Running install for module 'Sub::Identify'
8735Running make for R/RG/RGARCIA/Sub-Identify-0.12.tar.gz
8736Fetching with HTTP::Tiny:
8737http://mirror.optusnet.com.au/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-0.12.tar.gz
8738Fetching with HTTP::Tiny:
8739http://mirror.optusnet.com.au/CPAN/authors/id/R/RG/RGARCIA/CHECKSUMS
8740Checksum for /root/.cpan/sources/authors/id/R/RG/RGARCIA/Sub-Identify-0.12.tar.gz ok
8741
8742 CPAN.pm: Building R/RG/RGARCIA/Sub-Identify-0.12.tar.gz
8743
8744Checking if your kit is complete...
8745Looks good
8746Writing Makefile for Sub::Identify
8747Writing MYMETA.yml and MYMETA.json
8748cp lib/Sub/Identify.pm blib/lib/Sub/Identify.pm
8749/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Identify.xs > Identify.xsc && mv Identify.xsc Identify.c
8750gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.12\" -DXS_VERSION=\"0.12\" -fPIC "-I/usr/lib64/perl5/CORE" Identify.c
8751Running Mkbootstrap for Sub::Identify ()
8752chmod 644 Identify.bs
8753rm -f blib/arch/auto/Sub/Identify/Identify.so
8754gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Identify.o -o blib/arch/auto/Sub/Identify/Identify.so \
8755 \
8756
8757chmod 755 blib/arch/auto/Sub/Identify/Identify.so
8758cp Identify.bs blib/arch/auto/Sub/Identify/Identify.bs
8759chmod 644 blib/arch/auto/Sub/Identify/Identify.bs
8760Manifying blib/man3/Sub::Identify.3pm
8761 RGARCIA/Sub-Identify-0.12.tar.gz
8762 /usr/bin/make -- OK
8763Skipping test because of notest pragma
8764Running make install
8765Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
8766Installing /usr/local/lib64/perl5/auto/Sub/Identify/Identify.bs
8767Installing /usr/local/lib64/perl5/auto/Sub/Identify/Identify.so
8768Installing /usr/local/lib64/perl5/Sub/Identify.pm
8769Installing /usr/local/share/man/man3/Sub::Identify.3pm
8770Appending installation info to /usr/lib64/perl5/perllocal.pod
8771 RGARCIA/Sub-Identify-0.12.tar.gz
8772 /usr/bin/make install -- OK
8773Running install for module 'File::Find::Rule'
8774Running make for R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
8775Fetching with HTTP::Tiny:
8776http://mirror.optusnet.com.au/CPAN/authors/id/R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
8777Fetching with HTTP::Tiny:
8778http://mirror.optusnet.com.au/CPAN/authors/id/R/RC/RCLAMP/CHECKSUMS
8779Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz ok
8780
8781 CPAN.pm: Building R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
8782
8783Warning: prerequisite Number::Compare 0 not found.
8784Warning: prerequisite Text::Glob 0.07 not found.
8785Checking if your kit is complete...
8786Looks good
8787Writing Makefile for File::Find::Rule
8788Writing MYMETA.yml and MYMETA.json
8789---- Unsatisfied dependencies detected during ----
8790---- RCLAMP/File-Find-Rule-0.34.tar.gz ----
8791 Text::Glob [requires]
8792 Number::Compare [requires]
8793Skipping test because of notest pragma
8794Running make install
8795 Delayed until after prerequisites
8796Running install for module 'Text::Glob'
8797Running make for R/RC/RCLAMP/Text-Glob-0.09.tar.gz
8798Fetching with HTTP::Tiny:
8799http://mirror.optusnet.com.au/CPAN/authors/id/R/RC/RCLAMP/Text-Glob-0.09.tar.gz
8800Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Text-Glob-0.09.tar.gz ok
8801
8802 CPAN.pm: Building R/RC/RCLAMP/Text-Glob-0.09.tar.gz
8803
8804Created MYMETA.yml and MYMETA.json
8805Creating new 'Build' script for 'Text-Glob' version '0.09'
8806Building Text-Glob
8807 RCLAMP/Text-Glob-0.09.tar.gz
8808 ./Build -- OK
8809Skipping test because of notest pragma
8810Running Build install
8811Building Text-Glob
8812Installing /usr/local/share/perl5/Text/Glob.pm
8813Installing /usr/local/share/man/man3/Text::Glob.3pm
8814 RCLAMP/Text-Glob-0.09.tar.gz
8815 ./Build install -- OK
8816Running install for module 'Number::Compare'
8817Running make for R/RC/RCLAMP/Number-Compare-0.03.tar.gz
8818Fetching with HTTP::Tiny:
8819http://mirror.optusnet.com.au/CPAN/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz
8820Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz ok
8821
8822 CPAN.pm: Building R/RC/RCLAMP/Number-Compare-0.03.tar.gz
8823
8824Checking if your kit is complete...
8825Looks good
8826Writing Makefile for Number::Compare
8827Writing MYMETA.yml and MYMETA.json
8828cp lib/Number/Compare.pm blib/lib/Number/Compare.pm
8829Manifying blib/man3/Number::Compare.3pm
8830 RCLAMP/Number-Compare-0.03.tar.gz
8831 /usr/bin/make -- OK
8832Skipping test because of notest pragma
8833Running make install
8834Installing /usr/local/share/perl5/Number/Compare.pm
8835Installing /usr/local/share/man/man3/Number::Compare.3pm
8836Appending installation info to /usr/lib64/perl5/perllocal.pod
8837 RCLAMP/Number-Compare-0.03.tar.gz
8838 /usr/bin/make install -- OK
8839Running make for R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
8840 Has already been unwrapped into directory /root/.cpan/build/File-Find-Rule-0.34-4EbJ88
8841
8842 CPAN.pm: Building R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
8843
8844cp lib/File/Find/Rule.pm blib/lib/File/Find/Rule.pm
8845cp lib/File/Find/Rule/Extending.pod blib/lib/File/Find/Rule/Extending.pod
8846cp lib/File/Find/Rule/Procedural.pod blib/lib/File/Find/Rule/Procedural.pod
8847cp findrule blib/script/findrule
8848/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/findrule
8849Manifying blib/man1/findrule.1
8850Manifying blib/man3/File::Find::Rule.3pm
8851Manifying blib/man3/File::Find::Rule::Extending.3pm
8852Manifying blib/man3/File::Find::Rule::Procedural.3pm
8853 RCLAMP/File-Find-Rule-0.34.tar.gz
8854 /usr/bin/make -- OK
8855Skipping test because of notest pragma
8856Running make install
8857Installing /usr/local/share/perl5/File/Find/Rule.pm
8858Installing /usr/local/share/perl5/File/Find/Rule/Extending.pod
8859Installing /usr/local/share/perl5/File/Find/Rule/Procedural.pod
8860Installing /usr/local/share/man/man1/findrule.1
8861Installing /usr/local/share/man/man3/File::Find::Rule.3pm
8862Installing /usr/local/share/man/man3/File::Find::Rule::Extending.3pm
8863Installing /usr/local/share/man/man3/File::Find::Rule::Procedural.3pm
8864Installing /usr/local/bin/findrule
8865Appending installation info to /usr/lib64/perl5/perllocal.pod
8866 RCLAMP/File-Find-Rule-0.34.tar.gz
8867 /usr/bin/make install -- OK
8868Running install for module 'File::Find::Rule::Perl'
8869Running make for E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz
8870Fetching with HTTP::Tiny:
8871http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz
8872Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz ok
8873
8874 CPAN.pm: Building E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz
8875
8876Checking if your kit is complete...
8877Looks good
8878Writing Makefile for File::Find::Rule::Perl
8879Writing MYMETA.yml and MYMETA.json
8880cp lib/File/Find/Rule/Perl.pm blib/lib/File/Find/Rule/Perl.pm
8881Manifying blib/man3/File::Find::Rule::Perl.3pm
8882 ETHER/File-Find-Rule-Perl-1.15.tar.gz
8883 /usr/bin/make -- OK
8884Skipping test because of notest pragma
8885Running make install
8886Installing /usr/local/share/perl5/File/Find/Rule/Perl.pm
8887Installing /usr/local/share/man/man3/File::Find::Rule::Perl.3pm
8888Appending installation info to /usr/lib64/perl5/perllocal.pod
8889 ETHER/File-Find-Rule-Perl-1.15.tar.gz
8890 /usr/bin/make install -- OK
8891Running install for module 'namespace::clean'
8892Running make for R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
8893Fetching with HTTP::Tiny:
8894http://mirror.optusnet.com.au/CPAN/authors/id/R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
8895Fetching with HTTP::Tiny:
8896http://mirror.optusnet.com.au/CPAN/authors/id/R/RI/RIBASUSHI/CHECKSUMS
8897Checksum for /root/.cpan/sources/authors/id/R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz ok
8898
8899 CPAN.pm: Building R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
8900
8901Warning: prerequisite B::Hooks::EndOfScope 0.12 not found.
8902Checking if your kit is complete...
8903Looks good
8904Writing Makefile for namespace::clean
8905Writing MYMETA.yml and MYMETA.json
8906---- Unsatisfied dependencies detected during ----
8907---- RIBASUSHI/namespace-clean-0.26.tar.gz ----
8908 B::Hooks::EndOfScope [requires]
8909Skipping test because of notest pragma
8910Running make install
8911 Delayed until after prerequisites
8912Running install for module 'B::Hooks::EndOfScope'
8913Running make for E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
8914Fetching with HTTP::Tiny:
8915http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
8916Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz ok
8917
8918 CPAN.pm: Building E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
8919
8920Warning: prerequisite Variable::Magic 0.48 not found.
8921Checking if your kit is complete...
8922Looks good
8923Writing Makefile for B::Hooks::EndOfScope
8924Writing MYMETA.yml and MYMETA.json
8925---- Unsatisfied dependencies detected during ----
8926---- ETHER/B-Hooks-EndOfScope-0.15.tar.gz ----
8927 Variable::Magic [requires]
8928Skipping test because of notest pragma
8929Running make install
8930 Delayed until after prerequisites
8931Running install for module 'Variable::Magic'
8932Running make for V/VP/VPIT/Variable-Magic-0.59.tar.gz
8933Fetching with HTTP::Tiny:
8934http://mirror.optusnet.com.au/CPAN/authors/id/V/VP/VPIT/Variable-Magic-0.59.tar.gz
8935Fetching with HTTP::Tiny:
8936http://mirror.optusnet.com.au/CPAN/authors/id/V/VP/VPIT/CHECKSUMS
8937Checksum for /root/.cpan/sources/authors/id/V/VP/VPIT/Variable-Magic-0.59.tar.gz ok
8938
8939 CPAN.pm: Building V/VP/VPIT/Variable-Magic-0.59.tar.gz
8940
8941Checking if this is ActiveState Perl 5.8.8 build 822 or higher... no
8942Checking if this is gcc 3.4 on Windows trying to link against an import library... no
8943Checking if your kit is complete...
8944Looks good
8945Writing Makefile for Variable::Magic
8946Writing MYMETA.yml and MYMETA.json
8947cp lib/Variable/Magic.pm blib/lib/Variable/Magic.pm
8948/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Magic.xs > Magic.xsc && mv Magic.xsc Magic.c
8949gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.59\" -DXS_VERSION=\"0.59\" -fPIC "-I/usr/lib64/perl5/CORE" Magic.c
8950Magic.xs: In function 'vmg_sv_len':
8951Magic.xs:19:22: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
8952 # define VOID2(T, P) (P)
8953 ^
8954Magic.xs:1353:16: note: in expansion of macro 'VOID2'
8955 const U8 *s = VOID2(const U8 *, VOID2(const void *, SvPV_const(sv, len)));
8956 ^
8957Running Mkbootstrap for Variable::Magic ()
8958chmod 644 Magic.bs
8959rm -f blib/arch/auto/Variable/Magic/Magic.so
8960gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Magic.o -o blib/arch/auto/Variable/Magic/Magic.so \
8961 \
8962
8963chmod 755 blib/arch/auto/Variable/Magic/Magic.so
8964cp Magic.bs blib/arch/auto/Variable/Magic/Magic.bs
8965chmod 644 blib/arch/auto/Variable/Magic/Magic.bs
8966Manifying blib/man3/Variable::Magic.3pm
8967 VPIT/Variable-Magic-0.59.tar.gz
8968 /usr/bin/make -- OK
8969Skipping test because of notest pragma
8970Running make install
8971Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
8972Installing /usr/local/lib64/perl5/auto/Variable/Magic/Magic.bs
8973Installing /usr/local/lib64/perl5/auto/Variable/Magic/Magic.so
8974Installing /usr/local/lib64/perl5/Variable/Magic.pm
8975Installing /usr/local/share/man/man3/Variable::Magic.3pm
8976Appending installation info to /usr/lib64/perl5/perllocal.pod
8977 VPIT/Variable-Magic-0.59.tar.gz
8978 /usr/bin/make install -- OK
8979Running make for E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
8980 Has already been unwrapped into directory /root/.cpan/build/B-Hooks-EndOfScope-0.15-1cr7Hn
8981
8982 CPAN.pm: Building E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
8983
8984cp lib/B/Hooks/EndOfScope/PP/FieldHash.pm blib/lib/B/Hooks/EndOfScope/PP/FieldHash.pm
8985cp lib/B/Hooks/EndOfScope/PP.pm blib/lib/B/Hooks/EndOfScope/PP.pm
8986cp lib/B/Hooks/EndOfScope/XS.pm blib/lib/B/Hooks/EndOfScope/XS.pm
8987cp lib/B/Hooks/EndOfScope.pm blib/lib/B/Hooks/EndOfScope.pm
8988cp lib/B/Hooks/EndOfScope/PP/HintHash.pm blib/lib/B/Hooks/EndOfScope/PP/HintHash.pm
8989Manifying blib/man3/B::Hooks::EndOfScope::PP.3pm
8990Manifying blib/man3/B::Hooks::EndOfScope::XS.3pm
8991Manifying blib/man3/B::Hooks::EndOfScope.3pm
8992 ETHER/B-Hooks-EndOfScope-0.15.tar.gz
8993 /usr/bin/make -- OK
8994Skipping test because of notest pragma
8995Running make install
8996Installing /usr/local/share/perl5/B/Hooks/EndOfScope.pm
8997Installing /usr/local/share/perl5/B/Hooks/EndOfScope/XS.pm
8998Installing /usr/local/share/perl5/B/Hooks/EndOfScope/PP.pm
8999Installing /usr/local/share/perl5/B/Hooks/EndOfScope/PP/HintHash.pm
9000Installing /usr/local/share/perl5/B/Hooks/EndOfScope/PP/FieldHash.pm
9001Installing /usr/local/share/man/man3/B::Hooks::EndOfScope.3pm
9002Installing /usr/local/share/man/man3/B::Hooks::EndOfScope::XS.3pm
9003Installing /usr/local/share/man/man3/B::Hooks::EndOfScope::PP.3pm
9004Appending installation info to /usr/lib64/perl5/perllocal.pod
9005 ETHER/B-Hooks-EndOfScope-0.15.tar.gz
9006 /usr/bin/make install -- OK
9007Running make for R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
9008 Has already been unwrapped into directory /root/.cpan/build/namespace-clean-0.26-y18PaF
9009
9010 CPAN.pm: Building R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
9011
9012cp lib/namespace/clean.pm blib/lib/namespace/clean.pm
9013cp lib/namespace/clean/_Util.pm blib/lib/namespace/clean/_Util.pm
9014Manifying blib/man3/namespace::clean.3pm
9015 RIBASUSHI/namespace-clean-0.26.tar.gz
9016 /usr/bin/make -- OK
9017Skipping test because of notest pragma
9018Running make install
9019Installing /usr/local/share/perl5/namespace/clean.pm
9020Installing /usr/local/share/perl5/namespace/clean/_Util.pm
9021Installing /usr/local/share/man/man3/namespace::clean.3pm
9022Appending installation info to /usr/lib64/perl5/perllocal.pod
9023 RIBASUSHI/namespace-clean-0.26.tar.gz
9024 /usr/bin/make install -- OK
9025Running make for E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
9026 Has already been unwrapped into directory /root/.cpan/build/Test-CleanNamespaces-0.18-3oS2ZT
9027
9028 CPAN.pm: Building E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
9029
9030cp lib/Test/CleanNamespaces.pm blib/lib/Test/CleanNamespaces.pm
9031Manifying blib/man3/Test::CleanNamespaces.3pm
9032 ETHER/Test-CleanNamespaces-0.18.tar.gz
9033 /usr/bin/make -- OK
9034Skipping test because of notest pragma
9035Running make install
9036Installing /usr/local/share/perl5/Test/CleanNamespaces.pm
9037Installing /usr/local/share/man/man3/Test::CleanNamespaces.3pm
9038Appending installation info to /usr/lib64/perl5/perllocal.pod
9039 ETHER/Test-CleanNamespaces-0.18.tar.gz
9040 /usr/bin/make install -- OK
9041Running install for module 'Devel::OverloadInfo'
9042Running make for I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz
9043Fetching with HTTP::Tiny:
9044http://mirror.optusnet.com.au/CPAN/authors/id/I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz
9045Fetching with HTTP::Tiny:
9046http://mirror.optusnet.com.au/CPAN/authors/id/I/IL/ILMARI/CHECKSUMS
9047Checksum for /root/.cpan/sources/authors/id/I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz ok
9048
9049 CPAN.pm: Building I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz
9050
9051Checking if your kit is complete...
9052Looks good
9053Writing Makefile for Devel::OverloadInfo
9054Writing MYMETA.yml and MYMETA.json
9055cp lib/Devel/OverloadInfo.pm blib/lib/Devel/OverloadInfo.pm
9056Manifying blib/man3/Devel::OverloadInfo.3pm
9057 ILMARI/Devel-OverloadInfo-0.004.tar.gz
9058 /usr/bin/make -- OK
9059Skipping test because of notest pragma
9060Running make install
9061Manifying blib/man3/Devel::OverloadInfo.3pm
9062Installing /usr/local/share/perl5/Devel/OverloadInfo.pm
9063Installing /usr/local/share/man/man3/Devel::OverloadInfo.3pm
9064Appending installation info to /usr/lib64/perl5/perllocal.pod
9065 ILMARI/Devel-OverloadInfo-0.004.tar.gz
9066 /usr/bin/make install -- OK
9067Running install for module 'Class::Load::XS'
9068Running make for E/ET/ETHER/Class-Load-XS-0.09.tar.gz
9069Fetching with HTTP::Tiny:
9070http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/Class-Load-XS-0.09.tar.gz
9071Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Class-Load-XS-0.09.tar.gz ok
9072
9073 CPAN.pm: Building E/ET/ETHER/Class-Load-XS-0.09.tar.gz
9074
9075Checking if your kit is complete...
9076Looks good
9077Writing Makefile for Class::Load::XS
9078Writing MYMETA.yml and MYMETA.json
9079cp lib/Class/Load/XS.pm blib/lib/Class/Load/XS.pm
9080/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap XS.xs > XS.xsc && mv XS.xsc XS.c
9081gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" -fPIC "-I/usr/lib64/perl5/CORE" XS.c
9082XS.c: In function 'XS_Class__Load__XS_is_class_loaded':
9083XS.xs:100:14: warning: unused variable 'found_method' [-Wunused-variable]
9084 bool found_method = FALSE;
9085 ^
9086Running Mkbootstrap for Class::Load::XS ()
9087chmod 644 XS.bs
9088rm -f blib/arch/auto/Class/Load/XS/XS.so
9089gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro XS.o -o blib/arch/auto/Class/Load/XS/XS.so \
9090 \
9091
9092chmod 755 blib/arch/auto/Class/Load/XS/XS.so
9093cp XS.bs blib/arch/auto/Class/Load/XS/XS.bs
9094chmod 644 blib/arch/auto/Class/Load/XS/XS.bs
9095Manifying blib/man3/Class::Load::XS.3pm
9096 ETHER/Class-Load-XS-0.09.tar.gz
9097 /usr/bin/make -- OK
9098Skipping test because of notest pragma
9099Running make install
9100Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
9101Installing /usr/local/lib64/perl5/auto/Class/Load/XS/XS.so
9102Installing /usr/local/lib64/perl5/auto/Class/Load/XS/XS.bs
9103Installing /usr/local/lib64/perl5/Class/Load/XS.pm
9104Installing /usr/local/share/man/man3/Class::Load::XS.3pm
9105Appending installation info to /usr/lib64/perl5/perllocal.pod
9106 ETHER/Class-Load-XS-0.09.tar.gz
9107 /usr/bin/make install -- OK
9108Running install for module 'Try::Tiny'
9109Running make for E/ET/ETHER/Try-Tiny-0.24.tar.gz
9110Fetching with HTTP::Tiny:
9111http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/Try-Tiny-0.24.tar.gz
9112Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Try-Tiny-0.24.tar.gz ok
9113
9114 CPAN.pm: Building E/ET/ETHER/Try-Tiny-0.24.tar.gz
9115
9116Checking if your kit is complete...
9117Looks good
9118Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
9119Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
9120Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
9121Writing Makefile for Try::Tiny
9122Writing MYMETA.yml and MYMETA.json
9123cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm
9124Manifying blib/man3/Try::Tiny.3pm
9125 ETHER/Try-Tiny-0.24.tar.gz
9126 /usr/bin/make -- OK
9127Skipping test because of notest pragma
9128Running make install
9129Installing /usr/local/share/perl5/Try/Tiny.pm
9130Installing /usr/local/share/man/man3/Try::Tiny.3pm
9131Appending installation info to /usr/lib64/perl5/perllocal.pod
9132 ETHER/Try-Tiny-0.24.tar.gz
9133 /usr/bin/make install -- OK
9134Running install for module 'Eval::Closure'
9135Running make for D/DO/DOY/Eval-Closure-0.13.tar.gz
9136Fetching with HTTP::Tiny:
9137http://mirror.optusnet.com.au/CPAN/authors/id/D/DO/DOY/Eval-Closure-0.13.tar.gz
9138Checksum for /root/.cpan/sources/authors/id/D/DO/DOY/Eval-Closure-0.13.tar.gz ok
9139
9140 CPAN.pm: Building D/DO/DOY/Eval-Closure-0.13.tar.gz
9141
9142Checking if your kit is complete...
9143Looks good
9144Writing Makefile for Eval::Closure
9145Writing MYMETA.yml and MYMETA.json
9146cp lib/Eval/Closure.pm blib/lib/Eval/Closure.pm
9147Manifying blib/man3/Eval::Closure.3pm
9148 DOY/Eval-Closure-0.13.tar.gz
9149 /usr/bin/make -- OK
9150Skipping test because of notest pragma
9151Running make install
9152Installing /usr/local/share/perl5/Eval/Closure.pm
9153Installing /usr/local/share/man/man3/Eval::Closure.3pm
9154Appending installation info to /usr/lib64/perl5/perllocal.pod
9155 DOY/Eval-Closure-0.13.tar.gz
9156 /usr/bin/make install -- OK
9157Running install for module 'Sub::Name'
9158Running make for E/ET/ETHER/Sub-Name-0.14.tar.gz
9159Fetching with HTTP::Tiny:
9160http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/Sub-Name-0.14.tar.gz
9161Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Sub-Name-0.14.tar.gz ok
9162
9163 CPAN.pm: Building E/ET/ETHER/Sub-Name-0.14.tar.gz
9164
9165Checking if your kit is complete...
9166Looks good
9167Writing Makefile for Sub::Name
9168Writing MYMETA.yml and MYMETA.json
9169cp lib/Sub/Name.pm blib/lib/Sub/Name.pm
9170/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Name.xs > Name.xsc && mv Name.xsc Name.c
9171gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.14\" -DXS_VERSION=\"0.14\" -fPIC "-I/usr/lib64/perl5/CORE" Name.c
9172Running Mkbootstrap for Sub::Name ()
9173chmod 644 Name.bs
9174rm -f blib/arch/auto/Sub/Name/Name.so
9175gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Name.o -o blib/arch/auto/Sub/Name/Name.so \
9176 \
9177
9178chmod 755 blib/arch/auto/Sub/Name/Name.so
9179cp Name.bs blib/arch/auto/Sub/Name/Name.bs
9180chmod 644 blib/arch/auto/Sub/Name/Name.bs
9181Manifying blib/man3/Sub::Name.3pm
9182 ETHER/Sub-Name-0.14.tar.gz
9183 /usr/bin/make -- OK
9184Skipping test because of notest pragma
9185Running make install
9186Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
9187Installing /usr/local/lib64/perl5/auto/Sub/Name/Name.so
9188Installing /usr/local/lib64/perl5/auto/Sub/Name/Name.bs
9189Installing /usr/local/lib64/perl5/Sub/Name.pm
9190Installing /usr/local/share/man/man3/Sub::Name.3pm
9191Appending installation info to /usr/lib64/perl5/perllocal.pod
9192 ETHER/Sub-Name-0.14.tar.gz
9193 /usr/bin/make install -- OK
9194Running install for module 'Module::Runtime::Conflicts'
9195Running make for E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz
9196Fetching with HTTP::Tiny:
9197http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz
9198Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz ok
9199
9200 CPAN.pm: Building E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz
9201
9202Creating new 'Build' script for 'Module-Runtime-Conflicts' version '0.002'
9203cp lib/Module/Runtime/Conflicts.pm blib/lib/Module/Runtime/Conflicts.pm
9204 ETHER/Module-Runtime-Conflicts-0.002.tar.gz
9205 ./Build -- OK
9206Skipping test because of notest pragma
9207Running Build install
9208Installing /usr/local/share/perl5/Module/Runtime/Conflicts.pm
9209Installing /usr/local/share/man/man3/Module::Runtime::Conflicts.3pm
9210 ETHER/Module-Runtime-Conflicts-0.002.tar.gz
9211 ./Build install -- OK
9212Running make for E/ET/ETHER/Moose-2.1604.tar.gz
9213 Has already been unwrapped into directory /root/.cpan/build/Moose-2.1604-SYxz_K
9214
9215 CPAN.pm: Building E/ET/ETHER/Moose-2.1604.tar.gz
9216
9217cp lib/Moose/Exception/AttributeIsRequired.pm blib/lib/Moose/Exception/AttributeIsRequired.pm
9218cp lib/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm blib/lib/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm
9219cp lib/Moose/Meta/TypeCoercion/Union.pm blib/lib/Moose/Meta/TypeCoercion/Union.pm
9220cp lib/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm blib/lib/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm
9221cp lib/Moose/Exception/TypeConstraintIsAlreadyCreated.pm blib/lib/Moose/Exception/TypeConstraintIsAlreadyCreated.pm
9222cp lib/Moose/Manual/MOP.pod blib/lib/Moose/Manual/MOP.pod
9223cp lib/Moose/Exception/InvalidHandleValue.pm blib/lib/Moose/Exception/InvalidHandleValue.pm
9224cp lib/Moose/Exception/CircularReferenceInAlso.pm blib/lib/Moose/Exception/CircularReferenceInAlso.pm
9225cp lib/Moose/Exception/CouldNotParseType.pm blib/lib/Moose/Exception/CouldNotParseType.pm
9226cp lib/Moose/Exception/IsaLacksDoesMethod.pm blib/lib/Moose/Exception/IsaLacksDoesMethod.pm
9227cp lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm
9228cp lib/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm blib/lib/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm
9229cp lib/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm blib/lib/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm
9230cp lib/Moose/Meta/Method/Accessor/Native/Hash.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash.pm
9231cp lib/Moose/Cookbook/Roles/Comparable_CodeReuse.pod blib/lib/Moose/Cookbook/Roles/Comparable_CodeReuse.pod
9232cp lib/Class/MOP/Mixin/HasAttributes.pm blib/lib/Class/MOP/Mixin/HasAttributes.pm
9233cp lib/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm
9234cp lib/Moose/Manual/MooseX.pod blib/lib/Moose/Manual/MooseX.pod
9235cp lib/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod blib/lib/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod
9236cp lib/Moose/Deprecated.pm blib/lib/Moose/Deprecated.pm
9237cp lib/Moose/Meta/Role/Composite.pm blib/lib/Moose/Meta/Role/Composite.pm
9238cp lib/Moose/Exception/CouldNotEvalDestructor.pm blib/lib/Moose/Exception/CouldNotEvalDestructor.pm
9239cp lib/Class/MOP/MiniTrait.pm blib/lib/Class/MOP/MiniTrait.pm
9240cp lib/Moose/Meta/Method/Accessor/Native/Hash/values.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/values.pm
9241cp lib/Moose/Meta/Method/Accessor/Native/String/append.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/append.pm
9242cp lib/Moose/Meta/Class.pm blib/lib/Moose/Meta/Class.pm
9243cp lib/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod blib/lib/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod
9244cp lib/oose.pm blib/lib/oose.pm
9245cp lib/Class/MOP/Mixin/AttributeCore.pm blib/lib/Class/MOP/Mixin/AttributeCore.pm
9246cp lib/Class/MOP/Method/Generated.pm blib/lib/Class/MOP/Method/Generated.pm
9247cp lib/Moose/Meta/Method/Accessor/Native/Counter/reset.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/reset.pm
9248cp lib/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm blib/lib/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm
9249cp lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm
9250cp lib/Moose/Meta/Role/Method/Conflicting.pm blib/lib/Moose/Meta/Role/Method/Conflicting.pm
9251cp lib/Moose/Exception/CannotCalculateNativeType.pm blib/lib/Moose/Exception/CannotCalculateNativeType.pm
9252cp lib/Class/MOP/Mixin/HasMethods.pm blib/lib/Class/MOP/Mixin/HasMethods.pm
9253cp lib/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm blib/lib/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm
9254cp lib/Moose/Exception/AttributeValueIsNotAnObject.pm blib/lib/Moose/Exception/AttributeValueIsNotAnObject.pm
9255cp lib/Moose/Exception/TriggerMustBeACodeRef.pm blib/lib/Moose/Exception/TriggerMustBeACodeRef.pm
9256cp lib/Moose/Exception/NoParentGivenToSubtype.pm blib/lib/Moose/Exception/NoParentGivenToSubtype.pm
9257cp lib/Moose/Exception/CoercionAlreadyExists.pm blib/lib/Moose/Exception/CoercionAlreadyExists.pm
9258cp lib/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm blib/lib/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm
9259cp lib/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm blib/lib/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm
9260cp lib/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm blib/lib/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm
9261cp lib/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm blib/lib/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm
9262cp lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm
9263cp lib/Moose/Exception/MethodNameConflictInRoles.pm blib/lib/Moose/Exception/MethodNameConflictInRoles.pm
9264cp lib/Moose/Exception/OverloadConflictInSummation.pm blib/lib/Moose/Exception/OverloadConflictInSummation.pm
9265cp lib/Class/MOP.pm blib/lib/Class/MOP.pm
9266cp lib/Moose/Exception/RoleExclusionConflict.pm blib/lib/Moose/Exception/RoleExclusionConflict.pm
9267cp lib/Moose/Exception/Role/Method.pm blib/lib/Moose/Exception/Role/Method.pm
9268cp lib/Moose/Exception/BuilderDoesNotExist.pm blib/lib/Moose/Exception/BuilderDoesNotExist.pm
9269cp lib/Moose/Exception/MustSpecifyAtleastOneRole.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneRole.pm
9270cp lib/Moose/Exception/Role/Instance.pm blib/lib/Moose/Exception/Role/Instance.pm
9271cp lib/Moose/Exception/CannotAugmentNoSuperMethod.pm blib/lib/Moose/Exception/CannotAugmentNoSuperMethod.pm
9272cp lib/Moose/Meta/Role/Method.pm blib/lib/Moose/Meta/Role/Method.pm
9273cp lib/Moose/Meta/Method/Accessor/Native/Hash/delete.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/delete.pm
9274cp lib/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm blib/lib/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm
9275cp lib/Moose/Manual/Support.pod blib/lib/Moose/Manual/Support.pod
9276cp lib/Class/MOP/Method.pm blib/lib/Class/MOP/Method.pm
9277cp lib/Moose/Meta/TypeConstraint/Class.pm blib/lib/Moose/Meta/TypeConstraint/Class.pm
9278cp lib/Moose/Meta/Method/Accessor/Native/Number/abs.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/abs.pm
9279cp lib/Moose/Exception/MustDefineAMethodName.pm blib/lib/Moose/Exception/MustDefineAMethodName.pm
9280cp lib/Moose/Meta/Method/Augmented.pm blib/lib/Moose/Meta/Method/Augmented.pm
9281cp lib/Class/MOP/Mixin.pm blib/lib/Class/MOP/Mixin.pm
9282cp lib/Moose/Manual/Contributing.pod blib/lib/Moose/Manual/Contributing.pod
9283cp lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm blib/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm
9284cp lib/Moose/Exception/MustSupplyAMetaclass.pm blib/lib/Moose/Exception/MustSupplyAMetaclass.pm
9285cp lib/Moose/Meta/Method/Accessor/Native/Array/join.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/join.pm
9286cp lib/Moose/Exception/CannotDelegateWithoutIsa.pm blib/lib/Moose/Exception/CannotDelegateWithoutIsa.pm
9287cp lib/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm blib/lib/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm
9288cp lib/Moose/Meta/Attribute.pm blib/lib/Moose/Meta/Attribute.pm
9289cp lib/Moose/Cookbook/Basics/Document_AugmentAndInner.pod blib/lib/Moose/Cookbook/Basics/Document_AugmentAndInner.pod
9290cp lib/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod blib/lib/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod
9291cp lib/Moose/Meta/Method/Accessor/Native/Array/shift.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shift.pm
9292cp lib/Moose/Cookbook/Extending/ExtensionOverview.pod blib/lib/Moose/Cookbook/Extending/ExtensionOverview.pod
9293cp lib/Moose/Exception/IllegalInheritedOptions.pm blib/lib/Moose/Exception/IllegalInheritedOptions.pm
9294cp lib/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm blib/lib/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm
9295cp lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm
9296cp lib/Moose/Exception/MustSupplyPackageNameAndName.pm blib/lib/Moose/Exception/MustSupplyPackageNameAndName.pm
9297cp lib/Moose/Intro.pod blib/lib/Moose/Intro.pod
9298cp lib/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm blib/lib/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm
9299cp lib/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm blib/lib/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm
9300cp lib/Moose/Exception/RolesInCreateTakesAnArrayRef.pm blib/lib/Moose/Exception/RolesInCreateTakesAnArrayRef.pm
9301cp lib/Moose/Exception/CanReblessOnlyIntoASuperclass.pm blib/lib/Moose/Exception/CanReblessOnlyIntoASuperclass.pm
9302cp lib/Moose/Exception/CouldNotEvalConstructor.pm blib/lib/Moose/Exception/CouldNotEvalConstructor.pm
9303cp lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm
9304cp lib/Moose/Exception/CannotCoerceAWeakRef.pm blib/lib/Moose/Exception/CannotCoerceAWeakRef.pm
9305cp lib/Moose/Exception/Role/EitherAttributeOrAttributeName.pm blib/lib/Moose/Exception/Role/EitherAttributeOrAttributeName.pm
9306cp lib/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm blib/lib/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm
9307cp lib/Moose/Util/TypeConstraints/Builtins.pm blib/lib/Moose/Util/TypeConstraints/Builtins.pm
9308cp lib/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm blib/lib/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm
9309cp lib/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm blib/lib/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm
9310cp lib/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm
9311cp lib/Moose/Meta/Method/Accessor/Native.pm blib/lib/Moose/Meta/Method/Accessor/Native.pm
9312cp lib/Moose/Meta/Attribute/Native.pm blib/lib/Moose/Meta/Attribute/Native.pm
9313cp lib/Moose/Meta/Role/Application/RoleSummation.pm blib/lib/Moose/Meta/Role/Application/RoleSummation.pm
9314cp lib/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm blib/lib/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm
9315cp lib/Moose/Cookbook/Snack/Keywords.pod blib/lib/Moose/Cookbook/Snack/Keywords.pod
9316cp lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm blib/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm
9317cp lib/Moose/Cookbook/Basics/Company_Subtypes.pod blib/lib/Moose/Cookbook/Basics/Company_Subtypes.pod
9318cp lib/Class/MOP/Method/Wrapped.pm blib/lib/Class/MOP/Method/Wrapped.pm
9319cp lib/Moose/Exception/CodeBlockMustBeACodeRef.pm blib/lib/Moose/Exception/CodeBlockMustBeACodeRef.pm
9320cp lib/Moose/Exception/NoConstraintCheckForTypeConstraint.pm blib/lib/Moose/Exception/NoConstraintCheckForTypeConstraint.pm
9321cp lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm
9322cp lib/metaclass.pm blib/lib/metaclass.pm
9323cp lib/Class/MOP/Overload.pm blib/lib/Class/MOP/Overload.pm
9324cp lib/Moose/Meta/Method.pm blib/lib/Moose/Meta/Method.pm
9325cp lib/Moose/Manual/Delegation.pod blib/lib/Moose/Manual/Delegation.pod
9326cp lib/Moose/Exception/AttributeConflictInRoles.pm blib/lib/Moose/Exception/AttributeConflictInRoles.pm
9327cp lib/Moose/Exception/CannotCallAnAbstractMethod.pm blib/lib/Moose/Exception/CannotCallAnAbstractMethod.pm
9328cp lib/Moose/Manual/Delta.pod blib/lib/Moose/Manual/Delta.pod
9329cp lib/Moose/Meta/TypeConstraint/Registry.pm blib/lib/Moose/Meta/TypeConstraint/Registry.pm
9330cp lib/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm blib/lib/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm
9331cp lib/Moose/Exception/RolesDoNotSupportInner.pm blib/lib/Moose/Exception/RolesDoNotSupportInner.pm
9332cp lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm
9333cp lib/Moose/Exception/ConstructClassInstanceTakesPackageName.pm blib/lib/Moose/Exception/ConstructClassInstanceTakesPackageName.pm
9334cp lib/Moose/Util/TypeConstraints.pm blib/lib/Moose/Util/TypeConstraints.pm
9335cp lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm
9336cp lib/Moose/Exception/MethodModifierNeedsMethodName.pm blib/lib/Moose/Exception/MethodModifierNeedsMethodName.pm
9337cp lib/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm blib/lib/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm
9338cp lib/Moose/Exception/CannotMakeMetaclassCompatible.pm blib/lib/Moose/Exception/CannotMakeMetaclassCompatible.pm
9339cp lib/Moose/Meta/Role/Application/ToClass.pm blib/lib/Moose/Meta/Role/Application/ToClass.pm
9340cp lib/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm
9341cp lib/Moose/Exception/CannotFindType.pm blib/lib/Moose/Exception/CannotFindType.pm
9342cp lib/Moose/Meta/Object/Trait.pm blib/lib/Moose/Meta/Object/Trait.pm
9343cp lib/Moose/Exception/ClassDoesTheExcludedRole.pm blib/lib/Moose/Exception/ClassDoesTheExcludedRole.pm
9344cp lib/Moose/Meta/Method/Accessor/Native/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Writer.pm
9345cp lib/Moose/Exception/CoercingWithoutCoercions.pm blib/lib/Moose/Exception/CoercingWithoutCoercions.pm
9346cp lib/Moose/Exception/IsaDoesNotDoTheRole.pm blib/lib/Moose/Exception/IsaDoesNotDoTheRole.pm
9347cp lib/Moose/Exception/MessageParameterMustBeCodeRef.pm blib/lib/Moose/Exception/MessageParameterMustBeCodeRef.pm
9348cp lib/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod blib/lib/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod
9349cp lib/Moose/Exception/CanOnlyWrapBlessedCode.pm blib/lib/Moose/Exception/CanOnlyWrapBlessedCode.pm
9350cp lib/Moose/Meta/Role/Attribute.pm blib/lib/Moose/Meta/Role/Attribute.pm
9351cp lib/Moose/Meta/Instance.pm blib/lib/Moose/Meta/Instance.pm
9352cp lib/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm
9353cp lib/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm
9354cp lib/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm blib/lib/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm
9355cp lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm
9356cp lib/Moose/Exception/NoDestructorClassSpecified.pm blib/lib/Moose/Exception/NoDestructorClassSpecified.pm
9357cp lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm
9358cp lib/Moose/Exception/WrongTypeConstraintGiven.pm blib/lib/Moose/Exception/WrongTypeConstraintGiven.pm
9359cp lib/Moose/Exception/InvalidArgumentsToTraitAliases.pm blib/lib/Moose/Exception/InvalidArgumentsToTraitAliases.pm
9360cp lib/Moose/Exception/RolesDoNotSupportExtends.pm blib/lib/Moose/Exception/RolesDoNotSupportExtends.pm
9361cp lib/Moose/Meta/Method/Accessor/Native/Number/mul.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/mul.pm
9362cp lib/Moose/Exception/MetaclassTypeIncompatible.pm blib/lib/Moose/Exception/MetaclassTypeIncompatible.pm
9363cp lib/Moose/Meta/Method/Accessor/Native/Code/execute.pm blib/lib/Moose/Meta/Method/Accessor/Native/Code/execute.pm
9364cp lib/Moose/Meta/Method/Accessor/Native/Array/accessor.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/accessor.pm
9365cp lib/Moose/Meta/TypeCoercion.pm blib/lib/Moose/Meta/TypeCoercion.pm
9366cp lib/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm blib/lib/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm
9367cp lib/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm
9368cp lib/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm blib/lib/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm
9369cp lib/Moose/Exception/MustPassEvenNumberOfArguments.pm blib/lib/Moose/Exception/MustPassEvenNumberOfArguments.pm
9370cp lib/Moose/Exception/MustSupplyADelegateToMethod.pm blib/lib/Moose/Exception/MustSupplyADelegateToMethod.pm
9371cp lib/Moose/Meta/Role.pm blib/lib/Moose/Meta/Role.pm
9372cp lib/Moose/Exception/CoercionNeedsTypeConstraint.pm blib/lib/Moose/Exception/CoercionNeedsTypeConstraint.pm
9373cp lib/Moose/Exception/CannotGenerateInlineConstraint.pm blib/lib/Moose/Exception/CannotGenerateInlineConstraint.pm
9374cp lib/Moose/Exception.pm blib/lib/Moose/Exception.pm
9375cp lib/Moose/Exception/AccessorMustReadWrite.pm blib/lib/Moose/Exception/AccessorMustReadWrite.pm
9376cp lib/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm blib/lib/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm
9377cp lib/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm blib/lib/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm
9378cp lib/Moose.pm blib/lib/Moose.pm
9379cp lib/Moose/Exception/NoAttributeFoundInSuperClass.pm blib/lib/Moose/Exception/NoAttributeFoundInSuperClass.pm
9380cp lib/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm blib/lib/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm
9381cp lib/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod blib/lib/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod
9382cp lib/Moose/Exception/HandlesMustBeAHashRef.pm blib/lib/Moose/Exception/HandlesMustBeAHashRef.pm
9383cp lib/Moose/Exception/InvalidOverloadOperator.pm blib/lib/Moose/Exception/InvalidOverloadOperator.pm
9384cp lib/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm blib/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm
9385cp lib/Moose/Meta/Method/Accessor/Native/Number/sub.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/sub.pm
9386cp lib/Moose/Exception/InstanceMustBeABlessedReference.pm blib/lib/Moose/Exception/InstanceMustBeABlessedReference.pm
9387cp lib/Moose/Exception/WrapTakesACodeRefToBless.pm blib/lib/Moose/Exception/WrapTakesACodeRefToBless.pm
9388cp lib/Moose/Meta/Method/Accessor/Native/Array.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array.pm
9389cp lib/Class/MOP/Mixin/HasOverloads.pm blib/lib/Class/MOP/Mixin/HasOverloads.pm
9390cp lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm
9391cp lib/Moose/Exception/CannotOverrideALocalMethod.pm blib/lib/Moose/Exception/CannotOverrideALocalMethod.pm
9392cp lib/Moose/Meta/Method/Accessor/Native/String/replace.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/replace.pm
9393cp lib/Moose/Exception/InvalidTypeConstraint.pm blib/lib/Moose/Exception/InvalidTypeConstraint.pm
9394cp lib/Moose/Meta/TypeConstraint/Enum.pm blib/lib/Moose/Meta/TypeConstraint/Enum.pm
9395cp lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm blib/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm
9396cp lib/Moose/Meta/Method/Accessor/Native/Hash/get.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/get.pm
9397cp lib/Class/MOP/Method/Constructor.pm blib/lib/Class/MOP/Method/Constructor.pm
9398cp lib/Moose/Meta/Method/Accessor/Native/Hash/defined.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/defined.pm
9399cp lib/Moose/Exception/MatchActionMustBeACodeRef.pm blib/lib/Moose/Exception/MatchActionMustBeACodeRef.pm
9400cp lib/Moose/Exception/OverloadRequiresAnOperator.pm blib/lib/Moose/Exception/OverloadRequiresAnOperator.pm
9401cp lib/Moose/Exception/Role/RoleForCreateMOPClass.pm blib/lib/Moose/Exception/Role/RoleForCreateMOPClass.pm
9402cp lib/Moose/Manual/Roles.pod blib/lib/Moose/Manual/Roles.pod
9403cp lib/Moose/Exception/RequiredAttributeLacksInitialization.pm blib/lib/Moose/Exception/RequiredAttributeLacksInitialization.pm
9404cp lib/Moose/Meta/Method/Constructor.pm blib/lib/Moose/Meta/Method/Constructor.pm
9405cp lib/Moose/Meta/Attribute/Native/Trait/Counter.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm
9406cp lib/Moose/Meta/Method/Accessor/Native/Reader.pm blib/lib/Moose/Meta/Method/Accessor/Native/Reader.pm
9407cp lib/Moose/Meta/TypeConstraint.pm blib/lib/Moose/Meta/TypeConstraint.pm
9408cp lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm
9409cp lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm blib/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm
9410cp lib/Moose/Exception/CouldNotCreateMethod.pm blib/lib/Moose/Exception/CouldNotCreateMethod.pm
9411cp lib/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm blib/lib/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm
9412cp lib/Moose/Exception/PackagesAndModulesAreNotCachable.pm blib/lib/Moose/Exception/PackagesAndModulesAreNotCachable.pm
9413cp lib/Moose/Exception/InvalidRoleApplication.pm blib/lib/Moose/Exception/InvalidRoleApplication.pm
9414cp lib/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm blib/lib/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm
9415cp lib/Moose/Cookbook/Basics/Immutable.pod blib/lib/Moose/Cookbook/Basics/Immutable.pod
9416cp lib/Moose/Meta/Attribute/Native/Trait/Hash.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Hash.pm
9417cp lib/Moose/Meta/Method/Accessor/Native/Number/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/set.pm
9418cp lib/Moose/Util/MetaRole.pm blib/lib/Moose/Util/MetaRole.pm
9419cp lib/Moose/Exception/OnlyInstancesCanBeCloned.pm blib/lib/Moose/Exception/OnlyInstancesCanBeCloned.pm
9420cp lib/Moose/Exception/RolesDoNotSupportAugment.pm blib/lib/Moose/Exception/RolesDoNotSupportAugment.pm
9421cp lib/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm blib/lib/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm
9422cp lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm blib/lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm
9423cp lib/Moose/Exception/MustPassAHashOfOptions.pm blib/lib/Moose/Exception/MustPassAHashOfOptions.pm
9424cp lib/Moose/Exception/CreateTakesHashRefOfMethods.pm blib/lib/Moose/Exception/CreateTakesHashRefOfMethods.pm
9425cp lib/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm blib/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm
9426cp lib/Moose/Exception/MetaclassNotLoaded.pm blib/lib/Moose/Exception/MetaclassNotLoaded.pm
9427cp lib/Moose/Meta/Method/Accessor/Native/Array/delete.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/delete.pm
9428cp lib/Moose/Exception/RoleDoesTheExcludedRole.pm blib/lib/Moose/Exception/RoleDoesTheExcludedRole.pm
9429cp lib/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm blib/lib/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm
9430cp lib/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod blib/lib/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod
9431cp lib/Moose/Cookbook/Meta/Table_MetaclassTrait.pod blib/lib/Moose/Cookbook/Meta/Table_MetaclassTrait.pod
9432cp lib/Moose/Meta/Method/Accessor.pm blib/lib/Moose/Meta/Method/Accessor.pm
9433cp lib/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm
9434cp lib/Moose/Exception/MethodNameNotGiven.pm blib/lib/Moose/Exception/MethodNameNotGiven.pm
9435cp lib/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm blib/lib/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm
9436cp lib/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm blib/lib/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm
9437cp lib/Moose/Exception/CanExtendOnlyClasses.pm blib/lib/Moose/Exception/CanExtendOnlyClasses.pm
9438cp lib/Moose/Meta/TypeConstraint/Parameterizable.pm blib/lib/Moose/Meta/TypeConstraint/Parameterizable.pm
9439cp lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod blib/lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod
9440cp lib/Class/MOP/Class.pm blib/lib/Class/MOP/Class.pm
9441cp lib/Moose/Exception/CannotOverrideNoSuperMethod.pm blib/lib/Moose/Exception/CannotOverrideNoSuperMethod.pm
9442cp lib/Moose/Exception/SingleParamsToNewMustBeHashRef.pm blib/lib/Moose/Exception/SingleParamsToNewMustBeHashRef.pm
9443cp lib/Moose/Exception/AttributeNamesDoNotMatch.pm blib/lib/Moose/Exception/AttributeNamesDoNotMatch.pm
9444cp lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm
9445cp lib/Moose/Manual/Classes.pod blib/lib/Moose/Manual/Classes.pod
9446cp lib/Moose/Meta/Method/Accessor/Native/Hash/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/clear.pm
9447cp lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm
9448cp lib/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm blib/lib/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm
9449cp lib/Moose/Exception/OverloadRequiresNamesForCoderef.pm blib/lib/Moose/Exception/OverloadRequiresNamesForCoderef.pm
9450cp lib/Moose/Manual/FAQ.pod blib/lib/Moose/Manual/FAQ.pod
9451cp lib/Moose/Exception/MustProvideANameForTheAttribute.pm blib/lib/Moose/Exception/MustProvideANameForTheAttribute.pm
9452cp lib/Moose/Exception/CallingMethodOnAnImmutableInstance.pm blib/lib/Moose/Exception/CallingMethodOnAnImmutableInstance.pm
9453cp lib/Moose/Exception/Role/InvalidAttributeOptions.pm blib/lib/Moose/Exception/Role/InvalidAttributeOptions.pm
9454cp lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm
9455cp lib/Moose/Meta/Method/Accessor/Native/Array/natatime.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/natatime.pm
9456cp lib/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod blib/lib/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod
9457cp lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod blib/lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod
9458cp lib/Moose/Exception/Role/Attribute.pm blib/lib/Moose/Exception/Role/Attribute.pm
9459cp lib/Moose/Meta/Role/Method/Required.pm blib/lib/Moose/Meta/Role/Method/Required.pm
9460cp lib/Moose/Exception/CannotInlineTypeConstraintCheck.pm blib/lib/Moose/Exception/CannotInlineTypeConstraintCheck.pm
9461cp lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm blib/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm
9462cp lib/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod blib/lib/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod
9463cp lib/Moose/Exception/Role/AttributeName.pm blib/lib/Moose/Exception/Role/AttributeName.pm
9464cp lib/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod blib/lib/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod
9465cp lib/Moose/Meta/Method/Accessor/Native/String/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/clear.pm
9466cp lib/Moose/Spec/Role.pod blib/lib/Moose/Spec/Role.pod
9467cp lib/Moose/Meta/Method/Accessor/Native/Array/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/set.pm
9468cp lib/Moose/Manual/Exceptions/Manifest.pod blib/lib/Moose/Manual/Exceptions/Manifest.pod
9469cp lib/Moose/Exception/Role/Role.pm blib/lib/Moose/Exception/Role/Role.pm
9470cp lib/Moose/Util.pm blib/lib/Moose/Util.pm
9471cp lib/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm blib/lib/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm
9472cp lib/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm blib/lib/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm
9473cp lib/Moose/Exception/ExtendsMissingArgs.pm blib/lib/Moose/Exception/ExtendsMissingArgs.pm
9474cp lib/Moose/Role.pm blib/lib/Moose/Role.pm
9475cp lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm
9476cp lib/Moose/Manual/Attributes.pod blib/lib/Moose/Manual/Attributes.pod
9477cp lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm
9478cp lib/Moose/Meta/Method/Accessor/Native/Array/map.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/map.pm
9479cp lib/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm blib/lib/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm
9480cp lib/Moose/Exception/OverloadRequiresAMetaClass.pm blib/lib/Moose/Exception/OverloadRequiresAMetaClass.pm
9481cp lib/Class/MOP/Package.pm blib/lib/Class/MOP/Package.pm
9482cp lib/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm blib/lib/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm
9483cp lib/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod blib/lib/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod
9484cp lib/Moose/Exception/AttributeConflictInSummation.pm blib/lib/Moose/Exception/AttributeConflictInSummation.pm
9485cp lib/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm blib/lib/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm
9486cp lib/Moose/Meta/Method/Accessor/Native/Hash/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/set.pm
9487cp lib/Moose/Meta/Method/Accessor/Native/Array/elements.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/elements.pm
9488cp lib/Moose/Exception/Role/Class.pm blib/lib/Moose/Exception/Role/Class.pm
9489cp lib/Moose/Exception/CouldNotCreateWriter.pm blib/lib/Moose/Exception/CouldNotCreateWriter.pm
9490cp lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm blib/lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm
9491cp lib/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm blib/lib/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm
9492cp lib/Moose/Meta/Method/Accessor/Native/Hash/count.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/count.pm
9493cp lib/Moose/Exception/CannotAutoDerefWithoutIsa.pm blib/lib/Moose/Exception/CannotAutoDerefWithoutIsa.pm
9494cp lib/Moose/Cookbook/Meta/WhyMeta.pod blib/lib/Moose/Cookbook/Meta/WhyMeta.pod
9495cp lib/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm blib/lib/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm
9496cp lib/Moose/Cookbook/Style.pod blib/lib/Moose/Cookbook/Style.pod
9497cp lib/Class/MOP/Method/Accessor.pm blib/lib/Class/MOP/Method/Accessor.pm
9498cp lib/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod blib/lib/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod
9499cp lib/Moose/Exception/UndefinedHashKeysPassedToMethod.pm blib/lib/Moose/Exception/UndefinedHashKeysPassedToMethod.pm
9500cp lib/Moose/Meta/TypeConstraint/DuckType.pm blib/lib/Moose/Meta/TypeConstraint/DuckType.pm
9501cp lib/Moose/Manual/Resources.pod blib/lib/Moose/Manual/Resources.pod
9502cp lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod blib/lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod
9503cp lib/Moose/Meta/Attribute/Native/Trait.pm blib/lib/Moose/Meta/Attribute/Native/Trait.pm
9504cp lib/Moose/Meta/TypeConstraint/Union.pm blib/lib/Moose/Meta/TypeConstraint/Union.pm
9505cp lib/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm blib/lib/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm
9506cp lib/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm blib/lib/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm
9507cp lib/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm blib/lib/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm
9508cp lib/Moose/Meta/Attribute/Native/Trait/Code.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Code.pm
9509cp lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm
9510cp lib/Class/MOP/Module.pm blib/lib/Class/MOP/Module.pm
9511cp lib/Moose/Exception/MethodExpectsFewerArgs.pm blib/lib/Moose/Exception/MethodExpectsFewerArgs.pm
9512cp lib/Moose/Exception/InvalidHasProvidedInARole.pm blib/lib/Moose/Exception/InvalidHasProvidedInARole.pm
9513cp lib/Moose/Manual/MethodModifiers.pod blib/lib/Moose/Manual/MethodModifiers.pod
9514cp lib/Moose/Exception/BuilderMustBeAMethodName.pm blib/lib/Moose/Exception/BuilderMustBeAMethodName.pm
9515cp lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm
9516cp lib/Moose/Exception/InvalidValueForIs.pm blib/lib/Moose/Exception/InvalidValueForIs.pm
9517cp lib/Moose/Meta/TypeConstraint/Parameterized.pm blib/lib/Moose/Meta/TypeConstraint/Parameterized.pm
9518cp lib/Moose/Cookbook.pod blib/lib/Moose/Cookbook.pod
9519cp lib/Moose/Meta/Method/Accessor/Native/String/chop.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/chop.pm
9520cp lib/Moose/Exception/ValidationFailedForTypeConstraint.pm blib/lib/Moose/Exception/ValidationFailedForTypeConstraint.pm
9521cp lib/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm blib/lib/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm
9522cp lib/Moose/Meta/Attribute/Native/Trait/Bool.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm
9523cp lib/Moose/Exception/CannotFixMetaclassCompatibility.pm blib/lib/Moose/Exception/CannotFixMetaclassCompatibility.pm
9524cp lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm
9525cp lib/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm blib/lib/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm
9526cp lib/Moose/Meta/Method/Accessor/Native/Array/count.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/count.pm
9527cp lib/Moose/Exception/OverloadRequiresAMetaMethod.pm blib/lib/Moose/Exception/OverloadRequiresAMetaMethod.pm
9528cp lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm
9529cp lib/Moose/Meta/Method/Accessor/Native/Number/mod.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/mod.pm
9530cp lib/Moose/Meta/Method/Destructor.pm blib/lib/Moose/Meta/Method/Destructor.pm
9531cp lib/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod blib/lib/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod
9532cp lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm
9533cp lib/Moose/Exception/InvalidArgumentToMethod.pm blib/lib/Moose/Exception/InvalidArgumentToMethod.pm
9534cp lib/Moose/Meta/Method/Accessor/Native/String/match.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/match.pm
9535cp lib/Moose/Meta/Method/Accessor/Native/Array/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/clear.pm
9536cp lib/Moose/Manual/Types.pod blib/lib/Moose/Manual/Types.pod
9537cp lib/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm blib/lib/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm
9538cp lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm
9539cp lib/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm blib/lib/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm
9540cp lib/Class/MOP/Method/Meta.pm blib/lib/Class/MOP/Method/Meta.pm
9541cp lib/Moose/Manual/Exceptions.pod blib/lib/Moose/Manual/Exceptions.pod
9542cp lib/Moose/Exception/MustDefineAnOverloadOperator.pm blib/lib/Moose/Exception/MustDefineAnOverloadOperator.pm
9543cp lib/Moose/Exception/ParameterIsNotSubtypeOfParent.pm blib/lib/Moose/Exception/ParameterIsNotSubtypeOfParent.pm
9544cp lib/Moose/Exception/NeitherClassNorClassNameIsGiven.pm blib/lib/Moose/Exception/NeitherClassNorClassNameIsGiven.pm
9545cp lib/Class/MOP/Attribute.pm blib/lib/Class/MOP/Attribute.pm
9546cp lib/Moose/Manual.pod blib/lib/Moose/Manual.pod
9547cp lib/Moose/Exception/CannotFindDelegateMetaclass.pm blib/lib/Moose/Exception/CannotFindDelegateMetaclass.pm
9548cp lib/Moose/Meta/Mixin/AttributeCore.pm blib/lib/Moose/Meta/Mixin/AttributeCore.pm
9549cp lib/Class/MOP/Deprecated.pm blib/lib/Class/MOP/Deprecated.pm
9550cp lib/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm blib/lib/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm
9551cp lib/Moose/Manual/Unsweetened.pod blib/lib/Moose/Manual/Unsweetened.pod
9552cp lib/Moose/Exception/ClassNamesDoNotMatch.pm blib/lib/Moose/Exception/ClassNamesDoNotMatch.pm
9553cp lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm
9554cp lib/Moose/Cookbook/Roles/ApplicationToInstance.pod blib/lib/Moose/Cookbook/Roles/ApplicationToInstance.pod
9555cp lib/Moose/Exception/MustDefineAnAttributeName.pm blib/lib/Moose/Exception/MustDefineAnAttributeName.pm
9556cp lib/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm
9557cp lib/Moose/Exception/Role/RoleForCreate.pm blib/lib/Moose/Exception/Role/RoleForCreate.pm
9558cp lib/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm blib/lib/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm
9559cp lib/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm blib/lib/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm
9560cp lib/Moose/Exception/RoleNameRequired.pm blib/lib/Moose/Exception/RoleNameRequired.pm
9561cp lib/Moose/Meta/Class/Immutable/Trait.pm blib/lib/Moose/Meta/Class/Immutable/Trait.pm
9562cp lib/Moose/Exception/UnableToCanonicalizeHandles.pm blib/lib/Moose/Exception/UnableToCanonicalizeHandles.pm
9563cp lib/Moose/Exception/RequiredMethodsImportedByClass.pm blib/lib/Moose/Exception/RequiredMethodsImportedByClass.pm
9564cp lib/Moose/Exception/CanReblessOnlyIntoASubclass.pm blib/lib/Moose/Exception/CanReblessOnlyIntoASubclass.pm
9565cp lib/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm blib/lib/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm
9566cp lib/Moose/Exception/RequiredMethodsNotImplementedByClass.pm blib/lib/Moose/Exception/RequiredMethodsNotImplementedByClass.pm
9567cp lib/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod blib/lib/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod
9568cp lib/Moose/Exception/OverrideConflictInComposition.pm blib/lib/Moose/Exception/OverrideConflictInComposition.pm
9569cp lib/Moose/Exception/OverrideConflictInSummation.pm blib/lib/Moose/Exception/OverrideConflictInSummation.pm
9570cp lib/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod blib/lib/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod
9571cp lib/Moose/Exception/InitializeTakesUnBlessedPackageName.pm blib/lib/Moose/Exception/InitializeTakesUnBlessedPackageName.pm
9572cp lib/Moose/Manual/Concepts.pod blib/lib/Moose/Manual/Concepts.pod
9573cp lib/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm blib/lib/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm
9574cp lib/Moose/Unsweetened.pod blib/lib/Moose/Unsweetened.pod
9575cp lib/Moose/Meta/Method/Accessor/Native/Collection.pm blib/lib/Moose/Meta/Method/Accessor/Native/Collection.pm
9576cp lib/Moose/Meta/Method/Accessor/Native/Array/insert.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/insert.pm
9577cp lib/Moose/Exception/Role/InstanceClass.pm blib/lib/Moose/Exception/Role/InstanceClass.pm
9578cp lib/Moose/Exception/MustSpecifyAtleastOneMethod.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneMethod.pm
9579cp lib/Class/MOP/Class/Immutable/Trait.pm blib/lib/Class/MOP/Class/Immutable/Trait.pm
9580cp lib/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm blib/lib/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm
9581cp lib/Moose/Meta/Attribute/Native/Trait/String.pm blib/lib/Moose/Meta/Attribute/Native/Trait/String.pm
9582cp lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm
9583cp lib/Moose/Exception/Role/TypeConstraint.pm blib/lib/Moose/Exception/Role/TypeConstraint.pm
9584cp lib/Moose/Meta/Method/Accessor/Native/String/length.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/length.pm
9585cp lib/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm
9586cp lib/Moose/Meta/Role/Application/ToInstance.pm blib/lib/Moose/Meta/Role/Application/ToInstance.pm
9587cp lib/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm blib/lib/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm
9588cp lib/Moose/Exception/EnumValuesMustBeString.pm blib/lib/Moose/Exception/EnumValuesMustBeString.pm
9589cp lib/Moose/Meta/Method/Accessor/Native/String/inc.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/inc.pm
9590cp lib/Moose/Object.pm blib/lib/Moose/Object.pm
9591cp lib/Moose/Exception/CreateTakesHashRefOfAttributes.pm blib/lib/Moose/Exception/CreateTakesHashRefOfAttributes.pm
9592cp lib/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm blib/lib/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm
9593cp lib/Class/MOP/Object.pm blib/lib/Class/MOP/Object.pm
9594cp lib/Moose/Meta/Method/Accessor/Native/Array/get.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/get.pm
9595cp lib/Moose/Meta/Method/Meta.pm blib/lib/Moose/Meta/Method/Meta.pm
9596cp lib/Moose/Meta/TypeConstraint/Role.pm blib/lib/Moose/Meta/TypeConstraint/Role.pm
9597cp lib/Class/MOP/Method/Inlined.pm blib/lib/Class/MOP/Method/Inlined.pm
9598cp lib/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm blib/lib/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm
9599cp lib/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm blib/lib/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm
9600cp lib/Moose/Cookbook/Snack/Types.pod blib/lib/Moose/Cookbook/Snack/Types.pod
9601cp lib/Moose/Meta/Role/Application.pm blib/lib/Moose/Meta/Role/Application.pm
9602cp lib/Moose/Meta/Attribute/Native/Trait/Array.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Array.pm
9603cp lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm blib/lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm
9604cp lib/Moose/Exception/CannotApplyBaseClassRolesToRole.pm blib/lib/Moose/Exception/CannotApplyBaseClassRolesToRole.pm
9605cp lib/Moose/Exception/InitMetaRequiresClass.pm blib/lib/Moose/Exception/InitMetaRequiresClass.pm
9606cp lib/Moose/Exception/CannotAddAsAnAttributeToARole.pm blib/lib/Moose/Exception/CannotAddAsAnAttributeToARole.pm
9607cp lib/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm blib/lib/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm
9608cp lib/Moose/Exception/CreateTakesArrayRefOfRoles.pm blib/lib/Moose/Exception/CreateTakesArrayRefOfRoles.pm
9609cp lib/Moose/Conflicts.pm blib/lib/Moose/Conflicts.pm
9610cp lib/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm blib/lib/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm
9611cp lib/Moose/Exception/RequiredAttributeNeedsADefault.pm blib/lib/Moose/Exception/RequiredAttributeNeedsADefault.pm
9612cp lib/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm blib/lib/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm
9613cp lib/Moose/Exception/NoCasesMatched.pm blib/lib/Moose/Exception/NoCasesMatched.pm
9614cp lib/Moose/Meta/Method/Accessor/Native/Array/push.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm
9615cp lib/Moose/Exception/CannotLocatePackageInINC.pm blib/lib/Moose/Exception/CannotLocatePackageInINC.pm
9616cp lib/Moose/Meta/Attribute/Native/Trait/Number.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Number.pm
9617cp lib/Moose/Meta/Role/Application/ToRole.pm blib/lib/Moose/Meta/Role/Application/ToRole.pm
9618cp lib/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm blib/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm
9619cp lib/Moose/Exception/MethodExpectsMoreArgs.pm blib/lib/Moose/Exception/MethodExpectsMoreArgs.pm
9620cp lib/Moose/Exception/InvalidNameForType.pm blib/lib/Moose/Exception/InvalidNameForType.pm
9621cp lib/Moose/Exporter.pm blib/lib/Moose/Exporter.pm
9622cp lib/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm blib/lib/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm
9623cp lib/Moose/Meta/Method/Overridden.pm blib/lib/Moose/Meta/Method/Overridden.pm
9624cp lib/Moose/Exception/AttributeValueIsNotDefined.pm blib/lib/Moose/Exception/AttributeValueIsNotDefined.pm
9625cp lib/Moose/Manual/BestPractices.pod blib/lib/Moose/Manual/BestPractices.pod
9626cp lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm
9627cp lib/Moose/Exception/Role/ParamsHash.pm blib/lib/Moose/Exception/Role/ParamsHash.pm
9628cp lib/Moose/Exception/OverloadRequiresAMetaOverload.pm blib/lib/Moose/Exception/OverloadRequiresAMetaOverload.pm
9629cp lib/Moose/Exception/ClassDoesNotHaveInitMeta.pm blib/lib/Moose/Exception/ClassDoesNotHaveInitMeta.pm
9630cp lib/Moose/Exception/ApplyTakesABlessedInstance.pm blib/lib/Moose/Exception/ApplyTakesABlessedInstance.pm
9631cp lib/Moose/Exception/Legacy.pm blib/lib/Moose/Exception/Legacy.pm
9632cp lib/Moose/Exception/OperatorIsRequired.pm blib/lib/Moose/Exception/OperatorIsRequired.pm
9633cp lib/Moose/Exception/InstanceBlessedIntoWrongClass.pm blib/lib/Moose/Exception/InstanceBlessedIntoWrongClass.pm
9634cp lib/Moose/Meta/Method/Accessor/Native/Array/first.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/first.pm
9635cp lib/Moose/Exception/CannotCallAnAbstractBaseMethod.pm blib/lib/Moose/Exception/CannotCallAnAbstractBaseMethod.pm
9636cp lib/Moose/Exception/MethodExpectedAMetaclassObject.pm blib/lib/Moose/Exception/MethodExpectedAMetaclassObject.pm
9637cp lib/Moose/Manual/Construction.pod blib/lib/Moose/Manual/Construction.pod
9638cp lib/Moose/Exception/LazyAttributeNeedsADefault.pm blib/lib/Moose/Exception/LazyAttributeNeedsADefault.pm
9639cp lib/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm blib/lib/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm
9640cp lib/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm blib/lib/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm
9641cp lib/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm blib/lib/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm
9642cp lib/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm blib/lib/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm
9643cp lib/Moose/Meta/Method/Accessor/Native/Array/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/Writer.pm
9644cp lib/Moose/Meta/Method/Accessor/Native/Number/div.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/div.pm
9645cp lib/Moose/Exception/BadOptionFormat.pm blib/lib/Moose/Exception/BadOptionFormat.pm
9646cp lib/Moose/Meta/Method/Accessor/Native/Number/add.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/add.pm
9647cp lib/Moose/Exception/CanOnlyConsumeRole.pm blib/lib/Moose/Exception/CanOnlyConsumeRole.pm
9648cp lib/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm
9649cp lib/Moose/Meta/Method/Delegation.pm blib/lib/Moose/Meta/Method/Delegation.pm
9650cp lib/Class/MOP/Instance.pm blib/lib/Class/MOP/Instance.pm
9651cp lib/Moose/Exception/DoesRequiresRoleName.pm blib/lib/Moose/Exception/DoesRequiresRoleName.pm
9652cp lib/Test/Moose.pm blib/lib/Test/Moose.pm
9653cp lib/Moose/Meta/Method/Accessor/Native/Array/pop.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/pop.pm
9654cp lib/Moose/Meta/Method/Accessor/Native/String/substr.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/substr.pm
9655/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Attribute.xs > xs/Attribute.xsc && mv xs/Attribute.xsc xs/Attribute.c
9656gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Attribute.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Attribute.c
9657/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/AttributeCore.xs > xs/AttributeCore.xsc && mv xs/AttributeCore.xsc xs/AttributeCore.c
9658gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/AttributeCore.o -fPIC "-I/usr/lib64/perl5/CORE" xs/AttributeCore.c
9659/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Class.xs > xs/Class.xsc && mv xs/Class.xsc xs/Class.c
9660gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Class.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Class.c
9661/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Generated.xs > xs/Generated.xsc && mv xs/Generated.xsc xs/Generated.c
9662gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Generated.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Generated.c
9663/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/HasAttributes.xs > xs/HasAttributes.xsc && mv xs/HasAttributes.xsc xs/HasAttributes.c
9664gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/HasAttributes.o -fPIC "-I/usr/lib64/perl5/CORE" xs/HasAttributes.c
9665/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/HasMethods.xs > xs/HasMethods.xsc && mv xs/HasMethods.xsc xs/HasMethods.c
9666gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/HasMethods.o -fPIC "-I/usr/lib64/perl5/CORE" xs/HasMethods.c
9667/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Inlined.xs > xs/Inlined.xsc && mv xs/Inlined.xsc xs/Inlined.c
9668gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Inlined.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Inlined.c
9669/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Instance.xs > xs/Instance.xsc && mv xs/Instance.xsc xs/Instance.c
9670gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Instance.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Instance.c
9671/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Method.xs > xs/Method.xsc && mv xs/Method.xsc xs/Method.c
9672gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Method.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Method.c
9673/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Moose.xs > xs/Moose.xsc && mv xs/Moose.xsc xs/Moose.c
9674gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Moose.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Moose.c
9675/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/MOP.xs > xs/MOP.xsc && mv xs/MOP.xsc xs/MOP.c
9676gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/MOP.o -fPIC "-I/usr/lib64/perl5/CORE" xs/MOP.c
9677/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Package.xs > xs/Package.xsc && mv xs/Package.xsc xs/Package.c
9678gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Package.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Package.c
9679/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/ToInstance.xs > xs/ToInstance.xsc && mv xs/ToInstance.xsc xs/ToInstance.c
9680gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/ToInstance.o -fPIC "-I/usr/lib64/perl5/CORE" xs/ToInstance.c
9681gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o mop.o -fPIC "-I/usr/lib64/perl5/CORE" mop.c
9682Running Mkbootstrap for Moose ()
9683chmod 644 Moose.bs
9684rm -f blib/arch/auto/Moose/Moose.so
9685gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro xs/Attribute.o xs/AttributeCore.o xs/Class.o xs/Generated.o xs/HasAttributes.o xs/HasMethods.o xs/Inlined.o xs/Instance.o xs/Method.o xs/Moose.o xs/MOP.o xs/Package.o xs/ToInstance.o mop.o -o blib/arch/auto/Moose/Moose.so \
9686 \
9687
9688chmod 755 blib/arch/auto/Moose/Moose.so
9689cp Moose.bs blib/arch/auto/Moose/Moose.bs
9690chmod 644 blib/arch/auto/Moose/Moose.bs
9691cp bin/moose-outdated blib/script/moose-outdated
9692/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/moose-outdated
9693Manifying blib/man3/Moose::Manual::MOP.3pm
9694Manifying blib/man3/Moose::Meta::TypeCoercion::Union.3pm
9695Manifying blib/man3/Moose::Cookbook::Roles::Comparable_CodeReuse.3pm
9696Manifying blib/man3/Class::MOP::Mixin::HasAttributes.3pm
9697Manifying blib/man3/Moose::Cookbook::Basics::BinaryTree_AttributeFeatures.3pm
9698Manifying blib/man3/Moose::Cookbook::Basics::BinaryTree_BuilderAndLazyBuild.3pm
9699Manifying blib/man3/Moose::Manual::MooseX.3pm
9700Manifying blib/man3/Moose::Cookbook::Basics::DateTime_ExtendingNonMooseParent.3pm
9701Manifying blib/man3/Moose::Meta::Role::Method::Required.3pm
9702Manifying blib/man3/Moose::Cookbook::Roles::Restartable_AdvancedComposition.3pm
9703Manifying blib/man3/Moose::Meta::Role::Composite.3pm
9704Manifying blib/man3/Moose::Deprecated.3pm
9705Manifying blib/man3/Moose::Cookbook::Legacy::Table_ClassMetaclass.3pm
9706Manifying blib/man3/Class::MOP::MiniTrait.3pm
9707Manifying blib/man3/Moose::Spec::Role.3pm
9708Manifying blib/man3/Moose::Meta::Class.3pm
9709Manifying blib/man3/Moose::Cookbook::Meta::GlobRef_InstanceMetaclass.3pm
9710Manifying blib/man3/Moose::Manual::Exceptions::Manifest.3pm
9711Manifying blib/man3/oose.3pm
9712Manifying blib/man3/Moose::Util.3pm
9713Manifying blib/man3/Class::MOP::Mixin::AttributeCore.3pm
9714Manifying blib/man3/Class::MOP::Method::Generated.3pm
9715Manifying blib/man3/Moose::Manual::FAQ.3pm
9716Manifying blib/man3/Moose::Role.3pm
9717Manifying blib/man3/Moose::Meta::Role::Method::Conflicting.3pm
9718Manifying blib/man3/Class::MOP::Mixin::HasMethods.3pm
9719Manifying blib/man3/Moose::Manual::Attributes.3pm
9720Manifying blib/man3/Class::MOP::Package.3pm
9721Manifying blib/man3/Moose::Cookbook::Meta::PrivateOrPublic_MethodMetaclass.3pm
9722Manifying blib/man3/Class::MOP.3pm
9723Manifying blib/man3/Moose::Cookbook::Meta::WhyMeta.3pm
9724Manifying blib/man3/Moose::Cookbook::Style.3pm
9725Manifying blib/man3/Class::MOP::Method::Accessor.3pm
9726Manifying blib/man3/Moose::Cookbook::Basics::Person_BUILDARGSAndBUILD.3pm
9727Manifying blib/man3/Moose::Meta::TypeConstraint::DuckType.3pm
9728Manifying blib/man3/Moose::Manual::Resources.3pm
9729Manifying blib/man3/Moose::Meta::TypeConstraint::Class.3pm
9730Manifying blib/man3/Class::MOP::Method.3pm
9731Manifying blib/man3/Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion.3pm
9732Manifying blib/man3/Moose::Meta::Attribute::Native::Trait.3pm
9733Manifying blib/man3/Moose::Meta::TypeConstraint::Union.3pm
9734Manifying blib/man3/Moose::Meta::Method::Augmented.3pm
9735Manifying blib/man3/Class::MOP::Mixin.3pm
9736Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Code.3pm
9737Manifying blib/man3/Moose::Manual::Contributing.3pm
9738Manifying blib/man3/Class::MOP::Module.3pm
9739Manifying blib/man3/Moose::Manual::MethodModifiers.3pm
9740Manifying blib/man3/Moose::Meta::Attribute.3pm
9741Manifying blib/man3/Moose::Meta::TypeConstraint::Parameterized.3pm
9742Manifying blib/man3/Moose::Cookbook.3pm
9743Manifying blib/man3/Moose::Cookbook::Basics::Document_AugmentAndInner.3pm
9744Manifying blib/man3/Moose::Cookbook::Basics::Point_AttributesAndSubclassing.3pm
9745Manifying blib/man3/Class::MOP::Method::Meta.3pm
9746Manifying blib/man3/Moose::Manual::Exceptions.3pm
9747Manifying blib/man3/Moose::Cookbook::Extending::ExtensionOverview.3pm
9748Manifying blib/man3/Class::MOP::Attribute.3pm
9749Manifying blib/man3/Moose::Manual.3pm
9750Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Bool.3pm
9751Manifying blib/man3/Moose::Meta::Role::Method.3pm
9752Manifying blib/man3/Moose::Intro.3pm
9753Manifying blib/man3/Moose::Manual::Support.3pm
9754Manifying blib/man3/Moose::Meta::Method::Destructor.3pm
9755Manifying blib/man3/Moose::Cookbook::Legacy::Labeled_AttributeMetaclass.3pm
9756Manifying blib/man3/Moose::Manual::Types.3pm
9757Manifying blib/man3/Moose::Util::TypeConstraints::Builtins.3pm
9758Manifying blib/man3/Moose::Meta::Attribute::Native.3pm
9759Manifying blib/man3/Moose::Cookbook::Roles::ApplicationToInstance.3pm
9760Manifying blib/man3/Moose::Meta::Role::Application::RoleSummation.3pm
9761Manifying blib/man3/Moose::Cookbook::Snack::Keywords.3pm
9762Manifying blib/man3/Moose::Cookbook::Basics::Company_Subtypes.3pm
9763Manifying blib/man3/Class::MOP::Method::Wrapped.3pm
9764Manifying blib/man3/Moose::Meta::Class::Immutable::Trait.3pm
9765Manifying blib/man3/Moose::Meta::Object::Trait.3pm
9766Manifying blib/man3/Moose::Cookbook::Extending::Mooseish_MooseSugar.3pm
9767Manifying blib/man3/Moose::Cookbook::Legacy::Debugging_BaseClassReplacement.3pm
9768Manifying blib/man3/metaclass.3pm
9769Manifying blib/man3/Class::MOP::Deprecated.3pm
9770Manifying blib/man3/Moose::Meta::Mixin::AttributeCore.3pm
9771Manifying blib/man3/Class::MOP::Overload.3pm
9772Manifying blib/man3/Moose::Manual::Delegation.3pm
9773Manifying blib/man3/Moose::Meta::Method.3pm
9774Manifying blib/man3/Moose::Manual::Delta.3pm
9775Manifying blib/man3/Moose::Manual::Unsweetened.3pm
9776Manifying blib/man3/Moose::Meta::TypeConstraint::Registry.3pm
9777Manifying blib/man3/Moose::Util::TypeConstraints.3pm
9778Manifying blib/man3/Moose::Meta::Role::Application::ToInstance.3pm
9779Manifying blib/man3/Moose::Meta::Role::Application::ToClass.3pm
9780Manifying blib/man3/Moose::Object.3pm
9781Manifying blib/man3/Moose::Meta::TypeCoercion.3pm
9782Manifying blib/man3/Class::MOP::Object.3pm
9783Manifying blib/man3/Moose::Meta::Method::Meta.3pm
9784Manifying blib/man3/Moose::Meta::TypeConstraint::Role.3pm
9785Manifying blib/man3/Moose::Meta::Role.3pm
9786Manifying blib/man3/Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion.3pm
9787Manifying blib/man3/Moose::Meta::Role::Attribute.3pm
9788Manifying blib/man3/Moose::Manual::Concepts.3pm
9789Manifying blib/man3/Moose::Meta::Instance.3pm
9790Manifying blib/man3/Moose::Unsweetened.3pm
9791Manifying blib/man3/Class::MOP::Class::Immutable::Trait.3pm
9792Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::String.3pm
9793Manifying blib/man3/Class::MOP::Mixin::HasOverloads.3pm
9794Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Number.3pm
9795Manifying blib/man3/Moose::Meta::Role::Application::ToRole.3pm
9796Manifying blib/man3/Moose::Meta::TypeConstraint::Enum.3pm
9797Manifying blib/man3/Moose::Exporter.3pm
9798Manifying blib/man3/Class::MOP::Method::Inlined.3pm
9799Manifying blib/man3/Moose::Exception.3pm
9800Manifying blib/man3/Moose::Cookbook::Snack::Types.3pm
9801Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Array.3pm
9802Manifying blib/man3/Moose::Meta::Role::Application.3pm
9803Manifying blib/man3/Moose.3pm
9804Manifying blib/man3/Moose::Cookbook::Extending::Debugging_BaseClassRole.3pm
9805Manifying blib/man3/Moose::Meta::Method::Constructor.3pm
9806Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Counter.3pm
9807Manifying blib/man3/Moose::Meta::TypeConstraint.3pm
9808Manifying blib/man3/Moose::Cookbook::Basics::Immutable.3pm
9809Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Hash.3pm
9810Manifying blib/man3/Moose::Manual::Construction.3pm
9811Manifying blib/man3/Moose::Util::MetaRole.3pm
9812Manifying blib/man3/Class::MOP::Method::Constructor.3pm
9813Manifying blib/man3/Moose::Manual::Roles.3pm
9814Manifying blib/man3/Moose::Meta::Method::Overridden.3pm
9815Manifying blib/man3/Moose::Manual::BestPractices.3pm
9816Manifying blib/man3/Moose::Cookbook::Meta::Table_MetaclassTrait.3pm
9817Manifying blib/man3/Moose::Cookbook::Basics::BankAccount_MethodModifiersAndSubclassing.3pm
9818Manifying blib/man3/Moose::Meta::Method::Accessor.3pm
9819Manifying blib/man3/Moose::Meta::TypeConstraint::Parameterizable.3pm
9820Manifying blib/man3/Moose::Cookbook::Meta::Labeled_AttributeTrait.3pm
9821Manifying blib/man3/Moose::Meta::Method::Delegation.3pm
9822Manifying blib/man3/Class::MOP::Instance.3pm
9823Manifying blib/man3/Class::MOP::Class.3pm
9824Manifying blib/man3/Test::Moose.3pm
9825Manifying blib/man3/Moose::Manual::Classes.3pm
9826 ETHER/Moose-2.1604.tar.gz
9827 /usr/bin/make -- OK
9828Skipping test because of notest pragma
9829Running make install
9830Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
9831Installing /usr/local/lib64/perl5/auto/Moose/Moose.bs
9832Installing /usr/local/lib64/perl5/auto/Moose/Moose.so
9833Installing /usr/local/lib64/perl5/oose.pm
9834Installing /usr/local/lib64/perl5/metaclass.pm
9835Installing /usr/local/lib64/perl5/Moose.pm
9836Installing /usr/local/lib64/perl5/Test/Moose.pm
9837Installing /usr/local/lib64/perl5/Class/MOP.pm
9838Installing /usr/local/lib64/perl5/Class/MOP/MiniTrait.pm
9839Installing /usr/local/lib64/perl5/Class/MOP/Module.pm
9840Installing /usr/local/lib64/perl5/Class/MOP/Method.pm
9841Installing /usr/local/lib64/perl5/Class/MOP/Attribute.pm
9842Installing /usr/local/lib64/perl5/Class/MOP/Instance.pm
9843Installing /usr/local/lib64/perl5/Class/MOP/Deprecated.pm
9844Installing /usr/local/lib64/perl5/Class/MOP/Class.pm
9845Installing /usr/local/lib64/perl5/Class/MOP/Overload.pm
9846Installing /usr/local/lib64/perl5/Class/MOP/Package.pm
9847Installing /usr/local/lib64/perl5/Class/MOP/Object.pm
9848Installing /usr/local/lib64/perl5/Class/MOP/Mixin.pm
9849Installing /usr/local/lib64/perl5/Class/MOP/Method/Meta.pm
9850Installing /usr/local/lib64/perl5/Class/MOP/Method/Inlined.pm
9851Installing /usr/local/lib64/perl5/Class/MOP/Method/Generated.pm
9852Installing /usr/local/lib64/perl5/Class/MOP/Method/Constructor.pm
9853Installing /usr/local/lib64/perl5/Class/MOP/Method/Wrapped.pm
9854Installing /usr/local/lib64/perl5/Class/MOP/Method/Accessor.pm
9855Installing /usr/local/lib64/perl5/Class/MOP/Class/Immutable/Trait.pm
9856Installing /usr/local/lib64/perl5/Class/MOP/Mixin/HasMethods.pm
9857Installing /usr/local/lib64/perl5/Class/MOP/Mixin/AttributeCore.pm
9858Installing /usr/local/lib64/perl5/Class/MOP/Mixin/HasAttributes.pm
9859Installing /usr/local/lib64/perl5/Class/MOP/Mixin/HasOverloads.pm
9860Installing /usr/local/lib64/perl5/Moose/Role.pm
9861Installing /usr/local/lib64/perl5/Moose/Cookbook.pod
9862Installing /usr/local/lib64/perl5/Moose/Conflicts.pm
9863Installing /usr/local/lib64/perl5/Moose/Exception.pm
9864Installing /usr/local/lib64/perl5/Moose/Manual.pod
9865Installing /usr/local/lib64/perl5/Moose/Unsweetened.pod
9866Installing /usr/local/lib64/perl5/Moose/Exporter.pm
9867Installing /usr/local/lib64/perl5/Moose/Intro.pod
9868Installing /usr/local/lib64/perl5/Moose/Util.pm
9869Installing /usr/local/lib64/perl5/Moose/Deprecated.pm
9870Installing /usr/local/lib64/perl5/Moose/Object.pm
9871Installing /usr/local/lib64/perl5/Moose/Meta/Role.pm
9872Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint.pm
9873Installing /usr/local/lib64/perl5/Moose/Meta/Method.pm
9874Installing /usr/local/lib64/perl5/Moose/Meta/Attribute.pm
9875Installing /usr/local/lib64/perl5/Moose/Meta/Instance.pm
9876Installing /usr/local/lib64/perl5/Moose/Meta/Class.pm
9877Installing /usr/local/lib64/perl5/Moose/Meta/TypeCoercion.pm
9878Installing /usr/local/lib64/perl5/Moose/Meta/Object/Trait.pm
9879Installing /usr/local/lib64/perl5/Moose/Meta/Method/Meta.pm
9880Installing /usr/local/lib64/perl5/Moose/Meta/Method/Overridden.pm
9881Installing /usr/local/lib64/perl5/Moose/Meta/Method/Augmented.pm
9882Installing /usr/local/lib64/perl5/Moose/Meta/Method/Delegation.pm
9883Installing /usr/local/lib64/perl5/Moose/Meta/Method/Destructor.pm
9884Installing /usr/local/lib64/perl5/Moose/Meta/Method/Constructor.pm
9885Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor.pm
9886Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native.pm
9887Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array.pm
9888Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Collection.pm
9889Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash.pm
9890Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Writer.pm
9891Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Reader.pm
9892Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/kv.pm
9893Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/count.pm
9894Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/elements.pm
9895Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/set.pm
9896Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/delete.pm
9897Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm
9898Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm
9899Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/values.pm
9900Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/defined.pm
9901Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/keys.pm
9902Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/clear.pm
9903Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm
9904Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/exists.pm
9905Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm
9906Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/get.pm
9907Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/inc.pm
9908Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/set.pm
9909Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/dec.pm
9910Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/reset.pm
9911Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm
9912Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm
9913Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/set.pm
9914Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/not.pm
9915Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/unset.pm
9916Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/mod.pm
9917Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/div.pm
9918Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/add.pm
9919Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/abs.pm
9920Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/set.pm
9921Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/mul.pm
9922Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/sub.pm
9923Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/substr.pm
9924Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/inc.pm
9925Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/append.pm
9926Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/match.pm
9927Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/clear.pm
9928Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/length.pm
9929Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/chop.pm
9930Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/prepend.pm
9931Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/replace.pm
9932Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/chomp.pm
9933Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Code/execute.pm
9934Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm
9935Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm
9936Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/first.pm
9937Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/unshift.pm
9938Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/map.pm
9939Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/uniq.pm
9940Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/natatime.pm
9941Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/pop.pm
9942Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/count.pm
9943Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/elements.pm
9944Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/set.pm
9945Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/reduce.pm
9946Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/delete.pm
9947Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/push.pm
9948Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm
9949Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/splice.pm
9950Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/sort.pm
9951Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm
9952Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm
9953Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/first_index.pm
9954Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/clear.pm
9955Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/accessor.pm
9956Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/insert.pm
9957Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/grep.pm
9958Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/Writer.pm
9959Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/join.pm
9960Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/get.pm
9961Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/shift.pm
9962Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Role.pm
9963Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Parameterized.pm
9964Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Parameterizable.pm
9965Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Registry.pm
9966Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Union.pm
9967Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Enum.pm
9968Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/DuckType.pm
9969Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Class.pm
9970Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native.pm
9971Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait.pm
9972Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Number.pm
9973Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Array.pm
9974Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Code.pm
9975Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Hash.pm
9976Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/String.pm
9977Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Bool.pm
9978Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Counter.pm
9979Installing /usr/local/lib64/perl5/Moose/Meta/TypeCoercion/Union.pm
9980Installing /usr/local/lib64/perl5/Moose/Meta/Class/Immutable/Trait.pm
9981Installing /usr/local/lib64/perl5/Moose/Meta/Role/Method.pm
9982Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application.pm
9983Installing /usr/local/lib64/perl5/Moose/Meta/Role/Attribute.pm
9984Installing /usr/local/lib64/perl5/Moose/Meta/Role/Composite.pm
9985Installing /usr/local/lib64/perl5/Moose/Meta/Role/Method/Conflicting.pm
9986Installing /usr/local/lib64/perl5/Moose/Meta/Role/Method/Required.pm
9987Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/ToInstance.pm
9988Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/RoleSummation.pm
9989Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/ToClass.pm
9990Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/ToRole.pm
9991Installing /usr/local/lib64/perl5/Moose/Meta/Mixin/AttributeCore.pm
9992Installing /usr/local/lib64/perl5/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm
9993Installing /usr/local/lib64/perl5/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm
9994Installing /usr/local/lib64/perl5/Moose/Exception/CanExtendOnlyClasses.pm
9995Installing /usr/local/lib64/perl5/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm
9996Installing /usr/local/lib64/perl5/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm
9997Installing /usr/local/lib64/perl5/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm
9998Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm
9999Installing /usr/local/lib64/perl5/Moose/Exception/OverloadConflictInSummation.pm
10000Installing /usr/local/lib64/perl5/Moose/Exception/SingleParamsToNewMustBeHashRef.pm
10001Installing /usr/local/lib64/perl5/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm
10002Installing /usr/local/lib64/perl5/Moose/Exception/MethodExpectsMoreArgs.pm
10003Installing /usr/local/lib64/perl5/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm
10004Installing /usr/local/lib64/perl5/Moose/Exception/EnumValuesMustBeString.pm
10005Installing /usr/local/lib64/perl5/Moose/Exception/CannotCalculateNativeType.pm
10006Installing /usr/local/lib64/perl5/Moose/Exception/CannotLocatePackageInINC.pm
10007Installing /usr/local/lib64/perl5/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm
10008Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm
10009Installing /usr/local/lib64/perl5/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm
10010Installing /usr/local/lib64/perl5/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm
10011Installing /usr/local/lib64/perl5/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm
10012Installing /usr/local/lib64/perl5/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm
10013Installing /usr/local/lib64/perl5/Moose/Exception/BuilderDoesNotExist.pm
10014Installing /usr/local/lib64/perl5/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm
10015Installing /usr/local/lib64/perl5/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm
10016Installing /usr/local/lib64/perl5/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm
10017Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotEvalDestructor.pm
10018Installing /usr/local/lib64/perl5/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm
10019Installing /usr/local/lib64/perl5/Moose/Exception/MustDefineAMethodName.pm
10020Installing /usr/local/lib64/perl5/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm
10021Installing /usr/local/lib64/perl5/Moose/Exception/BuilderMustBeAMethodName.pm
10022Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyPackageNameAndName.pm
10023Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideALocalMethod.pm
10024Installing /usr/local/lib64/perl5/Moose/Exception/MessageParameterMustBeCodeRef.pm
10025Installing /usr/local/lib64/perl5/Moose/Exception/NoParentGivenToSubtype.pm
10026Installing /usr/local/lib64/perl5/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm
10027Installing /usr/local/lib64/perl5/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm
10028Installing /usr/local/lib64/perl5/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm
10029Installing /usr/local/lib64/perl5/Moose/Exception/CanReblessOnlyIntoASubclass.pm
10030Installing /usr/local/lib64/perl5/Moose/Exception/PackagesAndModulesAreNotCachable.pm
10031Installing /usr/local/lib64/perl5/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm
10032Installing /usr/local/lib64/perl5/Moose/Exception/ClassDoesTheExcludedRole.pm
10033Installing /usr/local/lib64/perl5/Moose/Exception/MustSpecifyAtleastOneMethod.pm
10034Installing /usr/local/lib64/perl5/Moose/Exception/InvalidHandleValue.pm
10035Installing /usr/local/lib64/perl5/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm
10036Installing /usr/local/lib64/perl5/Moose/Exception/MustPassEvenNumberOfArguments.pm
10037Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm
10038Installing /usr/local/lib64/perl5/Moose/Exception/AttributeConflictInRoles.pm
10039Installing /usr/local/lib64/perl5/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm
10040Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm
10041Installing /usr/local/lib64/perl5/Moose/Exception/CannotFindDelegateMetaclass.pm
10042Installing /usr/local/lib64/perl5/Moose/Exception/CoercingWithoutCoercions.pm
10043Installing /usr/local/lib64/perl5/Moose/Exception/CircularReferenceInAlso.pm
10044Installing /usr/local/lib64/perl5/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm
10045Installing /usr/local/lib64/perl5/Moose/Exception/CannotFindType.pm
10046Installing /usr/local/lib64/perl5/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm
10047Installing /usr/local/lib64/perl5/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm
10048Installing /usr/local/lib64/perl5/Moose/Exception/NoDestructorClassSpecified.pm
10049Installing /usr/local/lib64/perl5/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm
10050Installing /usr/local/lib64/perl5/Moose/Exception/AttributeIsRequired.pm
10051Installing /usr/local/lib64/perl5/Moose/Exception/CanOnlyConsumeRole.pm
10052Installing /usr/local/lib64/perl5/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm
10053Installing /usr/local/lib64/perl5/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm
10054Installing /usr/local/lib64/perl5/Moose/Exception/CreateTakesArrayRefOfRoles.pm
10055Installing /usr/local/lib64/perl5/Moose/Exception/AttributeNamesDoNotMatch.pm
10056Installing /usr/local/lib64/perl5/Moose/Exception/CanReblessOnlyIntoASuperclass.pm
10057Installing /usr/local/lib64/perl5/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm
10058Installing /usr/local/lib64/perl5/Moose/Exception/CannotCoerceAWeakRef.pm
10059Installing /usr/local/lib64/perl5/Moose/Exception/NoCasesMatched.pm
10060Installing /usr/local/lib64/perl5/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm
10061Installing /usr/local/lib64/perl5/Moose/Exception/ExtendsMissingArgs.pm
10062Installing /usr/local/lib64/perl5/Moose/Exception/DoesRequiresRoleName.pm
10063Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportExtends.pm
10064Installing /usr/local/lib64/perl5/Moose/Exception/RequiredMethodsNotImplementedByClass.pm
10065Installing /usr/local/lib64/perl5/Moose/Exception/RequiredAttributeLacksInitialization.pm
10066Installing /usr/local/lib64/perl5/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm
10067Installing /usr/local/lib64/perl5/Moose/Exception/CannotDelegateWithoutIsa.pm
10068Installing /usr/local/lib64/perl5/Moose/Exception/MustDefineAnOverloadOperator.pm
10069Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm
10070Installing /usr/local/lib64/perl5/Moose/Exception/CoercionNeedsTypeConstraint.pm
10071Installing /usr/local/lib64/perl5/Moose/Exception/AttributeValueIsNotAnObject.pm
10072Installing /usr/local/lib64/perl5/Moose/Exception/MethodModifierNeedsMethodName.pm
10073Installing /usr/local/lib64/perl5/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm
10074Installing /usr/local/lib64/perl5/Moose/Exception/LazyAttributeNeedsADefault.pm
10075Installing /usr/local/lib64/perl5/Moose/Exception/MustSpecifyAtleastOneRole.pm
10076Installing /usr/local/lib64/perl5/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm
10077Installing /usr/local/lib64/perl5/Moose/Exception/OverrideConflictInSummation.pm
10078Installing /usr/local/lib64/perl5/Moose/Exception/MatchActionMustBeACodeRef.pm
10079Installing /usr/local/lib64/perl5/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm
10080Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm
10081Installing /usr/local/lib64/perl5/Moose/Exception/CannotMakeMetaclassCompatible.pm
10082Installing /usr/local/lib64/perl5/Moose/Exception/TriggerMustBeACodeRef.pm
10083Installing /usr/local/lib64/perl5/Moose/Exception/NoConstraintCheckForTypeConstraint.pm
10084Installing /usr/local/lib64/perl5/Moose/Exception/InitMetaRequiresClass.pm
10085Installing /usr/local/lib64/perl5/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm
10086Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMetaClass.pm
10087Installing /usr/local/lib64/perl5/Moose/Exception/CodeBlockMustBeACodeRef.pm
10088Installing /usr/local/lib64/perl5/Moose/Exception/InvalidOverloadOperator.pm
10089Installing /usr/local/lib64/perl5/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm
10090Installing /usr/local/lib64/perl5/Moose/Exception/CannotAutoDerefWithoutIsa.pm
10091Installing /usr/local/lib64/perl5/Moose/Exception/AttributeValueIsNotDefined.pm
10092Installing /usr/local/lib64/perl5/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm
10093Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassTypeIncompatible.pm
10094Installing /usr/local/lib64/perl5/Moose/Exception/InvalidValueForIs.pm
10095Installing /usr/local/lib64/perl5/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm
10096Installing /usr/local/lib64/perl5/Moose/Exception/CannotGenerateInlineConstraint.pm
10097Installing /usr/local/lib64/perl5/Moose/Exception/MethodExpectedAMetaclassObject.pm
10098Installing /usr/local/lib64/perl5/Moose/Exception/WrapTakesACodeRefToBless.pm
10099Installing /usr/local/lib64/perl5/Moose/Exception/InvalidHasProvidedInARole.pm
10100Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAMetaclass.pm
10101Installing /usr/local/lib64/perl5/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm
10102Installing /usr/local/lib64/perl5/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm
10103Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotEvalConstructor.pm
10104Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm
10105Installing /usr/local/lib64/perl5/Moose/Exception/PackageDoesNotUseMooseExporter.pm
10106Installing /usr/local/lib64/perl5/Moose/Exception/ApplyTakesABlessedInstance.pm
10107Installing /usr/local/lib64/perl5/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm
10108Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm
10109Installing /usr/local/lib64/perl5/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm
10110Installing /usr/local/lib64/perl5/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm
10111Installing /usr/local/lib64/perl5/Moose/Exception/CannotCallAnAbstractBaseMethod.pm
10112Installing /usr/local/lib64/perl5/Moose/Exception/IsaDoesNotDoTheRole.pm
10113Installing /usr/local/lib64/perl5/Moose/Exception/RoleNameRequired.pm
10114Installing /usr/local/lib64/perl5/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm
10115Installing /usr/local/lib64/perl5/Moose/Exception/InstanceMustBeABlessedReference.pm
10116Installing /usr/local/lib64/perl5/Moose/Exception/RequiredAttributeNeedsADefault.pm
10117Installing /usr/local/lib64/perl5/Moose/Exception/MustProvideANameForTheAttribute.pm
10118Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotCreateWriter.pm
10119Installing /usr/local/lib64/perl5/Moose/Exception/InvalidRoleApplication.pm
10120Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm
10121Installing /usr/local/lib64/perl5/Moose/Exception/RolesInCreateTakesAnArrayRef.pm
10122Installing /usr/local/lib64/perl5/Moose/Exception/MethodNameNotGiven.pm
10123Installing /usr/local/lib64/perl5/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm
10124Installing /usr/local/lib64/perl5/Moose/Exception/InitializeTakesUnBlessedPackageName.pm
10125Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm
10126Installing /usr/local/lib64/perl5/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm
10127Installing /usr/local/lib64/perl5/Moose/Exception/ParameterIsNotSubtypeOfParent.pm
10128Installing /usr/local/lib64/perl5/Moose/Exception/IsaLacksDoesMethod.pm
10129Installing /usr/local/lib64/perl5/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm
10130Installing /usr/local/lib64/perl5/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm
10131Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm
10132Installing /usr/local/lib64/perl5/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm
10133Installing /usr/local/lib64/perl5/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm
10134Installing /usr/local/lib64/perl5/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm
10135Installing /usr/local/lib64/perl5/Moose/Exception/NoAttributeFoundInSuperClass.pm
10136Installing /usr/local/lib64/perl5/Moose/Exception/TypeParameterMustBeMooseMetaType.pm
10137Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm
10138Installing /usr/local/lib64/perl5/Moose/Exception/RequiredMethodsImportedByClass.pm
10139Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportAugment.pm
10140Installing /usr/local/lib64/perl5/Moose/Exception/CreateTakesHashRefOfMethods.pm
10141Installing /usr/local/lib64/perl5/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm
10142Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm
10143Installing /usr/local/lib64/perl5/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm
10144Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotCreateMethod.pm
10145Installing /usr/local/lib64/perl5/Moose/Exception/CannotAddAsAnAttributeToARole.pm
10146Installing /usr/local/lib64/perl5/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm
10147Installing /usr/local/lib64/perl5/Moose/Exception/InvalidTypeConstraint.pm
10148Installing /usr/local/lib64/perl5/Moose/Exception/MustPassAHashOfOptions.pm
10149Installing /usr/local/lib64/perl5/Moose/Exception/ClassDoesNotHaveInitMeta.pm
10150Installing /usr/local/lib64/perl5/Moose/Exception/CallingMethodOnAnImmutableInstance.pm
10151Installing /usr/local/lib64/perl5/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm
10152Installing /usr/local/lib64/perl5/Moose/Exception/AccessorMustReadWrite.pm
10153Installing /usr/local/lib64/perl5/Moose/Exception/CannotApplyBaseClassRolesToRole.pm
10154Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyADelegateToMethod.pm
10155Installing /usr/local/lib64/perl5/Moose/Exception/CannotFixMetaclassCompatibility.pm
10156Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportInner.pm
10157Installing /usr/local/lib64/perl5/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm
10158Installing /usr/local/lib64/perl5/Moose/Exception/ClassNamesDoNotMatch.pm
10159Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm
10160Installing /usr/local/lib64/perl5/Moose/Exception/IllegalInheritedOptions.pm
10161Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresNamesForCoderef.pm
10162Installing /usr/local/lib64/perl5/Moose/Exception/InvalidArgumentsToTraitAliases.pm
10163Installing /usr/local/lib64/perl5/Moose/Exception/UndefinedHashKeysPassedToMethod.pm
10164Installing /usr/local/lib64/perl5/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm
10165Installing /usr/local/lib64/perl5/Moose/Exception/RoleDoesTheExcludedRole.pm
10166Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm
10167Installing /usr/local/lib64/perl5/Moose/Exception/MethodExpectsFewerArgs.pm
10168Installing /usr/local/lib64/perl5/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm
10169Installing /usr/local/lib64/perl5/Moose/Exception/CreateTakesHashRefOfAttributes.pm
10170Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAnOperator.pm
10171Installing /usr/local/lib64/perl5/Moose/Exception/WrongTypeConstraintGiven.pm
10172Installing /usr/local/lib64/perl5/Moose/Exception/CannotCallAnAbstractMethod.pm
10173Installing /usr/local/lib64/perl5/Moose/Exception/OnlyInstancesCanBeCloned.pm
10174Installing /usr/local/lib64/perl5/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm
10175Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMetaMethod.pm
10176Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideNoSuperMethod.pm
10177Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm
10178Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm
10179Installing /usr/local/lib64/perl5/Moose/Exception/CanOnlyWrapBlessedCode.pm
10180Installing /usr/local/lib64/perl5/Moose/Exception/MethodNameConflictInRoles.pm
10181Installing /usr/local/lib64/perl5/Moose/Exception/InvalidArgumentToMethod.pm
10182Installing /usr/local/lib64/perl5/Moose/Exception/NeitherClassNorClassNameIsGiven.pm
10183Installing /usr/local/lib64/perl5/Moose/Exception/OverrideConflictInComposition.pm
10184Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm
10185Installing /usr/local/lib64/perl5/Moose/Exception/ValidationFailedForTypeConstraint.pm
10186Installing /usr/local/lib64/perl5/Moose/Exception/ConstructClassInstanceTakesPackageName.pm
10187Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMetaOverload.pm
10188Installing /usr/local/lib64/perl5/Moose/Exception/MustDefineAnAttributeName.pm
10189Installing /usr/local/lib64/perl5/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm
10190Installing /usr/local/lib64/perl5/Moose/Exception/AttributeConflictInSummation.pm
10191Installing /usr/local/lib64/perl5/Moose/Exception/BadOptionFormat.pm
10192Installing /usr/local/lib64/perl5/Moose/Exception/CannotAugmentNoSuperMethod.pm
10193Installing /usr/local/lib64/perl5/Moose/Exception/CoercionAlreadyExists.pm
10194Installing /usr/local/lib64/perl5/Moose/Exception/RoleExclusionConflict.pm
10195Installing /usr/local/lib64/perl5/Moose/Exception/HandlesMustBeAHashRef.pm
10196Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassNotLoaded.pm
10197Installing /usr/local/lib64/perl5/Moose/Exception/UnableToCanonicalizeHandles.pm
10198Installing /usr/local/lib64/perl5/Moose/Exception/InstanceBlessedIntoWrongClass.pm
10199Installing /usr/local/lib64/perl5/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm
10200Installing /usr/local/lib64/perl5/Moose/Exception/Legacy.pm
10201Installing /usr/local/lib64/perl5/Moose/Exception/InvalidNameForType.pm
10202Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotParseType.pm
10203Installing /usr/local/lib64/perl5/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm
10204Installing /usr/local/lib64/perl5/Moose/Exception/TypeConstraintIsAlreadyCreated.pm
10205Installing /usr/local/lib64/perl5/Moose/Exception/OperatorIsRequired.pm
10206Installing /usr/local/lib64/perl5/Moose/Exception/CannotInlineTypeConstraintCheck.pm
10207Installing /usr/local/lib64/perl5/Moose/Exception/Role/InvalidAttributeOptions.pm
10208Installing /usr/local/lib64/perl5/Moose/Exception/Role/Role.pm
10209Installing /usr/local/lib64/perl5/Moose/Exception/Role/AttributeName.pm
10210Installing /usr/local/lib64/perl5/Moose/Exception/Role/TypeConstraint.pm
10211Installing /usr/local/lib64/perl5/Moose/Exception/Role/InstanceClass.pm
10212Installing /usr/local/lib64/perl5/Moose/Exception/Role/Method.pm
10213Installing /usr/local/lib64/perl5/Moose/Exception/Role/Attribute.pm
10214Installing /usr/local/lib64/perl5/Moose/Exception/Role/ParamsHash.pm
10215Installing /usr/local/lib64/perl5/Moose/Exception/Role/RoleForCreateMOPClass.pm
10216Installing /usr/local/lib64/perl5/Moose/Exception/Role/Instance.pm
10217Installing /usr/local/lib64/perl5/Moose/Exception/Role/Class.pm
10218Installing /usr/local/lib64/perl5/Moose/Exception/Role/EitherAttributeOrAttributeName.pm
10219Installing /usr/local/lib64/perl5/Moose/Exception/Role/RoleForCreate.pm
10220Installing /usr/local/lib64/perl5/Moose/Manual/MooseX.pod
10221Installing /usr/local/lib64/perl5/Moose/Manual/Delta.pod
10222Installing /usr/local/lib64/perl5/Moose/Manual/Contributing.pod
10223Installing /usr/local/lib64/perl5/Moose/Manual/FAQ.pod
10224Installing /usr/local/lib64/perl5/Moose/Manual/Attributes.pod
10225Installing /usr/local/lib64/perl5/Moose/Manual/Types.pod
10226Installing /usr/local/lib64/perl5/Moose/Manual/Concepts.pod
10227Installing /usr/local/lib64/perl5/Moose/Manual/Unsweetened.pod
10228Installing /usr/local/lib64/perl5/Moose/Manual/Delegation.pod
10229Installing /usr/local/lib64/perl5/Moose/Manual/Exceptions.pod
10230Installing /usr/local/lib64/perl5/Moose/Manual/Resources.pod
10231Installing /usr/local/lib64/perl5/Moose/Manual/Roles.pod
10232Installing /usr/local/lib64/perl5/Moose/Manual/Classes.pod
10233Installing /usr/local/lib64/perl5/Moose/Manual/Construction.pod
10234Installing /usr/local/lib64/perl5/Moose/Manual/Support.pod
10235Installing /usr/local/lib64/perl5/Moose/Manual/BestPractices.pod
10236Installing /usr/local/lib64/perl5/Moose/Manual/MOP.pod
10237Installing /usr/local/lib64/perl5/Moose/Manual/MethodModifiers.pod
10238Installing /usr/local/lib64/perl5/Moose/Manual/Exceptions/Manifest.pod
10239Installing /usr/local/lib64/perl5/Moose/Util/MetaRole.pm
10240Installing /usr/local/lib64/perl5/Moose/Util/TypeConstraints.pm
10241Installing /usr/local/lib64/perl5/Moose/Util/TypeConstraints/Builtins.pm
10242Installing /usr/local/lib64/perl5/Moose/Spec/Role.pod
10243Installing /usr/local/lib64/perl5/Moose/Cookbook/Style.pod
10244Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod
10245Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod
10246Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod
10247Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/WhyMeta.pod
10248Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/Table_MetaclassTrait.pod
10249Installing /usr/local/lib64/perl5/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod
10250Installing /usr/local/lib64/perl5/Moose/Cookbook/Extending/ExtensionOverview.pod
10251Installing /usr/local/lib64/perl5/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod
10252Installing /usr/local/lib64/perl5/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod
10253Installing /usr/local/lib64/perl5/Moose/Cookbook/Roles/ApplicationToInstance.pod
10254Installing /usr/local/lib64/perl5/Moose/Cookbook/Roles/Comparable_CodeReuse.pod
10255Installing /usr/local/lib64/perl5/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod
10256Installing /usr/local/lib64/perl5/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod
10257Installing /usr/local/lib64/perl5/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod
10258Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod
10259Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod
10260Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod
10261Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Immutable.pod
10262Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod
10263Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod
10264Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Document_AugmentAndInner.pod
10265Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod
10266Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod
10267Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod
10268Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Company_Subtypes.pod
10269Installing /usr/local/lib64/perl5/Moose/Cookbook/Snack/Keywords.pod
10270Installing /usr/local/lib64/perl5/Moose/Cookbook/Snack/Types.pod
10271Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait.3pm
10272Installing /usr/local/share/man/man3/Moose::Manual::Contributing.3pm
10273Installing /usr/local/share/man/man3/oose.3pm
10274Installing /usr/local/share/man/man3/Moose::Cookbook::Style.3pm
10275Installing /usr/local/share/man/man3/Moose::Manual::MooseX.3pm
10276Installing /usr/local/share/man/man3/Moose::Manual::Resources.3pm
10277Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::WhyMeta.3pm
10278Installing /usr/local/share/man/man3/Moose::Manual.3pm
10279Installing /usr/local/share/man/man3/Class::MOP::Method::Constructor.3pm
10280Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native.3pm
10281Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Enum.3pm
10282Installing /usr/local/share/man/man3/metaclass.3pm
10283Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::ToInstance.3pm
10284Installing /usr/local/share/man/man3/Class::MOP::Object.3pm
10285Installing /usr/local/share/man/man3/Moose::Manual::MOP.3pm
10286Installing /usr/local/share/man/man3/Moose::Meta::Method::Meta.3pm
10287Installing /usr/local/share/man/man3/Moose::Util::TypeConstraints::Builtins.3pm
10288Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::BinaryTree_BuilderAndLazyBuild.3pm
10289Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Person_BUILDARGSAndBUILD.3pm
10290Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Counter.3pm
10291Installing /usr/local/share/man/man3/Moose::Meta::Class.3pm
10292Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::DuckType.3pm
10293Installing /usr/local/share/man/man3/Moose::Meta::Method::Delegation.3pm
10294Installing /usr/local/share/man/man3/Moose::Meta::Role::Attribute.3pm
10295Installing /usr/local/share/man/man3/Class::MOP::Module.3pm
10296Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::DateTime_ExtendingNonMooseParent.3pm
10297Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Bool.3pm
10298Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Role.3pm
10299Installing /usr/local/share/man/man3/Moose::Meta::Object::Trait.3pm
10300Installing /usr/local/share/man/man3/Moose::Manual::Support.3pm
10301Installing /usr/local/share/man/man3/Moose::Meta::Class::Immutable::Trait.3pm
10302Installing /usr/local/share/man/man3/Moose::Cookbook::Snack::Keywords.3pm
10303Installing /usr/local/share/man/man3/Moose::Cookbook::Roles::Restartable_AdvancedComposition.3pm
10304Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Number.3pm
10305Installing /usr/local/share/man/man3/Moose::Manual::Classes.3pm
10306Installing /usr/local/share/man/man3/Class::MOP::Method::Wrapped.3pm
10307Installing /usr/local/share/man/man3/Moose::Manual::Delta.3pm
10308Installing /usr/local/share/man/man3/Test::Moose.3pm
10309Installing /usr/local/share/man/man3/Moose::Cookbook::Extending::Mooseish_MooseSugar.3pm
10310Installing /usr/local/share/man/man3/Moose::Meta::Method::Accessor.3pm
10311Installing /usr/local/share/man/man3/Moose::Cookbook::Legacy::Debugging_BaseClassReplacement.3pm
10312Installing /usr/local/share/man/man3/Moose::Exporter.3pm
10313Installing /usr/local/share/man/man3/Class::MOP::Mixin::AttributeCore.3pm
10314Installing /usr/local/share/man/man3/Moose::Cookbook::Extending::Debugging_BaseClassRole.3pm
10315Installing /usr/local/share/man/man3/Moose::Meta::Role::Method::Conflicting.3pm
10316Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::String.3pm
10317Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::ToClass.3pm
10318Installing /usr/local/share/man/man3/Moose::Manual::Concepts.3pm
10319Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::BankAccount_MethodModifiersAndSubclassing.3pm
10320Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::Table_MetaclassTrait.3pm
10321Installing /usr/local/share/man/man3/Moose::Meta::TypeCoercion::Union.3pm
10322Installing /usr/local/share/man/man3/Class::MOP::Mixin::HasMethods.3pm
10323Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Point_AttributesAndSubclassing.3pm
10324Installing /usr/local/share/man/man3/Moose::Unsweetened.3pm
10325Installing /usr/local/share/man/man3/Moose::Role.3pm
10326Installing /usr/local/share/man/man3/Class::MOP::Method::Generated.3pm
10327Installing /usr/local/share/man/man3/Moose::Cookbook::Legacy::Labeled_AttributeMetaclass.3pm
10328Installing /usr/local/share/man/man3/Moose::Cookbook::Extending::ExtensionOverview.3pm
10329Installing /usr/local/share/man/man3/Moose::Meta::Instance.3pm
10330Installing /usr/local/share/man/man3/Moose::Cookbook::Snack::Types.3pm
10331Installing /usr/local/share/man/man3/Class::MOP::Method.3pm
10332Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Class.3pm
10333Installing /usr/local/share/man/man3/Moose::Meta::Role::Method::Required.3pm
10334Installing /usr/local/share/man/man3/Moose::Manual::FAQ.3pm
10335Installing /usr/local/share/man/man3/Moose::Util::MetaRole.3pm
10336Installing /usr/local/share/man/man3/Moose::Cookbook::Legacy::Table_ClassMetaclass.3pm
10337Installing /usr/local/share/man/man3/Moose::Manual::MethodModifiers.3pm
10338Installing /usr/local/share/man/man3/Class::MOP.3pm
10339Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Array.3pm
10340Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion.3pm
10341Installing /usr/local/share/man/man3/Class::MOP::MiniTrait.3pm
10342Installing /usr/local/share/man/man3/Moose::Meta::Role::Application.3pm
10343Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::BinaryTree_AttributeFeatures.3pm
10344Installing /usr/local/share/man/man3/Moose::Manual::Construction.3pm
10345Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Union.3pm
10346Installing /usr/local/share/man/man3/Moose::Manual::Exceptions::Manifest.3pm
10347Installing /usr/local/share/man/man3/Moose::Intro.3pm
10348Installing /usr/local/share/man/man3/Moose::Meta::Role.3pm
10349Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::GlobRef_InstanceMetaclass.3pm
10350Installing /usr/local/share/man/man3/Moose::Meta::Mixin::AttributeCore.3pm
10351Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Document_AugmentAndInner.3pm
10352Installing /usr/local/share/man/man3/Moose::Manual::Roles.3pm
10353Installing /usr/local/share/man/man3/Moose::Meta::Method.3pm
10354Installing /usr/local/share/man/man3/Class::MOP::Attribute.3pm
10355Installing /usr/local/share/man/man3/Moose::Spec::Role.3pm
10356Installing /usr/local/share/man/man3/Class::MOP::Method::Accessor.3pm
10357Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::PrivateOrPublic_MethodMetaclass.3pm
10358Installing /usr/local/share/man/man3/Moose::Util::TypeConstraints.3pm
10359Installing /usr/local/share/man/man3/Class::MOP::Deprecated.3pm
10360Installing /usr/local/share/man/man3/Class::MOP::Method::Meta.3pm
10361Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Code.3pm
10362Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Company_Subtypes.3pm
10363Installing /usr/local/share/man/man3/Moose::Object.3pm
10364Installing /usr/local/share/man/man3/Class::MOP::Method::Inlined.3pm
10365Installing /usr/local/share/man/man3/Class::MOP::Class::Immutable::Trait.3pm
10366Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Immutable.3pm
10367Installing /usr/local/share/man/man3/Moose::Cookbook.3pm
10368Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Hash.3pm
10369Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Registry.3pm
10370Installing /usr/local/share/man/man3/Class::MOP::Class.3pm
10371Installing /usr/local/share/man/man3/Moose::Meta::Attribute.3pm
10372Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion.3pm
10373Installing /usr/local/share/man/man3/Class::MOP::Mixin::HasAttributes.3pm
10374Installing /usr/local/share/man/man3/Class::MOP::Mixin.3pm
10375Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Parameterizable.3pm
10376Installing /usr/local/share/man/man3/Moose::Manual::Attributes.3pm
10377Installing /usr/local/share/man/man3/Moose::Meta::TypeCoercion.3pm
10378Installing /usr/local/share/man/man3/Moose::Cookbook::Roles::Comparable_CodeReuse.3pm
10379Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint.3pm
10380Installing /usr/local/share/man/man3/Moose::Meta::Method::Overridden.3pm
10381Installing /usr/local/share/man/man3/Moose::Meta::Role::Method.3pm
10382Installing /usr/local/share/man/man3/Moose::Meta::Method::Constructor.3pm
10383Installing /usr/local/share/man/man3/Moose::Cookbook::Roles::ApplicationToInstance.3pm
10384Installing /usr/local/share/man/man3/Moose::Meta::Role::Composite.3pm
10385Installing /usr/local/share/man/man3/Class::MOP::Overload.3pm
10386Installing /usr/local/share/man/man3/Moose::Meta::Method::Augmented.3pm
10387Installing /usr/local/share/man/man3/Moose::Exception.3pm
10388Installing /usr/local/share/man/man3/Moose::Manual::Types.3pm
10389Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::Labeled_AttributeTrait.3pm
10390Installing /usr/local/share/man/man3/Moose::Manual::BestPractices.3pm
10391Installing /usr/local/share/man/man3/Moose::Manual::Delegation.3pm
10392Installing /usr/local/share/man/man3/Moose::Manual::Unsweetened.3pm
10393Installing /usr/local/share/man/man3/Class::MOP::Mixin::HasOverloads.3pm
10394Installing /usr/local/share/man/man3/Class::MOP::Package.3pm
10395Installing /usr/local/share/man/man3/Moose::Manual::Exceptions.3pm
10396Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::ToRole.3pm
10397Installing /usr/local/share/man/man3/Moose::Util.3pm
10398Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Parameterized.3pm
10399Installing /usr/local/share/man/man3/Class::MOP::Instance.3pm
10400Installing /usr/local/share/man/man3/Moose.3pm
10401Installing /usr/local/share/man/man3/Moose::Deprecated.3pm
10402Installing /usr/local/share/man/man3/Moose::Meta::Method::Destructor.3pm
10403Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::RoleSummation.3pm
10404Installing /usr/local/bin/moose-outdated
10405Appending installation info to /usr/lib64/perl5/perllocal.pod
10406 ETHER/Moose-2.1604.tar.gz
10407 /usr/bin/make install -- OK
10408Mouse is up to date (v2.4.5).
10409Running install for module 'Net::CalDAVTalk'
10410Running make for B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
10411Fetching with HTTP::Tiny:
10412http://mirror.optusnet.com.au/CPAN/authors/id/B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
10413Fetching with HTTP::Tiny:
10414http://mirror.optusnet.com.au/CPAN/authors/id/B/BR/BRONG/CHECKSUMS
10415Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz ok
10416
10417 CPAN.pm: Building B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
10418
10419Warning: prerequisite Data::ICal::TimeZone 1.23 not found.
10420Warning: prerequisite DateTime::Format::ICal 0.09 not found.
10421Warning: prerequisite DateTime::Format::ISO8601 0.08 not found.
10422Warning: prerequisite Net::DAVTalk 0.02 not found.
10423Warning: prerequisite Text::LevenshteinXS 0.03 not found.
10424Warning: prerequisite Text::VCardFast 0.06 not found.
10425Checking if your kit is complete...
10426Looks good
10427Writing Makefile for Net::CalDAVTalk
10428Writing MYMETA.yml and MYMETA.json
10429---- Unsatisfied dependencies detected during ----
10430---- BRONG/Net-CalDAVTalk-0.03.tar.gz ----
10431 DateTime::Format::ICal [requires]
10432 Net::DAVTalk [requires]
10433 DateTime::Format::ISO8601 [requires]
10434 Text::VCardFast [requires]
10435 Text::LevenshteinXS [requires]
10436 Data::ICal::TimeZone [requires]
10437Skipping test because of notest pragma
10438Running make install
10439 Delayed until after prerequisites
10440Running install for module 'DateTime::Format::ICal'
10441Running make for D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
10442Fetching with HTTP::Tiny:
10443http://mirror.optusnet.com.au/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
10444Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz ok
10445
10446 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
10447
10448Checking prerequisites...
10449 requires:
10450 ! DateTime::Event::ICal is not installed
10451 ! DateTime::Set is not installed
10452
10453ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
10454of the modules indicated above before proceeding with this installation
10455
10456Created MYMETA.yml and MYMETA.json
10457Creating new 'Build' script for 'DateTime-Format-ICal' version '0.09'
10458---- Unsatisfied dependencies detected during ----
10459---- DROLSKY/DateTime-Format-ICal-0.09.tar.gz ----
10460 DateTime::Event::ICal [requires]
10461 DateTime::Set [requires]
10462Skipping test because of notest pragma
10463Running Build install
10464 Delayed until after prerequisites
10465Running install for module 'DateTime::Event::ICal'
10466Running make for F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
10467Fetching with HTTP::Tiny:
10468http://mirror.optusnet.com.au/CPAN/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
10469Fetching with HTTP::Tiny:
10470http://mirror.optusnet.com.au/CPAN/authors/id/F/FG/FGLOCK/CHECKSUMS
10471Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz ok
10472
10473 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
10474
10475Warning: prerequisite DateTime::Event::Recurrence 0.11 not found.
10476Checking if your kit is complete...
10477Looks good
10478Writing Makefile for DateTime::Event::ICal
10479Writing MYMETA.yml and MYMETA.json
10480---- Unsatisfied dependencies detected during ----
10481---- FGLOCK/DateTime-Event-ICal-0.13.tar.gz ----
10482 DateTime::Event::Recurrence [requires]
10483Skipping test because of notest pragma
10484Running make install
10485 Delayed until after prerequisites
10486Running install for module 'DateTime::Event::Recurrence'
10487Running make for F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
10488Fetching with HTTP::Tiny:
10489http://mirror.optusnet.com.au/CPAN/authors/id/F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
10490Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz ok
10491
10492 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
10493
10494Warning: prerequisite DateTime::Set 0.3600 not found.
10495Checking if your kit is complete...
10496Looks good
10497Writing Makefile for DateTime::Event::Recurrence
10498Writing MYMETA.yml and MYMETA.json
10499---- Unsatisfied dependencies detected during ----
10500---- FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz ----
10501 DateTime::Set [requires]
10502Skipping test because of notest pragma
10503Running make install
10504 Delayed until after prerequisites
10505Running install for module 'DateTime::Set'
10506Running make for F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
10507Fetching with HTTP::Tiny:
10508http://mirror.optusnet.com.au/CPAN/authors/id/F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
10509Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz ok
10510
10511 CPAN.pm: Building F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
10512
10513Checking prerequisites...
10514 requires:
10515 ! Set::Infinite is not installed
10516
10517ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
10518of the modules indicated above before proceeding with this installation
10519
10520Created MYMETA.yml and MYMETA.json
10521Creating new 'Build' script for 'DateTime-Set' version '0.3600'
10522---- Unsatisfied dependencies detected during ----
10523---- FGLOCK/DateTime-Set-0.3600.tar.gz ----
10524 Set::Infinite [requires]
10525Skipping test because of notest pragma
10526Running Build install
10527 Delayed until after prerequisites
10528Running install for module 'Set::Infinite'
10529Running make for F/FG/FGLOCK/Set-Infinite-0.65.tar.gz
10530Fetching with HTTP::Tiny:
10531http://mirror.optusnet.com.au/CPAN/authors/id/F/FG/FGLOCK/Set-Infinite-0.65.tar.gz
10532Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/Set-Infinite-0.65.tar.gz ok
10533
10534 CPAN.pm: Building F/FG/FGLOCK/Set-Infinite-0.65.tar.gz
10535
10536Checking if your kit is complete...
10537Looks good
10538Writing Makefile for Set::Infinite
10539Writing MYMETA.yml and MYMETA.json
10540cp lib/Set/Infinite.pm blib/lib/Set/Infinite.pm
10541cp lib/Set/Infinite/Arithmetic.pm blib/lib/Set/Infinite/Arithmetic.pm
10542cp lib/Set/Infinite/Basic.pm blib/lib/Set/Infinite/Basic.pm
10543Manifying blib/man3/Set::Infinite::Arithmetic.3pm
10544Manifying blib/man3/Set::Infinite.3pm
10545Manifying blib/man3/Set::Infinite::Basic.3pm
10546 FGLOCK/Set-Infinite-0.65.tar.gz
10547 /usr/bin/make -- OK
10548Skipping test because of notest pragma
10549Running make install
10550Manifying blib/man3/Set::Infinite::Arithmetic.3pm
10551Manifying blib/man3/Set::Infinite.3pm
10552Installing /usr/local/share/perl5/Set/Infinite.pm
10553Installing /usr/local/share/perl5/Set/Infinite/Arithmetic.pm
10554Installing /usr/local/share/perl5/Set/Infinite/Basic.pm
10555Installing /usr/local/share/man/man3/Set::Infinite.3pm
10556Installing /usr/local/share/man/man3/Set::Infinite::Basic.3pm
10557Installing /usr/local/share/man/man3/Set::Infinite::Arithmetic.3pm
10558Appending installation info to /usr/lib64/perl5/perllocal.pod
10559 FGLOCK/Set-Infinite-0.65.tar.gz
10560 /usr/bin/make install -- OK
10561Running Build for F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
10562 Has already been unwrapped into directory /root/.cpan/build/DateTime-Set-0.3600-iaKJ_u
10563
10564 CPAN.pm: Building F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
10565
10566Building DateTime-Set
10567 FGLOCK/DateTime-Set-0.3600.tar.gz
10568 ./Build -- OK
10569Skipping test because of notest pragma
10570Running Build install
10571Building DateTime-Set
10572Installing /usr/local/share/perl5/Set/Infinite/_recurrence.pm
10573Installing /usr/local/share/perl5/DateTime/Set.pm
10574Installing /usr/local/share/perl5/DateTime/SpanSet.pm
10575Installing /usr/local/share/perl5/DateTime/Span.pm
10576Installing /usr/local/share/man/man3/DateTime::Span.3pm
10577Installing /usr/local/share/man/man3/Set::Infinite::_recurrence.3pm
10578Installing /usr/local/share/man/man3/DateTime::Set.3pm
10579Installing /usr/local/share/man/man3/DateTime::SpanSet.3pm
10580 FGLOCK/DateTime-Set-0.3600.tar.gz
10581 ./Build install -- OK
10582Running make for F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
10583 Has already been unwrapped into directory /root/.cpan/build/DateTime-Event-Recurrence-0.18-vOQhwO
10584
10585 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
10586
10587cp lib/DateTime/Event/Recurrence.pm blib/lib/DateTime/Event/Recurrence.pm
10588Manifying blib/man3/DateTime::Event::Recurrence.3pm
10589 FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
10590 /usr/bin/make -- OK
10591Skipping test because of notest pragma
10592Running make install
10593Installing /usr/local/share/perl5/DateTime/Event/Recurrence.pm
10594Installing /usr/local/share/man/man3/DateTime::Event::Recurrence.3pm
10595Appending installation info to /usr/lib64/perl5/perllocal.pod
10596 FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
10597 /usr/bin/make install -- OK
10598Running make for F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
10599 Has already been unwrapped into directory /root/.cpan/build/DateTime-Event-ICal-0.13-5fxqwW
10600
10601 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
10602
10603cp lib/DateTime/Event/ICal.pm blib/lib/DateTime/Event/ICal.pm
10604Manifying blib/man3/DateTime::Event::ICal.3pm
10605 FGLOCK/DateTime-Event-ICal-0.13.tar.gz
10606 /usr/bin/make -- OK
10607Skipping test because of notest pragma
10608Running make install
10609Installing /usr/local/share/perl5/DateTime/Event/ICal.pm
10610Installing /usr/local/share/man/man3/DateTime::Event::ICal.3pm
10611Appending installation info to /usr/lib64/perl5/perllocal.pod
10612 FGLOCK/DateTime-Event-ICal-0.13.tar.gz
10613 /usr/bin/make install -- OK
10614DateTime::Set is up to date (0.3600).
10615Running Build for D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
10616 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-ICal-0.09-gtsQqC
10617
10618 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
10619
10620Building DateTime-Format-ICal
10621 DROLSKY/DateTime-Format-ICal-0.09.tar.gz
10622 ./Build -- OK
10623Skipping test because of notest pragma
10624Running Build install
10625Building DateTime-Format-ICal
10626Installing /usr/local/share/perl5/DateTime/Format/ICal.pm
10627Installing /usr/local/share/man/man3/DateTime::Format::ICal.3pm
10628 DROLSKY/DateTime-Format-ICal-0.09.tar.gz
10629 ./Build install -- OK
10630Running install for module 'Net::DAVTalk'
10631Running make for B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
10632Fetching with HTTP::Tiny:
10633http://mirror.optusnet.com.au/CPAN/authors/id/B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
10634Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-DAVTalk-0.04.tar.gz ok
10635
10636 CPAN.pm: Building B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
10637
10638Warning: prerequisite Tie::DataUUID 1.02 not found.
10639Warning: prerequisite XML::Fast 0.11 not found.
10640Warning: prerequisite XML::Spice 0.03 not found.
10641Checking if your kit is complete...
10642Looks good
10643Writing Makefile for Net::DAVTalk
10644Writing MYMETA.yml and MYMETA.json
10645---- Unsatisfied dependencies detected during ----
10646---- BRONG/Net-DAVTalk-0.04.tar.gz ----
10647 XML::Spice [requires]
10648 XML::Fast [requires]
10649 Tie::DataUUID [requires]
10650Skipping test because of notest pragma
10651Running make install
10652 Delayed until after prerequisites
10653Running install for module 'XML::Spice'
10654Running make for R/RO/ROBN/XML-Spice-0.04.tar.gz
10655Fetching with HTTP::Tiny:
10656http://mirror.optusnet.com.au/CPAN/authors/id/R/RO/ROBN/XML-Spice-0.04.tar.gz
10657Fetching with HTTP::Tiny:
10658http://mirror.optusnet.com.au/CPAN/authors/id/R/RO/ROBN/CHECKSUMS
10659Checksum for /root/.cpan/sources/authors/id/R/RO/ROBN/XML-Spice-0.04.tar.gz ok
10660
10661 CPAN.pm: Building R/RO/ROBN/XML-Spice-0.04.tar.gz
10662
10663Checking if your kit is complete...
10664Looks good
10665Writing Makefile for XML::Spice
10666Writing MYMETA.yml and MYMETA.json
10667---- Unsatisfied dependencies detected during ----
10668---- ROBN/XML-Spice-0.04.tar.gz ----
10669 Test::XML [build_requires]
10670Skipping test because of notest pragma
10671Running make install
10672 Delayed until after prerequisites
10673Running install for module 'Test::XML'
10674Running make for S/SE/SEMANTICO/Test-XML-0.08.tar.gz
10675Fetching with HTTP::Tiny:
10676http://mirror.optusnet.com.au/CPAN/authors/id/S/SE/SEMANTICO/Test-XML-0.08.tar.gz
10677Fetching with HTTP::Tiny:
10678http://mirror.optusnet.com.au/CPAN/authors/id/S/SE/SEMANTICO/CHECKSUMS
10679Checksum for /root/.cpan/sources/authors/id/S/SE/SEMANTICO/Test-XML-0.08.tar.gz ok
10680
10681 CPAN.pm: Building S/SE/SEMANTICO/Test-XML-0.08.tar.gz
10682
10683Checking prerequisites...
10684 requires:
10685 ! XML::Parser is not installed
10686 ! XML::SemanticDiff is not installed
10687 recommends:
10688 * XML::SAX is not installed
10689 * XML::SAX::Writer is not installed
10690 * XML::Twig is not installed
10691 * XML::XPath is not installed
10692
10693ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
10694of the modules indicated above before proceeding with this installation
10695
10696Created MYMETA.yml and MYMETA.json
10697Creating new 'Build' script for 'Test-XML' version '0.08'
10698---- Unsatisfied dependencies detected during ----
10699---- SEMANTICO/Test-XML-0.08.tar.gz ----
10700 XML::SemanticDiff [requires]
10701 XML::Parser [requires]
10702Skipping test because of notest pragma
10703Running Build install
10704 Delayed until after prerequisites
10705Running install for module 'XML::SemanticDiff'
10706Running make for S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
10707Fetching with HTTP::Tiny:
10708http://mirror.optusnet.com.au/CPAN/authors/id/S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
10709Fetching with HTTP::Tiny:
10710http://mirror.optusnet.com.au/CPAN/authors/id/S/SH/SHLOMIF/CHECKSUMS
10711Checksum for /root/.cpan/sources/authors/id/S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz ok
10712
10713 CPAN.pm: Building S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
10714
10715Checking prerequisites...
10716 requires:
10717 ! XML::Parser is not installed
10718
10719ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
10720of the modules indicated above before proceeding with this installation
10721
10722Created MYMETA.yml and MYMETA.json
10723Creating new 'Build' script for 'XML-SemanticDiff' version '1.0004'
10724---- Unsatisfied dependencies detected during ----
10725---- SHLOMIF/XML-SemanticDiff-1.0004.tar.gz ----
10726 XML::Parser [requires]
10727Skipping test because of notest pragma
10728Running Build install
10729 Delayed until after prerequisites
10730Running install for module 'XML::Parser'
10731Running make for T/TO/TODDR/XML-Parser-2.44.tar.gz
10732Fetching with HTTP::Tiny:
10733http://mirror.optusnet.com.au/CPAN/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz
10734Fetching with HTTP::Tiny:
10735http://mirror.optusnet.com.au/CPAN/authors/id/T/TO/TODDR/CHECKSUMS
10736Checksum for /root/.cpan/sources/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz ok
10737
10738 CPAN.pm: Building T/TO/TODDR/XML-Parser-2.44.tar.gz
10739
10740
10741Expat must be installed prior to building XML::Parser and I can't find
10742it in the standard library directories. Install 'expat-devel' (or
10743'libexpat1-dev') package with your OS package manager. See 'README'.
10744
10745Or you can download expat from:
10746
10747http://sourceforge.net/projects/expat/
10748
10749If expat is installed, but in a non-standard directory, then use the
10750following options to Makefile.PL:
10751
10752 EXPATLIBPATH=... To set the directory in which to find libexpat
10753
10754 EXPATINCPATH=... To set the directory in which to find expat.h
10755
10756For example:
10757
10758 perl Makefile.PL EXPATLIBPATH=/home/me/lib EXPATINCPATH=/home/me/include
10759
10760Note that if you build against a shareable library in a non-standard location
10761you may (on some platforms) also have to set your LD_LIBRARY_PATH environment
10762variable at run time for perl to find the library.
10763
10764Warning: prerequisite LWP::UserAgent 0 not found.
10765Checking if your kit is complete...
10766Looks good
10767Writing Makefile for XML::Parser::Expat
10768Writing MYMETA.yml and MYMETA.json
10769Writing Makefile for XML::Parser
10770Writing MYMETA.yml and MYMETA.json
10771---- Unsatisfied dependencies detected during ----
10772---- TODDR/XML-Parser-2.44.tar.gz ----
10773 LWP::UserAgent [requires]
10774Skipping test because of notest pragma
10775Running make install
10776 Delayed until after prerequisites
10777Running install for module 'LWP::UserAgent'
10778Running make for E/ET/ETHER/libwww-perl-6.15.tar.gz
10779Fetching with HTTP::Tiny:
10780http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/libwww-perl-6.15.tar.gz
10781Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/libwww-perl-6.15.tar.gz ok
10782
10783 CPAN.pm: Building E/ET/ETHER/libwww-perl-6.15.tar.gz
10784
10785Warning: prerequisite File::Listing 6 not found.
10786Warning: prerequisite HTTP::Cookies 6 not found.
10787Warning: prerequisite HTTP::Daemon 6 not found.
10788Warning: prerequisite HTTP::Negotiate 6 not found.
10789Warning: prerequisite Net::HTTP 6.07 not found.
10790Warning: prerequisite WWW::RobotRules 6 not found.
10791Checking if your kit is complete...
10792Looks good
10793Writing Makefile for LWP
10794Writing MYMETA.yml and MYMETA.json
10795---- Unsatisfied dependencies detected during ----
10796---- ETHER/libwww-perl-6.15.tar.gz ----
10797 File::Listing [requires]
10798 HTTP::Daemon [requires]
10799 HTTP::Cookies [requires]
10800 WWW::RobotRules [requires]
10801 HTTP::Negotiate [requires]
10802 Net::HTTP [requires]
10803Skipping test because of notest pragma
10804Running make install
10805 Delayed until after prerequisites
10806Running install for module 'File::Listing'
10807Running make for G/GA/GAAS/File-Listing-6.04.tar.gz
10808Fetching with HTTP::Tiny:
10809http://mirror.optusnet.com.au/CPAN/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz
10810Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz ok
10811
10812 CPAN.pm: Building G/GA/GAAS/File-Listing-6.04.tar.gz
10813
10814Checking if your kit is complete...
10815Looks good
10816Writing Makefile for File::Listing
10817Writing MYMETA.yml and MYMETA.json
10818cp lib/File/Listing.pm blib/lib/File/Listing.pm
10819Manifying blib/man3/File::Listing.3pm
10820 GAAS/File-Listing-6.04.tar.gz
10821 /usr/bin/make -- OK
10822Skipping test because of notest pragma
10823Running make install
10824Manifying blib/man3/File::Listing.3pm
10825Installing /usr/local/share/perl5/File/Listing.pm
10826Installing /usr/local/share/man/man3/File::Listing.3pm
10827Appending installation info to /usr/lib64/perl5/perllocal.pod
10828 GAAS/File-Listing-6.04.tar.gz
10829 /usr/bin/make install -- OK
10830Running install for module 'HTTP::Daemon'
10831Running make for G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
10832Fetching with HTTP::Tiny:
10833http://mirror.optusnet.com.au/CPAN/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
10834Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz ok
10835
10836 CPAN.pm: Building G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
10837
10838Checking if your kit is complete...
10839Looks good
10840Writing Makefile for HTTP::Daemon
10841Writing MYMETA.yml and MYMETA.json
10842cp lib/HTTP/Daemon.pm blib/lib/HTTP/Daemon.pm
10843Manifying blib/man3/HTTP::Daemon.3pm
10844 GAAS/HTTP-Daemon-6.01.tar.gz
10845 /usr/bin/make -- OK
10846Skipping test because of notest pragma
10847Running make install
10848Installing /usr/local/share/perl5/HTTP/Daemon.pm
10849Installing /usr/local/share/man/man3/HTTP::Daemon.3pm
10850Appending installation info to /usr/lib64/perl5/perllocal.pod
10851 GAAS/HTTP-Daemon-6.01.tar.gz
10852 /usr/bin/make install -- OK
10853Running install for module 'HTTP::Cookies'
10854Running make for G/GA/GAAS/HTTP-Cookies-6.01.tar.gz
10855Fetching with HTTP::Tiny:
10856http://mirror.optusnet.com.au/CPAN/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz
10857Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz ok
10858
10859 CPAN.pm: Building G/GA/GAAS/HTTP-Cookies-6.01.tar.gz
10860
10861Checking if your kit is complete...
10862Looks good
10863Writing Makefile for HTTP::Cookies
10864Writing MYMETA.yml and MYMETA.json
10865cp lib/HTTP/Cookies/Netscape.pm blib/lib/HTTP/Cookies/Netscape.pm
10866cp lib/HTTP/Cookies/Microsoft.pm blib/lib/HTTP/Cookies/Microsoft.pm
10867cp lib/HTTP/Cookies.pm blib/lib/HTTP/Cookies.pm
10868Manifying blib/man3/HTTP::Cookies::Netscape.3pm
10869Manifying blib/man3/HTTP::Cookies::Microsoft.3pm
10870Manifying blib/man3/HTTP::Cookies.3pm
10871 GAAS/HTTP-Cookies-6.01.tar.gz
10872 /usr/bin/make -- OK
10873Skipping test because of notest pragma
10874Running make install
10875Installing /usr/local/share/perl5/HTTP/Cookies.pm
10876Installing /usr/local/share/perl5/HTTP/Cookies/Netscape.pm
10877Installing /usr/local/share/perl5/HTTP/Cookies/Microsoft.pm
10878Installing /usr/local/share/man/man3/HTTP::Cookies.3pm
10879Installing /usr/local/share/man/man3/HTTP::Cookies::Microsoft.3pm
10880Installing /usr/local/share/man/man3/HTTP::Cookies::Netscape.3pm
10881Appending installation info to /usr/lib64/perl5/perllocal.pod
10882 GAAS/HTTP-Cookies-6.01.tar.gz
10883 /usr/bin/make install -- OK
10884Running install for module 'WWW::RobotRules'
10885Running make for G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
10886Fetching with HTTP::Tiny:
10887http://mirror.optusnet.com.au/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
10888Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz ok
10889
10890 CPAN.pm: Building G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
10891
10892Checking if your kit is complete...
10893Looks good
10894Writing Makefile for WWW::RobotRules
10895Writing MYMETA.yml and MYMETA.json
10896cp lib/WWW/RobotRules.pm blib/lib/WWW/RobotRules.pm
10897cp lib/WWW/RobotRules/AnyDBM_File.pm blib/lib/WWW/RobotRules/AnyDBM_File.pm
10898Manifying blib/man3/WWW::RobotRules.3pm
10899Manifying blib/man3/WWW::RobotRules::AnyDBM_File.3pm
10900 GAAS/WWW-RobotRules-6.02.tar.gz
10901 /usr/bin/make -- OK
10902Skipping test because of notest pragma
10903Running make install
10904Installing /usr/local/share/perl5/WWW/RobotRules.pm
10905Installing /usr/local/share/perl5/WWW/RobotRules/AnyDBM_File.pm
10906Installing /usr/local/share/man/man3/WWW::RobotRules.3pm
10907Installing /usr/local/share/man/man3/WWW::RobotRules::AnyDBM_File.3pm
10908Appending installation info to /usr/lib64/perl5/perllocal.pod
10909 GAAS/WWW-RobotRules-6.02.tar.gz
10910 /usr/bin/make install -- OK
10911Running install for module 'HTTP::Negotiate'
10912Running make for G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
10913Fetching with HTTP::Tiny:
10914http://mirror.optusnet.com.au/CPAN/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
10915Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz ok
10916
10917 CPAN.pm: Building G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
10918
10919Checking if your kit is complete...
10920Looks good
10921Writing Makefile for HTTP::Negotiate
10922Writing MYMETA.yml and MYMETA.json
10923cp lib/HTTP/Negotiate.pm blib/lib/HTTP/Negotiate.pm
10924Manifying blib/man3/HTTP::Negotiate.3pm
10925 GAAS/HTTP-Negotiate-6.01.tar.gz
10926 /usr/bin/make -- OK
10927Skipping test because of notest pragma
10928Running make install
10929Manifying blib/man3/HTTP::Negotiate.3pm
10930Installing /usr/local/share/perl5/HTTP/Negotiate.pm
10931Installing /usr/local/share/man/man3/HTTP::Negotiate.3pm
10932Appending installation info to /usr/lib64/perl5/perllocal.pod
10933 GAAS/HTTP-Negotiate-6.01.tar.gz
10934 /usr/bin/make install -- OK
10935Running install for module 'Net::HTTP'
10936Running make for E/ET/ETHER/Net-HTTP-6.09.tar.gz
10937Fetching with HTTP::Tiny:
10938http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/Net-HTTP-6.09.tar.gz
10939Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Net-HTTP-6.09.tar.gz ok
10940
10941 CPAN.pm: Building E/ET/ETHER/Net-HTTP-6.09.tar.gz
10942
10943Checking if your kit is complete...
10944Looks good
10945Writing Makefile for Net::HTTP
10946Writing MYMETA.yml and MYMETA.json
10947cp lib/Net/HTTP/NB.pm blib/lib/Net/HTTP/NB.pm
10948cp lib/Net/HTTP.pm blib/lib/Net/HTTP.pm
10949cp lib/Net/HTTPS.pm blib/lib/Net/HTTPS.pm
10950cp lib/Net/HTTP/Methods.pm blib/lib/Net/HTTP/Methods.pm
10951Manifying blib/man3/Net::HTTP::NB.3pm
10952Manifying blib/man3/Net::HTTP.3pm
10953Manifying blib/man3/Net::HTTPS.3pm
10954 ETHER/Net-HTTP-6.09.tar.gz
10955 /usr/bin/make -- OK
10956Skipping test because of notest pragma
10957Running make install
10958Manifying blib/man3/Net::HTTP::NB.3pm
10959Manifying blib/man3/Net::HTTP.3pm
10960Manifying blib/man3/Net::HTTPS.3pm
10961Installing /usr/local/share/perl5/Net/HTTP.pm
10962Installing /usr/local/share/perl5/Net/HTTPS.pm
10963Installing /usr/local/share/perl5/Net/HTTP/NB.pm
10964Installing /usr/local/share/perl5/Net/HTTP/Methods.pm
10965Installing /usr/local/share/man/man3/Net::HTTPS.3pm
10966Installing /usr/local/share/man/man3/Net::HTTP::NB.3pm
10967Installing /usr/local/share/man/man3/Net::HTTP.3pm
10968Appending installation info to /usr/lib64/perl5/perllocal.pod
10969 ETHER/Net-HTTP-6.09.tar.gz
10970 /usr/bin/make install -- OK
10971Running make for E/ET/ETHER/libwww-perl-6.15.tar.gz
10972 Has already been unwrapped into directory /root/.cpan/build/libwww-perl-6.15-vW6mOU
10973
10974 CPAN.pm: Building E/ET/ETHER/libwww-perl-6.15.tar.gz
10975
10976cp lib/LWP/RobotUA.pm blib/lib/LWP/RobotUA.pm
10977cp lib/LWP/Debug.pm blib/lib/LWP/Debug.pm
10978cp lib/LWP/Authen/Ntlm.pm blib/lib/LWP/Authen/Ntlm.pm
10979cp lib/LWP.pm blib/lib/LWP.pm
10980cp lib/LWP/ConnCache.pm blib/lib/LWP/ConnCache.pm
10981cp lib/LWP/Protocol.pm blib/lib/LWP/Protocol.pm
10982cp lwptut.pod blib/lib/lwptut.pod
10983cp lib/LWP/Protocol/ftp.pm blib/lib/LWP/Protocol/ftp.pm
10984cp lib/LWP/Authen/Digest.pm blib/lib/LWP/Authen/Digest.pm
10985cp lib/LWP/Protocol/gopher.pm blib/lib/LWP/Protocol/gopher.pm
10986cp lib/LWP/Protocol/cpan.pm blib/lib/LWP/Protocol/cpan.pm
10987cp lwpcook.pod blib/lib/lwpcook.pod
10988cp lib/LWP/Protocol/file.pm blib/lib/LWP/Protocol/file.pm
10989cp lib/LWP/Protocol/GHTTP.pm blib/lib/LWP/Protocol/GHTTP.pm
10990cp lib/LWP/DebugFile.pm blib/lib/LWP/DebugFile.pm
10991cp lib/LWP/Protocol/data.pm blib/lib/LWP/Protocol/data.pm
10992cp lib/LWP/Protocol/nogo.pm blib/lib/LWP/Protocol/nogo.pm
10993cp lib/LWP/Authen/Basic.pm blib/lib/LWP/Authen/Basic.pm
10994cp lib/LWP/Protocol/loopback.pm blib/lib/LWP/Protocol/loopback.pm
10995cp lib/LWP/Protocol/nntp.pm blib/lib/LWP/Protocol/nntp.pm
10996cp lib/LWP/Simple.pm blib/lib/LWP/Simple.pm
10997cp lib/LWP/UserAgent.pm blib/lib/LWP/UserAgent.pm
10998cp lib/LWP/Protocol/mailto.pm blib/lib/LWP/Protocol/mailto.pm
10999cp lib/LWP/Protocol/http.pm blib/lib/LWP/Protocol/http.pm
11000cp lib/LWP/MemberMixin.pm blib/lib/LWP/MemberMixin.pm
11001cp bin/lwp-dump blib/script/lwp-dump
11002/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-dump
11003cp bin/lwp-mirror blib/script/lwp-mirror
11004/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-mirror
11005cp bin/lwp-download blib/script/lwp-download
11006/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-download
11007cp bin/lwp-request blib/script/lwp-request
11008/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-request
11009Manifying blib/man1/lwp-dump.1
11010Manifying blib/man1/lwp-mirror.1
11011Manifying blib/man1/lwp-download.1
11012Manifying blib/man1/lwp-request.1
11013Manifying blib/man3/LWP::RobotUA.3pm
11014Manifying blib/man3/LWP::Debug.3pm
11015Manifying blib/man3/lwpcook.3pm
11016Manifying blib/man3/LWP::Authen::Ntlm.3pm
11017Manifying blib/man3/LWP.3pm
11018Manifying blib/man3/LWP::Protocol.3pm
11019Manifying blib/man3/LWP::ConnCache.3pm
11020Manifying blib/man3/lwptut.3pm
11021Manifying blib/man3/LWP::UserAgent.3pm
11022Manifying blib/man3/LWP::Simple.3pm
11023Manifying blib/man3/LWP::MemberMixin.3pm
11024 ETHER/libwww-perl-6.15.tar.gz
11025 /usr/bin/make -- OK
11026Skipping test because of notest pragma
11027Running make install
11028Installing /usr/local/share/perl5/lwptut.pod
11029Installing /usr/local/share/perl5/LWP.pm
11030Installing /usr/local/share/perl5/lwpcook.pod
11031Installing /usr/local/share/perl5/LWP/ConnCache.pm
11032Installing /usr/local/share/perl5/LWP/Simple.pm
11033Installing /usr/local/share/perl5/LWP/UserAgent.pm
11034Installing /usr/local/share/perl5/LWP/DebugFile.pm
11035Installing /usr/local/share/perl5/LWP/Debug.pm
11036Installing /usr/local/share/perl5/LWP/Protocol.pm
11037Installing /usr/local/share/perl5/LWP/RobotUA.pm
11038Installing /usr/local/share/perl5/LWP/MemberMixin.pm
11039Installing /usr/local/share/perl5/LWP/Protocol/nogo.pm
11040Installing /usr/local/share/perl5/LWP/Protocol/nntp.pm
11041Installing /usr/local/share/perl5/LWP/Protocol/loopback.pm
11042Installing /usr/local/share/perl5/LWP/Protocol/file.pm
11043Installing /usr/local/share/perl5/LWP/Protocol/GHTTP.pm
11044Installing /usr/local/share/perl5/LWP/Protocol/ftp.pm
11045Installing /usr/local/share/perl5/LWP/Protocol/mailto.pm
11046Installing /usr/local/share/perl5/LWP/Protocol/cpan.pm
11047Installing /usr/local/share/perl5/LWP/Protocol/http.pm
11048Installing /usr/local/share/perl5/LWP/Protocol/data.pm
11049Installing /usr/local/share/perl5/LWP/Protocol/gopher.pm
11050Installing /usr/local/share/perl5/LWP/Authen/Ntlm.pm
11051Installing /usr/local/share/perl5/LWP/Authen/Digest.pm
11052Installing /usr/local/share/perl5/LWP/Authen/Basic.pm
11053Installing /usr/local/share/man/man1/lwp-dump.1
11054Installing /usr/local/share/man/man1/lwp-mirror.1
11055Installing /usr/local/share/man/man1/lwp-request.1
11056Installing /usr/local/share/man/man1/lwp-download.1
11057Installing /usr/local/share/man/man3/LWP::Simple.3pm
11058Installing /usr/local/share/man/man3/LWP::Protocol.3pm
11059Installing /usr/local/share/man/man3/lwpcook.3pm
11060Installing /usr/local/share/man/man3/lwptut.3pm
11061Installing /usr/local/share/man/man3/LWP::ConnCache.3pm
11062Installing /usr/local/share/man/man3/LWP::Debug.3pm
11063Installing /usr/local/share/man/man3/LWP::UserAgent.3pm
11064Installing /usr/local/share/man/man3/LWP::Authen::Ntlm.3pm
11065Installing /usr/local/share/man/man3/LWP::RobotUA.3pm
11066Installing /usr/local/share/man/man3/LWP::MemberMixin.3pm
11067Installing /usr/local/share/man/man3/LWP.3pm
11068Installing /usr/local/bin/lwp-request
11069Installing /usr/local/bin/lwp-dump
11070Installing /usr/local/bin/lwp-mirror
11071Installing /usr/local/bin/lwp-download
11072Appending installation info to /usr/lib64/perl5/perllocal.pod
11073 ETHER/libwww-perl-6.15.tar.gz
11074 /usr/bin/make install -- OK
11075Running make for T/TO/TODDR/XML-Parser-2.44.tar.gz
11076 Has already been unwrapped into directory /root/.cpan/build/XML-Parser-2.44-Sx6Bu8
11077
11078 CPAN.pm: Building T/TO/TODDR/XML-Parser-2.44.tar.gz
11079
11080cp Parser/Encodings/x-sjis-cp932.enc blib/lib/XML/Parser/Encodings/x-sjis-cp932.enc
11081cp Parser/Encodings/koi8-r.enc blib/lib/XML/Parser/Encodings/koi8-r.enc
11082cp Parser/Encodings/iso-8859-7.enc blib/lib/XML/Parser/Encodings/iso-8859-7.enc
11083cp Parser/Encodings/ibm866.enc blib/lib/XML/Parser/Encodings/ibm866.enc
11084cp Parser/Style/Tree.pm blib/lib/XML/Parser/Style/Tree.pm
11085cp Parser/Encodings/iso-8859-9.enc blib/lib/XML/Parser/Encodings/iso-8859-9.enc
11086cp Parser/Encodings/x-euc-jp-unicode.enc blib/lib/XML/Parser/Encodings/x-euc-jp-unicode.enc
11087cp Parser/Encodings/README blib/lib/XML/Parser/Encodings/README
11088cp Parser/Encodings/euc-kr.enc blib/lib/XML/Parser/Encodings/euc-kr.enc
11089cp Parser/Encodings/windows-1250.enc blib/lib/XML/Parser/Encodings/windows-1250.enc
11090cp Parser/Encodings/windows-1252.enc blib/lib/XML/Parser/Encodings/windows-1252.enc
11091cp Parser/Encodings/big5.enc blib/lib/XML/Parser/Encodings/big5.enc
11092cp Parser/Encodings/iso-8859-3.enc blib/lib/XML/Parser/Encodings/iso-8859-3.enc
11093cp Parser/Encodings/windows-1255.enc blib/lib/XML/Parser/Encodings/windows-1255.enc
11094cp Parser/Encodings/Japanese_Encodings.msg blib/lib/XML/Parser/Encodings/Japanese_Encodings.msg
11095cp Parser/Encodings/iso-8859-4.enc blib/lib/XML/Parser/Encodings/iso-8859-4.enc
11096cp Parser/Encodings/iso-8859-8.enc blib/lib/XML/Parser/Encodings/iso-8859-8.enc
11097cp Parser/Encodings/x-euc-jp-jisx0221.enc blib/lib/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
11098cp Parser/Style/Subs.pm blib/lib/XML/Parser/Style/Subs.pm
11099cp Parser/Encodings/iso-8859-2.enc blib/lib/XML/Parser/Encodings/iso-8859-2.enc
11100cp Parser/Encodings/x-sjis-jdk117.enc blib/lib/XML/Parser/Encodings/x-sjis-jdk117.enc
11101cp Parser/Encodings/x-sjis-unicode.enc blib/lib/XML/Parser/Encodings/x-sjis-unicode.enc
11102cp Parser/LWPExternEnt.pl blib/lib/XML/Parser/LWPExternEnt.pl
11103cp Parser/Style/Objects.pm blib/lib/XML/Parser/Style/Objects.pm
11104cp Parser/Encodings/windows-1251.enc blib/lib/XML/Parser/Encodings/windows-1251.enc
11105cp Parser.pm blib/lib/XML/Parser.pm
11106cp Parser/Style/Debug.pm blib/lib/XML/Parser/Style/Debug.pm
11107cp Parser/Encodings/x-sjis-jisx0221.enc blib/lib/XML/Parser/Encodings/x-sjis-jisx0221.enc
11108cp Parser/Style/Stream.pm blib/lib/XML/Parser/Style/Stream.pm
11109cp Parser/Encodings/iso-8859-5.enc blib/lib/XML/Parser/Encodings/iso-8859-5.enc
11110make[1]: Entering directory `/root/.cpan/build/XML-Parser-2.44-Sx6Bu8/Expat'
11111cp Expat.pm ../blib/lib/XML/Parser/Expat.pm
11112/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -noprototypes -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Expat.xs > Expat.xsc && mv Expat.xsc Expat.c
11113gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.44\" -DXS_VERSION=\"2.44\" -fPIC "-I/usr/lib64/perl5/CORE" Expat.c
11114Expat.xs:12:19: fatal error: expat.h: No such file or directory
11115 #include <expat.h>
11116 ^
11117compilation terminated.
11118make[1]: *** [Expat.o] Error 1
11119make[1]: Leaving directory `/root/.cpan/build/XML-Parser-2.44-Sx6Bu8/Expat'
11120 TODDR/XML-Parser-2.44.tar.gz
11121 /usr/bin/make -- NOT OK
11122Skipping test because of notest pragma
11123Running make install
11124 Make had returned bad status, install seems impossible
11125Running Build for S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
11126 Has already been unwrapped into directory /root/.cpan/build/XML-SemanticDiff-1.0004-7XV4ar
11127
11128 CPAN.pm: Building S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
11129
11130Warning: Prerequisite 'XML::Parser => 0' for 'SHLOMIF/XML-SemanticDiff-1.0004.tar.gz' failed when processing 'TODDR/XML-Parser-2.44.tar.gz' with 'make => NO'. Continuing, but chances to succeed are limited.
11131make: *** [subdirs] Error 2
11132Building XML-SemanticDiff
11133 SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
11134 ./Build -- OK
11135Skipping test because of notest pragma
11136Running Build install
11137Building XML-SemanticDiff
11138Installing /usr/local/share/perl5/XML/SemanticDiff.pm
11139Installing /usr/local/share/perl5/XML/SemanticDiff/BasicHandler.pm
11140Installing /usr/local/share/man/man3/XML::SemanticDiff.3pm
11141Installing /usr/local/share/man/man3/XML::SemanticDiff::BasicHandler.3pm
11142 SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
11143 ./Build install -- OK
11144Running install for module 'XML::Parser'
11145Running make for T/TO/TODDR/XML-Parser-2.44.tar.gz
11146 Has already been unwrapped into directory /root/.cpan/build/XML-Parser-2.44-Sx6Bu8
11147Could not make: Unknown error
11148Skipping test because of notest pragma
11149Running make install
11150 Make had returned bad status, install seems impossible
11151Running Build for S/SE/SEMANTICO/Test-XML-0.08.tar.gz
11152 Has already been unwrapped into directory /root/.cpan/build/Test-XML-0.08-EyvRVv
11153
11154 CPAN.pm: Building S/SE/SEMANTICO/Test-XML-0.08.tar.gz
11155
11156Warning: Prerequisite 'XML::Parser => 2.34' for 'SEMANTICO/Test-XML-0.08.tar.gz' failed when processing 'TODDR/XML-Parser-2.44.tar.gz' with 'make => NO'. Continuing, but chances to succeed are limited.
11157Building Test-XML
11158 SEMANTICO/Test-XML-0.08.tar.gz
11159 ./Build -- OK
11160Skipping test because of notest pragma
11161Running Build install
11162Building Test-XML
11163Installing /usr/local/share/perl5/Test/XML.pm
11164Installing /usr/local/share/perl5/Test/XML/XPath.pm
11165Installing /usr/local/share/perl5/Test/XML/SAX.pm
11166Installing /usr/local/share/perl5/Test/XML/Twig.pm
11167Installing /usr/local/share/man/man3/Test::XML::SAX.3pm
11168Installing /usr/local/share/man/man3/Test::XML::Twig.3pm
11169Installing /usr/local/share/man/man3/Test::XML.3pm
11170Installing /usr/local/share/man/man3/Test::XML::XPath.3pm
11171 SEMANTICO/Test-XML-0.08.tar.gz
11172 ./Build install -- OK
11173Running make for R/RO/ROBN/XML-Spice-0.04.tar.gz
11174 Has already been unwrapped into directory /root/.cpan/build/XML-Spice-0.04-xLM7ff
11175
11176 CPAN.pm: Building R/RO/ROBN/XML-Spice-0.04.tar.gz
11177
11178cp lib/XML/Spice.pm blib/lib/XML/Spice.pm
11179Manifying blib/man3/XML::Spice.3pm
11180 ROBN/XML-Spice-0.04.tar.gz
11181 /usr/bin/make -- OK
11182Skipping test because of notest pragma
11183Running make install
11184Installing /usr/local/share/perl5/XML/Spice.pm
11185Installing /usr/local/share/man/man3/XML::Spice.3pm
11186Appending installation info to /usr/lib64/perl5/perllocal.pod
11187 ROBN/XML-Spice-0.04.tar.gz
11188 /usr/bin/make install -- OK
11189Running install for module 'XML::Fast'
11190Running make for M/MO/MONS/XML-Fast-0.11.tar.gz
11191Fetching with LWP:
11192http://mirror.optusnet.com.au/CPAN/authors/id/M/MO/MONS/XML-Fast-0.11.tar.gz
11193Fetching with LWP:
11194http://mirror.optusnet.com.au/CPAN/authors/id/M/MO/MONS/CHECKSUMS
11195Checksum for /root/.cpan/sources/authors/id/M/MO/MONS/XML-Fast-0.11.tar.gz ok
11196
11197 CPAN.pm: Building M/MO/MONS/XML-Fast-0.11.tar.gz
11198
11199Checking if your kit is complete...
11200Looks good
11201Writing Makefile for XML::Fast
11202Writing MYMETA.yml and MYMETA.json
11203cp lib/XML/Fast.pm blib/lib/XML/Fast.pm
11204/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Fast.xs > Fast.xsc && mv Fast.xsc Fast.c
11205gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/usr/lib64/perl5/CORE" Fast.c
11206gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/usr/lib64/perl5/CORE" xmlfast.c
11207Running Mkbootstrap for XML::Fast ()
11208chmod 644 Fast.bs
11209rm -f blib/arch/auto/XML/Fast/Fast.so
11210gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Fast.o xmlfast.o -o blib/arch/auto/XML/Fast/Fast.so \
11211 \
11212
11213chmod 755 blib/arch/auto/XML/Fast/Fast.so
11214cp Fast.bs blib/arch/auto/XML/Fast/Fast.bs
11215chmod 644 blib/arch/auto/XML/Fast/Fast.bs
11216Manifying blib/man3/XML::Fast.3pm
11217 MONS/XML-Fast-0.11.tar.gz
11218 /usr/bin/make -- OK
11219Skipping test because of notest pragma
11220Running make install
11221Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
11222Installing /usr/local/lib64/perl5/auto/XML/Fast/Fast.bs
11223Installing /usr/local/lib64/perl5/auto/XML/Fast/Fast.so
11224Installing /usr/local/lib64/perl5/XML/Fast.pm
11225Installing /usr/local/share/man/man3/XML::Fast.3pm
11226Appending installation info to /usr/lib64/perl5/perllocal.pod
11227 MONS/XML-Fast-0.11.tar.gz
11228 /usr/bin/make install -- OK
11229Running install for module 'Tie::DataUUID'
11230Running make for M/MA/MARKF/Tie-DataUUID-1.02.tar.gz
11231Fetching with LWP:
11232http://mirror.optusnet.com.au/CPAN/authors/id/M/MA/MARKF/Tie-DataUUID-1.02.tar.gz
11233Fetching with LWP:
11234http://mirror.optusnet.com.au/CPAN/authors/id/M/MA/MARKF/CHECKSUMS
11235Checksum for /root/.cpan/sources/authors/id/M/MA/MARKF/Tie-DataUUID-1.02.tar.gz ok
11236
11237 CPAN.pm: Building M/MA/MARKF/Tie-DataUUID-1.02.tar.gz
11238
11239Cannot determine perl version info from lib/Tie/DataUUID.pm
11240Cannot determine license info from lib/Tie/DataUUID.pm
11241Checking if your kit is complete...
11242Looks good
11243Writing Makefile for Tie::DataUUID
11244Writing MYMETA.yml and MYMETA.json
11245cp lib/Tie/DataUUID.pm blib/lib/Tie/DataUUID.pm
11246Manifying blib/man3/Tie::DataUUID.3pm
11247 MARKF/Tie-DataUUID-1.02.tar.gz
11248 /usr/bin/make -- OK
11249Skipping test because of notest pragma
11250Running make install
11251Manifying blib/man3/Tie::DataUUID.3pm
11252Installing /usr/local/share/perl5/Tie/DataUUID.pm
11253Installing /usr/local/share/man/man3/Tie::DataUUID.3pm
11254Appending installation info to /usr/lib64/perl5/perllocal.pod
11255 MARKF/Tie-DataUUID-1.02.tar.gz
11256 /usr/bin/make install -- OK
11257Running make for B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
11258 Has already been unwrapped into directory /root/.cpan/build/Net-DAVTalk-0.04-kRxDDR
11259
11260 CPAN.pm: Building B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
11261
11262cp lib/Net/DAVTalk.pm blib/lib/Net/DAVTalk.pm
11263cp lib/Net/DAVTalk/XMLParser.pm blib/lib/Net/DAVTalk/XMLParser.pm
11264Manifying blib/man3/Net::DAVTalk.3pm
11265Manifying blib/man3/Net::DAVTalk::XMLParser.3pm
11266 BRONG/Net-DAVTalk-0.04.tar.gz
11267 /usr/bin/make -- OK
11268Skipping test because of notest pragma
11269Running make install
11270Installing /usr/local/share/perl5/Net/DAVTalk.pm
11271Installing /usr/local/share/perl5/Net/DAVTalk/XMLParser.pm
11272Installing /usr/local/share/man/man3/Net::DAVTalk.3pm
11273Installing /usr/local/share/man/man3/Net::DAVTalk::XMLParser.3pm
11274Appending installation info to /usr/lib64/perl5/perllocal.pod
11275 BRONG/Net-DAVTalk-0.04.tar.gz
11276 /usr/bin/make install -- OK
11277Running install for module 'DateTime::Format::ISO8601'
11278Running make for J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
11279Fetching with LWP:
11280http://mirror.optusnet.com.au/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
11281Fetching with LWP:
11282http://mirror.optusnet.com.au/CPAN/authors/id/J/JH/JHOBLITT/CHECKSUMS
11283Checksum for /root/.cpan/sources/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz ok
11284
11285 CPAN.pm: Building J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
11286
11287Checking prerequisites...
11288 requires:
11289 ! DateTime::Format::Builder is not installed
11290 recommends:
11291 * Test::Distribution is not installed
11292 * Test::Pod is not installed
11293
11294ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
11295of the modules indicated above before proceeding with this installation
11296
11297Created MYMETA.yml and MYMETA.json
11298Creating new 'Build' script for 'DateTime-Format-ISO8601' version '0.08'
11299---- Unsatisfied dependencies detected during ----
11300---- JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz ----
11301 DateTime::Format::Builder [requires]
11302Skipping test because of notest pragma
11303Running Build install
11304 Delayed until after prerequisites
11305Running install for module 'DateTime::Format::Builder'
11306Running make for D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
11307Fetching with LWP:
11308http://mirror.optusnet.com.au/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
11309Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz ok
11310
11311 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
11312
11313Warning: prerequisite Class::Factory::Util 1.6 not found.
11314Warning: prerequisite DateTime::Format::Strptime 1.04 not found.
11315Checking if your kit is complete...
11316Looks good
11317Writing Makefile for DateTime::Format::Builder
11318Writing MYMETA.yml and MYMETA.json
11319---- Unsatisfied dependencies detected during ----
11320---- DROLSKY/DateTime-Format-Builder-0.81.tar.gz ----
11321 DateTime::Format::Strptime [requires]
11322 Class::Factory::Util [requires]
11323Skipping test because of notest pragma
11324Running make install
11325 Delayed until after prerequisites
11326Running install for module 'DateTime::Format::Strptime'
11327Running make for D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
11328Fetching with LWP:
11329http://mirror.optusnet.com.au/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
11330Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz ok
11331
11332 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
11333
11334Warning: prerequisite Package::DeprecationManager 0.15 not found. We have 0.13.
11335Warning: prerequisite Params::Validate 1.20 not found. We have 1.08.
11336Checking if your kit is complete...
11337Looks good
11338Writing Makefile for DateTime::Format::Strptime
11339Writing MYMETA.yml and MYMETA.json
11340---- Unsatisfied dependencies detected during ----
11341---- DROLSKY/DateTime-Format-Strptime-1.62.tar.gz ----
11342 Package::DeprecationManager [requires]
11343 Params::Validate [requires]
11344Skipping test because of notest pragma
11345Running make install
11346 Delayed until after prerequisites
11347Running install for module 'Package::DeprecationManager'
11348Running make for D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz
11349Fetching with LWP:
11350http://mirror.optusnet.com.au/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz
11351Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz ok
11352
11353 CPAN.pm: Building D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz
11354
11355Checking if your kit is complete...
11356Looks good
11357Writing Makefile for Package::DeprecationManager
11358Writing MYMETA.yml and MYMETA.json
11359cp lib/Package/DeprecationManager.pm blib/lib/Package/DeprecationManager.pm
11360Manifying blib/man3/Package::DeprecationManager.3pm
11361 DROLSKY/Package-DeprecationManager-0.15.tar.gz
11362 /usr/bin/make -- OK
11363Skipping test because of notest pragma
11364Running make install
11365Installing /usr/local/share/perl5/Package/DeprecationManager.pm
11366Installing /usr/local/share/man/man3/Package::DeprecationManager.3pm
11367Appending installation info to /usr/lib64/perl5/perllocal.pod
11368 DROLSKY/Package-DeprecationManager-0.15.tar.gz
11369 /usr/bin/make install -- OK
11370Running install for module 'Params::Validate'
11371Running make for D/DR/DROLSKY/Params-Validate-1.21.tar.gz
11372Fetching with LWP:
11373http://mirror.optusnet.com.au/CPAN/authors/id/D/DR/DROLSKY/Params-Validate-1.21.tar.gz
11374Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Params-Validate-1.21.tar.gz ok
11375
11376 CPAN.pm: Building D/DR/DROLSKY/Params-Validate-1.21.tar.gz
11377
11378Created MYMETA.yml and MYMETA.json
11379Creating new 'Build' script for 'Params-Validate' version '1.21'
11380Building Params-Validate
11381gcc -Ic -I/usr/lib64/perl5/CORE -DXS_VERSION="1.21" -DVERSION="1.21" -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o lib/Params/Validate/XS.o lib/Params/Validate/XS.c
11382ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Params/Validate/XS/XS.bs')
11383gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o blib/arch/auto/Params/Validate/XS/XS.so lib/Params/Validate/XS.o
11384 DROLSKY/Params-Validate-1.21.tar.gz
11385 ./Build -- OK
11386Skipping test because of notest pragma
11387Running Build install
11388Building Params-Validate
11389Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
11390Installing /usr/local/lib64/perl5/auto/Params/Validate/XS/XS.so
11391Installing /usr/local/lib64/perl5/auto/Params/Validate/XS/XS.bs
11392Installing /usr/local/lib64/perl5/Params/ValidatePP.pm
11393Installing /usr/local/lib64/perl5/Params/ValidateXS.pm
11394Installing /usr/local/lib64/perl5/Params/Validate.pm
11395Installing /usr/local/lib64/perl5/Params/Validate/XS.pm
11396Installing /usr/local/lib64/perl5/Params/Validate/Constants.pm
11397Installing /usr/local/lib64/perl5/Params/Validate/PP.pm
11398Installing /usr/local/share/man/man3/Params::Validate.3pm
11399 DROLSKY/Params-Validate-1.21.tar.gz
11400 ./Build install -- OK
11401Running make for D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
11402 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-Strptime-1.62-5H7Es2
11403
11404 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
11405
11406cp lib/DateTime/Format/Strptime.pm blib/lib/DateTime/Format/Strptime.pm
11407Manifying blib/man3/DateTime::Format::Strptime.3pm
11408 DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
11409 /usr/bin/make -- OK
11410Skipping test because of notest pragma
11411Running make install
11412Installing /usr/local/share/perl5/DateTime/Format/Strptime.pm
11413Installing /usr/local/share/man/man3/DateTime::Format::Strptime.3pm
11414Appending installation info to /usr/lib64/perl5/perllocal.pod
11415 DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
11416 /usr/bin/make install -- OK
11417Running install for module 'Class::Factory::Util'
11418Running make for D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz
11419Fetching with LWP:
11420http://mirror.optusnet.com.au/CPAN/authors/id/D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz
11421Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz ok
11422
11423 CPAN.pm: Building D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz
11424
11425Created MYMETA.yml and MYMETA.json
11426Creating new 'Build' script for 'Class-Factory-Util' version '1.7'
11427Building Class-Factory-Util
11428 DROLSKY/Class-Factory-Util-1.7.tar.gz
11429 ./Build -- OK
11430Skipping test because of notest pragma
11431Running Build install
11432Building Class-Factory-Util
11433Installing /usr/local/share/perl5/Class/Factory/Util.pm
11434Installing /usr/local/share/man/man3/Class::Factory::Util.3pm
11435 DROLSKY/Class-Factory-Util-1.7.tar.gz
11436 ./Build install -- OK
11437Running make for D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
11438 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-Builder-0.81-eDnxbC
11439
11440 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
11441
11442cp lib/DateTime/Format/Builder.pm blib/lib/DateTime/Format/Builder.pm
11443cp lib/DateTime/Format/Builder/Parser/Regex.pm blib/lib/DateTime/Format/Builder/Parser/Regex.pm
11444cp lib/DateTime/Format/Builder/Parser/Quick.pm blib/lib/DateTime/Format/Builder/Parser/Quick.pm
11445cp lib/DateTime/Format/Builder/Parser/Dispatch.pm blib/lib/DateTime/Format/Builder/Parser/Dispatch.pm
11446cp lib/DateTime/Format/Builder/Tutorial.pod blib/lib/DateTime/Format/Builder/Tutorial.pod
11447cp lib/DateTime/Format/Builder/Parser/generic.pm blib/lib/DateTime/Format/Builder/Parser/generic.pm
11448cp lib/DateTime/Format/Builder/Parser.pm blib/lib/DateTime/Format/Builder/Parser.pm
11449cp lib/DateTime/Format/Builder/Parser/Strptime.pm blib/lib/DateTime/Format/Builder/Parser/Strptime.pm
11450Manifying blib/man3/DateTime::Format::Builder::Parser::Dispatch.3pm
11451Manifying blib/man3/DateTime::Format::Builder::Parser::Quick.3pm
11452Manifying blib/man3/DateTime::Format::Builder::Parser::Regex.3pm
11453Manifying blib/man3/DateTime::Format::Builder.3pm
11454Manifying blib/man3/DateTime::Format::Builder::Parser::generic.3pm
11455Manifying blib/man3/DateTime::Format::Builder::Tutorial.3pm
11456Manifying blib/man3/DateTime::Format::Builder::Parser.3pm
11457Manifying blib/man3/DateTime::Format::Builder::Parser::Strptime.3pm
11458 DROLSKY/DateTime-Format-Builder-0.81.tar.gz
11459 /usr/bin/make -- OK
11460Skipping test because of notest pragma
11461Running make install
11462Installing /usr/local/share/perl5/DateTime/Format/Builder.pm
11463Installing /usr/local/share/perl5/DateTime/Format/Builder/Tutorial.pod
11464Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser.pm
11465Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/generic.pm
11466Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Regex.pm
11467Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Quick.pm
11468Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Dispatch.pm
11469Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Strptime.pm
11470Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser.3pm
11471Installing /usr/local/share/man/man3/DateTime::Format::Builder::Tutorial.3pm
11472Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Quick.3pm
11473Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Strptime.3pm
11474Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::generic.3pm
11475Installing /usr/local/share/man/man3/DateTime::Format::Builder.3pm
11476Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Regex.3pm
11477Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Dispatch.3pm
11478Appending installation info to /usr/lib64/perl5/perllocal.pod
11479 DROLSKY/DateTime-Format-Builder-0.81.tar.gz
11480 /usr/bin/make install -- OK
11481Running Build for J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
11482 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-ISO8601-0.08-JDB1ZK
11483
11484 CPAN.pm: Building J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
11485
11486Building DateTime-Format-ISO8601
11487 JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
11488 ./Build -- OK
11489Skipping test because of notest pragma
11490Running Build install
11491Building DateTime-Format-ISO8601
11492Installing /usr/local/share/perl5/DateTime/Format/ISO8601.pod
11493Installing /usr/local/share/perl5/DateTime/Format/ISO8601.pm
11494Installing /usr/local/share/man/man3/DateTime::Format::ISO8601.3pm
11495 JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
11496 ./Build install -- OK
11497Running install for module 'Text::VCardFast'
11498Running make for B/BR/BRONG/Text-VCardFast-0.06.tar.gz
11499Fetching with LWP:
11500http://mirror.optusnet.com.au/CPAN/authors/id/B/BR/BRONG/Text-VCardFast-0.06.tar.gz
11501Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Text-VCardFast-0.06.tar.gz ok
11502
11503 CPAN.pm: Building B/BR/BRONG/Text-VCardFast-0.06.tar.gz
11504
11505Checking if your kit is complete...
11506Warning: the following files are missing in your kit:
11507 t/cases
11508Please inform the author.
11509Writing Makefile for Text::VCardFast
11510Writing MYMETA.yml and MYMETA.json
11511cp bench.pl blib/lib/Text/bench.pl
11512cp lib/Text/VCardFast.pm blib/lib/Text/VCardFast.pm
11513/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap VCardFast.xs > VCardFast.xsc && mv VCardFast.xsc VCardFast.c
11514gcc -c -I. -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.06\" -DXS_VERSION=\"0.06\" -fPIC "-I/usr/lib64/perl5/CORE" VCardFast.c
11515gcc -c -I. -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.06\" -DXS_VERSION=\"0.06\" -fPIC "-I/usr/lib64/perl5/CORE" vparse.c
11516Running Mkbootstrap for Text::VCardFast ()
11517chmod 644 VCardFast.bs
11518rm -f blib/arch/auto/Text/VCardFast/VCardFast.so
11519gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro VCardFast.o vparse.o -o blib/arch/auto/Text/VCardFast/VCardFast.so \
11520 \
11521
11522chmod 755 blib/arch/auto/Text/VCardFast/VCardFast.so
11523cp VCardFast.bs blib/arch/auto/Text/VCardFast/VCardFast.bs
11524chmod 644 blib/arch/auto/Text/VCardFast/VCardFast.bs
11525Manifying blib/man3/Text::VCardFast.3pm
11526 BRONG/Text-VCardFast-0.06.tar.gz
11527 /usr/bin/make -- OK
11528Skipping test because of notest pragma
11529Running make install
11530Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
11531Installing /usr/local/lib64/perl5/auto/Text/VCardFast/VCardFast.bs
11532Installing /usr/local/lib64/perl5/auto/Text/VCardFast/VCardFast.so
11533Installing /usr/local/lib64/perl5/Text/VCardFast.pm
11534Installing /usr/local/lib64/perl5/Text/bench.pl
11535Installing /usr/local/share/man/man3/Text::VCardFast.3pm
11536Appending installation info to /usr/lib64/perl5/perllocal.pod
11537 BRONG/Text-VCardFast-0.06.tar.gz
11538 /usr/bin/make install -- OK
11539Running install for module 'Text::LevenshteinXS'
11540Running make for J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
11541Fetching with LWP:
11542http://mirror.optusnet.com.au/CPAN/authors/id/J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
11543Fetching with LWP:
11544http://mirror.optusnet.com.au/CPAN/authors/id/J/JG/JGOLDBERG/CHECKSUMS
11545Checksum for /root/.cpan/sources/authors/id/J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz ok
11546
11547 CPAN.pm: Building J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
11548
11549Unparsable version '' for prerequisite Test at Makefile.PL line 4.
11550Checking if your kit is complete...
11551Looks good
11552Writing Makefile for Text::LevenshteinXS
11553Writing MYMETA.yml and MYMETA.json
11554cp LevenshteinXS.pm blib/lib/Text/LevenshteinXS.pm
11555AutoSplitting blib/lib/Text/LevenshteinXS.pm (blib/lib/auto/Text/LevenshteinXS)
11556/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap LevenshteinXS.xs > LevenshteinXS.xsc && mv LevenshteinXS.xsc LevenshteinXS.c
11557Please specify prototyping behavior for LevenshteinXS.xs (see perlxs manual)
11558gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC "-I/usr/lib64/perl5/CORE" LevenshteinXS.c
11559Running Mkbootstrap for Text::LevenshteinXS ()
11560chmod 644 LevenshteinXS.bs
11561rm -f blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.so
11562gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro LevenshteinXS.o -o blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.so \
11563 \
11564
11565chmod 755 blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.so
11566cp LevenshteinXS.bs blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.bs
11567chmod 644 blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.bs
11568Manifying blib/man3/Text::LevenshteinXS.3pm
11569 JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
11570 /usr/bin/make -- OK
11571Skipping test because of notest pragma
11572Running make install
11573Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
11574Installing /usr/local/lib64/perl5/auto/Text/LevenshteinXS/LevenshteinXS.bs
11575Installing /usr/local/lib64/perl5/auto/Text/LevenshteinXS/LevenshteinXS.so
11576Installing /usr/local/lib64/perl5/Text/LevenshteinXS.pm
11577Installing /usr/local/lib64/perl5/auto/Text/LevenshteinXS/autosplit.ix
11578Installing /usr/local/share/man/man3/Text::LevenshteinXS.3pm
11579Appending installation info to /usr/lib64/perl5/perllocal.pod
11580 JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
11581 /usr/bin/make install -- OK
11582Running install for module 'Data::ICal::TimeZone'
11583Running make for R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
11584Fetching with LWP:
11585http://mirror.optusnet.com.au/CPAN/authors/id/R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
11586Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz ok
11587
11588 CPAN.pm: Building R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
11589
11590Warning: prerequisite Class::Accessor 0 not found.
11591Warning: prerequisite Class::ReturnValue 0 not found.
11592Warning: prerequisite Data::ICal 0 not found.
11593Warning: prerequisite UNIVERSAL::require 0 not found.
11594Checking if your kit is complete...
11595Looks good
11596Writing Makefile for Data::ICal::TimeZone
11597Writing MYMETA.yml and MYMETA.json
11598---- Unsatisfied dependencies detected during ----
11599---- RCLAMP/Data-ICal-TimeZone-1.23.tar.gz ----
11600 Class::ReturnValue [requires]
11601 Data::ICal [requires]
11602 Class::Accessor [requires]
11603 UNIVERSAL::require [requires]
11604Skipping test because of notest pragma
11605Running make install
11606 Delayed until after prerequisites
11607Running install for module 'Class::ReturnValue'
11608Running make for J/JE/JESSE/Class-ReturnValue-0.55.tar.gz
11609Fetching with LWP:
11610http://mirror.optusnet.com.au/CPAN/authors/id/J/JE/JESSE/Class-ReturnValue-0.55.tar.gz
11611Fetching with LWP:
11612http://mirror.optusnet.com.au/CPAN/authors/id/J/JE/JESSE/CHECKSUMS
11613Checksum for /root/.cpan/sources/authors/id/J/JE/JESSE/Class-ReturnValue-0.55.tar.gz ok
11614
11615 CPAN.pm: Building J/JE/JESSE/Class-ReturnValue-0.55.tar.gz
11616
11617Checking if your kit is complete...
11618Looks good
11619Writing Makefile for Class::ReturnValue
11620Writing MYMETA.yml and MYMETA.json
11621cp lib/Class/ReturnValue.pm blib/lib/Class/ReturnValue.pm
11622Manifying blib/man3/Class::ReturnValue.3pm
11623 JESSE/Class-ReturnValue-0.55.tar.gz
11624 /usr/bin/make -- OK
11625Skipping test because of notest pragma
11626Running make install
11627Manifying blib/man3/Class::ReturnValue.3pm
11628Installing /usr/local/share/perl5/Class/ReturnValue.pm
11629Installing /usr/local/share/man/man3/Class::ReturnValue.3pm
11630Appending installation info to /usr/lib64/perl5/perllocal.pod
11631 JESSE/Class-ReturnValue-0.55.tar.gz
11632 /usr/bin/make install -- OK
11633Running install for module 'Data::ICal'
11634Running make for A/AL/ALEXMV/Data-ICal-0.22.tar.gz
11635Fetching with LWP:
11636http://mirror.optusnet.com.au/CPAN/authors/id/A/AL/ALEXMV/Data-ICal-0.22.tar.gz
11637Fetching with LWP:
11638http://mirror.optusnet.com.au/CPAN/authors/id/A/AL/ALEXMV/CHECKSUMS
11639Checksum for /root/.cpan/sources/authors/id/A/AL/ALEXMV/Data-ICal-0.22.tar.gz ok
11640
11641 CPAN.pm: Building A/AL/ALEXMV/Data-ICal-0.22.tar.gz
11642
11643Warning: prerequisite Class::Accessor 0 not found.
11644Warning: prerequisite Test::LongString 0 not found.
11645Warning: prerequisite Test::NoWarnings 0 not found.
11646Warning: prerequisite Test::Warn 0 not found.
11647Warning: prerequisite Text::vFile::asData 0 not found.
11648*** Module::AutoInstall version 1.14
11649*** Checking for Perl dependencies...
11650*** Since we're running under CPAN, I'll just let it take care
11651 of the dependency's installation later.
11652[Core Features]
11653- Test::More ...loaded. (1.001014)
11654- Test::Warn ...missing.
11655- Test::NoWarnings ...missing.
11656- Test::LongString ...missing.
11657- Class::Accessor ...missing.
11658- Text::vFile::asData ...missing.
11659- MIME::QuotedPrint ...loaded. (3.13)
11660- Class::ReturnValue ...loaded. (0.55)
11661*** Module::AutoInstall configuration finished.
11662Checking if your kit is complete...
11663Looks good
11664Writing Makefile for Data::ICal
11665Writing MYMETA.yml and MYMETA.json
11666---- Unsatisfied dependencies detected during ----
11667---- ALEXMV/Data-ICal-0.22.tar.gz ----
11668 Test::NoWarnings [requires]
11669 Test::LongString [requires]
11670 Text::vFile::asData [requires]
11671 Class::Accessor [requires]
11672 Test::Warn [requires]
11673Skipping test because of notest pragma
11674Running make install
11675 Delayed until after prerequisites
11676Running install for module 'Test::NoWarnings'
11677Running make for A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
11678Fetching with LWP:
11679http://mirror.optusnet.com.au/CPAN/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
11680Checksum for /root/.cpan/sources/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz ok
11681
11682 CPAN.pm: Building A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
11683
11684Checking if your kit is complete...
11685Looks good
11686Writing Makefile for Test::NoWarnings
11687Writing MYMETA.yml and MYMETA.json
11688cp lib/Test/NoWarnings.pm blib/lib/Test/NoWarnings.pm
11689cp lib/Test/NoWarnings/Warning.pm blib/lib/Test/NoWarnings/Warning.pm
11690Manifying blib/man3/Test::NoWarnings.3pm
11691 ADAMK/Test-NoWarnings-1.04.tar.gz
11692 /usr/bin/make -- OK
11693Skipping test because of notest pragma
11694Running make install
11695Manifying blib/man3/Test::NoWarnings.3pm
11696Installing /usr/local/share/perl5/Test/NoWarnings.pm
11697Installing /usr/local/share/perl5/Test/NoWarnings/Warning.pm
11698Installing /usr/local/share/man/man3/Test::NoWarnings.3pm
11699Appending installation info to /usr/lib64/perl5/perllocal.pod
11700 ADAMK/Test-NoWarnings-1.04.tar.gz
11701 /usr/bin/make install -- OK
11702Running install for module 'Test::LongString'
11703Running make for R/RG/RGARCIA/Test-LongString-0.17.tar.gz
11704Fetching with LWP:
11705http://mirror.optusnet.com.au/CPAN/authors/id/R/RG/RGARCIA/Test-LongString-0.17.tar.gz
11706Checksum for /root/.cpan/sources/authors/id/R/RG/RGARCIA/Test-LongString-0.17.tar.gz ok
11707
11708 CPAN.pm: Building R/RG/RGARCIA/Test-LongString-0.17.tar.gz
11709
11710Checking if your kit is complete...
11711Looks good
11712Writing Makefile for Test::LongString
11713Writing MYMETA.yml and MYMETA.json
11714cp lib/Test/LongString.pm blib/lib/Test/LongString.pm
11715Manifying blib/man3/Test::LongString.3pm
11716 RGARCIA/Test-LongString-0.17.tar.gz
11717 /usr/bin/make -- OK
11718Skipping test because of notest pragma
11719Running make install
11720Installing /usr/local/share/perl5/Test/LongString.pm
11721Installing /usr/local/share/man/man3/Test::LongString.3pm
11722Appending installation info to /usr/lib64/perl5/perllocal.pod
11723 RGARCIA/Test-LongString-0.17.tar.gz
11724 /usr/bin/make install -- OK
11725Running install for module 'Text::vFile::asData'
11726Running make for R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
11727Fetching with LWP:
11728http://mirror.optusnet.com.au/CPAN/authors/id/R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
11729Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz ok
11730
11731 CPAN.pm: Building R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
11732
11733Warning: prerequisite Class::Accessor::Chained 0 not found.
11734Checking if your kit is complete...
11735Looks good
11736Writing Makefile for Text::vFile::asData
11737Writing MYMETA.yml and MYMETA.json
11738---- Unsatisfied dependencies detected during ----
11739---- RCLAMP/Text-vFile-asData-0.08.tar.gz ----
11740 Class::Accessor::Chained [requires]
11741Skipping test because of notest pragma
11742Running make install
11743 Delayed until after prerequisites
11744Running install for module 'Class::Accessor::Chained'
11745Running make for R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
11746Fetching with LWP:
11747http://mirror.optusnet.com.au/CPAN/authors/id/R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
11748Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz ok
11749
11750 CPAN.pm: Building R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
11751
11752Checking prerequisites...
11753 requires:
11754 ! Class::Accessor is not installed
11755
11756ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
11757of the modules indicated above before proceeding with this installation
11758
11759Created MYMETA.yml and MYMETA.json
11760Creating new 'Build' script for 'Class-Accessor-Chained' version '0.01'
11761---- Unsatisfied dependencies detected during ----
11762---- RCLAMP/Class-Accessor-Chained-0.01.tar.gz ----
11763 Class::Accessor [requires]
11764Skipping test because of notest pragma
11765Running Build install
11766 Delayed until after prerequisites
11767Running install for module 'Class::Accessor'
11768Running make for K/KA/KASEI/Class-Accessor-0.34.tar.gz
11769Fetching with LWP:
11770http://mirror.optusnet.com.au/CPAN/authors/id/K/KA/KASEI/Class-Accessor-0.34.tar.gz
11771Fetching with LWP:
11772http://mirror.optusnet.com.au/CPAN/authors/id/K/KA/KASEI/CHECKSUMS
11773Checksum for /root/.cpan/sources/authors/id/K/KA/KASEI/Class-Accessor-0.34.tar.gz ok
11774
11775 CPAN.pm: Building K/KA/KASEI/Class-Accessor-0.34.tar.gz
11776
11777Checking if your kit is complete...
11778Looks good
11779Writing Makefile for Class::Accessor
11780Writing MYMETA.yml and MYMETA.json
11781cp lib/Class/Accessor/Faster.pm blib/lib/Class/Accessor/Faster.pm
11782cp lib/Class/Accessor/Fast.pm blib/lib/Class/Accessor/Fast.pm
11783cp lib/Class/Accessor.pm blib/lib/Class/Accessor.pm
11784Manifying blib/man3/Class::Accessor::Fast.3pm
11785Manifying blib/man3/Class::Accessor::Faster.3pm
11786Manifying blib/man3/Class::Accessor.3pm
11787 KASEI/Class-Accessor-0.34.tar.gz
11788 /usr/bin/make -- OK
11789Skipping test because of notest pragma
11790Running make install
11791Installing /usr/local/share/perl5/Class/Accessor.pm
11792Installing /usr/local/share/perl5/Class/Accessor/Faster.pm
11793Installing /usr/local/share/perl5/Class/Accessor/Fast.pm
11794Installing /usr/local/share/man/man3/Class::Accessor.3pm
11795Installing /usr/local/share/man/man3/Class::Accessor::Fast.3pm
11796Installing /usr/local/share/man/man3/Class::Accessor::Faster.3pm
11797Appending installation info to /usr/lib64/perl5/perllocal.pod
11798 KASEI/Class-Accessor-0.34.tar.gz
11799 /usr/bin/make install -- OK
11800Running Build for R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
11801 Has already been unwrapped into directory /root/.cpan/build/Class-Accessor-Chained-0.01-OonPec
11802
11803 CPAN.pm: Building R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
11804
11805Building Class-Accessor-Chained
11806 RCLAMP/Class-Accessor-Chained-0.01.tar.gz
11807 ./Build -- OK
11808Skipping test because of notest pragma
11809Running Build install
11810Building Class-Accessor-Chained
11811Installing /usr/local/share/perl5/Class/Accessor/Chained.pm
11812Installing /usr/local/share/perl5/Class/Accessor/Chained/Fast.pm
11813Installing /usr/local/share/man/man3/Class::Accessor::Chained.3pm
11814Installing /usr/local/share/man/man3/Class::Accessor::Chained::Fast.3pm
11815 RCLAMP/Class-Accessor-Chained-0.01.tar.gz
11816 ./Build install -- OK
11817Running make for R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
11818 Has already been unwrapped into directory /root/.cpan/build/Text-vFile-asData-0.08-HNKNm1
11819
11820 CPAN.pm: Building R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
11821
11822cp lib/Text/vFile/asData.pm blib/lib/Text/vFile/asData.pm
11823Manifying blib/man3/Text::vFile::asData.3pm
11824 RCLAMP/Text-vFile-asData-0.08.tar.gz
11825 /usr/bin/make -- OK
11826Skipping test because of notest pragma
11827Running make install
11828Installing /usr/local/share/perl5/Text/vFile/asData.pm
11829Installing /usr/local/share/man/man3/Text::vFile::asData.3pm
11830Appending installation info to /usr/lib64/perl5/perllocal.pod
11831 RCLAMP/Text-vFile-asData-0.08.tar.gz
11832 /usr/bin/make install -- OK
11833Running install for module 'Test::Warn'
11834Running make for C/CH/CHORNY/Test-Warn-0.30.tar.gz
11835Fetching with LWP:
11836http://mirror.optusnet.com.au/CPAN/authors/id/C/CH/CHORNY/Test-Warn-0.30.tar.gz
11837Fetching with LWP:
11838http://mirror.optusnet.com.au/CPAN/authors/id/C/CH/CHORNY/CHECKSUMS
11839Checksum for /root/.cpan/sources/authors/id/C/CH/CHORNY/Test-Warn-0.30.tar.gz ok
11840
11841 CPAN.pm: Building C/CH/CHORNY/Test-Warn-0.30.tar.gz
11842
11843Checking if your kit is complete...
11844Looks good
11845Writing Makefile for Test::Warn
11846Writing MYMETA.yml and MYMETA.json
11847cp Warn.pm blib/lib/Test/Warn.pm
11848Manifying blib/man3/Test::Warn.3pm
11849 CHORNY/Test-Warn-0.30.tar.gz
11850 /usr/bin/make -- OK
11851Skipping test because of notest pragma
11852Running make install
11853Installing /usr/local/share/perl5/Test/Warn.pm
11854Installing /usr/local/share/man/man3/Test::Warn.3pm
11855Appending installation info to /usr/lib64/perl5/perllocal.pod
11856 CHORNY/Test-Warn-0.30.tar.gz
11857 /usr/bin/make install -- OK
11858Running make for A/AL/ALEXMV/Data-ICal-0.22.tar.gz
11859 Has already been unwrapped into directory /root/.cpan/build/Data-ICal-0.22-Xhe9fl
11860
11861 CPAN.pm: Building A/AL/ALEXMV/Data-ICal-0.22.tar.gz
11862
11863cp lib/Data/ICal/Entry/FreeBusy.pm blib/lib/Data/ICal/Entry/FreeBusy.pm
11864cp lib/Data/ICal/Entry/TimeZone.pm blib/lib/Data/ICal/Entry/TimeZone.pm
11865cp lib/Data/ICal/Entry/TimeZone/Standard.pm blib/lib/Data/ICal/Entry/TimeZone/Standard.pm
11866cp lib/Data/ICal/Entry.pm blib/lib/Data/ICal/Entry.pm
11867cp lib/Data/ICal/Entry/Alarm/Procedure.pm blib/lib/Data/ICal/Entry/Alarm/Procedure.pm
11868cp lib/Data/ICal/Entry/Alarm/URI.pm blib/lib/Data/ICal/Entry/Alarm/URI.pm
11869cp lib/Data/ICal/Entry/Alarm.pm blib/lib/Data/ICal/Entry/Alarm.pm
11870cp lib/Data/ICal/Entry/Alarm/Email.pm blib/lib/Data/ICal/Entry/Alarm/Email.pm
11871cp lib/Data/ICal/Entry/Alarm/Audio.pm blib/lib/Data/ICal/Entry/Alarm/Audio.pm
11872cp lib/Data/ICal/Entry/Alarm/None.pm blib/lib/Data/ICal/Entry/Alarm/None.pm
11873cp lib/Data/ICal/Property.pm blib/lib/Data/ICal/Property.pm
11874cp lib/Data/ICal/Entry/Event.pm blib/lib/Data/ICal/Entry/Event.pm
11875cp lib/Data/ICal/Entry/Todo.pm blib/lib/Data/ICal/Entry/Todo.pm
11876cp lib/Data/ICal/Entry/Alarm/Display.pm blib/lib/Data/ICal/Entry/Alarm/Display.pm
11877cp lib/Data/ICal/Entry/TimeZone/Daylight.pm blib/lib/Data/ICal/Entry/TimeZone/Daylight.pm
11878cp lib/Data/ICal/Entry/Journal.pm blib/lib/Data/ICal/Entry/Journal.pm
11879cp lib/Data/ICal.pm blib/lib/Data/ICal.pm
11880Manifying blib/man3/Data::ICal::Entry::TimeZone::Standard.3pm
11881Manifying blib/man3/Data::ICal::Entry::TimeZone.3pm
11882Manifying blib/man3/Data::ICal::Entry::FreeBusy.3pm
11883Manifying blib/man3/Data::ICal::Entry.3pm
11884Manifying blib/man3/Data::ICal::Entry::Alarm::Procedure.3pm
11885Manifying blib/man3/Data::ICal::Entry::Alarm::URI.3pm
11886Manifying blib/man3/Data::ICal::Entry::Alarm::Audio.3pm
11887Manifying blib/man3/Data::ICal::Entry::Alarm.3pm
11888Manifying blib/man3/Data::ICal::Entry::Alarm::Email.3pm
11889Manifying blib/man3/Data::ICal::Entry::Alarm::None.3pm
11890Manifying blib/man3/Data::ICal::Property.3pm
11891Manifying blib/man3/Data::ICal::Entry::Event.3pm
11892Manifying blib/man3/Data::ICal::Entry::Todo.3pm
11893Manifying blib/man3/Data::ICal::Entry::Alarm::Display.3pm
11894Manifying blib/man3/Data::ICal::Entry::TimeZone::Daylight.3pm
11895Manifying blib/man3/Data::ICal::Entry::Journal.3pm
11896Manifying blib/man3/Data::ICal.3pm
11897 ALEXMV/Data-ICal-0.22.tar.gz
11898 /usr/bin/make -- OK
11899Skipping test because of notest pragma
11900Running make install
11901Installing /usr/local/share/perl5/Data/ICal.pm
11902Installing /usr/local/share/perl5/Data/ICal/Property.pm
11903Installing /usr/local/share/perl5/Data/ICal/Entry.pm
11904Installing /usr/local/share/perl5/Data/ICal/Entry/FreeBusy.pm
11905Installing /usr/local/share/perl5/Data/ICal/Entry/Todo.pm
11906Installing /usr/local/share/perl5/Data/ICal/Entry/Event.pm
11907Installing /usr/local/share/perl5/Data/ICal/Entry/TimeZone.pm
11908Installing /usr/local/share/perl5/Data/ICal/Entry/Journal.pm
11909Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm.pm
11910Installing /usr/local/share/perl5/Data/ICal/Entry/TimeZone/Daylight.pm
11911Installing /usr/local/share/perl5/Data/ICal/Entry/TimeZone/Standard.pm
11912Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/URI.pm
11913Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Procedure.pm
11914Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Audio.pm
11915Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Display.pm
11916Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Email.pm
11917Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/None.pm
11918Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Display.3pm
11919Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm.3pm
11920Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::None.3pm
11921Installing /usr/local/share/man/man3/Data::ICal::Entry::Journal.3pm
11922Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Email.3pm
11923Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Audio.3pm
11924Installing /usr/local/share/man/man3/Data::ICal::Entry::TimeZone::Daylight.3pm
11925Installing /usr/local/share/man/man3/Data::ICal::Entry::Event.3pm
11926Installing /usr/local/share/man/man3/Data::ICal::Entry::TimeZone::Standard.3pm
11927Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::URI.3pm
11928Installing /usr/local/share/man/man3/Data::ICal::Entry::FreeBusy.3pm
11929Installing /usr/local/share/man/man3/Data::ICal.3pm
11930Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Procedure.3pm
11931Installing /usr/local/share/man/man3/Data::ICal::Entry.3pm
11932Installing /usr/local/share/man/man3/Data::ICal::Entry::Todo.3pm
11933Installing /usr/local/share/man/man3/Data::ICal::Entry::TimeZone.3pm
11934Installing /usr/local/share/man/man3/Data::ICal::Property.3pm
11935Appending installation info to /usr/lib64/perl5/perllocal.pod
11936 ALEXMV/Data-ICal-0.22.tar.gz
11937 /usr/bin/make install -- OK
11938Running install for module 'UNIVERSAL::require'
11939Running make for N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz
11940Fetching with LWP:
11941http://mirror.optusnet.com.au/CPAN/authors/id/N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz
11942Checksum for /root/.cpan/sources/authors/id/N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz ok
11943
11944 CPAN.pm: Building N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz
11945
11946Checking if your kit is complete...
11947Looks good
11948Writing Makefile for UNIVERSAL::require
11949Writing MYMETA.yml and MYMETA.json
11950cp lib/UNIVERSAL/require.pm blib/lib/UNIVERSAL/require.pm
11951Manifying blib/man3/UNIVERSAL::require.3pm
11952 NEILB/UNIVERSAL-require-0.18.tar.gz
11953 /usr/bin/make -- OK
11954Skipping test because of notest pragma
11955Running make install
11956Installing /usr/local/share/perl5/UNIVERSAL/require.pm
11957Installing /usr/local/share/man/man3/UNIVERSAL::require.3pm
11958Appending installation info to /usr/lib64/perl5/perllocal.pod
11959 NEILB/UNIVERSAL-require-0.18.tar.gz
11960 /usr/bin/make install -- OK
11961Running make for R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
11962 Has already been unwrapped into directory /root/.cpan/build/Data-ICal-TimeZone-1.23-ILq37o
11963
11964 CPAN.pm: Building R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
11965
11966cp lib/Data/ICal/TimeZone/Object/America/Araguaina.pm blib/lib/Data/ICal/TimeZone/Object/America/Araguaina.pm
11967cp lib/Data/ICal/TimeZone/Object/Asia/Seoul.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Seoul.pm
11968cp lib/Data/ICal/TimeZone/Object/Africa/Malabo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Malabo.pm
11969cp lib/Data/ICal/TimeZone/Object/America/Montevideo.pm blib/lib/Data/ICal/TimeZone/Object/America/Montevideo.pm
11970cp lib/Data/ICal/TimeZone/Object/America/Noronha.pm blib/lib/Data/ICal/TimeZone/Object/America/Noronha.pm
11971cp lib/Data/ICal/TimeZone/Object/Asia/Choibalsan.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Choibalsan.pm
11972cp lib/Data/ICal/TimeZone/Object/Africa/Johannesburg.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Johannesburg.pm
11973cp lib/Data/ICal/TimeZone/Object/Asia/Aqtobe.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Aqtobe.pm
11974cp lib/Data/ICal/TimeZone/Object/Africa/Abidjan.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Abidjan.pm
11975cp lib/Data/ICal/TimeZone/Object/Africa/Niamey.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Niamey.pm
11976cp lib/Data/ICal/TimeZone/Object/America/Yakutat.pm blib/lib/Data/ICal/TimeZone/Object/America/Yakutat.pm
11977cp lib/Data/ICal/TimeZone/Object/America/St_Vincent.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Vincent.pm
11978cp lib/Data/ICal/TimeZone/Object/Pacific/Fakaofo.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Fakaofo.pm
11979cp lib/Data/ICal/TimeZone/Object/Asia/Amman.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Amman.pm
11980cp lib/Data/ICal/TimeZone/Object/Asia/Shanghai.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Shanghai.pm
11981cp lib/Data/ICal/TimeZone/Object/America/Menominee.pm blib/lib/Data/ICal/TimeZone/Object/America/Menominee.pm
11982cp lib/Data/ICal/TimeZone/Object/Indian/Mauritius.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Mauritius.pm
11983cp lib/Data/ICal/TimeZone/Object/Africa/Douala.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Douala.pm
11984cp lib/Data/ICal/TimeZone/Object/Pacific/Pago_Pago.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Pago_Pago.pm
11985cp lib/Data/ICal/TimeZone/Object/America/North_Dakota/Center.pm blib/lib/Data/ICal/TimeZone/Object/America/North_Dakota/Center.pm
11986cp lib/Data/ICal/TimeZone/Object/America/Nassau.pm blib/lib/Data/ICal/TimeZone/Object/America/Nassau.pm
11987cp lib/Data/ICal/TimeZone/Object/Africa/Bamako.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bamako.pm
11988cp lib/Data/ICal/TimeZone/Object/Africa/El_Aaiun.pm blib/lib/Data/ICal/TimeZone/Object/Africa/El_Aaiun.pm
11989cp lib/Data/ICal/TimeZone/Object/Asia/Qyzylorda.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Qyzylorda.pm
11990cp lib/Data/ICal/TimeZone/Object/Europe/Zagreb.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Zagreb.pm
11991cp lib/Data/ICal/TimeZone/Object/Africa/Lubumbashi.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lubumbashi.pm
11992cp lib/Data/ICal/TimeZone/Object/Africa/Bujumbura.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bujumbura.pm
11993cp lib/Data/ICal/TimeZone/Object/Pacific/Truk.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Truk.pm
11994cp lib/Data/ICal/TimeZone/Object/Indian/Mayotte.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Mayotte.pm
11995cp lib/Data/ICal/TimeZone/Object/America/Whitehorse.pm blib/lib/Data/ICal/TimeZone/Object/America/Whitehorse.pm
11996cp lib/Data/ICal/TimeZone/Object/Europe/Dublin.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Dublin.pm
11997cp lib/Data/ICal/TimeZone/Object/Europe/San_Marino.pm blib/lib/Data/ICal/TimeZone/Object/Europe/San_Marino.pm
11998cp lib/Data/ICal/TimeZone/Object/Pacific/Guam.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Guam.pm
11999cp lib/Data/ICal/TimeZone/Object/Asia/Rangoon.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Rangoon.pm
12000cp lib/Data/ICal/TimeZone/Object/America/Port_of_Spain.pm blib/lib/Data/ICal/TimeZone/Object/America/Port_of_Spain.pm
12001cp lib/Data/ICal/TimeZone/Object/Antarctica/Casey.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Casey.pm
12002cp lib/Data/ICal/TimeZone/Object/Europe/Isle_of_Man.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Isle_of_Man.pm
12003cp lib/Data/ICal/TimeZone/Object/Asia/Singapore.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Singapore.pm
12004cp lib/Data/ICal/TimeZone/Object/Africa/Djibouti.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Djibouti.pm
12005cp lib/Data/ICal/TimeZone/Object/America/Danmarkshavn.pm blib/lib/Data/ICal/TimeZone/Object/America/Danmarkshavn.pm
12006cp lib/Data/ICal/TimeZone/Object/America/Indiana/Vevay.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Vevay.pm
12007cp lib/Data/ICal/TimeZone/Object/Asia/Dushanbe.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dushanbe.pm
12008cp lib/Data/ICal/TimeZone/Object/Indian/Cocos.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Cocos.pm
12009cp lib/Data/ICal/TimeZone/Object/Atlantic/Canary.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Canary.pm
12010cp lib/Data/ICal/TimeZone/Object/Asia/Baghdad.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Baghdad.pm
12011cp lib/Data/ICal/TimeZone/Object/America/Mazatlan.pm blib/lib/Data/ICal/TimeZone/Object/America/Mazatlan.pm
12012cp lib/Data/ICal/TimeZone/Object/Australia/Eucla.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Eucla.pm
12013cp lib/Data/ICal/TimeZone/Object/Europe/Copenhagen.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Copenhagen.pm
12014cp lib/Data/ICal/TimeZone/Object/Asia/Kuala_Lumpur.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kuala_Lumpur.pm
12015cp lib/Data/ICal/TimeZone/Object/Asia/Damascus.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Damascus.pm
12016cp lib/Data/ICal/TimeZone/Object/America/Rainy_River.pm blib/lib/Data/ICal/TimeZone/Object/America/Rainy_River.pm
12017cp lib/Data/ICal/TimeZone/Object/America/Guyana.pm blib/lib/Data/ICal/TimeZone/Object/America/Guyana.pm
12018cp lib/Data/ICal/TimeZone/Object/America/Nipigon.pm blib/lib/Data/ICal/TimeZone/Object/America/Nipigon.pm
12019cp lib/Data/ICal/TimeZone/Object/America/Chicago.pm blib/lib/Data/ICal/TimeZone/Object/America/Chicago.pm
12020cp lib/Data/ICal/TimeZone/Object/Europe/Moscow.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Moscow.pm
12021cp lib/Data/ICal/TimeZone/Object/Africa/Sao_Tome.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Sao_Tome.pm
12022cp lib/Data/ICal/TimeZone/Object/Europe/Istanbul.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Istanbul.pm
12023cp lib/Data/ICal/TimeZone/Object/Asia/Taipei.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Taipei.pm
12024cp lib/Data/ICal/TimeZone/Object/Europe/Zaporozhye.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Zaporozhye.pm
12025cp lib/Data/ICal/TimeZone/Object/Australia/Brisbane.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Brisbane.pm
12026cp lib/Data/ICal/TimeZone/Object/Indian/Reunion.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Reunion.pm
12027cp lib/Data/ICal/TimeZone/Object/America/Barbados.pm blib/lib/Data/ICal/TimeZone/Object/America/Barbados.pm
12028cp lib/Data/ICal/TimeZone/Object/America/Indiana/Tell_City.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Tell_City.pm
12029cp lib/Data/ICal/TimeZone/Object/America/Dawson_Creek.pm blib/lib/Data/ICal/TimeZone/Object/America/Dawson_Creek.pm
12030cp lib/Data/ICal/TimeZone/Object/America/Guayaquil.pm blib/lib/Data/ICal/TimeZone/Object/America/Guayaquil.pm
12031cp lib/Data/ICal/TimeZone/Object/Pacific/Nauru.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Nauru.pm
12032cp lib/Data/ICal/TimeZone/Object/Africa/Accra.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Accra.pm
12033cp lib/Data/ICal/TimeZone/Object/America/Anguilla.pm blib/lib/Data/ICal/TimeZone/Object/America/Anguilla.pm
12034cp lib/Data/ICal/TimeZone/Object/America/Argentina/San_Juan.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/San_Juan.pm
12035cp lib/Data/ICal/TimeZone/Object/Australia/Lord_Howe.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Lord_Howe.pm
12036cp lib/Data/ICal/TimeZone/Object/Atlantic/Jan_Mayen.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Jan_Mayen.pm
12037cp lib/Data/ICal/TimeZone/Object/Asia/Vladivostok.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Vladivostok.pm
12038cp lib/Data/ICal/TimeZone/Object/Pacific/Midway.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Midway.pm
12039cp lib/Data/ICal/TimeZone/Object/Africa/Lusaka.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lusaka.pm
12040cp lib/Data/ICal/TimeZone/Object/Atlantic/Stanley.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Stanley.pm
12041cp lib/Data/ICal/TimeZone/Object/America/Monterrey.pm blib/lib/Data/ICal/TimeZone/Object/America/Monterrey.pm
12042cp lib/Data/ICal/TimeZone/Object/Africa/Lome.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lome.pm
12043cp lib/Data/ICal/TimeZone/Object/Africa/Dar_es_Salaam.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Dar_es_Salaam.pm
12044cp lib/Data/ICal/TimeZone/Object/America/Resolute.pm blib/lib/Data/ICal/TimeZone/Object/America/Resolute.pm
12045cp lib/Data/ICal/TimeZone/Object/America/Edmonton.pm blib/lib/Data/ICal/TimeZone/Object/America/Edmonton.pm
12046cp lib/Data/ICal/TimeZone/Object/America/Goose_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Goose_Bay.pm
12047cp lib/Data/ICal/TimeZone/Object/Australia/Melbourne.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Melbourne.pm
12048cp lib/Data/ICal/TimeZone/Object/Pacific/Kosrae.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Kosrae.pm
12049cp lib/Data/ICal/TimeZone/Object/Antarctica/McMurdo.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/McMurdo.pm
12050cp lib/Data/ICal/TimeZone/Object/Pacific/Saipan.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Saipan.pm
12051cp lib/Data/ICal/TimeZone/Object/Africa/Maputo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Maputo.pm
12052cp lib/Data/ICal/TimeZone/Object/Atlantic/Azores.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Azores.pm
12053cp lib/Data/ICal/TimeZone/Object/Asia/Manila.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Manila.pm
12054cp lib/Data/ICal/TimeZone/Object/Pacific/Wallis.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Wallis.pm
12055cp lib/Data/ICal/TimeZone/Object/Europe/Minsk.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Minsk.pm
12056cp lib/Data/ICal/TimeZone/Object/America/Eirunepe.pm blib/lib/Data/ICal/TimeZone/Object/America/Eirunepe.pm
12057cp lib/Data/ICal/TimeZone/Object/America/Rio_Branco.pm blib/lib/Data/ICal/TimeZone/Object/America/Rio_Branco.pm
12058cp lib/Data/ICal/TimeZone/Object/America/Hermosillo.pm blib/lib/Data/ICal/TimeZone/Object/America/Hermosillo.pm
12059cp lib/Data/ICal/TimeZone/Object/Europe/Kiev.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Kiev.pm
12060cp lib/Data/ICal/TimeZone/Object/Asia/Kamchatka.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kamchatka.pm
12061cp lib/Data/ICal/TimeZone/Object/Pacific/Easter.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Easter.pm
12062cp lib/Data/ICal/TimeZone/Object/Asia/Bangkok.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Bangkok.pm
12063cp lib/Data/ICal/TimeZone/Object/Atlantic/St_Helena.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/St_Helena.pm
12064cp lib/Data/ICal/TimeZone/Object/America/Mexico_City.pm blib/lib/Data/ICal/TimeZone/Object/America/Mexico_City.pm
12065cp lib/Data/ICal/._TimeZone.pm blib/lib/Data/ICal/._TimeZone.pm
12066cp lib/Data/ICal/TimeZone/Object/Asia/Dubai.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dubai.pm
12067cp lib/Data/ICal/TimeZone/Object/Asia/Yakutsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Yakutsk.pm
12068cp lib/Data/ICal/TimeZone/Object/Europe/Podgorica.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Podgorica.pm
12069cp lib/Data/ICal/TimeZone/Object/Asia/Karachi.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Karachi.pm
12070cp lib/Data/ICal/TimeZone/Object/America/Moncton.pm blib/lib/Data/ICal/TimeZone/Object/America/Moncton.pm
12071cp lib/Data/ICal/TimeZone/Object/America/Toronto.pm blib/lib/Data/ICal/TimeZone/Object/America/Toronto.pm
12072cp lib/Data/ICal/TimeZone/Object/America/Chihuahua.pm blib/lib/Data/ICal/TimeZone/Object/America/Chihuahua.pm
12073cp lib/Data/ICal/TimeZone/Object/America/Guadeloupe.pm blib/lib/Data/ICal/TimeZone/Object/America/Guadeloupe.pm
12074cp lib/Data/ICal/TimeZone/Object/America/Belem.pm blib/lib/Data/ICal/TimeZone/Object/America/Belem.pm
12075cp lib/Data/ICal/TimeZone/Object/Indian/Antananarivo.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Antananarivo.pm
12076cp lib/Data/ICal/TimeZone/Object/Arctic/Longyearbyen.pm blib/lib/Data/ICal/TimeZone/Object/Arctic/Longyearbyen.pm
12077cp lib/Data/ICal/TimeZone/Object/Africa/Luanda.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Luanda.pm
12078cp lib/Data/ICal/TimeZone/Object/Africa/Nouakchott.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Nouakchott.pm
12079cp lib/Data/ICal/TimeZone/Object/Europe/Zurich.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Zurich.pm
12080cp lib/Data/ICal/TimeZone/Object/America/Vancouver.pm blib/lib/Data/ICal/TimeZone/Object/America/Vancouver.pm
12081cp lib/Data/ICal/TimeZone/Object/Africa/Kinshasa.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Kinshasa.pm
12082cp lib/Data/ICal/TimeZone/Object/Asia/Pyongyang.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Pyongyang.pm
12083cp lib/Data/ICal/TimeZone/Object/Europe/Ljubljana.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Ljubljana.pm
12084cp lib/Data/ICal/TimeZone/Object/America/Tegucigalpa.pm blib/lib/Data/ICal/TimeZone/Object/America/Tegucigalpa.pm
12085cp lib/Data/ICal/TimeZone/Object/Africa/Freetown.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Freetown.pm
12086cp lib/Data/ICal/TimeZone/Object/Africa/Cairo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Cairo.pm
12087cp lib/Data/ICal/TimeZone/Object/Europe/Lisbon.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Lisbon.pm
12088cp lib/Data/ICal/TimeZone/Object/Africa/Casablanca.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Casablanca.pm
12089cp lib/Data/ICal/TimeZone/Object/Asia/Istanbul.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Istanbul.pm
12090cp lib/Data/ICal/TimeZone/Object/Europe/Paris.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Paris.pm
12091cp lib/Data/ICal/TimeZone/Object/America/Fortaleza.pm blib/lib/Data/ICal/TimeZone/Object/America/Fortaleza.pm
12092cp lib/Data/ICal/TimeZone/Object/Europe/Monaco.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Monaco.pm
12093cp lib/Data/ICal/TimeZone/Object/Asia/Ashgabat.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Ashgabat.pm
12094cp lib/Data/ICal/TimeZone/List.pm blib/lib/Data/ICal/TimeZone/List.pm
12095cp lib/Data/ICal/TimeZone/Object/America/Iqaluit.pm blib/lib/Data/ICal/TimeZone/Object/America/Iqaluit.pm
12096cp lib/Data/ICal/TimeZone/Object/America/Paramaribo.pm blib/lib/Data/ICal/TimeZone/Object/America/Paramaribo.pm
12097cp lib/Data/ICal/TimeZone/Object/Asia/Makassar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Makassar.pm
12098cp lib/Data/ICal/TimeZone/Object/Europe/Sarajevo.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Sarajevo.pm
12099cp lib/Data/ICal/TimeZone/Object/Europe/London.pm blib/lib/Data/ICal/TimeZone/Object/Europe/London.pm
12100cp lib/Data/ICal/TimeZone.pm blib/lib/Data/ICal/TimeZone.pm
12101cp lib/Data/ICal/TimeZone/Object/Asia/Anadyr.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Anadyr.pm
12102cp lib/Data/ICal/TimeZone/Object/Africa/Conakry.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Conakry.pm
12103cp lib/Data/ICal/TimeZone/Object/Europe/Vaduz.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vaduz.pm
12104cp lib/Data/ICal/TimeZone/Object/America/Santiago.pm blib/lib/Data/ICal/TimeZone/Object/America/Santiago.pm
12105cp lib/Data/ICal/TimeZone/Object/Pacific/Marquesas.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Marquesas.pm
12106cp lib/Data/ICal/TimeZone/Object/Africa/Mbabane.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Mbabane.pm
12107cp lib/Data/ICal/TimeZone/Object/Indian/Kerguelen.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Kerguelen.pm
12108cp lib/Data/ICal/TimeZone/Object/Asia/Almaty.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Almaty.pm
12109cp lib/Data/ICal/TimeZone/Object/Antarctica/Palmer.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Palmer.pm
12110cp lib/Data/ICal/TimeZone/Object/Asia/Pontianak.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Pontianak.pm
12111cp lib/Data/ICal/TimeZone/Object/America/Costa_Rica.pm blib/lib/Data/ICal/TimeZone/Object/America/Costa_Rica.pm
12112cp lib/Data/ICal/TimeZone/Object/Asia/Riyadh.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Riyadh.pm
12113cp lib/Data/ICal/TimeZone/Object/America/Belize.pm blib/lib/Data/ICal/TimeZone/Object/America/Belize.pm
12114cp lib/Data/ICal/TimeZone/Object/Australia/Lindeman.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Lindeman.pm
12115cp lib/Data/ICal/TimeZone/Object/America/Grenada.pm blib/lib/Data/ICal/TimeZone/Object/America/Grenada.pm
12116cp lib/Data/ICal/TimeZone/Object/America/La_Paz.pm blib/lib/Data/ICal/TimeZone/Object/America/La_Paz.pm
12117cp lib/Data/ICal/TimeZone/Object/Pacific/Apia.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Apia.pm
12118cp lib/Data/ICal/TimeZone/Object/America/Nome.pm blib/lib/Data/ICal/TimeZone/Object/America/Nome.pm
12119cp lib/Data/ICal/TimeZone/Object/Europe/Simferopol.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Simferopol.pm
12120cp lib/Data/ICal/TimeZone/Object/Asia/Kabul.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kabul.pm
12121cp lib/Data/ICal/TimeZone/Object/Australia/Darwin.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Darwin.pm
12122cp lib/Data/ICal/TimeZone/Object/America/Santo_Domingo.pm blib/lib/Data/ICal/TimeZone/Object/America/Santo_Domingo.pm
12123cp lib/Data/ICal/TimeZone/Object/Europe/Madrid.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Madrid.pm
12124cp lib/Data/ICal/TimeZone/Object/America/Argentina/Cordoba.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Cordoba.pm
12125cp lib/Data/ICal/TimeZone/Object/America/Atikokan.pm blib/lib/Data/ICal/TimeZone/Object/America/Atikokan.pm
12126cp lib/Data/ICal/TimeZone/Object/Asia/Muscat.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Muscat.pm
12127cp lib/Data/ICal/TimeZone/Object/America/St_Thomas.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Thomas.pm
12128cp lib/Data/ICal/TimeZone/Object/Antarctica/Rothera.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Rothera.pm
12129cp lib/Data/ICal/TimeZone/Object/America/Shiprock.pm blib/lib/Data/ICal/TimeZone/Object/America/Shiprock.pm
12130cp lib/Data/ICal/TimeZone/Object/America/Argentina/Catamarca.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Catamarca.pm
12131cp lib/Data/ICal/TimeZone/Object/America/Sao_Paulo.pm blib/lib/Data/ICal/TimeZone/Object/America/Sao_Paulo.pm
12132cp lib/Data/ICal/TimeZone/Object/Asia/Oral.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Oral.pm
12133cp lib/Data/ICal/TimeZone/Object/Europe/Brussels.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Brussels.pm
12134cp lib/Data/ICal/TimeZone/Object/America/Regina.pm blib/lib/Data/ICal/TimeZone/Object/America/Regina.pm
12135cp lib/Data/ICal/TimeZone/Object/America/Argentina/Rio_Gallegos.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Rio_Gallegos.pm
12136cp lib/Data/ICal/TimeZone/Object/Pacific/Auckland.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Auckland.pm
12137cp lib/Data/ICal/TimeZone/Object/Europe/Tirane.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Tirane.pm
12138cp lib/Data/ICal/TimeZone/Object/Europe/Volgograd.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Volgograd.pm
12139cp lib/Data/ICal/TimeZone/Object/Africa/Tripoli.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Tripoli.pm
12140cp lib/Data/ICal/TimeZone/Object/Asia/Aden.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Aden.pm
12141cp lib/Data/ICal/TimeZone/Object/America/Godthab.pm blib/lib/Data/ICal/TimeZone/Object/America/Godthab.pm
12142cp lib/Data/ICal/TimeZone/Object/America/Indiana/Indianapolis.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Indianapolis.pm
12143cp lib/Data/ICal/TimeZone/Object/Pacific/Chatham.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Chatham.pm
12144cp lib/Data/ICal/TimeZone/Object/Asia/Baku.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Baku.pm
12145cp lib/Data/ICal/TimeZone/Object/Africa/Addis_Ababa.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Addis_Ababa.pm
12146cp lib/Data/ICal/TimeZone/Object/Pacific/Tongatapu.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Tongatapu.pm
12147cp lib/Data/ICal/TimeZone/Object/America/Thule.pm blib/lib/Data/ICal/TimeZone/Object/America/Thule.pm
12148cp lib/Data/ICal/TimeZone/Object/Africa/Monrovia.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Monrovia.pm
12149cp lib/Data/ICal/TimeZone/Object/Europe/Riga.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Riga.pm
12150cp lib/Data/ICal/TimeZone/Object/Asia/Qatar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Qatar.pm
12151cp lib/Data/ICal/TimeZone/Object/America/Cayman.pm blib/lib/Data/ICal/TimeZone/Object/America/Cayman.pm
12152cp lib/Data/ICal/TimeZone/Object/America/Argentina/Tucuman.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Tucuman.pm
12153cp lib/Data/ICal/TimeZone/Object/Pacific/Enderbury.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Enderbury.pm
12154cp lib/Data/ICal/TimeZone/Object/Indian/Comoro.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Comoro.pm
12155cp lib/Data/ICal/TimeZone/Object/Australia/Currie.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Currie.pm
12156cp lib/Data/ICal/TimeZone/._Object.pm blib/lib/Data/ICal/TimeZone/._Object.pm
12157cp lib/Data/ICal/TimeZone/Object/Asia/Omsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Omsk.pm
12158cp lib/Data/ICal/TimeZone/Object/America/Boise.pm blib/lib/Data/ICal/TimeZone/Object/America/Boise.pm
12159cp lib/Data/ICal/TimeZone/Object/Pacific/Fiji.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Fiji.pm
12160cp lib/Data/ICal/TimeZone/Object/Europe/Nicosia.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Nicosia.pm
12161cp lib/Data/ICal/TimeZone/Object/Europe/Kaliningrad.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Kaliningrad.pm
12162cp lib/Data/ICal/TimeZone/Object/Asia/Tashkent.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tashkent.pm
12163cp lib/Data/ICal/TimeZone/Object/America/Campo_Grande.pm blib/lib/Data/ICal/TimeZone/Object/America/Campo_Grande.pm
12164cp lib/Data/ICal/TimeZone/Object/Europe/Bratislava.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Bratislava.pm
12165cp lib/Data/ICal/TimeZone/Object/Africa/Tunis.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Tunis.pm
12166cp lib/Data/ICal/TimeZone/Object/Pacific/Honolulu.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Honolulu.pm
12167cp lib/Data/ICal/TimeZone/Object/Europe/Rome.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Rome.pm
12168cp lib/Data/ICal/TimeZone/Object/Pacific/Kwajalein.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Kwajalein.pm
12169cp lib/Data/ICal/TimeZone/Object/America/Caracas.pm blib/lib/Data/ICal/TimeZone/Object/America/Caracas.pm
12170cp lib/Data/ICal/TimeZone/Object/Pacific/Norfolk.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Norfolk.pm
12171cp lib/Data/ICal/TimeZone/Object/Pacific/Funafuti.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Funafuti.pm
12172cp lib/Data/ICal/TimeZone/Object/America/Indiana/Winamac.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Winamac.pm
12173cp lib/Data/ICal/TimeZone/Object/Atlantic/South_Georgia.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/South_Georgia.pm
12174cp lib/Data/ICal/TimeZone/Object/America/Port_au_Prince.pm blib/lib/Data/ICal/TimeZone/Object/America/Port_au_Prince.pm
12175cp lib/Data/ICal/TimeZone/Object/America/Denver.pm blib/lib/Data/ICal/TimeZone/Object/America/Denver.pm
12176cp lib/Data/ICal/TimeZone/Object/Europe/Bucharest.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Bucharest.pm
12177cp lib/Data/ICal/TimeZone/Object/America/Dominica.pm blib/lib/Data/ICal/TimeZone/Object/America/Dominica.pm
12178cp lib/Data/ICal/TimeZone/Object/America/St_Johns.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Johns.pm
12179cp lib/Data/ICal/TimeZone/Object/Pacific/Pitcairn.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Pitcairn.pm
12180cp lib/Data/ICal/TimeZone/Object/Asia/Kuwait.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kuwait.pm
12181cp lib/Data/ICal/TimeZone/Object/America/Cancun.pm blib/lib/Data/ICal/TimeZone/Object/America/Cancun.pm
12182cp lib/Data/ICal/TimeZone/Object/America/Tortola.pm blib/lib/Data/ICal/TimeZone/Object/America/Tortola.pm
12183cp lib/Data/ICal/TimeZone/Object/America/Detroit.pm blib/lib/Data/ICal/TimeZone/Object/America/Detroit.pm
12184cp lib/Data/ICal/TimeZone/Object/America/Scoresbysund.pm blib/lib/Data/ICal/TimeZone/Object/America/Scoresbysund.pm
12185cp lib/Data/ICal/TimeZone/Object/Africa/Lagos.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lagos.pm
12186cp lib/Data/ICal/TimeZone/Object/America/Cayenne.pm blib/lib/Data/ICal/TimeZone/Object/America/Cayenne.pm
12187cp lib/Data/ICal/TimeZone/Object/Africa/Banjul.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Banjul.pm
12188cp lib/Data/ICal/TimeZone/Object/Asia/Hovd.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Hovd.pm
12189cp lib/Data/ICal/TimeZone/Object/Asia/Jerusalem.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Jerusalem.pm
12190cp lib/Data/ICal/TimeZone/Object/America/Montserrat.pm blib/lib/Data/ICal/TimeZone/Object/America/Montserrat.pm
12191cp lib/Data/ICal/TimeZone/Object/Atlantic/Faroe.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Faroe.pm
12192cp lib/Data/ICal/TimeZone/Object/Asia/Calcutta.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Calcutta.pm
12193cp lib/Data/ICal/TimeZone/Object/America/Recife.pm blib/lib/Data/ICal/TimeZone/Object/America/Recife.pm
12194cp lib/Data/ICal/TimeZone/Object/America/Puerto_Rico.pm blib/lib/Data/ICal/TimeZone/Object/America/Puerto_Rico.pm
12195cp lib/Data/ICal/TimeZone/Object/Asia/Chongqing.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Chongqing.pm
12196cp lib/Data/ICal/TimeZone/Object/America/Managua.pm blib/lib/Data/ICal/TimeZone/Object/America/Managua.pm
12197cp lib/Data/ICal/TimeZone/Object/Asia/Yekaterinburg.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Yekaterinburg.pm
12198cp lib/Data/ICal/TimeZone/Object/America/Inuvik.pm blib/lib/Data/ICal/TimeZone/Object/America/Inuvik.pm
12199cp lib/Data/ICal/TimeZone/Object/Europe/Jersey.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Jersey.pm
12200cp lib/Data/ICal/TimeZone/Object/Europe/Oslo.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Oslo.pm
12201cp lib/Data/ICal/TimeZone/Object/Africa/Ouagadougou.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Ouagadougou.pm
12202cp lib/Data/ICal/TimeZone/Object/America/Swift_Current.pm blib/lib/Data/ICal/TimeZone/Object/America/Swift_Current.pm
12203cp lib/Data/ICal/TimeZone/Object/Africa/Porto_Novo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Porto_Novo.pm
12204cp lib/Data/ICal/TimeZone/Object/Europe/Warsaw.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Warsaw.pm
12205cp lib/Data/ICal/TimeZone/Object/Asia/Saigon.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Saigon.pm
12206cp lib/Data/ICal/TimeZone/Object/Asia/Beirut.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Beirut.pm
12207cp lib/Data/ICal/TimeZone/Object/America/Adak.pm blib/lib/Data/ICal/TimeZone/Object/America/Adak.pm
12208cp lib/Data/ICal/TimeZone/Object/Africa/Khartoum.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Khartoum.pm
12209cp lib/Data/ICal/TimeZone/Object/Europe/Stockholm.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Stockholm.pm
12210cp lib/Data/ICal/TimeZone/Object/America/Blanc_Sablon.pm blib/lib/Data/ICal/TimeZone/Object/America/Blanc_Sablon.pm
12211cp lib/Data/ICal/TimeZone/Object.pm blib/lib/Data/ICal/TimeZone/Object.pm
12212cp lib/Data/ICal/TimeZone/Object/Europe/Helsinki.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Helsinki.pm
12213cp lib/Data/ICal/TimeZone/Object/Europe/Vilnius.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vilnius.pm
12214cp lib/Data/ICal/TimeZone/Object/Africa/Maseru.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Maseru.pm
12215cp lib/Data/ICal/TimeZone/Object/America/Maceio.pm blib/lib/Data/ICal/TimeZone/Object/America/Maceio.pm
12216cp lib/Data/ICal/TimeZone/Object/America/Merida.pm blib/lib/Data/ICal/TimeZone/Object/America/Merida.pm
12217cp lib/Data/ICal/TimeZone/Object/Atlantic/Bermuda.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Bermuda.pm
12218cp lib/Data/ICal/TimeZone/Object/Pacific/Ponape.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Ponape.pm
12219cp lib/Data/ICal/TimeZone/Object/Indian/Maldives.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Maldives.pm
12220cp lib/Data/ICal/TimeZone/Object/Europe/Tallinn.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Tallinn.pm
12221cp lib/Data/ICal/TimeZone/Object/America/Rankin_Inlet.pm blib/lib/Data/ICal/TimeZone/Object/America/Rankin_Inlet.pm
12222cp lib/Data/ICal/TimeZone/Object/Pacific/Johnston.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Johnston.pm
12223cp lib/Data/ICal/TimeZone/Object/America/Lima.pm blib/lib/Data/ICal/TimeZone/Object/America/Lima.pm
12224cp lib/Data/ICal/TimeZone/Object/Pacific/Tahiti.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Tahiti.pm
12225cp lib/Data/ICal/TimeZone/Object/America/Glace_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Glace_Bay.pm
12226cp lib/Data/ICal/TimeZone/Object/America/Tijuana.pm blib/lib/Data/ICal/TimeZone/Object/America/Tijuana.pm
12227cp lib/Data/ICal/TimeZone/Object/Pacific/Wake.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Wake.pm
12228cp lib/Data/ICal/TimeZone/Object/Africa/Harare.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Harare.pm
12229cp lib/Data/ICal/TimeZone/Object/America/Antigua.pm blib/lib/Data/ICal/TimeZone/Object/America/Antigua.pm
12230cp lib/Data/ICal/TimeZone/Object/Pacific/Kiritimati.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Kiritimati.pm
12231cp lib/Data/ICal/TimeZone/Object/America/Miquelon.pm blib/lib/Data/ICal/TimeZone/Object/America/Miquelon.pm
12232cp lib/Data/ICal/TimeZone/Object/Asia/Magadan.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Magadan.pm
12233cp lib/Data/ICal/TimeZone/Object/Europe/Vatican.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vatican.pm
12234cp lib/Data/ICal/TimeZone/Object/Antarctica/DumontDUrville.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/DumontDUrville.pm
12235cp lib/Data/ICal/TimeZone/Object/Europe/Gibraltar.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Gibraltar.pm
12236cp lib/Data/ICal/TimeZone/Object/Australia/Adelaide.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Adelaide.pm
12237cp lib/Data/ICal/TimeZone/Object/Europe/Budapest.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Budapest.pm
12238cp lib/Data/ICal/TimeZone/Object/Pacific/Tarawa.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Tarawa.pm
12239cp lib/Data/ICal/TimeZone/Object/America/Indiana/Vincennes.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Vincennes.pm
12240cp lib/Data/ICal/TimeZone/Object/America/Aruba.pm blib/lib/Data/ICal/TimeZone/Object/America/Aruba.pm
12241cp lib/Data/ICal/TimeZone/Object/Asia/Tbilisi.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tbilisi.pm
12242cp lib/Data/ICal/TimeZone/Object/Europe/Malta.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Malta.pm
12243cp lib/Data/ICal/TimeZone/Object/Asia/Irkutsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Irkutsk.pm
12244cp lib/Data/ICal/TimeZone/Object/America/El_Salvador.pm blib/lib/Data/ICal/TimeZone/Object/America/El_Salvador.pm
12245cp lib/Data/ICal/TimeZone/Object/Asia/Yerevan.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Yerevan.pm
12246cp lib/Data/ICal/TimeZone/Object/Asia/Urumqi.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Urumqi.pm
12247cp lib/Data/ICal/TimeZone/Object/Asia/Aqtau.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Aqtau.pm
12248cp lib/Data/ICal/TimeZone/Object/Europe/Guernsey.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Guernsey.pm
12249cp lib/Data/ICal/TimeZone/Object/Asia/Kashgar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kashgar.pm
12250cp lib/Data/ICal/TimeZone/Object/Asia/Dili.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dili.pm
12251cp lib/Data/ICal/TimeZone/Object/Antarctica/Syowa.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Syowa.pm
12252cp lib/Data/ICal/TimeZone/Object/Asia/Dhaka.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dhaka.pm
12253cp lib/Data/ICal/TimeZone/Object/Pacific/Gambier.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Gambier.pm
12254cp lib/Data/ICal/TimeZone/Object/America/Jamaica.pm blib/lib/Data/ICal/TimeZone/Object/America/Jamaica.pm
12255cp lib/Data/ICal/TimeZone/Object/Africa/Mogadishu.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Mogadishu.pm
12256cp lib/Data/ICal/TimeZone/Object/Africa/Bissau.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bissau.pm
12257cp lib/Data/ICal/TimeZone/Object/Asia/Ulaanbaatar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Ulaanbaatar.pm
12258cp lib/Data/ICal/TimeZone/Object/Africa/Ceuta.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Ceuta.pm
12259cp lib/Data/ICal/TimeZone/Object/Africa/Kampala.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Kampala.pm
12260cp lib/Data/ICal/TimeZone/Object/Asia/Jakarta.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Jakarta.pm
12261cp lib/Data/ICal/TimeZone/Object/America/Guatemala.pm blib/lib/Data/ICal/TimeZone/Object/America/Guatemala.pm
12262cp lib/Data/ICal/TimeZone/Object/Asia/Vientiane.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Vientiane.pm
12263cp lib/Data/ICal/TimeZone/Object/Pacific/Guadalcanal.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Guadalcanal.pm
12264cp lib/Data/ICal/TimeZone/Object/Africa/Asmara.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Asmara.pm
12265cp lib/Data/ICal/TimeZone/Object/Pacific/Palau.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Palau.pm
12266cp lib/Data/ICal/TimeZone/Object/Asia/Katmandu.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Katmandu.pm
12267cp lib/Data/ICal/TimeZone/Object/Pacific/Majuro.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Majuro.pm
12268cp lib/Data/ICal/TimeZone/Object/Asia/Sakhalin.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Sakhalin.pm
12269cp lib/Data/ICal/TimeZone/Object/America/Kentucky/Louisville.pm blib/lib/Data/ICal/TimeZone/Object/America/Kentucky/Louisville.pm
12270cp lib/Data/ICal/TimeZone/Object/America/Curacao.pm blib/lib/Data/ICal/TimeZone/Object/America/Curacao.pm
12271cp lib/Data/ICal/TimeZone/Object/Europe/Chisinau.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Chisinau.pm
12272cp lib/Data/ICal/TimeZone/Object/America/Phoenix.pm blib/lib/Data/ICal/TimeZone/Object/America/Phoenix.pm
12273cp lib/Data/ICal/TimeZone/Object/Africa/Blantyre.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Blantyre.pm
12274cp lib/Data/ICal/TimeZone/Object/America/Porto_Velho.pm blib/lib/Data/ICal/TimeZone/Object/America/Porto_Velho.pm
12275cp lib/Data/ICal/TimeZone/Object/America/Bahia.pm blib/lib/Data/ICal/TimeZone/Object/America/Bahia.pm
12276cp lib/Data/ICal/TimeZone/Object/Asia/Krasnoyarsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Krasnoyarsk.pm
12277cp lib/Data/ICal/TimeZone/Object/Antarctica/Vostok.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Vostok.pm
12278cp lib/Data/ICal/TimeZone/Object/Asia/Thimphu.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Thimphu.pm
12279cp lib/Data/ICal/TimeZone/Object/Africa/Bangui.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bangui.pm
12280cp lib/Data/ICal/TimeZone/Object/Asia/Brunei.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Brunei.pm
12281cp lib/Data/ICal/TimeZone/Object/Europe/Sofia.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Sofia.pm
12282cp lib/Data/ICal/TimeZone/Object/America/Argentina/Ushuaia.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Ushuaia.pm
12283cp lib/Data/ICal/TimeZone/Object/Europe/Skopje.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Skopje.pm
12284cp lib/Data/ICal/TimeZone/Object/Africa/Kigali.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Kigali.pm
12285cp lib/Data/ICal/TimeZone/Object/America/Argentina/Mendoza.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Mendoza.pm
12286cp lib/Data/ICal/TimeZone/Object/Atlantic/Madeira.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Madeira.pm
12287cp lib/Data/ICal/TimeZone/Object/America/Yellowknife.pm blib/lib/Data/ICal/TimeZone/Object/America/Yellowknife.pm
12288cp lib/Data/ICal/TimeZone/Object/America/Argentina/Buenos_Aires.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Buenos_Aires.pm
12289cp lib/Data/ICal/TimeZone/Object/America/St_Kitts.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Kitts.pm
12290cp lib/Data/ICal/TimeZone/Object/Antarctica/Davis.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Davis.pm
12291cp lib/Data/ICal/TimeZone/Object/America/Pangnirtung.pm blib/lib/Data/ICal/TimeZone/Object/America/Pangnirtung.pm
12292cp lib/Data/ICal/TimeZone/Object/Asia/Hong_Kong.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Hong_Kong.pm
12293cp lib/Data/ICal/TimeZone/Object/America/New_York.pm blib/lib/Data/ICal/TimeZone/Object/America/New_York.pm
12294cp lib/Data/ICal/TimeZone/Object/Antarctica/Mawson.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Mawson.pm
12295cp lib/Data/ICal/TimeZone/Object/Africa/Windhoek.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Windhoek.pm
12296cp lib/Data/ICal/TimeZone/Object/Europe/Athens.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Athens.pm
12297cp lib/Data/ICal/TimeZone/Object/Australia/Sydney.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Sydney.pm
12298cp lib/Data/ICal/TimeZone/Object/Pacific/Efate.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Efate.pm
12299cp lib/Data/ICal/TimeZone/Object/Africa/Ndjamena.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Ndjamena.pm
12300cp lib/Data/ICal/TimeZone/Object/Asia/Gaza.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Gaza.pm
12301cp lib/Data/ICal/TimeZone/Object/Asia/Harbin.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Harbin.pm
12302cp lib/Data/ICal/TimeZone/Object/America/Argentina/La_Rioja.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/La_Rioja.pm
12303cp lib/Data/ICal/TimeZone/Object/Asia/Colombo.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Colombo.pm
12304cp lib/Data/ICal/TimeZone/Object/Asia/Novosibirsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Novosibirsk.pm
12305cp lib/Data/ICal/TimeZone/Object/Europe/Mariehamn.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Mariehamn.pm
12306cp lib/Data/ICal/TimeZone/Object/Pacific/Galapagos.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Galapagos.pm
12307cp lib/Data/ICal/TimeZone/Object/America/Grand_Turk.pm blib/lib/Data/ICal/TimeZone/Object/America/Grand_Turk.pm
12308cp lib/Data/ICal/TimeZone/Object/America/Boa_Vista.pm blib/lib/Data/ICal/TimeZone/Object/America/Boa_Vista.pm
12309cp lib/Data/ICal/TimeZone/Object/Europe/Samara.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Samara.pm
12310cp lib/Data/ICal/TimeZone/Object/Australia/Perth.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Perth.pm
12311cp lib/Data/ICal/TimeZone/Object/Asia/Macau.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Macau.pm
12312cp lib/Data/ICal/TimeZone/Object/America/Cuiaba.pm blib/lib/Data/ICal/TimeZone/Object/America/Cuiaba.pm
12313cp lib/Data/ICal/TimeZone/Object/Asia/Jayapura.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Jayapura.pm
12314cp lib/Data/ICal/TimeZone/Object/Asia/Tehran.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tehran.pm
12315cp lib/Data/ICal/TimeZone/Object/Asia/Bishkek.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Bishkek.pm
12316cp lib/Data/ICal/TimeZone/Object/Pacific/Rarotonga.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Rarotonga.pm
12317cp lib/Data/ICal/TimeZone/Object/America/Martinique.pm blib/lib/Data/ICal/TimeZone/Object/America/Martinique.pm
12318cp lib/Data/ICal/TimeZone/Object/Australia/Broken_Hill.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Broken_Hill.pm
12319cp lib/Data/ICal/TimeZone/Object/America/Cambridge_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Cambridge_Bay.pm
12320cp lib/Data/ICal/TimeZone/Object/America/Panama.pm blib/lib/Data/ICal/TimeZone/Object/America/Panama.pm
12321cp lib/Data/ICal/TimeZone/Object/Europe/Luxembourg.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Luxembourg.pm
12322cp lib/Data/ICal/TimeZone/Object/Asia/Bahrain.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Bahrain.pm
12323cp lib/Data/ICal/TimeZone/Object/Asia/Phnom_Penh.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Phnom_Penh.pm
12324cp lib/Data/ICal/TimeZone/Object/Asia/Kuching.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kuching.pm
12325cp lib/Data/ICal/TimeZone/Object/Africa/Libreville.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Libreville.pm
12326cp lib/Data/ICal/TimeZone/Object/Europe/Berlin.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Berlin.pm
12327cp lib/Data/ICal/TimeZone/Object/America/Havana.pm blib/lib/Data/ICal/TimeZone/Object/America/Havana.pm
12328cp lib/Data/ICal/TimeZone/Object/America/Montreal.pm blib/lib/Data/ICal/TimeZone/Object/America/Montreal.pm
12329cp lib/Data/ICal/TimeZone/Object/America/Indiana/Petersburg.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Petersburg.pm
12330cp lib/Data/ICal/TimeZone/Object/Antarctica/South_Pole.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/South_Pole.pm
12331cp lib/Data/ICal/TimeZone/Object/America/Indiana/Knox.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Knox.pm
12332cp lib/Data/ICal/TimeZone/Object/Indian/Chagos.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Chagos.pm
12333cp lib/Data/ICal/TimeZone/Object/Africa/Algiers.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Algiers.pm
12334cp lib/Data/ICal/TimeZone/Object/America/Asuncion.pm blib/lib/Data/ICal/TimeZone/Object/America/Asuncion.pm
12335cp lib/Data/ICal/TimeZone/Object/Africa/Gaborone.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Gaborone.pm
12336cp lib/Data/ICal/TimeZone/Object/Asia/Tokyo.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tokyo.pm
12337cp lib/Data/ICal/TimeZone/Object/Europe/Vienna.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vienna.pm
12338cp lib/Data/ICal/TimeZone/Object/America/Argentina/Jujuy.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Jujuy.pm
12339cp lib/Data/ICal/TimeZone/Object/America/St_Lucia.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Lucia.pm
12340cp lib/Data/ICal/TimeZone/Object/Asia/Nicosia.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Nicosia.pm
12341cp lib/Data/ICal/TimeZone/Object/Europe/Uzhgorod.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Uzhgorod.pm
12342cp lib/Data/ICal/TimeZone/Object/Atlantic/Reykjavik.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Reykjavik.pm
12343cp lib/Data/ICal/TimeZone/Object/Europe/Andorra.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Andorra.pm
12344cp lib/Data/ICal/TimeZone/Object/America/Dawson.pm blib/lib/Data/ICal/TimeZone/Object/America/Dawson.pm
12345cp lib/Data/ICal/TimeZone/Object/Indian/Mahe.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Mahe.pm
12346cp lib/Data/ICal/TimeZone/Object/America/Bogota.pm blib/lib/Data/ICal/TimeZone/Object/America/Bogota.pm
12347cp lib/Data/ICal/TimeZone/Object/Atlantic/Cape_Verde.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Cape_Verde.pm
12348cp lib/Data/ICal/TimeZone/Object/America/Thunder_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Thunder_Bay.pm
12349cp lib/Data/ICal/TimeZone/Object/Pacific/Port_Moresby.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Port_Moresby.pm
12350cp lib/Data/ICal/TimeZone/Object/Europe/Prague.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Prague.pm
12351cp lib/Data/ICal/TimeZone/Object/Africa/Dakar.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Dakar.pm
12352cp lib/Data/ICal/TimeZone/Object/America/Halifax.pm blib/lib/Data/ICal/TimeZone/Object/America/Halifax.pm
12353cp lib/Data/ICal/TimeZone/Object/America/Indiana/Marengo.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Marengo.pm
12354cp lib/Data/ICal/TimeZone/Object/Indian/Christmas.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Christmas.pm
12355cp lib/Data/ICal/TimeZone/Object/Africa/Nairobi.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Nairobi.pm
12356cp lib/Data/ICal/TimeZone/Object/America/Juneau.pm blib/lib/Data/ICal/TimeZone/Object/America/Juneau.pm
12357cp lib/Data/ICal/TimeZone/Object/Pacific/Niue.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Niue.pm
12358cp lib/Data/ICal/TimeZone/Object/America/Winnipeg.pm blib/lib/Data/ICal/TimeZone/Object/America/Winnipeg.pm
12359cp lib/Data/ICal/TimeZone/Object/Europe/Belgrade.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Belgrade.pm
12360cp lib/Data/ICal/TimeZone/Object/America/Manaus.pm blib/lib/Data/ICal/TimeZone/Object/America/Manaus.pm
12361cp lib/Data/ICal/TimeZone/Object/America/North_Dakota/New_Salem.pm blib/lib/Data/ICal/TimeZone/Object/America/North_Dakota/New_Salem.pm
12362cp lib/Data/ICal/TimeZone/Object/Africa/Brazzaville.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Brazzaville.pm
12363cp lib/Data/ICal/TimeZone/Object/Asia/Samarkand.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Samarkand.pm
12364cp lib/Data/ICal/TimeZone/Object/Australia/Hobart.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Hobart.pm
12365cp lib/Data/ICal/TimeZone/Object/America/Los_Angeles.pm blib/lib/Data/ICal/TimeZone/Object/America/Los_Angeles.pm
12366cp lib/Data/ICal/TimeZone/Object/America/Kentucky/Monticello.pm blib/lib/Data/ICal/TimeZone/Object/America/Kentucky/Monticello.pm
12367cp lib/Data/ICal/TimeZone/Object/Pacific/Noumea.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Noumea.pm
12368cp lib/Data/ICal/TimeZone/Object/Europe/Amsterdam.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Amsterdam.pm
12369cp lib/Data/ICal/TimeZone/Object/America/Anchorage.pm blib/lib/Data/ICal/TimeZone/Object/America/Anchorage.pm
12370Manifying blib/man3/Data::ICal::TimeZone.3pm
12371Manifying blib/man3/Data::ICal::TimeZone::Object.3pm
12372 RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
12373 /usr/bin/make -- OK
12374Skipping test because of notest pragma
12375Running make install
12376Installing /usr/local/share/perl5/Data/ICal/._TimeZone.pm
12377Installing /usr/local/share/perl5/Data/ICal/TimeZone.pm
12378Installing /usr/local/share/perl5/Data/ICal/TimeZone/._Object.pm
12379Installing /usr/local/share/perl5/Data/ICal/TimeZone/List.pm
12380Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object.pm
12381Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Bermuda.pm
12382Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Madeira.pm
12383Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/St_Helena.pm
12384Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Azores.pm
12385Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Stanley.pm
12386Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Cape_Verde.pm
12387Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/South_Georgia.pm
12388Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Jan_Mayen.pm
12389Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Canary.pm
12390Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Reykjavik.pm
12391Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Faroe.pm
12392Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Eucla.pm
12393Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Sydney.pm
12394Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Lord_Howe.pm
12395Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Melbourne.pm
12396Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Brisbane.pm
12397Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Broken_Hill.pm
12398Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Hobart.pm
12399Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Darwin.pm
12400Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Perth.pm
12401Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Adelaide.pm
12402Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Lindeman.pm
12403Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Currie.pm
12404Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Kerguelen.pm
12405Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Antananarivo.pm
12406Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Mahe.pm
12407Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Reunion.pm
12408Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Comoro.pm
12409Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Chagos.pm
12410Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Christmas.pm
12411Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Mayotte.pm
12412Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Cocos.pm
12413Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Maldives.pm
12414Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Mauritius.pm
12415Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Santiago.pm
12416Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Paramaribo.pm
12417Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Godthab.pm
12418Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Lima.pm
12419Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Goose_Bay.pm
12420Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Johns.pm
12421Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Sao_Paulo.pm
12422Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Araguaina.pm
12423Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Regina.pm
12424Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Panama.pm
12425Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Bogota.pm
12426Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Port_of_Spain.pm
12427Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Dawson_Creek.pm
12428Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Vancouver.pm
12429Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Tortola.pm
12430Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Inuvik.pm
12431Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Curacao.pm
12432Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Santo_Domingo.pm
12433Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Manaus.pm
12434Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Eirunepe.pm
12435Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Adak.pm
12436Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Asuncion.pm
12437Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Iqaluit.pm
12438Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Barbados.pm
12439Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Boa_Vista.pm
12440Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Bahia.pm
12441Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Recife.pm
12442Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Juneau.pm
12443Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Anchorage.pm
12444Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Monterrey.pm
12445Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Aruba.pm
12446Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cancun.pm
12447Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Los_Angeles.pm
12448Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Dawson.pm
12449Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Havana.pm
12450Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Rainy_River.pm
12451Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cayman.pm
12452Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/El_Salvador.pm
12453Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Montserrat.pm
12454Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Lucia.pm
12455Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Swift_Current.pm
12456Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Thunder_Bay.pm
12457Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Belem.pm
12458Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Nassau.pm
12459Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Belize.pm
12460Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guayaquil.pm
12461Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Costa_Rica.pm
12462Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Port_au_Prince.pm
12463Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Tegucigalpa.pm
12464Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Chicago.pm
12465Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Noronha.pm
12466Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Chihuahua.pm
12467Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Scoresbysund.pm
12468Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Danmarkshavn.pm
12469Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Vincent.pm
12470Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Grand_Turk.pm
12471Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guatemala.pm
12472Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Yellowknife.pm
12473Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Jamaica.pm
12474Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Porto_Velho.pm
12475Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Puerto_Rico.pm
12476Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Mazatlan.pm
12477Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Grenada.pm
12478Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Managua.pm
12479Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/La_Paz.pm
12480Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Merida.pm
12481Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Mexico_City.pm
12482Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Tijuana.pm
12483Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cayenne.pm
12484Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Miquelon.pm
12485Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cuiaba.pm
12486Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Moncton.pm
12487Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Thomas.pm
12488Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Anguilla.pm
12489Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Fortaleza.pm
12490Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Phoenix.pm
12491Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guyana.pm
12492Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Hermosillo.pm
12493Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Boise.pm
12494Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Montreal.pm
12495Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Campo_Grande.pm
12496Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Denver.pm
12497Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Blanc_Sablon.pm
12498Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cambridge_Bay.pm
12499Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Halifax.pm
12500Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Maceio.pm
12501Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Rankin_Inlet.pm
12502Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Resolute.pm
12503Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Toronto.pm
12504Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Montevideo.pm
12505Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Thule.pm
12506Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Rio_Branco.pm
12507Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Glace_Bay.pm
12508Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Kitts.pm
12509Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Winnipeg.pm
12510Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Martinique.pm
12511Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Dominica.pm
12512Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Shiprock.pm
12513Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Edmonton.pm
12514Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Caracas.pm
12515Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/New_York.pm
12516Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Nipigon.pm
12517Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Atikokan.pm
12518Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Yakutat.pm
12519Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Antigua.pm
12520Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Pangnirtung.pm
12521Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Nome.pm
12522Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guadeloupe.pm
12523Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Detroit.pm
12524Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Whitehorse.pm
12525Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Menominee.pm
12526Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/North_Dakota/New_Salem.pm
12527Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/North_Dakota/Center.pm
12528Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Ushuaia.pm
12529Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Mendoza.pm
12530Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/La_Rioja.pm
12531Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Rio_Gallegos.pm
12532Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Buenos_Aires.pm
12533Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/San_Juan.pm
12534Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Cordoba.pm
12535Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Catamarca.pm
12536Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Tucuman.pm
12537Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Jujuy.pm
12538Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Kentucky/Louisville.pm
12539Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Kentucky/Monticello.pm
12540Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Marengo.pm
12541Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Indianapolis.pm
12542Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Winamac.pm
12543Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Vevay.pm
12544Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Vincennes.pm
12545Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Petersburg.pm
12546Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Knox.pm
12547Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Tell_City.pm
12548Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Guadalcanal.pm
12549Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Palau.pm
12550Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Wallis.pm
12551Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Truk.pm
12552Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Kwajalein.pm
12553Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Fakaofo.pm
12554Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Midway.pm
12555Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Gambier.pm
12556Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Nauru.pm
12557Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Port_Moresby.pm
12558Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Majuro.pm
12559Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Efate.pm
12560Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Johnston.pm
12561Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Tahiti.pm
12562Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Apia.pm
12563Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Kosrae.pm
12564Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Saipan.pm
12565Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Tongatapu.pm
12566Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Auckland.pm
12567Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Noumea.pm
12568Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Guam.pm
12569Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Wake.pm
12570Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Norfolk.pm
12571Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Rarotonga.pm
12572Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Pago_Pago.pm
12573Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Honolulu.pm
12574Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Kiritimati.pm
12575Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Easter.pm
12576Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Chatham.pm
12577Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Niue.pm
12578Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Funafuti.pm
12579Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Ponape.pm
12580Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Fiji.pm
12581Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Enderbury.pm
12582Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Marquesas.pm
12583Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Pitcairn.pm
12584Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Galapagos.pm
12585Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Tarawa.pm
12586Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Arctic/Longyearbyen.pm
12587Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Athens.pm
12588Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Guernsey.pm
12589Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Gibraltar.pm
12590Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Istanbul.pm
12591Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Prague.pm
12592Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Stockholm.pm
12593Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vaduz.pm
12594Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Monaco.pm
12595Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Copenhagen.pm
12596Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Malta.pm
12597Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Podgorica.pm
12598Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Tallinn.pm
12599Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Luxembourg.pm
12600Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Oslo.pm
12601Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/San_Marino.pm
12602Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Helsinki.pm
12603Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Sofia.pm
12604Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vilnius.pm
12605Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Amsterdam.pm
12606Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Berlin.pm
12607Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Moscow.pm
12608Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Dublin.pm
12609Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Brussels.pm
12610Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Skopje.pm
12611Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Paris.pm
12612Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Volgograd.pm
12613Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/London.pm
12614Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Isle_of_Man.pm
12615Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Kaliningrad.pm
12616Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Mariehamn.pm
12617Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Lisbon.pm
12618Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vienna.pm
12619Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Sarajevo.pm
12620Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Andorra.pm
12621Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Chisinau.pm
12622Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Samara.pm
12623Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Jersey.pm
12624Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Tirane.pm
12625Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Rome.pm
12626Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Kiev.pm
12627Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Simferopol.pm
12628Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Warsaw.pm
12629Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Uzhgorod.pm
12630Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Bucharest.pm
12631Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vatican.pm
12632Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Madrid.pm
12633Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Nicosia.pm
12634Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Zagreb.pm
12635Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Bratislava.pm
12636Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Belgrade.pm
12637Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Ljubljana.pm
12638Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Zaporozhye.pm
12639Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Minsk.pm
12640Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Riga.pm
12641Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Zurich.pm
12642Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Budapest.pm
12643Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Gaza.pm
12644Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Ulaanbaatar.pm
12645Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tehran.pm
12646Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tashkent.pm
12647Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Omsk.pm
12648Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Pontianak.pm
12649Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Makassar.pm
12650Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Vientiane.pm
12651Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Istanbul.pm
12652Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Rangoon.pm
12653Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Qyzylorda.pm
12654Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Magadan.pm
12655Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Urumqi.pm
12656Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Brunei.pm
12657Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Vladivostok.pm
12658Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Muscat.pm
12659Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Karachi.pm
12660Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Calcutta.pm
12661Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Yakutsk.pm
12662Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Thimphu.pm
12663Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dhaka.pm
12664Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tbilisi.pm
12665Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Katmandu.pm
12666Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Oral.pm
12667Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Damascus.pm
12668Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Bahrain.pm
12669Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Hovd.pm
12670Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Krasnoyarsk.pm
12671Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kashgar.pm
12672Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Baku.pm
12673Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Sakhalin.pm
12674Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Colombo.pm
12675Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Novosibirsk.pm
12676Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Choibalsan.pm
12677Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Yerevan.pm
12678Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kuala_Lumpur.pm
12679Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Shanghai.pm
12680Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Seoul.pm
12681Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Irkutsk.pm
12682Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dushanbe.pm
12683Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Ashgabat.pm
12684Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Saigon.pm
12685Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Baghdad.pm
12686Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kamchatka.pm
12687Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Singapore.pm
12688Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kuwait.pm
12689Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Yekaterinburg.pm
12690Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Riyadh.pm
12691Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Samarkand.pm
12692Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Aqtobe.pm
12693Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tokyo.pm
12694Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Beirut.pm
12695Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Phnom_Penh.pm
12696Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Jakarta.pm
12697Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Aqtau.pm
12698Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Macau.pm
12699Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Qatar.pm
12700Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Bangkok.pm
12701Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Aden.pm
12702Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Hong_Kong.pm
12703Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Pyongyang.pm
12704Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Bishkek.pm
12705Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Jerusalem.pm
12706Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Chongqing.pm
12707Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kabul.pm
12708Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Harbin.pm
12709Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Manila.pm
12710Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Anadyr.pm
12711Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Nicosia.pm
12712Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Amman.pm
12713Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Taipei.pm
12714Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kuching.pm
12715Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Jayapura.pm
12716Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dili.pm
12717Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dubai.pm
12718Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Almaty.pm
12719Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Vostok.pm
12720Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Rothera.pm
12721Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Syowa.pm
12722Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Mawson.pm
12723Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Davis.pm
12724Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Casey.pm
12725Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Palmer.pm
12726Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/McMurdo.pm
12727Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/DumontDUrville.pm
12728Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/South_Pole.pm
12729Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Maputo.pm
12730Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Nouakchott.pm
12731Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Conakry.pm
12732Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Blantyre.pm
12733Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Khartoum.pm
12734Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lome.pm
12735Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Freetown.pm
12736Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Abidjan.pm
12737Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lubumbashi.pm
12738Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Nairobi.pm
12739Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Tunis.pm
12740Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Luanda.pm
12741Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Maseru.pm
12742Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Kigali.pm
12743Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Monrovia.pm
12744Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bangui.pm
12745Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Addis_Ababa.pm
12746Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Casablanca.pm
12747Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Porto_Novo.pm
12748Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Accra.pm
12749Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Ouagadougou.pm
12750Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bamako.pm
12751Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Mogadishu.pm
12752Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Windhoek.pm
12753Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Banjul.pm
12754Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Sao_Tome.pm
12755Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Malabo.pm
12756Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Douala.pm
12757Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Harare.pm
12758Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Dakar.pm
12759Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Ceuta.pm
12760Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bissau.pm
12761Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Tripoli.pm
12762Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lagos.pm
12763Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bujumbura.pm
12764Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Cairo.pm
12765Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Johannesburg.pm
12766Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Asmara.pm
12767Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Dar_es_Salaam.pm
12768Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Algiers.pm
12769Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/El_Aaiun.pm
12770Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lusaka.pm
12771Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Mbabane.pm
12772Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Djibouti.pm
12773Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Niamey.pm
12774Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Brazzaville.pm
12775Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Libreville.pm
12776Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Kinshasa.pm
12777Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Ndjamena.pm
12778Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Kampala.pm
12779Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Gaborone.pm
12780Installing /usr/local/share/man/man3/Data::ICal::TimeZone::Object.3pm
12781Installing /usr/local/share/man/man3/Data::ICal::TimeZone.3pm
12782Appending installation info to /usr/lib64/perl5/perllocal.pod
12783 RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
12784 /usr/bin/make install -- OK
12785Running make for B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
12786 Has already been unwrapped into directory /root/.cpan/build/Net-CalDAVTalk-0.03-MOy4Zh
12787
12788 CPAN.pm: Building B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
12789
12790cp lib/Net/CalDAVTalk.pm blib/lib/Net/CalDAVTalk.pm
12791cp lib/Net/CalDAVTalk/TimeZones.pm blib/lib/Net/CalDAVTalk/TimeZones.pm
12792Manifying blib/man3/Net::CalDAVTalk.3pm
12793Manifying blib/man3/Net::CalDAVTalk::TimeZones.3pm
12794 BRONG/Net-CalDAVTalk-0.03.tar.gz
12795 /usr/bin/make -- OK
12796Skipping test because of notest pragma
12797Running make install
12798Installing /usr/local/share/perl5/Net/CalDAVTalk.pm
12799Installing /usr/local/share/perl5/Net/CalDAVTalk/TimeZones.pm
12800Installing /usr/local/share/man/man3/Net::CalDAVTalk::TimeZones.3pm
12801Installing /usr/local/share/man/man3/Net::CalDAVTalk.3pm
12802Appending installation info to /usr/lib64/perl5/perllocal.pod
12803 BRONG/Net-CalDAVTalk-0.03.tar.gz
12804 /usr/bin/make install -- OK
12805Running install for module 'Net::CardDAVTalk'
12806Running make for B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
12807Fetching with LWP:
12808http://mirror.optusnet.com.au/CPAN/authors/id/B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
12809Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz ok
12810
12811 CPAN.pm: Building B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
12812
12813Warning: prerequisite List::Pairwise 1.00 not found.
12814Checking if your kit is complete...
12815Looks good
12816Writing Makefile for Net::CardDAVTalk
12817Writing MYMETA.yml and MYMETA.json
12818---- Unsatisfied dependencies detected during ----
12819---- BRONG/Net-CardDAVTalk-0.02.tar.gz ----
12820 List::Pairwise [requires]
12821Skipping test because of notest pragma
12822Running make install
12823 Delayed until after prerequisites
12824Running install for module 'List::Pairwise'
12825Running make for T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz
12826Fetching with LWP:
12827http://mirror.optusnet.com.au/CPAN/authors/id/T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz
12828Fetching with LWP:
12829http://mirror.optusnet.com.au/CPAN/authors/id/T/TD/TDRUGEON/CHECKSUMS
12830Checksum for /root/.cpan/sources/authors/id/T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz ok
12831
12832 CPAN.pm: Building T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz
12833
12834Checking if your kit is complete...
12835Looks good
12836Writing Makefile for List::Pairwise
12837Writing MYMETA.yml and MYMETA.json
12838cp lib/List/Pairwise.pm blib/lib/List/Pairwise.pm
12839cp lib/List/Pairwise.pod blib/lib/List/Pairwise.pod
12840Manifying blib/man3/List::Pairwise.3pm
12841 TDRUGEON/List-Pairwise-1.03.tar.gz
12842 /usr/bin/make -- OK
12843Skipping test because of notest pragma
12844Running make install
12845Installing /usr/local/share/perl5/List/Pairwise.pod
12846Installing /usr/local/share/perl5/List/Pairwise.pm
12847Installing /usr/local/share/man/man3/List::Pairwise.3pm
12848Appending installation info to /usr/lib64/perl5/perllocal.pod
12849 TDRUGEON/List-Pairwise-1.03.tar.gz
12850 /usr/bin/make install -- OK
12851Running make for B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
12852 Has already been unwrapped into directory /root/.cpan/build/Net-CardDAVTalk-0.02-BKf_cu
12853
12854 CPAN.pm: Building B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
12855
12856cp lib/Net/CardDAVTalk.pm blib/lib/Net/CardDAVTalk.pm
12857cp lib/Net/CardDAVTalk/VCard.pm blib/lib/Net/CardDAVTalk/VCard.pm
12858Manifying blib/man3/Net::CardDAVTalk.3pm
12859Manifying blib/man3/Net::CardDAVTalk::VCard.3pm
12860 BRONG/Net-CardDAVTalk-0.02.tar.gz
12861 /usr/bin/make -- OK
12862Skipping test because of notest pragma
12863Running make install
12864Installing /usr/local/share/perl5/Net/CardDAVTalk.pm
12865Installing /usr/local/share/perl5/Net/CardDAVTalk/VCard.pm
12866Installing /usr/local/share/man/man3/Net::CardDAVTalk::VCard.3pm
12867Installing /usr/local/share/man/man3/Net::CardDAVTalk.3pm
12868Appending installation info to /usr/lib64/perl5/perllocal.pod
12869 BRONG/Net-CardDAVTalk-0.02.tar.gz
12870 /usr/bin/make install -- OK
12871Net::CardDAVTalk::VCard is up to date (undef).
12872Running install for module 'Net::Cmd'
12873Running make for S/SH/SHAY/libnet-3.07.tar.gz
12874Fetching with LWP:
12875http://mirror.optusnet.com.au/CPAN/authors/id/S/SH/SHAY/libnet-3.07.tar.gz
12876Fetching with LWP:
12877http://mirror.optusnet.com.au/CPAN/authors/id/S/SH/SHAY/CHECKSUMS
12878Checksum for /root/.cpan/sources/authors/id/S/SH/SHAY/libnet-3.07.tar.gz ok
12879
12880 CPAN.pm: Building S/SH/SHAY/libnet-3.07.tar.gz
12881
12882Warning: prerequisite Socket 2.016 not found. We have 2.010.
12883Checking if your kit is complete...
12884Looks good
12885
12886This script will prompt you to enter hostnames that can be used as
12887defaults for some of the modules in the libnet distribution.
12888
12889To ensure that you do not enter an invalid hostname, I can perform a
12890lookup on each hostname you enter. If your internet connection is via
12891a dialup line then you may not want me to perform these lookups, as
12892it will require you to be on-line.
12893
12894Do you want me to perform hostname lookups (y|n) ? [yes]
12895
12896The following questions all require a list of host names, separated
12897with spaces. If you do not have a host available for any of the
12898services, then enter a single space, followed by <CR>. To accept the
12899default, hit <CR>
12900
12901Enter a list of available NNTP hosts : []
12902Enter a list of available SMTP hosts : []
12903Enter a list of available POP3 hosts : []
12904Enter a list of available SNPP hosts : []
12905Enter a list of available PH Hosts : []
12906Enter a list of available TIME Hosts : []
12907Enter a list of available DAYTIME Hosts : []
12908
12909Do you have a firewall/ftp proxy between your machine and the internet
12910
12911If you use a SOCKS firewall answer no
12912
12913(y|n) ? [no]
12914
12915Normally when FTP needs a data connection the client tells the server
12916a port to connect to, and the server initiates a connection to the client.
12917
12918Some setups, in particular firewall setups, can/do not work using this
12919protocol. In these situations the client must make the connection to the
12920server, this is called a passive transfer.
12921
12922Should all FTP connections be passive (y|n) ? [yes]
12923
12924What is your local internet domain name : []
12925
12926If you specified some default hosts above, it is possible for me to
12927do some basic tests when you run `make test'
12928
12929This will cause `make test' to be quite a bit slower and, if your
12930internet connection is via dialup, will require you to be on-line
12931unless the hosts are local.
12932
12933Do you want me to run these tests (y|n) ? [yes]
12934
12935To allow Net::FTP to be tested I will need a hostname. This host
12936should allow anonymous access and have a /pub directory
12937
12938What host can I use : []
12939
12940Writing libnet.cfg
12941Writing Makefile for Net
12942Writing MYMETA.yml and MYMETA.json
12943---- Unsatisfied dependencies detected during ----
12944---- SHAY/libnet-3.07.tar.gz ----
12945 Socket [requires]
12946Skipping test because of notest pragma
12947Running make install
12948 Delayed until after prerequisites
12949Running install for module 'Socket'
12950Running make for P/PE/PEVANS/Socket-2.021.tar.gz
12951Fetching with LWP:
12952http://mirror.optusnet.com.au/CPAN/authors/id/P/PE/PEVANS/Socket-2.021.tar.gz
12953Checksum for /root/.cpan/sources/authors/id/P/PE/PEVANS/Socket-2.021.tar.gz ok
12954
12955 CPAN.pm: Building P/PE/PEVANS/Socket-2.021.tar.gz
12956
12957Checking HAS_GAI_STRERROR...
12958Checking HAS_SOCKADDR_SA_LEN...
12959test-1.c: In function 'main':
12960test-1.c:17:29: error: 'struct sockaddr' has no member named 'sa_len'
12961 { struct sockaddr sa; sa.sa_len = 0; }
12962 ^
12963test-1.c:17:23: warning: variable 'sa' set but not used [-Wunused-but-set-variable]
12964 { struct sockaddr sa; sa.sa_len = 0; }
12965 ^
12966Checking HAS_IP_MREQ...
12967test-2.c: In function 'main':
12968test-2.c:17:22: warning: variable 'mreq' set but not used [-Wunused-but-set-variable]
12969 { struct ip_mreq mreq; mreq.imr_multiaddr.s_addr = INADDR_ANY; }
12970 ^
12971Checking HAS_IP_MREQ_SOURCE...
12972test-3.c: In function 'main':
12973test-3.c:17:29: warning: variable 'mreq' set but not used [-Wunused-but-set-variable]
12974 { struct ip_mreq_source mreq; mreq.imr_multiaddr.s_addr = INADDR_ANY; }
12975 ^
12976Checking I_NETINET_IP...
12977Checking if your kit is complete...
12978Looks good
12979Writing Makefile for Socket
12980Writing MYMETA.yml and MYMETA.json
12981cp Socket.pm blib/lib/Socket.pm
12982/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -noprototypes -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Socket.xs > Socket.xsc && mv Socket.xsc Socket.c
12983gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.021\" -DXS_VERSION=\"2.021\" -fPIC "-I/usr/lib64/perl5/CORE" -DHAS_GAI_STRERROR -DHAS_IP_MREQ -DHAS_IP_MREQ_SOURCE -DI_NETINET_IP Socket.c
12984Running Mkbootstrap for Socket ()
12985chmod 644 Socket.bs
12986rm -f blib/arch/auto/Socket/Socket.so
12987gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Socket.o -o blib/arch/auto/Socket/Socket.so \
12988 \
12989
12990chmod 755 blib/arch/auto/Socket/Socket.so
12991cp Socket.bs blib/arch/auto/Socket/Socket.bs
12992chmod 644 blib/arch/auto/Socket/Socket.bs
12993Manifying blib/man3/Socket.3pm
12994 PEVANS/Socket-2.021.tar.gz
12995 /usr/bin/make -- OK
12996Skipping test because of notest pragma
12997Running make install
12998Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
12999Installing /usr/local/lib64/perl5/auto/Socket/Socket.bs
13000Installing /usr/local/lib64/perl5/auto/Socket/Socket.so
13001Installing /usr/local/lib64/perl5/Socket.pm
13002Installing /usr/local/share/man/man3/Socket.3pm
13003Appending installation info to /usr/lib64/perl5/perllocal.pod
13004 PEVANS/Socket-2.021.tar.gz
13005 /usr/bin/make install -- OK
13006Running make for S/SH/SHAY/libnet-3.07.tar.gz
13007 Has already been unwrapped into directory /root/.cpan/build/libnet-3.07-3NkdpI
13008
13009 CPAN.pm: Building S/SH/SHAY/libnet-3.07.tar.gz
13010
13011cp lib/Net/NNTP.pm blib/lib/Net/NNTP.pm
13012cp lib/Net/Netrc.pm blib/lib/Net/Netrc.pm
13013cp lib/Net/Time.pm blib/lib/Net/Time.pm
13014cp lib/Net/FTP/dataconn.pm blib/lib/Net/FTP/dataconn.pm
13015cp lib/Net/FTP/I.pm blib/lib/Net/FTP/I.pm
13016cp lib/Net/libnetFAQ.pod blib/lib/Net/libnetFAQ.pod
13017cp lib/Net/FTP/L.pm blib/lib/Net/FTP/L.pm
13018cp lib/Net/Domain.pm blib/lib/Net/Domain.pm
13019cp lib/Net/FTP.pm blib/lib/Net/FTP.pm
13020cp lib/Net/FTP/A.pm blib/lib/Net/FTP/A.pm
13021cp lib/Net/SMTP.pm blib/lib/Net/SMTP.pm
13022cp lib/Net/Config.pm blib/lib/Net/Config.pm
13023cp lib/Net/FTP/E.pm blib/lib/Net/FTP/E.pm
13024cp libnet.cfg blib/lib/Net/libnet.cfg
13025cp lib/Net/Cmd.pm blib/lib/Net/Cmd.pm
13026cp lib/Net/POP3.pm blib/lib/Net/POP3.pm
13027Manifying blib/man3/Net::FTP.3pm
13028Manifying blib/man3/Net::NNTP.3pm
13029Manifying blib/man3/Net::FTP::dataconn.3pm
13030Manifying blib/man3/Net::Time.3pm
13031Manifying blib/man3/Net::Netrc.3pm
13032Manifying blib/man3/Net::SMTP.3pm
13033Manifying blib/man3/Net::Config.3pm
13034Manifying blib/man3/Net::libnetFAQ.3pm
13035Manifying blib/man3/Net::Cmd.3pm
13036Manifying blib/man3/Net::POP3.3pm
13037Manifying blib/man3/Net::Domain.3pm
13038 SHAY/libnet-3.07.tar.gz
13039 /usr/bin/make -- OK
13040Skipping test because of notest pragma
13041Running make install
13042Installing /usr/local/share/perl5/Net/FTP.pm
13043Installing /usr/local/share/perl5/Net/Cmd.pm
13044Installing /usr/local/share/perl5/Net/Config.pm
13045Installing /usr/local/share/perl5/Net/libnet.cfg
13046Installing /usr/local/share/perl5/Net/POP3.pm
13047Installing /usr/local/share/perl5/Net/Domain.pm
13048Installing /usr/local/share/perl5/Net/Netrc.pm
13049Installing /usr/local/share/perl5/Net/SMTP.pm
13050Installing /usr/local/share/perl5/Net/NNTP.pm
13051Installing /usr/local/share/perl5/Net/libnetFAQ.pod
13052Installing /usr/local/share/perl5/Net/Time.pm
13053Installing /usr/local/share/perl5/Net/FTP/A.pm
13054Installing /usr/local/share/perl5/Net/FTP/I.pm
13055Installing /usr/local/share/perl5/Net/FTP/E.pm
13056Installing /usr/local/share/perl5/Net/FTP/L.pm
13057Installing /usr/local/share/perl5/Net/FTP/dataconn.pm
13058Installing /usr/local/share/man/man3/Net::Config.3pm
13059Installing /usr/local/share/man/man3/Net::SMTP.3pm
13060Installing /usr/local/share/man/man3/Net::Netrc.3pm
13061Installing /usr/local/share/man/man3/Net::POP3.3pm
13062Installing /usr/local/share/man/man3/Net::Cmd.3pm
13063Installing /usr/local/share/man/man3/Net::Time.3pm
13064Installing /usr/local/share/man/man3/Net::FTP.3pm
13065Installing /usr/local/share/man/man3/Net::NNTP.3pm
13066Installing /usr/local/share/man/man3/Net::libnetFAQ.3pm
13067Installing /usr/local/share/man/man3/Net::FTP::dataconn.3pm
13068Installing /usr/local/share/man/man3/Net::Domain.3pm
13069Appending installation info to /usr/lib64/perl5/perllocal.pod
13070 SHAY/libnet-3.07.tar.gz
13071 /usr/bin/make install -- OK
13072Running install for module 'Net::DNS'
13073Running make for N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
13074Fetching with LWP:
13075http://mirror.optusnet.com.au/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
13076Fetching with LWP:
13077http://mirror.optusnet.com.au/CPAN/authors/id/N/NL/NLNETLABS/CHECKSUMS
13078Checksum for /root/.cpan/sources/authors/id/N/NL/NLNETLABS/Net-DNS-1.04.tar.gz ok
13079
13080 CPAN.pm: Building N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
13081
13082Warning: prerequisite IO::Socket::IP 0.29 not found. We have 0.21.
13083Checking if your kit is complete...
13084Looks good
13085Writing Makefile for Net::DNS
13086Writing MYMETA.yml and MYMETA.json
13087Writing Makefile for Net::DNS
13088
13089Activating Non Fatal Online Tests...
13090
13091Activating IPv6 Tests...
13092
13093Warning!
13094========
13095Online tests depend on conditions beyond the control of Net::DNS. The tests
13096check for the expected results when both Net::DNS and the outside world are
13097functioning properly. In case of failure it is often undecidable if the error
13098lies within Net::DNS or elsewhere.
13099
13100---- Unsatisfied dependencies detected during ----
13101---- NLNETLABS/Net-DNS-1.04.tar.gz ----
13102 IO::Socket::IP [requires]
13103Skipping test because of notest pragma
13104Running make install
13105 Delayed until after prerequisites
13106Running install for module 'IO::Socket::IP'
13107Running make for P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz
13108Fetching with LWP:
13109http://mirror.optusnet.com.au/CPAN/authors/id/P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz
13110Checksum for /root/.cpan/sources/authors/id/P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz ok
13111
13112 CPAN.pm: Building P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz
13113
13114Created MYMETA.yml and MYMETA.json
13115Creating new 'Build' script for 'IO-Socket-IP' version '0.37'
13116Building IO-Socket-IP
13117 PEVANS/IO-Socket-IP-0.37.tar.gz
13118 ./Build -- OK
13119Skipping test because of notest pragma
13120Running Build install
13121Building IO-Socket-IP
13122Installing /usr/local/share/perl5/IO/Socket/IP.pm
13123Installing /usr/local/share/man/man3/IO::Socket::IP.3pm
13124 PEVANS/IO-Socket-IP-0.37.tar.gz
13125 ./Build install -- OK
13126Running make for N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
13127 Has already been unwrapped into directory /root/.cpan/build/Net-DNS-1.04-8ZmWMP
13128
13129 CPAN.pm: Building N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
13130
13131cp lib/Net/DNS/RR/NID.pm blib/lib/Net/DNS/RR/NID.pm
13132cp lib/Net/DNS/RR/A.pm blib/lib/Net/DNS/RR/A.pm
13133cp lib/Net/DNS/RR/URI.pm blib/lib/Net/DNS/RR/URI.pm
13134cp lib/Net/DNS/Resolver/cygwin.pm blib/lib/Net/DNS/Resolver/cygwin.pm
13135cp lib/Net/DNS/Resolver/MSWin32.pm blib/lib/Net/DNS/Resolver/MSWin32.pm
13136cp lib/Net/DNS/RR/IPSECKEY.pm blib/lib/Net/DNS/RR/IPSECKEY.pm
13137cp lib/Net/DNS/RR/ISDN.pm blib/lib/Net/DNS/RR/ISDN.pm
13138cp lib/Net/DNS/RR/CDS.pm blib/lib/Net/DNS/RR/CDS.pm
13139cp lib/Net/DNS/RR/NSEC.pm blib/lib/Net/DNS/RR/NSEC.pm
13140cp lib/Net/DNS/RR/HIP.pm blib/lib/Net/DNS/RR/HIP.pm
13141cp lib/Net/DNS/RR/MX.pm blib/lib/Net/DNS/RR/MX.pm
13142cp lib/Net/DNS/Header.pm blib/lib/Net/DNS/Header.pm
13143cp lib/Net/DNS/RR/EUI48.pm blib/lib/Net/DNS/RR/EUI48.pm
13144cp lib/Net/DNS/RR/GPOS.pm blib/lib/Net/DNS/RR/GPOS.pm
13145cp lib/Net/DNS/RR/SOA.pm blib/lib/Net/DNS/RR/SOA.pm
13146cp lib/Net/DNS/RR/KEY.pm blib/lib/Net/DNS/RR/KEY.pm
13147cp lib/Net/DNS/RR/OPT.pm blib/lib/Net/DNS/RR/OPT.pm
13148cp lib/Net/DNS/RR/RRSIG.pm blib/lib/Net/DNS/RR/RRSIG.pm
13149cp lib/Net/DNS/RR/DNAME.pm blib/lib/Net/DNS/RR/DNAME.pm
13150cp lib/Net/DNS/RR/TXT.pm blib/lib/Net/DNS/RR/TXT.pm
13151cp lib/Net/DNS/RR/DLV.pm blib/lib/Net/DNS/RR/DLV.pm
13152cp lib/Net/DNS/RR/AAAA.pm blib/lib/Net/DNS/RR/AAAA.pm
13153cp lib/Net/DNS/RR/NSEC3PARAM.pm blib/lib/Net/DNS/RR/NSEC3PARAM.pm
13154cp lib/Net/DNS/RR/CAA.pm blib/lib/Net/DNS/RR/CAA.pm
13155cp lib/Net/DNS.pm blib/lib/Net/DNS.pm
13156cp lib/Net/DNS/RR/X25.pm blib/lib/Net/DNS/RR/X25.pm
13157cp lib/Net/DNS/RR/RP.pm blib/lib/Net/DNS/RR/RP.pm
13158cp lib/Net/DNS/RR/LP.pm blib/lib/Net/DNS/RR/LP.pm
13159cp lib/Net/DNS/Resolver/Recurse.pm blib/lib/Net/DNS/Resolver/Recurse.pm
13160cp lib/Net/DNS/RR/PTR.pm blib/lib/Net/DNS/RR/PTR.pm
13161cp lib/Net/DNS/Text.pm blib/lib/Net/DNS/Text.pm
13162cp lib/Net/DNS/RR/CDNSKEY.pm blib/lib/Net/DNS/RR/CDNSKEY.pm
13163cp lib/Net/DNS/RR/OPENPGPKEY.pm blib/lib/Net/DNS/RR/OPENPGPKEY.pm
13164cp lib/Net/DNS/RR/NS.pm blib/lib/Net/DNS/RR/NS.pm
13165cp lib/Net/DNS/RR/DHCID.pm blib/lib/Net/DNS/RR/DHCID.pm
13166cp lib/Net/DNS/RR/LOC.pm blib/lib/Net/DNS/RR/LOC.pm
13167cp lib/Net/DNS/DomainName.pm blib/lib/Net/DNS/DomainName.pm
13168cp lib/Net/DNS/RR/RT.pm blib/lib/Net/DNS/RR/RT.pm
13169cp lib/Net/DNS/RR/MR.pm blib/lib/Net/DNS/RR/MR.pm
13170cp lib/Net/DNS/Resolver/android.pm blib/lib/Net/DNS/Resolver/android.pm
13171cp lib/Net/DNS/Question.pm blib/lib/Net/DNS/Question.pm
13172cp lib/Net/DNS/RR/SSHFP.pm blib/lib/Net/DNS/RR/SSHFP.pm
13173cp lib/Net/DNS/RR/NAPTR.pm blib/lib/Net/DNS/RR/NAPTR.pm
13174cp lib/Net/DNS/RR/SPF.pm blib/lib/Net/DNS/RR/SPF.pm
13175cp lib/Net/DNS/Resolver/os2.pm blib/lib/Net/DNS/Resolver/os2.pm
13176cp lib/Net/DNS/Resolver/UNIX.pm blib/lib/Net/DNS/Resolver/UNIX.pm
13177cp lib/Net/DNS/Mailbox.pm blib/lib/Net/DNS/Mailbox.pm
13178cp lib/Net/DNS/RR/KX.pm blib/lib/Net/DNS/RR/KX.pm
13179cp lib/Net/DNS/RR/APL.pm blib/lib/Net/DNS/RR/APL.pm
13180cp lib/Net/DNS/RR/TSIG.pm blib/lib/Net/DNS/RR/TSIG.pm
13181cp lib/Net/DNS/Update.pm blib/lib/Net/DNS/Update.pm
13182cp lib/Net/DNS/Resolver.pm blib/lib/Net/DNS/Resolver.pm
13183cp lib/Net/DNS/ZoneFile.pm blib/lib/Net/DNS/ZoneFile.pm
13184cp lib/Net/DNS/RR/PX.pm blib/lib/Net/DNS/RR/PX.pm
13185cp lib/Net/DNS/Nameserver.pm blib/lib/Net/DNS/Nameserver.pm
13186cp lib/Net/DNS/RR/NULL.pm blib/lib/Net/DNS/RR/NULL.pm
13187cp lib/Net/DNS/RR/AFSDB.pm blib/lib/Net/DNS/RR/AFSDB.pm
13188cp lib/Net/DNS/RR/L32.pm blib/lib/Net/DNS/RR/L32.pm
13189cp lib/Net/DNS/RR/SRV.pm blib/lib/Net/DNS/RR/SRV.pm
13190cp lib/Net/DNS/RR/L64.pm blib/lib/Net/DNS/RR/L64.pm
13191cp lib/Net/DNS/RR/TLSA.pm blib/lib/Net/DNS/RR/TLSA.pm
13192cp lib/Net/DNS/RR/MINFO.pm blib/lib/Net/DNS/RR/MINFO.pm
13193cp lib/Net/DNS/FAQ.pod blib/lib/Net/DNS/FAQ.pod
13194cp lib/Net/DNS/RR/CNAME.pm blib/lib/Net/DNS/RR/CNAME.pm
13195cp lib/Net/DNS/Domain.pm blib/lib/Net/DNS/Domain.pm
13196cp lib/Net/DNS/Packet.pm blib/lib/Net/DNS/Packet.pm
13197cp lib/Net/DNS/RR.pm blib/lib/Net/DNS/RR.pm
13198cp lib/Net/DNS/RR/HINFO.pm blib/lib/Net/DNS/RR/HINFO.pm
13199cp lib/Net/DNS/RR/CSYNC.pm blib/lib/Net/DNS/RR/CSYNC.pm
13200cp lib/Net/DNS/Parameters.pm blib/lib/Net/DNS/Parameters.pm
13201cp lib/Net/DNS/RR/DNSKEY.pm blib/lib/Net/DNS/RR/DNSKEY.pm
13202cp lib/Net/DNS/RR/EUI64.pm blib/lib/Net/DNS/RR/EUI64.pm
13203cp lib/Net/DNS/RR/MG.pm blib/lib/Net/DNS/RR/MG.pm
13204cp lib/Net/DNS/RR/TKEY.pm blib/lib/Net/DNS/RR/TKEY.pm
13205cp lib/Net/DNS/RR/SIG.pm blib/lib/Net/DNS/RR/SIG.pm
13206cp lib/Net/DNS/RR/CERT.pm blib/lib/Net/DNS/RR/CERT.pm
13207cp lib/Net/DNS/RR/NSEC3.pm blib/lib/Net/DNS/RR/NSEC3.pm
13208cp lib/Net/DNS/RR/DS.pm blib/lib/Net/DNS/RR/DS.pm
13209cp lib/Net/DNS/RR/MB.pm blib/lib/Net/DNS/RR/MB.pm
13210cp lib/Net/DNS/Resolver/Base.pm blib/lib/Net/DNS/Resolver/Base.pm
13211Manifying blib/man3/Net::DNS::RR::A.3pm
13212Manifying blib/man3/Net::DNS::Resolver::MSWin32.3pm
13213Manifying blib/man3/Net::DNS::RR::IPSECKEY.3pm
13214Manifying blib/man3/Net::DNS::RR::MX.3pm
13215Manifying blib/man3/Net::DNS::RR::HIP.3pm
13216Manifying blib/man3/Net::DNS::Header.3pm
13217Manifying blib/man3/Net::DNS::RR::OPT.3pm
13218Manifying blib/man3/Net::DNS::RR::RRSIG.3pm
13219Manifying blib/man3/Net::DNS::RR::DLV.3pm
13220Manifying blib/man3/Net::DNS::RR::TXT.3pm
13221Manifying blib/man3/Net::DNS::RR::DNAME.3pm
13222Manifying blib/man3/Net::DNS::RR::LP.3pm
13223Manifying blib/man3/Net::DNS::Text.3pm
13224Manifying blib/man3/Net::DNS::RR::PTR.3pm
13225Manifying blib/man3/Net::DNS::Resolver::Recurse.3pm
13226Manifying blib/man3/Net::DNS::RR::CDNSKEY.3pm
13227Manifying blib/man3/Net::DNS::RR::NS.3pm
13228Manifying blib/man3/Net::DNS::RR::OPENPGPKEY.3pm
13229Manifying blib/man3/Net::DNS::RR::DHCID.3pm
13230Manifying blib/man3/Net::DNS::DomainName.3pm
13231Manifying blib/man3/Net::DNS::RR::LOC.3pm
13232Manifying blib/man3/Net::DNS::RR::RT.3pm
13233Manifying blib/man3/Net::DNS::RR::MR.3pm
13234Manifying blib/man3/Net::DNS::Question.3pm
13235Manifying blib/man3/Net::DNS::Resolver::android.3pm
13236Manifying blib/man3/Net::DNS::RR::SSHFP.3pm
13237Manifying blib/man3/Net::DNS::RR::NAPTR.3pm
13238Manifying blib/man3/Net::DNS::RR::SPF.3pm
13239Manifying blib/man3/Net::DNS::Resolver::os2.3pm
13240Manifying blib/man3/Net::DNS::Resolver::UNIX.3pm
13241Manifying blib/man3/Net::DNS::Mailbox.3pm
13242Manifying blib/man3/Net::DNS::RR::KX.3pm
13243Manifying blib/man3/Net::DNS::RR::NID.3pm
13244Manifying blib/man3/Net::DNS::RR::URI.3pm
13245Manifying blib/man3/Net::DNS::Resolver::cygwin.3pm
13246Manifying blib/man3/Net::DNS::RR::ISDN.3pm
13247Manifying blib/man3/Net::DNS::RR::CDS.3pm
13248Manifying blib/man3/Net::DNS::RR::NSEC.3pm
13249Manifying blib/man3/Net::DNS::RR::EUI48.3pm
13250Manifying blib/man3/Net::DNS::RR::GPOS.3pm
13251Manifying blib/man3/Net::DNS::RR::SOA.3pm
13252Manifying blib/man3/Net::DNS::RR::KEY.3pm
13253Manifying blib/man3/Net::DNS::RR::AAAA.3pm
13254Manifying blib/man3/Net::DNS::RR::NSEC3PARAM.3pm
13255Manifying blib/man3/Net::DNS::RR::CAA.3pm
13256Manifying blib/man3/Net::DNS.3pm
13257Manifying blib/man3/Net::DNS::RR::X25.3pm
13258Manifying blib/man3/Net::DNS::RR::RP.3pm
13259Manifying blib/man3/Net::DNS::RR::APL.3pm
13260Manifying blib/man3/Net::DNS::RR::TSIG.3pm
13261Manifying blib/man3/Net::DNS::Update.3pm
13262Manifying blib/man3/Net::DNS::Resolver.3pm
13263Manifying blib/man3/Net::DNS::ZoneFile.3pm
13264Manifying blib/man3/Net::DNS::RR::PX.3pm
13265Manifying blib/man3/Net::DNS::Nameserver.3pm
13266Manifying blib/man3/Net::DNS::RR::NULL.3pm
13267Manifying blib/man3/Net::DNS::RR::SRV.3pm
13268Manifying blib/man3/Net::DNS::RR::L32.3pm
13269Manifying blib/man3/Net::DNS::RR::AFSDB.3pm
13270Manifying blib/man3/Net::DNS::RR::L64.3pm
13271Manifying blib/man3/Net::DNS::RR::MINFO.3pm
13272Manifying blib/man3/Net::DNS::RR::TLSA.3pm
13273Manifying blib/man3/Net::DNS::FAQ.3pm
13274Manifying blib/man3/Net::DNS::RR::CNAME.3pm
13275Manifying blib/man3/Net::DNS::Domain.3pm
13276Manifying blib/man3/Net::DNS::Packet.3pm
13277Manifying blib/man3/Net::DNS::RR.3pm
13278Manifying blib/man3/Net::DNS::RR::HINFO.3pm
13279Manifying blib/man3/Net::DNS::RR::CSYNC.3pm
13280Manifying blib/man3/Net::DNS::Parameters.3pm
13281Manifying blib/man3/Net::DNS::RR::DNSKEY.3pm
13282Manifying blib/man3/Net::DNS::RR::EUI64.3pm
13283Manifying blib/man3/Net::DNS::RR::MG.3pm
13284Manifying blib/man3/Net::DNS::RR::TKEY.3pm
13285Manifying blib/man3/Net::DNS::RR::SIG.3pm
13286Manifying blib/man3/Net::DNS::RR::CERT.3pm
13287Manifying blib/man3/Net::DNS::RR::NSEC3.3pm
13288Manifying blib/man3/Net::DNS::RR::DS.3pm
13289Manifying blib/man3/Net::DNS::RR::MB.3pm
13290Manifying blib/man3/Net::DNS::Resolver::Base.3pm
13291 NLNETLABS/Net-DNS-1.04.tar.gz
13292 /usr/bin/make -- OK
13293Skipping test because of notest pragma
13294Running make install
13295Installing /usr/local/share/perl5/Net/DNS.pm
13296Installing /usr/local/share/perl5/Net/DNS/Text.pm
13297Installing /usr/local/share/perl5/Net/DNS/Packet.pm
13298Installing /usr/local/share/perl5/Net/DNS/FAQ.pod
13299Installing /usr/local/share/perl5/Net/DNS/Mailbox.pm
13300Installing /usr/local/share/perl5/Net/DNS/Header.pm
13301Installing /usr/local/share/perl5/Net/DNS/Resolver.pm
13302Installing /usr/local/share/perl5/Net/DNS/RR.pm
13303Installing /usr/local/share/perl5/Net/DNS/DomainName.pm
13304Installing /usr/local/share/perl5/Net/DNS/Parameters.pm
13305Installing /usr/local/share/perl5/Net/DNS/ZoneFile.pm
13306Installing /usr/local/share/perl5/Net/DNS/Domain.pm
13307Installing /usr/local/share/perl5/Net/DNS/Question.pm
13308Installing /usr/local/share/perl5/Net/DNS/Update.pm
13309Installing /usr/local/share/perl5/Net/DNS/Nameserver.pm
13310Installing /usr/local/share/perl5/Net/DNS/RR/URI.pm
13311Installing /usr/local/share/perl5/Net/DNS/RR/DLV.pm
13312Installing /usr/local/share/perl5/Net/DNS/RR/ISDN.pm
13313Installing /usr/local/share/perl5/Net/DNS/RR/MR.pm
13314Installing /usr/local/share/perl5/Net/DNS/RR/PTR.pm
13315Installing /usr/local/share/perl5/Net/DNS/RR/SPF.pm
13316Installing /usr/local/share/perl5/Net/DNS/RR/KX.pm
13317Installing /usr/local/share/perl5/Net/DNS/RR/OPENPGPKEY.pm
13318Installing /usr/local/share/perl5/Net/DNS/RR/MG.pm
13319Installing /usr/local/share/perl5/Net/DNS/RR/TXT.pm
13320Installing /usr/local/share/perl5/Net/DNS/RR/RP.pm
13321Installing /usr/local/share/perl5/Net/DNS/RR/EUI64.pm
13322Installing /usr/local/share/perl5/Net/DNS/RR/IPSECKEY.pm
13323Installing /usr/local/share/perl5/Net/DNS/RR/TKEY.pm
13324Installing /usr/local/share/perl5/Net/DNS/RR/L64.pm
13325Installing /usr/local/share/perl5/Net/DNS/RR/CAA.pm
13326Installing /usr/local/share/perl5/Net/DNS/RR/CDNSKEY.pm
13327Installing /usr/local/share/perl5/Net/DNS/RR/DS.pm
13328Installing /usr/local/share/perl5/Net/DNS/RR/MX.pm
13329Installing /usr/local/share/perl5/Net/DNS/RR/AFSDB.pm
13330Installing /usr/local/share/perl5/Net/DNS/RR/CNAME.pm
13331Installing /usr/local/share/perl5/Net/DNS/RR/NSEC3PARAM.pm
13332Installing /usr/local/share/perl5/Net/DNS/RR/NID.pm
13333Installing /usr/local/share/perl5/Net/DNS/RR/A.pm
13334Installing /usr/local/share/perl5/Net/DNS/RR/CERT.pm
13335Installing /usr/local/share/perl5/Net/DNS/RR/AAAA.pm
13336Installing /usr/local/share/perl5/Net/DNS/RR/RRSIG.pm
13337Installing /usr/local/share/perl5/Net/DNS/RR/TSIG.pm
13338Installing /usr/local/share/perl5/Net/DNS/RR/CSYNC.pm
13339Installing /usr/local/share/perl5/Net/DNS/RR/SIG.pm
13340Installing /usr/local/share/perl5/Net/DNS/RR/NSEC.pm
13341Installing /usr/local/share/perl5/Net/DNS/RR/HIP.pm
13342Installing /usr/local/share/perl5/Net/DNS/RR/X25.pm
13343Installing /usr/local/share/perl5/Net/DNS/RR/L32.pm
13344Installing /usr/local/share/perl5/Net/DNS/RR/NULL.pm
13345Installing /usr/local/share/perl5/Net/DNS/RR/DNAME.pm
13346Installing /usr/local/share/perl5/Net/DNS/RR/OPT.pm
13347Installing /usr/local/share/perl5/Net/DNS/RR/LP.pm
13348Installing /usr/local/share/perl5/Net/DNS/RR/CDS.pm
13349Installing /usr/local/share/perl5/Net/DNS/RR/DHCID.pm
13350Installing /usr/local/share/perl5/Net/DNS/RR/LOC.pm
13351Installing /usr/local/share/perl5/Net/DNS/RR/SOA.pm
13352Installing /usr/local/share/perl5/Net/DNS/RR/NSEC3.pm
13353Installing /usr/local/share/perl5/Net/DNS/RR/SRV.pm
13354Installing /usr/local/share/perl5/Net/DNS/RR/TLSA.pm
13355Installing /usr/local/share/perl5/Net/DNS/RR/GPOS.pm
13356Installing /usr/local/share/perl5/Net/DNS/RR/RT.pm
13357Installing /usr/local/share/perl5/Net/DNS/RR/SSHFP.pm
13358Installing /usr/local/share/perl5/Net/DNS/RR/MINFO.pm
13359Installing /usr/local/share/perl5/Net/DNS/RR/EUI48.pm
13360Installing /usr/local/share/perl5/Net/DNS/RR/DNSKEY.pm
13361Installing /usr/local/share/perl5/Net/DNS/RR/NAPTR.pm
13362Installing /usr/local/share/perl5/Net/DNS/RR/HINFO.pm
13363Installing /usr/local/share/perl5/Net/DNS/RR/NS.pm
13364Installing /usr/local/share/perl5/Net/DNS/RR/MB.pm
13365Installing /usr/local/share/perl5/Net/DNS/RR/PX.pm
13366Installing /usr/local/share/perl5/Net/DNS/RR/APL.pm
13367Installing /usr/local/share/perl5/Net/DNS/RR/KEY.pm
13368Installing /usr/local/share/perl5/Net/DNS/Resolver/Recurse.pm
13369Installing /usr/local/share/perl5/Net/DNS/Resolver/Base.pm
13370Installing /usr/local/share/perl5/Net/DNS/Resolver/UNIX.pm
13371Installing /usr/local/share/perl5/Net/DNS/Resolver/MSWin32.pm
13372Installing /usr/local/share/perl5/Net/DNS/Resolver/android.pm
13373Installing /usr/local/share/perl5/Net/DNS/Resolver/os2.pm
13374Installing /usr/local/share/perl5/Net/DNS/Resolver/cygwin.pm
13375Installing /usr/local/share/man/man3/Net::DNS::RR::NSEC3.3pm
13376Installing /usr/local/share/man/man3/Net::DNS::RR::PTR.3pm
13377Installing /usr/local/share/man/man3/Net::DNS::RR::NSEC.3pm
13378Installing /usr/local/share/man/man3/Net::DNS::RR::PX.3pm
13379Installing /usr/local/share/man/man3/Net::DNS::RR::NSEC3PARAM.3pm
13380Installing /usr/local/share/man/man3/Net::DNS::RR::TKEY.3pm
13381Installing /usr/local/share/man/man3/Net::DNS::RR::TSIG.3pm
13382Installing /usr/local/share/man/man3/Net::DNS::Text.3pm
13383Installing /usr/local/share/man/man3/Net::DNS::RR::MR.3pm
13384Installing /usr/local/share/man/man3/Net::DNS.3pm
13385Installing /usr/local/share/man/man3/Net::DNS::RR::APL.3pm
13386Installing /usr/local/share/man/man3/Net::DNS::RR::DHCID.3pm
13387Installing /usr/local/share/man/man3/Net::DNS::Resolver::os2.3pm
13388Installing /usr/local/share/man/man3/Net::DNS::RR::HIP.3pm
13389Installing /usr/local/share/man/man3/Net::DNS::Nameserver.3pm
13390Installing /usr/local/share/man/man3/Net::DNS::RR::L64.3pm
13391Installing /usr/local/share/man/man3/Net::DNS::RR::RT.3pm
13392Installing /usr/local/share/man/man3/Net::DNS::Packet.3pm
13393Installing /usr/local/share/man/man3/Net::DNS::Resolver.3pm
13394Installing /usr/local/share/man/man3/Net::DNS::RR::SSHFP.3pm
13395Installing /usr/local/share/man/man3/Net::DNS::RR::DLV.3pm
13396Installing /usr/local/share/man/man3/Net::DNS::RR.3pm
13397Installing /usr/local/share/man/man3/Net::DNS::RR::SRV.3pm
13398Installing /usr/local/share/man/man3/Net::DNS::Resolver::Base.3pm
13399Installing /usr/local/share/man/man3/Net::DNS::RR::KEY.3pm
13400Installing /usr/local/share/man/man3/Net::DNS::RR::A.3pm
13401Installing /usr/local/share/man/man3/Net::DNS::RR::CSYNC.3pm
13402Installing /usr/local/share/man/man3/Net::DNS::RR::OPENPGPKEY.3pm
13403Installing /usr/local/share/man/man3/Net::DNS::RR::SPF.3pm
13404Installing /usr/local/share/man/man3/Net::DNS::RR::NULL.3pm
13405Installing /usr/local/share/man/man3/Net::DNS::Domain.3pm
13406Installing /usr/local/share/man/man3/Net::DNS::RR::DNSKEY.3pm
13407Installing /usr/local/share/man/man3/Net::DNS::RR::CDNSKEY.3pm
13408Installing /usr/local/share/man/man3/Net::DNS::RR::LOC.3pm
13409Installing /usr/local/share/man/man3/Net::DNS::RR::CNAME.3pm
13410Installing /usr/local/share/man/man3/Net::DNS::Update.3pm
13411Installing /usr/local/share/man/man3/Net::DNS::RR::ISDN.3pm
13412Installing /usr/local/share/man/man3/Net::DNS::RR::HINFO.3pm
13413Installing /usr/local/share/man/man3/Net::DNS::RR::MG.3pm
13414Installing /usr/local/share/man/man3/Net::DNS::DomainName.3pm
13415Installing /usr/local/share/man/man3/Net::DNS::RR::URI.3pm
13416Installing /usr/local/share/man/man3/Net::DNS::RR::CAA.3pm
13417Installing /usr/local/share/man/man3/Net::DNS::Resolver::android.3pm
13418Installing /usr/local/share/man/man3/Net::DNS::Resolver::cygwin.3pm
13419Installing /usr/local/share/man/man3/Net::DNS::RR::DS.3pm
13420Installing /usr/local/share/man/man3/Net::DNS::Header.3pm
13421Installing /usr/local/share/man/man3/Net::DNS::ZoneFile.3pm
13422Installing /usr/local/share/man/man3/Net::DNS::RR::CDS.3pm
13423Installing /usr/local/share/man/man3/Net::DNS::FAQ.3pm
13424Installing /usr/local/share/man/man3/Net::DNS::RR::SOA.3pm
13425Installing /usr/local/share/man/man3/Net::DNS::RR::RP.3pm
13426Installing /usr/local/share/man/man3/Net::DNS::RR::L32.3pm
13427Installing /usr/local/share/man/man3/Net::DNS::RR::EUI64.3pm
13428Installing /usr/local/share/man/man3/Net::DNS::Question.3pm
13429Installing /usr/local/share/man/man3/Net::DNS::RR::TLSA.3pm
13430Installing /usr/local/share/man/man3/Net::DNS::RR::AAAA.3pm
13431Installing /usr/local/share/man/man3/Net::DNS::RR::TXT.3pm
13432Installing /usr/local/share/man/man3/Net::DNS::RR::GPOS.3pm
13433Installing /usr/local/share/man/man3/Net::DNS::RR::AFSDB.3pm
13434Installing /usr/local/share/man/man3/Net::DNS::RR::MX.3pm
13435Installing /usr/local/share/man/man3/Net::DNS::Parameters.3pm
13436Installing /usr/local/share/man/man3/Net::DNS::RR::KX.3pm
13437Installing /usr/local/share/man/man3/Net::DNS::RR::NS.3pm
13438Installing /usr/local/share/man/man3/Net::DNS::RR::NID.3pm
13439Installing /usr/local/share/man/man3/Net::DNS::RR::CERT.3pm
13440Installing /usr/local/share/man/man3/Net::DNS::RR::IPSECKEY.3pm
13441Installing /usr/local/share/man/man3/Net::DNS::Resolver::MSWin32.3pm
13442Installing /usr/local/share/man/man3/Net::DNS::RR::SIG.3pm
13443Installing /usr/local/share/man/man3/Net::DNS::RR::OPT.3pm
13444Installing /usr/local/share/man/man3/Net::DNS::RR::NAPTR.3pm
13445Installing /usr/local/share/man/man3/Net::DNS::Mailbox.3pm
13446Installing /usr/local/share/man/man3/Net::DNS::RR::LP.3pm
13447Installing /usr/local/share/man/man3/Net::DNS::RR::RRSIG.3pm
13448Installing /usr/local/share/man/man3/Net::DNS::RR::MB.3pm
13449Installing /usr/local/share/man/man3/Net::DNS::RR::EUI48.3pm
13450Installing /usr/local/share/man/man3/Net::DNS::RR::DNAME.3pm
13451Installing /usr/local/share/man/man3/Net::DNS::RR::X25.3pm
13452Installing /usr/local/share/man/man3/Net::DNS::Resolver::Recurse.3pm
13453Installing /usr/local/share/man/man3/Net::DNS::RR::MINFO.3pm
13454Installing /usr/local/share/man/man3/Net::DNS::Resolver::UNIX.3pm
13455Appending installation info to /usr/lib64/perl5/perllocal.pod
13456 NLNETLABS/Net-DNS-1.04.tar.gz
13457 /usr/bin/make install -- OK
13458Net::DNS::Resolver is up to date (1430).
13459Running install for module 'Net::Server::Fork'
13460Running make for R/RH/RHANDOM/Net-Server-2.008.tar.gz
13461Fetching with LWP:
13462http://mirror.optusnet.com.au/CPAN/authors/id/R/RH/RHANDOM/Net-Server-2.008.tar.gz
13463Fetching with LWP:
13464http://mirror.optusnet.com.au/CPAN/authors/id/R/RH/RHANDOM/CHECKSUMS
13465Checksum for /root/.cpan/sources/authors/id/R/RH/RHANDOM/Net-Server-2.008.tar.gz ok
13466
13467 CPAN.pm: Building R/RH/RHANDOM/Net-Server-2.008.tar.gz
13468
13469Checking if your kit is complete...
13470Warning: the following files are missing in your kit:
13471 MANIFEST.SKIP
13472Please inform the author.
13473Writing Makefile for Net::Server
13474Writing MYMETA.yml and MYMETA.json
13475cp lib/Net/Server/Proto/UNIX.pm blib/lib/Net/Server/Proto/UNIX.pm
13476cp lib/Net/Server/Proto/UDP.pm blib/lib/Net/Server/Proto/UDP.pm
13477cp lib/Net/Server/PreFork.pm blib/lib/Net/Server/PreFork.pm
13478cp lib/Net/Server/PSGI.pm blib/lib/Net/Server/PSGI.pm
13479cp lib/Net/Server/Proto/SSL.pm blib/lib/Net/Server/Proto/SSL.pm
13480cp lib/Net/Server.pm blib/lib/Net/Server.pm
13481cp lib/Net/Server/Proto/TCP.pm blib/lib/Net/Server/Proto/TCP.pm
13482cp lib/Net/Server/SIG.pm blib/lib/Net/Server/SIG.pm
13483cp lib/Net/Server/MultiType.pm blib/lib/Net/Server/MultiType.pm
13484cp lib/Net/Server/Proto/SSLEAY.pm blib/lib/Net/Server/Proto/SSLEAY.pm
13485cp lib/Net/Server/Log/Sys/Syslog.pm blib/lib/Net/Server/Log/Sys/Syslog.pm
13486cp lib/Net/Server/INET.pm blib/lib/Net/Server/INET.pm
13487cp lib/Net/Server/Fork.pm blib/lib/Net/Server/Fork.pm
13488cp lib/Net/Server/Multiplex.pm blib/lib/Net/Server/Multiplex.pm
13489cp lib/Net/Server.pod blib/lib/Net/Server.pod
13490cp lib/Net/Server/Proto/UNIXDGRAM.pm blib/lib/Net/Server/Proto/UNIXDGRAM.pm
13491cp lib/Net/Server/Log/Log/Log4perl.pm blib/lib/Net/Server/Log/Log/Log4perl.pm
13492cp lib/Net/Server/Daemonize.pm blib/lib/Net/Server/Daemonize.pm
13493cp lib/Net/Server/PreForkSimple.pm blib/lib/Net/Server/PreForkSimple.pm
13494cp lib/Net/Server/Proto.pm blib/lib/Net/Server/Proto.pm
13495cp lib/Net/Server/Single.pm blib/lib/Net/Server/Single.pm
13496cp lib/Net/Server/HTTP.pm blib/lib/Net/Server/HTTP.pm
13497cp bin/net-server blib/script/net-server
13498/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/net-server
13499Manifying blib/man1/net-server.1
13500Manifying blib/man3/Net::Server::Proto::UDP.3pm
13501Manifying blib/man3/Net::Server::Proto::UNIX.3pm
13502Manifying blib/man3/Net::Server::PreFork.3pm
13503Manifying blib/man3/Net::Server::Proto::SSL.3pm
13504Manifying blib/man3/Net::Server::PSGI.3pm
13505Manifying blib/man3/Net::Server::Proto::TCP.3pm
13506Manifying blib/man3/Net::Server::Proto::SSLEAY.3pm
13507Manifying blib/man3/Net::Server::Log::Sys::Syslog.3pm
13508Manifying blib/man3/Net::Server::SIG.3pm
13509Manifying blib/man3/Net::Server::MultiType.3pm
13510Manifying blib/man3/Net::Server::Fork.3pm
13511Manifying blib/man3/Net::Server::INET.3pm
13512Manifying blib/man3/Net::Server::Multiplex.3pm
13513Manifying blib/man3/Net::Server.3pm
13514Manifying blib/man3/Net::Server::Proto::UNIXDGRAM.3pm
13515Manifying blib/man3/Net::Server::Log::Log::Log4perl.3pm
13516Manifying blib/man3/Net::Server::Daemonize.3pm
13517Manifying blib/man3/Net::Server::PreForkSimple.3pm
13518Manifying blib/man3/Net::Server::Proto.3pm
13519Manifying blib/man3/Net::Server::Single.3pm
13520Manifying blib/man3/Net::Server::HTTP.3pm
13521 RHANDOM/Net-Server-2.008.tar.gz
13522 /usr/bin/make -- OK
13523Skipping test because of notest pragma
13524Running make install
13525Installing /usr/local/share/perl5/Net/Server.pod
13526Installing /usr/local/share/perl5/Net/Server.pm
13527Installing /usr/local/share/perl5/Net/Server/PreForkSimple.pm
13528Installing /usr/local/share/perl5/Net/Server/Fork.pm
13529Installing /usr/local/share/perl5/Net/Server/HTTP.pm
13530Installing /usr/local/share/perl5/Net/Server/INET.pm
13531Installing /usr/local/share/perl5/Net/Server/PSGI.pm
13532Installing /usr/local/share/perl5/Net/Server/Single.pm
13533Installing /usr/local/share/perl5/Net/Server/SIG.pm
13534Installing /usr/local/share/perl5/Net/Server/MultiType.pm
13535Installing /usr/local/share/perl5/Net/Server/Multiplex.pm
13536Installing /usr/local/share/perl5/Net/Server/Daemonize.pm
13537Installing /usr/local/share/perl5/Net/Server/Proto.pm
13538Installing /usr/local/share/perl5/Net/Server/PreFork.pm
13539Installing /usr/local/share/perl5/Net/Server/Proto/UNIX.pm
13540Installing /usr/local/share/perl5/Net/Server/Proto/UDP.pm
13541Installing /usr/local/share/perl5/Net/Server/Proto/SSLEAY.pm
13542Installing /usr/local/share/perl5/Net/Server/Proto/UNIXDGRAM.pm
13543Installing /usr/local/share/perl5/Net/Server/Proto/TCP.pm
13544Installing /usr/local/share/perl5/Net/Server/Proto/SSL.pm
13545Installing /usr/local/share/perl5/Net/Server/Log/Sys/Syslog.pm
13546Installing /usr/local/share/perl5/Net/Server/Log/Log/Log4perl.pm
13547Installing /usr/local/share/man/man1/net-server.1
13548Installing /usr/local/share/man/man3/Net::Server::Log::Log::Log4perl.3pm
13549Installing /usr/local/share/man/man3/Net::Server::Proto.3pm
13550Installing /usr/local/share/man/man3/Net::Server::Proto::TCP.3pm
13551Installing /usr/local/share/man/man3/Net::Server::SIG.3pm
13552Installing /usr/local/share/man/man3/Net::Server::Proto::UNIX.3pm
13553Installing /usr/local/share/man/man3/Net::Server::MultiType.3pm
13554Installing /usr/local/share/man/man3/Net::Server::PSGI.3pm
13555Installing /usr/local/share/man/man3/Net::Server::Single.3pm
13556Installing /usr/local/share/man/man3/Net::Server::PreFork.3pm
13557Installing /usr/local/share/man/man3/Net::Server::Log::Sys::Syslog.3pm
13558Installing /usr/local/share/man/man3/Net::Server.3pm
13559Installing /usr/local/share/man/man3/Net::Server::Daemonize.3pm
13560Installing /usr/local/share/man/man3/Net::Server::Proto::SSLEAY.3pm
13561Installing /usr/local/share/man/man3/Net::Server::Proto::UNIXDGRAM.3pm
13562Installing /usr/local/share/man/man3/Net::Server::HTTP.3pm
13563Installing /usr/local/share/man/man3/Net::Server::Proto::SSL.3pm
13564Installing /usr/local/share/man/man3/Net::Server::PreForkSimple.3pm
13565Installing /usr/local/share/man/man3/Net::Server::Multiplex.3pm
13566Installing /usr/local/share/man/man3/Net::Server::Fork.3pm
13567Installing /usr/local/share/man/man3/Net::Server::Proto::UDP.3pm
13568Installing /usr/local/share/man/man3/Net::Server::INET.3pm
13569Installing /usr/local/bin/net-server
13570Appending installation info to /usr/lib64/perl5/perllocal.pod
13571 RHANDOM/Net-Server-2.008.tar.gz
13572 /usr/bin/make install -- OK
13573Running install for module 'Template'
13574Running make for A/AB/ABW/Template-Toolkit-2.26.tar.gz
13575Fetching with LWP:
13576http://mirror.optusnet.com.au/CPAN/authors/id/A/AB/ABW/Template-Toolkit-2.26.tar.gz
13577Fetching with LWP:
13578http://mirror.optusnet.com.au/CPAN/authors/id/A/AB/ABW/CHECKSUMS
13579Checksum for /root/.cpan/sources/authors/id/A/AB/ABW/Template-Toolkit-2.26.tar.gz ok
13580
13581 CPAN.pm: Building A/AB/ABW/Template-Toolkit-2.26.tar.gz
13582
13583
13584The Template Toolkit requires that the AppConfig module (version 1.56
13585or later) first be installed. This is used by
13586the 'ttree' program for reading command line options and configuration
13587files. It is available from CPAN:
13588
13589 http://www.cpan.org/authors/Andy_Wardley/
13590
13591
13592 Template Toolkit Version 2.26
13593 =============================
13594
13595Using Unix defaults.
13596Run 'perl Makefile.PL TT_HELP' for a summary of options.
13597
13598
13599Template::Stash::XS
13600-------------------
13601
13602The Template::Stash module is a core part of the Template Toolkit,
13603implementing the magic for accessing data using the dot notation.
13604
13605There is a high speed version, Template::Stash::XS, written in C.
13606This makes the Template Toolkit run about twice as fast as when using
13607the regular Template::Stash written in Perl. If you've got a C
13608compiler on your system then you can elect to have the XS Stash built.
13609You can also specify that you want to use the XS Stash by default.
13610
13611Note that as of version 2.15 the XS Stash now supports access to tied
13612hashes and arrays.
13613
13614See 'perldoc Template::Config' for further details.
13615
13616Do you want to build the XS Stash module? [y] y
13617Do you want to use the XS Stash by default? [y] y
13618Warning: prerequisite AppConfig 1.56 not found.
13619
13620Checking if your kit is complete...
13621Warning: the following files are missing in your kit:
13622 t/url2.t
13623Please inform the author.
13624Checking if your kit is complete...
13625Looks good
13626Writing Makefile for Template::Stash::XS
13627Writing MYMETA.yml and MYMETA.json
13628Writing Makefile for Template
13629Writing MYMETA.yml and MYMETA.json
13630
13631Configuration complete. You should now run 'make', 'make test' and
13632then 'make install'. See the README file for further information.
13633---- Unsatisfied dependencies detected during ----
13634---- ABW/Template-Toolkit-2.26.tar.gz ----
13635 AppConfig [requires]
13636Skipping test because of notest pragma
13637Running make install
13638 Delayed until after prerequisites
13639Running install for module 'AppConfig'
13640Running make for N/NE/NEILB/AppConfig-1.71.tar.gz
13641Fetching with LWP:
13642http://mirror.optusnet.com.au/CPAN/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz
13643Checksum for /root/.cpan/sources/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz ok
13644
13645 CPAN.pm: Building N/NE/NEILB/AppConfig-1.71.tar.gz
13646
13647Checking if your kit is complete...
13648Looks good
13649Writing Makefile for AppConfig
13650Writing MYMETA.yml and MYMETA.json
13651---- Unsatisfied dependencies detected during ----
13652---- NEILB/AppConfig-1.71.tar.gz ----
13653 Test::Pod [build_requires]
13654Skipping test because of notest pragma
13655Running make install
13656 Delayed until after prerequisites
13657Running install for module 'Test::Pod'
13658Running make for E/ET/ETHER/Test-Pod-1.51.tar.gz
13659Fetching with LWP:
13660http://mirror.optusnet.com.au/CPAN/authors/id/E/ET/ETHER/Test-Pod-1.51.tar.gz
13661Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Test-Pod-1.51.tar.gz ok
13662
13663 CPAN.pm: Building E/ET/ETHER/Test-Pod-1.51.tar.gz
13664
13665Checking if your kit is complete...
13666Looks good
13667Writing Makefile for Test::Pod
13668Writing MYMETA.yml and MYMETA.json
13669cp lib/Test/Pod.pm blib/lib/Test/Pod.pm
13670Manifying blib/man3/Test::Pod.3pm
13671 ETHER/Test-Pod-1.51.tar.gz
13672 /usr/bin/make -- OK
13673Skipping test because of notest pragma
13674Running make install
13675Manifying blib/man3/Test::Pod.3pm
13676Installing /usr/local/share/perl5/Test/Pod.pm
13677Installing /usr/local/share/man/man3/Test::Pod.3pm
13678Appending installation info to /usr/lib64/perl5/perllocal.pod
13679 ETHER/Test-Pod-1.51.tar.gz
13680 /usr/bin/make install -- OK
13681Running make for N/NE/NEILB/AppConfig-1.71.tar.gz
13682 Has already been unwrapped into directory /root/.cpan/build/AppConfig-1.71-0F2qeO
13683
13684 CPAN.pm: Building N/NE/NEILB/AppConfig-1.71.tar.gz
13685
13686cp lib/AppConfig/Args.pm blib/lib/AppConfig/Args.pm
13687cp lib/AppConfig/CGI.pm blib/lib/AppConfig/CGI.pm
13688cp lib/AppConfig/File.pm blib/lib/AppConfig/File.pm
13689cp lib/AppConfig.pm blib/lib/AppConfig.pm
13690cp lib/AppConfig/Getopt.pm blib/lib/AppConfig/Getopt.pm
13691cp lib/AppConfig/State.pm blib/lib/AppConfig/State.pm
13692cp lib/AppConfig/Sys.pm blib/lib/AppConfig/Sys.pm
13693Manifying blib/man3/AppConfig::Args.3pm
13694Manifying blib/man3/AppConfig::CGI.3pm
13695Manifying blib/man3/AppConfig::File.3pm
13696Manifying blib/man3/AppConfig::State.3pm
13697Manifying blib/man3/AppConfig::Getopt.3pm
13698Manifying blib/man3/AppConfig.3pm
13699Manifying blib/man3/AppConfig::Sys.3pm
13700 NEILB/AppConfig-1.71.tar.gz
13701 /usr/bin/make -- OK
13702Skipping test because of notest pragma
13703Running make install
13704Installing /usr/local/share/perl5/AppConfig.pm
13705Installing /usr/local/share/perl5/AppConfig/Sys.pm
13706Installing /usr/local/share/perl5/AppConfig/Args.pm
13707Installing /usr/local/share/perl5/AppConfig/Getopt.pm
13708Installing /usr/local/share/perl5/AppConfig/State.pm
13709Installing /usr/local/share/perl5/AppConfig/CGI.pm
13710Installing /usr/local/share/perl5/AppConfig/File.pm
13711Installing /usr/local/share/man/man3/AppConfig::File.3pm
13712Installing /usr/local/share/man/man3/AppConfig::Sys.3pm
13713Installing /usr/local/share/man/man3/AppConfig::Args.3pm
13714Installing /usr/local/share/man/man3/AppConfig.3pm
13715Installing /usr/local/share/man/man3/AppConfig::Getopt.3pm
13716Installing /usr/local/share/man/man3/AppConfig::CGI.3pm
13717Installing /usr/local/share/man/man3/AppConfig::State.3pm
13718Appending installation info to /usr/lib64/perl5/perllocal.pod
13719 NEILB/AppConfig-1.71.tar.gz
13720 /usr/bin/make install -- OK
13721Running make for A/AB/ABW/Template-Toolkit-2.26.tar.gz
13722 Has already been unwrapped into directory /root/.cpan/build/Template-Toolkit-2.26-jsriQm
13723
13724 CPAN.pm: Building A/AB/ABW/Template-Toolkit-2.26.tar.gz
13725
13726cp lib/Template/Manual/Directives.pod blib/lib/Template/Manual/Directives.pod
13727cp lib/Template/Manual/Views.pod blib/lib/Template/Manual/Views.pod
13728cp lib/Template/Plugin/HTML.pm blib/lib/Template/Plugin/HTML.pm
13729cp lib/Template/Stash.pm blib/lib/Template/Stash.pm
13730cp lib/Template/Plugin/Format.pm blib/lib/Template/Plugin/Format.pm
13731cp lib/Template/Provider.pm blib/lib/Template/Provider.pm
13732cp lib/Template/Context.pm blib/lib/Template/Context.pm
13733cp lib/Template/Manual/Intro.pod blib/lib/Template/Manual/Intro.pod
13734cp lib/Template/Plugin/View.pm blib/lib/Template/Plugin/View.pm
13735cp lib/Template/Modules.pod blib/lib/Template/Modules.pod
13736cp lib/Template/Plugin/Procedural.pm blib/lib/Template/Plugin/Procedural.pm
13737cp lib/Template/Plugin/Iterator.pm blib/lib/Template/Plugin/Iterator.pm
13738cp lib/Template/Tools/ttree.pod blib/lib/Template/Tools/ttree.pod
13739cp lib/Template/Stash/Context.pm blib/lib/Template/Stash/Context.pm
13740cp lib/Template/Plugin/Datafile.pm blib/lib/Template/Plugin/Datafile.pm
13741cp lib/Template/Directive.pm blib/lib/Template/Directive.pm
13742cp lib/Template/Plugin/Directory.pm blib/lib/Template/Plugin/Directory.pm
13743cp lib/Template/Toolkit.pod blib/lib/Template/Toolkit.pod
13744cp lib/Template/Plugin/Scalar.pm blib/lib/Template/Plugin/Scalar.pm
13745cp lib/Template/Namespace/Constants.pm blib/lib/Template/Namespace/Constants.pm
13746cp lib/Template/Tutorial/Web.pod blib/lib/Template/Tutorial/Web.pod
13747cp lib/Template/Iterator.pm blib/lib/Template/Iterator.pm
13748cp lib/Template/Plugin/String.pm blib/lib/Template/Plugin/String.pm
13749cp lib/Template/Stash/XS.pm blib/lib/Template/Stash/XS.pm
13750cp lib/Template/Manual.pod blib/lib/Template/Manual.pod
13751cp lib/Template/Manual/Credits.pod blib/lib/Template/Manual/Credits.pod
13752cp lib/Template/View.pm blib/lib/Template/View.pm
13753cp lib/Template/Plugin/Filter.pm blib/lib/Template/Plugin/Filter.pm
13754cp lib/Template/Manual/Plugins.pod blib/lib/Template/Manual/Plugins.pod
13755cp lib/Template/Plugin/Dumper.pm blib/lib/Template/Plugin/Dumper.pm
13756cp lib/Template/Plugin/Date.pm blib/lib/Template/Plugin/Date.pm
13757cp lib/Template/Manual/VMethods.pod blib/lib/Template/Manual/VMethods.pod
13758cp lib/Template/Plugin/File.pm blib/lib/Template/Plugin/File.pm
13759cp lib/Template/Constants.pm blib/lib/Template/Constants.pm
13760cp lib/Template/Plugin/Assert.pm blib/lib/Template/Plugin/Assert.pm
13761cp lib/Template/Plugin/Image.pm blib/lib/Template/Plugin/Image.pm
13762cp lib/Template/Manual/Config.pod blib/lib/Template/Manual/Config.pod
13763cp lib/Template/Test.pm blib/lib/Template/Test.pm
13764cp lib/Template/VMethods.pm blib/lib/Template/VMethods.pm
13765cp lib/Template.pm blib/lib/Template.pm
13766cp lib/Template/Plugin/Table.pm blib/lib/Template/Plugin/Table.pm
13767cp lib/Template/Manual/Variables.pod blib/lib/Template/Manual/Variables.pod
13768cp lib/Template/Parser.pm blib/lib/Template/Parser.pm
13769cp lib/Template/Tools/tpage.pod blib/lib/Template/Tools/tpage.pod
13770cp lib/Template/Plugins.pm blib/lib/Template/Plugins.pm
13771cp lib/Template/Manual/Syntax.pod blib/lib/Template/Manual/Syntax.pod
13772cp lib/Template/Tutorial.pod blib/lib/Template/Tutorial.pod
13773cp lib/Template/Grammar.pm blib/lib/Template/Grammar.pm
13774cp lib/Template/Plugin.pm blib/lib/Template/Plugin.pm
13775cp lib/Template/FAQ.pod blib/lib/Template/FAQ.pod
13776cp lib/Template/Config.pm blib/lib/Template/Config.pm
13777cp lib/Template/Plugin/CGI.pm blib/lib/Template/Plugin/CGI.pm
13778cp lib/Template/Tools.pod blib/lib/Template/Tools.pod
13779cp lib/Template/Plugin/Wrap.pm blib/lib/Template/Plugin/Wrap.pm
13780cp lib/Template/Base.pm blib/lib/Template/Base.pm
13781cp lib/Template/Manual/Filters.pod blib/lib/Template/Manual/Filters.pod
13782cp lib/Template/Plugin/Math.pm blib/lib/Template/Plugin/Math.pm
13783cp lib/Template/Filters.pm blib/lib/Template/Filters.pm
13784cp lib/Template/Document.pm blib/lib/Template/Document.pm
13785cp lib/Template/Plugin/URL.pm blib/lib/Template/Plugin/URL.pm
13786cp lib/Template/Exception.pm blib/lib/Template/Exception.pm
13787cp lib/Template/Tutorial/Datafile.pod blib/lib/Template/Tutorial/Datafile.pod
13788cp lib/Template/Plugin/Pod.pm blib/lib/Template/Plugin/Pod.pm
13789cp lib/Template/Manual/Internals.pod blib/lib/Template/Manual/Internals.pod
13790cp lib/Template/Service.pm blib/lib/Template/Service.pm
13791make[1]: Entering directory `/root/.cpan/build/Template-Toolkit-2.26-jsriQm/xs'
13792/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Stash.xs > Stash.xsc && mv Stash.xsc Stash.c
13793gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.26\" -DXS_VERSION=\"2.26\" -fPIC "-I/usr/lib64/perl5/CORE" Stash.c
13794Stash.xs: In function 'assign':
13795Stash.xs:487:11: warning: unused variable 'key2' [-Wunused-variable]
13796 char *key2 = SvPV(key_sv, key_len); /* TMP DEBUG HACK */
13797 ^
13798Stash.xs: In function 'hash_op':
13799Stash.xs:801:12: warning: unused variable 'retval' [-Wunused-variable]
13800 TT_RET retval;
13801 ^
13802Stash.xs: In function 'scalar_op':
13803Stash.xs:870:12: warning: unused variable 'retval' [-Wunused-variable]
13804 TT_RET retval;
13805 ^
13806Stash.c: At top level:
13807Stash.xs:1013:12: warning: 'list_dot_first' defined but not used [-Wunused-function]
13808 static SV *list_dot_first(pTHX_ AV *list, AV *args) {
13809 ^
13810Stash.xs:1062:12: warning: 'list_dot_last' defined but not used [-Wunused-function]
13811 static SV *list_dot_last(pTHX_ AV *list, AV *args) {
13812 ^
13813Running Mkbootstrap for Template::Stash::XS ()
13814chmod 644 XS.bs
13815rm -f ../blib/arch/auto/Template/Stash/XS/XS.so
13816gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Stash.o -o ../blib/arch/auto/Template/Stash/XS/XS.so \
13817 \
13818
13819chmod 755 ../blib/arch/auto/Template/Stash/XS/XS.so
13820cp XS.bs ../blib/arch/auto/Template/Stash/XS/XS.bs
13821chmod 644 ../blib/arch/auto/Template/Stash/XS/XS.bs
13822make[1]: Leaving directory `/root/.cpan/build/Template-Toolkit-2.26-jsriQm/xs'
13823cp bin/tpage blib/script/tpage
13824/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/tpage
13825cp bin/ttree blib/script/ttree
13826/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ttree
13827Manifying blib/man1/tpage.1
13828Manifying blib/man1/ttree.1
13829Manifying blib/man3/Template::Plugin::HTML.3pm
13830Manifying blib/man3/Template::Manual::Views.3pm
13831Manifying blib/man3/Template::Manual::Directives.3pm
13832Manifying blib/man3/Template::Stash.3pm
13833Manifying blib/man3/Template::Context.3pm
13834Manifying blib/man3/Template::Manual::Intro.3pm
13835Manifying blib/man3/Template::Modules.3pm
13836Manifying blib/man3/Template::Plugin::Procedural.3pm
13837Manifying blib/man3/Template::Plugin::Iterator.3pm
13838Manifying blib/man3/Template::Tools::ttree.3pm
13839Manifying blib/man3/Template::Toolkit.3pm
13840Manifying blib/man3/Template::Plugin::Scalar.3pm
13841Manifying blib/man3/Template::Namespace::Constants.3pm
13842Manifying blib/man3/Template::Tutorial::Web.3pm
13843Manifying blib/man3/Template::Iterator.3pm
13844Manifying blib/man3/Template::Plugin::String.3pm
13845Manifying blib/man3/Template::Stash::XS.3pm
13846Manifying blib/man3/Template::Manual.3pm
13847Manifying blib/man3/Template::Manual::Credits.3pm
13848Manifying blib/man3/Template::View.3pm
13849Manifying blib/man3/Template::Plugin::Filter.3pm
13850Manifying blib/man3/Template::Manual::Plugins.3pm
13851Manifying blib/man3/Template::Plugin::Dumper.3pm
13852Manifying blib/man3/Template::Plugin::Date.3pm
13853Manifying blib/man3/Template::Manual::VMethods.3pm
13854Manifying blib/man3/Template::Plugin::File.3pm
13855Manifying blib/man3/Template::Constants.3pm
13856Manifying blib/man3/Template::Plugin::Assert.3pm
13857Manifying blib/man3/Template::Plugin::Image.3pm
13858Manifying blib/man3/Template::Manual::Config.3pm
13859Manifying blib/man3/Template::Test.3pm
13860Manifying blib/man3/Template.3pm
13861Manifying blib/man3/Template::VMethods.3pm
13862Manifying blib/man3/Template::Plugin::Table.3pm
13863Manifying blib/man3/Template::Provider.3pm
13864Manifying blib/man3/Template::Plugin::Format.3pm
13865Manifying blib/man3/Template::Plugin::View.3pm
13866Manifying blib/man3/Template::Stash::Context.3pm
13867Manifying blib/man3/Template::Directive.3pm
13868Manifying blib/man3/Template::Plugin::Datafile.3pm
13869Manifying blib/man3/Template::Plugin::Directory.3pm
13870Manifying blib/man3/Template::Plugin::Wrap.3pm
13871Manifying blib/man3/Template::Base.3pm
13872Manifying blib/man3/Template::Plugin::Math.3pm
13873Manifying blib/man3/Template::Filters.3pm
13874Manifying blib/man3/Template::Manual::Internals.3pm
13875Manifying blib/man3/Template::Plugin::Pod.3pm
13876Manifying blib/man3/Template::Service.3pm
13877Manifying blib/man3/Template::Manual::Variables.3pm
13878Manifying blib/man3/Template::Tools::tpage.3pm
13879Manifying blib/man3/Template::Parser.3pm
13880Manifying blib/man3/Template::Plugins.3pm
13881Manifying blib/man3/Template::Manual::Syntax.3pm
13882Manifying blib/man3/Template::Grammar.3pm
13883Manifying blib/man3/Template::Tutorial.3pm
13884Manifying blib/man3/Template::Plugin.3pm
13885Manifying blib/man3/Template::Config.3pm
13886Manifying blib/man3/Template::FAQ.3pm
13887Manifying blib/man3/Template::Tools.3pm
13888Manifying blib/man3/Template::Plugin::CGI.3pm
13889Manifying blib/man3/Template::Manual::Filters.3pm
13890Manifying blib/man3/Template::Document.3pm
13891Manifying blib/man3/Template::Plugin::URL.3pm
13892Manifying blib/man3/Template::Exception.3pm
13893Manifying blib/man3/Template::Tutorial::Datafile.3pm
13894 ABW/Template-Toolkit-2.26.tar.gz
13895 /usr/bin/make -- OK
13896Skipping test because of notest pragma
13897Running make install
13898make[1]: Entering directory `/root/.cpan/build/Template-Toolkit-2.26-jsriQm/xs'
13899make[1]: Leaving directory `/root/.cpan/build/Template-Toolkit-2.26-jsriQm/xs'
13900Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
13901Installing /usr/local/lib64/perl5/auto/Template/Stash/XS/XS.so
13902Installing /usr/local/lib64/perl5/auto/Template/Stash/XS/XS.bs
13903Installing /usr/local/lib64/perl5/Template.pm
13904Installing /usr/local/lib64/perl5/Template/View.pm
13905Installing /usr/local/lib64/perl5/Template/Base.pm
13906Installing /usr/local/lib64/perl5/Template/Stash.pm
13907Installing /usr/local/lib64/perl5/Template/FAQ.pod
13908Installing /usr/local/lib64/perl5/Template/Tutorial.pod
13909Installing /usr/local/lib64/perl5/Template/Modules.pod
13910Installing /usr/local/lib64/perl5/Template/Plugins.pm
13911Installing /usr/local/lib64/perl5/Template/Directive.pm
13912Installing /usr/local/lib64/perl5/Template/Toolkit.pod
13913Installing /usr/local/lib64/perl5/Template/Plugin.pm
13914Installing /usr/local/lib64/perl5/Template/Document.pm
13915Installing /usr/local/lib64/perl5/Template/Exception.pm
13916Installing /usr/local/lib64/perl5/Template/Parser.pm
13917Installing /usr/local/lib64/perl5/Template/Context.pm
13918Installing /usr/local/lib64/perl5/Template/Grammar.pm
13919Installing /usr/local/lib64/perl5/Template/Manual.pod
13920Installing /usr/local/lib64/perl5/Template/Config.pm
13921Installing /usr/local/lib64/perl5/Template/Tools.pod
13922Installing /usr/local/lib64/perl5/Template/Constants.pm
13923Installing /usr/local/lib64/perl5/Template/Provider.pm
13924Installing /usr/local/lib64/perl5/Template/Service.pm
13925Installing /usr/local/lib64/perl5/Template/Filters.pm
13926Installing /usr/local/lib64/perl5/Template/VMethods.pm
13927Installing /usr/local/lib64/perl5/Template/Test.pm
13928Installing /usr/local/lib64/perl5/Template/Iterator.pm
13929Installing /usr/local/lib64/perl5/Template/Namespace/Constants.pm
13930Installing /usr/local/lib64/perl5/Template/Stash/Context.pm
13931Installing /usr/local/lib64/perl5/Template/Stash/XS.pm
13932Installing /usr/local/lib64/perl5/Template/Tools/tpage.pod
13933Installing /usr/local/lib64/perl5/Template/Tools/ttree.pod
13934Installing /usr/local/lib64/perl5/Template/Tutorial/Web.pod
13935Installing /usr/local/lib64/perl5/Template/Tutorial/Datafile.pod
13936Installing /usr/local/lib64/perl5/Template/Manual/Filters.pod
13937Installing /usr/local/lib64/perl5/Template/Manual/Credits.pod
13938Installing /usr/local/lib64/perl5/Template/Manual/Syntax.pod
13939Installing /usr/local/lib64/perl5/Template/Manual/VMethods.pod
13940Installing /usr/local/lib64/perl5/Template/Manual/Variables.pod
13941Installing /usr/local/lib64/perl5/Template/Manual/Config.pod
13942Installing /usr/local/lib64/perl5/Template/Manual/Intro.pod
13943Installing /usr/local/lib64/perl5/Template/Manual/Directives.pod
13944Installing /usr/local/lib64/perl5/Template/Manual/Views.pod
13945Installing /usr/local/lib64/perl5/Template/Manual/Plugins.pod
13946Installing /usr/local/lib64/perl5/Template/Manual/Internals.pod
13947Installing /usr/local/lib64/perl5/Template/Plugin/URL.pm
13948Installing /usr/local/lib64/perl5/Template/Plugin/View.pm
13949Installing /usr/local/lib64/perl5/Template/Plugin/Wrap.pm
13950Installing /usr/local/lib64/perl5/Template/Plugin/Procedural.pm
13951Installing /usr/local/lib64/perl5/Template/Plugin/Format.pm
13952Installing /usr/local/lib64/perl5/Template/Plugin/Directory.pm
13953Installing /usr/local/lib64/perl5/Template/Plugin/Image.pm
13954Installing /usr/local/lib64/perl5/Template/Plugin/Filter.pm
13955Installing /usr/local/lib64/perl5/Template/Plugin/Dumper.pm
13956Installing /usr/local/lib64/perl5/Template/Plugin/Table.pm
13957Installing /usr/local/lib64/perl5/Template/Plugin/CGI.pm
13958Installing /usr/local/lib64/perl5/Template/Plugin/Math.pm
13959Installing /usr/local/lib64/perl5/Template/Plugin/Assert.pm
13960Installing /usr/local/lib64/perl5/Template/Plugin/Scalar.pm
13961Installing /usr/local/lib64/perl5/Template/Plugin/Pod.pm
13962Installing /usr/local/lib64/perl5/Template/Plugin/Date.pm
13963Installing /usr/local/lib64/perl5/Template/Plugin/HTML.pm
13964Installing /usr/local/lib64/perl5/Template/Plugin/Datafile.pm
13965Installing /usr/local/lib64/perl5/Template/Plugin/String.pm
13966Installing /usr/local/lib64/perl5/Template/Plugin/File.pm
13967Installing /usr/local/lib64/perl5/Template/Plugin/Iterator.pm
13968Installing /usr/local/share/man/man1/tpage.1
13969Installing /usr/local/share/man/man1/ttree.1
13970Installing /usr/local/share/man/man3/Template::Test.3pm
13971Installing /usr/local/share/man/man3/Template::Plugin::Math.3pm
13972Installing /usr/local/share/man/man3/Template::Manual::Internals.3pm
13973Installing /usr/local/share/man/man3/Template::Provider.3pm
13974Installing /usr/local/share/man/man3/Template::Plugin::Scalar.3pm
13975Installing /usr/local/share/man/man3/Template::Manual::Plugins.3pm
13976Installing /usr/local/share/man/man3/Template::Tutorial::Datafile.3pm
13977Installing /usr/local/share/man/man3/Template::Document.3pm
13978Installing /usr/local/share/man/man3/Template::Tutorial::Web.3pm
13979Installing /usr/local/share/man/man3/Template::Plugin::Assert.3pm
13980Installing /usr/local/share/man/man3/Template::Manual::Views.3pm
13981Installing /usr/local/share/man/man3/Template::Namespace::Constants.3pm
13982Installing /usr/local/share/man/man3/Template::Plugin::File.3pm
13983Installing /usr/local/share/man/man3/Template::Plugin::URL.3pm
13984Installing /usr/local/share/man/man3/Template::Tools::tpage.3pm
13985Installing /usr/local/share/man/man3/Template::Manual::Intro.3pm
13986Installing /usr/local/share/man/man3/Template::Config.3pm
13987Installing /usr/local/share/man/man3/Template::Plugin::Table.3pm
13988Installing /usr/local/share/man/man3/Template::Manual::Variables.3pm
13989Installing /usr/local/share/man/man3/Template::Manual::Directives.3pm
13990Installing /usr/local/share/man/man3/Template::Stash::Context.3pm
13991Installing /usr/local/share/man/man3/Template::Plugin::Date.3pm
13992Installing /usr/local/share/man/man3/Template::Plugin::Filter.3pm
13993Installing /usr/local/share/man/man3/Template::Plugin::HTML.3pm
13994Installing /usr/local/share/man/man3/Template::Plugin::View.3pm
13995Installing /usr/local/share/man/man3/Template::Service.3pm
13996Installing /usr/local/share/man/man3/Template::Tutorial.3pm
13997Installing /usr/local/share/man/man3/Template::Filters.3pm
13998Installing /usr/local/share/man/man3/Template::Manual::Config.3pm
13999Installing /usr/local/share/man/man3/Template::Tools.3pm
14000Installing /usr/local/share/man/man3/Template.3pm
14001Installing /usr/local/share/man/man3/Template::Manual::VMethods.3pm
14002Installing /usr/local/share/man/man3/Template::Tools::ttree.3pm
14003Installing /usr/local/share/man/man3/Template::Manual.3pm
14004Installing /usr/local/share/man/man3/Template::Plugin::Directory.3pm
14005Installing /usr/local/share/man/man3/Template::Directive.3pm
14006Installing /usr/local/share/man/man3/Template::Plugin::Wrap.3pm
14007Installing /usr/local/share/man/man3/Template::Manual::Filters.3pm
14008Installing /usr/local/share/man/man3/Template::Plugin::Procedural.3pm
14009Installing /usr/local/share/man/man3/Template::Plugin::Datafile.3pm
14010Installing /usr/local/share/man/man3/Template::Exception.3pm
14011Installing /usr/local/share/man/man3/Template::Constants.3pm
14012Installing /usr/local/share/man/man3/Template::Plugin::Image.3pm
14013Installing /usr/local/share/man/man3/Template::Plugin::Pod.3pm
14014Installing /usr/local/share/man/man3/Template::Iterator.3pm
14015Installing /usr/local/share/man/man3/Template::Base.3pm
14016Installing /usr/local/share/man/man3/Template::Stash.3pm
14017Installing /usr/local/share/man/man3/Template::Modules.3pm
14018Installing /usr/local/share/man/man3/Template::Parser.3pm
14019Installing /usr/local/share/man/man3/Template::Plugin::Format.3pm
14020Installing /usr/local/share/man/man3/Template::Plugin::Iterator.3pm
14021Installing /usr/local/share/man/man3/Template::Plugin::String.3pm
14022Installing /usr/local/share/man/man3/Template::Grammar.3pm
14023Installing /usr/local/share/man/man3/Template::Plugins.3pm
14024Installing /usr/local/share/man/man3/Template::Context.3pm
14025Installing /usr/local/share/man/man3/Template::VMethods.3pm
14026Installing /usr/local/share/man/man3/Template::Stash::XS.3pm
14027Installing /usr/local/share/man/man3/Template::Manual::Syntax.3pm
14028Installing /usr/local/share/man/man3/Template::Toolkit.3pm
14029Installing /usr/local/share/man/man3/Template::Plugin.3pm
14030Installing /usr/local/share/man/man3/Template::View.3pm
14031Installing /usr/local/share/man/man3/Template::FAQ.3pm
14032Installing /usr/local/share/man/man3/Template::Plugin::Dumper.3pm
14033Installing /usr/local/share/man/man3/Template::Plugin::CGI.3pm
14034Installing /usr/local/share/man/man3/Template::Manual::Credits.3pm
14035Installing /usr/local/bin/ttree
14036Installing /usr/local/bin/tpage
14037Appending installation info to /usr/lib64/perl5/perllocal.pod
14038 ABW/Template-Toolkit-2.26.tar.gz
14039 /usr/bin/make install -- OK
14040Failed during this command:
14041 TODDR/XML-Parser-2.44.tar.gz : make NO
14042
14043cpan[2]> Lockfile removed.
14044 ---> 607293648e97
14045Removing intermediate container 4f18c76a6c5a
14046Step 9 : RUN ( echo "notest install CPAN" ) | perl -MCPAN -e shell
14047 ---> Running in c9ae34e11c50
14048
14049cpan shell -- CPAN exploration and modules installation (v1.9800)
14050Enter 'h' for help.
14051
14052cpan[1]> Reading '/root/.cpan/Metadata'
14053 Database was generated on Tue, 29 Dec 2015 18:53:35 GMT
14054Running install for module 'CPAN'
14055Running make for A/AN/ANDK/CPAN-2.10.tar.gz
14056Fetching with LWP:
14057http://mirror.optusnet.com.au/CPAN/authors/id/A/AN/ANDK/CPAN-2.10.tar.gz
14058Fetching with LWP:
14059http://mirror.optusnet.com.au/CPAN/authors/id/A/AN/ANDK/CHECKSUMS
14060Checksum for /root/.cpan/sources/authors/id/A/AN/ANDK/CPAN-2.10.tar.gz ok
14061Scanning cache /root/.cpan/build for sizes
14062......................................................----------------------DONE
14063DEL(1/45): /root/.cpan/build/ExtUtils-MakeMaker-7.10-huLd7l
14064DEL(2/45): /root/.cpan/build/local-lib-2.000018-ZEyrtm
14065DEL(3/45): /root/.cpan/build/Canary-Stability-2006-kOQrnO
14066DEL(4/45): /root/.cpan/build/AnyEvent-7.11-VO4jRu
14067DEL(5/45): /root/.cpan/build/Test-Simple-1.001014-iTAa07
14068DEL(6/45): /root/.cpan/build/Object-Event-1.23-1Bgwn6
14069DEL(7/45): /root/.cpan/build/AnyEvent-HTTPD-0.93-pcEtnn
14070DEL(8/45): /root/.cpan/build/CPAN-Meta-YAML-0.018-8mB3WU
14071DEL(9/45): /root/.cpan/build/Parse-CPAN-Meta-1.4417-VYzt0H
14072DEL(10/45): /root/.cpan/build/CPAN-Meta-2.150005-M4Q3cv
14073DEL(11/45): /root/.cpan/build/Module-Build-0.4214-AC1O0I
14074DEL(12/45): /root/.cpan/build/Test-Requires-0.10-Zo7uTy
14075DEL(13/45): /root/.cpan/build/Capture-Tiny-0.30-BEMouY
14076DEL(14/45): /root/.cpan/build/Cwd-Guard-0.04-OT1EyD
14077DEL(15/45): /root/.cpan/build/Devel-CheckCompiler-0.06-tHMcbq
14078DEL(16/45): /root/.cpan/build/File-Copy-Recursive-0.38-lrUcIC
14079DEL(17/45): /root/.cpan/build/Module-Build-XSUtil-0.16-68VoPD
14080DEL(18/45): /root/.cpan/build/ExtUtils-ParseXS-3.30-FpDrLR
14081DEL(19/45): /root/.cpan/build/Devel-PPPort-3.32-7YSZHu
14082DEL(20/45): /root/.cpan/build/Test-LeakTrace-0.15-mH8Qzo
14083DEL(21/45): /root/.cpan/build/Test-Fatal-0.014-T4IlfP
14084DEL(22/45): /root/.cpan/build/Sub-Exporter-0.987-GnWQ7A
14085DEL(23/45): /root/.cpan/build/Test-Output-1.03-8LQYvM
14086DEL(24/45): /root/.cpan/build/Sub-Uplevel-0.25-hhvw2O
14087DEL(25/45): /root/.cpan/build/Test-Exception-0.41-nNg4ks
14088DEL(26/45): /root/.cpan/build/Mouse-v2.4.5-VpnP0X
14089DEL(27/45): /root/.cpan/build/AnyEvent-IMAP-0.04-Fi1377
14090DEL(28/45): /root/.cpan/build/Carp-1.38-Dgq4e5
14091DEL(29/45): /root/.cpan/build/File-Slurp-9999.19-ypRwFK
14092DEL(30/45): /root/.cpan/build/Algorithm-Diff-1.1903-fMJy2D
14093DEL(31/45): /root/.cpan/build/Text-Diff-1.43-CjRCUu
14094DEL(32/45): /root/.cpan/build/Test-Differences-0.64-ke0tJq
14095DEL(33/45): /root/.cpan/build/Test-Name-FromLine-0.13-C4not2
14096DEL(34/45): /root/.cpan/build/Test-Time-0.04-ahqmM6
14097DEL(35/45): /root/.cpan/build/Cookie-Baker-0.06-oPkrss
14098DEL(36/45): /root/.cpan/build/DBI-1.634-22UOmf
14099DEL(37/45): /root/.cpan/build/Data-Dumper-2.154-63e0cY
14100DEL(38/45): /root/.cpan/build/asa-1.03-hj4ItV
14101DEL(39/45): /root/.cpan/build/Data-UUID-LibUUID-0.05-gpdgGJ
14102DEL(40/45): /root/.cpan/build/Module-Metadata-1.000027-8LtVGJ
14103DEL(41/45): /root/.cpan/build/Test-Deep-1.120-t090cb
14104DEL(42/45): /root/.cpan/build/Env-1.04-rPAjzw
14105DEL(43/45): /root/.cpan/build/CPAN-Meta-Check-0.012-fbnHdC
14106DEL(44/45): /root/.cpan/build/Test-Warnings-0.024-rgy1HY
14107DEL(45/45): /root/.cpan/build/Scalar-List-Utils-1.42-SPz12l
14108
14109 CPAN.pm: Building A/AN/ANDK/CPAN-2.10.tar.gz
14110
14111
14112Importing PAUSE public key into your GnuPG keychain... gpg: new configuration file `/root/.gnupg/gpg.conf' created
14113gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
14114done!
14115(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')
14116Checking if your kit is complete...
14117Looks good
14118Writing Makefile for CPAN
14119Writing MYMETA.yml and MYMETA.json
14120cp lib/CPAN.pm blib/lib/CPAN.pm
14121cp lib/CPAN/CacheMgr.pm blib/lib/CPAN/CacheMgr.pm
14122cp lib/CPAN/FTP/netrc.pm blib/lib/CPAN/FTP/netrc.pm
14123cp lib/CPAN/LWP/UserAgent.pm blib/lib/CPAN/LWP/UserAgent.pm
14124cp lib/CPAN/FTP.pm blib/lib/CPAN/FTP.pm
14125cp lib/CPAN/Queue.pm blib/lib/CPAN/Queue.pm
14126cp lib/CPAN/Distroprefs.pm blib/lib/CPAN/Distroprefs.pm
14127cp lib/CPAN/Kwalify/distroprefs.yml blib/lib/CPAN/Kwalify/distroprefs.yml
14128cp lib/App/Cpan.pm blib/lib/App/Cpan.pm
14129cp lib/CPAN/Kwalify.pm blib/lib/CPAN/Kwalify.pm
14130cp lib/CPAN/Module.pm blib/lib/CPAN/Module.pm
14131cp lib/CPAN/Author.pm blib/lib/CPAN/Author.pm
14132cp lib/CPAN/Debug.pm blib/lib/CPAN/Debug.pm
14133cp lib/CPAN/HTTP/Credentials.pm blib/lib/CPAN/HTTP/Credentials.pm
14134cp lib/CPAN/API/HOWTO.pod blib/lib/CPAN/API/HOWTO.pod
14135cp lib/CPAN/Complete.pm blib/lib/CPAN/Complete.pm
14136cp lib/CPAN/HTTP/Client.pm blib/lib/CPAN/HTTP/Client.pm
14137cp lib/CPAN/FirstTime.pm blib/lib/CPAN/FirstTime.pm
14138cp lib/CPAN/Distrostatus.pm blib/lib/CPAN/Distrostatus.pm
14139cp lib/CPAN/Exception/blocked_urllist.pm blib/lib/CPAN/Exception/blocked_urllist.pm
14140cp lib/CPAN/Tarzip.pm blib/lib/CPAN/Tarzip.pm
14141cp lib/CPAN/Admin.pm blib/lib/CPAN/Admin.pm
14142cp lib/CPAN/Prompt.pm blib/lib/CPAN/Prompt.pm
14143cp lib/CPAN/URL.pm blib/lib/CPAN/URL.pm
14144cp lib/CPAN/Version.pm blib/lib/CPAN/Version.pm
14145cp lib/CPAN/DeferredCode.pm blib/lib/CPAN/DeferredCode.pm
14146cp lib/CPAN/Distribution.pm blib/lib/CPAN/Distribution.pm
14147cp lib/CPAN/Nox.pm blib/lib/CPAN/Nox.pm
14148cp lib/CPAN/Bundle.pm blib/lib/CPAN/Bundle.pm
14149cp lib/CPAN/Exception/RecursiveDependency.pm blib/lib/CPAN/Exception/RecursiveDependency.pm
14150cp lib/CPAN/Plugin/Specfile.pm blib/lib/CPAN/Plugin/Specfile.pm
14151cp lib/CPAN/Shell.pm blib/lib/CPAN/Shell.pm
14152cp lib/CPAN/HandleConfig.pm blib/lib/CPAN/HandleConfig.pm
14153cp lib/CPAN/InfoObj.pm blib/lib/CPAN/InfoObj.pm
14154cp lib/CPAN/Exception/yaml_process_error.pm blib/lib/CPAN/Exception/yaml_process_error.pm
14155cp lib/CPAN/Plugin.pm blib/lib/CPAN/Plugin.pm
14156cp lib/CPAN/Exception/yaml_not_installed.pm blib/lib/CPAN/Exception/yaml_not_installed.pm
14157cp lib/CPAN/Index.pm blib/lib/CPAN/Index.pm
14158cp lib/CPAN/Kwalify/distroprefs.dd blib/lib/CPAN/Kwalify/distroprefs.dd
14159cp lib/CPAN/Mirrors.pm blib/lib/CPAN/Mirrors.pm
14160cp scripts/cpan-mirrors blib/script/cpan-mirrors
14161/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpan-mirrors
14162cp scripts/cpan blib/script/cpan
14163/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpan
14164Manifying blib/man1/cpan-mirrors.1
14165Manifying blib/man1/cpan.1
14166Manifying blib/man3/CPAN.3pm
14167Manifying blib/man3/CPAN::Tarzip.3pm
14168Manifying blib/man3/CPAN::Admin.3pm
14169Manifying blib/man3/CPAN::Queue.3pm
14170Manifying blib/man3/CPAN::Distroprefs.3pm
14171Manifying blib/man3/CPAN::Version.3pm
14172Manifying blib/man3/App::Cpan.3pm
14173Manifying blib/man3/CPAN::Kwalify.3pm
14174Manifying blib/man3/CPAN::Nox.3pm
14175Manifying blib/man3/CPAN::Plugin::Specfile.3pm
14176Manifying blib/man3/CPAN::Debug.3pm
14177Manifying blib/man3/CPAN::HandleConfig.3pm
14178Manifying blib/man3/CPAN::Plugin.3pm
14179Manifying blib/man3/CPAN::API::HOWTO.3pm
14180Manifying blib/man3/CPAN::Mirrors.3pm
14181Manifying blib/man3/CPAN::FirstTime.3pm
14182 ANDK/CPAN-2.10.tar.gz
14183 /usr/bin/make -- OK
14184'YAML' not installed, will not store persistent state
14185Skipping test because of notest pragma
14186Running make install
14187Installing /usr/share/perl5/CPAN.pm
14188Installing /usr/share/perl5/App/Cpan.pm
14189Installing /usr/share/perl5/CPAN/Version.pm
14190Installing /usr/share/perl5/CPAN/Tarzip.pm
14191Installing /usr/share/perl5/CPAN/HandleConfig.pm
14192Installing /usr/share/perl5/CPAN/FTP.pm
14193Installing /usr/share/perl5/CPAN/Module.pm
14194Installing /usr/share/perl5/CPAN/Admin.pm
14195Installing /usr/share/perl5/CPAN/Distribution.pm
14196Installing /usr/share/perl5/CPAN/Mirrors.pm
14197Installing /usr/share/perl5/CPAN/Plugin.pm
14198Installing /usr/share/perl5/CPAN/Index.pm
14199Installing /usr/share/perl5/CPAN/Complete.pm
14200Installing /usr/share/perl5/CPAN/Bundle.pm
14201Installing /usr/share/perl5/CPAN/Nox.pm
14202Installing /usr/share/perl5/CPAN/Distroprefs.pm
14203Installing /usr/share/perl5/CPAN/Shell.pm
14204Installing /usr/share/perl5/CPAN/CacheMgr.pm
14205Installing /usr/share/perl5/CPAN/Queue.pm
14206Installing /usr/share/perl5/CPAN/Author.pm
14207Installing /usr/share/perl5/CPAN/FirstTime.pm
14208Installing /usr/share/perl5/CPAN/LWP/UserAgent.pm
14209Installing /usr/share/perl5/CPAN/Plugin/Specfile.pm
14210Installing /usr/share/perl5/CPAN/HTTP/Client.pm
14211Installing /usr/share/perl5/CPAN/HTTP/Credentials.pm
14212Installing /usr/share/man/man1/cpan-mirrors.1
14213Installing /usr/share/man/man1/cpan.1
14214Installing /usr/share/man/man3/CPAN::Queue.3pm
14215Installing /usr/share/man/man3/CPAN::HandleConfig.3pm
14216Installing /usr/share/man/man3/CPAN::Admin.3pm
14217Installing /usr/share/man/man3/CPAN::Nox.3pm
14218Installing /usr/share/man/man3/CPAN::Kwalify.3pm
14219Installing /usr/share/man/man3/CPAN.3pm
14220Installing /usr/share/man/man3/CPAN::Plugin::Specfile.3pm
14221Installing /usr/share/man/man3/CPAN::FirstTime.3pm
14222Installing /usr/share/man/man3/CPAN::Plugin.3pm
14223Installing /usr/share/man/man3/CPAN::Debug.3pm
14224Installing /usr/share/man/man3/CPAN::Tarzip.3pm
14225Installing /usr/share/man/man3/CPAN::Version.3pm
14226Installing /usr/share/man/man3/CPAN::Mirrors.3pm
14227Installing /usr/share/man/man3/CPAN::API::HOWTO.3pm
14228Installing /usr/share/man/man3/App::Cpan.3pm
14229Installing /usr/share/man/man3/CPAN::Distroprefs.3pm
14230Installing /usr/bin/cpan
14231Installing /usr/bin/cpan-mirrors
14232Appending installation info to /usr/lib64/perl5/perllocal.pod
14233 ANDK/CPAN-2.10.tar.gz
14234 /usr/bin/make install -- OK
14235
14236cpan[2]> Lockfile removed.
14237 ---> ac1467236425
14238Removing intermediate container c9ae34e11c50
14239Step 10 : RUN ( echo "notest install List::Pairwise" ) | perl -MCPAN -e shell
14240 ---> Running in 50450740390f
14241
14242cpan shell -- CPAN exploration and modules installation (v2.10)
14243Enter 'h' for help.
14244
14245cpan[1]> Reading '/root/.cpan/Metadata'
14246 Database was generated on Tue, 29 Dec 2015 18:53:35 GMT
14247List::Pairwise is up to date (1.03).
14248
14249cpan[2]> Lockfile removed.
14250 ---> 5c42dd3b1240
14251Removing intermediate container 50450740390f
14252Step 11 : WORKDIR /srv/
14253 ---> Running in 6ab6dfb104da
14254 ---> 3839a895984a
14255Removing intermediate container 6ab6dfb104da
14256Step 12 : RUN git clone https://github.com/CindyLinz/Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git
14257 ---> Running in 2aa7c290b993
14258Cloning into 'Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git'...
14259 ---> 6fc19e280e0b
14260Removing intermediate container 2aa7c290b993
14261Step 13 : WORKDIR /srv/Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git
14262 ---> Running in f610331a8f1c
14263 ---> 3fa34a28c5f5
14264Removing intermediate container f610331a8f1c
14265Step 14 : RUN perl Makefile.PL && make && make install
14266 ---> Running in f5ba683ef49b
14267Checking if your kit is complete...
14268Looks good
14269WARNING: Setting ABSTRACT via file 'lib/AnyEvent/HTTPD/SendMultiHeaderPatch.pm' failed
14270 at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 631.
14271Writing Makefile for AnyEvent::HTTPD::SendMultiHeaderPatch
14272Writing MYMETA.yml and MYMETA.json
14273cp lib/AnyEvent/HTTPD/SendMultiHeaderPatch.pm blib/lib/AnyEvent/HTTPD/SendMultiHeaderPatch.pm
14274Manifying blib/man3/AnyEvent::HTTPD::SendMultiHeaderPatch.3pm
14275Installing /usr/local/share/perl5/AnyEvent/HTTPD/SendMultiHeaderPatch.pm
14276Installing /usr/local/share/man/man3/AnyEvent::HTTPD::SendMultiHeaderPatch.3pm
14277Appending installation info to /usr/lib64/perl5/perllocal.pod
14278 ---> 4c67ce67ff88
14279Removing intermediate container f5ba683ef49b
14280Step 15 : WORKDIR /srv/
14281 ---> Running in 42241ea7d49d
14282 ---> 0abd15317cb9
14283Removing intermediate container 42241ea7d49d
14284Step 16 : RUN git clone https://github.com/fastmail/Net-CardDAVTalk.git Net-CardDAVTalk.git
14285 ---> Running in cdb4dfeb06b9
14286Cloning into 'Net-CardDAVTalk.git'...
14287 ---> 7e275d2fff19
14288Removing intermediate container cdb4dfeb06b9
14289Step 17 : WORKDIR /srv/Net-CardDAVTalk.git
14290 ---> Running in a2de2ba45890
14291 ---> 122d60838d74
14292Removing intermediate container a2de2ba45890
14293Step 18 : RUN perl Makefile.PL && make && make install
14294 ---> Running in 17a998088a3d
14295Checking if your kit is complete...
14296Looks good
14297Writing Makefile for Net::CardDAVTalk
14298Writing MYMETA.yml and MYMETA.json
14299cp lib/Net/CardDAVTalk.pm blib/lib/Net/CardDAVTalk.pm
14300cp lib/Net/CardDAVTalk/VCard.pm blib/lib/Net/CardDAVTalk/VCard.pm
14301Manifying blib/man3/Net::CardDAVTalk.3pm
14302Installing /usr/local/share/perl5/Net/CardDAVTalk.pm
14303Installing /usr/local/share/perl5/Net/CardDAVTalk/VCard.pm
14304Installing /usr/local/share/man/man3/Net::CardDAVTalk.3pm
14305Appending installation info to /usr/lib64/perl5/perllocal.pod
14306 ---> db980f5fe3a2
14307Removing intermediate container 17a998088a3d
14308Step 19 : WORKDIR /srv/jmap-perl.git
14309 ---> Running in 192f115a86c3
14310 ---> fb5c2274463a
14311Removing intermediate container 192f115a86c3
14312Step 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 || :
14313 ---> Running in cd5565dfe151
14314
14315cpan shell -- CPAN exploration and modules installation (v2.10)
14316Enter 'h' for help.
14317
14318cpan[1]> Reading '/root/.cpan/Metadata'
14319 Database was generated on Tue, 29 Dec 2015 18:53:35 GMT
14320Warning: Cannot install AnyEvent::Gmail, don't know what it is.
14321Try the command
14322
14323 i /AnyEvent::Gmail/
14324
14325to find objects with matching identifiers.
14326Warning: Cannot install Email::Sender::Transport::GmailSMTP, don't know what it is.
14327Try the command
14328
14329 i /Email::Sender::Transport::GmailSMTP/
14330
14331to find objects with matching identifiers.
14332Warning: Cannot install JMAP::API, don't know what it is.
14333Try the command
14334
14335 i /JMAP::API/
14336
14337to find objects with matching identifiers.
14338Warning: Cannot install JMAP::DB, don't know what it is.
14339Try the command
14340
14341 i /JMAP::DB/
14342
14343to find objects with matching identifiers.
14344Warning: Cannot install JMAP::GmailDB, don't know what it is.
14345Try the command
14346
14347 i /JMAP::GmailDB/
14348
14349to find objects with matching identifiers.
14350Warning: Cannot install JMAP::ImapDB, don't know what it is.
14351Try the command
14352
14353 i /JMAP::ImapDB/
14354
14355to find objects with matching identifiers.
14356Warning: Cannot install JMAP::Sync::Gmail, don't know what it is.
14357Try the command
14358
14359 i /JMAP::Sync::Gmail/
14360
14361to find objects with matching identifiers.
14362Warning: Cannot install JMAP::Sync::Standard, don't know what it is.
14363Try the command
14364
14365 i /JMAP::Sync::Standard/
14366
14367to find objects with matching identifiers.
14368Warning: Cannot install Mail::GmailTalk, don't know what it is.
14369Try the command
14370
14371 i /Mail::GmailTalk/
14372
14373to find objects with matching identifiers.
14374Warning: Cannot install OAuth2::Tiny, don't know what it is.
14375Try the command
14376
14377 i /OAuth2::Tiny/
14378
14379to find objects with matching identifiers.
14380AnyEvent is up to date (7.11).
14381AnyEvent::HTTP is up to date (2.22).
14382AnyEvent::HTTPD is up to date (0.93).
14383AnyEvent::Handle is up to date (undef).
14384AnyEvent::IMAP is up to date (0.04).
14385AnyEvent::Socket is up to date (undef).
14386AnyEvent::Util is up to date (undef).
14387Carp is up to date (1.38).
14388Cookie::Baker is up to date (0.06).
14389DBI is up to date (1.634).
14390Running install for module 'Data::Dumper'
14391Checksum for /root/.cpan/sources/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz ok
14392Scanning cache /root/.cpan/build for sizes
14393............................................................................DONE
14394'YAML' not installed, will not store persistent state
14395Configuring S/SM/SMUELLER/Data-Dumper-2.154.tar.gz with Makefile.PL
14396Checking if your kit is complete...
14397Looks good
14398Writing Makefile for Data::Dumper
14399Writing MYMETA.yml and MYMETA.json
14400 SMUELLER/Data-Dumper-2.154.tar.gz
14401 /usr/bin/perl Makefile.PL -- OK
14402Running make for S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
14403cp Dumper.pm blib/lib/Data/Dumper.pm
14404/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Dumper.xs > Dumper.xsc && mv Dumper.xsc Dumper.c
14405gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.154\" -DXS_VERSION=\"2.154\" -fPIC "-I/usr/lib64/perl5/CORE" -DUSE_PPPORT_H Dumper.c
14406Running Mkbootstrap for Data::Dumper ()
14407chmod 644 Dumper.bs
14408rm -f blib/arch/auto/Data/Dumper/Dumper.so
14409gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Dumper.o -o blib/arch/auto/Data/Dumper/Dumper.so \
14410 \
14411
14412chmod 755 blib/arch/auto/Data/Dumper/Dumper.so
14413cp Dumper.bs blib/arch/auto/Data/Dumper/Dumper.bs
14414chmod 644 blib/arch/auto/Data/Dumper/Dumper.bs
14415 SMUELLER/Data-Dumper-2.154.tar.gz
14416 /usr/bin/make -- OK
14417 SMUELLER/Data-Dumper-2.154.tar.gz
14418 Skipping test because of notest pragma
14419Running make install
14420Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
14421Installing /usr/lib64/perl5/auto/Data/Dumper/Dumper.so
14422Appending installation info to /usr/lib64/perl5/perllocal.pod
14423 SMUELLER/Data-Dumper-2.154.tar.gz
14424 /usr/bin/make install -- OK
14425Data::UUID::LibUUID is up to date (0.05).
14426Date::Format is up to date (2.24).
14427Date::Parse is up to date (2.30).
14428DateTime is up to date (1.21).
14429Digest::SHA is up to date (5.95).
14430EV is up to date (4.22).
14431Email::Address is up to date (1.908).
14432Email::MIME is up to date (1.936).
14433Email::Sender::Simple is up to date (1.300021).
14434Email::Sender::Transport::SMTPS is up to date (0.03).
14435Email::Simple is up to date (2.208).
14436Encode is up to date (2.78).
14437Encode::MIME::Header is up to date (2.17).
14438HTML::GenerateUtil is up to date (1.20).
14439HTML::Strip is up to date (2.09).
14440HTTP::Tiny is up to date (0.056).
14441IO::All is up to date (0.86).
14442IO::LockedFile is up to date (0.23).
14443IO::Socket::SSL is up to date (2.022).
14444Image::Size is up to date (3.300).
14445JSON::XS is up to date (3.01).
14446MIME::Base64 is up to date (3.15).
14447Mail::IMAPTalk is up to date (4.01).
14448Moose is up to date (2.1604).
14449Mouse is up to date (v2.4.5).
14450Net::CalDAVTalk is up to date (0.03).
14451Running install for module 'Net::CardDAVTalk'
14452Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz ok
14453Configuring B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz with Makefile.PL
14454Checking if your kit is complete...
14455Looks good
14456Writing Makefile for Net::CardDAVTalk
14457Writing MYMETA.yml and MYMETA.json
14458 BRONG/Net-CardDAVTalk-0.02.tar.gz
14459 /usr/bin/perl Makefile.PL -- OK
14460Running make for B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
14461cp lib/Net/CardDAVTalk.pm blib/lib/Net/CardDAVTalk.pm
14462cp lib/Net/CardDAVTalk/VCard.pm blib/lib/Net/CardDAVTalk/VCard.pm
14463Manifying blib/man3/Net::CardDAVTalk.3pm
14464Manifying blib/man3/Net::CardDAVTalk::VCard.3pm
14465 BRONG/Net-CardDAVTalk-0.02.tar.gz
14466 /usr/bin/make -- OK
14467 BRONG/Net-CardDAVTalk-0.02.tar.gz
14468 Skipping test because of notest pragma
14469Running make install
14470Installing /usr/local/share/perl5/Net/CardDAVTalk.pm
14471Installing /usr/local/share/perl5/Net/CardDAVTalk/VCard.pm
14472Installing /usr/local/share/man/man3/Net::CardDAVTalk.3pm
14473Appending installation info to /usr/lib64/perl5/perllocal.pod
14474 BRONG/Net-CardDAVTalk-0.02.tar.gz
14475 /usr/bin/make install -- OK
14476Net::CardDAVTalk::VCard is up to date (undef).
14477Net::Cmd is up to date (3.07).
14478Net::DNS is up to date (1.04).
14479Net::DNS::Resolver is up to date (1430).
14480Net::Server::Fork is up to date (undef).
14481Template is up to date (2.26).
14482
14483cpan[2]> Lockfile removed.
14484 ---> 839c034760f2
14485Removing intermediate container cd5565dfe151
14486Step 21 : ADD nginx.conf /etc/nginx/nginx.conf
14487 ---> 06b47f80ce37
14488Removing intermediate container 33da7217137f
14489Step 22 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
14490== ./03-ldap-master ==
14491Sending build context to Docker daemon 5.12 kB
14492Sending build context to Docker daemon 5.12 kB
14493
14494Step 0 : FROM kolab/base-ldap:latest
14495 ---> 30f0b219f892
14496Step 1 : ADD /entrypoint.sh /entrypoint.sh
14497 ---> Using cache
14498 ---> ddf366c30dbf
14499Step 2 : RUN chmod a+x /entrypoint.sh
14500 ---> Using cache
14501 ---> 8b79ba3e8e89
14502Step 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
14503 ---> Using cache
14504 ---> 3e90cbdea9e7
14505Successfully built 3e90cbdea9e7
14506== ./03-ldap-slave ==
14507Sending build context to Docker daemon 3.072 kB
14508Sending build context to Docker daemon 3.072 kB
14509
14510Step 0 : FROM kolab/base-ldap:latest
14511 ---> 30f0b219f892
14512Step 1 : ADD /entrypoint.sh /entrypoint.sh
14513 ---> Using cache
14514 ---> c07f02a59484
14515Step 2 : RUN chmod a+x /entrypoint.sh
14516 ---> Using cache
14517 ---> e593be5e550f
14518Successfully built e593be5e550f
14519== ./03-manticore ==
14520Sending build context to Docker daemon 4.608 kB
14521Sending build context to Docker daemon 4.608 kB
14522
14523Step 0 : FROM kolab/base-nodejs:latest
14524 ---> 2cb21f4fe69d
14525Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
14526 ---> Using cache
14527 ---> f1410c15fb82
14528Step 2 : RUN npm --verbose install -g grunt-cli phantomjs && rm -rf /root/.npm/
14529 ---> Using cache
14530 ---> 2a184b1d8247
14531Step 3 : WORKDIR /var/www/
14532 ---> Using cache
14533 ---> 72a0734ef6d8
14534Step 4 : RUN git clone https://git.kolab.org/diffusion/M/manticore.git /var/www/manticore.git/
14535 ---> Using cache
14536 ---> 427cbefb1a88
14537Step 5 : WORKDIR /var/www/manticore.git/
14538 ---> Using cache
14539 ---> e26bec5b698e
14540Step 6 : RUN npm --verbose install && npm --verbose dedupe && rm -rf /root/.npm/
14541 ---> Using cache
14542 ---> 7e4b490e1083
14543Step 7 : RUN bower install --allow-root
14544 ---> Using cache
14545 ---> 88055e3819ad
14546Step 8 : RUN grunt build
14547 ---> Using cache
14548 ---> d67b00a9320b
14549Step 9 : RUN mv server/config/local.env.sample.js server/config/local.env.js
14550 ---> Using cache
14551 ---> 9089fd2c5a8d
14552Step 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
14553 ---> Using cache
14554 ---> 1cc4375aa68f
14555Step 11 : RUN sed -r -i -e 's|^(\s+)root:.*,$|\1root: "/var/www/manticore.git",|g' server/config/environment/index.js
14556 ---> Using cache
14557 ---> a35ed59841b4
14558Step 12 : RUN chown nobody:nobody /var/www/manticore.git/server/config/seed.js /var/www/manticore.git/server/config/
14559 ---> Using cache
14560 ---> dc787729bd3b
14561Step 13 : RUN ln -s dist/public/ public
14562 ---> Using cache
14563 ---> 5046b0b4203e
14564Step 14 : ADD /entrypoint.sh /entrypoint.sh
14565 ---> Using cache
14566 ---> af5eef990000
14567Step 15 : RUN chmod a+x /entrypoint.sh
14568 ---> Using cache
14569 ---> 8067c14ecf78
14570Step 16 : ENTRYPOINT /entrypoint.sh
14571 ---> Using cache
14572 ---> 55bd319ad120
14573Step 17 : USER nobody
14574 ---> Using cache
14575 ---> b3d3edaa55e3
14576Step 18 : ENV NODE_PATH /usr/lib/node_modules:/var/www/manticore.git/node_modules
14577 ---> Using cache
14578 ---> 71a57d85e606
14579Step 19 : ENV NODE_ENV production
14580 ---> Using cache
14581 ---> d8ff9cb9ff0c
14582Step 20 : CMD /bin/node /var/www/manticore.git/server/app.js
14583 ---> Using cache
14584 ---> de5664ae2ff1
14585Successfully built de5664ae2ff1
14586== ./03-roundcubemail ==
14587Sending build context to Docker daemon 4.608 kB
14588Sending build context to Docker daemon 4.608 kB
14589
14590Step 0 : FROM kolab/base-web-rc:latest
14591 ---> 38f04a91d09d
14592Step 1 : RUN yum -y install roundcubemail roundcubemail-plugin-contextmenu roundcubemail-plugins-kolab && yum clean all
14593 ---> Using cache
14594 ---> 15692be0d784
14595Step 2 : ADD /entrypoint.sh /entrypoint.sh
14596 ---> Using cache
14597 ---> c95062b7104a
14598Step 3 : RUN chmod a+x /entrypoint.sh
14599 ---> Using cache
14600 ---> a54c0a1508fd
14601Successfully built a54c0a1508fd
14602== ./03-roundcube-next ==
14603Sending build context to Docker daemon 4.096 kB
14604Sending build context to Docker daemon 4.096 kB
14605
14606Step 0 : FROM kolab/base-nodejs:latest
14607 ---> 2cb21f4fe69d
14608Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
14609 ---> Using cache
14610 ---> f1410c15fb82
14611Step 2 : RUN yum -y install ruby-devel rubygem-bundler && yum clean all
14612 ---> Using cache
14613 ---> d673f10a47d7
14614Step 3 : RUN npm install --verbose -g ember-cli && rm -rf /root/.npm/
14615 ---> Using cache
14616 ---> 74c9f40ce95b
14617Step 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/
14618 ---> Using cache
14619 ---> 3a89f3ee76fc
14620Step 5 : WORKDIR /var/www/roundcube-shell.git/
14621 ---> Using cache
14622 ---> 65df337c01a8
14623Step 6 : RUN npm install --verbose && rm -rf /root/.npm/
14624 ---> Using cache
14625 ---> ca0d2aaba714
14626Step 7 : RUN bower --allow-root install
14627 ---> Using cache
14628 ---> b0e64f43ae20
14629Step 8 : RUN sed -i -e '/ES6 only/,+19d' node_modules/jscs/lib/config/configuration.js
14630 ---> Using cache
14631 ---> e59c9ad69999
14632Step 9 : ADD /entrypoint.sh /entrypoint.sh
14633 ---> Using cache
14634 ---> 1cab35fc6ca7
14635Step 10 : RUN chmod a+x /entrypoint.sh
14636 ---> Using cache
14637 ---> 19846fcfa7cb
14638Step 11 : CMD ember server --live-reload=false
14639 ---> Using cache
14640 ---> 88b6aff86aea
14641Successfully built 88b6aff86aea
14642== ./03-submission ==
14643Sending build context to Docker daemon 2.048 kB
14644Sending build context to Docker daemon 2.048 kB
14645
14646Step 0 : FROM kolab/base-mx:latest
14647 ---> 9f74e7d3405f
14648Step 1 : RUN yum -y install kolab-saslauthd && yum clean all
14649 ---> Using cache
14650 ---> 51d76a8ad977
14651Step 2 : EXPOSE 587
14652 ---> Using cache
14653 ---> 08c2c8065ee6
14654Successfully built 08c2c8065ee6
14655== ./03-syncroton ==
14656Sending build context to Docker daemon 3.072 kB
14657Sending build context to Docker daemon 3.072 kB
14658
14659Step 0 : FROM kolab/base-web-rc:latest
14660 ---> 38f04a91d09d
14661Step 1 : RUN yum -y install kolab-syncroton && yum clean all
14662 ---> Using cache
14663 ---> 8e19a269702f
14664Step 2 : ADD /entrypoint.sh /entrypoint.sh
14665 ---> Using cache
14666 ---> 560514aa87f5
14667Step 3 : RUN chmod a+x /entrypoint.sh
14668 ---> Using cache
14669 ---> f5518e76493a
14670Successfully built f5518e76493a
14671== ./03-wallace ==
14672Sending build context to Docker daemon 3.584 kB
14673Sending build context to Docker daemon 3.584 kB
14674
14675Step 0 : FROM kolab/base:latest
14676 ---> 2e19a966cccb
14677Step 1 : RUN yum -y install wallace && yum clean all
14678 ---> Using cache
14679 ---> 843c051fde36
14680Step 2 : ADD /entrypoint.sh /entrypoint.sh
14681 ---> Using cache
14682 ---> cc25c8f5ba34
14683Step 3 : RUN chmod a+x /entrypoint.sh
14684 ---> Using cache
14685 ---> 749a4868a7a8
14686Step 4 : VOLUME /var/spool/pykolab/wallace
14687 ---> Using cache
14688 ---> bee063bd6afa
14689Step 5 : EXPOSE 10026
14690 ---> Using cache
14691 ---> 577cf67c6e79
14692Step 6 : CMD wallaced
14693 ---> Using cache
14694 ---> 29a12c284a78
14695Successfully built 29a12c284a78
14696== ./03-webadmin ==
14697Sending build context to Docker daemon 4.608 kB
14698Sending build context to Docker daemon 4.608 kB
14699
14700Step 0 : FROM kolab/base-web-rc:latest
14701 ---> 38f04a91d09d
14702Step 1 : RUN yum -y --setopt tsflags= install kolab-webadmin && yum -y install mariadb pykolab && yum clean all
14703 ---> Using cache
14704 ---> 3e4c231221b9
14705Step 2 : ADD /entrypoint.sh /entrypoint.sh
14706 ---> Using cache
14707 ---> acafd3945a79
14708Step 3 : RUN chmod a+x /entrypoint.sh
14709 ---> Using cache
14710 ---> 957e853ee850
14711Successfully built 957e853ee850
14712== ./04-chwala-database ==
14713Sending build context to Docker daemon 2.048 kB
14714Sending build context to Docker daemon 2.048 kB
14715
14716Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
14717 ---> 458edacb7bed
14718Step 1 : RUN sed -i -r -e 's/name: mariadb/name: chwala-database/g' /application-entity/artifacts/kubernetes/*.yaml
14719 ---> Using cache
14720 ---> 2fc63947e0fd
14721Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: chwala-database-/g' /application-entity/Nulecule
14722 ---> Using cache
14723 ---> 74ac1f0f2c17
14724Successfully built 74ac1f0f2c17
14725== ./04-freebusy-database ==
14726Sending build context to Docker daemon 2.048 kB
14727Sending build context to Docker daemon 2.048 kB
14728
14729Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
14730 ---> 458edacb7bed
14731Step 1 : RUN sed -i -r -e 's/name: mariadb/name: freebusy-database/g' /application-entity/artifacts/kubernetes/*.yaml
14732 ---> Using cache
14733 ---> ab81df280fa0
14734Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: freebusy-database-/g' /application-entity/Nulecule
14735 ---> Using cache
14736 ---> 8ea246e81fe9
14737Successfully built 8ea246e81fe9
14738== ./04-irony-database ==
14739Sending build context to Docker daemon 2.048 kB
14740Sending build context to Docker daemon 2.048 kB
14741
14742Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
14743 ---> 458edacb7bed
14744Step 1 : RUN sed -i -r -e 's/name: mariadb/name: irony-database/g' /application-entity/artifacts/kubernetes/*.yaml
14745 ---> Using cache
14746 ---> ab400946cdbd
14747Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: irony-database-/g' /application-entity/Nulecule
14748 ---> Using cache
14749 ---> 0a35acae8ff8
14750Successfully built 0a35acae8ff8
14751== ./04-roundcubemail-database ==
14752Sending build context to Docker daemon 2.048 kB
14753Sending build context to Docker daemon 2.048 kB
14754
14755Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
14756 ---> 458edacb7bed
14757Step 1 : RUN sed -i -r -e 's/name: mariadb/name: roundcubemail-database/g' /application-entity/artifacts/kubernetes/*.yaml
14758 ---> Using cache
14759 ---> c921908a4ebe
14760Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: roundcubemail-database-/g' /application-entity/Nulecule
14761 ---> Using cache
14762 ---> df12995f6bfe
14763Successfully built df12995f6bfe
14764== ./04-syncroton-database ==
14765Sending build context to Docker daemon 2.048 kB
14766Sending build context to Docker daemon 2.048 kB
14767
14768Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
14769 ---> 458edacb7bed
14770Step 1 : RUN sed -i -r -e 's/name: mariadb/name: syncroton-database/g' /application-entity/artifacts/kubernetes/*.yaml
14771 ---> Using cache
14772 ---> afe6f44a7aa0
14773Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: syncroton-database-/g' /application-entity/Nulecule
14774 ---> Using cache
14775 ---> 08bd80e96948
14776Successfully built 08bd80e96948
14777== ./04-webadmin-database ==
14778Sending build context to Docker daemon 2.048 kB
14779Sending build context to Docker daemon 2.048 kB
14780
14781Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
14782 ---> 458edacb7bed
14783Step 1 : RUN sed -i -r -e 's/name: mariadb/name: webadmin-database/g' /application-entity/artifacts/kubernetes/*.yaml
14784 ---> Using cache
14785 ---> ba8bdee8917e
14786Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: webadmin-database-/g' /application-entity/Nulecule
14787 ---> Using cache
14788 ---> c422f472202a
14789Successfully built c422f472202a
14790== ./05-asav-in-atomicapp ==
14791Sending build context to Docker daemon 9.216 kB
14792Sending build context to Docker daemon 9.216 kB
14793
14794Step 0 : FROM projectatomic/atomicapp:0.3.0
14795 ---> d31c1e84399e
14796Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
14797 ---> Using cache
14798 ---> 33db8c6b467d
14799Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
14800 ---> Using cache
14801 ---> e39c6e93bb44
14802Step 3 : ADD /Nulecule /Dockerfile /application-entity/
14803 ---> Using cache
14804 ---> 3534e6728c78
14805Step 4 : ADD /artifacts /application-entity/artifacts/
14806 ---> Using cache
14807 ---> 3d338caccd1c
14808Successfully built 3d338caccd1c
14809== ./05-asav-out-atomicapp ==
14810Sending build context to Docker daemon 9.216 kB
14811Sending build context to Docker daemon 9.216 kB
14812
14813Step 0 : FROM projectatomic/atomicapp:0.3.0
14814 ---> d31c1e84399e
14815Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
14816 ---> Using cache
14817 ---> 33db8c6b467d
14818Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
14819 ---> Using cache
14820 ---> e39c6e93bb44
14821Step 3 : ADD /Nulecule /Dockerfile /application-entity/
14822 ---> Using cache
14823 ---> d9ef93e55d44
14824Step 4 : ADD /artifacts /application-entity/artifacts/
14825 ---> Using cache
14826 ---> 3431792bf326
14827Successfully built 3431792bf326
14828== ./05-chwala-atomicapp ==
14829Sending build context to Docker daemon 10.24 kB
14830Sending build context to Docker daemon 10.24 kB
14831
14832Step 0 : FROM projectatomic/atomicapp:0.3.0
14833 ---> d31c1e84399e
14834Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
14835 ---> Using cache
14836 ---> 33db8c6b467d
14837Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
14838 ---> Using cache
14839 ---> e39c6e93bb44
14840Step 3 : ADD /Nulecule /Dockerfile /application-entity/
14841 ---> Using cache
14842 ---> 465d54a4d4e0
14843Step 4 : ADD /artifacts /application-entity/artifacts/
14844 ---> Using cache
14845 ---> 8aa217b8359b
14846Successfully built 8aa217b8359b
14847== ./05-ext-mx-in-atomicapp ==
14848Sending build context to Docker daemon 12.29 kB
14849Sending build context to Docker daemon 12.29 kB
14850
14851Step 0 : FROM projectatomic/atomicapp:0.3.0
14852 ---> d31c1e84399e
14853Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
14854 ---> Using cache
14855 ---> 33db8c6b467d
14856Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
14857 ---> Using cache
14858 ---> e39c6e93bb44
14859Step 3 : ADD /Nulecule /Dockerfile /application-entity/
14860 ---> Using cache
14861 ---> 2b48026bfc67
14862Step 4 : ADD /artifacts /application-entity/artifacts/
14863 ---> Using cache
14864 ---> d0f076524648
14865Successfully built d0f076524648
14866== ./05-ext-mx-out-atomicapp ==
14867Sending build context to Docker daemon 10.75 kB
14868Sending build context to Docker daemon 10.75 kB
14869
14870Step 0 : FROM projectatomic/atomicapp:0.3.0
14871 ---> d31c1e84399e
14872Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
14873 ---> Using cache
14874 ---> 33db8c6b467d
14875Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
14876 ---> Using cache
14877 ---> e39c6e93bb44
14878Step 3 : ADD /Nulecule /Dockerfile /application-entity/
14879 ---> Using cache
14880 ---> 913062ee2614
14881Step 4 : ADD /artifacts /application-entity/artifacts/
14882 ---> Using cache
14883 ---> f76f8215f00d
14884Successfully built f76f8215f00d
14885== ./05-freebusy-atomicapp ==
14886Sending build context to Docker daemon 12.29 kB
14887Sending build context to Docker daemon 12.29 kB
14888
14889Step 0 : FROM projectatomic/atomicapp:0.3.0
14890 ---> d31c1e84399e
14891Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
14892 ---> Using cache
14893 ---> 33db8c6b467d
14894Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
14895 ---> Using cache
14896 ---> e39c6e93bb44
14897Step 3 : ADD /Nulecule /Dockerfile /application-entity/
14898 ---> Using cache
14899 ---> f920a74a0eec
14900Step 4 : ADD /artifacts /application-entity/artifacts/
14901 ---> Using cache
14902 ---> 21917177a8ef
14903Successfully built 21917177a8ef
14904== ./05-guam-atomicapp ==
14905Sending build context to Docker daemon 13.82 kB
14906Sending build context to Docker daemon 13.82 kB
14907
14908Step 0 : FROM projectatomic/atomicapp:0.3.0
14909 ---> d31c1e84399e
14910Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
14911 ---> Using cache
14912 ---> 33db8c6b467d
14913Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
14914 ---> Using cache
14915 ---> e39c6e93bb44
14916Step 3 : ADD /Nulecule /Dockerfile /application-entity/
14917 ---> Using cache
14918 ---> c47a5132ae99
14919Step 4 : ADD /artifacts /application-entity/artifacts/
14920 ---> Using cache
14921 ---> cfb959996551
14922Successfully built cfb959996551
14923== ./05-imapb-atomicapp ==
14924Sending build context to Docker daemon 10.24 kB
14925Sending build context to Docker daemon 10.24 kB
14926
14927Step 0 : FROM projectatomic/atomicapp:0.3.0
14928 ---> d31c1e84399e
14929Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
14930 ---> Using cache
14931 ---> 33db8c6b467d
14932Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
14933 ---> Using cache
14934 ---> e39c6e93bb44
14935Step 3 : ADD /Nulecule /Dockerfile /application-entity/
14936 ---> Using cache
14937 ---> 57ff3d146e01
14938Step 4 : ADD /artifacts /application-entity/artifacts/
14939 ---> Using cache
14940 ---> 53f42fde8d92
14941Successfully built 53f42fde8d92
14942== ./05-imapf-ext-atomicapp ==
14943Sending build context to Docker daemon 11.78 kB
14944Sending build context to Docker daemon 11.78 kB
14945
14946Step 0 : FROM projectatomic/atomicapp:0.3.0
14947 ---> d31c1e84399e
14948Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
14949 ---> Using cache
14950 ---> 33db8c6b467d
14951Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
14952 ---> Using cache
14953 ---> e39c6e93bb44
14954Step 3 : ADD /Nulecule /Dockerfile /application-entity/
14955 ---> Using cache
14956 ---> 0d981e88789b
14957Step 4 : ADD /artifacts /application-entity/artifacts/
14958 ---> Using cache
14959 ---> d17aac846631
14960Successfully built d17aac846631
14961== ./05-imapf-int-atomicapp ==
14962Sending build context to Docker daemon 11.78 kB
14963Sending build context to Docker daemon 11.78 kB
14964
14965Step 0 : FROM projectatomic/atomicapp:0.3.0
14966 ---> d31c1e84399e
14967Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
14968 ---> Using cache
14969 ---> 33db8c6b467d
14970Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
14971 ---> Using cache
14972 ---> e39c6e93bb44
14973Step 3 : ADD /Nulecule /Dockerfile /application-entity/
14974 ---> Using cache
14975 ---> 689a0bc30d6e
14976Step 4 : ADD /artifacts /application-entity/artifacts/
14977 ---> Using cache
14978 ---> eaf3201f6ba8
14979Successfully built eaf3201f6ba8
14980== ./05-imap-mupdate-atomicapp ==
14981Sending build context to Docker daemon 10.75 kB
14982Sending build context to Docker daemon 10.75 kB
14983
14984Step 0 : FROM projectatomic/atomicapp:0.3.0
14985 ---> d31c1e84399e
14986Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
14987 ---> Using cache
14988 ---> 33db8c6b467d
14989Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
14990 ---> Using cache
14991 ---> e39c6e93bb44
14992Step 3 : ADD /Nulecule /Dockerfile /application-entity/
14993 ---> Using cache
14994 ---> dd6d70f08275
14995Step 4 : ADD /artifacts /application-entity/artifacts/
14996 ---> Using cache
14997 ---> 4b912c11822b
14998Successfully built 4b912c11822b
14999== ./05-int-mx-atomicapp ==
15000Sending build context to Docker daemon 12.29 kB
15001Sending build context to Docker daemon 12.29 kB
15002
15003Step 0 : FROM projectatomic/atomicapp:0.3.0
15004 ---> d31c1e84399e
15005Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
15006 ---> Using cache
15007 ---> 33db8c6b467d
15008Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
15009 ---> Using cache
15010 ---> e39c6e93bb44
15011Step 3 : ADD /Nulecule /Dockerfile /application-entity/
15012 ---> Using cache
15013 ---> 6754eaa1fc6d
15014Step 4 : ADD /artifacts /application-entity/artifacts/
15015 ---> Using cache
15016 ---> b4c171faa199
15017Successfully built b4c171faa199
15018== ./05-irony-atomicapp ==
15019Sending build context to Docker daemon 10.24 kB
15020Sending build context to Docker daemon 10.24 kB
15021
15022Step 0 : FROM projectatomic/atomicapp:0.3.0
15023 ---> d31c1e84399e
15024Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
15025 ---> Using cache
15026 ---> 33db8c6b467d
15027Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
15028 ---> Using cache
15029 ---> e39c6e93bb44
15030Step 3 : ADD /Nulecule /Dockerfile /application-entity/
15031 ---> Using cache
15032 ---> e7018f68a189
15033Step 4 : ADD /artifacts /application-entity/artifacts/
15034 ---> Using cache
15035 ---> 7991e35f2398
15036Successfully built 7991e35f2398
15037== ./05-jmap-proxy-atomicapp ==
15038Sending build context to Docker daemon 8.192 kB
15039Sending build context to Docker daemon 8.192 kB
15040
15041Step 0 : FROM projectatomic/atomicapp:0.3.0
15042 ---> d31c1e84399e
15043Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
15044 ---> Using cache
15045 ---> 33db8c6b467d
15046Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
15047 ---> Using cache
15048 ---> e39c6e93bb44
15049Step 3 : ADD /Nulecule /Dockerfile /application-entity/
15050 ---> Using cache
15051 ---> f1a42613aa05
15052Step 4 : ADD /artifacts /application-entity/artifacts/
15053 ---> Using cache
15054 ---> 79162277e29a
15055Successfully built 79162277e29a
15056== ./05-ldap-master-atomicapp ==
15057Sending build context to Docker daemon 11.78 kB
15058Sending build context to Docker daemon 11.78 kB
15059
15060Step 0 : FROM projectatomic/atomicapp:0.3.0
15061 ---> d31c1e84399e
15062Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
15063 ---> Using cache
15064 ---> 33db8c6b467d
15065Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
15066 ---> Using cache
15067 ---> e39c6e93bb44
15068Step 3 : ADD /Nulecule /Dockerfile /application-entity/
15069 ---> Using cache
15070 ---> 5845a4614c41
15071Step 4 : ADD /artifacts /application-entity/artifacts/
15072 ---> Using cache
15073 ---> 228da6672ed7
15074Successfully built 228da6672ed7
15075== ./05-ldap-slave-atomicapp ==
15076Sending build context to Docker daemon 9.216 kB
15077Sending build context to Docker daemon 9.216 kB
15078
15079Step 0 : FROM projectatomic/atomicapp:0.3.0
15080 ---> d31c1e84399e
15081Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
15082 ---> Using cache
15083 ---> 33db8c6b467d
15084Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
15085 ---> Using cache
15086 ---> e39c6e93bb44
15087Step 3 : ADD /Nulecule /Dockerfile /application-entity/
15088 ---> Using cache
15089 ---> 327a62146ba7
15090Step 4 : ADD /artifacts /application-entity/artifacts/
15091 ---> Using cache
15092 ---> d1d59e5ffb9f
15093Successfully built d1d59e5ffb9f
15094== ./05-manticore-atomicapp ==
15095Sending build context to Docker daemon 10.75 kB
15096Sending build context to Docker daemon 10.75 kB
15097
15098Step 0 : FROM projectatomic/atomicapp:0.3.0
15099 ---> d31c1e84399e
15100Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
15101 ---> Using cache
15102 ---> 33db8c6b467d
15103Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
15104 ---> Using cache
15105 ---> e39c6e93bb44
15106Step 3 : ADD /Nulecule /Dockerfile /application-entity/
15107 ---> Using cache
15108 ---> 68493f092f6c
15109Step 4 : ADD /artifacts /application-entity/artifacts/
15110 ---> Using cache
15111 ---> 2ab5b47f42a0
15112Successfully built 2ab5b47f42a0
15113== ./05-roundcubemail-atomicapp ==
15114Sending build context to Docker daemon 11.26 kB
15115Sending build context to Docker daemon 11.26 kB
15116
15117Step 0 : FROM projectatomic/atomicapp:0.3.0
15118 ---> d31c1e84399e
15119Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
15120 ---> Using cache
15121 ---> 33db8c6b467d
15122Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
15123 ---> Using cache
15124 ---> e39c6e93bb44
15125Step 3 : ADD /Nulecule /Dockerfile /application-entity/
15126 ---> Using cache
15127 ---> 90e060678ca4
15128Step 4 : ADD /artifacts /application-entity/artifacts/
15129 ---> Using cache
15130 ---> a6af2c2a6a46
15131Successfully built a6af2c2a6a46
15132== ./05-roundcube-next-atomicapp ==
15133Sending build context to Docker daemon 10.24 kB
15134Sending build context to Docker daemon 10.24 kB
15135
15136Step 0 : FROM projectatomic/atomicapp:0.3.0
15137 ---> d31c1e84399e
15138Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
15139 ---> Using cache
15140 ---> 33db8c6b467d
15141Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
15142 ---> Using cache
15143 ---> e39c6e93bb44
15144Step 3 : ADD /Nulecule /Dockerfile /application-entity/
15145 ---> Using cache
15146 ---> f42cb64a0104
15147Step 4 : ADD /artifacts /application-entity/artifacts/
15148 ---> Using cache
15149 ---> d5fa7dafedff
15150Successfully built d5fa7dafedff
15151== ./05-submission-atomicapp ==
15152Sending build context to Docker daemon 9.216 kB
15153Sending build context to Docker daemon 9.216 kB
15154
15155Step 0 : FROM projectatomic/atomicapp:0.3.0
15156 ---> d31c1e84399e
15157Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
15158 ---> Using cache
15159 ---> 33db8c6b467d
15160Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
15161 ---> Using cache
15162 ---> e39c6e93bb44
15163Step 3 : ADD /Nulecule /Dockerfile /application-entity/
15164 ---> Using cache
15165 ---> 856bd342f331
15166Step 4 : ADD /artifacts /application-entity/artifacts/
15167 ---> Using cache
15168 ---> 6b9028676816
15169Successfully built 6b9028676816
15170== ./05-syncroton-atomicapp ==
15171Sending build context to Docker daemon 10.75 kB
15172Sending build context to Docker daemon 10.75 kB
15173
15174Step 0 : FROM projectatomic/atomicapp:0.3.0
15175 ---> d31c1e84399e
15176Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
15177 ---> Using cache
15178 ---> 33db8c6b467d
15179Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
15180 ---> Using cache
15181 ---> e39c6e93bb44
15182Step 3 : ADD /Nulecule /Dockerfile /application-entity/
15183 ---> Using cache
15184 ---> f576004f411c
15185Step 4 : ADD /artifacts /application-entity/artifacts/
15186 ---> Using cache
15187 ---> 18e004f0e1aa
15188Successfully built 18e004f0e1aa
15189== ./05-wallace-atomicapp ==
15190Sending build context to Docker daemon 9.728 kB
15191Sending build context to Docker daemon 9.728 kB
15192
15193Step 0 : FROM projectatomic/atomicapp:0.3.0
15194 ---> d31c1e84399e
15195Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
15196 ---> Using cache
15197 ---> 33db8c6b467d
15198Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
15199 ---> Using cache
15200 ---> e39c6e93bb44
15201Step 3 : ADD /Nulecule /Dockerfile /application-entity/
15202 ---> Using cache
15203 ---> 5b6ff58dfb29
15204Step 4 : ADD /artifacts /application-entity/artifacts/
15205 ---> Using cache
15206 ---> 26ea488bbb65
15207Successfully built 26ea488bbb65
15208== ./05-webadmin-atomicapp ==
15209Sending build context to Docker daemon 11.78 kB
15210Sending build context to Docker daemon 11.78 kB
15211
15212Step 0 : FROM projectatomic/atomicapp:0.3.0
15213 ---> d31c1e84399e
15214Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
15215 ---> Using cache
15216 ---> 33db8c6b467d
15217Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
15218 ---> Using cache
15219 ---> e39c6e93bb44
15220Step 3 : ADD /Nulecule /Dockerfile /application-entity/
15221 ---> Using cache
15222 ---> f684720221da
15223Step 4 : ADD /artifacts /application-entity/artifacts/
15224 ---> Using cache
15225 ---> 530b684a894c
15226Successfully built 530b684a894c
15227== ./99-ci-maipo ==
15228Sending build context to Docker daemon 37.89 kB
15229Sending build context to Docker daemon 37.89 kB
15230
15231Step 0 : FROM centos:centos7
15232 ---> 14dab3d40372
15233Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
15234 ---> Using cache
15235 ---> 3e7d88203a14
15236Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
15237
15238 ---> Using cache
15239 ---> ab7c71db9773
15240Step 3 : ADD http://obs.kolabsys.com/repositories/Kolab:/3.4/CentOS_7/Kolab:3.4.repo /etc/yum.repos.d/Kolab:3.4.repo
15241
15242 ---> Using cache
15243 ---> 3fa438fc3c62
15244Step 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
15245
15246 ---> Using cache
15247 ---> f92d44cf6fdf
15248Step 5 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
15249 ---> Using cache
15250 ---> 5ef235ab9b71
15251Step 6 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4.repo
15252 ---> Using cache
15253 ---> 910e49db36e9
15254Step 7 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4:Updates.repo
15255 ---> Using cache
15256 ---> d1294c339231
15257Step 8 : RUN rpm --import https://ssl.kolabsys.com/community.asc
15258 ---> Using cache
15259 ---> 52a9f10af2f3
15260Step 9 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
15261
15262 ---> Using cache
15263 ---> f4cdc52062f3
15264Step 10 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
15265 ---> Using cache
15266 ---> ae324edd48db
15267Step 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
15268 ---> Using cache
15269 ---> 28d0d54cbfa3
15270Step 12 : ENV IMAGE maipo
15271 ---> Using cache
15272 ---> f7884902eed9
15273Step 13 : ADD /dbus.service /etc/systemd/system/dbus.service
15274 ---> Using cache
15275 ---> a97d327daabb
15276Step 14 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
15277 ---> Using cache
15278 ---> 9cbe3c60d9d0
15279Step 15 : ADD /httpd.service /etc/systemd/system/httpd.service
15280 ---> Using cache
15281 ---> 929d32691558
15282Step 16 : ADD /systemctl /usr/bin/systemctl
15283 ---> Using cache
15284 ---> 1cb8a2a85f39
15285Step 17 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
15286 ---> Using cache
15287 ---> 7431925ad499
15288Step 18 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
15289 ---> Using cache
15290 ---> 37281693b2a6
15291Step 19 : ADD /vimrc /root/.vimrc
15292 ---> Using cache
15293 ---> 4bd6dcee9b19
15294Step 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
15295 ---> Using cache
15296 ---> 7f0a4abf5f74
15297Step 21 : RUN sed -i -e '/requiretty/d' /etc/sudoers
15298 ---> Using cache
15299 ---> 2b3e1fedcbb4
15300Step 22 : WORKDIR /srv
15301 ---> Using cache
15302 ---> 6d95db66eb08
15303Step 23 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
15304 ---> Using cache
15305 ---> 252aed621b30
15306Step 24 : WORKDIR /srv/closure-compiler.git
15307 ---> Using cache
15308 ---> 0ae34775d373
15309Step 25 : RUN ant jar
15310 ---> Using cache
15311 ---> cab8c0220750
15312Step 26 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
15313 ---> Running in d79a51b6fb67
15314--2015-12-29 20:07:32-- http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
15315Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
15316Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
15317HTTP request sent, awaiting response... 200 OK
15318Length: 31750379 (30M) [application/x-java-archive]
15319Saving to: '/usr/local/lib/selenium-server-standalone.jar'
15320
15321 0K .......... .......... .......... .......... .......... 0% 14.2M 2s
15322 50K .......... .......... .......... .......... .......... 0% 44.2M 1s
15323 100K .......... .......... .......... .......... .......... 0% 61.0M 1s
15324 150K .......... .......... .......... .......... .......... 0% 31.6M 1s
15325 200K .......... .......... .......... .......... .......... 0% 176M 1s
15326 250K .......... .......... .......... .......... .......... 0% 47.5M 1s
15327 300K .......... .......... .......... .......... .......... 1% 52.2M 1s
15328 350K .......... .......... .......... .......... .......... 1% 50.6M 1s
15329 400K .......... .......... .......... .......... .......... 1% 87.4M 1s
15330 450K .......... .......... .......... .......... .......... 1% 76.2M 1s
15331 500K .......... .......... .......... .......... .......... 1% 54.8M 1s
15332 550K .......... .......... .......... .......... .......... 1% 49.8M 1s
15333 600K .......... .......... .......... .......... .......... 2% 57.6M 1s
15334 650K .......... .......... .......... .......... .......... 2% 203M 1s
15335 700K .......... .......... .......... .......... .......... 2% 52.3M 1s
15336 750K .......... .......... .......... .......... .......... 2% 50.6M 1s
15337 800K .......... .......... .......... .......... .......... 2% 61.1M 1s
15338 850K .......... .......... .......... .......... .......... 2% 86.1M 1s
15339 900K .......... .......... .......... .......... .......... 3% 94.6M 1s
15340 950K .......... .......... .......... .......... .......... 3% 54.6M 1s
15341 1000K .......... .......... .......... .......... .......... 3% 40.5M 1s
15342 1050K .......... .......... .......... .......... .......... 3% 52.9M 1s
15343 1100K .......... .......... .......... .......... .......... 3% 187M 1s
15344 1150K .......... .......... .......... .......... .......... 3% 56.5M 1s
15345 1200K .......... .......... .......... .......... .......... 4% 45.6M 1s
15346 1250K .......... .......... .......... .......... .......... 4% 56.2M 1s
15347 1300K .......... .......... .......... .......... .......... 4% 93.8M 1s
15348 1350K .......... .......... .......... .......... .......... 4% 87.5M 1s
15349 1400K .......... .......... .......... .......... .......... 4% 40.7M 1s
15350 1450K .......... .......... .......... .......... .......... 4% 60.4M 1s
15351 1500K .......... .......... .......... .......... .......... 4% 59.4M 1s
15352 1550K .......... .......... .......... .......... .......... 5% 85.6M 1s
15353 1600K .......... .......... .......... .......... .......... 5% 71.9M 1s
15354 1650K .......... .......... .......... .......... .......... 5% 58.9M 1s
15355 1700K .......... .......... .......... .......... .......... 5% 53.9M 1s
15356 1750K .......... .......... .......... .......... .......... 5% 55.7M 1s
15357 1800K .......... .......... .......... .......... .......... 5% 76.7M 1s
15358 1850K .......... .......... .......... .......... .......... 6% 96.9M 1s
15359 1900K .......... .......... .......... .......... .......... 6% 50.9M 1s
15360 1950K .......... .......... .......... .......... .......... 6% 41.8M 1s
15361 2000K .......... .......... .......... .......... .......... 6% 62.1M 1s
15362 2050K .......... .......... .......... .......... .......... 6% 196M 0s
15363 2100K .......... .......... .......... .......... .......... 6% 64.4M 0s
15364 2150K .......... .......... .......... .......... .......... 7% 62.9M 0s
15365 2200K .......... .......... .......... .......... .......... 7% 42.1M 0s
15366 2250K .......... .......... .......... .......... .......... 7% 59.9M 0s
15367 2300K .......... .......... .......... .......... .......... 7% 115M 0s
15368 2350K .......... .......... .......... .......... .......... 7% 74.7M 0s
15369 2400K .......... .......... .......... .......... .......... 7% 53.1M 0s
15370 2450K .......... .......... .......... .......... .......... 8% 57.7M 0s
15371 2500K .......... .......... .......... .......... .......... 8% 230M 0s
15372 2550K .......... .......... .......... .......... .......... 8% 64.4M 0s
15373 2600K .......... .......... .......... .......... .......... 8% 41.2M 0s
15374 2650K .......... .......... .......... .......... .......... 8% 57.4M 0s
15375 2700K .......... .......... .......... .......... .......... 8% 99.6M 0s
15376 2750K .......... .......... .......... .......... .......... 9% 83.6M 0s
15377 2800K .......... .......... .......... .......... .......... 9% 52.8M 0s
15378 2850K .......... .......... .......... .......... .......... 9% 65.6M 0s
15379 2900K .......... .......... .......... .......... .......... 9% 54.6M 0s
15380 2950K .......... .......... .......... .......... .......... 9% 89.6M 0s
15381 3000K .......... .......... .......... .......... .......... 9% 66.0M 0s
15382 3050K .......... .......... .......... .......... .......... 9% 59.3M 0s
15383 3100K .......... .......... .......... .......... .......... 10% 63.3M 0s
15384 3150K .......... .......... .......... .......... .......... 10% 45.8M 0s
15385 3200K .......... .......... .......... .......... .......... 10% 83.1M 0s
15386 3250K .......... .......... .......... .......... .......... 10% 95.0M 0s
15387 3300K .......... .......... .......... .......... .......... 10% 49.5M 0s
15388 3350K .......... .......... .......... .......... .......... 10% 44.8M 0s
15389 3400K .......... .......... .......... .......... .......... 11% 49.4M 0s
15390 3450K .......... .......... .......... .......... .......... 11% 192M 0s
15391 3500K .......... .......... .......... .......... .......... 11% 52.4M 0s
15392 3550K .......... .......... .......... .......... .......... 11% 51.7M 0s
15393 3600K .......... .......... .......... .......... .......... 11% 55.8M 0s
15394 3650K .......... .......... .......... .......... .......... 11% 96.6M 0s
15395 3700K .......... .......... .......... .......... .......... 12% 70.6M 0s
15396 3750K .......... .......... .......... .......... .......... 12% 51.0M 0s
15397 3800K .......... .......... .......... .......... .......... 12% 62.2M 0s
15398 3850K .......... .......... .......... .......... .......... 12% 59.8M 0s
15399 3900K .......... .......... .......... .......... .......... 12% 132M 0s
15400 3950K .......... .......... .......... .......... .......... 12% 51.1M 0s
15401 4000K .......... .......... .......... .......... .......... 13% 40.9M 0s
15402 4050K .......... .......... .......... .......... .......... 13% 51.1M 0s
15403 4100K .......... .......... .......... .......... .......... 13% 118M 0s
15404 4150K .......... .......... .......... .......... .......... 13% 91.9M 0s
15405 4200K .......... .......... .......... .......... .......... 13% 74.8M 0s
15406 4250K .......... .......... .......... .......... .......... 13% 88.5M 0s
15407 4300K .......... .......... .......... .......... .......... 14% 79.8M 0s
15408 4350K .......... .......... .......... .......... .......... 14% 114M 0s
15409 4400K .......... .......... .......... .......... .......... 14% 97.9M 0s
15410 4450K .......... .......... .......... .......... .......... 14% 94.4M 0s
15411 4500K .......... .......... .......... .......... .......... 14% 71.0M 0s
15412 4550K .......... .......... .......... .......... .......... 14% 91.9M 0s
15413 4600K .......... .......... .......... .......... .......... 14% 85.9M 0s
15414 4650K .......... .......... .......... .......... .......... 15% 135M 0s
15415 4700K .......... .......... .......... .......... .......... 15% 80.2M 0s
15416 4750K .......... .......... .......... .......... .......... 15% 89.6M 0s
15417 4800K .......... .......... .......... .......... .......... 15% 69.9M 0s
15418 4850K .......... .......... .......... .......... .......... 15% 186M 0s
15419 4900K .......... .......... .......... .......... .......... 15% 78.8M 0s
15420 4950K .......... .......... .......... .......... .......... 16% 89.1M 0s
15421 5000K .......... .......... .......... .......... .......... 16% 78.5M 0s
15422 5050K .......... .......... .......... .......... .......... 16% 121M 0s
15423 5100K .......... .......... .......... .......... .......... 16% 135M 0s
15424 5150K .......... .......... .......... .......... .......... 16% 84.2M 0s
15425 5200K .......... .......... .......... .......... .......... 16% 82.2M 0s
15426 5250K .......... .......... .......... .......... .......... 17% 82.7M 0s
15427 5300K .......... .......... .......... .......... .......... 17% 211M 0s
15428 5350K .......... .......... .......... .......... .......... 17% 94.3M 0s
15429 5400K .......... .......... .......... .......... .......... 17% 83.9M 0s
15430 5450K .......... .......... .......... .......... .......... 17% 79.9M 0s
15431 5500K .......... .......... .......... .......... .......... 17% 123M 0s
15432 5550K .......... .......... .......... .......... .......... 18% 115M 0s
15433 5600K .......... .......... .......... .......... .......... 18% 77.1M 0s
15434 5650K .......... .......... .......... .......... .......... 18% 79.4M 0s
15435 5700K .......... .......... .......... .......... .......... 18% 102M 0s
15436 5750K .......... .......... .......... .......... .......... 18% 120M 0s
15437 5800K .......... .......... .......... .......... .......... 18% 113M 0s
15438 5850K .......... .......... .......... .......... .......... 19% 97.5M 0s
15439 5900K .......... .......... .......... .......... .......... 19% 90.5M 0s
15440 5950K .......... .......... .......... .......... .......... 19% 86.6M 0s
15441 6000K .......... .......... .......... .......... .......... 19% 106M 0s
15442 6050K .......... .......... .......... .......... .......... 19% 124M 0s
15443 6100K .......... .......... .......... .......... .......... 19% 85.8M 0s
15444 6150K .......... .......... .......... .......... .......... 19% 85.3M 0s
15445 6200K .......... .......... .......... .......... .......... 20% 88.7M 0s
15446 6250K .......... .......... .......... .......... .......... 20% 193M 0s
15447 6300K .......... .......... .......... .......... .......... 20% 102M 0s
15448 6350K .......... .......... .......... .......... .......... 20% 93.7M 0s
15449 6400K .......... .......... .......... .......... .......... 20% 75.9M 0s
15450 6450K .......... .......... .......... .......... .......... 20% 136M 0s
15451 6500K .......... .......... .......... .......... .......... 21% 117M 0s
15452 6550K .......... .......... .......... .......... .......... 21% 81.6M 0s
15453 6600K .......... .......... .......... .......... .......... 21% 77.5M 0s
15454 6650K .......... .......... .......... .......... .......... 21% 87.9M 0s
15455 6700K .......... .......... .......... .......... .......... 21% 189M 0s
15456 6750K .......... .......... .......... .......... .......... 21% 87.0M 0s
15457 6800K .......... .......... .......... .......... .......... 22% 83.9M 0s
15458 6850K .......... .......... .......... .......... .......... 22% 78.5M 0s
15459 6900K .......... .......... .......... .......... .......... 22% 125M 0s
15460 6950K .......... .......... .......... .......... .......... 22% 126M 0s
15461 7000K .......... .......... .......... .......... .......... 22% 80.1M 0s
15462 7050K .......... .......... .......... .......... .......... 22% 82.9M 0s
15463 7100K .......... .......... .......... .......... .......... 23% 83.8M 0s
15464 7150K .......... .......... .......... .......... .......... 23% 108M 0s
15465 7200K .......... .......... .......... .......... .......... 23% 122M 0s
15466 7250K .......... .......... .......... .......... .......... 23% 88.5M 0s
15467 7300K .......... .......... .......... .......... .......... 23% 89.5M 0s
15468 7350K .......... .......... .......... .......... .......... 23% 89.1M 0s
15469 7400K .......... .......... .......... .......... .......... 24% 118M 0s
15470 7450K .......... .......... .......... .......... .......... 24% 132M 0s
15471 7500K .......... .......... .......... .......... .......... 24% 78.3M 0s
15472 7550K .......... .......... .......... .......... .......... 24% 80.5M 0s
15473 7600K .......... .......... .......... .......... .......... 24% 84.6M 0s
15474 7650K .......... .......... .......... .......... .......... 24% 233M 0s
15475 7700K .......... .......... .......... .......... .......... 24% 94.4M 0s
15476 7750K .......... .......... .......... .......... .......... 25% 54.9M 0s
15477 7800K .......... .......... .......... .......... .......... 25% 85.0M 0s
15478 7850K .......... .......... .......... .......... .......... 25% 132M 0s
15479 7900K .......... .......... .......... .......... .......... 25% 141M 0s
15480 7950K .......... .......... .......... .......... .......... 25% 82.8M 0s
15481 8000K .......... .......... .......... .......... .......... 25% 76.3M 0s
15482 8050K .......... .......... .......... .......... .......... 26% 92.4M 0s
15483 8100K .......... .......... .......... .......... .......... 26% 227M 0s
15484 8150K .......... .......... .......... .......... .......... 26% 85.8M 0s
15485 8200K .......... .......... .......... .......... .......... 26% 76.5M 0s
15486 8250K .......... .......... .......... .......... .......... 26% 78.8M 0s
15487 8300K .......... .......... .......... .......... .......... 26% 127M 0s
15488 8350K .......... .......... .......... .......... .......... 27% 125M 0s
15489 8400K .......... .......... .......... .......... .......... 27% 83.5M 0s
15490 8450K .......... .......... .......... .......... .......... 27% 77.8M 0s
15491 8500K .......... .......... .......... .......... .......... 27% 74.0M 0s
15492 8550K .......... .......... .......... .......... .......... 27% 152M 0s
15493 8600K .......... .......... .......... .......... .......... 27% 105M 0s
15494 8650K .......... .......... .......... .......... .......... 28% 88.3M 0s
15495 8700K .......... .......... .......... .......... .......... 28% 78.4M 0s
15496 8750K .......... .......... .......... .......... .......... 28% 91.4M 0s
15497 8800K .......... .......... .......... .......... .......... 28% 109M 0s
15498 8850K .......... .......... .......... .......... .......... 28% 126M 0s
15499 8900K .......... .......... .......... .......... .......... 28% 84.8M 0s
15500 8950K .......... .......... .......... .......... .......... 29% 83.6M 0s
15501 9000K .......... .......... .......... .......... .......... 29% 84.5M 0s
15502 9050K .......... .......... .......... .......... .......... 29% 210M 0s
15503 9100K .......... .......... .......... .......... .......... 29% 92.4M 0s
15504 9150K .......... .......... .......... .......... .......... 29% 89.7M 0s
15505 9200K .......... .......... .......... .......... .......... 29% 76.5M 0s
15506 9250K .......... .......... .......... .......... .......... 29% 146M 0s
15507 9300K .......... .......... .......... .......... .......... 30% 134M 0s
15508 9350K .......... .......... .......... .......... .......... 30% 85.1M 0s
15509 9400K .......... .......... .......... .......... .......... 30% 76.7M 0s
15510 9450K .......... .......... .......... .......... .......... 30% 78.6M 0s
15511 9500K .......... .......... .......... .......... .......... 30% 218M 0s
15512 9550K .......... .......... .......... .......... .......... 30% 89.5M 0s
15513 9600K .......... .......... .......... .......... .......... 31% 74.8M 0s
15514 9650K .......... .......... .......... .......... .......... 31% 94.0M 0s
15515 9700K .......... .......... .......... .......... .......... 31% 79.5M 0s
15516 9750K .......... .......... .......... .......... .......... 31% 210M 0s
15517 9800K .......... .......... .......... .......... .......... 31% 85.8M 0s
15518 9850K .......... .......... .......... .......... .......... 31% 82.7M 0s
15519 9900K .......... .......... .......... .......... .......... 32% 83.5M 0s
15520 9950K .......... .......... .......... .......... .......... 32% 119M 0s
15521 10000K .......... .......... .......... .......... .......... 32% 116M 0s
15522 10050K .......... .......... .......... .......... .......... 32% 84.5M 0s
15523 10100K .......... .......... .......... .......... .......... 32% 98.9M 0s
15524 10150K .......... .......... .......... .......... .......... 32% 106M 0s
15525 10200K .......... .......... .......... .......... .......... 33% 77.4M 0s
15526 10250K .......... .......... .......... .......... .......... 33% 148M 0s
15527 10300K .......... .......... .......... .......... .......... 33% 100M 0s
15528 10350K .......... .......... .......... .......... .......... 33% 101M 0s
15529 10400K .......... .......... .......... .......... .......... 33% 98.6M 0s
15530 10450K .......... .......... .......... .......... .......... 33% 210M 0s
15531 10500K .......... .......... .......... .......... .......... 34% 114M 0s
15532 10550K .......... .......... .......... .......... .......... 34% 89.6M 0s
15533 10600K .......... .......... .......... .......... .......... 34% 73.3M 0s
15534 10650K .......... .......... .......... .......... .......... 34% 130M 0s
15535 10700K .......... .......... .......... .......... .......... 34% 128M 0s
15536 10750K .......... .......... .......... .......... .......... 34% 73.3M 0s
15537 10800K .......... .......... .......... .......... .......... 34% 78.1M 0s
15538 10850K .......... .......... .......... .......... .......... 35% 94.5M 0s
15539 10900K .......... .......... .......... .......... .......... 35% 198M 0s
15540 10950K .......... .......... .......... .......... .......... 35% 88.8M 0s
15541 11000K .......... .......... .......... .......... .......... 35% 73.7M 0s
15542 11050K .......... .......... .......... .......... .......... 35% 84.1M 0s
15543 11100K .......... .......... .......... .......... .......... 35% 95.6M 0s
15544 11150K .......... .......... .......... .......... .......... 36% 181M 0s
15545 11200K .......... .......... .......... .......... .......... 36% 76.4M 0s
15546 11250K .......... .......... .......... .......... .......... 36% 78.0M 0s
15547 11300K .......... .......... .......... .......... .......... 36% 79.2M 0s
15548 11350K .......... .......... .......... .......... .......... 36% 136M 0s
15549 11400K .......... .......... .......... .......... .......... 36% 106M 0s
15550 11450K .......... .......... .......... .......... .......... 37% 85.6M 0s
15551 11500K .......... .......... .......... .......... .......... 37% 76.8M 0s
15552 11550K .......... .......... .......... .......... .......... 37% 100M 0s
15553 11600K .......... .......... .......... .......... .......... 37% 109M 0s
15554 11650K .......... .......... .......... .......... .......... 37% 144M 0s
15555 11700K .......... .......... .......... .......... .......... 37% 80.2M 0s
15556 11750K .......... .......... .......... .......... .......... 38% 74.8M 0s
15557 11800K .......... .......... .......... .......... .......... 38% 82.8M 0s
15558 11850K .......... .......... .......... .......... .......... 38% 227M 0s
15559 11900K .......... .......... .......... .......... .......... 38% 91.9M 0s
15560 11950K .......... .......... .......... .......... .......... 38% 80.9M 0s
15561 12000K .......... .......... .......... .......... .......... 38% 78.2M 0s
15562 12050K .......... .......... .......... .......... .......... 39% 146M 0s
15563 12100K .......... .......... .......... .......... .......... 39% 118M 0s
15564 12150K .......... .......... .......... .......... .......... 39% 89.3M 0s
15565 12200K .......... .......... .......... .......... .......... 39% 70.4M 0s
15566 12250K .......... .......... .......... .......... .......... 39% 90.0M 0s
15567 12300K .......... .......... .......... .......... .......... 39% 139M 0s
15568 12350K .......... .......... .......... .......... .......... 39% 176M 0s
15569 12400K .......... .......... .......... .......... .......... 40% 195M 0s
15570 12450K .......... .......... .......... .......... .......... 40% 145M 0s
15571 12500K .......... .......... .......... .......... .......... 40% 99.0M 0s
15572 12550K .......... .......... .......... .......... .......... 40% 108M 0s
15573 12600K .......... .......... .......... .......... .......... 40% 113M 0s
15574 12650K .......... .......... .......... .......... .......... 40% 122M 0s
15575 12700K .......... .......... .......... .......... .......... 41% 101M 0s
15576 12750K .......... .......... .......... .......... .......... 41% 134M 0s
15577 12800K .......... .......... .......... .......... .......... 41% 120M 0s
15578 12850K .......... .......... .......... .......... .......... 41% 123M 0s
15579 12900K .......... .......... .......... .......... .......... 41% 96.2M 0s
15580 12950K .......... .......... .......... .......... .......... 41% 125M 0s
15581 13000K .......... .......... .......... .......... .......... 42% 109M 0s
15582 13050K .......... .......... .......... .......... .......... 42% 115M 0s
15583 13100K .......... .......... .......... .......... .......... 42% 112M 0s
15584 13150K .......... .......... .......... .......... .......... 42% 103M 0s
15585 13200K .......... .......... .......... .......... .......... 42% 104M 0s
15586 13250K .......... .......... .......... .......... .......... 42% 130M 0s
15587 13300K .......... .......... .......... .......... .......... 43% 119M 0s
15588 13350K .......... .......... .......... .......... .......... 43% 94.4M 0s
15589 13400K .......... .......... .......... .......... .......... 43% 141M 0s
15590 13450K .......... .......... .......... .......... .......... 43% 115M 0s
15591 13500K .......... .......... .......... .......... .......... 43% 94.1M 0s
15592 13550K .......... .......... .......... .......... .......... 43% 138M 0s
15593 13600K .......... .......... .......... .......... .......... 44% 70.5M 0s
15594 13650K .......... .......... .......... .......... .......... 44% 129M 0s
15595 13700K .......... .......... .......... .......... .......... 44% 92.7M 0s
15596 13750K .......... .......... .......... .......... .......... 44% 132M 0s
15597 13800K .......... .......... .......... .......... .......... 44% 135M 0s
15598 13850K .......... .......... .......... .......... .......... 44% 155M 0s
15599 13900K .......... .......... .......... .......... .......... 44% 182M 0s
15600 13950K .......... .......... .......... .......... .......... 45% 152M 0s
15601 14000K .......... .......... .......... .......... .......... 45% 118M 0s
15602 14050K .......... .......... .......... .......... .......... 45% 168M 0s
15603 14100K .......... .......... .......... .......... .......... 45% 133M 0s
15604 14150K .......... .......... .......... .......... .......... 45% 179M 0s
15605 14200K .......... .......... .......... .......... .......... 45% 288M 0s
15606 14250K .......... .......... .......... .......... .......... 46% 328M 0s
15607 14300K .......... .......... .......... .......... .......... 46% 345M 0s
15608 14350K .......... .......... .......... .......... .......... 46% 261M 0s
15609 14400K .......... .......... .......... .......... .......... 46% 283M 0s
15610 14450K .......... .......... .......... .......... .......... 46% 7.27M 0s
15611 14500K .......... .......... .......... .......... .......... 46% 75.4M 0s
15612 14550K .......... .......... .......... .......... .......... 47% 242M 0s
15613 14600K .......... .......... .......... .......... .......... 47% 75.8M 0s
15614 14650K .......... .......... .......... .......... .......... 47% 58.3M 0s
15615 14700K .......... .......... .......... .......... .......... 47% 74.2M 0s
15616 14750K .......... .......... .......... .......... .......... 47% 92.0M 0s
15617 14800K .......... .......... .......... .......... .......... 47% 76.2M 0s
15618 14850K .......... .......... .......... .......... .......... 48% 100M 0s
15619 14900K .......... .......... .......... .......... .......... 48% 112M 0s
15620 14950K .......... .......... .......... .......... .......... 48% 105M 0s
15621 15000K .......... .......... .......... .......... .......... 48% 103M 0s
15622 15050K .......... .......... .......... .......... .......... 48% 86.3M 0s
15623 15100K .......... .......... .......... .......... .......... 48% 116M 0s
15624 15150K .......... .......... .......... .......... .......... 49% 98.1M 0s
15625 15200K .......... .......... .......... .......... .......... 49% 116M 0s
15626 15250K .......... .......... .......... .......... .......... 49% 117M 0s
15627 15300K .......... .......... .......... .......... .......... 49% 123M 0s
15628 15350K .......... .......... .......... .......... .......... 49% 149M 0s
15629 15400K .......... .......... .......... .......... .......... 49% 126M 0s
15630 15450K .......... .......... .......... .......... .......... 49% 163M 0s
15631 15500K .......... .......... .......... .......... .......... 50% 8.26M 0s
15632 15550K .......... .......... .......... .......... .......... 50% 115M 0s
15633 15600K .......... .......... .......... .......... .......... 50% 126M 0s
15634 15650K .......... .......... .......... .......... .......... 50% 110M 0s
15635 15700K .......... .......... .......... .......... .......... 50% 144M 0s
15636 15750K .......... .......... .......... .......... .......... 50% 81.7M 0s
15637 15800K .......... .......... .......... .......... .......... 51% 62.0M 0s
15638 15850K .......... .......... .......... .......... .......... 51% 72.4M 0s
15639 15900K .......... .......... .......... .......... .......... 51% 40.6M 0s
15640 15950K .......... .......... .......... .......... .......... 51% 135M 0s
15641 16000K .......... .......... .......... .......... .......... 51% 73.0M 0s
15642 16050K .......... .......... .......... .......... .......... 51% 75.2M 0s
15643 16100K .......... .......... .......... .......... .......... 52% 120M 0s
15644 16150K .......... .......... .......... .......... .......... 52% 85.7M 0s
15645 16200K .......... .......... .......... .......... .......... 52% 37.0M 0s
15646 16250K .......... .......... .......... .......... .......... 52% 42.7M 0s
15647 16300K .......... .......... .......... .......... .......... 52% 78.1M 0s
15648 16350K .......... .......... .......... .......... .......... 52% 95.6M 0s
15649 16400K .......... .......... .......... .......... .......... 53% 71.8M 0s
15650 16450K .......... .......... .......... .......... .......... 53% 51.2M 0s
15651 16500K .......... .......... .......... .......... .......... 53% 68.0M 0s
15652 16550K .......... .......... .......... .......... .......... 53% 85.8M 0s
15653 16600K .......... .......... .......... .......... .......... 53% 67.4M 0s
15654 16650K .......... .......... .......... .......... .......... 53% 83.9M 0s
15655 16700K .......... .......... .......... .......... .......... 54% 100M 0s
15656 16750K .......... .......... .......... .......... .......... 54% 99.8M 0s
15657 16800K .......... .......... .......... .......... .......... 54% 80.4M 0s
15658 16850K .......... .......... .......... .......... .......... 54% 61.4M 0s
15659 16900K .......... .......... .......... .......... .......... 54% 61.5M 0s
15660 16950K .......... .......... .......... .......... .......... 54% 75.8M 0s
15661 17000K .......... .......... .......... .......... .......... 54% 82.5M 0s
15662 17050K .......... .......... .......... .......... .......... 55% 58.6M 0s
15663 17100K .......... .......... .......... .......... .......... 55% 69.7M 0s
15664 17150K .......... .......... .......... .......... .......... 55% 67.0M 0s
15665 17200K .......... .......... .......... .......... .......... 55% 62.4M 0s
15666 17250K .......... .......... .......... .......... .......... 55% 61.0M 0s
15667 17300K .......... .......... .......... .......... .......... 55% 64.1M 0s
15668 17350K .......... .......... .......... .......... .......... 56% 78.2M 0s
15669 17400K .......... .......... .......... .......... .......... 56% 67.3M 0s
15670 17450K .......... .......... .......... .......... .......... 56% 65.3M 0s
15671 17500K .......... .......... .......... .......... .......... 56% 75.8M 0s
15672 17550K .......... .......... .......... .......... .......... 56% 63.4M 0s
15673 17600K .......... .......... .......... .......... .......... 56% 73.2M 0s
15674 17650K .......... .......... .......... .......... .......... 57% 60.2M 0s
15675 17700K .......... .......... .......... .......... .......... 57% 69.6M 0s
15676 17750K .......... .......... .......... .......... .......... 57% 74.2M 0s
15677 17800K .......... .......... .......... .......... .......... 57% 68.1M 0s
15678 17850K .......... .......... .......... .......... .......... 57% 71.4M 0s
15679 17900K .......... .......... .......... .......... .......... 57% 57.6M 0s
15680 17950K .......... .......... .......... .......... .......... 58% 76.4M 0s
15681 18000K .......... .......... .......... .......... .......... 58% 76.8M 0s
15682 18050K .......... .......... .......... .......... .......... 58% 71.4M 0s
15683 18100K .......... .......... .......... .......... .......... 58% 78.0M 0s
15684 18150K .......... .......... .......... .......... .......... 58% 72.0M 0s
15685 18200K .......... .......... .......... .......... .......... 58% 143M 0s
15686 18250K .......... .......... .......... .......... .......... 59% 79.9M 0s
15687 18300K .......... .......... .......... .......... .......... 59% 103M 0s
15688 18350K .......... .......... .......... .......... .......... 59% 111M 0s
15689 18400K .......... .......... .......... .......... .......... 59% 79.1M 0s
15690 18450K .......... .......... .......... .......... .......... 59% 101M 0s
15691 18500K .......... .......... .......... .......... .......... 59% 115M 0s
15692 18550K .......... .......... .......... .......... .......... 59% 134M 0s
15693 18600K .......... .......... .......... .......... .......... 60% 124M 0s
15694 18650K .......... .......... .......... .......... .......... 60% 77.3M 0s
15695 18700K .......... .......... .......... .......... .......... 60% 79.7M 0s
15696 18750K .......... .......... .......... .......... .......... 60% 75.6M 0s
15697 18800K .......... .......... .......... .......... .......... 60% 75.3M 0s
15698 18850K .......... .......... .......... .......... .......... 60% 117M 0s
15699 18900K .......... .......... .......... .......... .......... 61% 205M 0s
15700 18950K .......... .......... .......... .......... .......... 61% 182M 0s
15701 19000K .......... .......... .......... .......... .......... 61% 206M 0s
15702 19050K .......... .......... .......... .......... .......... 61% 172M 0s
15703 19100K .......... .......... .......... .......... .......... 61% 170M 0s
15704 19150K .......... .......... .......... .......... .......... 61% 182M 0s
15705 19200K .......... .......... .......... .......... .......... 62% 247M 0s
15706 19250K .......... .......... .......... .......... .......... 62% 208M 0s
15707 19300K .......... .......... .......... .......... .......... 62% 159M 0s
15708 19350K .......... .......... .......... .......... .......... 62% 169M 0s
15709 19400K .......... .......... .......... .......... .......... 62% 170M 0s
15710 19450K .......... .......... .......... .......... .......... 62% 148M 0s
15711 19500K .......... .......... .......... .......... .......... 63% 179M 0s
15712 19550K .......... .......... .......... .......... .......... 63% 220M 0s
15713 19600K .......... .......... .......... .......... .......... 63% 211M 0s
15714 19650K .......... .......... .......... .......... .......... 63% 151M 0s
15715 19700K .......... .......... .......... .......... .......... 63% 195M 0s
15716 19750K .......... .......... .......... .......... .......... 63% 283M 0s
15717 19800K .......... .......... .......... .......... .......... 64% 177M 0s
15718 19850K .......... .......... .......... .......... .......... 64% 164M 0s
15719 19900K .......... .......... .......... .......... .......... 64% 222M 0s
15720 19950K .......... .......... .......... .......... .......... 64% 195M 0s
15721 20000K .......... .......... .......... .......... .......... 64% 271M 0s
15722 20050K .......... .......... .......... .......... .......... 64% 149M 0s
15723 20100K .......... .......... .......... .......... .......... 64% 225M 0s
15724 20150K .......... .......... .......... .......... .......... 65% 205M 0s
15725 20200K .......... .......... .......... .......... .......... 65% 197M 0s
15726 20250K .......... .......... .......... .......... .......... 65% 156M 0s
15727 20300K .......... .......... .......... .......... .......... 65% 152M 0s
15728 20350K .......... .......... .......... .......... .......... 65% 277M 0s
15729 20400K .......... .......... .......... .......... .......... 65% 82.6M 0s
15730 20450K .......... .......... .......... .......... .......... 66% 79.6M 0s
15731 20500K .......... .......... .......... .......... .......... 66% 111M 0s
15732 20550K .......... .......... .......... .......... .......... 66% 108M 0s
15733 20600K .......... .......... .......... .......... .......... 66% 113M 0s
15734 20650K .......... .......... .......... .......... .......... 66% 103M 0s
15735 20700K .......... .......... .......... .......... .......... 66% 83.7M 0s
15736 20750K .......... .......... .......... .......... .......... 67% 85.8M 0s
15737 20800K .......... .......... .......... .......... .......... 67% 110M 0s
15738 20850K .......... .......... .......... .......... .......... 67% 135M 0s
15739 20900K .......... .......... .......... .......... .......... 67% 124M 0s
15740 20950K .......... .......... .......... .......... .......... 67% 162M 0s
15741 21000K .......... .......... .......... .......... .......... 67% 95.3M 0s
15742 21050K .......... .......... .......... .......... .......... 68% 102M 0s
15743 21100K .......... .......... .......... .......... .......... 68% 124M 0s
15744 21150K .......... .......... .......... .......... .......... 68% 90.8M 0s
15745 21200K .......... .......... .......... .......... .......... 68% 110M 0s
15746 21250K .......... .......... .......... .......... .......... 68% 93.7M 0s
15747 21300K .......... .......... .......... .......... .......... 68% 140M 0s
15748 21350K .......... .......... .......... .......... .......... 69% 115M 0s
15749 21400K .......... .......... .......... .......... .......... 69% 89.1M 0s
15750 21450K .......... .......... .......... .......... .......... 69% 117M 0s
15751 21500K .......... .......... .......... .......... .......... 69% 99.1M 0s
15752 21550K .......... .......... .......... .......... .......... 69% 132M 0s
15753 21600K .......... .......... .......... .......... .......... 69% 117M 0s
15754 21650K .......... .......... .......... .......... .......... 69% 105M 0s
15755 21700K .......... .......... .......... .......... .......... 70% 93.7M 0s
15756 21750K .......... .......... .......... .......... .......... 70% 104M 0s
15757 21800K .......... .......... .......... .......... .......... 70% 76.6M 0s
15758 21850K .......... .......... .......... .......... .......... 70% 109M 0s
15759 21900K .......... .......... .......... .......... .......... 70% 135M 0s
15760 21950K .......... .......... .......... .......... .......... 70% 101M 0s
15761 22000K .......... .......... .......... .......... .......... 71% 154M 0s
15762 22050K .......... .......... .......... .......... .......... 71% 62.9M 0s
15763 22100K .......... .......... .......... .......... .......... 71% 98.9M 0s
15764 22150K .......... .......... .......... .......... .......... 71% 87.1M 0s
15765 22200K .......... .......... .......... .......... .......... 71% 161M 0s
15766 22250K .......... .......... .......... .......... .......... 71% 108M 0s
15767 22300K .......... .......... .......... .......... .......... 72% 149M 0s
15768 22350K .......... .......... .......... .......... .......... 72% 149M 0s
15769 22400K .......... .......... .......... .......... .......... 72% 76.0M 0s
15770 22450K .......... .......... .......... .......... .......... 72% 111M 0s
15771 22500K .......... .......... .......... .......... .......... 72% 98.7M 0s
15772 22550K .......... .......... .......... .......... .......... 72% 74.9M 0s
15773 22600K .......... .......... .......... .......... .......... 73% 88.3M 0s
15774 22650K .......... .......... .......... .......... .......... 73% 77.3M 0s
15775 22700K .......... .......... .......... .......... .......... 73% 107M 0s
15776 22750K .......... .......... .......... .......... .......... 73% 92.7M 0s
15777 22800K .......... .......... .......... .......... .......... 73% 70.2M 0s
15778 22850K .......... .......... .......... .......... .......... 73% 90.3M 0s
15779 22900K .......... .......... .......... .......... .......... 74% 211M 0s
15780 22950K .......... .......... .......... .......... .......... 74% 113M 0s
15781 23000K .......... .......... .......... .......... .......... 74% 67.2M 0s
15782 23050K .......... .......... .......... .......... .......... 74% 166M 0s
15783 23100K .......... .......... .......... .......... .......... 74% 211M 0s
15784 23150K .......... .......... .......... .......... .......... 74% 276M 0s
15785 23200K .......... .......... .......... .......... .......... 74% 246M 0s
15786 23250K .......... .......... .......... .......... .......... 75% 149M 0s
15787 23300K .......... .......... .......... .......... .......... 75% 196M 0s
15788 23350K .......... .......... .......... .......... .......... 75% 213M 0s
15789 23400K .......... .......... .......... .......... .......... 75% 241M 0s
15790 23450K .......... .......... .......... .......... .......... 75% 167M 0s
15791 23500K .......... .......... .......... .......... .......... 75% 280M 0s
15792 23550K .......... .......... .......... .......... .......... 76% 176M 0s
15793 23600K .......... .......... .......... .......... .......... 76% 209M 0s
15794 23650K .......... .......... .......... .......... .......... 76% 193M 0s
15795 23700K .......... .......... .......... .......... .......... 76% 187M 0s
15796 23750K .......... .......... .......... .......... .......... 76% 205M 0s
15797 23800K .......... .......... .......... .......... .......... 76% 229M 0s
15798 23850K .......... .......... .......... .......... .......... 77% 211M 0s
15799 23900K .......... .......... .......... .......... .......... 77% 188M 0s
15800 23950K .......... .......... .......... .......... .......... 77% 202M 0s
15801 24000K .......... .......... .......... .......... .......... 77% 193M 0s
15802 24050K .......... .......... .......... .......... .......... 77% 186M 0s
15803 24100K .......... .......... .......... .......... .......... 77% 257M 0s
15804 24150K .......... .......... .......... .......... .......... 78% 279M 0s
15805 24200K .......... .......... .......... .......... .......... 78% 171M 0s
15806 24250K .......... .......... .......... .......... .......... 78% 152M 0s
15807 24300K .......... .......... .......... .......... .......... 78% 197M 0s
15808 24350K .......... .......... .......... .......... .......... 78% 226M 0s
15809 24400K .......... .......... .......... .......... .......... 78% 180M 0s
15810 24450K .......... .......... .......... .......... .......... 79% 240M 0s
15811 24500K .......... .......... .......... .......... .......... 79% 186M 0s
15812 24550K .......... .......... .......... .......... .......... 79% 233M 0s
15813 24600K .......... .......... .......... .......... .......... 79% 180M 0s
15814 24650K .......... .......... .......... .......... .......... 79% 160M 0s
15815 24700K .......... .......... .......... .......... .......... 79% 184M 0s
15816 24750K .......... .......... .......... .......... .......... 79% 286M 0s
15817 24800K .......... .......... .......... .......... .......... 80% 289M 0s
15818 24850K .......... .......... .......... .......... .......... 80% 151M 0s
15819 24900K .......... .......... .......... .......... .......... 80% 185M 0s
15820 24950K .......... .......... .......... .......... .......... 80% 194M 0s
15821 25000K .......... .......... .......... .......... .......... 80% 246M 0s
15822 25050K .......... .......... .......... .......... .......... 80% 185M 0s
15823 25100K .......... .......... .......... .......... .......... 81% 276M 0s
15824 25150K .......... .......... .......... .......... .......... 81% 168M 0s
15825 25200K .......... .......... .......... .......... .......... 81% 191M 0s
15826 25250K .......... .......... .......... .......... .......... 81% 175M 0s
15827 25300K .......... .......... .......... .......... .......... 81% 216M 0s
15828 25350K .......... .......... .......... .......... .......... 81% 187M 0s
15829 25400K .......... .......... .......... .......... .......... 82% 293M 0s
15830 25450K .......... .......... .......... .......... .......... 82% 161M 0s
15831 25500K .......... .......... .......... .......... .......... 82% 243M 0s
15832 25550K .......... .......... .......... .......... .......... 82% 187M 0s
15833 25600K .......... .......... .......... .......... .......... 82% 189M 0s
15834 25650K .......... .......... .......... .......... .......... 82% 160M 0s
15835 25700K .......... .......... .......... .......... .......... 83% 281M 0s
15836 25750K .......... .......... .......... .......... .......... 83% 276M 0s
15837 25800K .......... .......... .......... .......... .......... 83% 178M 0s
15838 25850K .......... .......... .......... .......... .......... 83% 149M 0s
15839 25900K .......... .......... .......... .......... .......... 83% 218M 0s
15840 25950K .......... .......... .......... .......... .......... 83% 249M 0s
15841 26000K .......... .......... .......... .......... .......... 84% 197M 0s
15842 26050K .......... .......... .......... .......... .......... 84% 227M 0s
15843 26100K .......... .......... .......... .......... .......... 84% 168M 0s
15844 26150K .......... .......... .......... .......... .......... 84% 238M 0s
15845 26200K .......... .......... .......... .......... .......... 84% 222M 0s
15846 26250K .......... .......... .......... .......... .......... 84% 167M 0s
15847 26300K .......... .......... .......... .......... .......... 84% 191M 0s
15848 26350K .......... .......... .......... .......... .......... 85% 235M 0s
15849 26400K .......... .......... .......... .......... .......... 85% 247M 0s
15850 26450K .......... .......... .......... .......... .......... 85% 107M 0s
15851 26500K .......... .......... .......... .......... .......... 85% 166M 0s
15852 26550K .......... .......... .......... .......... .......... 85% 197M 0s
15853 26600K .......... .......... .......... .......... .......... 85% 194M 0s
15854 26650K .......... .......... .......... .......... .......... 86% 212M 0s
15855 26700K .......... .......... .......... .......... .......... 86% 282M 0s
15856 26750K .......... .......... .......... .......... .......... 86% 166M 0s
15857 26800K .......... .......... .......... .......... .......... 86% 183M 0s
15858 26850K .......... .......... .......... .......... .......... 86% 158M 0s
15859 26900K .......... .......... .......... .......... .......... 86% 261M 0s
15860 26950K .......... .......... .......... .......... .......... 87% 191M 0s
15861 27000K .......... .......... .......... .......... .......... 87% 288M 0s
15862 27050K .......... .......... .......... .......... .......... 87% 145M 0s
15863 27100K .......... .......... .......... .......... .......... 87% 262M 0s
15864 27150K .......... .......... .......... .......... .......... 87% 207M 0s
15865 27200K .......... .......... .......... .......... .......... 87% 192M 0s
15866 27250K .......... .......... .......... .......... .......... 88% 160M 0s
15867 27300K .......... .......... .......... .......... .......... 88% 276M 0s
15868 27350K .......... .......... .......... .......... .......... 88% 275M 0s
15869 27400K .......... .......... .......... .......... .......... 88% 174M 0s
15870 27450K .......... .......... .......... .......... .......... 88% 168M 0s
15871 27500K .......... .......... .......... .......... .......... 88% 195M 0s
15872 27550K .......... .......... .......... .......... .......... 89% 182M 0s
15873 27600K .......... .......... .......... .......... .......... 89% 283M 0s
15874 27650K .......... .......... .......... .......... .......... 89% 254M 0s
15875 27700K .......... .......... .......... .......... .......... 89% 154M 0s
15876 27750K .......... .......... .......... .......... .......... 89% 189M 0s
15877 27800K .......... .......... .......... .......... .......... 89% 232M 0s
15878 27850K .......... .......... .......... .......... .......... 89% 201M 0s
15879 27900K .......... .......... .......... .......... .......... 90% 176M 0s
15880 27950K .......... .......... .......... .......... .......... 90% 261M 0s
15881 28000K .......... .......... .......... .......... .......... 90% 189M 0s
15882 28050K .......... .......... .......... .......... .......... 90% 192M 0s
15883 28100K .......... .......... .......... .......... .......... 90% 182M 0s
15884 28150K .......... .......... .......... .......... .......... 90% 215M 0s
15885 28200K .......... .......... .......... .......... .......... 91% 210M 0s
15886 28250K .......... .......... .......... .......... .......... 91% 253M 0s
15887 28300K .......... .......... .......... .......... .......... 91% 243M 0s
15888 28350K .......... .......... .......... .......... .......... 91% 175M 0s
15889 28400K .......... .......... .......... .......... .......... 91% 174M 0s
15890 28450K .......... .......... .......... .......... .......... 91% 171M 0s
15891 28500K .......... .......... .......... .......... .......... 92% 214M 0s
15892 28550K .......... .......... .......... .......... .......... 92% 212M 0s
15893 28600K .......... .......... .......... .......... .......... 92% 287M 0s
15894 28650K .......... .......... .......... .......... .......... 92% 140M 0s
15895 28700K .......... .......... .......... .......... .......... 92% 189M 0s
15896 28750K .......... .......... .......... .......... .......... 92% 254M 0s
15897 28800K .......... .......... .......... .......... .......... 93% 197M 0s
15898 28850K .......... .......... .......... .......... .......... 93% 195M 0s
15899 28900K .......... .......... .......... .......... .......... 93% 244M 0s
15900 28950K .......... .......... .......... .......... .......... 93% 213M 0s
15901 29000K .......... .......... .......... .......... .......... 93% 263M 0s
15902 29050K .......... .......... .......... .......... .......... 93% 221M 0s
15903 29100K .......... .......... .......... .......... .......... 94% 287M 0s
15904 29150K .......... .......... .......... .......... .......... 94% 252M 0s
15905 29200K .......... .......... .......... .......... .......... 94% 266M 0s
15906 29250K .......... .......... .......... .......... .......... 94% 234M 0s
15907 29300K .......... .......... .......... .......... .......... 94% 252M 0s
15908 29350K .......... .......... .......... .......... .......... 94% 291M 0s
15909 29400K .......... .......... .......... .......... .......... 94% 283M 0s
15910 29450K .......... .......... .......... .......... .......... 95% 218M 0s
15911 29500K .......... .......... .......... .......... .......... 95% 297M 0s
15912 29550K .......... .......... .......... .......... .......... 95% 255M 0s
15913 29600K .......... .......... .......... .......... .......... 95% 294M 0s
15914 29650K .......... .......... .......... .......... .......... 95% 258M 0s
15915 29700K .......... .......... .......... .......... .......... 95% 242M 0s
15916 29750K .......... .......... .......... .......... .......... 96% 296M 0s
15917 29800K .......... .......... .......... .......... .......... 96% 232M 0s
15918 29850K .......... .......... .......... .......... .......... 96% 252M 0s
15919 29900K .......... .......... .......... .......... .......... 96% 295M 0s
15920 29950K .......... .......... .......... .......... .......... 96% 246M 0s
15921 30000K .......... .......... .......... .......... .......... 96% 296M 0s
15922 30050K .......... .......... .......... .......... .......... 97% 222M 0s
15923 30100K .......... .......... .......... .......... .......... 97% 287M 0s
15924 30150K .......... .......... .......... .......... .......... 97% 300M 0s
15925 30200K .......... .......... .......... .......... .......... 97% 273M 0s
15926 30250K .......... .......... .......... .......... .......... 97% 230M 0s
15927 30300K .......... .......... .......... .......... .......... 97% 282M 0s
15928 30350K .......... .......... .......... .......... .......... 98% 263M 0s
15929 30400K .......... .......... .......... .......... .......... 98% 297M 0s
15930 30450K .......... .......... .......... .......... .......... 98% 247M 0s
15931 30500K .......... .......... .......... .......... .......... 98% 254M 0s
15932 30550K .......... .......... .......... .......... .......... 98% 280M 0s
15933 30600K .......... .......... .......... .......... .......... 98% 266M 0s
15934 30650K .......... .......... .......... .......... .......... 99% 250M 0s
15935 30700K .......... .......... .......... .......... .......... 99% 299M 0s
15936 30750K .......... .......... .......... .......... .......... 99% 298M 0s
15937 30800K .......... .......... .......... .......... .......... 99% 218M 0s
15938 30850K .......... .......... .......... .......... .......... 99% 257M 0s
15939 30900K .......... .......... .......... .......... .......... 99% 243M 0s
15940 30950K .......... .......... .......... .......... .......... 99% 288M 0s
15941 31000K ...... 100% 164M=0.3s
15942
159432015-12-29 20:07:32 (100 MB/s) - '/usr/local/lib/selenium-server-standalone.jar' saved [31750379/31750379]
15944
15945 ---> 14825ffe77be
15946Removing intermediate container d79a51b6fb67
15947Step 27 : WORKDIR /srv
15948 ---> Running in ad8fc12ad72d
15949 ---> babc712cceaf
15950Removing intermediate container ad8fc12ad72d
15951Step 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*
15952 ---> Running in 49ecdba3f244
15953--2015-12-29 20:07:43-- http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2
15954Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
15955Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
15956HTTP request sent, awaiting response... 200 OK
15957Length: 13161396 (13M) [application/x-bzip2]
15958Saving to: 'phantomjs-1.9.7-linux-x86_64.tar.bz2'
15959
15960 0K .......... .......... .......... .......... .......... 0% 114M 0s
15961 50K .......... .......... .......... .......... .......... 0% 14.0M 1s
15962 100K .......... .......... .......... .......... .......... 1% 12.7M 1s
15963 150K .......... .......... .......... .......... .......... 1% 20.5M 1s
15964 200K .......... .......... .......... .......... .......... 1% 123M 1s
15965 250K .......... .......... .......... .......... .......... 2% 46.7M 0s
15966 300K .......... .......... .......... .......... .......... 2% 54.9M 0s
15967 350K .......... .......... .......... .......... .......... 3% 56.7M 0s
15968 400K .......... .......... .......... .......... .......... 3% 61.4M 0s
15969 450K .......... .......... .......... .......... .......... 3% 40.3M 0s
15970 500K .......... .......... .......... .......... .......... 4% 61.8M 0s
15971 550K .......... .......... .......... .......... .......... 4% 50.3M 0s
15972 600K .......... .......... .......... .......... .......... 5% 65.6M 0s
15973 650K .......... .......... .......... .......... .......... 5% 61.4M 0s
15974 700K .......... .......... .......... .......... .......... 5% 36.7M 0s
15975 750K .......... .......... .......... .......... .......... 6% 11.0M 0s
15976 800K .......... .......... .......... .......... .......... 6% 103M 0s
15977 850K .......... .......... .......... .......... .......... 7% 44.7M 0s
15978 900K .......... .......... .......... .......... .......... 7% 82.6M 0s
15979 950K .......... .......... .......... .......... .......... 7% 42.7M 0s
15980 1000K .......... .......... .......... .......... .......... 8% 116M 0s
15981 1050K .......... .......... .......... .......... .......... 8% 177M 0s
15982 1100K .......... .......... .......... .......... .......... 8% 62.5M 0s
15983 1150K .......... .......... .......... .......... .......... 9% 71.8M 0s
15984 1200K .......... .......... .......... .......... .......... 9% 88.5M 0s
15985 1250K .......... .......... .......... .......... .......... 10% 186M 0s
15986 1300K .......... .......... .......... .......... .......... 10% 84.7M 0s
15987 1350K .......... .......... .......... .......... .......... 10% 105M 0s
15988 1400K .......... .......... .......... .......... .......... 11% 74.6M 0s
15989 1450K .......... .......... .......... .......... .......... 11% 118M 0s
15990 1500K .......... .......... .......... .......... .......... 12% 195M 0s
15991 1550K .......... .......... .......... .......... .......... 12% 69.0M 0s
15992 1600K .......... .......... .......... .......... .......... 12% 103M 0s
15993 1650K .......... .......... .......... .......... .......... 13% 66.4M 0s
15994 1700K .......... .......... .......... .......... .......... 13% 121M 0s
15995 1750K .......... .......... .......... .......... .......... 14% 169M 0s
15996 1800K .......... .......... .......... .......... .......... 14% 80.6M 0s
15997 1850K .......... .......... .......... .......... .......... 14% 113M 0s
15998 1900K .......... .......... .......... .......... .......... 15% 85.7M 0s
15999 1950K .......... .......... .......... .......... .......... 15% 108M 0s
16000 2000K .......... .......... .......... .......... .......... 15% 213M 0s
16001 2050K .......... .......... .......... .......... .......... 16% 23.5M 0s
16002 2100K .......... .......... .......... .......... .......... 16% 17.2M 0s
16003 2150K .......... .......... .......... .......... .......... 17% 56.1M 0s
16004 2200K .......... .......... .......... .......... .......... 17% 144M 0s
16005 2250K .......... .......... .......... .......... .......... 17% 82.6M 0s
16006 2300K .......... .......... .......... .......... .......... 18% 44.5M 0s
16007 2350K .......... .......... .......... .......... .......... 18% 70.5M 0s
16008 2400K .......... .......... .......... .......... .......... 19% 93.3M 0s
16009 2450K .......... .......... .......... .......... .......... 19% 67.5M 0s
16010 2500K .......... .......... .......... .......... .......... 19% 76.0M 0s
16011 2550K .......... .......... .......... .......... .......... 20% 43.1M 0s
16012 2600K .......... .......... .......... .......... .......... 20% 75.2M 0s
16013 2650K .......... .......... .......... .......... .......... 21% 203M 0s
16014 2700K .......... .......... .......... .......... .......... 21% 52.5M 0s
16015 2750K .......... .......... .......... .......... .......... 21% 84.3M 0s
16016 2800K .......... .......... .......... .......... .......... 22% 64.5M 0s
16017 2850K .......... .......... .......... .......... .......... 22% 107M 0s
16018 2900K .......... .......... .......... .......... .......... 22% 272M 0s
16019 2950K .......... .......... .......... .......... .......... 23% 53.5M 0s
16020 3000K .......... .......... .......... .......... .......... 23% 92.2M 0s
16021 3050K .......... .......... .......... .......... .......... 24% 50.0M 0s
16022 3100K .......... .......... .......... .......... .......... 24% 108M 0s
16023 3150K .......... .......... .......... .......... .......... 24% 131M 0s
16024 3200K .......... .......... .......... .......... .......... 25% 44.5M 0s
16025 3250K .......... .......... .......... .......... .......... 25% 75.8M 0s
16026 3300K .......... .......... .......... .......... .......... 26% 55.9M 0s
16027 3350K .......... .......... .......... .......... .......... 26% 87.2M 0s
16028 3400K .......... .......... .......... .......... .......... 26% 127M 0s
16029 3450K .......... .......... .......... .......... .......... 27% 44.9M 0s
16030 3500K .......... .......... .......... .......... .......... 27% 77.4M 0s
16031 3550K .......... .......... .......... .......... .......... 28% 54.0M 0s
16032 3600K .......... .......... .......... .......... .......... 28% 133M 0s
16033 3650K .......... .......... .......... .......... .......... 28% 114M 0s
16034 3700K .......... .......... .......... .......... .......... 29% 51.7M 0s
16035 3750K .......... .......... .......... .......... .......... 29% 77.0M 0s
16036 3800K .......... .......... .......... .......... .......... 29% 97.8M 0s
16037 3850K .......... .......... .......... .......... .......... 30% 37.5M 0s
16038 3900K .......... .......... .......... .......... .......... 30% 80.9M 0s
16039 3950K .......... .......... .......... .......... .......... 31% 45.2M 0s
16040 4000K .......... .......... .......... .......... .......... 31% 73.0M 0s
16041 4050K .......... .......... .......... .......... .......... 31% 223M 0s
16042 4100K .......... .......... .......... .......... .......... 32% 48.7M 0s
16043 4150K .......... .......... .......... .......... .......... 32% 65.5M 0s
16044 4200K .......... .......... .......... .......... .......... 33% 49.1M 0s
16045 4250K .......... .......... .......... .......... .......... 33% 106M 0s
16046 4300K .......... .......... .......... .......... .......... 33% 126M 0s
16047 4350K .......... .......... .......... .......... .......... 34% 44.2M 0s
16048 4400K .......... .......... .......... .......... .......... 34% 80.5M 0s
16049 4450K .......... .......... .......... .......... .......... 35% 49.9M 0s
16050 4500K .......... .......... .......... .......... .......... 35% 105M 0s
16051 4550K .......... .......... .......... .......... .......... 35% 106M 0s
16052 4600K .......... .......... .......... .......... .......... 36% 42.7M 0s
16053 4650K .......... .......... .......... .......... .......... 36% 74.9M 0s
16054 4700K .......... .......... .......... .......... .......... 36% 36.2M 0s
16055 4750K .......... .......... .......... .......... .......... 37% 159M 0s
16056 4800K .......... .......... .......... .......... .......... 37% 231M 0s
16057 4850K .......... .......... .......... .......... .......... 38% 145M 0s
16058 4900K .......... .......... .......... .......... .......... 38% 205M 0s
16059 4950K .......... .......... .......... .......... .......... 38% 161M 0s
16060 5000K .......... .......... .......... .......... .......... 39% 229M 0s
16061 5050K .......... .......... .......... .......... .......... 39% 153M 0s
16062 5100K .......... .......... .......... .......... .......... 40% 153M 0s
16063 5150K .......... .......... .......... .......... .......... 40% 147M 0s
16064 5200K .......... .......... .......... .......... .......... 40% 154M 0s
16065 5250K .......... .......... .......... .......... .......... 41% 179M 0s
16066 5300K .......... .......... .......... .......... .......... 41% 167M 0s
16067 5350K .......... .......... .......... .......... .......... 42% 153M 0s
16068 5400K .......... .......... .......... .......... .......... 42% 159M 0s
16069 5450K .......... .......... .......... .......... .......... 42% 163M 0s
16070 5500K .......... .......... .......... .......... .......... 43% 173M 0s
16071 5550K .......... .......... .......... .......... .......... 43% 138M 0s
16072 5600K .......... .......... .......... .......... .......... 43% 178M 0s
16073 5650K .......... .......... .......... .......... .......... 44% 169M 0s
16074 5700K .......... .......... .......... .......... .......... 44% 159M 0s
16075 5750K .......... .......... .......... .......... .......... 45% 157M 0s
16076 5800K .......... .......... .......... .......... .......... 45% 165M 0s
16077 5850K .......... .......... .......... .......... .......... 45% 179M 0s
16078 5900K .......... .......... .......... .......... .......... 46% 164M 0s
16079 5950K .......... .......... .......... .......... .......... 46% 155M 0s
16080 6000K .......... .......... .......... .......... .......... 47% 172M 0s
16081 6050K .......... .......... .......... .......... .......... 47% 152M 0s
16082 6100K .......... .......... .......... .......... .......... 47% 176M 0s
16083 6150K .......... .......... .......... .......... .......... 48% 145M 0s
16084 6200K .......... .......... .......... .......... .......... 48% 152M 0s
16085 6250K .......... .......... .......... .......... .......... 49% 179M 0s
16086 6300K .......... .......... .......... .......... .......... 49% 161M 0s
16087 6350K .......... .......... .......... .......... .......... 49% 140M 0s
16088 6400K .......... .......... .......... .......... .......... 50% 174M 0s
16089 6450K .......... .......... .......... .......... .......... 50% 171M 0s
16090 6500K .......... .......... .......... .......... .......... 50% 153M 0s
16091 6550K .......... .......... .......... .......... .......... 51% 136M 0s
16092 6600K .......... .......... .......... .......... .......... 51% 176M 0s
16093 6650K .......... .......... .......... .......... .......... 52% 154M 0s
16094 6700K .......... .......... .......... .......... .......... 52% 154M 0s
16095 6750K .......... .......... .......... .......... .......... 52% 156M 0s
16096 6800K .......... .......... .......... .......... .......... 53% 158M 0s
16097 6850K .......... .......... .......... .......... .......... 53% 159M 0s
16098 6900K .......... .......... .......... .......... .......... 54% 171M 0s
16099 6950K .......... .......... .......... .......... .......... 54% 138M 0s
16100 7000K .......... .......... .......... .......... .......... 54% 160M 0s
16101 7050K .......... .......... .......... .......... .......... 55% 154M 0s
16102 7100K .......... .......... .......... .......... .......... 55% 165M 0s
16103 7150K .......... .......... .......... .......... .......... 56% 141M 0s
16104 7200K .......... .......... .......... .......... .......... 56% 164M 0s
16105 7250K .......... .......... .......... .......... .......... 56% 170M 0s
16106 7300K .......... .......... .......... .......... .......... 57% 159M 0s
16107 7350K .......... .......... .......... .......... .......... 57% 140M 0s
16108 7400K .......... .......... .......... .......... .......... 57% 169M 0s
16109 7450K .......... .......... .......... .......... .......... 58% 163M 0s
16110 7500K .......... .......... .......... .......... .......... 58% 190M 0s
16111 7550K .......... .......... .......... .......... .......... 59% 239M 0s
16112 7600K .......... .......... .......... .......... .......... 59% 279M 0s
16113 7650K .......... .......... .......... .......... .......... 59% 272M 0s
16114 7700K .......... .......... .......... .......... .......... 60% 166M 0s
16115 7750K .......... .......... .......... .......... .......... 60% 148M 0s
16116 7800K .......... .......... .......... .......... .......... 61% 263M 0s
16117 7850K .......... .......... .......... .......... .......... 61% 197M 0s
16118 7900K .......... .......... .......... .......... .......... 61% 179M 0s
16119 7950K .......... .......... .......... .......... .......... 62% 186M 0s
16120 8000K .......... .......... .......... .......... .......... 62% 271M 0s
16121 8050K .......... .......... .......... .......... .......... 63% 274M 0s
16122 8100K .......... .......... .......... .......... .......... 63% 266M 0s
16123 8150K .......... .......... .......... .......... .......... 63% 143M 0s
16124 8200K .......... .......... .......... .......... .......... 64% 182M 0s
16125 8250K .......... .......... .......... .......... .......... 64% 274M 0s
16126 8300K .......... .......... .......... .......... .......... 64% 196M 0s
16127 8350K .......... .......... .......... .......... .......... 65% 108M 0s
16128 8400K .......... .......... .......... .......... .......... 65% 166M 0s
16129 8450K .......... .......... .......... .......... .......... 66% 165M 0s
16130 8500K .......... .......... .......... .......... .......... 66% 191M 0s
16131 8550K .......... .......... .......... .......... .......... 66% 76.9M 0s
16132 8600K .......... .......... .......... .......... .......... 67% 72.8M 0s
16133 8650K .......... .......... .......... .......... .......... 67% 73.2M 0s
16134 8700K .......... .......... .......... .......... .......... 68% 80.4M 0s
16135 8750K .......... .......... .......... .......... .......... 68% 62.4M 0s
16136 8800K .......... .......... .......... .......... .......... 68% 92.7M 0s
16137 8850K .......... .......... .......... .......... .......... 69% 38.5M 0s
16138 8900K .......... .......... .......... .......... .......... 69% 37.0M 0s
16139 8950K .......... .......... .......... .......... .......... 70% 31.2M 0s
16140 9000K .......... .......... .......... .......... .......... 70% 36.0M 0s
16141 9050K .......... .......... .......... .......... .......... 70% 32.8M 0s
16142 9100K .......... .......... .......... .......... .......... 71% 36.8M 0s
16143 9150K .......... .......... .......... .......... .......... 71% 32.1M 0s
16144 9200K .......... .......... .......... .......... .......... 71% 36.6M 0s
16145 9250K .......... .......... .......... .......... .......... 72% 33.2M 0s
16146 9300K .......... .......... .......... .......... .......... 72% 36.9M 0s
16147 9350K .......... .......... .......... .......... .......... 73% 32.9M 0s
16148 9400K .......... .......... .......... .......... .......... 73% 34.1M 0s
16149 9450K .......... .......... .......... .......... .......... 73% 32.0M 0s
16150 9500K .......... .......... .......... .......... .......... 74% 33.3M 0s
16151 9550K .......... .......... .......... .......... .......... 74% 34.2M 0s
16152 9600K .......... .......... .......... .......... .......... 75% 35.2M 0s
16153 9650K .......... .......... .......... .......... .......... 75% 31.7M 0s
16154 9700K .......... .......... .......... .......... .......... 75% 34.1M 0s
16155 9750K .......... .......... .......... .......... .......... 76% 31.4M 0s
16156 9800K .......... .......... .......... .......... .......... 76% 35.9M 0s
16157 9850K .......... .......... .......... .......... .......... 77% 29.8M 0s
16158 9900K .......... .......... .......... .......... .......... 77% 35.8M 0s
16159 9950K .......... .......... .......... .......... .......... 77% 29.7M 0s
16160 10000K .......... .......... .......... .......... .......... 78% 34.8M 0s
16161 10050K .......... .......... .......... .......... .......... 78% 31.2M 0s
16162 10100K .......... .......... .......... .......... .......... 78% 34.2M 0s
16163 10150K .......... .......... .......... .......... .......... 79% 32.5M 0s
16164 10200K .......... .......... .......... .......... .......... 79% 36.7M 0s
16165 10250K .......... .......... .......... .......... .......... 80% 34.3M 0s
16166 10300K .......... .......... .......... .......... .......... 80% 37.7M 0s
16167 10350K .......... .......... .......... .......... .......... 80% 35.3M 0s
16168 10400K .......... .......... .......... .......... .......... 81% 36.5M 0s
16169 10450K .......... .......... .......... .......... .......... 81% 34.1M 0s
16170 10500K .......... .......... .......... .......... .......... 82% 33.2M 0s
16171 10550K .......... .......... .......... .......... .......... 82% 33.1M 0s
16172 10600K .......... .......... .......... .......... .......... 82% 39.3M 0s
16173 10650K .......... .......... .......... .......... .......... 83% 33.1M 0s
16174 10700K .......... .......... .......... .......... .......... 83% 38.0M 0s
16175 10750K .......... .......... .......... .......... .......... 84% 36.6M 0s
16176 10800K .......... .......... .......... .......... .......... 84% 33.7M 0s
16177 10850K .......... .......... .......... .......... .......... 84% 34.9M 0s
16178 10900K .......... .......... .......... .......... .......... 85% 40.2M 0s
16179 10950K .......... .......... .......... .......... .......... 85% 30.9M 0s
16180 11000K .......... .......... .......... .......... .......... 85% 38.0M 0s
16181 11050K .......... .......... .......... .......... .......... 86% 35.3M 0s
16182 11100K .......... .......... .......... .......... .......... 86% 36.2M 0s
16183 11150K .......... .......... .......... .......... .......... 87% 35.0M 0s
16184 11200K .......... .......... .......... .......... .......... 87% 36.7M 0s
16185 11250K .......... .......... .......... .......... .......... 87% 34.4M 0s
16186 11300K .......... .......... .......... .......... .......... 88% 37.5M 0s
16187 11350K .......... .......... .......... .......... .......... 88% 35.8M 0s
16188 11400K .......... .......... .......... .......... .......... 89% 37.0M 0s
16189 11450K .......... .......... .......... .......... .......... 89% 33.6M 0s
16190 11500K .......... .......... .......... .......... .......... 89% 35.4M 0s
16191 11550K .......... .......... .......... .......... .......... 90% 36.7M 0s
16192 11600K .......... .......... .......... .......... .......... 90% 37.8M 0s
16193 11650K .......... .......... .......... .......... .......... 91% 35.5M 0s
16194 11700K .......... .......... .......... .......... .......... 91% 37.8M 0s
16195 11750K .......... .......... .......... .......... .......... 91% 34.1M 0s
16196 11800K .......... .......... .......... .......... .......... 92% 40.8M 0s
16197 11850K .......... .......... .......... .......... .......... 92% 37.8M 0s
16198 11900K .......... .......... .......... .......... .......... 92% 41.6M 0s
16199 11950K .......... .......... .......... .......... .......... 93% 39.2M 0s
16200 12000K .......... .......... .......... .......... .......... 93% 39.4M 0s
16201 12050K .......... .......... .......... .......... .......... 94% 37.7M 0s
16202 12100K .......... .......... .......... .......... .......... 94% 41.8M 0s
16203 12150K .......... .......... .......... .......... .......... 94% 38.5M 0s
16204 12200K .......... .......... .......... .......... .......... 95% 38.6M 0s
16205 12250K .......... .......... .......... .......... .......... 95% 37.9M 0s
16206 12300K .......... .......... .......... .......... .......... 96% 41.2M 0s
16207 12350K .......... .......... .......... .......... .......... 96% 38.0M 0s
16208 12400K .......... .......... .......... .......... .......... 96% 38.6M 0s
16209 12450K .......... .......... .......... .......... .......... 97% 37.1M 0s
16210 12500K .......... .......... .......... .......... .......... 97% 41.3M 0s
16211 12550K .......... .......... .......... .......... .......... 98% 35.8M 0s
16212 12600K .......... .......... .......... .......... .......... 98% 41.8M 0s
16213 12650K .......... .......... .......... .......... .......... 98% 37.5M 0s
16214 12700K .......... .......... .......... .......... .......... 99% 40.7M 0s
16215 12750K .......... .......... .......... .......... .......... 99% 39.3M 0s
16216 12800K .......... .......... .......... .......... .......... 99% 39.6M 0s
16217 12850K .. 100% 28.6M=0.2s
16218
162192015-12-29 20:07:43 (58.4 MB/s) - 'phantomjs-1.9.7-linux-x86_64.tar.bz2' saved [13161396/13161396]
16220
16221phantomjs-1.9.7-linux-x86_64/
16222phantomjs-1.9.7-linux-x86_64/bin/
16223phantomjs-1.9.7-linux-x86_64/bin/phantomjs
16224phantomjs-1.9.7-linux-x86_64/examples/
16225phantomjs-1.9.7-linux-x86_64/examples/scandir.js
16226phantomjs-1.9.7-linux-x86_64/examples/technews.coffee
16227phantomjs-1.9.7-linux-x86_64/examples/tweets.js
16228phantomjs-1.9.7-linux-x86_64/examples/rasterize.coffee
16229phantomjs-1.9.7-linux-x86_64/examples/pagecallback.js
16230phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.js
16231phantomjs-1.9.7-linux-x86_64/examples/follow.js
16232phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.coffee
16233phantomjs-1.9.7-linux-x86_64/examples/module.js
16234phantomjs-1.9.7-linux-x86_64/examples/waitfor.coffee
16235phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.coffee
16236phantomjs-1.9.7-linux-x86_64/examples/pizza.js
16237phantomjs-1.9.7-linux-x86_64/examples/seasonfood.coffee
16238phantomjs-1.9.7-linux-x86_64/examples/unrandomize.js
16239phantomjs-1.9.7-linux-x86_64/examples/modernizr.js
16240phantomjs-1.9.7-linux-x86_64/examples/waitfor.js
16241phantomjs-1.9.7-linux-x86_64/examples/direction.js
16242phantomjs-1.9.7-linux-x86_64/examples/arguments.coffee
16243phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.js
16244phantomjs-1.9.7-linux-x86_64/examples/run-qunit.js
16245phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.coffee
16246phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.js
16247phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.coffee
16248phantomjs-1.9.7-linux-x86_64/examples/version.js
16249phantomjs-1.9.7-linux-x86_64/examples/movies.js
16250phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.js
16251phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.coffee
16252phantomjs-1.9.7-linux-x86_64/examples/version.coffee
16253phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js
16254phantomjs-1.9.7-linux-x86_64/examples/server.js
16255phantomjs-1.9.7-linux-x86_64/examples/countdown.js
16256phantomjs-1.9.7-linux-x86_64/examples/rasterize.js
16257phantomjs-1.9.7-linux-x86_64/examples/injectme.js
16258phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js
16259phantomjs-1.9.7-linux-x86_64/examples/post.js
16260phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee
16261phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee
16262phantomjs-1.9.7-linux-x86_64/examples/hello.coffee
16263phantomjs-1.9.7-linux-x86_64/examples/features.js
16264phantomjs-1.9.7-linux-x86_64/examples/movies.coffee
16265phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee
16266phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee
16267phantomjs-1.9.7-linux-x86_64/examples/features.coffee
16268phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee
16269phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js
16270phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee
16271phantomjs-1.9.7-linux-x86_64/examples/printmargins.js
16272phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee
16273phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee
16274phantomjs-1.9.7-linux-x86_64/examples/printenv.js
16275phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee
16276phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee
16277phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee
16278phantomjs-1.9.7-linux-x86_64/examples/netlog.js
16279phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee
16280phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee
16281phantomjs-1.9.7-linux-x86_64/examples/weather.coffee
16282phantomjs-1.9.7-linux-x86_64/examples/direction.coffee
16283phantomjs-1.9.7-linux-x86_64/examples/module.coffee
16284phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee
16285phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js
16286phantomjs-1.9.7-linux-x86_64/examples/fibo.js
16287phantomjs-1.9.7-linux-x86_64/examples/imagebin.js
16288phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js
16289phantomjs-1.9.7-linux-x86_64/examples/technews.js
16290phantomjs-1.9.7-linux-x86_64/examples/hello.js
16291phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js
16292phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee
16293phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee
16294phantomjs-1.9.7-linux-x86_64/examples/postserver.js
16295phantomjs-1.9.7-linux-x86_64/examples/weather.js
16296phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee
16297phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee
16298phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js
16299phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee
16300phantomjs-1.9.7-linux-x86_64/examples/useragent.js
16301phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee
16302phantomjs-1.9.7-linux-x86_64/examples/post.coffee
16303phantomjs-1.9.7-linux-x86_64/examples/arguments.js
16304phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee
16305phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee
16306phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee
16307phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js
16308phantomjs-1.9.7-linux-x86_64/examples/follow.coffee
16309phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js
16310phantomjs-1.9.7-linux-x86_64/examples/page_events.js
16311phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js
16312phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js
16313phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee
16314phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee
16315phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js
16316phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js
16317phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee
16318phantomjs-1.9.7-linux-x86_64/examples/server.coffee
16319phantomjs-1.9.7-linux-x86_64/examples/universe.js
16320phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee
16321phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js
16322phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee
16323phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee
16324phantomjs-1.9.7-linux-x86_64/examples/netsniff.js
16325phantomjs-1.9.7-linux-x86_64/ChangeLog
16326phantomjs-1.9.7-linux-x86_64/README.md
16327phantomjs-1.9.7-linux-x86_64/LICENSE.BSD
16328phantomjs-1.9.7-linux-x86_64/third-party.txt
16329 ---> c92c8494663c
16330Removing intermediate container 49ecdba3f244
16331Step 29 : ADD /functions.sh /
16332 ---> 97a0860af83d
16333Removing intermediate container 0f018938d1c3
16334Step 30 : ADD entrypoint.sh /
16335 ---> 15fc109dd604
16336Removing intermediate container 969ff65aa7d4
16337Step 31 : RUN chmod 755 /entrypoint.sh
16338 ---> Running in c27675741788
16339 ---> 20c6a0b0bb97
16340Removing intermediate container c27675741788
16341Step 32 : ENTRYPOINT /entrypoint.sh
16342 ---> Running in 8651fb2bd9c7
16343 ---> 16c34d1268b7
16344Removing intermediate container 8651fb2bd9c7
16345Successfully built 16c34d1268b7
16346== ./99-ci-twentythree ==
16347Sending build context to Docker daemon 37.38 kB
16348Sending build context to Docker daemon 37.38 kB
16349
16350Step 0 : FROM fedora:23
16351 ---> 109b72e23ca5
16352Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
16353 ---> Using cache
16354 ---> a6512c32f6d7
16355Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/Fedora_23/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
16356
16357 ---> Using cache
16358 ---> 45ba8468fa59
16359Step 3 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
16360 ---> Using cache
16361 ---> 123b78903279
16362Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc
16363 ---> Using cache
16364 ---> c37eb9c7350c
16365Step 5 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/Fedora_23/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
16366
16367 ---> Using cache
16368 ---> 2bd5800d095d
16369Step 6 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/Fedora_23/repodata/repomd.xml.key
16370 ---> Using cache
16371 ---> 2d712b86d5e5
16372Step 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
16373 ---> Running in 672444e4c465
16374 ---> 154ff6926145
16375Removing intermediate container 672444e4c465
16376Step 8 : ENV IMAGE twentythree
16377 ---> Running in 350d3f95c4d9
16378 ---> f7e8e9874530
16379Removing intermediate container 350d3f95c4d9
16380Step 9 : ADD /dbus.service /etc/systemd/system/dbus.service
16381 ---> 2ad18b8aec59
16382Removing intermediate container 9f4814942eb3
16383Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
16384 ---> Running in 306ac8877e4c
16385 ---> 4de1055ee91e
16386Removing intermediate container 306ac8877e4c
16387Step 11 : ADD /httpd.service /etc/systemd/system/httpd.service
16388 ---> 0fab24747a81
16389Removing intermediate container 695dc431fccb
16390Step 12 : ADD /systemctl /usr/bin/systemctl
16391 ---> de8fb937f423
16392Removing intermediate container c05328c7b2b7
16393Step 13 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
16394 ---> 63c8c3a606d0
16395Removing intermediate container 9270feb491aa
16396Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
16397 ---> Running in 020581d20322
16398mode of '/usr/bin/systemctl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
16399mode of '/usr/bin/systemctl-socket-daemon' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
16400 ---> df6469821202
16401Removing intermediate container 020581d20322
16402Step 15 : ADD /vimrc /root/.vimrc
16403 ---> 9df369c80867
16404Removing intermediate container cb046b656462
16405Step 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
16406 ---> Running in dbdc16596efb
16407Cleaning repos: openSUSE_Tools Kolab_Development fedora updates
16408Cleaning up Everything
16409Last metadata expiration check performed 0:00:00 ago on Tue Dec 29 20:09:16 2015.
16410Dependencies resolved.
16411================================================================================
16412 Package Arch Version Repository
16413 Size
16414================================================================================
16415Installing:
16416 cpio x86_64 2.11-36.fc23 fedora 218 k
16417 pygpgme x86_64 0.3-13.fc23 fedora 77 k
16418 pyliblzma x86_64 0.5.3-14.fc23 fedora 54 k
16419 python x86_64 2.7.10-8.fc23 fedora 94 k
16420 python-iniparse noarch 0.4-16.fc23 fedora 45 k
16421 python-libs x86_64 2.7.10-8.fc23 fedora 5.8 M
16422 python-pip noarch 7.1.0-1.fc23 fedora 1.5 M
16423 python-pycurl x86_64 7.19.5.1-4.fc23 updates 177 k
16424 python-setuptools noarch 18.0.1-2.fc23 fedora 425 k
16425 python-six noarch 1.9.0-3.fc23 fedora 34 k
16426 python-urlgrabber noarch 3.10.1-7.fc23 fedora 112 k
16427 pyxattr x86_64 0.5.3-5.fc23 fedora 33 k
16428 rpm-python x86_64 4.13.0-0.rc1.7.fc23 updates 99 k
16429 yum noarch 3.4.3-507.fc23 fedora 1.2 M
16430 yum-metadata-parser x86_64 1.1.4-15.fc23 fedora 39 k
16431 yum-plugin-priorities noarch 1.1.31-508.fc23 updates 27 k
16432Upgrading:
16433 rpm x86_64 4.13.0-0.rc1.7.fc23 updates 509 k
16434 rpm-build-libs x86_64 4.13.0-0.rc1.7.fc23 updates 115 k
16435 rpm-libs x86_64 4.13.0-0.rc1.7.fc23 updates 293 k
16436 rpm-plugin-selinux x86_64 4.13.0-0.rc1.7.fc23 updates 50 k
16437 rpm-plugin-systemd-inhibit x86_64 4.13.0-0.rc1.7.fc23 updates 50 k
16438 rpm-python3 x86_64 4.13.0-0.rc1.7.fc23 updates 100 k
16439
16440Transaction Summary
16441================================================================================
16442Install 16 Packages
16443Upgrade 6 Packages
16444
16445Total download size: 11 M
16446Downloading Packages:
16447--------------------------------------------------------------------------------
16448Total 21 MB/s | 11 MB 00:00
16449Running transaction check
16450Transaction check succeeded.
16451Running transaction test
16452Transaction test succeeded.
16453Running transaction
16454 Installing : python-libs-2.7.10-8.fc23.x86_64 1/28
16455 Installing : python-pip-7.1.0-1.fc23.noarch 2/28
16456 Installing : python-setuptools-18.0.1-2.fc23.noarch 3/28
16457 Installing : python-2.7.10-8.fc23.x86_64 4/28
16458 Upgrading : rpm-plugin-selinux-4.13.0-0.rc1.7.fc23.x86_64 5/28
16459 Upgrading : rpm-libs-4.13.0-0.rc1.7.fc23.x86_64 6/28
16460 Upgrading : rpm-4.13.0-0.rc1.7.fc23.x86_64 7/28
16461 Upgrading : rpm-build-libs-4.13.0-0.rc1.7.fc23.x86_64 8/28
16462 Installing : rpm-python-4.13.0-0.rc1.7.fc23.x86_64 9/28
16463 Installing : pygpgme-0.3-13.fc23.x86_64 10/28
16464 Installing : pyliblzma-0.5.3-14.fc23.x86_64 11/28
16465 Installing : pyxattr-0.5.3-5.fc23.x86_64 12/28
16466 Installing : yum-metadata-parser-1.1.4-15.fc23.x86_64 13/28
16467 Installing : python-six-1.9.0-3.fc23.noarch 14/28
16468 Installing : python-iniparse-0.4-16.fc23.noarch 15/28
16469 Installing : python-pycurl-7.19.5.1-4.fc23.x86_64 16/28
16470 Installing : python-urlgrabber-3.10.1-7.fc23.noarch 17/28
16471 Installing : cpio-2.11-36.fc23.x86_64 18/28
16472 Installing : yum-3.4.3-507.fc23.noarch 19/28
16473 Installing : yum-plugin-priorities-1.1.31-508.fc23.noarch 20/28
16474 Upgrading : rpm-python3-4.13.0-0.rc1.7.fc23.x86_64 21/28
16475 Upgrading : rpm-plugin-systemd-inhibit-4.13.0-0.rc1.7.fc23.x86_64 22/28
16476 Cleanup : rpm-python3-4.13.0-0.rc1.6.fc23.x86_64 23/28
16477 Cleanup : rpm-build-libs-4.13.0-0.rc1.6.fc23.x86_64 24/28
16478 Cleanup : rpm-plugin-systemd-inhibit-4.13.0-0.rc1.6.fc23.x86_64 25/28
16479 Cleanup : rpm-plugin-selinux-4.13.0-0.rc1.6.fc23.x86_64 26/28
16480 Cleanup : rpm-libs-4.13.0-0.rc1.6.fc23.x86_64 27/28
16481 Cleanup : rpm-4.13.0-0.rc1.6.fc23.x86_64 28/28
16482 Verifying : yum-plugin-priorities-1.1.31-508.fc23.noarch 1/28
16483 Verifying : yum-3.4.3-507.fc23.noarch 2/28
16484 Verifying : cpio-2.11-36.fc23.x86_64 3/28
16485 Verifying : pygpgme-0.3-13.fc23.x86_64 4/28
16486 Verifying : pyliblzma-0.5.3-14.fc23.x86_64 5/28
16487 Verifying : python-iniparse-0.4-16.fc23.noarch 6/28
16488 Verifying : python-urlgrabber-3.10.1-7.fc23.noarch 7/28
16489 Verifying : pyxattr-0.5.3-5.fc23.x86_64 8/28
16490 Verifying : yum-metadata-parser-1.1.4-15.fc23.x86_64 9/28
16491 Verifying : python-libs-2.7.10-8.fc23.x86_64 10/28
16492 Verifying : python-six-1.9.0-3.fc23.noarch 11/28
16493 Verifying : rpm-python-4.13.0-0.rc1.7.fc23.x86_64 12/28
16494 Verifying : python-2.7.10-8.fc23.x86_64 13/28
16495 Verifying : python-pip-7.1.0-1.fc23.noarch 14/28
16496 Verifying : python-setuptools-18.0.1-2.fc23.noarch 15/28
16497 Verifying : python-pycurl-7.19.5.1-4.fc23.x86_64 16/28
16498 Verifying : rpm-4.13.0-0.rc1.7.fc23.x86_64 17/28
16499 Verifying : rpm-python3-4.13.0-0.rc1.7.fc23.x86_64 18/28
16500 Verifying : rpm-libs-4.13.0-0.rc1.7.fc23.x86_64 19/28
16501 Verifying : rpm-plugin-systemd-inhibit-4.13.0-0.rc1.7.fc23.x86_64 20/28
16502 Verifying : rpm-plugin-selinux-4.13.0-0.rc1.7.fc23.x86_64 21/28
16503 Verifying : rpm-build-libs-4.13.0-0.rc1.7.fc23.x86_64 22/28
16504 Verifying : rpm-4.13.0-0.rc1.6.fc23.x86_64 23/28
16505 Verifying : rpm-build-libs-4.13.0-0.rc1.6.fc23.x86_64 24/28
16506 Verifying : rpm-libs-4.13.0-0.rc1.6.fc23.x86_64 25/28
16507 Verifying : rpm-plugin-selinux-4.13.0-0.rc1.6.fc23.x86_64 26/28
16508 Verifying : rpm-plugin-systemd-inhibit-4.13.0-0.rc1.6.fc23.x86_64 27/28
16509 Verifying : rpm-python3-4.13.0-0.rc1.6.fc23.x86_64 28/28
16510
16511Installed:
16512 cpio.x86_64 2.11-36.fc23
16513 pygpgme.x86_64 0.3-13.fc23
16514 pyliblzma.x86_64 0.5.3-14.fc23
16515 python.x86_64 2.7.10-8.fc23
16516 python-iniparse.noarch 0.4-16.fc23
16517 python-libs.x86_64 2.7.10-8.fc23
16518 python-pip.noarch 7.1.0-1.fc23
16519 python-pycurl.x86_64 7.19.5.1-4.fc23
16520 python-setuptools.noarch 18.0.1-2.fc23
16521 python-six.noarch 1.9.0-3.fc23
16522 python-urlgrabber.noarch 3.10.1-7.fc23
16523 pyxattr.x86_64 0.5.3-5.fc23
16524 rpm-python.x86_64 4.13.0-0.rc1.7.fc23
16525 yum.noarch 3.4.3-507.fc23
16526 yum-metadata-parser.x86_64 1.1.4-15.fc23
16527 yum-plugin-priorities.noarch 1.1.31-508.fc23
16528
16529Upgraded:
16530 rpm.x86_64 4.13.0-0.rc1.7.fc23
16531 rpm-build-libs.x86_64 4.13.0-0.rc1.7.fc23
16532 rpm-libs.x86_64 4.13.0-0.rc1.7.fc23
16533 rpm-plugin-selinux.x86_64 4.13.0-0.rc1.7.fc23
16534 rpm-plugin-systemd-inhibit.x86_64 4.13.0-0.rc1.7.fc23
16535 rpm-python3.x86_64 4.13.0-0.rc1.7.fc23
16536
16537Complete!
16538Last metadata expiration check performed 0:00:12 ago on Tue Dec 29 20:09:16 2015.
16539Dependencies resolved.
16540================================================================================
16541 Package Arch Version Repository
16542 Size
16543================================================================================
16544Installing:
16545 GeoIP x86_64 1.6.6-1.fc23 fedora 118 k
16546 GeoIP-GeoLite-data noarch 2015.12-1.fc23 updates 367 k
16547 aajohan-comfortaa-fonts noarch 2.004-5.fc23 fedora 151 k
16548 alsa-lib x86_64 1.0.29-2.fc23 fedora 388 k
16549 ant noarch 1.9.6-2.fc23 fedora 183 k
16550 ant-lib noarch 1.9.6-2.fc23 fedora 1.8 M
16551 bind-libs x86_64 32:9.10.3-7.P2.fc23 updates 151 k
16552 bind-libs-lite x86_64 32:9.10.3-7.P2.fc23 updates 1.0 M
16553 bind-license noarch 32:9.10.3-7.P2.fc23 updates 88 k
16554 bind-utils x86_64 32:9.10.3-7.P2.fc23 updates 407 k
16555 binutils x86_64 2.25-15.fc23 fedora 5.6 M
16556 build noarch 20151105-214.1 openSUSE_Tools
16557 174 k
16558 build-mkbaselibs noarch 20151105-214.1 openSUSE_Tools
16559 42 k
16560 bzip2 x86_64 1.0.6-19.fc23 updates 58 k
16561 cronie x86_64 1.5.0-3.fc23 fedora 102 k
16562 cronie-anacron x86_64 1.5.0-3.fc23 fedora 39 k
16563 crontabs noarch 1.11-11.20150630git.fc23 fedora 24 k
16564 dwz x86_64 0.12-1.fc23 fedora 106 k
16565 elfutils x86_64 0.163-4.fc23 fedora 292 k
16566 fakeroot x86_64 1.20.2-1.fc23 fedora 101 k
16567 fakeroot-libs x86_64 1.20.2-1.fc23 fedora 32 k
16568 file x86_64 5.22-5.fc23 fedora 66 k
16569 findutils x86_64 1:4.5.14-7.fc23 fedora 528 k
16570 fipscheck x86_64 1.4.1-9.fc23 fedora 26 k
16571 fipscheck-lib x86_64 1.4.1-9.fc23 fedora 15 k
16572 fontconfig x86_64 2.11.94-4.fc23 fedora 241 k
16573 fontpackages-filesystem noarch 1.44-14.fc23 fedora 15 k
16574 freetype x86_64 2.6.0-3.fc23 fedora 410 k
16575 fuse-libs x86_64 2.9.4-3.fc23 fedora 97 k
16576 fuse-python x86_64 0.2.1-11.fc23 fedora 79 k
16577 gc x86_64 7.4.2-4.fc23 fedora 104 k
16578 gdb x86_64 7.10.1-30.fc23 updates 3.2 M
16579 ghc-srpm-macros noarch 1.4.2-2.fc23 fedora 8.2 k
16580 giflib x86_64 4.1.6-14.fc23 fedora 44 k
16581 git x86_64 2.5.0-3.fc23 updates 156 k
16582 git-core x86_64 2.5.0-3.fc23 updates 3.1 M
16583 git-core-doc x86_64 2.5.0-3.fc23 updates 2.2 M
16584 gnat-srpm-macros noarch 2-1.fc23 fedora 8.4 k
16585 go-srpm-macros noarch 2-3.fc23 fedora 8.0 k
16586 gpm-libs x86_64 1.20.7-7.fc23 fedora 36 k
16587 groff-base x86_64 1.22.3-6.fc23 fedora 1.0 M
16588 guile x86_64 5:2.0.11-7.fc23 updates 3.9 M
16589 httpd-filesystem noarch 2.4.17-3.fc23 updates 25 k
16590 java-1.8.0-openjdk x86_64 1:1.8.0.60-14.b27.fc23 fedora 218 k
16591 java-1.8.0-openjdk-devel x86_64 1:1.8.0.60-14.b27.fc23 fedora 9.7 M
16592 java-1.8.0-openjdk-headless x86_64 1:1.8.0.60-14.b27.fc23 fedora 31 M
16593 javapackages-tools noarch 4.6.0-7.fc23 updates 103 k
16594 lcms2 x86_64 2.7-2.fc23 fedora 155 k
16595 less x86_64 481-1.fc23 fedora 156 k
16596 libICE x86_64 1.0.9-3.fc23 fedora 70 k
16597 libSM x86_64 1.2.2-3.fc23 fedora 43 k
16598 libX11 x86_64 1.6.3-2.fc23 fedora 608 k
16599 libX11-common noarch 1.6.3-2.fc23 fedora 166 k
16600 libXau x86_64 1.0.8-5.fc23 fedora 33 k
16601 libXext x86_64 1.3.3-3.fc23 fedora 42 k
16602 libXfont x86_64 1.5.1-3.fc23 fedora 153 k
16603 libXi x86_64 1.7.6-1.fc23 updates 44 k
16604 libXrender x86_64 0.9.9-2.fc23 fedora 30 k
16605 libXtst x86_64 1.2.2-5.fc23 fedora 24 k
16606 libatomic_ops x86_64 7.4.2-6.fc23 fedora 31 k
16607 libbabeltrace x86_64 1.2.4-2.fc23 fedora 151 k
16608 libedit x86_64 3.1-13.20150325cvs.fc23 fedora 99 k
16609 libfontenc x86_64 1.1.3-2.fc23 fedora 35 k
16610 libgnome-keyring x86_64 3.12.0-5.fc23 fedora 114 k
16611 libicu x86_64 54.1-5.fc23 fedora 8.4 M
16612 libipt x86_64 1.4.3-1.fc23 updates 38 k
16613 libjpeg-turbo x86_64 1.4.1-2.fc23 fedora 147 k
16614 libpcap x86_64 14:1.7.4-1.fc23 fedora 146 k
16615 libpipeline x86_64 1.4.0-2.fc23 fedora 50 k
16616 libpng x86_64 2:1.6.19-1.fc23 updates 118 k
16617 libpsl x86_64 0.7.0-5.fc23 fedora 52 k
16618 libtidy x86_64 0.99.0-34.20091203.fc23 fedora 138 k
16619 libtool-ltdl x86_64 2.4.6-7.fc23 updates 54 k
16620 libunistring x86_64 0.9.4-2.fc23 fedora 315 k
16621 libxcb x86_64 1.11.1-1.fc23 updates 192 k
16622 libxslt x86_64 1.1.28-11.fc23 fedora 246 k
16623 libzip x86_64 1.0.1-2.fc23 fedora 48 k
16624 lksctp-tools x86_64 1.0.16-4.fc23 fedora 94 k
16625 lsof x86_64 4.88-3.fc23 fedora 343 k
16626 m2crypto x86_64 0.22.5-2.fc23 updates 246 k
16627 man-db x86_64 2.7.1-10.fc23 fedora 826 k
16628 net-tools x86_64 2.0-0.35.20150915git.fc23 fedora 314 k
16629 nmap-ncat x86_64 2:7.00-1.fc23 updates 218 k
16630 obs-service-source_validator noarch 0.5+git20150622.3c3fa65-84.1
16631 openSUSE_Tools
16632 34 k
16633 ocaml-srpm-macros noarch 2-3.fc23 fedora 8.1 k
16634 openldap-clients x86_64 2.4.40-14.fc23 fedora 193 k
16635 openssh x86_64 7.1p1-6.fc23 updates 444 k
16636 openssh-clients x86_64 7.1p1-6.fc23 updates 634 k
16637 osc noarch 0.151.1-164.2.1.fc23 fedora 440 k
16638 patch x86_64 2.7.5-2.fc23 fedora 123 k
16639 perl x86_64 4:5.22.1-350.fc23 updates 6.9 M
16640 perl-Carp noarch 1.38-1.fc23 updates 29 k
16641 perl-Data-Dumper x86_64 2.158-347.fc23 fedora 55 k
16642 perl-Digest noarch 1.17-346.fc23 fedora 26 k
16643 perl-Digest-MD5 x86_64 2.54-346.fc23 fedora 35 k
16644 perl-Encode x86_64 3:2.78-2.fc23 fedora 1.5 M
16645 perl-Error noarch 1:0.17024-4.fc23 fedora 44 k
16646 perl-Exporter noarch 5.72-347.fc23 fedora 33 k
16647 perl-File-Path noarch 2.09-347.fc23 fedora 31 k
16648 perl-File-Temp noarch 0.23.04-346.fc23 fedora 61 k
16649 perl-Getopt-Long noarch 2.48-1.fc23 updates 61 k
16650 perl-Git noarch 2.5.0-3.fc23 updates 61 k
16651 perl-HTTP-Tiny noarch 0.056-3.fc23 fedora 53 k
16652 perl-MD5 noarch 2.03-21.fc23 fedora 13 k
16653 perl-MIME-Base64 x86_64 3.15-348.fc23 fedora 29 k
16654 perl-PathTools x86_64 3.60-1.fc23 updates 88 k
16655 perl-Pod-Escapes noarch 1:1.07-348.fc23 fedora 19 k
16656 perl-Pod-Perldoc noarch 3.25-347.fc23 fedora 84 k
16657 perl-Pod-Simple noarch 1:3.31-1.fc23 fedora 211 k
16658 perl-Pod-Usage noarch 4:1.67-3.fc23 fedora 33 k
16659 perl-Scalar-List-Utils x86_64 2:1.42-3.fc23 fedora 62 k
16660 perl-Socket x86_64 3:2.021-1.fc23 updates 55 k
16661 perl-Storable x86_64 1:2.53-346.fc23 fedora 84 k
16662 perl-Term-ANSIColor noarch 4.03-346.fc23 fedora 45 k
16663 perl-Term-Cap noarch 1.17-1.fc23 fedora 22 k
16664 perl-TermReadKey x86_64 2.33-3.fc23 fedora 39 k
16665 perl-Text-ParseWords noarch 3.30-346.fc23 fedora 17 k
16666 perl-Text-Tabs+Wrap noarch 2013.0523-346.fc23 fedora 23 k
16667 perl-Time-HiRes x86_64 1.9728-1.fc23 updates 50 k
16668 perl-Time-Local noarch 1.2300-346.fc23 fedora 29 k
16669 perl-TimeDate noarch 1:2.30-7.fc23 fedora 52 k
16670 perl-Unicode-Normalize x86_64 1.24-1.fc23 updates 80 k
16671 perl-constant noarch 1.33-347.fc23 fedora 24 k
16672 perl-generators noarch 1.06-1.fc23 updates 15 k
16673 perl-libs x86_64 4:5.22.1-350.fc23 updates 822 k
16674 perl-macros x86_64 4:5.22.1-350.fc23 updates 57 k
16675 perl-parent noarch 1:0.234-3.fc23 fedora 18 k
16676 perl-podlators noarch 2.5.3-347.fc23 fedora 112 k
16677 perl-srpm-macros noarch 1-17.fc23 fedora 9.7 k
16678 perl-threads x86_64 1:2.02-2.fc23 fedora 58 k
16679 perl-threads-shared x86_64 1.48-346.fc23 fedora 44 k
16680 php-cli x86_64 5.6.16-1.fc23 updates 4.0 M
16681 php-common x86_64 5.6.16-1.fc23 updates 1.1 M
16682 php-doctrine-instantiator noarch 1.0.5-2.fc23 fedora 15 k
16683 php-mbstring x86_64 5.6.16-1.fc23 updates 581 k
16684 php-pear noarch 1:1.10.1-1.fc23 updates 353 k
16685 php-pecl-jsonc x86_64 1.3.9-1.fc23 fedora 58 k
16686 php-pecl-zip x86_64 1.13.1-1.fc23 fedora 60 k
16687 php-phpdocumentor-reflection-docblock
16688 noarch 2.0.4-2.fc23 fedora 29 k
16689 php-phpspec-prophecy noarch 1.5.0-2.fc23 updates 51 k
16690 php-phpunit-File-Iterator noarch 1.4.1-1.fc23 fedora 16 k
16691 php-phpunit-PHP-CodeCoverage noarch 2.2.4-1.fc23 updates 315 k
16692 php-phpunit-PHP-Invoker noarch 1.1.4-1.fc23 fedora 13 k
16693 php-phpunit-PHP-Timer noarch 1.0.7-1.fc23 fedora 13 k
16694 php-phpunit-PHP-TokenStream noarch 1.4.8-1.fc23 fedora 21 k
16695 php-phpunit-PHPUnit noarch 4.8.17-1.fc23 updates 134 k
16696 php-phpunit-PHPUnit-MockObject noarch 2.3.8-1.fc23 updates 40 k
16697 php-phpunit-PHPUnit-Selenium noarch 1.4.2-2.fc23 fedora 57 k
16698 php-phpunit-Text-Template noarch 1.2.1-1.fc23 fedora 13 k
16699 php-phpunit-Version noarch 1.0.6-1.fc23 fedora 12 k
16700 php-phpunit-comparator noarch 1.2.0-1.fc23 fedora 18 k
16701 php-phpunit-diff noarch 1.4.1-1.fc23 updates 17 k
16702 php-phpunit-environment noarch 1.3.2-1.fc23 fedora 14 k
16703 php-phpunit-exporter noarch 1.2.1-1.fc23 fedora 15 k
16704 php-process x86_64 5.6.16-1.fc23 updates 88 k
16705 php-sebastian-global-state noarch 1.1.1-1.fc23 updates 14 k
16706 php-sebastian-recursion-context noarch 1.0.2-1.fc23 updates 12 k
16707 php-soap x86_64 5.6.16-1.fc23 updates 243 k
16708 php-symfony-class-loader noarch 2.7.7-2.fc23 updates 27 k
16709 php-symfony-common noarch 2.7.7-2.fc23 updates 103 k
16710 php-symfony-yaml noarch 2.7.7-2.fc23 updates 28 k
16711 php-tidy x86_64 5.6.16-1.fc23 updates 71 k
16712 php-xml x86_64 5.6.16-1.fc23 updates 259 k
16713 pkgconfig x86_64 1:0.28-9.fc23 fedora 60 k
16714 psmisc x86_64 22.21-7.fc23 fedora 149 k
16715 python-chardet noarch 2.2.1-3.fc23 fedora 231 k
16716 python-cssselect noarch 0.9.1-6.fc23 fedora 62 k
16717 python-kitchen noarch 1.2.1-3.fc23 fedora 120 k
16718 python-lxml x86_64 3.4.4-1.fc23 fedora 903 k
16719 python3-cssselect noarch 0.9.1-6.fc23 fedora 64 k
16720 python3-javapackages noarch 4.6.0-7.fc23 updates 87 k
16721 python3-lxml x86_64 3.4.4-1.fc23 fedora 907 k
16722 redhat-rpm-config noarch 36-1.fc23 fedora 59 k
16723 rpm-build x86_64 4.13.0-0.rc1.7.fc23 updates 136 k
16724 rpmdevtools noarch 8.6-2.fc23 fedora 104 k
16725 rsync x86_64 3.1.1-7.fc23 fedora 392 k
16726 screen x86_64 4.3.1-2.fc23 fedora 571 k
16727 strace x86_64 4.10-3.fc23 fedora 383 k
16728 sudo x86_64 1.8.15-1.fc23 updates 691 k
16729 tar x86_64 2:1.28-6.fc23 fedora 944 k
16730 telnet x86_64 1:0.17-61.fc23 fedora 68 k
16731 traceroute x86_64 3:2.0.20-4.fc23 fedora 63 k
16732 ttmkfdir x86_64 3.0.9-46.fc23 fedora 54 k
16733 tzdata-java noarch 2015g-1.fc23 fedora 178 k
16734 unzip x86_64 6.0-24.fc23 updates 180 k
16735 vim-common x86_64 2:7.4.827-1.fc23 fedora 6.0 M
16736 vim-enhanced x86_64 2:7.4.827-1.fc23 fedora 1.1 M
16737 vim-filesystem x86_64 2:7.4.827-1.fc23 fedora 22 k
16738 wget x86_64 1.17.1-1.fc23 updates 640 k
16739 which x86_64 2.20-12.fc23 fedora 46 k
16740 xalan-j2 noarch 2.7.1-27.fc23 fedora 1.9 M
16741 xemacs-filesystem noarch 21.5.34-12.20150929hga76c9268bb72.fc23
16742 fedora 21 k
16743 xerces-j2 noarch 2.11.0-23.fc23 fedora 1.2 M
16744 xml-commons-apis noarch 1.4.01-19.fc23 fedora 232 k
16745 xml-commons-resolver noarch 1.2-18.fc23 fedora 114 k
16746 xorg-x11-font-utils x86_64 1:7.5-29.fc23 fedora 90 k
16747 xorg-x11-fonts-Type1 noarch 7.5-15.fc23 fedora 522 k
16748 xz x86_64 5.2.1-3.fc23 fedora 147 k
16749 yum-utils noarch 1.1.31-508.fc23 updates 117 k
16750 zip x86_64 3.0-15.fc23 fedora 270 k
16751
16752Transaction Summary
16753================================================================================
16754Install 200 Packages
16755
16756Total download size: 121 M
16757Installed size: 402 M
16758Downloading Packages:
16759--------------------------------------------------------------------------------
16760Total 39 MB/s | 121 MB 00:03
16761Running transaction check
16762Transaction check succeeded.
16763Running transaction test
16764Transaction test succeeded.
16765Running transaction
16766 Installing : perl-libs-4:5.22.1-350.fc23.x86_64 1/200
16767 Installing : php-common-5.6.16-1.fc23.x86_64 2/200
16768 Installing : php-pecl-jsonc-1.3.9-1.fc23.x86_64 3/200
16769 Installing : php-doctrine-instantiator-1.0.5-2.fc23.noarch 4/200
16770 Installing : php-phpunit-Text-Template-1.2.1-1.fc23.noarch 5/200
16771 Installing : php-symfony-class-loader-2.7.7-2.fc23.noarch 6/200
16772 Installing : php-symfony-common-2.7.7-2.fc23.noarch 7/200
16773 Installing : fipscheck-1.4.1-9.fc23.x86_64 8/200
16774 Installing : fipscheck-lib-1.4.1-9.fc23.x86_64 9/200
16775 Installing : groff-base-1.22.3-6.fc23.x86_64 10/200
16776 Installing : libxslt-1.1.28-11.fc23.x86_64 11/200
16777 Installing : php-xml-5.6.16-1.fc23.x86_64 12/200
16778 Installing : php-sebastian-recursion-context-1.0.2-1.fc23.noarch 13/200
16779 Installing : php-phpunit-exporter-1.2.1-1.fc23.noarch 14/200
16780 Installing : php-phpunit-diff-1.4.1-1.fc23.noarch 15/200
16781 Installing : php-phpunit-comparator-1.2.0-1.fc23.noarch 16/200
16782 Installing : php-mbstring-5.6.16-1.fc23.x86_64 17/200
16783 Installing : php-phpunit-File-Iterator-1.4.1-1.fc23.noarch 18/200
16784 Installing : php-phpunit-PHP-Timer-1.0.7-1.fc23.noarch 19/200
16785 Installing : php-phpunit-environment-1.3.2-1.fc23.noarch 20/200
16786 Installing : cronie-1.5.0-3.fc23.x86_64 21/200
16787 Installing : crontabs-1.11-11.20150630git.fc23.noarch 22/200
16788 Installing : cronie-anacron-1.5.0-3.fc23.x86_64 23/200
16789 Installing : libfontenc-1.1.3-2.fc23.x86_64 24/200
16790 Installing : libICE-1.0.9-3.fc23.x86_64 25/200
16791 Installing : fontpackages-filesystem-1.44-14.fc23.noarch 26/200
16792 Installing : libpng-2:1.6.19-1.fc23.x86_64 27/200
16793 Installing : freetype-2.6.0-3.fc23.x86_64 28/200
16794 Installing : libedit-3.1-13.20150325cvs.fc23.x86_64 29/200
16795 Installing : php-cli-5.6.16-1.fc23.x86_64 30/200
16796 Installing : unzip-6.0-24.fc23.x86_64 31/200
16797 Installing : pkgconfig-1:0.28-9.fc23.x86_64 32/200
16798 Installing : libjpeg-turbo-1.4.1-2.fc23.x86_64 33/200
16799 Installing : tar-2:1.28-6.fc23.x86_64 34/200
16800 Installing : binutils-2.25-15.fc23.x86_64 35/200
16801 Installing : bind-license-32:9.10.3-7.P2.fc23.noarch 36/200
16802 Installing : findutils-1:4.5.14-7.fc23.x86_64 37/200
16803 Installing : file-5.22-5.fc23.x86_64 38/200
16804 Installing : zip-3.0-15.fc23.x86_64 39/200
16805 Installing : php-phpunit-PHP-Invoker-1.1.4-1.fc23.noarch 40/200
16806 Installing : ttmkfdir-3.0.9-46.fc23.x86_64 41/200
16807 Installing : libXfont-1.5.1-3.fc23.x86_64 42/200
16808 Installing : xorg-x11-font-utils-1:7.5-29.fc23.x86_64 43/200
16809 Installing : aajohan-comfortaa-fonts-2.004-5.fc23.noarch 44/200
16810 Installing : fontconfig-2.11.94-4.fc23.x86_64 45/200
16811 Installing : xorg-x11-fonts-Type1-7.5-15.fc23.noarch 46/200
16812 Installing : libSM-1.2.2-3.fc23.x86_64 47/200
16813 Installing : php-symfony-yaml-2.7.7-2.fc23.noarch 48/200
16814 Installing : openssh-7.1p1-6.fc23.x86_64 49/200
16815 Installing : openssh-clients-7.1p1-6.fc23.x86_64 50/200
16816 Installing : php-process-5.6.16-1.fc23.x86_64 51/200
16817 Installing : php-phpdocumentor-reflection-docblock-2.0.4-2.fc23.no 52/200
16818 Installing : php-phpspec-prophecy-1.5.0-2.fc23.noarch 53/200
16819 Installing : php-phpunit-PHP-TokenStream-1.4.8-1.fc23.noarch 54/200
16820 Installing : php-soap-5.6.16-1.fc23.x86_64 55/200
16821 Installing : php-phpunit-PHPUnit-MockObject-2.3.8-1.fc23.noarch 56/200
16822 Installing : php-sebastian-global-state-1.1.1-1.fc23.noarch 57/200
16823 Installing : perl-macros-4:5.22.1-350.fc23.x86_64 58/200
16824 Installing : perl-Time-Local-1.2300-346.fc23.noarch 59/200
16825 Installing : perl-HTTP-Tiny-0.056-3.fc23.noarch 60/200
16826 Installing : perl-Term-ANSIColor-4.03-346.fc23.noarch 61/200
16827 Installing : perl-Term-Cap-1.17-1.fc23.noarch 62/200
16828 Installing : perl-MIME-Base64-3.15-348.fc23.x86_64 63/200
16829 Installing : perl-Pod-Perldoc-3.25-347.fc23.noarch 64/200
16830 Installing : perl-podlators-2.5.3-347.fc23.noarch 65/200
16831 Installing : perl-Pod-Escapes-1:1.07-348.fc23.noarch 66/200
16832 Installing : perl-Text-ParseWords-3.30-346.fc23.noarch 67/200
16833 Installing : perl-Encode-3:2.78-2.fc23.x86_64 68/200
16834 Installing : perl-Pod-Usage-4:1.67-3.fc23.noarch 69/200
16835 Installing : perl-parent-1:0.234-3.fc23.noarch 70/200
16836 Installing : perl-Text-Tabs+Wrap-2013.0523-346.fc23.noarch 71/200
16837 Installing : perl-Scalar-List-Utils-2:1.42-3.fc23.x86_64 72/200
16838 Installing : perl-constant-1.33-347.fc23.noarch 73/200
16839 Installing : perl-Storable-1:2.53-346.fc23.x86_64 74/200
16840 Installing : perl-threads-1:2.02-2.fc23.x86_64 75/200
16841 Installing : perl-threads-shared-1.48-346.fc23.x86_64 76/200
16842 Installing : perl-File-Temp-0.23.04-346.fc23.noarch 77/200
16843 Installing : perl-File-Path-2.09-347.fc23.noarch 78/200
16844 Installing : perl-Pod-Simple-1:3.31-1.fc23.noarch 79/200
16845 Installing : perl-Getopt-Long-2.48-1.fc23.noarch 80/200
16846 Installing : perl-PathTools-3.60-1.fc23.x86_64 81/200
16847 Installing : perl-Carp-1.38-1.fc23.noarch 82/200
16848 Installing : perl-Socket-3:2.021-1.fc23.x86_64 83/200
16849 Installing : perl-Time-HiRes-1.9728-1.fc23.x86_64 84/200
16850 Installing : perl-Unicode-Normalize-1.24-1.fc23.x86_64 85/200
16851 Installing : perl-Exporter-5.72-347.fc23.noarch 86/200
16852 Installing : perl-4:5.22.1-350.fc23.x86_64 87/200
16853 Installing : perl-TimeDate-1:2.30-7.fc23.noarch 88/200
16854 Installing : perl-Error-1:0.17024-4.fc23.noarch 89/200
16855 Installing : perl-Digest-1.17-346.fc23.noarch 90/200
16856 Installing : perl-Digest-MD5-2.54-346.fc23.x86_64 91/200
16857 Installing : perl-MD5-2.03-21.fc23.noarch 92/200
16858 Installing : perl-TermReadKey-2.33-3.fc23.x86_64 93/200
16859 Installing : build-mkbaselibs-20151105-214.1.noarch 94/200
16860 Installing : perl-generators-1.06-1.fc23.noarch 95/200
16861 Installing : libXau-1.0.8-5.fc23.x86_64 96/200
16862 Installing : libxcb-1.11.1-1.fc23.x86_64 97/200
16863 Installing : libX11-common-1.6.3-2.fc23.noarch 98/200
16864 Installing : libX11-1.6.3-2.fc23.x86_64 99/200
16865 Installing : libXext-1.3.3-3.fc23.x86_64 100/200
16866 Installing : libXi-1.7.6-1.fc23.x86_64 101/200
16867 Installing : libXtst-1.2.2-5.fc23.x86_64 102/200
16868 Installing : giflib-4.1.6-14.fc23.x86_64 103/200
16869 Installing : libXrender-0.9.9-2.fc23.x86_64 104/200
16870 Installing : alsa-lib-1.0.29-2.fc23.x86_64 105/200
16871 Installing : libtool-ltdl-2.4.6-7.fc23.x86_64 106/200
16872 Installing : libipt-1.4.3-1.fc23.x86_64 107/200
16873 Installing : libunistring-0.9.4-2.fc23.x86_64 108/200
16874 Installing : httpd-filesystem-2.4.17-3.fc23.noarch 109/200
16875 Installing : php-pear-1:1.10.1-1.fc23.noarch 110/200
16876 Installing : libatomic_ops-7.4.2-6.fc23.x86_64 111/200
16877 Installing : gc-7.4.2-4.fc23.x86_64 112/200
16878 Installing : guile-5:2.0.11-7.fc23.x86_64 113/200
16879 Installing : libbabeltrace-1.2.4-2.fc23.x86_64 114/200
16880 Installing : gdb-7.10.1-30.fc23.x86_64 115/200
16881 Installing : bzip2-1.0.6-19.fc23.x86_64 116/200
16882 Installing : GeoIP-GeoLite-data-2015.12-1.fc23.noarch 117/200
16883 Installing : GeoIP-1.6.6-1.fc23.x86_64 118/200
16884 Installing : bind-libs-lite-32:9.10.3-7.P2.fc23.x86_64 119/200
16885 Installing : bind-libs-32:9.10.3-7.P2.fc23.x86_64 120/200
16886 Installing : m2crypto-0.22.5-2.fc23.x86_64 121/200
16887 Installing : libtidy-0.99.0-34.20091203.fc23.x86_64 122/200
16888 Installing : php-tidy-5.6.16-1.fc23.x86_64 123/200
16889 Installing : python3-cssselect-0.9.1-6.fc23.noarch 124/200
16890 Installing : python3-lxml-3.4.4-1.fc23.x86_64 125/200
16891 Installing : python3-javapackages-4.6.0-7.fc23.noarch 126/200
16892 Installing : javapackages-tools-4.6.0-7.fc23.noarch 127/200
16893 Installing : perl-srpm-macros-1-17.fc23.noarch 128/200
16894 Installing : ocaml-srpm-macros-2-3.fc23.noarch 129/200
16895 Installing : go-srpm-macros-2-3.fc23.noarch 130/200
16896 Installing : gnat-srpm-macros-2-1.fc23.noarch 131/200
16897 Installing : ghc-srpm-macros-1.4.2-2.fc23.noarch 132/200
16898 Installing : dwz-0.12-1.fc23.x86_64 133/200
16899 Installing : redhat-rpm-config-36-1.fc23.noarch 134/200
16900 Installing : xz-5.2.1-3.fc23.x86_64 135/200
16901 Installing : patch-2.7.5-2.fc23.x86_64 136/200
16902 Installing : elfutils-0.163-4.fc23.x86_64 137/200
16903 Installing : rpm-build-4.13.0-0.rc1.7.fc23.x86_64 138/200
16904 Installing : tzdata-java-2015g-1.fc23.noarch 139/200
16905 Installing : lksctp-tools-1.0.16-4.fc23.x86_64 140/200
16906 Installing : lcms2-2.7-2.fc23.x86_64 141/200
16907 Installing : java-1.8.0-openjdk-headless-1:1.8.0.60-14.b27.fc23.x8 142/200
16908 Installing : xml-commons-apis-1.4.01-19.fc23.noarch 143/200
16909 Installing : ant-lib-1.9.6-2.fc23.noarch 144/200
16910 Installing : xml-commons-resolver-1.2-18.fc23.noarch 145/200
16911 Installing : xalan-j2-2.7.1-27.fc23.noarch 146/200
16912 Installing : xerces-j2-2.11.0-23.fc23.noarch 147/200
16913 Installing : java-1.8.0-openjdk-1:1.8.0.60-14.b27.fc23.x86_64 148/200
16914 Installing : python-chardet-2.2.1-3.fc23.noarch 149/200
16915 Installing : python-kitchen-1.2.1-3.fc23.noarch 150/200
16916 Installing : libicu-54.1-5.fc23.x86_64 151/200
16917 Installing : libpsl-0.7.0-5.fc23.x86_64 152/200
16918 Installing : libpcap-14:1.7.4-1.fc23.x86_64 153/200
16919 Installing : libpipeline-1.4.0-2.fc23.x86_64 154/200
16920 Installing : man-db-2.7.1-10.fc23.x86_64 155/200
16921 Installing : less-481-1.fc23.x86_64 156/200
16922 Installing : rsync-3.1.1-7.fc23.x86_64 157/200
16923 Installing : libgnome-keyring-3.12.0-5.fc23.x86_64 158/200
16924 Installing : git-core-2.5.0-3.fc23.x86_64 159/200
16925 Installing : git-core-doc-2.5.0-3.fc23.x86_64 160/200
16926 Installing : perl-Git-2.5.0-3.fc23.noarch 161/200
16927 Installing : git-2.5.0-3.fc23.x86_64 162/200
16928 Installing : php-phpunit-Version-1.0.6-1.fc23.noarch 163/200
16929 Installing : php-phpunit-PHP-CodeCoverage-2.2.4-1.fc23.noarch 164/200
16930 Installing : php-phpunit-PHPUnit-4.8.17-1.fc23.noarch 165/200
16931 Installing : vim-filesystem-2:7.4.827-1.fc23.x86_64 166/200
16932 Installing : vim-common-2:7.4.827-1.fc23.x86_64 167/200
16933 Installing : fakeroot-libs-1.20.2-1.fc23.x86_64 168/200
16934 Installing : fakeroot-1.20.2-1.fc23.x86_64 169/200
16935 Installing : libzip-1.0.1-2.fc23.x86_64 170/200
16936 Installing : php-pecl-zip-1.13.1-1.fc23.x86_64 171/200
16937 Installing : python-cssselect-0.9.1-6.fc23.noarch 172/200
16938 Installing : python-lxml-3.4.4-1.fc23.x86_64 173/200
16939 Installing : fuse-libs-2.9.4-3.fc23.x86_64 174/200
16940 Installing : fuse-python-0.2.1-11.fc23.x86_64 175/200
16941 Installing : which-2.20-12.fc23.x86_64 176/200
16942 Installing : gpm-libs-1.20.7-7.fc23.x86_64 177/200
16943 Installing : xemacs-filesystem-21.5.34-12.20150929hga76c9268bb72.f 178/200
16944 Installing : rpmdevtools-8.6-2.fc23.noarch 179/200
16945 Installing : vim-enhanced-2:7.4.827-1.fc23.x86_64 180/200
16946 Installing : osc-0.151.1-164.2.1.fc23.noarch 181/200
16947 Installing : php-phpunit-PHPUnit-Selenium-1.4.2-2.fc23.noarch 182/200
16948 Installing : nmap-ncat-2:7.00-1.fc23.x86_64 183/200
16949 Installing : wget-1.17.1-1.fc23.x86_64 184/200
16950 Installing : yum-utils-1.1.31-508.fc23.noarch 185/200
16951 Installing : java-1.8.0-openjdk-devel-1:1.8.0.60-14.b27.fc23.x86_6 186/200
16952 Installing : ant-1.9.6-2.fc23.noarch 187/200
16953 Installing : bind-utils-32:9.10.3-7.P2.fc23.x86_64 188/200
16954 Installing : build-20151105-214.1.noarch 189/200
16955 Installing : obs-service-source_validator-0.5+git20150622.3c3fa65- 190/200
16956 Installing : perl-Data-Dumper-2.158-347.fc23.x86_64 191/200
16957 Installing : sudo-1.8.15-1.fc23.x86_64 192/200
16958 Installing : traceroute-3:2.0.20-4.fc23.x86_64 193/200
16959 Installing : telnet-1:0.17-61.fc23.x86_64 194/200
16960 Installing : strace-4.10-3.fc23.x86_64 195/200
16961 Installing : screen-4.3.1-2.fc23.x86_64 196/200
16962 Installing : psmisc-22.21-7.fc23.x86_64 197/200
16963 Installing : openldap-clients-2.4.40-14.fc23.x86_64 198/200
16964 Installing : net-tools-2.0-0.35.20150915git.fc23.x86_64 199/200
16965 Installing : lsof-4.88-3.fc23.x86_64 200/200
16966 Verifying : ant-1.9.6-2.fc23.noarch 1/200
16967 Verifying : lsof-4.88-3.fc23.x86_64 2/200
16968 Verifying : net-tools-2.0-0.35.20150915git.fc23.x86_64 3/200
16969 Verifying : openldap-clients-2.4.40-14.fc23.x86_64 4/200
16970 Verifying : osc-0.151.1-164.2.1.fc23.noarch 5/200
16971 Verifying : perl-Data-Dumper-2.158-347.fc23.x86_64 6/200
16972 Verifying : perl-Digest-MD5-2.54-346.fc23.x86_64 7/200
16973 Verifying : perl-TimeDate-1:2.30-7.fc23.noarch 8/200
16974 Verifying : php-phpunit-PHPUnit-Selenium-1.4.2-2.fc23.noarch 9/200
16975 Verifying : psmisc-22.21-7.fc23.x86_64 10/200
16976 Verifying : rpmdevtools-8.6-2.fc23.noarch 11/200
16977 Verifying : screen-4.3.1-2.fc23.x86_64 12/200
16978 Verifying : strace-4.10-3.fc23.x86_64 13/200
16979 Verifying : telnet-1:0.17-61.fc23.x86_64 14/200
16980 Verifying : traceroute-3:2.0.20-4.fc23.x86_64 15/200
16981 Verifying : vim-enhanced-2:7.4.827-1.fc23.x86_64 16/200
16982 Verifying : ant-lib-1.9.6-2.fc23.noarch 17/200
16983 Verifying : xerces-j2-2.11.0-23.fc23.noarch 18/200
16984 Verifying : xml-commons-apis-1.4.01-19.fc23.noarch 19/200
16985 Verifying : fuse-python-0.2.1-11.fc23.x86_64 20/200
16986 Verifying : python-lxml-3.4.4-1.fc23.x86_64 21/200
16987 Verifying : perl-Exporter-5.72-347.fc23.noarch 22/200
16988 Verifying : perl-Scalar-List-Utils-2:1.42-3.fc23.x86_64 23/200
16989 Verifying : perl-constant-1.33-347.fc23.noarch 24/200
16990 Verifying : perl-Digest-1.17-346.fc23.noarch 25/200
16991 Verifying : perl-Time-Local-1.2300-346.fc23.noarch 26/200
16992 Verifying : php-pecl-zip-1.13.1-1.fc23.x86_64 27/200
16993 Verifying : php-phpunit-comparator-1.2.0-1.fc23.noarch 28/200
16994 Verifying : fakeroot-1.20.2-1.fc23.x86_64 29/200
16995 Verifying : file-5.22-5.fc23.x86_64 30/200
16996 Verifying : findutils-1:4.5.14-7.fc23.x86_64 31/200
16997 Verifying : perl-File-Temp-0.23.04-346.fc23.noarch 32/200
16998 Verifying : xemacs-filesystem-21.5.34-12.20150929hga76c9268bb72.f 33/200
16999 Verifying : gpm-libs-1.20.7-7.fc23.x86_64 34/200
17000 Verifying : vim-common-2:7.4.827-1.fc23.x86_64 35/200
17001 Verifying : which-2.20-12.fc23.x86_64 36/200
17002 Verifying : xalan-j2-2.7.1-27.fc23.noarch 37/200
17003 Verifying : xml-commons-resolver-1.2-18.fc23.noarch 38/200
17004 Verifying : fuse-libs-2.9.4-3.fc23.x86_64 39/200
17005 Verifying : libxslt-1.1.28-11.fc23.x86_64 40/200
17006 Verifying : python-cssselect-0.9.1-6.fc23.noarch 41/200
17007 Verifying : perl-MIME-Base64-3.15-348.fc23.x86_64 42/200
17008 Verifying : libzip-1.0.1-2.fc23.x86_64 43/200
17009 Verifying : php-phpunit-exporter-1.2.1-1.fc23.noarch 44/200
17010 Verifying : fakeroot-libs-1.20.2-1.fc23.x86_64 45/200
17011 Verifying : perl-File-Path-2.09-347.fc23.noarch 46/200
17012 Verifying : perl-parent-1:0.234-3.fc23.noarch 47/200
17013 Verifying : vim-filesystem-2:7.4.827-1.fc23.x86_64 48/200
17014 Verifying : bind-utils-32:9.10.3-7.P2.fc23.x86_64 49/200
17015 Verifying : bind-libs-32:9.10.3-7.P2.fc23.x86_64 50/200
17016 Verifying : bind-libs-lite-32:9.10.3-7.P2.fc23.x86_64 51/200
17017 Verifying : GeoIP-1.6.6-1.fc23.x86_64 52/200
17018 Verifying : bind-license-32:9.10.3-7.P2.fc23.noarch 53/200
17019 Verifying : build-20151105-214.1.noarch 54/200
17020 Verifying : binutils-2.25-15.fc23.x86_64 55/200
17021 Verifying : perl-MD5-2.03-21.fc23.noarch 56/200
17022 Verifying : tar-2:1.28-6.fc23.x86_64 57/200
17023 Verifying : git-2.5.0-3.fc23.x86_64 58/200
17024 Verifying : git-core-2.5.0-3.fc23.x86_64 59/200
17025 Verifying : git-core-doc-2.5.0-3.fc23.x86_64 60/200
17026 Verifying : perl-Git-2.5.0-3.fc23.noarch 61/200
17027 Verifying : perl-Error-1:0.17024-4.fc23.noarch 62/200
17028 Verifying : perl-TermReadKey-2.33-3.fc23.x86_64 63/200
17029 Verifying : less-481-1.fc23.x86_64 64/200
17030 Verifying : libgnome-keyring-3.12.0-5.fc23.x86_64 65/200
17031 Verifying : rsync-3.1.1-7.fc23.x86_64 66/200
17032 Verifying : groff-base-1.22.3-6.fc23.x86_64 67/200
17033 Verifying : man-db-2.7.1-10.fc23.x86_64 68/200
17034 Verifying : crontabs-1.11-11.20150630git.fc23.noarch 69/200
17035 Verifying : libpipeline-1.4.0-2.fc23.x86_64 70/200
17036 Verifying : cronie-1.5.0-3.fc23.x86_64 71/200
17037 Verifying : nmap-ncat-2:7.00-1.fc23.x86_64 72/200
17038 Verifying : libpcap-14:1.7.4-1.fc23.x86_64 73/200
17039 Verifying : sudo-1.8.15-1.fc23.x86_64 74/200
17040 Verifying : wget-1.17.1-1.fc23.x86_64 75/200
17041 Verifying : libpsl-0.7.0-5.fc23.x86_64 76/200
17042 Verifying : libicu-54.1-5.fc23.x86_64 77/200
17043 Verifying : yum-utils-1.1.31-508.fc23.noarch 78/200
17044 Verifying : python-kitchen-1.2.1-3.fc23.noarch 79/200
17045 Verifying : python-chardet-2.2.1-3.fc23.noarch 80/200
17046 Verifying : php-pecl-jsonc-1.3.9-1.fc23.x86_64 81/200
17047 Verifying : java-1.8.0-openjdk-headless-1:1.8.0.60-14.b27.fc23.x8 82/200
17048 Verifying : freetype-2.6.0-3.fc23.x86_64 83/200
17049 Verifying : lcms2-2.7-2.fc23.x86_64 84/200
17050 Verifying : libjpeg-turbo-1.4.1-2.fc23.x86_64 85/200
17051 Verifying : lksctp-tools-1.0.16-4.fc23.x86_64 86/200
17052 Verifying : tzdata-java-2015g-1.fc23.noarch 87/200
17053 Verifying : rpm-build-4.13.0-0.rc1.7.fc23.x86_64 88/200
17054 Verifying : elfutils-0.163-4.fc23.x86_64 89/200
17055 Verifying : patch-2.7.5-2.fc23.x86_64 90/200
17056 Verifying : pkgconfig-1:0.28-9.fc23.x86_64 91/200
17057 Verifying : redhat-rpm-config-36-1.fc23.noarch 92/200
17058 Verifying : xz-5.2.1-3.fc23.x86_64 93/200
17059 Verifying : dwz-0.12-1.fc23.x86_64 94/200
17060 Verifying : ghc-srpm-macros-1.4.2-2.fc23.noarch 95/200
17061 Verifying : gnat-srpm-macros-2-1.fc23.noarch 96/200
17062 Verifying : go-srpm-macros-2-3.fc23.noarch 97/200
17063 Verifying : ocaml-srpm-macros-2-3.fc23.noarch 98/200
17064 Verifying : perl-srpm-macros-1-17.fc23.noarch 99/200
17065 Verifying : zip-3.0-15.fc23.x86_64 100/200
17066 Verifying : unzip-6.0-24.fc23.x86_64 101/200
17067 Verifying : javapackages-tools-4.6.0-7.fc23.noarch 102/200
17068 Verifying : python3-javapackages-4.6.0-7.fc23.noarch 103/200
17069 Verifying : python3-lxml-3.4.4-1.fc23.x86_64 104/200
17070 Verifying : python3-cssselect-0.9.1-6.fc23.noarch 105/200
17071 Verifying : perl-libs-4:5.22.1-350.fc23.x86_64 106/200
17072 Verifying : perl-4:5.22.1-350.fc23.x86_64 107/200
17073 Verifying : perl-Pod-Simple-1:3.31-1.fc23.noarch 108/200
17074 Verifying : perl-Storable-1:2.53-346.fc23.x86_64 109/200
17075 Verifying : perl-Text-Tabs+Wrap-2013.0523-346.fc23.noarch 110/200
17076 Verifying : perl-threads-1:2.02-2.fc23.x86_64 111/200
17077 Verifying : perl-threads-shared-1.48-346.fc23.x86_64 112/200
17078 Verifying : perl-Encode-3:2.78-2.fc23.x86_64 113/200
17079 Verifying : perl-Pod-Escapes-1:1.07-348.fc23.noarch 114/200
17080 Verifying : perl-Getopt-Long-2.48-1.fc23.noarch 115/200
17081 Verifying : perl-Pod-Usage-4:1.67-3.fc23.noarch 116/200
17082 Verifying : perl-Text-ParseWords-3.30-346.fc23.noarch 117/200
17083 Verifying : perl-Pod-Perldoc-3.25-347.fc23.noarch 118/200
17084 Verifying : perl-podlators-2.5.3-347.fc23.noarch 119/200
17085 Verifying : perl-HTTP-Tiny-0.056-3.fc23.noarch 120/200
17086 Verifying : perl-Term-ANSIColor-4.03-346.fc23.noarch 121/200
17087 Verifying : perl-Term-Cap-1.17-1.fc23.noarch 122/200
17088 Verifying : perl-PathTools-3.60-1.fc23.x86_64 123/200
17089 Verifying : php-common-5.6.16-1.fc23.x86_64 124/200
17090 Verifying : php-xml-5.6.16-1.fc23.x86_64 125/200
17091 Verifying : php-sebastian-recursion-context-1.0.2-1.fc23.noarch 126/200
17092 Verifying : php-phpunit-diff-1.4.1-1.fc23.noarch 127/200
17093 Verifying : php-phpunit-PHPUnit-4.8.17-1.fc23.noarch 128/200
17094 Verifying : php-cli-5.6.16-1.fc23.x86_64 129/200
17095 Verifying : php-mbstring-5.6.16-1.fc23.x86_64 130/200
17096 Verifying : php-tidy-5.6.16-1.fc23.x86_64 131/200
17097 Verifying : php-doctrine-instantiator-1.0.5-2.fc23.noarch 132/200
17098 Verifying : php-phpunit-File-Iterator-1.4.1-1.fc23.noarch 133/200
17099 Verifying : php-phpunit-PHP-Invoker-1.1.4-1.fc23.noarch 134/200
17100 Verifying : php-phpunit-PHP-Timer-1.0.7-1.fc23.noarch 135/200
17101 Verifying : php-phpunit-Text-Template-1.2.1-1.fc23.noarch 136/200
17102 Verifying : php-phpunit-Version-1.0.6-1.fc23.noarch 137/200
17103 Verifying : php-phpunit-environment-1.3.2-1.fc23.noarch 138/200
17104 Verifying : libedit-3.1-13.20150325cvs.fc23.x86_64 139/200
17105 Verifying : libtidy-0.99.0-34.20091203.fc23.x86_64 140/200
17106 Verifying : php-pear-1:1.10.1-1.fc23.noarch 141/200
17107 Verifying : php-process-5.6.16-1.fc23.x86_64 142/200
17108 Verifying : perl-Carp-1.38-1.fc23.noarch 143/200
17109 Verifying : m2crypto-0.22.5-2.fc23.x86_64 144/200
17110 Verifying : GeoIP-GeoLite-data-2015.12-1.fc23.noarch 145/200
17111 Verifying : libpng-2:1.6.19-1.fc23.x86_64 146/200
17112 Verifying : build-mkbaselibs-20151105-214.1.noarch 147/200
17113 Verifying : bzip2-1.0.6-19.fc23.x86_64 148/200
17114 Verifying : gdb-7.10.1-30.fc23.x86_64 149/200
17115 Verifying : gc-7.4.2-4.fc23.x86_64 150/200
17116 Verifying : libbabeltrace-1.2.4-2.fc23.x86_64 151/200
17117 Verifying : libatomic_ops-7.4.2-6.fc23.x86_64 152/200
17118 Verifying : perl-generators-1.06-1.fc23.noarch 153/200
17119 Verifying : php-phpspec-prophecy-1.5.0-2.fc23.noarch 154/200
17120 Verifying : php-phpdocumentor-reflection-docblock-2.0.4-2.fc23.no 155/200
17121 Verifying : php-phpunit-PHP-CodeCoverage-2.2.4-1.fc23.noarch 156/200
17122 Verifying : php-phpunit-PHP-TokenStream-1.4.8-1.fc23.noarch 157/200
17123 Verifying : php-phpunit-PHPUnit-MockObject-2.3.8-1.fc23.noarch 158/200
17124 Verifying : php-soap-5.6.16-1.fc23.x86_64 159/200
17125 Verifying : php-sebastian-global-state-1.1.1-1.fc23.noarch 160/200
17126 Verifying : php-symfony-class-loader-2.7.7-2.fc23.noarch 161/200
17127 Verifying : php-symfony-common-2.7.7-2.fc23.noarch 162/200
17128 Verifying : php-symfony-yaml-2.7.7-2.fc23.noarch 163/200
17129 Verifying : httpd-filesystem-2.4.17-3.fc23.noarch 164/200
17130 Verifying : perl-Socket-3:2.021-1.fc23.x86_64 165/200
17131 Verifying : perl-Time-HiRes-1.9728-1.fc23.x86_64 166/200
17132 Verifying : perl-Unicode-Normalize-1.24-1.fc23.x86_64 167/200
17133 Verifying : perl-macros-4:5.22.1-350.fc23.x86_64 168/200
17134 Verifying : openssh-clients-7.1p1-6.fc23.x86_64 169/200
17135 Verifying : openssh-7.1p1-6.fc23.x86_64 170/200
17136 Verifying : fipscheck-lib-1.4.1-9.fc23.x86_64 171/200
17137 Verifying : fipscheck-1.4.1-9.fc23.x86_64 172/200
17138 Verifying : guile-5:2.0.11-7.fc23.x86_64 173/200
17139 Verifying : libunistring-0.9.4-2.fc23.x86_64 174/200
17140 Verifying : libipt-1.4.3-1.fc23.x86_64 175/200
17141 Verifying : libtool-ltdl-2.4.6-7.fc23.x86_64 176/200
17142 Verifying : cronie-anacron-1.5.0-3.fc23.x86_64 177/200
17143 Verifying : java-1.8.0-openjdk-devel-1:1.8.0.60-14.b27.fc23.x86_6 178/200
17144 Verifying : java-1.8.0-openjdk-1:1.8.0.60-14.b27.fc23.x86_64 179/200
17145 Verifying : libX11-1.6.3-2.fc23.x86_64 180/200
17146 Verifying : alsa-lib-1.0.29-2.fc23.x86_64 181/200
17147 Verifying : fontconfig-2.11.94-4.fc23.x86_64 182/200
17148 Verifying : giflib-4.1.6-14.fc23.x86_64 183/200
17149 Verifying : libXext-1.3.3-3.fc23.x86_64 184/200
17150 Verifying : libXrender-0.9.9-2.fc23.x86_64 185/200
17151 Verifying : libXtst-1.2.2-5.fc23.x86_64 186/200
17152 Verifying : xorg-x11-fonts-Type1-7.5-15.fc23.noarch 187/200
17153 Verifying : libX11-common-1.6.3-2.fc23.noarch 188/200
17154 Verifying : fontpackages-filesystem-1.44-14.fc23.noarch 189/200
17155 Verifying : libICE-1.0.9-3.fc23.x86_64 190/200
17156 Verifying : libSM-1.2.2-3.fc23.x86_64 191/200
17157 Verifying : ttmkfdir-3.0.9-46.fc23.x86_64 192/200
17158 Verifying : xorg-x11-font-utils-1:7.5-29.fc23.x86_64 193/200
17159 Verifying : libXfont-1.5.1-3.fc23.x86_64 194/200
17160 Verifying : libfontenc-1.1.3-2.fc23.x86_64 195/200
17161 Verifying : obs-service-source_validator-0.5+git20150622.3c3fa65- 196/200
17162 Verifying : libXi-1.7.6-1.fc23.x86_64 197/200
17163 Verifying : libxcb-1.11.1-1.fc23.x86_64 198/200
17164 Verifying : libXau-1.0.8-5.fc23.x86_64 199/200
17165 Verifying : aajohan-comfortaa-fonts-2.004-5.fc23.noarch 200/200
17166
17167Installed:
17168 GeoIP.x86_64 1.6.6-1.fc23
17169 GeoIP-GeoLite-data.noarch 2015.12-1.fc23
17170 aajohan-comfortaa-fonts.noarch 2.004-5.fc23
17171 alsa-lib.x86_64 1.0.29-2.fc23
17172 ant.noarch 1.9.6-2.fc23
17173 ant-lib.noarch 1.9.6-2.fc23
17174 bind-libs.x86_64 32:9.10.3-7.P2.fc23
17175 bind-libs-lite.x86_64 32:9.10.3-7.P2.fc23
17176 bind-license.noarch 32:9.10.3-7.P2.fc23
17177 bind-utils.x86_64 32:9.10.3-7.P2.fc23
17178 binutils.x86_64 2.25-15.fc23
17179 build.noarch 20151105-214.1
17180 build-mkbaselibs.noarch 20151105-214.1
17181 bzip2.x86_64 1.0.6-19.fc23
17182 cronie.x86_64 1.5.0-3.fc23
17183 cronie-anacron.x86_64 1.5.0-3.fc23
17184 crontabs.noarch 1.11-11.20150630git.fc23
17185 dwz.x86_64 0.12-1.fc23
17186 elfutils.x86_64 0.163-4.fc23
17187 fakeroot.x86_64 1.20.2-1.fc23
17188 fakeroot-libs.x86_64 1.20.2-1.fc23
17189 file.x86_64 5.22-5.fc23
17190 findutils.x86_64 1:4.5.14-7.fc23
17191 fipscheck.x86_64 1.4.1-9.fc23
17192 fipscheck-lib.x86_64 1.4.1-9.fc23
17193 fontconfig.x86_64 2.11.94-4.fc23
17194 fontpackages-filesystem.noarch 1.44-14.fc23
17195 freetype.x86_64 2.6.0-3.fc23
17196 fuse-libs.x86_64 2.9.4-3.fc23
17197 fuse-python.x86_64 0.2.1-11.fc23
17198 gc.x86_64 7.4.2-4.fc23
17199 gdb.x86_64 7.10.1-30.fc23
17200 ghc-srpm-macros.noarch 1.4.2-2.fc23
17201 giflib.x86_64 4.1.6-14.fc23
17202 git.x86_64 2.5.0-3.fc23
17203 git-core.x86_64 2.5.0-3.fc23
17204 git-core-doc.x86_64 2.5.0-3.fc23
17205 gnat-srpm-macros.noarch 2-1.fc23
17206 go-srpm-macros.noarch 2-3.fc23
17207 gpm-libs.x86_64 1.20.7-7.fc23
17208 groff-base.x86_64 1.22.3-6.fc23
17209 guile.x86_64 5:2.0.11-7.fc23
17210 httpd-filesystem.noarch 2.4.17-3.fc23
17211 java-1.8.0-openjdk.x86_64 1:1.8.0.60-14.b27.fc23
17212 java-1.8.0-openjdk-devel.x86_64 1:1.8.0.60-14.b27.fc23
17213 java-1.8.0-openjdk-headless.x86_64 1:1.8.0.60-14.b27.fc23
17214 javapackages-tools.noarch 4.6.0-7.fc23
17215 lcms2.x86_64 2.7-2.fc23
17216 less.x86_64 481-1.fc23
17217 libICE.x86_64 1.0.9-3.fc23
17218 libSM.x86_64 1.2.2-3.fc23
17219 libX11.x86_64 1.6.3-2.fc23
17220 libX11-common.noarch 1.6.3-2.fc23
17221 libXau.x86_64 1.0.8-5.fc23
17222 libXext.x86_64 1.3.3-3.fc23
17223 libXfont.x86_64 1.5.1-3.fc23
17224 libXi.x86_64 1.7.6-1.fc23
17225 libXrender.x86_64 0.9.9-2.fc23
17226 libXtst.x86_64 1.2.2-5.fc23
17227 libatomic_ops.x86_64 7.4.2-6.fc23
17228 libbabeltrace.x86_64 1.2.4-2.fc23
17229 libedit.x86_64 3.1-13.20150325cvs.fc23
17230 libfontenc.x86_64 1.1.3-2.fc23
17231 libgnome-keyring.x86_64 3.12.0-5.fc23
17232 libicu.x86_64 54.1-5.fc23
17233 libipt.x86_64 1.4.3-1.fc23
17234 libjpeg-turbo.x86_64 1.4.1-2.fc23
17235 libpcap.x86_64 14:1.7.4-1.fc23
17236 libpipeline.x86_64 1.4.0-2.fc23
17237 libpng.x86_64 2:1.6.19-1.fc23
17238 libpsl.x86_64 0.7.0-5.fc23
17239 libtidy.x86_64 0.99.0-34.20091203.fc23
17240 libtool-ltdl.x86_64 2.4.6-7.fc23
17241 libunistring.x86_64 0.9.4-2.fc23
17242 libxcb.x86_64 1.11.1-1.fc23
17243 libxslt.x86_64 1.1.28-11.fc23
17244 libzip.x86_64 1.0.1-2.fc23
17245 lksctp-tools.x86_64 1.0.16-4.fc23
17246 lsof.x86_64 4.88-3.fc23
17247 m2crypto.x86_64 0.22.5-2.fc23
17248 man-db.x86_64 2.7.1-10.fc23
17249 net-tools.x86_64 2.0-0.35.20150915git.fc23
17250 nmap-ncat.x86_64 2:7.00-1.fc23
17251 obs-service-source_validator.noarch 0.5+git20150622.3c3fa65-84.1
17252 ocaml-srpm-macros.noarch 2-3.fc23
17253 openldap-clients.x86_64 2.4.40-14.fc23
17254 openssh.x86_64 7.1p1-6.fc23
17255 openssh-clients.x86_64 7.1p1-6.fc23
17256 osc.noarch 0.151.1-164.2.1.fc23
17257 patch.x86_64 2.7.5-2.fc23
17258 perl.x86_64 4:5.22.1-350.fc23
17259 perl-Carp.noarch 1.38-1.fc23
17260 perl-Data-Dumper.x86_64 2.158-347.fc23
17261 perl-Digest.noarch 1.17-346.fc23
17262 perl-Digest-MD5.x86_64 2.54-346.fc23
17263 perl-Encode.x86_64 3:2.78-2.fc23
17264 perl-Error.noarch 1:0.17024-4.fc23
17265 perl-Exporter.noarch 5.72-347.fc23
17266 perl-File-Path.noarch 2.09-347.fc23
17267 perl-File-Temp.noarch 0.23.04-346.fc23
17268 perl-Getopt-Long.noarch 2.48-1.fc23
17269 perl-Git.noarch 2.5.0-3.fc23
17270 perl-HTTP-Tiny.noarch 0.056-3.fc23
17271 perl-MD5.noarch 2.03-21.fc23
17272 perl-MIME-Base64.x86_64 3.15-348.fc23
17273 perl-PathTools.x86_64 3.60-1.fc23
17274 perl-Pod-Escapes.noarch 1:1.07-348.fc23
17275 perl-Pod-Perldoc.noarch 3.25-347.fc23
17276 perl-Pod-Simple.noarch 1:3.31-1.fc23
17277 perl-Pod-Usage.noarch 4:1.67-3.fc23
17278 perl-Scalar-List-Utils.x86_64 2:1.42-3.fc23
17279 perl-Socket.x86_64 3:2.021-1.fc23
17280 perl-Storable.x86_64 1:2.53-346.fc23
17281 perl-Term-ANSIColor.noarch 4.03-346.fc23
17282 perl-Term-Cap.noarch 1.17-1.fc23
17283 perl-TermReadKey.x86_64 2.33-3.fc23
17284 perl-Text-ParseWords.noarch 3.30-346.fc23
17285 perl-Text-Tabs+Wrap.noarch 2013.0523-346.fc23
17286 perl-Time-HiRes.x86_64 1.9728-1.fc23
17287 perl-Time-Local.noarch 1.2300-346.fc23
17288 perl-TimeDate.noarch 1:2.30-7.fc23
17289 perl-Unicode-Normalize.x86_64 1.24-1.fc23
17290 perl-constant.noarch 1.33-347.fc23
17291 perl-generators.noarch 1.06-1.fc23
17292 perl-libs.x86_64 4:5.22.1-350.fc23
17293 perl-macros.x86_64 4:5.22.1-350.fc23
17294 perl-parent.noarch 1:0.234-3.fc23
17295 perl-podlators.noarch 2.5.3-347.fc23
17296 perl-srpm-macros.noarch 1-17.fc23
17297 perl-threads.x86_64 1:2.02-2.fc23
17298 perl-threads-shared.x86_64 1.48-346.fc23
17299 php-cli.x86_64 5.6.16-1.fc23
17300 php-common.x86_64 5.6.16-1.fc23
17301 php-doctrine-instantiator.noarch 1.0.5-2.fc23
17302 php-mbstring.x86_64 5.6.16-1.fc23
17303 php-pear.noarch 1:1.10.1-1.fc23
17304 php-pecl-jsonc.x86_64 1.3.9-1.fc23
17305 php-pecl-zip.x86_64 1.13.1-1.fc23
17306 php-phpdocumentor-reflection-docblock.noarch 2.0.4-2.fc23
17307 php-phpspec-prophecy.noarch 1.5.0-2.fc23
17308 php-phpunit-File-Iterator.noarch 1.4.1-1.fc23
17309 php-phpunit-PHP-CodeCoverage.noarch 2.2.4-1.fc23
17310 php-phpunit-PHP-Invoker.noarch 1.1.4-1.fc23
17311 php-phpunit-PHP-Timer.noarch 1.0.7-1.fc23
17312 php-phpunit-PHP-TokenStream.noarch 1.4.8-1.fc23
17313 php-phpunit-PHPUnit.noarch 4.8.17-1.fc23
17314 php-phpunit-PHPUnit-MockObject.noarch 2.3.8-1.fc23
17315 php-phpunit-PHPUnit-Selenium.noarch 1.4.2-2.fc23
17316 php-phpunit-Text-Template.noarch 1.2.1-1.fc23
17317 php-phpunit-Version.noarch 1.0.6-1.fc23
17318 php-phpunit-comparator.noarch 1.2.0-1.fc23
17319 php-phpunit-diff.noarch 1.4.1-1.fc23
17320 php-phpunit-environment.noarch 1.3.2-1.fc23
17321 php-phpunit-exporter.noarch 1.2.1-1.fc23
17322 php-process.x86_64 5.6.16-1.fc23
17323 php-sebastian-global-state.noarch 1.1.1-1.fc23
17324 php-sebastian-recursion-context.noarch 1.0.2-1.fc23
17325 php-soap.x86_64 5.6.16-1.fc23
17326 php-symfony-class-loader.noarch 2.7.7-2.fc23
17327 php-symfony-common.noarch 2.7.7-2.fc23
17328 php-symfony-yaml.noarch 2.7.7-2.fc23
17329 php-tidy.x86_64 5.6.16-1.fc23
17330 php-xml.x86_64 5.6.16-1.fc23
17331 pkgconfig.x86_64 1:0.28-9.fc23
17332 psmisc.x86_64 22.21-7.fc23
17333 python-chardet.noarch 2.2.1-3.fc23
17334 python-cssselect.noarch 0.9.1-6.fc23
17335 python-kitchen.noarch 1.2.1-3.fc23
17336 python-lxml.x86_64 3.4.4-1.fc23
17337 python3-cssselect.noarch 0.9.1-6.fc23
17338 python3-javapackages.noarch 4.6.0-7.fc23
17339 python3-lxml.x86_64 3.4.4-1.fc23
17340 redhat-rpm-config.noarch 36-1.fc23
17341 rpm-build.x86_64 4.13.0-0.rc1.7.fc23
17342 rpmdevtools.noarch 8.6-2.fc23
17343 rsync.x86_64 3.1.1-7.fc23
17344 screen.x86_64 4.3.1-2.fc23
17345 strace.x86_64 4.10-3.fc23
17346 sudo.x86_64 1.8.15-1.fc23
17347 tar.x86_64 2:1.28-6.fc23
17348 telnet.x86_64 1:0.17-61.fc23
17349 traceroute.x86_64 3:2.0.20-4.fc23
17350 ttmkfdir.x86_64 3.0.9-46.fc23
17351 tzdata-java.noarch 2015g-1.fc23
17352 unzip.x86_64 6.0-24.fc23
17353 vim-common.x86_64 2:7.4.827-1.fc23
17354 vim-enhanced.x86_64 2:7.4.827-1.fc23
17355 vim-filesystem.x86_64 2:7.4.827-1.fc23
17356 wget.x86_64 1.17.1-1.fc23
17357 which.x86_64 2.20-12.fc23
17358 xalan-j2.noarch 2.7.1-27.fc23
17359 xemacs-filesystem.noarch 21.5.34-12.20150929hga76c9268bb72.fc23
17360 xerces-j2.noarch 2.11.0-23.fc23
17361 xml-commons-apis.noarch 1.4.01-19.fc23
17362 xml-commons-resolver.noarch 1.2-18.fc23
17363 xorg-x11-font-utils.x86_64 1:7.5-29.fc23
17364 xorg-x11-fonts-Type1.noarch 7.5-15.fc23
17365 xz.x86_64 5.2.1-3.fc23
17366 yum-utils.noarch 1.1.31-508.fc23
17367 zip.x86_64 3.0-15.fc23
17368
17369Complete!
17370Cleaning repos: openSUSE_Tools fedora Kolab_Development updates
17371Cleaning up Everything
17372 ---> 68c49e72fb70
17373Removing intermediate container dbdc16596efb
17374Step 17 : RUN sed -i -e '/requiretty/d' /etc/sudoers
17375 ---> Running in e2c28dc562e1
17376 ---> d78104aace68
17377Removing intermediate container e2c28dc562e1
17378Step 18 : WORKDIR /srv
17379 ---> Running in 81ec6cff35b3
17380 ---> 2db1fae1e190
17381Removing intermediate container 81ec6cff35b3
17382Step 19 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
17383 ---> Running in 6cbabdb703dd
17384Cloning into 'closure-compiler.git'...
17385 ---> 2f6f7cfa57cb
17386Removing intermediate container 6cbabdb703dd
17387Step 20 : WORKDIR /srv/closure-compiler.git
17388 ---> Running in 25d44fa4de2c
17389 ---> 6c6238c7c8c7
17390Removing intermediate container 25d44fa4de2c
17391Step 21 : RUN ant jar
17392 ---> Running in f68e6a08e06c
17393Buildfile: /srv/closure-compiler.git/build.xml
17394
17395relversion:
17396
17397compile:
17398 [mkdir] Created dir: /srv/closure-compiler.git/build/classes
17399 [javac] Compiling 12 source files to /srv/closure-compiler.git/build/classes
17400 [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
17401 [javac] 1 warning
17402 [javac] Compiling 610 source files to /srv/closure-compiler.git/build/classes
17403 [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
17404 [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
17405 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
17406 [javac] ^
17407 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Compiler.java:1192: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
17408 [javac] NodeTraversal.traverse(this, getRoot(), refCollector);
17409 [javac] ^
17410 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Compiler.java:1385: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
17411 [javac] NodeTraversal.traverse(this, n, sia);
17412 [javac] ^
17413 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:360: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17414 [javac] key = NodeUtil.getFunctionName(scopeNode) + "=" + key;
17415 [javac] ^
17416 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:686: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17417 [javac] functionName = NodeUtil.getFunctionName(n);
17418 [javac] ^
17419 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1143: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17420 [javac] addDisposeCall(NodeUtil.getFunctionName(n),
17421 [javac] ^
17422 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1265: warning: [unchecked] unchecked cast
17423 [javac] for (TypedVar v : ((Set<TypedVar>) liveness.getEscapedLocals())) {
17424 [javac] ^
17425 [javac] required: Set<TypedVar>
17426 [javac] found: Set<CAP#1>
17427 [javac] where CAP#1 is a fresh type-variable:
17428 [javac] CAP#1 extends Var from capture of ? extends Var
17429 [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
17430 [javac] public JSType getType(String jsTypeName) {
17431 [javac] ^
17432 [javac] return type requires unchecked conversion from JSType to T
17433 [javac] where T is a type-variable:
17434 [javac] T extends TypeI declared in method <T>getType(String)
17435 [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
17436 [javac] public JSType getNativeType(JSTypeNative typeId) {
17437 [javac] ^
17438 [javac] return type requires unchecked conversion from JSType to T
17439 [javac] where T is a type-variable:
17440 [javac] T extends TypeI declared in method <T>getNativeType(JSTypeNative)
17441 [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
17442 [javac] public ObjectType getNativeObjectType(JSTypeNative typeId) {
17443 [javac] ^
17444 [javac] return type requires unchecked conversion from ObjectType to T
17445 [javac] where T is a type-variable:
17446 [javac] T extends ObjectTypeI declared in method <T>getNativeObjectType(JSTypeNative)
17447 [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
17448 [javac] public FunctionType getNativeFunctionType(JSTypeNative typeId) {
17449 [javac] ^
17450 [javac] return type requires unchecked conversion from FunctionType to T
17451 [javac] where T is a type-variable:
17452 [javac] T extends FunctionTypeI declared in method <T>getNativeFunctionType(JSTypeNative)
17453 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1497: warning: [unchecked] unchecked cast
17454 [javac] return createFromTypeNodesInternal(n, sourceName, (StaticTypedScope<JSType>) scope);
17455 [javac] ^
17456 [javac] required: StaticTypedScope<JSType>
17457 [javac] found: StaticTypedScope<CAP#1>
17458 [javac] where CAP#1 is a fresh type-variable:
17459 [javac] CAP#1 extends TypeI from capture of ? extends TypeI
17460 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NewTypeInference.java:1036: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
17461 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(fnRoot);
17462 [javac] ^
17463 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NewTypeInference.java:1045: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
17464 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(fnScope.getRoot());
17465 [javac] ^
17466 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:321: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
17467 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(n);
17468 [javac] ^
17469 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:844: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
17470 [javac] Node nameNode = NodeUtil.getFunctionNameNode(fn);
17471 [javac] ^
17472 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:1794: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
17473 [javac] ? declNode : NodeUtil.getFunctionNameNode(declNode);
17474 [javac] ^
17475 [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
17476 [javac] public TypedScope createScope(Node n, Scope parent) {
17477 [javac] ^
17478 [javac] return type requires unchecked conversion from TypedScope to T
17479 [javac] where T is a type-variable:
17480 [javac] T extends Scope declared in method <T>createScope(Node,T)
17481 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DefaultPassConfig.java:1087: warning: [deprecation] brokenClosureRequiresLevel in CompilerOptions has been deprecated
17482 [javac] options.brokenClosureRequiresLevel,
17483 [javac] ^
17484 [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
17485 [javac] NodeTraversal.traverseRoots(
17486 [javac] ^
17487 [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
17488 [javac] NodeTraversal.traverseRoots(
17489 [javac] ^
17490 [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
17491 [javac] NodeTraversal.traverseRoots(
17492 [javac] ^
17493 [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
17494 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
17495 [javac] ^
17496 [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
17497 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
17498 [javac] ^
17499 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1746: warning: [unchecked] unchecked cast
17500 [javac] return ((StaticTypedSlot<JSType>) sym).getType();
17501 [javac] ^
17502 [javac] required: StaticTypedSlot<JSType>
17503 [javac] found: StaticSlot
17504 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1753: warning: [unchecked] unchecked cast
17505 [javac] return ((StaticTypedScope<JSType>) s).getTypeOfThis();
17506 [javac] ^
17507 [javac] required: StaticTypedScope<JSType>
17508 [javac] found: StaticScope
17509 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1760: warning: [unchecked] unchecked cast
17510 [javac] return ((StaticTypedSlot<JSType>) sym).isTypeInferred();
17511 [javac] ^
17512 [javac] required: StaticTypedSlot<JSType>
17513 [javac] found: StaticSlot
17514 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScope.java:216: warning: [unchecked] getVars() in TypedScope overrides <T>getVars() in Scope
17515 [javac] public Iterator<TypedVar> getVars() {
17516 [javac] ^
17517 [javac] return type requires unchecked conversion from Iterator<TypedVar> to Iterator<T>
17518 [javac] where T is a type-variable:
17519 [javac] T extends Var declared in method <T>getVars()
17520 [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
17521 [javac] public TypedScope createScope(Node root, Scope parent) {
17522 [javac] ^
17523 [javac] return type requires unchecked conversion from TypedScope to T
17524 [javac] where T is a type-variable:
17525 [javac] T extends Scope declared in method <T>createScope(Node,T)
17526 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NTIScope.java:114: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17527 [javac] return isTopLevel() ? null : NodeUtil.getFunctionName(root);
17528 [javac] ^
17529 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalNamespace.java:533: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
17530 [javac] String className = NodeUtil.getClassName(parent.getParent());
17531 [javac] ^
17532 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AmbiguateProperties.java:432: warning: [unchecked] getAnnotation() in AmbiguateProperties.PropertyGraphNode implements <A>getAnnotation() in Annotatable
17533 [javac] public Annotation getAnnotation() {
17534 [javac] ^
17535 [javac] return type requires unchecked conversion from Annotation to A
17536 [javac] where A is a type-variable:
17537 [javac] A extends Annotation declared in method <A>getAnnotation()
17538 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:237: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17539 [javac] name = NodeUtil.getFunctionName(n);
17540 [javac] ^
17541 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:264: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
17542 [javac] name = NodeUtil.getClassName(classNode) + midPart + n.getString();
17543 [javac] ^
17544 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:266: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
17545 [javac] name = NodeUtil.getClassName(classNode);
17546 [javac] ^
17547 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CallGraph.java:593: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17548 [javac] return NodeUtil.getFunctionName(astNode);
17549 [javac] ^
17550 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckProvides.java:114: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
17551 [javac] String name = NodeUtil.getClassName(classNode);
17552 [javac] ^
17553 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckRequiresForConstructors.java:324: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
17554 [javac] String name = NodeUtil.getClassName(classNode);
17555 [javac] ^
17556 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckSideEffects.java:244: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17557 [javac] String name = NodeUtil.getFunctionName(n);
17558 [javac] ^
17559 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:88: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
17560 [javac] NodeTraversal.traverse(compiler, root, this);
17561 [javac] ^
17562 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
17563 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
17564 [javac] ^
17565 [javac] required: Set<Var>
17566 [javac] found: Set<CAP#1>
17567 [javac] where CAP#1 is a fresh type-variable:
17568 [javac] CAP#1 extends Var from capture of ? extends Var
17569 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:289: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
17570 [javac] NodeTraversal.traverse(
17571 [javac] ^
17572 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/WarningLevel.java:58: warning: [deprecation] setCheckProvides(CheckLevel) in CompilerOptions has been deprecated
17573 [javac] options.setCheckProvides(CheckLevel.OFF);
17574 [javac] ^
17575 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:141: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
17576 [javac] NodeTraversal.traverse(compiler, superSet.getLastChild(), this);
17577 [javac] ^
17578 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:187: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
17579 [javac] NodeTraversal.traverse(compiler, externs, this);
17580 [javac] ^
17581 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:188: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
17582 [javac] NodeTraversal.traverse(compiler, root, this);
17583 [javac] ^
17584 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:193: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
17585 [javac] NodeTraversal.traverse(compiler, scriptRoot, this);
17586 [javac] ^
17587 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ToEs3Converter.java:287: warning: [deprecation] getClassNameNode(Node) in NodeUtil has been deprecated
17588 [javac] Node name = NodeUtil.getClassNameNode(clazz);
17589 [javac] ^
17590 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ConvertSuper.java:123: warning: [deprecation] getClassNameNode(Node) in NodeUtil has been deprecated
17591 [javac] if (NodeUtil.getClassNameNode(clazz) == null) {
17592 [javac] ^
17593 [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
17594 [javac] public Scope createScope(Node n, Scope parent) {
17595 [javac] ^
17596 [javac] return type requires unchecked conversion from Scope to T
17597 [javac] where T is a type-variable:
17598 [javac] T extends Scope declared in method <T>createScope(Node,T)
17599 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ToEs3ClassSideInheritance.java:232: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17600 [javac] String name = NodeUtil.getFunctionName(n);
17601 [javac] ^
17602 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExportTestFunctions.java:70: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17603 [javac] String functionName = NodeUtil.getFunctionName(n);
17604 [javac] ^
17605 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExportTestFunctions.java:77: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17606 [javac] String functionName = NodeUtil.getFunctionName(functionNode);
17607 [javac] ^
17608 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExternExportsPass.java:529: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17609 [javac] String constructorName = NodeUtil.getFunctionName(constructorNode);
17610 [javac] ^
17611 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/FindExportableNodes.java:91: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17612 [javac] export = NodeUtil.getFunctionName(n);
17613 [javac] ^
17614 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/FindExportableNodes.java:98: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
17615 [javac] export = NodeUtil.getClassName(n);
17616 [javac] ^
17617 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NodeNameExtractor.java:50: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
17618 [javac] return NodeUtil.getClassName(node);
17619 [javac] ^
17620 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GenerateExports.java:129: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
17621 [javac] parent = NodeUtil.getClassName(classNode);
17622 [javac] ^
17623 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NameReferenceGraphConstruction.java:113: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17624 [javac] String name = NodeUtil.getFunctionName(root);
17625 [javac] ^
17626 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessClosurePrimitives.java:831: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
17627 [javac] return fn == null ? null : NodeUtil.getFunctionNameNode(fn);
17628 [javac] ^
17629 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessEs6Modules.java:228: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17630 [javac] name = NodeUtil.getFunctionName(child);
17631 [javac] ^
17632 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessEs6Modules.java:230: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
17633 [javac] name = NodeUtil.getClassName(child);
17634 [javac] ^
17635 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/RescopeGlobalSymbols.java:174: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17636 [javac] String name = NodeUtil.getFunctionName(n);
17637 [javac] ^
17638 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/RuntimeTypeCheck.java:142: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17639 [javac] String className = NodeUtil.getFunctionName(funType.getSource());
17640 [javac] ^
17641 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ScopedAliases.java:616: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17642 [javac] || NodeUtil.getFunctionName(anonymousFnNode) != null
17643 [javac] ^
17644 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ShadowVariables.java:117: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
17645 [javac] NodeTraversal.traverse(compiler, root, new GatherReferenceInfo());
17646 [javac] ^
17647 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ShadowVariables.java:118: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
17648 [javac] NodeTraversal.traverse(compiler, root, new DoShadowVariables());
17649 [javac] ^
17650 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/lint/CheckJSDocStyle.java:92: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
17651 [javac] String name = NodeUtil.getFunctionName(function);
17652 [javac] ^
17653 [javac] 69 warnings
17654 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/rhino
17655 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing
17656[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
17657 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
17658 [copy] Copying 6 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
17659 [zip] Building zip: /srv/closure-compiler.git/build/classes/externs.zip
17660
17661jar:
17662 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
17663
17664BUILD SUCCESSFUL
17665Total time: 12 seconds
17666 ---> ca2809933bff
17667Removing intermediate container f68e6a08e06c
17668Step 22 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
17669 ---> Running in 14a809799f27
17670--2015-12-29 20:12:48-- http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
17671Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
17672Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
17673HTTP request sent, awaiting response... 200 OK
17674Length: 31750379 (30M) [application/x-java-archive]
17675Saving to: '/usr/local/lib/selenium-server-standalone.jar'
17676
17677 0K .......... .......... .......... .......... .......... 0% 29.8M 1s
17678 50K .......... .......... .......... .......... .......... 0% 26.4M 1s
17679 100K .......... .......... .......... .......... .......... 0% 22.0M 1s
17680 150K .......... .......... .......... .......... .......... 0% 21.8M 1s
17681 200K .......... .......... .......... .......... .......... 0% 18.9M 1s
17682 250K .......... .......... .......... .......... .......... 0% 20.6M 1s
17683 300K .......... .......... .......... .......... .......... 1% 22.1M 1s
17684 350K .......... .......... .......... .......... .......... 1% 36.8M 1s
17685 400K .......... .......... .......... .......... .......... 1% 54.5M 1s
17686 450K .......... .......... .......... .......... .......... 1% 59.6M 1s
17687 500K .......... .......... .......... .......... .......... 1% 77.0M 1s
17688 550K .......... .......... .......... .......... .......... 1% 199M 1s
17689 600K .......... .......... .......... .......... .......... 2% 138M 1s
17690 650K .......... .......... .......... .......... .......... 2% 257M 1s
17691 700K .......... .......... .......... .......... .......... 2% 209M 1s
17692 750K .......... .......... .......... .......... .......... 2% 231M 1s
17693 800K .......... .......... .......... .......... .......... 2% 181M 1s
17694 850K .......... .......... .......... .......... .......... 2% 247M 1s
17695 900K .......... .......... .......... .......... .......... 3% 222M 1s
17696 950K .......... .......... .......... .......... .......... 3% 274M 1s
17697 1000K .......... .......... .......... .......... .......... 3% 198M 1s
17698 1050K .......... .......... .......... .......... .......... 3% 175M 1s
17699 1100K .......... .......... .......... .......... .......... 3% 220M 1s
17700 1150K .......... .......... .......... .......... .......... 3% 50.1M 1s
17701 1200K .......... .......... .......... .......... .......... 4% 19.9M 1s
17702 1250K .......... .......... .......... .......... .......... 4% 20.5M 1s
17703 1300K .......... .......... .......... .......... .......... 4% 26.5M 1s
17704 1350K .......... .......... .......... .......... .......... 4% 23.6M 1s
17705 1400K .......... .......... .......... .......... .......... 4% 27.3M 1s
17706 1450K .......... .......... .......... .......... .......... 4% 22.4M 1s
17707 1500K .......... .......... .......... .......... .......... 4% 25.4M 1s
17708 1550K .......... .......... .......... .......... .......... 5% 25.9M 1s
17709 1600K .......... .......... .......... .......... .......... 5% 26.2M 1s
17710 1650K .......... .......... .......... .......... .......... 5% 18.4M 1s
17711 1700K .......... .......... .......... .......... .......... 5% 135M 1s
17712 1750K .......... .......... .......... .......... .......... 5% 137M 1s
17713 1800K .......... .......... .......... .......... .......... 5% 142M 1s
17714 1850K .......... .......... .......... .......... .......... 6% 119M 1s
17715 1900K .......... .......... .......... .......... .......... 6% 140M 1s
17716 1950K .......... .......... .......... .......... .......... 6% 162M 1s
17717 2000K .......... .......... .......... .......... .......... 6% 46.4M 1s
17718 2050K .......... .......... .......... .......... .......... 6% 19.7M 1s
17719 2100K .......... .......... .......... .......... .......... 6% 73.1M 1s
17720 2150K .......... .......... .......... .......... .......... 7% 106M 1s
17721 2200K .......... .......... .......... .......... .......... 7% 123M 1s
17722 2250K .......... .......... .......... .......... .......... 7% 111M 1s
17723 2300K .......... .......... .......... .......... .......... 7% 60.2M 1s
17724 2350K .......... .......... .......... .......... .......... 7% 41.7M 1s
17725 2400K .......... .......... .......... .......... .......... 7% 20.6M 1s
17726 2450K .......... .......... .......... .......... .......... 8% 23.6M 1s
17727 2500K .......... .......... .......... .......... .......... 8% 28.3M 1s
17728 2550K .......... .......... .......... .......... .......... 8% 22.9M 1s
17729 2600K .......... .......... .......... .......... .......... 8% 28.2M 1s
17730 2650K .......... .......... .......... .......... .......... 8% 23.6M 1s
17731 2700K .......... .......... .......... .......... .......... 8% 26.0M 1s
17732 2750K .......... .......... .......... .......... .......... 9% 27.4M 1s
17733 2800K .......... .......... .......... .......... .......... 9% 27.0M 1s
17734 2850K .......... .......... .......... .......... .......... 9% 24.9M 1s
17735 2900K .......... .......... .......... .......... .......... 9% 27.3M 1s
17736 2950K .......... .......... .......... .......... .......... 9% 24.1M 1s
17737 3000K .......... .......... .......... .......... .......... 9% 25.3M 1s
17738 3050K .......... .......... .......... .......... .......... 9% 25.2M 1s
17739 3100K .......... .......... .......... .......... .......... 10% 27.2M 1s
17740 3150K .......... .......... .......... .......... .......... 10% 21.5M 1s
17741 3200K .......... .......... .......... .......... .......... 10% 25.9M 1s
17742 3250K .......... .......... .......... .......... .......... 10% 23.1M 1s
17743 3300K .......... .......... .......... .......... .......... 10% 26.8M 1s
17744 3350K .......... .......... .......... .......... .......... 10% 24.7M 1s
17745 3400K .......... .......... .......... .......... .......... 11% 21.5M 1s
17746 3450K .......... .......... .......... .......... .......... 11% 24.0M 1s
17747 3500K .......... .......... .......... .......... .......... 11% 27.0M 1s
17748 3550K .......... .......... .......... .......... .......... 11% 23.3M 1s
17749 3600K .......... .......... .......... .......... .......... 11% 26.5M 1s
17750 3650K .......... .......... .......... .......... .......... 11% 21.5M 1s
17751 3700K .......... .......... .......... .......... .......... 12% 24.3M 1s
17752 3750K .......... .......... .......... .......... .......... 12% 23.6M 1s
17753 3800K .......... .......... .......... .......... .......... 12% 27.5M 1s
17754 3850K .......... .......... .......... .......... .......... 12% 22.6M 1s
17755 3900K .......... .......... .......... .......... .......... 12% 25.8M 1s
17756 3950K .......... .......... .......... .......... .......... 12% 24.1M 1s
17757 4000K .......... .......... .......... .......... .......... 13% 25.4M 1s
17758 4050K .......... .......... .......... .......... .......... 13% 23.1M 1s
17759 4100K .......... .......... .......... .......... .......... 13% 23.2M 1s
17760 4150K .......... .......... .......... .......... .......... 13% 21.6M 1s
17761 4200K .......... .......... .......... .......... .......... 13% 26.3M 1s
17762 4250K .......... .......... .......... .......... .......... 13% 25.0M 1s
17763 4300K .......... .......... .......... .......... .......... 14% 26.4M 1s
17764 4350K .......... .......... .......... .......... .......... 14% 21.8M 1s
17765 4400K .......... .......... .......... .......... .......... 14% 24.2M 1s
17766 4450K .......... .......... .......... .......... .......... 14% 25.0M 1s
17767 4500K .......... .......... .......... .......... .......... 14% 46.0M 1s
17768 4550K .......... .......... .......... .......... .......... 14% 83.4M 1s
17769 4600K .......... .......... .......... .......... .......... 14% 61.1M 1s
17770 4650K .......... .......... .......... .......... .......... 15% 77.8M 1s
17771 4700K .......... .......... .......... .......... .......... 15% 73.6M 1s
17772 4750K .......... .......... .......... .......... .......... 15% 75.2M 1s
17773 4800K .......... .......... .......... .......... .......... 15% 114M 1s
17774 4850K .......... .......... .......... .......... .......... 15% 85.7M 1s
17775 4900K .......... .......... .......... .......... .......... 15% 178M 1s
17776 4950K .......... .......... .......... .......... .......... 16% 149M 1s
17777 5000K .......... .......... .......... .......... .......... 16% 170M 1s
17778 5050K .......... .......... .......... .......... .......... 16% 149M 1s
17779 5100K .......... .......... .......... .......... .......... 16% 84.2M 1s
17780 5150K .......... .......... .......... .......... .......... 16% 87.9M 1s
17781 5200K .......... .......... .......... .......... .......... 16% 52.4M 1s
17782 5250K .......... .......... .......... .......... .......... 17% 87.5M 1s
17783 5300K .......... .......... .......... .......... .......... 17% 46.3M 1s
17784 5350K .......... .......... .......... .......... .......... 17% 49.2M 1s
17785 5400K .......... .......... .......... .......... .......... 17% 54.1M 1s
17786 5450K .......... .......... .......... .......... .......... 17% 53.2M 1s
17787 5500K .......... .......... .......... .......... .......... 17% 54.6M 1s
17788 5550K .......... .......... .......... .......... .......... 18% 38.9M 1s
17789 5600K .......... .......... .......... .......... .......... 18% 56.6M 1s
17790 5650K .......... .......... .......... .......... .......... 18% 48.1M 1s
17791 5700K .......... .......... .......... .......... .......... 18% 52.3M 1s
17792 5750K .......... .......... .......... .......... .......... 18% 47.8M 1s
17793 5800K .......... .......... .......... .......... .......... 18% 52.1M 1s
17794 5850K .......... .......... .......... .......... .......... 19% 52.9M 1s
17795 5900K .......... .......... .......... .......... .......... 19% 54.3M 1s
17796 5950K .......... .......... .......... .......... .......... 19% 63.4M 1s
17797 6000K .......... .......... .......... .......... .......... 19% 45.7M 1s
17798 6050K .......... .......... .......... .......... .......... 19% 49.7M 1s
17799 6100K .......... .......... .......... .......... .......... 19% 41.1M 1s
17800 6150K .......... .......... .......... .......... .......... 19% 52.8M 1s
17801 6200K .......... .......... .......... .......... .......... 20% 56.0M 1s
17802 6250K .......... .......... .......... .......... .......... 20% 25.2M 1s
17803 6300K .......... .......... .......... .......... .......... 20% 61.1M 1s
17804 6350K .......... .......... .......... .......... .......... 20% 21.5M 1s
17805 6400K .......... .......... .......... .......... .......... 20% 69.1M 1s
17806 6450K .......... .......... .......... .......... .......... 20% 44.7M 1s
17807 6500K .......... .......... .......... .......... .......... 21% 50.6M 1s
17808 6550K .......... .......... .......... .......... .......... 21% 25.5M 1s
17809 6600K .......... .......... .......... .......... .......... 21% 68.1M 1s
17810 6650K .......... .......... .......... .......... .......... 21% 46.9M 1s
17811 6700K .......... .......... .......... .......... .......... 21% 69.2M 1s
17812 6750K .......... .......... .......... .......... .......... 21% 43.8M 1s
17813 6800K .......... .......... .......... .......... .......... 22% 50.0M 1s
17814 6850K .......... .......... .......... .......... .......... 22% 53.9M 1s
17815 6900K .......... .......... .......... .......... .......... 22% 46.1M 1s
17816 6950K .......... .......... .......... .......... .......... 22% 127M 1s
17817 7000K .......... .......... .......... .......... .......... 22% 23.0M 1s
17818 7050K .......... .......... .......... .......... .......... 22% 28.5M 1s
17819 7100K .......... .......... .......... .......... .......... 23% 70.5M 1s
17820 7150K .......... .......... .......... .......... .......... 23% 116M 1s
17821 7200K .......... .......... .......... .......... .......... 23% 124M 1s
17822 7250K .......... .......... .......... .......... .......... 23% 121M 1s
17823 7300K .......... .......... .......... .......... .......... 23% 102M 1s
17824 7350K .......... .......... .......... .......... .......... 23% 100M 1s
17825 7400K .......... .......... .......... .......... .......... 24% 108M 1s
17826 7450K .......... .......... .......... .......... .......... 24% 111M 1s
17827 7500K .......... .......... .......... .......... .......... 24% 96.7M 1s
17828 7550K .......... .......... .......... .......... .......... 24% 120M 1s
17829 7600K .......... .......... .......... .......... .......... 24% 169M 1s
17830 7650K .......... .......... .......... .......... .......... 24% 110M 1s
17831 7700K .......... .......... .......... .......... .......... 24% 130M 1s
17832 7750K .......... .......... .......... .......... .......... 25% 125M 1s
17833 7800K .......... .......... .......... .......... .......... 25% 158M 1s
17834 7850K .......... .......... .......... .......... .......... 25% 131M 1s
17835 7900K .......... .......... .......... .......... .......... 25% 133M 1s
17836 7950K .......... .......... .......... .......... .......... 25% 112M 1s
17837 8000K .......... .......... .......... .......... .......... 25% 162M 1s
17838 8050K .......... .......... .......... .......... .......... 26% 56.0M 1s
17839 8100K .......... .......... .......... .......... .......... 26% 55.7M 1s
17840 8150K .......... .......... .......... .......... .......... 26% 139M 1s
17841 8200K .......... .......... .......... .......... .......... 26% 42.4M 1s
17842 8250K .......... .......... .......... .......... .......... 26% 166M 1s
17843 8300K .......... .......... .......... .......... .......... 26% 156M 1s
17844 8350K .......... .......... .......... .......... .......... 27% 135M 1s
17845 8400K .......... .......... .......... .......... .......... 27% 125M 1s
17846 8450K .......... .......... .......... .......... .......... 27% 148M 1s
17847 8500K .......... .......... .......... .......... .......... 27% 139M 1s
17848 8550K .......... .......... .......... .......... .......... 27% 110M 1s
17849 8600K .......... .......... .......... .......... .......... 27% 108M 1s
17850 8650K .......... .......... .......... .......... .......... 28% 117M 1s
17851 8700K .......... .......... .......... .......... .......... 28% 168M 1s
17852 8750K .......... .......... .......... .......... .......... 28% 145M 1s
17853 8800K .......... .......... .......... .......... .......... 28% 122M 1s
17854 8850K .......... .......... .......... .......... .......... 28% 154M 0s
17855 8900K .......... .......... .......... .......... .......... 28% 126M 0s
17856 8950K .......... .......... .......... .......... .......... 29% 163M 0s
17857 9000K .......... .......... .......... .......... .......... 29% 170M 0s
17858 9050K .......... .......... .......... .......... .......... 29% 128M 0s
17859 9100K .......... .......... .......... .......... .......... 29% 153M 0s
17860 9150K .......... .......... .......... .......... .......... 29% 120M 0s
17861 9200K .......... .......... .......... .......... .......... 29% 183M 0s
17862 9250K .......... .......... .......... .......... .......... 29% 151M 0s
17863 9300K .......... .......... .......... .......... .......... 30% 155M 0s
17864 9350K .......... .......... .......... .......... .......... 30% 125M 0s
17865 9400K .......... .......... .......... .......... .......... 30% 202M 0s
17866 9450K .......... .......... .......... .......... .......... 30% 157M 0s
17867 9500K .......... .......... .......... .......... .......... 30% 138M 0s
17868 9550K .......... .......... .......... .......... .......... 30% 119M 0s
17869 9600K .......... .......... .......... .......... .......... 31% 152M 0s
17870 9650K .......... .......... .......... .......... .......... 31% 137M 0s
17871 9700K .......... .......... .......... .......... .......... 31% 163M 0s
17872 9750K .......... .......... .......... .......... .......... 31% 106M 0s
17873 9800K .......... .......... .......... .......... .......... 31% 123M 0s
17874 9850K .......... .......... .......... .......... .......... 31% 133M 0s
17875 9900K .......... .......... .......... .......... .......... 32% 169M 0s
17876 9950K .......... .......... .......... .......... .......... 32% 107M 0s
17877 10000K .......... .......... .......... .......... .......... 32% 140M 0s
17878 10050K .......... .......... .......... .......... .......... 32% 124M 0s
17879 10100K .......... .......... .......... .......... .......... 32% 154M 0s
17880 10150K .......... .......... .......... .......... .......... 32% 120M 0s
17881 10200K .......... .......... .......... .......... .......... 33% 132M 0s
17882 10250K .......... .......... .......... .......... .......... 33% 143M 0s
17883 10300K .......... .......... .......... .......... .......... 33% 152M 0s
17884 10350K .......... .......... .......... .......... .......... 33% 110M 0s
17885 10400K .......... .......... .......... .......... .......... 33% 147M 0s
17886 10450K .......... .......... .......... .......... .......... 33% 142M 0s
17887 10500K .......... .......... .......... .......... .......... 34% 121M 0s
17888 10550K .......... .......... .......... .......... .......... 34% 122M 0s
17889 10600K .......... .......... .......... .......... .......... 34% 169M 0s
17890 10650K .......... .......... .......... .......... .......... 34% 138M 0s
17891 10700K .......... .......... .......... .......... .......... 34% 109M 0s
17892 10750K .......... .......... .......... .......... .......... 34% 105M 0s
17893 10800K .......... .......... .......... .......... .......... 34% 166M 0s
17894 10850K .......... .......... .......... .......... .......... 35% 144M 0s
17895 10900K .......... .......... .......... .......... .......... 35% 136M 0s
17896 10950K .......... .......... .......... .......... .......... 35% 119M 0s
17897 11000K .......... .......... .......... .......... .......... 35% 108M 0s
17898 11050K .......... .......... .......... .......... .......... 35% 143M 0s
17899 11100K .......... .......... .......... .......... .......... 35% 157M 0s
17900 11150K .......... .......... .......... .......... .......... 36% 137M 0s
17901 11200K .......... .......... .......... .......... .......... 36% 184M 0s
17902 11250K .......... .......... .......... .......... .......... 36% 121M 0s
17903 11300K .......... .......... .......... .......... .......... 36% 191M 0s
17904 11350K .......... .......... .......... .......... .......... 36% 138M 0s
17905 11400K .......... .......... .......... .......... .......... 36% 115M 0s
17906 11450K .......... .......... .......... .......... .......... 37% 157M 0s
17907 11500K .......... .......... .......... .......... .......... 37% 242M 0s
17908 11550K .......... .......... .......... .......... .......... 37% 138M 0s
17909 11600K .......... .......... .......... .......... .......... 37% 122M 0s
17910 11650K .......... .......... .......... .......... .......... 37% 136M 0s
17911 11700K .......... .......... .......... .......... .......... 37% 194M 0s
17912 11750K .......... .......... .......... .......... .......... 38% 174M 0s
17913 11800K .......... .......... .......... .......... .......... 38% 146M 0s
17914 11850K .......... .......... .......... .......... .......... 38% 151M 0s
17915 11900K .......... .......... .......... .......... .......... 38% 102M 0s
17916 11950K .......... .......... .......... .......... .......... 38% 159M 0s
17917 12000K .......... .......... .......... .......... .......... 38% 162M 0s
17918 12050K .......... .......... .......... .......... .......... 39% 143M 0s
17919 12100K .......... .......... .......... .......... .......... 39% 152M 0s
17920 12150K .......... .......... .......... .......... .......... 39% 159M 0s
17921 12200K .......... .......... .......... .......... .......... 39% 142M 0s
17922 12250K .......... .......... .......... .......... .......... 39% 138M 0s
17923 12300K .......... .......... .......... .......... .......... 39% 158M 0s
17924 12350K .......... .......... .......... .......... .......... 39% 124M 0s
17925 12400K .......... .......... .......... .......... .......... 40% 148M 0s
17926 12450K .......... .......... .......... .......... .......... 40% 176M 0s
17927 12500K .......... .......... .......... .......... .......... 40% 126M 0s
17928 12550K .......... .......... .......... .......... .......... 40% 121M 0s
17929 12600K .......... .......... .......... .......... .......... 40% 132M 0s
17930 12650K .......... .......... .......... .......... .......... 40% 140M 0s
17931 12700K .......... .......... .......... .......... .......... 41% 201M 0s
17932 12750K .......... .......... .......... .......... .......... 41% 139M 0s
17933 12800K .......... .......... .......... .......... .......... 41% 137M 0s
17934 12850K .......... .......... .......... .......... .......... 41% 154M 0s
17935 12900K .......... .......... .......... .......... .......... 41% 121M 0s
17936 12950K .......... .......... .......... .......... .......... 41% 116M 0s
17937 13000K .......... .......... .......... .......... .......... 42% 155M 0s
17938 13050K .......... .......... .......... .......... .......... 42% 124M 0s
17939 13100K .......... .......... .......... .......... .......... 42% 145M 0s
17940 13150K .......... .......... .......... .......... .......... 42% 127M 0s
17941 13200K .......... .......... .......... .......... .......... 42% 137M 0s
17942 13250K .......... .......... .......... .......... .......... 42% 126M 0s
17943 13300K .......... .......... .......... .......... .......... 43% 165M 0s
17944 13350K .......... .......... .......... .......... .......... 43% 118M 0s
17945 13400K .......... .......... .......... .......... .......... 43% 170M 0s
17946 13450K .......... .......... .......... .......... .......... 43% 124M 0s
17947 13500K .......... .......... .......... .......... .......... 43% 102M 0s
17948 13550K .......... .......... .......... .......... .......... 43% 159M 0s
17949 13600K .......... .......... .......... .......... .......... 44% 137M 0s
17950 13650K .......... .......... .......... .......... .......... 44% 166M 0s
17951 13700K .......... .......... .......... .......... .......... 44% 158M 0s
17952 13750K .......... .......... .......... .......... .......... 44% 107M 0s
17953 13800K .......... .......... .......... .......... .......... 44% 157M 0s
17954 13850K .......... .......... .......... .......... .......... 44% 204M 0s
17955 13900K .......... .......... .......... .......... .......... 44% 138M 0s
17956 13950K .......... .......... .......... .......... .......... 45% 127M 0s
17957 14000K .......... .......... .......... .......... .......... 45% 111M 0s
17958 14050K .......... .......... .......... .......... .......... 45% 130M 0s
17959 14100K .......... .......... .......... .......... .......... 45% 230M 0s
17960 14150K .......... .......... .......... .......... .......... 45% 130M 0s
17961 14200K .......... .......... .......... .......... .......... 45% 141M 0s
17962 14250K .......... .......... .......... .......... .......... 46% 138M 0s
17963 14300K .......... .......... .......... .......... .......... 46% 184M 0s
17964 14350K .......... .......... .......... .......... .......... 46% 136M 0s
17965 14400K .......... .......... .......... .......... .......... 46% 136M 0s
17966 14450K .......... .......... .......... .......... .......... 46% 193M 0s
17967 14500K .......... .......... .......... .......... .......... 46% 134M 0s
17968 14550K .......... .......... .......... .......... .......... 47% 147M 0s
17969 14600K .......... .......... .......... .......... .......... 47% 137M 0s
17970 14650K .......... .......... .......... .......... .......... 47% 126M 0s
17971 14700K .......... .......... .......... .......... .......... 47% 152M 0s
17972 14750K .......... .......... .......... .......... .......... 47% 124M 0s
17973 14800K .......... .......... .......... .......... .......... 47% 203M 0s
17974 14850K .......... .......... .......... .......... .......... 48% 147M 0s
17975 14900K .......... .......... .......... .......... .......... 48% 196M 0s
17976 14950K .......... .......... .......... .......... .......... 48% 110M 0s
17977 15000K .......... .......... .......... .......... .......... 48% 179M 0s
17978 15050K .......... .......... .......... .......... .......... 48% 131M 0s
17979 15100K .......... .......... .......... .......... .......... 48% 135M 0s
17980 15150K .......... .......... .......... .......... .......... 49% 123M 0s
17981 15200K .......... .......... .......... .......... .......... 49% 192M 0s
17982 15250K .......... .......... .......... .......... .......... 49% 140M 0s
17983 15300K .......... .......... .......... .......... .......... 49% 144M 0s
17984 15350K .......... .......... .......... .......... .......... 49% 125M 0s
17985 15400K .......... .......... .......... .......... .......... 49% 122M 0s
17986 15450K .......... .......... .......... .......... .......... 49% 136M 0s
17987 15500K .......... .......... .......... .......... .......... 50% 189M 0s
17988 15550K .......... .......... .......... .......... .......... 50% 128M 0s
17989 15600K .......... .......... .......... .......... .......... 50% 147M 0s
17990 15650K .......... .......... .......... .......... .......... 50% 123M 0s
17991 15700K .......... .......... .......... .......... .......... 50% 241M 0s
17992 15750K .......... .......... .......... .......... .......... 50% 136M 0s
17993 15800K .......... .......... .......... .......... .......... 51% 154M 0s
17994 15850K .......... .......... .......... .......... .......... 51% 110M 0s
17995 15900K .......... .......... .......... .......... .......... 51% 152M 0s
17996 15950K .......... .......... .......... .......... .......... 51% 138M 0s
17997 16000K .......... .......... .......... .......... .......... 51% 148M 0s
17998 16050K .......... .......... .......... .......... .......... 51% 150M 0s
17999 16100K .......... .......... .......... .......... .......... 52% 172M 0s
18000 16150K .......... .......... .......... .......... .......... 52% 115M 0s
18001 16200K .......... .......... .......... .......... .......... 52% 236M 0s
18002 16250K .......... .......... .......... .......... .......... 52% 136M 0s
18003 16300K .......... .......... .......... .......... .......... 52% 142M 0s
18004 16350K .......... .......... .......... .......... .......... 52% 131M 0s
18005 16400K .......... .......... .......... .......... .......... 53% 174M 0s
18006 16450K .......... .......... .......... .......... .......... 53% 139M 0s
18007 16500K .......... .......... .......... .......... .......... 53% 118M 0s
18008 16550K .......... .......... .......... .......... .......... 53% 107M 0s
18009 16600K .......... .......... .......... .......... .......... 53% 181M 0s
18010 16650K .......... .......... .......... .......... .......... 53% 184M 0s
18011 16700K .......... .......... .......... .......... .......... 54% 138M 0s
18012 16750K .......... .......... .......... .......... .......... 54% 121M 0s
18013 16800K .......... .......... .......... .......... .......... 54% 158M 0s
18014 16850K .......... .......... .......... .......... .......... 54% 132M 0s
18015 16900K .......... .......... .......... .......... .......... 54% 203M 0s
18016 16950K .......... .......... .......... .......... .......... 54% 141M 0s
18017 17000K .......... .......... .......... .......... .......... 54% 151M 0s
18018 17050K .......... .......... .......... .......... .......... 55% 146M 0s
18019 17100K .......... .......... .......... .......... .......... 55% 237M 0s
18020 17150K .......... .......... .......... .......... .......... 55% 160M 0s
18021 17200K .......... .......... .......... .......... .......... 55% 118M 0s
18022 17250K .......... .......... .......... .......... .......... 55% 124M 0s
18023 17300K .......... .......... .......... .......... .......... 55% 142M 0s
18024 17350K .......... .......... .......... .......... .......... 56% 152M 0s
18025 17400K .......... .......... .......... .......... .......... 56% 137M 0s
18026 17450K .......... .......... .......... .......... .......... 56% 141M 0s
18027 17500K .......... .......... .......... .......... .......... 56% 131M 0s
18028 17550K .......... .......... .......... .......... .......... 56% 144M 0s
18029 17600K .......... .......... .......... .......... .......... 56% 164M 0s
18030 17650K .......... .......... .......... .......... .......... 57% 138M 0s
18031 17700K .......... .......... .......... .......... .......... 57% 176M 0s
18032 17750K .......... .......... .......... .......... .......... 57% 105M 0s
18033 17800K .......... .......... .......... .......... .......... 57% 182M 0s
18034 17850K .......... .......... .......... .......... .......... 57% 131M 0s
18035 17900K .......... .......... .......... .......... .......... 57% 142M 0s
18036 17950K .......... .......... .......... .......... .......... 58% 143M 0s
18037 18000K .......... .......... .......... .......... .......... 58% 163M 0s
18038 18050K .......... .......... .......... .......... .......... 58% 144M 0s
18039 18100K .......... .......... .......... .......... .......... 58% 146M 0s
18040 18150K .......... .......... .......... .......... .......... 58% 127M 0s
18041 18200K .......... .......... .......... .......... .......... 58% 130M 0s
18042 18250K .......... .......... .......... .......... .......... 59% 139M 0s
18043 18300K .......... .......... .......... .......... .......... 59% 181M 0s
18044 18350K .......... .......... .......... .......... .......... 59% 129M 0s
18045 18400K .......... .......... .......... .......... .......... 59% 141M 0s
18046 18450K .......... .......... .......... .......... .......... 59% 128M 0s
18047 18500K .......... .......... .......... .......... .......... 59% 203M 0s
18048 18550K .......... .......... .......... .......... .......... 59% 143M 0s
18049 18600K .......... .......... .......... .......... .......... 60% 104M 0s
18050 18650K .......... .......... .......... .......... .......... 60% 137M 0s
18051 18700K .......... .......... .......... .......... .......... 60% 172M 0s
18052 18750K .......... .......... .......... .......... .......... 60% 128M 0s
18053 18800K .......... .......... .......... .......... .......... 60% 143M 0s
18054 18850K .......... .......... .......... .......... .......... 60% 115M 0s
18055 18900K .......... .......... .......... .......... .......... 61% 142M 0s
18056 18950K .......... .......... .......... .......... .......... 61% 148M 0s
18057 19000K .......... .......... .......... .......... .......... 61% 207M 0s
18058 19050K .......... .......... .......... .......... .......... 61% 136M 0s
18059 19100K .......... .......... .......... .......... .......... 61% 143M 0s
18060 19150K .......... .......... .......... .......... .......... 61% 180M 0s
18061 19200K .......... .......... .......... .......... .......... 62% 221M 0s
18062 19250K .......... .......... .......... .......... .......... 62% 198M 0s
18063 19300K .......... .......... .......... .......... .......... 62% 200M 0s
18064 19350K .......... .......... .......... .......... .......... 62% 177M 0s
18065 19400K .......... .......... .......... .......... .......... 62% 190M 0s
18066 19450K .......... .......... .......... .......... .......... 62% 211M 0s
18067 19500K .......... .......... .......... .......... .......... 63% 164M 0s
18068 19550K .......... .......... .......... .......... .......... 63% 107M 0s
18069 19600K .......... .......... .......... .......... .......... 63% 118M 0s
18070 19650K .......... .......... .......... .......... .......... 63% 117M 0s
18071 19700K .......... .......... .......... .......... .......... 63% 162M 0s
18072 19750K .......... .......... .......... .......... .......... 63% 117M 0s
18073 19800K .......... .......... .......... .......... .......... 64% 116M 0s
18074 19850K .......... .......... .......... .......... .......... 64% 119M 0s
18075 19900K .......... .......... .......... .......... .......... 64% 209M 0s
18076 19950K .......... .......... .......... .......... .......... 64% 131M 0s
18077 20000K .......... .......... .......... .......... .......... 64% 127M 0s
18078 20050K .......... .......... .......... .......... .......... 64% 197M 0s
18079 20100K .......... .......... .......... .......... .......... 64% 121M 0s
18080 20150K .......... .......... .......... .......... .......... 65% 186M 0s
18081 20200K .......... .......... .......... .......... .......... 65% 155M 0s
18082 20250K .......... .......... .......... .......... .......... 65% 134M 0s
18083 20300K .......... .......... .......... .......... .......... 65% 138M 0s
18084 20350K .......... .......... .......... .......... .......... 65% 107M 0s
18085 20400K .......... .......... .......... .......... .......... 65% 224M 0s
18086 20450K .......... .......... .......... .......... .......... 66% 133M 0s
18087 20500K .......... .......... .......... .......... .......... 66% 125M 0s
18088 20550K .......... .......... .......... .......... .......... 66% 158M 0s
18089 20600K .......... .......... .......... .......... .......... 66% 156M 0s
18090 20650K .......... .......... .......... .......... .......... 66% 165M 0s
18091 20700K .......... .......... .......... .......... .......... 66% 141M 0s
18092 20750K .......... .......... .......... .......... .......... 67% 117M 0s
18093 20800K .......... .......... .......... .......... .......... 67% 175M 0s
18094 20850K .......... .......... .......... .......... .......... 67% 166M 0s
18095 20900K .......... .......... .......... .......... .......... 67% 153M 0s
18096 20950K .......... .......... .......... .......... .......... 67% 138M 0s
18097 21000K .......... .......... .......... .......... .......... 67% 107M 0s
18098 21050K .......... .......... .......... .......... .......... 68% 189M 0s
18099 21100K .......... .......... .......... .......... .......... 68% 194M 0s
18100 21150K .......... .......... .......... .......... .......... 68% 131M 0s
18101 21200K .......... .......... .......... .......... .......... 68% 114M 0s
18102 21250K .......... .......... .......... .......... .......... 68% 122M 0s
18103 21300K .......... .......... .......... .......... .......... 68% 139M 0s
18104 21350K .......... .......... .......... .......... .......... 69% 134M 0s
18105 21400K .......... .......... .......... .......... .......... 69% 154M 0s
18106 21450K .......... .......... .......... .......... .......... 69% 115M 0s
18107 21500K .......... .......... .......... .......... .......... 69% 160M 0s
18108 21550K .......... .......... .......... .......... .......... 69% 156M 0s
18109 21600K .......... .......... .......... .......... .......... 69% 130M 0s
18110 21650K .......... .......... .......... .......... .......... 69% 137M 0s
18111 21700K .......... .......... .......... .......... .......... 70% 151M 0s
18112 21750K .......... .......... .......... .......... .......... 70% 160M 0s
18113 21800K .......... .......... .......... .......... .......... 70% 204M 0s
18114 21850K .......... .......... .......... .......... .......... 70% 161M 0s
18115 21900K .......... .......... .......... .......... .......... 70% 127M 0s
18116 21950K .......... .......... .......... .......... .......... 70% 135M 0s
18117 22000K .......... .......... .......... .......... .......... 71% 155M 0s
18118 22050K .......... .......... .......... .......... .......... 71% 128M 0s
18119 22100K .......... .......... .......... .......... .......... 71% 145M 0s
18120 22150K .......... .......... .......... .......... .......... 71% 126M 0s
18121 22200K .......... .......... .......... .......... .......... 71% 115M 0s
18122 22250K .......... .......... .......... .......... .......... 71% 148M 0s
18123 22300K .......... .......... .......... .......... .......... 72% 132M 0s
18124 22350K .......... .......... .......... .......... .......... 72% 128M 0s
18125 22400K .......... .......... .......... .......... .......... 72% 177M 0s
18126 22450K .......... .......... .......... .......... .......... 72% 124M 0s
18127 22500K .......... .......... .......... .......... .......... 72% 202M 0s
18128 22550K .......... .......... .......... .......... .......... 72% 127M 0s
18129 22600K .......... .......... .......... .......... .......... 73% 123M 0s
18130 22650K .......... .......... .......... .......... .......... 73% 129M 0s
18131 22700K .......... .......... .......... .......... .......... 73% 232M 0s
18132 22750K .......... .......... .......... .......... .......... 73% 142M 0s
18133 22800K .......... .......... .......... .......... .......... 73% 136M 0s
18134 22850K .......... .......... .......... .......... .......... 73% 150M 0s
18135 22900K .......... .......... .......... .......... .......... 74% 121M 0s
18136 22950K .......... .......... .......... .......... .......... 74% 154M 0s
18137 23000K .......... .......... .......... .......... .......... 74% 161M 0s
18138 23050K .......... .......... .......... .......... .......... 74% 127M 0s
18139 23100K .......... .......... .......... .......... .......... 74% 158M 0s
18140 23150K .......... .......... .......... .......... .......... 74% 123M 0s
18141 23200K .......... .......... .......... .......... .......... 74% 182M 0s
18142 23250K .......... .......... .......... .......... .......... 75% 164M 0s
18143 23300K .......... .......... .......... .......... .......... 75% 138M 0s
18144 23350K .......... .......... .......... .......... .......... 75% 109M 0s
18145 23400K .......... .......... .......... .......... .......... 75% 182M 0s
18146 23450K .......... .......... .......... .......... .......... 75% 202M 0s
18147 23500K .......... .......... .......... .......... .......... 75% 123M 0s
18148 23550K .......... .......... .......... .......... .......... 76% 119M 0s
18149 23600K .......... .......... .......... .......... .......... 76% 177M 0s
18150 23650K .......... .......... .......... .......... .......... 76% 152M 0s
18151 23700K .......... .......... .......... .......... .......... 76% 145M 0s
18152 23750K .......... .......... .......... .......... .......... 76% 122M 0s
18153 23800K .......... .......... .......... .......... .......... 76% 134M 0s
18154 23850K .......... .......... .......... .......... .......... 77% 136M 0s
18155 23900K .......... .......... .......... .......... .......... 77% 186M 0s
18156 23950K .......... .......... .......... .......... .......... 77% 124M 0s
18157 24000K .......... .......... .......... .......... .......... 77% 149M 0s
18158 24050K .......... .......... .......... .......... .......... 77% 144M 0s
18159 24100K .......... .......... .......... .......... .......... 77% 177M 0s
18160 24150K .......... .......... .......... .......... .......... 78% 136M 0s
18161 24200K .......... .......... .......... .......... .......... 78% 145M 0s
18162 24250K .......... .......... .......... .......... .......... 78% 147M 0s
18163 24300K .......... .......... .......... .......... .......... 78% 147M 0s
18164 24350K .......... .......... .......... .......... .......... 78% 149M 0s
18165 24400K .......... .......... .......... .......... .......... 78% 128M 0s
18166 24450K .......... .......... .......... .......... .......... 79% 155M 0s
18167 24500K .......... .......... .......... .......... .......... 79% 135M 0s
18168 24550K .......... .......... .......... .......... .......... 79% 138M 0s
18169 24600K .......... .......... .......... .......... .......... 79% 193M 0s
18170 24650K .......... .......... .......... .......... .......... 79% 151M 0s
18171 24700K .......... .......... .......... .......... .......... 79% 118M 0s
18172 24750K .......... .......... .......... .......... .......... 79% 119M 0s
18173 24800K .......... .......... .......... .......... .......... 80% 141M 0s
18174 24850K .......... .......... .......... .......... .......... 80% 136M 0s
18175 24900K .......... .......... .......... .......... .......... 80% 175M 0s
18176 24950K .......... .......... .......... .......... .......... 80% 102M 0s
18177 25000K .......... .......... .......... .......... .......... 80% 160M 0s
18178 25050K .......... .......... .......... .......... .......... 80% 181M 0s
18179 25100K .......... .......... .......... .......... .......... 81% 152M 0s
18180 25150K .......... .......... .......... .......... .......... 81% 120M 0s
18181 25200K .......... .......... .......... .......... .......... 81% 172M 0s
18182 25250K .......... .......... .......... .......... .......... 81% 134M 0s
18183 25300K .......... .......... .......... .......... .......... 81% 189M 0s
18184 25350K .......... .......... .......... .......... .......... 81% 129M 0s
18185 25400K .......... .......... .......... .......... .......... 82% 150M 0s
18186 25450K .......... .......... .......... .......... .......... 82% 141M 0s
18187 25500K .......... .......... .......... .......... .......... 82% 216M 0s
18188 25550K .......... .......... .......... .......... .......... 82% 141M 0s
18189 25600K .......... .......... .......... .......... .......... 82% 130M 0s
18190 25650K .......... .......... .......... .......... .......... 82% 178M 0s
18191 25700K .......... .......... .......... .......... .......... 83% 114M 0s
18192 25750K .......... .......... .......... .......... .......... 83% 148M 0s
18193 25800K .......... .......... .......... .......... .......... 83% 153M 0s
18194 25850K .......... .......... .......... .......... .......... 83% 137M 0s
18195 25900K .......... .......... .......... .......... .......... 83% 179M 0s
18196 25950K .......... .......... .......... .......... .......... 83% 93.9M 0s
18197 26000K .......... .......... .......... .......... .......... 84% 187M 0s
18198 26050K .......... .......... .......... .......... .......... 84% 126M 0s
18199 26100K .......... .......... .......... .......... .......... 84% 158M 0s
18200 26150K .......... .......... .......... .......... .......... 84% 107M 0s
18201 26200K .......... .......... .......... .......... .......... 84% 202M 0s
18202 26250K .......... .......... .......... .......... .......... 84% 162M 0s
18203 26300K .......... .......... .......... .......... .......... 84% 119M 0s
18204 26350K .......... .......... .......... .......... .......... 85% 143M 0s
18205 26400K .......... .......... .......... .......... .......... 85% 135M 0s
18206 26450K .......... .......... .......... .......... .......... 85% 147M 0s
18207 26500K .......... .......... .......... .......... .......... 85% 148M 0s
18208 26550K .......... .......... .......... .......... .......... 85% 129M 0s
18209 26600K .......... .......... .......... .......... .......... 85% 134M 0s
18210 26650K .......... .......... .......... .......... .......... 86% 182M 0s
18211 26700K .......... .......... .......... .......... .......... 86% 172M 0s
18212 26750K .......... .......... .......... .......... .......... 86% 114M 0s
18213 26800K .......... .......... .......... .......... .......... 86% 118M 0s
18214 26850K .......... .......... .......... .......... .......... 86% 140M 0s
18215 26900K .......... .......... .......... .......... .......... 86% 149M 0s
18216 26950K .......... .......... .......... .......... .......... 87% 135M 0s
18217 27000K .......... .......... .......... .......... .......... 87% 124M 0s
18218 27050K .......... .......... .......... .......... .......... 87% 147M 0s
18219 27100K .......... .......... .......... .......... .......... 87% 115M 0s
18220 27150K .......... .......... .......... .......... .......... 87% 153M 0s
18221 27200K .......... .......... .......... .......... .......... 87% 151M 0s
18222 27250K .......... .......... .......... .......... .......... 88% 162M 0s
18223 27300K .......... .......... .......... .......... .......... 88% 127M 0s
18224 27350K .......... .......... .......... .......... .......... 88% 136M 0s
18225 27400K .......... .......... .......... .......... .......... 88% 189M 0s
18226 27450K .......... .......... .......... .......... .......... 88% 125M 0s
18227 27500K .......... .......... .......... .......... .......... 88% 157M 0s
18228 27550K .......... .......... .......... .......... .......... 89% 125M 0s
18229 27600K .......... .......... .......... .......... .......... 89% 127M 0s
18230 27650K .......... .......... .......... .......... .......... 89% 260M 0s
18231 27700K .......... .......... .......... .......... .......... 89% 146M 0s
18232 27750K .......... .......... .......... .......... .......... 89% 141M 0s
18233 27800K .......... .......... .......... .......... .......... 89% 133M 0s
18234 27850K .......... .......... .......... .......... .......... 89% 176M 0s
18235 27900K .......... .......... .......... .......... .......... 90% 151M 0s
18236 27950K .......... .......... .......... .......... .......... 90% 140M 0s
18237 28000K .......... .......... .......... .......... .......... 90% 171M 0s
18238 28050K .......... .......... .......... .......... .......... 90% 120M 0s
18239 28100K .......... .......... .......... .......... .......... 90% 201M 0s
18240 28150K .......... .......... .......... .......... .......... 90% 128M 0s
18241 28200K .......... .......... .......... .......... .......... 91% 154M 0s
18242 28250K .......... .......... .......... .......... .......... 91% 115M 0s
18243 28300K .......... .......... .......... .......... .......... 91% 193M 0s
18244 28350K .......... .......... .......... .......... .......... 91% 129M 0s
18245 28400K .......... .......... .......... .......... .......... 91% 152M 0s
18246 28450K .......... .......... .......... .......... .......... 91% 110M 0s
18247 28500K .......... .......... .......... .......... .......... 92% 127M 0s
18248 28550K .......... .......... .......... .......... .......... 92% 158M 0s
18249 28600K .......... .......... .......... .......... .......... 92% 128M 0s
18250 28650K .......... .......... .......... .......... .......... 92% 142M 0s
18251 28700K .......... .......... .......... .......... .......... 92% 175M 0s
18252 28750K .......... .......... .......... .......... .......... 92% 124M 0s
18253 28800K .......... .......... .......... .......... .......... 93% 197M 0s
18254 28850K .......... .......... .......... .......... .......... 93% 142M 0s
18255 28900K .......... .......... .......... .......... .......... 93% 119M 0s
18256 28950K .......... .......... .......... .......... .......... 93% 135M 0s
18257 29000K .......... .......... .......... .......... .......... 93% 153M 0s
18258 29050K .......... .......... .......... .......... .......... 93% 213M 0s
18259 29100K .......... .......... .......... .......... .......... 94% 127M 0s
18260 29150K .......... .......... .......... .......... .......... 94% 187M 0s
18261 29200K .......... .......... .......... .......... .......... 94% 208M 0s
18262 29250K .......... .......... .......... .......... .......... 94% 138M 0s
18263 29300K .......... .......... .......... .......... .......... 94% 141M 0s
18264 29350K .......... .......... .......... .......... .......... 94% 87.5M 0s
18265 29400K .......... .......... .......... .......... .......... 94% 149M 0s
18266 29450K .......... .......... .......... .......... .......... 95% 169M 0s
18267 29500K .......... .......... .......... .......... .......... 95% 143M 0s
18268 29550K .......... .......... .......... .......... .......... 95% 140M 0s
18269 29600K .......... .......... .......... .......... .......... 95% 162M 0s
18270 29650K .......... .......... .......... .......... .......... 95% 137M 0s
18271 29700K .......... .......... .......... .......... .......... 95% 179M 0s
18272 29750K .......... .......... .......... .......... .......... 96% 141M 0s
18273 29800K .......... .......... .......... .......... .......... 96% 176M 0s
18274 29850K .......... .......... .......... .......... .......... 96% 174M 0s
18275 29900K .......... .......... .......... .......... .......... 96% 170M 0s
18276 29950K .......... .......... .......... .......... .......... 96% 193M 0s
18277 30000K .......... .......... .......... .......... .......... 96% 171M 0s
18278 30050K .......... .......... .......... .......... .......... 97% 179M 0s
18279 30100K .......... .......... .......... .......... .......... 97% 156M 0s
18280 30150K .......... .......... .......... .......... .......... 97% 127M 0s
18281 30200K .......... .......... .......... .......... .......... 97% 162M 0s
18282 30250K .......... .......... .......... .......... .......... 97% 162M 0s
18283 30300K .......... .......... .......... .......... .......... 97% 173M 0s
18284 30350K .......... .......... .......... .......... .......... 98% 145M 0s
18285 30400K .......... .......... .......... .......... .......... 98% 178M 0s
18286 30450K .......... .......... .......... .......... .......... 98% 174M 0s
18287 30500K .......... .......... .......... .......... .......... 98% 143M 0s
18288 30550K .......... .......... .......... .......... .......... 98% 137M 0s
18289 30600K .......... .......... .......... .......... .......... 98% 179M 0s
18290 30650K .......... .......... .......... .......... .......... 99% 162M 0s
18291 30700K .......... .......... .......... .......... .......... 99% 171M 0s
18292 30750K .......... .......... .......... .......... .......... 99% 136M 0s
18293 30800K .......... .......... .......... .......... .......... 99% 167M 0s
18294 30850K .......... .......... .......... .......... .......... 99% 200M 0s
18295 30900K .......... .......... .......... .......... .......... 99% 242M 0s
18296 30950K .......... .......... .......... .......... .......... 99% 161M 0s
18297 31000K ......  100% 11882G=0.4s
18298
182992015-12-29 20:12:48 (86.3 MB/s) - '/usr/local/lib/selenium-server-standalone.jar' saved [31750379/31750379]
18300
18301 ---> 293c1dbed978
18302Removing intermediate container 14a809799f27
18303Step 23 : WORKDIR /srv
18304 ---> Running in cb7c4d36f93f
18305 ---> aecba0c8be15
18306Removing intermediate container cb7c4d36f93f
18307Step 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*
18308 ---> Running in 3c6533ca7df2
18309--2015-12-29 20:13:06-- http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2
18310Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
18311Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
18312HTTP request sent, awaiting response... 200 OK
18313Length: 13161396 (13M) [application/x-bzip2]
18314Saving to: 'phantomjs-1.9.7-linux-x86_64.tar.bz2'
18315
18316 0K .......... .......... .......... .......... .......... 0% 66.8M 0s
18317 50K .......... .......... .......... .......... .......... 0% 112M 0s
18318 100K .......... .......... .......... .......... .......... 1% 143M 0s
18319 150K .......... .......... .......... .......... .......... 1% 316M 0s
18320 200K .......... .......... .......... .......... .......... 1% 151M 0s
18321 250K .......... .......... .......... .......... .......... 2% 92.0M 0s
18322 300K .......... .......... .......... .......... .......... 2% 36.3M 0s
18323 350K .......... .......... .......... .......... .......... 3% 23.8M 0s
18324 400K .......... .......... .......... .......... .......... 3% 18.2M 0s
18325 450K .......... .......... .......... .......... .......... 3% 19.1M 0s
18326 500K .......... .......... .......... .......... .......... 4% 19.3M 0s
18327 550K .......... .......... .......... .......... .......... 4% 16.5M 0s
18328 600K .......... .......... .......... .......... .......... 5% 16.5M 0s
18329 650K .......... .......... .......... .......... .......... 5% 36.2M 0s
18330 700K .......... .......... .......... .......... .......... 5% 125M 0s
18331 750K .......... .......... .......... .......... .......... 6% 89.3M 0s
18332 800K .......... .......... .......... .......... .......... 6% 117M 0s
18333 850K .......... .......... .......... .......... .......... 7% 98.6M 0s
18334 900K .......... .......... .......... .......... .......... 7% 102M 0s
18335 950K .......... .......... .......... .......... .......... 7% 9.98M 0s
18336 1000K .......... .......... .......... .......... .......... 8% 18.5M 0s
18337 1050K .......... .......... .......... .......... .......... 8% 15.0M 0s
18338 1100K .......... .......... .......... .......... .......... 8% 6.38M 0s
18339 1150K .......... .......... .......... .......... .......... 9% 184M 0s
18340 1200K .......... .......... .......... .......... .......... 9% 245M 0s
18341 1250K .......... .......... .......... .......... .......... 10% 247M 0s
18342 1300K .......... .......... .......... .......... .......... 10% 299M 0s
18343 1350K .......... .......... .......... .......... .......... 10% 279M 0s
18344 1400K .......... .......... .......... .......... .......... 11% 286M 0s
18345 1450K .......... .......... .......... .......... .......... 11% 18.0M 0s
18346 1500K .......... .......... .......... .......... .......... 12% 192M 0s
18347 1550K .......... .......... .......... .......... .......... 12% 291M 0s
18348 1600K .......... .......... .......... .......... .......... 12% 221M 0s
18349 1650K .......... .......... .......... .......... .......... 13% 210M 0s
18350 1700K .......... .......... .......... .......... .......... 13% 276M 0s
18351 1750K .......... .......... .......... .......... .......... 14% 269M 0s
18352 1800K .......... .......... .......... .......... .......... 14% 282M 0s
18353 1850K .......... .......... .......... .......... .......... 14% 219M 0s
18354 1900K .......... .......... .......... .......... .......... 15% 292M 0s
18355 1950K .......... .......... .......... .......... .......... 15% 282M 0s
18356 2000K .......... .......... .......... .......... .......... 15% 242M 0s
18357 2050K .......... .......... .......... .......... .......... 16% 32.0M 0s
18358 2100K .......... .......... .......... .......... .......... 16% 127M 0s
18359 2150K .......... .......... .......... .......... .......... 17% 168M 0s
18360 2200K .......... .......... .......... .......... .......... 17% 159M 0s
18361 2250K .......... .......... .......... .......... .......... 17% 151M 0s
18362 2300K .......... .......... .......... .......... .......... 18% 167M 0s
18363 2350K .......... .......... .......... .......... .......... 18% 163M 0s
18364 2400K .......... .......... .......... .......... .......... 19% 170M 0s
18365 2450K .......... .......... .......... .......... .......... 19% 146M 0s
18366 2500K .......... .......... .......... .......... .......... 19% 169M 0s
18367 2550K .......... .......... .......... .......... .......... 20% 151M 0s
18368 2600K .......... .......... .......... .......... .......... 20% 165M 0s
18369 2650K .......... .......... .......... .......... .......... 21% 144M 0s
18370 2700K .......... .......... .......... .......... .......... 21% 154M 0s
18371 2750K .......... .......... .......... .......... .......... 21% 167M 0s
18372 2800K .......... .......... .......... .......... .......... 22% 168M 0s
18373 2850K .......... .......... .......... .......... .......... 22% 139M 0s
18374 2900K .......... .......... .......... .......... .......... 22% 168M 0s
18375 2950K .......... .......... .......... .......... .......... 23% 164M 0s
18376 3000K .......... .......... .......... .......... .......... 23% 157M 0s
18377 3050K .......... .......... .......... .......... .......... 24% 149M 0s
18378 3100K .......... .......... .......... .......... .......... 24% 162M 0s
18379 3150K .......... .......... .......... .......... .......... 24% 32.0M 0s
18380 3200K .......... .......... .......... .......... .......... 25% 3.65M 0s
18381 3250K .......... .......... .......... .......... .......... 25% 17.2M 0s
18382 3300K .......... .......... .......... .......... .......... 26% 30.4M 0s
18383 3350K .......... .......... .......... .......... .......... 26% 26.0M 0s
18384 3400K .......... .......... .......... .......... .......... 26% 21.9M 0s
18385 3450K .......... .......... .......... .......... .......... 27% 28.8M 0s
18386 3500K .......... .......... .......... .......... .......... 27% 32.4M 0s
18387 3550K .......... .......... .......... .......... .......... 28% 23.1M 0s
18388 3600K .......... .......... .......... .......... .......... 28% 31.7M 0s
18389 3650K .......... .......... .......... .......... .......... 28% 39.6M 0s
18390 3700K .......... .......... .......... .......... .......... 29% 34.5M 0s
18391 3750K .......... .......... .......... .......... .......... 29% 87.1M 0s
18392 3800K .......... .......... .......... .......... .......... 29% 95.8M 0s
18393 3850K .......... .......... .......... .......... .......... 30% 164M 0s
18394 3900K .......... .......... .......... .......... .......... 30% 191M 0s
18395 3950K .......... .......... .......... .......... .......... 31% 93.3M 0s
18396 4000K .......... .......... .......... .......... .......... 31% 171M 0s
18397 4050K .......... .......... .......... .......... .......... 31% 176M 0s
18398 4100K .......... .......... .......... .......... .......... 32% 251M 0s
18399 4150K .......... .......... .......... .......... .......... 32% 189M 0s
18400 4200K .......... .......... .......... .......... .......... 33% 166M 0s
18401 4250K .......... .......... .......... .......... .......... 33% 71.6M 0s
18402 4300K .......... .......... .......... .......... .......... 33% 88.9M 0s
18403 4350K .......... .......... .......... .......... .......... 34% 82.0M 0s
18404 4400K .......... .......... .......... .......... .......... 34% 56.2M 0s
18405 4450K .......... .......... .......... .......... .......... 35% 64.7M 0s
18406 4500K .......... .......... .......... .......... .......... 35% 216M 0s
18407 4550K .......... .......... .......... .......... .......... 35% 217M 0s
18408 4600K .......... .......... .......... .......... .......... 36% 227M 0s
18409 4650K .......... .......... .......... .......... .......... 36% 188M 0s
18410 4700K .......... .......... .......... .......... .......... 36% 204M 0s
18411 4750K .......... .......... .......... .......... .......... 37% 242M 0s
18412 4800K .......... .......... .......... .......... .......... 37% 62.3M 0s
18413 4850K .......... .......... .......... .......... .......... 38% 57.9M 0s
18414 4900K .......... .......... .......... .......... .......... 38% 57.2M 0s
18415 4950K .......... .......... .......... .......... .......... 38% 55.4M 0s
18416 5000K .......... .......... .......... .......... .......... 39% 198M 0s
18417 5050K .......... .......... .......... .......... .......... 39% 63.5M 0s
18418 5100K .......... .......... .......... .......... .......... 40% 58.6M 0s
18419 5150K .......... .......... .......... .......... .......... 40% 63.6M 0s
18420 5200K .......... .......... .......... .......... .......... 40% 161M 0s
18421 5250K .......... .......... .......... .......... .......... 41% 76.2M 0s
18422 5300K .......... .......... .......... .......... .......... 41% 63.2M 0s
18423 5350K .......... .......... .......... .......... .......... 42% 58.2M 0s
18424 5400K .......... .......... .......... .......... .......... 42% 59.6M 0s
18425 5450K .......... .......... .......... .......... .......... 42% 56.0M 0s
18426 5500K .......... .......... .......... .......... .......... 43% 133M 0s
18427 5550K .......... .......... .......... .......... .......... 43% 57.5M 0s
18428 5600K .......... .......... .......... .......... .......... 43% 55.7M 0s
18429 5650K .......... .......... .......... .......... .......... 44% 62.2M 0s
18430 5700K .......... .......... .......... .......... .......... 44% 118M 0s
18431 5750K .......... .......... .......... .......... .......... 45% 71.6M 0s
18432 5800K .......... .......... .......... .......... .......... 45% 56.7M 0s
18433 5850K .......... .......... .......... .......... .......... 45% 58.4M 0s
18434 5900K .......... .......... .......... .......... .......... 46% 60.6M 0s
18435 5950K .......... .......... .......... .......... .......... 46% 173M 0s
18436 6000K .......... .......... .......... .......... .......... 47% 53.6M 0s
18437 6050K .......... .......... .......... .......... .......... 47% 53.4M 0s
18438 6100K .......... .......... .......... .......... .......... 47% 53.8M 0s
18439 6150K .......... .......... .......... .......... .......... 48% 116M 0s
18440 6200K .......... .......... .......... .......... .......... 48% 57.3M 0s
18441 6250K .......... .......... .......... .......... .......... 49% 52.9M 0s
18442 6300K .......... .......... .......... .......... .......... 49% 56.4M 0s
18443 6350K .......... .......... .......... .......... .......... 49% 64.7M 0s
18444 6400K .......... .......... .......... .......... .......... 50% 223M 0s
18445 6450K .......... .......... .......... .......... .......... 50% 60.0M 0s
18446 6500K .......... .......... .......... .......... .......... 50% 67.2M 0s
18447 6550K .......... .......... .......... .......... .......... 51% 63.2M 0s
18448 6600K .......... .......... .......... .......... .......... 51% 113M 0s
18449 6650K .......... .......... .......... .......... .......... 52% 54.1M 0s
18450 6700K .......... .......... .......... .......... .......... 52% 56.2M 0s
18451 6750K .......... .......... .......... .......... .......... 52% 57.2M 0s
18452 6800K .......... .......... .......... .......... .......... 53% 52.6M 0s
18453 6850K .......... .......... .......... .......... .......... 53% 49.5M 0s
18454 6900K .......... .......... .......... .......... .......... 54% 157M 0s
18455 6950K .......... .......... .......... .......... .......... 54% 56.2M 0s
18456 7000K .......... .......... .......... .......... .......... 54% 55.8M 0s
18457 7050K .......... .......... .......... .......... .......... 55% 53.7M 0s
18458 7100K .......... .......... .......... .......... .......... 55% 135M 0s
18459 7150K .......... .......... .......... .......... .......... 56% 82.6M 0s
18460 7200K .......... .......... .......... .......... .......... 56% 58.3M 0s
18461 7250K .......... .......... .......... .......... .......... 56% 51.6M 0s
18462 7300K .......... .......... .......... .......... .......... 57% 61.3M 0s
18463 7350K .......... .......... .......... .......... .......... 57% 161M 0s
18464 7400K .......... .......... .......... .......... .......... 57% 62.5M 0s
18465 7450K .......... .......... .......... .......... .......... 58% 47.0M 0s
18466 7500K .......... .......... .......... .......... .......... 58% 58.8M 0s
18467 7550K .......... .......... .......... .......... .......... 59% 127M 0s
18468 7600K .......... .......... .......... .......... .......... 59% 64.8M 0s
18469 7650K .......... .......... .......... .......... .......... 59% 54.2M 0s
18470 7700K .......... .......... .......... .......... .......... 60% 60.6M 0s
18471 7750K .......... .......... .......... .......... .......... 60% 62.5M 0s
18472 7800K .......... .......... .......... .......... .......... 61% 166M 0s
18473 7850K .......... .......... .......... .......... .......... 61% 56.1M 0s
18474 7900K .......... .......... .......... .......... .......... 61% 50.7M 0s
18475 7950K .......... .......... .......... .......... .......... 62% 56.6M 0s
18476 8000K .......... .......... .......... .......... .......... 62% 113M 0s
18477 8050K .......... .......... .......... .......... .......... 63% 72.0M 0s
18478 8100K .......... .......... .......... .......... .......... 63% 61.8M 0s
18479 8150K .......... .......... .......... .......... .......... 63% 70.5M 0s
18480 8200K .......... .......... .......... .......... .......... 64% 51.4M 0s
18481 8250K .......... .......... .......... .......... .......... 64% 61.9M 0s
18482 8300K .......... .......... .......... .......... .......... 64% 138M 0s
18483 8350K .......... .......... .......... .......... .......... 65% 60.2M 0s
18484 8400K .......... .......... .......... .......... .......... 65% 64.4M 0s
18485 8450K .......... .......... .......... .......... .......... 66% 57.4M 0s
18486 8500K .......... .......... .......... .......... .......... 66% 113M 0s
18487 8550K .......... .......... .......... .......... .......... 66% 64.5M 0s
18488 8600K .......... .......... .......... .......... .......... 67% 62.6M 0s
18489 8650K .......... .......... .......... .......... .......... 67% 51.9M 0s
18490 8700K .......... .......... .......... .......... .......... 68% 60.5M 0s
18491 8750K .......... .......... .......... .......... .......... 68% 122M 0s
18492 8800K .......... .......... .......... .......... .......... 68% 59.8M 0s
18493 8850K .......... .......... .......... .......... .......... 69% 54.4M 0s
18494 8900K .......... .......... .......... .......... .......... 69% 53.2M 0s
18495 8950K .......... .......... .......... .......... .......... 70% 105M 0s
18496 9000K .......... .......... .......... .......... .......... 70% 71.1M 0s
18497 9050K .......... .......... .......... .......... .......... 70% 57.6M 0s
18498 9100K .......... .......... .......... .......... .......... 71% 61.1M 0s
18499 9150K .......... .......... .......... .......... .......... 71% 76.1M 0s
18500 9200K .......... .......... .......... .......... .......... 71% 154M 0s
18501 9250K .......... .......... .......... .......... .......... 72% 68.8M 0s
18502 9300K .......... .......... .......... .......... .......... 72% 57.2M 0s
18503 9350K .......... .......... .......... .......... .......... 73% 54.6M 0s
18504 9400K .......... .......... .......... .......... .......... 73% 118M 0s
18505 9450K .......... .......... .......... .......... .......... 73% 58.1M 0s
18506 9500K .......... .......... .......... .......... .......... 74% 56.4M 0s
18507 9550K .......... .......... .......... .......... .......... 74% 48.7M 0s
18508 9600K .......... .......... .......... .......... .......... 75% 45.1M 0s
18509 9650K .......... .......... .......... .......... .......... 75% 12.3M 0s
18510 9700K .......... .......... .......... .......... .......... 75% 198M 0s
18511 9750K .......... .......... .......... .......... .......... 76% 149M 0s
18512 9800K .......... .......... .......... .......... .......... 76% 174M 0s
18513 9850K .......... .......... .......... .......... .......... 77% 187M 0s
18514 9900K .......... .......... .......... .......... .......... 77% 213M 0s
18515 9950K .......... .......... .......... .......... .......... 77% 243M 0s
18516 10000K .......... .......... .......... .......... .......... 78% 188M 0s
18517 10050K .......... .......... .......... .......... .......... 78% 179M 0s
18518 10100K .......... .......... .......... .......... .......... 78% 196M 0s
18519 10150K .......... .......... .......... .......... .......... 79% 271M 0s
18520 10200K .......... .......... .......... .......... .......... 79% 190M 0s
18521 10250K .......... .......... .......... .......... .......... 80% 27.6M 0s
18522 10300K .......... .......... .......... .......... .......... 80% 171M 0s
18523 10350K .......... .......... .......... .......... .......... 80% 235M 0s
18524 10400K .......... .......... .......... .......... .......... 81% 243M 0s
18525 10450K .......... .......... .......... .......... .......... 81% 161M 0s
18526 10500K .......... .......... .......... .......... .......... 82% 180M 0s
18527 10550K .......... .......... .......... .......... .......... 82% 222M 0s
18528 10600K .......... .......... .......... .......... .......... 82% 278M 0s
18529 10650K .......... .......... .......... .......... .......... 83% 179M 0s
18530 10700K .......... .......... .......... .......... .......... 83% 192M 0s
18531 10750K .......... .......... .......... .......... .......... 84% 201M 0s
18532 10800K .......... .......... .......... .......... .......... 84% 241M 0s
18533 10850K .......... .......... .......... .......... .......... 84% 208M 0s
18534 10900K .......... .......... .......... .......... .......... 85% 35.1M 0s
18535 10950K .......... .......... .......... .......... .......... 85% 204M 0s
18536 11000K .......... .......... .......... .......... .......... 85% 196M 0s
18537 11050K .......... .......... .......... .......... .......... 86% 196M 0s
18538 11100K .......... .......... .......... .......... .......... 86% 119M 0s
18539 11150K .......... .......... .......... .......... .......... 87% 69.1M 0s
18540 11200K .......... .......... .......... .......... .......... 87% 185M 0s
18541 11250K .......... .......... .......... .......... .......... 87% 187M 0s
18542 11300K .......... .......... .......... .......... .......... 88% 226M 0s
18543 11350K .......... .......... .......... .......... .......... 88% 248M 0s
18544 11400K .......... .......... .......... .......... .......... 89% 182M 0s
18545 11450K .......... .......... .......... .......... .......... 89% 213M 0s
18546 11500K .......... .......... .......... .......... .......... 89% 249M 0s
18547 11550K .......... .......... .......... .......... .......... 90% 295M 0s
18548 11600K .......... .......... .......... .......... .......... 90% 248M 0s
18549 11650K .......... .......... .......... .......... .......... 91% 194M 0s
18550 11700K .......... .......... .......... .......... .......... 91% 287M 0s
18551 11750K .......... .......... .......... .......... .......... 91% 269M 0s
18552 11800K .......... .......... .......... .......... .......... 92% 263M 0s
18553 11850K .......... .......... .......... .......... .......... 92% 225M 0s
18554 11900K .......... .......... .......... .......... .......... 92% 237M 0s
18555 11950K .......... .......... .......... .......... .......... 93% 289M 0s
18556 12000K .......... .......... .......... .......... .......... 93% 282M 0s
18557 12050K .......... .......... .......... .......... .......... 94% 234M 0s
18558 12100K .......... .......... .......... .......... .......... 94% 284M 0s
18559 12150K .......... .......... .......... .......... .......... 94% 237M 0s
18560 12200K .......... .......... .......... .......... .......... 95% 285M 0s
18561 12250K .......... .......... .......... .......... .......... 95% 246M 0s
18562 12300K .......... .......... .......... .......... .......... 96% 231M 0s
18563 12350K .......... .......... .......... .......... .......... 96% 254M 0s
18564 12400K .......... .......... .......... .......... .......... 96% 240M 0s
18565 12450K .......... .......... .......... .......... .......... 97% 249M 0s
18566 12500K .......... .......... .......... .......... .......... 97% 284M 0s
18567 12550K .......... .......... .......... .......... .......... 98% 271M 0s
18568 12600K .......... .......... .......... .......... .......... 98% 290M 0s
18569 12650K .......... .......... .......... .......... .......... 98% 217M 0s
18570 12700K .......... .......... .......... .......... .......... 99% 285M 0s
18571 12750K .......... .......... .......... .......... .......... 99% 281M 0s
18572 12800K .......... .......... .......... .......... .......... 99% 280M 0s
18573 12850K .. 100% 62.7M=0.2s
18574
185752015-12-29 20:13:06 (66.2 MB/s) - 'phantomjs-1.9.7-linux-x86_64.tar.bz2' saved [13161396/13161396]
18576
18577phantomjs-1.9.7-linux-x86_64/
18578phantomjs-1.9.7-linux-x86_64/bin/
18579phantomjs-1.9.7-linux-x86_64/bin/phantomjs
18580phantomjs-1.9.7-linux-x86_64/examples/
18581phantomjs-1.9.7-linux-x86_64/examples/scandir.js
18582phantomjs-1.9.7-linux-x86_64/examples/technews.coffee
18583phantomjs-1.9.7-linux-x86_64/examples/tweets.js
18584phantomjs-1.9.7-linux-x86_64/examples/rasterize.coffee
18585phantomjs-1.9.7-linux-x86_64/examples/pagecallback.js
18586phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.js
18587phantomjs-1.9.7-linux-x86_64/examples/follow.js
18588phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.coffee
18589phantomjs-1.9.7-linux-x86_64/examples/module.js
18590phantomjs-1.9.7-linux-x86_64/examples/waitfor.coffee
18591phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.coffee
18592phantomjs-1.9.7-linux-x86_64/examples/pizza.js
18593phantomjs-1.9.7-linux-x86_64/examples/seasonfood.coffee
18594phantomjs-1.9.7-linux-x86_64/examples/unrandomize.js
18595phantomjs-1.9.7-linux-x86_64/examples/modernizr.js
18596phantomjs-1.9.7-linux-x86_64/examples/waitfor.js
18597phantomjs-1.9.7-linux-x86_64/examples/direction.js
18598phantomjs-1.9.7-linux-x86_64/examples/arguments.coffee
18599phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.js
18600phantomjs-1.9.7-linux-x86_64/examples/run-qunit.js
18601phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.coffee
18602phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.js
18603phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.coffee
18604phantomjs-1.9.7-linux-x86_64/examples/version.js
18605phantomjs-1.9.7-linux-x86_64/examples/movies.js
18606phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.js
18607phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.coffee
18608phantomjs-1.9.7-linux-x86_64/examples/version.coffee
18609phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js
18610phantomjs-1.9.7-linux-x86_64/examples/server.js
18611phantomjs-1.9.7-linux-x86_64/examples/countdown.js
18612phantomjs-1.9.7-linux-x86_64/examples/rasterize.js
18613phantomjs-1.9.7-linux-x86_64/examples/injectme.js
18614phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js
18615phantomjs-1.9.7-linux-x86_64/examples/post.js
18616phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee
18617phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee
18618phantomjs-1.9.7-linux-x86_64/examples/hello.coffee
18619phantomjs-1.9.7-linux-x86_64/examples/features.js
18620phantomjs-1.9.7-linux-x86_64/examples/movies.coffee
18621phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee
18622phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee
18623phantomjs-1.9.7-linux-x86_64/examples/features.coffee
18624phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee
18625phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js
18626phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee
18627phantomjs-1.9.7-linux-x86_64/examples/printmargins.js
18628phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee
18629phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee
18630phantomjs-1.9.7-linux-x86_64/examples/printenv.js
18631phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee
18632phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee
18633phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee
18634phantomjs-1.9.7-linux-x86_64/examples/netlog.js
18635phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee
18636phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee
18637phantomjs-1.9.7-linux-x86_64/examples/weather.coffee
18638phantomjs-1.9.7-linux-x86_64/examples/direction.coffee
18639phantomjs-1.9.7-linux-x86_64/examples/module.coffee
18640phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee
18641phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js
18642phantomjs-1.9.7-linux-x86_64/examples/fibo.js
18643phantomjs-1.9.7-linux-x86_64/examples/imagebin.js
18644phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js
18645phantomjs-1.9.7-linux-x86_64/examples/technews.js
18646phantomjs-1.9.7-linux-x86_64/examples/hello.js
18647phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js
18648phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee
18649phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee
18650phantomjs-1.9.7-linux-x86_64/examples/postserver.js
18651phantomjs-1.9.7-linux-x86_64/examples/weather.js
18652phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee
18653phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee
18654phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js
18655phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee
18656phantomjs-1.9.7-linux-x86_64/examples/useragent.js
18657phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee
18658phantomjs-1.9.7-linux-x86_64/examples/post.coffee
18659phantomjs-1.9.7-linux-x86_64/examples/arguments.js
18660phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee
18661phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee
18662phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee
18663phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js
18664phantomjs-1.9.7-linux-x86_64/examples/follow.coffee
18665phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js
18666phantomjs-1.9.7-linux-x86_64/examples/page_events.js
18667phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js
18668phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js
18669phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee
18670phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee
18671phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js
18672phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js
18673phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee
18674phantomjs-1.9.7-linux-x86_64/examples/server.coffee
18675phantomjs-1.9.7-linux-x86_64/examples/universe.js
18676phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee
18677phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js
18678phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee
18679phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee
18680phantomjs-1.9.7-linux-x86_64/examples/netsniff.js
18681phantomjs-1.9.7-linux-x86_64/ChangeLog
18682phantomjs-1.9.7-linux-x86_64/README.md
18683phantomjs-1.9.7-linux-x86_64/LICENSE.BSD
18684phantomjs-1.9.7-linux-x86_64/third-party.txt
18685 ---> ff0ac4aafecd
18686Removing intermediate container 3c6533ca7df2
18687Step 25 : ADD /functions.sh /
18688 ---> 11256e56302a
18689Removing intermediate container a098feb71469
18690Step 26 : ADD entrypoint.sh /
18691 ---> 43b72b9d70d7
18692Removing intermediate container 7786ea08883f
18693Step 27 : RUN chmod 755 /entrypoint.sh
18694 ---> Running in d0ddca3547a7
18695 ---> 87ba47b08821
18696Removing intermediate container d0ddca3547a7
18697Step 28 : ENTRYPOINT /entrypoint.sh
18698 ---> Running in 043dab7184fa
18699 ---> a4a73ed815bd
18700Removing intermediate container 043dab7184fa
18701Successfully built a4a73ed815bd
18702== ./99-ci-twentytwo ==
18703Sending build context to Docker daemon 37.38 kB
18704Sending build context to Docker daemon 37.38 kB
18705
18706Step 0 : FROM fedora:22
18707 ---> 9eb9e09c9cb3
18708Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
18709 ---> Using cache
18710 ---> 914026d05bf9
18711Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/Fedora_22/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
18712
18713 ---> Using cache
18714 ---> d4291fee43b5
18715Step 3 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
18716 ---> Using cache
18717 ---> ac191aaa5c9d
18718Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc
18719 ---> Using cache
18720 ---> bc4f48b28cb0
18721Step 5 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/Fedora_22/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
18722
18723 ---> Using cache
18724 ---> bc363abab73d
18725Step 6 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/Fedora_22/repodata/repomd.xml.key
18726 ---> Using cache
18727 ---> 4b8651a00f39
18728Step 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
18729 ---> Running in c5d1cc7624b8
18730 ---> c5c870302fcd
18731Removing intermediate container c5d1cc7624b8
18732Step 8 : ENV IMAGE twentytwo
18733 ---> Running in 8bd5f68db022
18734 ---> 2ff4714abcdb
18735Removing intermediate container 8bd5f68db022
18736Step 9 : ADD /dbus.service /etc/systemd/system/dbus.service
18737 ---> 8cdad868c370
18738Removing intermediate container 5adb57742fd2
18739Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
18740 ---> Running in 3b49da23f483
18741 ---> ec15d2dfea33
18742Removing intermediate container 3b49da23f483
18743Step 11 : ADD /httpd.service /etc/systemd/system/httpd.service
18744 ---> a7bf3dbbe403
18745Removing intermediate container e1210571b351
18746Step 12 : ADD /systemctl /usr/bin/systemctl
18747 ---> 5011eae98bad
18748Removing intermediate container ffdfd3501532
18749Step 13 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
18750 ---> bfe60704f20c
18751Removing intermediate container 5233011f37a8
18752Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
18753 ---> Running in 8339a9a7eed0
18754mode of '/usr/bin/systemctl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
18755mode of '/usr/bin/systemctl-socket-daemon' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
18756 ---> ca4b707a9946
18757Removing intermediate container 8339a9a7eed0
18758Step 15 : ADD /vimrc /root/.vimrc
18759 ---> 94fde85a91ad
18760Removing intermediate container 9853ca965c19
18761Step 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
18762 ---> Running in 8ce538352fa4
18763Cleaning repos: fedora updates Kolab_Development openSUSE_Tools
18764Cleaning up Everything
18765Last metadata expiration check performed 0:00:00 ago on Tue Dec 29 20:15:06 2015.
18766Dependencies resolved.
18767================================================================================
18768 Package Arch Version Repository
18769 Size
18770================================================================================
18771Installing:
18772 cpio x86_64 2.11-33.fc22 fedora 216 k
18773 python-dnf-plugins-extras-common noarch 0.0.7-1.fc22 fedora 25 k
18774 python-dnf-plugins-extras-migrate noarch 0.0.7-1.fc22 fedora 22 k
18775 python-pycurl x86_64 7.19.5.1-3.fc22 updates 177 k
18776 python-urlgrabber noarch 3.10.1-6.fc22 fedora 112 k
18777 pyxattr x86_64 0.5.3-4.fc22 fedora 33 k
18778 yum noarch 3.4.3-505.fc22 fedora 1.2 M
18779 yum-metadata-parser x86_64 1.1.4-14.fc22 fedora 39 k
18780 yum-plugin-priorities noarch 1.1.31-508.fc22 updates 27 k
18781
18782Transaction Summary
18783================================================================================
18784Install 9 Packages
18785
18786Total download size: 1.9 M
18787Installed size: 7.5 M
18788Downloading Packages:
18789--------------------------------------------------------------------------------
18790Total 40 MB/s | 1.9 MB 00:00
18791Running transaction check
18792Transaction check succeeded.
18793Running transaction test
18794Transaction test succeeded.
18795Running transaction
18796 Installing : python-pycurl-7.19.5.1-3.fc22.x86_64 1/9
18797warning: Unable to get systemd shutdown inhibition lock
18798 Installing : python-urlgrabber-3.10.1-6.fc22.noarch 2/9
18799 Installing : python-dnf-plugins-extras-common-0.0.7-1.fc22.noarch 3/9
18800 Installing : yum-metadata-parser-1.1.4-14.fc22.x86_64 4/9
18801 Installing : pyxattr-0.5.3-4.fc22.x86_64 5/9
18802 Installing : cpio-2.11-33.fc22.x86_64 6/9
18803 Installing : python-dnf-plugins-extras-migrate-0.0.7-1.fc22.noarch 7/9
18804 Installing : yum-3.4.3-505.fc22.noarch 8/9
18805 Installing : yum-plugin-priorities-1.1.31-508.fc22.noarch 9/9
18806 Verifying : yum-plugin-priorities-1.1.31-508.fc22.noarch 1/9
18807 Verifying : yum-3.4.3-505.fc22.noarch 2/9
18808 Verifying : cpio-2.11-33.fc22.x86_64 3/9
18809 Verifying : python-urlgrabber-3.10.1-6.fc22.noarch 4/9
18810 Verifying : pyxattr-0.5.3-4.fc22.x86_64 5/9
18811 Verifying : yum-metadata-parser-1.1.4-14.fc22.x86_64 6/9
18812 Verifying : python-dnf-plugins-extras-migrate-0.0.7-1.fc22.noarch 7/9
18813 Verifying : python-dnf-plugins-extras-common-0.0.7-1.fc22.noarch 8/9
18814 Verifying : python-pycurl-7.19.5.1-3.fc22.x86_64 9/9
18815
18816Installed:
18817 cpio.x86_64 2.11-33.fc22
18818 python-dnf-plugins-extras-common.noarch 0.0.7-1.fc22
18819 python-dnf-plugins-extras-migrate.noarch 0.0.7-1.fc22
18820 python-pycurl.x86_64 7.19.5.1-3.fc22
18821 python-urlgrabber.noarch 3.10.1-6.fc22
18822 pyxattr.x86_64 0.5.3-4.fc22
18823 yum.noarch 3.4.3-505.fc22
18824 yum-metadata-parser.x86_64 1.1.4-14.fc22
18825 yum-plugin-priorities.noarch 1.1.31-508.fc22
18826
18827Complete!
18828Last metadata expiration check performed 0:00:05 ago on Tue Dec 29 20:15:06 2015.
18829Dependencies resolved.
18830================================================================================
18831 Package Arch Version Repository
18832 Size
18833================================================================================
18834Installing:
18835 GeoIP x86_64 1.6.5-1.fc22 fedora 117 k
18836 GeoIP-GeoLite-data noarch 2015.12-1.fc22 updates 381 k
18837 aajohan-comfortaa-fonts noarch 2.004-4.fc22 fedora 151 k
18838 alsa-lib x86_64 1.0.29-1.fc22 fedora 387 k
18839 ant noarch 1.9.4-7.fc22 fedora 2.0 M
18840 bind-libs x86_64 32:9.10.3-7.P2.fc22 updates 150 k
18841 bind-libs-lite x86_64 32:9.10.3-7.P2.fc22 updates 1.0 M
18842 bind-license noarch 32:9.10.3-7.P2.fc22 updates 87 k
18843 bind-utils x86_64 32:9.10.3-7.P2.fc22 updates 403 k
18844 binutils x86_64 2.25-9.fc22 updates 5.4 M
18845 build noarch 20151105-214.1 openSUSE_Tools
18846 172 k
18847 build-mkbaselibs noarch 20151105-214.1 openSUSE_Tools
18848 42 k
18849 bzip2 x86_64 1.0.6-14.fc22 fedora 57 k
18850 cronie x86_64 1.4.12-5.fc22 fedora 102 k
18851 cronie-anacron x86_64 1.4.12-5.fc22 fedora 38 k
18852 crontabs noarch 1.11-9.20130830git.fc22 fedora 24 k
18853 dwz x86_64 0.11-4.fc22 fedora 103 k
18854 elfutils x86_64 0.161-6.fc22 fedora 276 k
18855 emacs-filesystem noarch 1:24.5-6.fc22 updates 64 k
18856 fakeroot x86_64 1.20.2-1.fc22 updates 100 k
18857 fakeroot-libs x86_64 1.20.2-1.fc22 updates 32 k
18858 file x86_64 5.22-3.fc22 fedora 65 k
18859 findutils x86_64 1:4.5.14-3.fc22 fedora 522 k
18860 fipscheck x86_64 1.4.1-7.fc22 fedora 26 k
18861 fipscheck-lib x86_64 1.4.1-7.fc22 fedora 15 k
18862 fontconfig x86_64 2.11.94-4.fc22 updates 241 k
18863 fontpackages-filesystem noarch 1.44-12.fc22 updates 14 k
18864 freetype x86_64 2.5.5-2.fc22 updates 406 k
18865 gc x86_64 7.4.2-2.fc22 fedora 104 k
18866 gdb x86_64 7.9.1-20.fc22 updates 2.9 M
18867 ghc-srpm-macros noarch 1.4.2-1.fc22 fedora 8.1 k
18868 giflib x86_64 4.1.6-12.fc22 fedora 44 k
18869 git x86_64 2.4.3-7.fc22 updates 5.2 M
18870 gnat-srpm-macros noarch 1-1.fc22 fedora 8.5 k
18871 go-srpm-macros noarch 1-2.fc22 updates 7.9 k
18872 gpm-libs x86_64 1.20.7-6.fc22 fedora 36 k
18873 groff-base x86_64 1.22.3-3.fc22 fedora 950 k
18874 guile x86_64 5:2.0.11-7.fc22 updates 3.9 M
18875 httpd-filesystem noarch 2.4.17-1.fc22 updates 25 k
18876 java-1.8.0-openjdk x86_64 1:1.8.0.65-3.b17.fc22 updates 217 k
18877 java-1.8.0-openjdk-devel x86_64 1:1.8.0.65-3.b17.fc22 updates 9.7 M
18878 java-1.8.0-openjdk-headless x86_64 1:1.8.0.65-3.b17.fc22 updates 31 M
18879 javapackages-tools noarch 4.3.2-6.fc22 fedora 100 k
18880 less x86_64 481-1.fc22 updates 153 k
18881 libICE x86_64 1.0.9-2.fc22 fedora 69 k
18882 libSM x86_64 1.2.2-2.fc22 fedora 43 k
18883 libX11 x86_64 1.6.3-1.fc22 fedora 608 k
18884 libX11-common noarch 1.6.3-1.fc22 fedora 166 k
18885 libXau x86_64 1.0.8-4.fc22 fedora 33 k
18886 libXext x86_64 1.3.3-2.fc22 fedora 42 k
18887 libXfont x86_64 1.5.1-3.fc22 updates 153 k
18888 libXi x86_64 1.7.4-2.fc22 fedora 44 k
18889 libXrender x86_64 0.9.9-1.fc22 fedora 30 k
18890 libXtst x86_64 1.2.2-4.fc22 fedora 24 k
18891 libatomic_ops x86_64 7.4.2-4.fc22 fedora 31 k
18892 libbabeltrace x86_64 1.2.4-2.fc22 updates 152 k
18893 libedit x86_64 3.1-12.20150325cvs.fc22 fedora 99 k
18894 libfontenc x86_64 1.1.2-3.fc22 fedora 34 k
18895 libgnome-keyring x86_64 3.12.0-4.fc22 fedora 114 k
18896 libicu x86_64 54.1-4.fc22 updates 8.4 M
18897 libjpeg-turbo x86_64 1.4.0-2.fc22 updates 150 k
18898 libpcap x86_64 14:1.7.3-1.fc22 updates 149 k
18899 libpipeline x86_64 1.4.0-1.fc22 fedora 50 k
18900 libpng x86_64 2:1.6.19-1.fc22 updates 118 k
18901 libpsl x86_64 0.7.0-5.fc22 updates 52 k
18902 libtidy x86_64 0.99.0-33.20091203.fc22 fedora 137 k
18903 libtool-ltdl x86_64 2.4.2-35.fc22 updates 54 k
18904 libunistring x86_64 0.9.4-1.fc22 fedora 317 k
18905 libxcb x86_64 1.11-8.fc22 updates 193 k
18906 libxslt x86_64 1.1.28-8.fc22 fedora 245 k
18907 libzip x86_64 0.11.2-5.fc22 fedora 64 k
18908 lksctp-tools x86_64 1.0.16-3.fc22 fedora 93 k
18909 lsof x86_64 4.88-2.fc22 fedora 341 k
18910 m2crypto x86_64 0.22.5-2.fc22 updates 245 k
18911 man-db x86_64 2.7.1-9.fc22 updates 823 k
18912 net-tools x86_64 2.0-0.31.20141124git.fc22 fedora 313 k
18913 nmap-ncat x86_64 2:7.00-1.fc22 updates 218 k
18914 ocaml-srpm-macros noarch 2-2.fc22 fedora 7.9 k
18915 openldap-clients x86_64 2.4.40-12.fc22 fedora 193 k
18916 openssh x86_64 6.9p1-9.fc22 updates 445 k
18917 openssh-clients x86_64 6.9p1-9.fc22 updates 671 k
18918 osc x86_64 0.152.0-173.2 openSUSE_Tools
18919 511 k
18920 patch x86_64 2.7.5-1.fc22 fedora 121 k
18921 perl x86_64 4:5.20.3-328.fc22 updates 8.0 M
18922 perl-Carp noarch 1.38-1.fc22 updates 28 k
18923 perl-Data-Dumper x86_64 2.154-1.fc22 fedora 54 k
18924 perl-Digest noarch 1.17-310.fc22 fedora 27 k
18925 perl-Digest-MD5 x86_64 2.54-2.fc22 fedora 35 k
18926 perl-Encode x86_64 2:2.78-1.fc22 updates 1.5 M
18927 perl-Error noarch 1:0.17023-1.fc22 fedora 44 k
18928 perl-Exporter noarch 5.70-311.fc22 fedora 33 k
18929 perl-File-Path noarch 2.09-311.fc22 fedora 31 k
18930 perl-File-Temp noarch 0.23.04-310.fc22 fedora 61 k
18931 perl-Getopt-Long noarch 2.48-1.fc22 updates 61 k
18932 perl-Git noarch 2.4.3-7.fc22 updates 61 k
18933 perl-HTTP-Tiny noarch 0.056-1.fc22 updates 52 k
18934 perl-MD5 noarch 2.03-19.fc22 fedora 14 k
18935 perl-PathTools x86_64 3.47-311.fc22 fedora 85 k
18936 perl-Pod-Escapes noarch 1:1.06-328.fc22 updates 62 k
18937 perl-Pod-Perldoc noarch 3.25-1.fc22 fedora 85 k
18938 perl-Pod-Simple noarch 1:3.29-1.fc22 fedora 207 k
18939 perl-Pod-Usage noarch 4:1.67-1.fc22 fedora 33 k
18940 perl-Scalar-List-Utils x86_64 1:1.42-1.fc22 updates 61 k
18941 perl-Socket x86_64 2:2.021-1.fc22 updates 55 k
18942 perl-Storable x86_64 1:2.51-4.fc22 fedora 84 k
18943 perl-Term-ANSIColor noarch 4.03-3.fc22 fedora 44 k
18944 perl-TermReadKey x86_64 2.32-5.fc22 fedora 38 k
18945 perl-Text-ParseWords noarch 3.30-1.fc22 fedora 17 k
18946 perl-Time-HiRes x86_64 1.9728-1.fc22 updates 50 k
18947 perl-Time-Local noarch 1.2300-310.fc22 fedora 29 k
18948 perl-TimeDate noarch 1:2.30-5.fc22 fedora 56 k
18949 perl-constant noarch 1.31-310.fc22 fedora 24 k
18950 perl-generators noarch 1.06-1.fc22 updates 15 k
18951 perl-libs x86_64 4:5.20.3-328.fc22 updates 748 k
18952 perl-macros x86_64 4:5.20.3-328.fc22 updates 54 k
18953 perl-parent noarch 1:0.231-1.fc22 fedora 17 k
18954 perl-podlators noarch 2.5.3-3.fc22 fedora 118 k
18955 perl-srpm-macros noarch 1-14.fc22 fedora 9.3 k
18956 perl-threads x86_64 1:2.02-1.fc22 updates 57 k
18957 perl-threads-shared x86_64 1.46-310.fc22 fedora 44 k
18958 php-cli x86_64 5.6.16-1.fc22 updates 4.0 M
18959 php-common x86_64 5.6.16-1.fc22 updates 1.1 M
18960 php-doctrine-instantiator noarch 1.0.5-1.fc22 updates 15 k
18961 php-mbstring x86_64 5.6.16-1.fc22 updates 580 k
18962 php-pear noarch 1:1.10.1-1.fc22 updates 352 k
18963 php-pecl-jsonc x86_64 1.3.9-1.fc22 updates 57 k
18964 php-pecl-zip x86_64 1.12.5-1.fc22 updates 248 k
18965 php-phpdocumentor-reflection-docblock
18966 noarch 2.0.4-1.fc22 fedora 29 k
18967 php-phpspec-prophecy noarch 1.4.1-1.fc22 fedora 52 k
18968 php-phpunit-File-Iterator noarch 1.4.0-1.fc22 fedora 16 k
18969 php-phpunit-PHP-CodeCoverage noarch 2.2.4-1.fc22 updates 315 k
18970 php-phpunit-PHP-Invoker noarch 1.1.3-6.fc22 fedora 14 k
18971 php-phpunit-PHP-Timer noarch 1.0.6-1.fc22 updates 13 k
18972 php-phpunit-PHP-TokenStream noarch 1.4.8-1.fc22 updates 21 k
18973 php-phpunit-PHPUnit noarch 4.8.17-1.fc22 updates 135 k
18974 php-phpunit-PHPUnit-MockObject noarch 2.3.8-1.fc22 updates 40 k
18975 php-phpunit-PHPUnit-Selenium noarch 1.4.2-1.fc22 fedora 57 k
18976 php-phpunit-Text-Template noarch 1.2.0-5.fc21 fedora 9.5 k
18977 php-phpunit-Version noarch 1.0.5-1.fc22 fedora 13 k
18978 php-phpunit-comparator noarch 1.2.0-1.fc22 updates 18 k
18979 php-phpunit-diff noarch 1.4.1-1.fc22 updates 17 k
18980 php-phpunit-environment noarch 1.3.2-1.fc22 updates 13 k
18981 php-phpunit-exporter noarch 1.2.0-1.fc22 fedora 14 k
18982 php-process x86_64 5.6.16-1.fc22 updates 87 k
18983 php-sebastian-global-state noarch 1.1.1-1.fc22 updates 14 k
18984 php-sebastian-recursion-context noarch 1.0.2-1.fc22 updates 12 k
18985 php-soap x86_64 5.6.16-1.fc22 updates 242 k
18986 php-symfony-class-loader noarch 2.7.7-2.fc22 updates 27 k
18987 php-symfony-common noarch 2.7.7-2.fc22 updates 104 k
18988 php-symfony-yaml noarch 2.7.7-2.fc22 updates 29 k
18989 php-tidy x86_64 5.6.16-1.fc22 updates 70 k
18990 php-xml x86_64 5.6.16-1.fc22 updates 258 k
18991 psmisc x86_64 22.21-5.fc22 fedora 147 k
18992 python-chardet noarch 2.2.1-2.fc22 fedora 231 k
18993 python-kitchen noarch 1.2.1-2.fc22 fedora 120 k
18994 python3 x86_64 3.4.2-6.fc22 updates 53 k
18995 python3-PyXB noarch 1.2.4-2.fc22 fedora 504 k
18996 python3-cssselect noarch 0.9.1-5.fc22 fedora 63 k
18997 python3-javapackages noarch 4.3.2-6.fc22 fedora 94 k
18998 python3-libs x86_64 3.4.2-6.fc22 updates 6.6 M
18999 python3-lxml x86_64 3.3.6-1.fc22 fedora 886 k
19000 python3-pip noarch 6.0.8-1.fc22 fedora 1.7 M
19001 python3-setuptools noarch 17.1.1-3.fc22 updates 406 k
19002 python3-six noarch 1.9.0-1.fc22 fedora 34 k
19003 redhat-rpm-config noarch 29-1.fc22 updates 58 k
19004 rpm-build x86_64 4.12.0.1-9.fc22 fedora 133 k
19005 rpmdevtools noarch 8.6-1.fc22 fedora 104 k
19006 rsync x86_64 3.1.1-6.fc22 fedora 392 k
19007 screen x86_64 4.3.1-1.fc22 updates 564 k
19008 strace x86_64 4.10-2.fc22 updates 355 k
19009 sudo x86_64 1.8.15-1.fc22 updates 691 k
19010 tar x86_64 2:1.28-6.fc22 updates 939 k
19011 telnet x86_64 1:0.17-60.fc22 fedora 68 k
19012 traceroute x86_64 3:2.0.20-2.fc22 fedora 63 k
19013 ttmkfdir x86_64 3.0.9-44.fc22 fedora 52 k
19014 tzdata-java noarch 2015g-1.fc22 updates 181 k
19015 unzip x86_64 6.0-23.fc22 updates 174 k
19016 vim-common x86_64 2:7.4.827-1.fc22 updates 6.0 M
19017 vim-enhanced x86_64 2:7.4.827-1.fc22 updates 1.1 M
19018 vim-filesystem x86_64 2:7.4.827-1.fc22 updates 22 k
19019 wget x86_64 1.16.3-2.fc22 updates 577 k
19020 which x86_64 2.20-10.fc22 fedora 46 k
19021 xalan-j2 noarch 2.7.1-25.fc22 fedora 1.9 M
19022 xemacs-filesystem noarch 21.5.34-12.20150929hga76c9268bb72.fc22
19023 updates 21 k
19024 xerces-j2 noarch 2.11.0-22.fc22 fedora 1.2 M
19025 xml-commons-apis noarch 1.4.01-18.fc21 fedora 228 k
19026 xml-commons-resolver noarch 1.2-17.fc21 fedora 110 k
19027 xorg-x11-font-utils x86_64 1:7.5-28.fc22 fedora 88 k
19028 xorg-x11-fonts-Type1 noarch 7.5-14.fc22 fedora 522 k
19029 xz x86_64 5.2.0-2.fc22 fedora 146 k
19030 yum-utils noarch 1.1.31-508.fc22 updates 117 k
19031 zip x86_64 3.0-14.fc22 updates 267 k
19032
19033Transaction Summary
19034================================================================================
19035Install 192 Packages
19036
19037Total download size: 129 M
19038Installed size: 436 M
19039Downloading Packages:
19040--------------------------------------------------------------------------------
19041Total 65 MB/s | 129 MB 00:01
19042Running transaction check
19043Transaction check succeeded.
19044Running transaction test
19045Transaction test succeeded.
19046Running transaction
19047warning: Unable to get systemd shutdown inhibition lock
19048 Installing : php-pecl-jsonc-1.3.9-1.fc22.x86_64 1/192
19049 Installing : php-common-5.6.16-1.fc22.x86_64 2/192
19050 Installing : python3-libs-3.4.2-6.fc22.x86_64 3/192
19051 Installing : python3-pip-6.0.8-1.fc22.noarch 4/192
19052 Installing : python3-setuptools-17.1.1-3.fc22.noarch 5/192
19053 Installing : python3-3.4.2-6.fc22.x86_64 6/192
19054 Installing : php-phpunit-Text-Template-1.2.0-5.fc21.noarch 7/192
19055 Installing : php-doctrine-instantiator-1.0.5-1.fc22.noarch 8/192
19056 Installing : fipscheck-1.4.1-7.fc22.x86_64 9/192
19057 Installing : fipscheck-lib-1.4.1-7.fc22.x86_64 10/192
19058 Installing : groff-base-1.22.3-3.fc22.x86_64 11/192
19059 Installing : php-mbstring-5.6.16-1.fc22.x86_64 12/192
19060 Installing : php-phpunit-File-Iterator-1.4.0-1.fc22.noarch 13/192
19061 Installing : php-phpunit-PHP-Timer-1.0.6-1.fc22.noarch 14/192
19062 Installing : php-phpunit-environment-1.3.2-1.fc22.noarch 15/192
19063 Installing : php-phpunit-diff-1.4.1-1.fc22.noarch 16/192
19064 Installing : php-sebastian-recursion-context-1.0.2-1.fc22.noarch 17/192
19065 Installing : php-phpunit-exporter-1.2.0-1.fc22.noarch 18/192
19066 Installing : php-symfony-class-loader-2.7.7-2.fc22.noarch 19/192
19067 Installing : php-symfony-common-2.7.7-2.fc22.noarch 20/192
19068 Installing : cronie-1.4.12-5.fc22.x86_64 21/192
19069 Installing : crontabs-1.11-9.20130830git.fc22.noarch 22/192
19070 Installing : cronie-anacron-1.4.12-5.fc22.x86_64 23/192
19071 Installing : fontpackages-filesystem-1.44-12.fc22.noarch 24/192
19072 Installing : libpng-2:1.6.19-1.fc22.x86_64 25/192
19073 Installing : freetype-2.5.5-2.fc22.x86_64 26/192
19074 Installing : libfontenc-1.1.2-3.fc22.x86_64 27/192
19075 Installing : libICE-1.0.9-2.fc22.x86_64 28/192
19076 Installing : libjpeg-turbo-1.4.0-2.fc22.x86_64 29/192
19077 Installing : unzip-6.0-23.fc22.x86_64 30/192
19078 Installing : libedit-3.1-12.20150325cvs.fc22.x86_64 31/192
19079 Installing : php-cli-5.6.16-1.fc22.x86_64 32/192
19080 Installing : tar-2:1.28-6.fc22.x86_64 33/192
19081 Installing : binutils-2.25-9.fc22.x86_64 34/192
19082 Installing : file-5.22-3.fc22.x86_64 35/192
19083 Installing : bind-license-32:9.10.3-7.P2.fc22.noarch 36/192
19084 Installing : libxslt-1.1.28-8.fc22.x86_64 37/192
19085 Installing : php-xml-5.6.16-1.fc22.x86_64 38/192
19086 Installing : php-phpunit-comparator-1.2.0-1.fc22.noarch 39/192
19087 Installing : findutils-1:4.5.14-3.fc22.x86_64 40/192
19088 Installing : php-phpunit-PHP-Invoker-1.1.3-6.fc22.noarch 41/192
19089 Installing : zip-3.0-14.fc22.x86_64 42/192
19090 Installing : libSM-1.2.2-2.fc22.x86_64 43/192
19091 Installing : libXfont-1.5.1-3.fc22.x86_64 44/192
19092 Installing : xorg-x11-font-utils-1:7.5-28.fc22.x86_64 45/192
19093 Installing : ttmkfdir-3.0.9-44.fc22.x86_64 46/192
19094 Installing : aajohan-comfortaa-fonts-2.004-4.fc22.noarch 47/192
19095 Installing : fontconfig-2.11.94-4.fc22.x86_64 48/192
19096 Installing : xorg-x11-fonts-Type1-7.5-14.fc22.noarch 49/192
19097 Installing : php-symfony-yaml-2.7.7-2.fc22.noarch 50/192
19098 Installing : perl-Term-ANSIColor-4.03-3.fc22.noarch 51/192
19099 Installing : perl-HTTP-Tiny-0.056-1.fc22.noarch 52/192
19100 Installing : perl-Pod-Perldoc-3.25-1.fc22.noarch 53/192
19101 Installing : perl-podlators-2.5.3-3.fc22.noarch 54/192
19102 Installing : perl-Text-ParseWords-3.30-1.fc22.noarch 55/192
19103 Installing : perl-Encode-2:2.78-1.fc22.x86_64 56/192
19104 Installing : perl-Pod-Usage-4:1.67-1.fc22.noarch 57/192
19105 Installing : perl-Pod-Escapes-1:1.06-328.fc22.noarch 58/192
19106 Installing : perl-parent-1:0.231-1.fc22.noarch 59/192
19107 Installing : perl-libs-4:5.20.3-328.fc22.x86_64 60/192
19108 Installing : perl-constant-1.31-310.fc22.noarch 61/192
19109 Installing : perl-Time-Local-1.2300-310.fc22.noarch 62/192
19110 Installing : perl-Storable-1:2.51-4.fc22.x86_64 63/192
19111 Installing : perl-Carp-1.38-1.fc22.noarch 64/192
19112 Installing : perl-File-Temp-0.23.04-310.fc22.noarch 65/192
19113 Installing : perl-File-Path-2.09-311.fc22.noarch 66/192
19114 Installing : perl-PathTools-3.47-311.fc22.x86_64 67/192
19115 Installing : perl-Scalar-List-Utils-1:1.42-1.fc22.x86_64 68/192
19116 Installing : perl-Socket-2:2.021-1.fc22.x86_64 69/192
19117 Installing : perl-Time-HiRes-1.9728-1.fc22.x86_64 70/192
19118 Installing : perl-macros-4:5.20.3-328.fc22.x86_64 71/192
19119 Installing : perl-threads-shared-1.46-310.fc22.x86_64 72/192
19120 Installing : perl-threads-1:2.02-1.fc22.x86_64 73/192
19121 Installing : perl-Getopt-Long-2.48-1.fc22.noarch 74/192
19122 Installing : perl-Pod-Simple-1:3.29-1.fc22.noarch 75/192
19123 Installing : perl-Exporter-5.70-311.fc22.noarch 76/192
19124 Installing : perl-4:5.20.3-328.fc22.x86_64 77/192
19125 Installing : perl-Error-1:0.17023-1.fc22.noarch 78/192
19126 Installing : perl-TimeDate-1:2.30-5.fc22.noarch 79/192
19127 Installing : perl-Digest-1.17-310.fc22.noarch 80/192
19128 Installing : perl-Digest-MD5-2.54-2.fc22.x86_64 81/192
19129 Installing : perl-MD5-2.03-19.fc22.noarch 82/192
19130 Installing : perl-TermReadKey-2.32-5.fc22.x86_64 83/192
19131 Installing : build-mkbaselibs-20151105-214.1.noarch 84/192
19132 Installing : perl-generators-1.06-1.fc22.noarch 85/192
19133 Installing : openssh-6.9p1-9.fc22.x86_64 86/192
19134 Installing : openssh-clients-6.9p1-9.fc22.x86_64 87/192
19135 Installing : python3-six-1.9.0-1.fc22.noarch 88/192
19136 Installing : python3-PyXB-1.2.4-2.fc22.noarch 89/192
19137 Installing : python3-cssselect-0.9.1-5.fc22.noarch 90/192
19138 Installing : python3-lxml-3.3.6-1.fc22.x86_64 91/192
19139 Installing : python3-javapackages-4.3.2-6.fc22.noarch 92/192
19140 Installing : php-phpdocumentor-reflection-docblock-2.0.4-1.fc22.no 93/192
19141 Installing : php-phpspec-prophecy-1.4.1-1.fc22.noarch 94/192
19142 Installing : php-soap-5.6.16-1.fc22.x86_64 95/192
19143 Installing : php-phpunit-PHPUnit-MockObject-2.3.8-1.fc22.noarch 96/192
19144 Installing : php-sebastian-global-state-1.1.1-1.fc22.noarch 97/192
19145 Installing : php-phpunit-PHP-TokenStream-1.4.8-1.fc22.noarch 98/192
19146 Installing : php-process-5.6.16-1.fc22.x86_64 99/192
19147 Installing : libtool-ltdl-2.4.2-35.fc22.x86_64 100/192
19148 Installing : libbabeltrace-1.2.4-2.fc22.x86_64 101/192
19149 Installing : libunistring-0.9.4-1.fc22.x86_64 102/192
19150 Installing : alsa-lib-1.0.29-1.fc22.x86_64 103/192
19151 Installing : tzdata-java-2015g-1.fc22.noarch 104/192
19152 Installing : lksctp-tools-1.0.16-3.fc22.x86_64 105/192
19153 Installing : java-1.8.0-openjdk-headless-1:1.8.0.65-3.b17.fc22.x86 106/192
19154 Installing : javapackages-tools-4.3.2-6.fc22.noarch 107/192
19155 Installing : xml-commons-apis-1.4.01-18.fc21.noarch 108/192
19156 Installing : xml-commons-resolver-1.2-17.fc21.noarch 109/192
19157 Installing : xalan-j2-2.7.1-25.fc22.noarch 110/192
19158 Installing : xerces-j2-2.11.0-22.fc22.noarch 111/192
19159 Installing : libpipeline-1.4.0-1.fc22.x86_64 112/192
19160 Installing : less-481-1.fc22.x86_64 113/192
19161 Installing : man-db-2.7.1-9.fc22.x86_64 114/192
19162 Installing : httpd-filesystem-2.4.17-1.fc22.noarch 115/192
19163 Installing : php-pear-1:1.10.1-1.fc22.noarch 116/192
19164 Installing : GeoIP-GeoLite-data-2015.12-1.fc22.noarch 117/192
19165 Installing : GeoIP-1.6.5-1.fc22.x86_64 118/192
19166 Installing : bind-libs-32:9.10.3-7.P2.fc22.x86_64 119/192
19167 Installing : bind-libs-lite-32:9.10.3-7.P2.fc22.x86_64 120/192
19168 Installing : libXau-1.0.8-4.fc22.x86_64 121/192
19169 Installing : libxcb-1.11-8.fc22.x86_64 122/192
19170 Installing : libtidy-0.99.0-33.20091203.fc22.x86_64 123/192
19171 Installing : php-tidy-5.6.16-1.fc22.x86_64 124/192
19172 Installing : libzip-0.11.2-5.fc22.x86_64 125/192
19173 Installing : php-pecl-zip-1.12.5-1.fc22.x86_64 126/192
19174 Installing : go-srpm-macros-1-2.fc22.noarch 127/192
19175 Installing : perl-srpm-macros-1-14.fc22.noarch 128/192
19176 Installing : ocaml-srpm-macros-2-2.fc22.noarch 129/192
19177 Installing : gnat-srpm-macros-1-1.fc22.noarch 130/192
19178 Installing : ghc-srpm-macros-1.4.2-1.fc22.noarch 131/192
19179 Installing : dwz-0.11-4.fc22.x86_64 132/192
19180 Installing : redhat-rpm-config-29-1.fc22.noarch 133/192
19181 Installing : libatomic_ops-7.4.2-4.fc22.x86_64 134/192
19182 Installing : gc-7.4.2-2.fc22.x86_64 135/192
19183 Installing : guile-5:2.0.11-7.fc22.x86_64 136/192
19184 Installing : gdb-7.9.1-20.fc22.x86_64 137/192
19185 Installing : xemacs-filesystem-21.5.34-12.20150929hga76c9268bb72.f 138/192
19186 Installing : fakeroot-libs-1.20.2-1.fc22.x86_64 139/192
19187 Installing : fakeroot-1.20.2-1.fc22.x86_64 140/192
19188 Installing : emacs-filesystem-1:24.5-6.fc22.noarch 141/192
19189 Installing : libX11-common-1.6.3-1.fc22.noarch 142/192
19190 Installing : libX11-1.6.3-1.fc22.x86_64 143/192
19191 Installing : libXext-1.3.3-2.fc22.x86_64 144/192
19192 Installing : libXi-1.7.4-2.fc22.x86_64 145/192
19193 Installing : libXtst-1.2.2-4.fc22.x86_64 146/192
19194 Installing : giflib-4.1.6-12.fc22.x86_64 147/192
19195 Installing : libXrender-0.9.9-1.fc22.x86_64 148/192
19196 Installing : java-1.8.0-openjdk-1:1.8.0.65-3.b17.fc22.x86_64 149/192
19197 Installing : java-1.8.0-openjdk-devel-1:1.8.0.65-3.b17.fc22.x86_64 150/192
19198 Installing : libicu-54.1-4.fc22.x86_64 151/192
19199 Installing : libpsl-0.7.0-5.fc22.x86_64 152/192
19200 Installing : libpcap-14:1.7.3-1.fc22.x86_64 153/192
19201 Installing : vim-filesystem-2:7.4.827-1.fc22.x86_64 154/192
19202 Installing : vim-common-2:7.4.827-1.fc22.x86_64 155/192
19203 Installing : m2crypto-0.22.5-2.fc22.x86_64 156/192
19204 Installing : xz-5.2.0-2.fc22.x86_64 157/192
19205 Installing : patch-2.7.5-1.fc22.x86_64 158/192
19206 Installing : elfutils-0.161-6.fc22.x86_64 159/192
19207 Installing : bzip2-1.0.6-14.fc22.x86_64 160/192
19208 Installing : rpm-build-4.12.0.1-9.fc22.x86_64 161/192
19209 Installing : python-chardet-2.2.1-2.fc22.noarch 162/192
19210 Installing : python-kitchen-1.2.1-2.fc22.noarch 163/192
19211 Installing : which-2.20-10.fc22.x86_64 164/192
19212 Installing : gpm-libs-1.20.7-6.fc22.x86_64 165/192
19213 Installing : rsync-3.1.1-6.fc22.x86_64 166/192
19214 Installing : libgnome-keyring-3.12.0-4.fc22.x86_64 167/192
19215 Installing : git-2.4.3-7.fc22.x86_64 168/192
19216 Installing : perl-Git-2.4.3-7.fc22.noarch 169/192
19217 Installing : php-phpunit-Version-1.0.5-1.fc22.noarch 170/192
19218 Installing : php-phpunit-PHP-CodeCoverage-2.2.4-1.fc22.noarch 171/192
19219 Installing : php-phpunit-PHPUnit-4.8.17-1.fc22.noarch 172/192
19220 Installing : php-phpunit-PHPUnit-Selenium-1.4.2-1.fc22.noarch 173/192
19221 Installing : vim-enhanced-2:7.4.827-1.fc22.x86_64 174/192
19222 Installing : yum-utils-1.1.31-508.fc22.noarch 175/192
19223 Installing : rpmdevtools-8.6-1.fc22.noarch 176/192
19224 Installing : osc-0.152.0-173.2.x86_64 177/192
19225 Installing : nmap-ncat-2:7.00-1.fc22.x86_64 178/192
19226 Installing : wget-1.16.3-2.fc22.x86_64 179/192
19227 Installing : ant-1.9.4-7.fc22.noarch 180/192
19228 Installing : bind-utils-32:9.10.3-7.P2.fc22.x86_64 181/192
19229 Installing : build-20151105-214.1.noarch 182/192
19230 Installing : perl-Data-Dumper-2.154-1.fc22.x86_64 183/192
19231 Installing : sudo-1.8.15-1.fc22.x86_64 184/192
19232 Installing : strace-4.10-2.fc22.x86_64 185/192
19233 Installing : screen-4.3.1-1.fc22.x86_64 186/192
19234 Installing : traceroute-3:2.0.20-2.fc22.x86_64 187/192
19235 Installing : telnet-1:0.17-60.fc22.x86_64 188/192
19236 Installing : psmisc-22.21-5.fc22.x86_64 189/192
19237 Installing : openldap-clients-2.4.40-12.fc22.x86_64 190/192
19238 Installing : net-tools-2.0-0.31.20141124git.fc22.x86_64 191/192
19239 Installing : lsof-4.88-2.fc22.x86_64 192/192
19240 Verifying : ant-1.9.4-7.fc22.noarch 1/192
19241 Verifying : lsof-4.88-2.fc22.x86_64 2/192
19242 Verifying : net-tools-2.0-0.31.20141124git.fc22.x86_64 3/192
19243 Verifying : openldap-clients-2.4.40-12.fc22.x86_64 4/192
19244 Verifying : perl-Data-Dumper-2.154-1.fc22.x86_64 5/192
19245 Verifying : perl-Digest-MD5-2.54-2.fc22.x86_64 6/192
19246 Verifying : perl-TimeDate-1:2.30-5.fc22.noarch 7/192
19247 Verifying : php-phpunit-PHPUnit-Selenium-1.4.2-1.fc22.noarch 8/192
19248 Verifying : psmisc-22.21-5.fc22.x86_64 9/192
19249 Verifying : rpmdevtools-8.6-1.fc22.noarch 10/192
19250 Verifying : telnet-1:0.17-60.fc22.x86_64 11/192
19251 Verifying : traceroute-3:2.0.20-2.fc22.x86_64 12/192
19252 Verifying : javapackages-tools-4.3.2-6.fc22.noarch 13/192
19253 Verifying : xerces-j2-2.11.0-22.fc22.noarch 14/192
19254 Verifying : xml-commons-apis-1.4.01-18.fc21.noarch 15/192
19255 Verifying : perl-Exporter-5.70-311.fc22.noarch 16/192
19256 Verifying : perl-constant-1.31-310.fc22.noarch 17/192
19257 Verifying : perl-Digest-1.17-310.fc22.noarch 18/192
19258 Verifying : perl-Time-Local-1.2300-310.fc22.noarch 19/192
19259 Verifying : findutils-1:4.5.14-3.fc22.x86_64 20/192
19260 Verifying : perl-File-Temp-0.23.04-310.fc22.noarch 21/192
19261 Verifying : perl-PathTools-3.47-311.fc22.x86_64 22/192
19262 Verifying : python3-javapackages-4.3.2-6.fc22.noarch 23/192
19263 Verifying : xalan-j2-2.7.1-25.fc22.noarch 24/192
19264 Verifying : xml-commons-resolver-1.2-17.fc21.noarch 25/192
19265 Verifying : perl-File-Path-2.09-311.fc22.noarch 26/192
19266 Verifying : perl-parent-1:0.231-1.fc22.noarch 27/192
19267 Verifying : python3-PyXB-1.2.4-2.fc22.noarch 28/192
19268 Verifying : python3-lxml-3.3.6-1.fc22.x86_64 29/192
19269 Verifying : python3-six-1.9.0-1.fc22.noarch 30/192
19270 Verifying : libxslt-1.1.28-8.fc22.x86_64 31/192
19271 Verifying : python3-cssselect-0.9.1-5.fc22.noarch 32/192
19272 Verifying : bind-utils-32:9.10.3-7.P2.fc22.x86_64 33/192
19273 Verifying : GeoIP-1.6.5-1.fc22.x86_64 34/192
19274 Verifying : bind-libs-32:9.10.3-7.P2.fc22.x86_64 35/192
19275 Verifying : bind-libs-lite-32:9.10.3-7.P2.fc22.x86_64 36/192
19276 Verifying : bind-license-32:9.10.3-7.P2.fc22.noarch 37/192
19277 Verifying : build-20151105-214.1.noarch 38/192
19278 Verifying : perl-MD5-2.03-19.fc22.noarch 39/192
19279 Verifying : git-2.4.3-7.fc22.x86_64 40/192
19280 Verifying : libgnome-keyring-3.12.0-4.fc22.x86_64 41/192
19281 Verifying : perl-Error-1:0.17023-1.fc22.noarch 42/192
19282 Verifying : perl-TermReadKey-2.32-5.fc22.x86_64 43/192
19283 Verifying : rsync-3.1.1-6.fc22.x86_64 44/192
19284 Verifying : perl-Git-2.4.3-7.fc22.noarch 45/192
19285 Verifying : perl-4:5.20.3-328.fc22.x86_64 46/192
19286 Verifying : perl-Pod-Simple-1:3.29-1.fc22.noarch 47/192
19287 Verifying : perl-Storable-1:2.51-4.fc22.x86_64 48/192
19288 Verifying : perl-threads-shared-1.46-310.fc22.x86_64 49/192
19289 Verifying : nmap-ncat-2:7.00-1.fc22.x86_64 50/192
19290 Verifying : osc-0.152.0-173.2.x86_64 51/192
19291 Verifying : screen-4.3.1-1.fc22.x86_64 52/192
19292 Verifying : strace-4.10-2.fc22.x86_64 53/192
19293 Verifying : sudo-1.8.15-1.fc22.x86_64 54/192
19294 Verifying : vim-enhanced-2:7.4.827-1.fc22.x86_64 55/192
19295 Verifying : gpm-libs-1.20.7-6.fc22.x86_64 56/192
19296 Verifying : which-2.20-10.fc22.x86_64 57/192
19297 Verifying : vim-common-2:7.4.827-1.fc22.x86_64 58/192
19298 Verifying : wget-1.16.3-2.fc22.x86_64 59/192
19299 Verifying : yum-utils-1.1.31-508.fc22.noarch 60/192
19300 Verifying : python-kitchen-1.2.1-2.fc22.noarch 61/192
19301 Verifying : python-chardet-2.2.1-2.fc22.noarch 62/192
19302 Verifying : file-5.22-3.fc22.x86_64 63/192
19303 Verifying : rpm-build-4.12.0.1-9.fc22.x86_64 64/192
19304 Verifying : bzip2-1.0.6-14.fc22.x86_64 65/192
19305 Verifying : elfutils-0.161-6.fc22.x86_64 66/192
19306 Verifying : patch-2.7.5-1.fc22.x86_64 67/192
19307 Verifying : xz-5.2.0-2.fc22.x86_64 68/192
19308 Verifying : m2crypto-0.22.5-2.fc22.x86_64 69/192
19309 Verifying : binutils-2.25-9.fc22.x86_64 70/192
19310 Verifying : tar-2:1.28-6.fc22.x86_64 71/192
19311 Verifying : build-mkbaselibs-20151105-214.1.noarch 72/192
19312 Verifying : libpsl-0.7.0-5.fc22.x86_64 73/192
19313 Verifying : perl-libs-4:5.20.3-328.fc22.x86_64 74/192
19314 Verifying : vim-filesystem-2:7.4.827-1.fc22.x86_64 75/192
19315 Verifying : perl-Carp-1.38-1.fc22.noarch 76/192
19316 Verifying : perl-Getopt-Long-2.48-1.fc22.noarch 77/192
19317 Verifying : perl-Pod-Usage-4:1.67-1.fc22.noarch 78/192
19318 Verifying : perl-Text-ParseWords-3.30-1.fc22.noarch 79/192
19319 Verifying : perl-Pod-Perldoc-3.25-1.fc22.noarch 80/192
19320 Verifying : perl-podlators-2.5.3-3.fc22.noarch 81/192
19321 Verifying : groff-base-1.22.3-3.fc22.x86_64 82/192
19322 Verifying : perl-Term-ANSIColor-4.03-3.fc22.noarch 83/192
19323 Verifying : perl-Scalar-List-Utils-1:1.42-1.fc22.x86_64 84/192
19324 Verifying : perl-Socket-2:2.021-1.fc22.x86_64 85/192
19325 Verifying : perl-Time-HiRes-1.9728-1.fc22.x86_64 86/192
19326 Verifying : perl-macros-4:5.20.3-328.fc22.x86_64 87/192
19327 Verifying : perl-threads-1:2.02-1.fc22.x86_64 88/192
19328 Verifying : libpcap-14:1.7.3-1.fc22.x86_64 89/192
19329 Verifying : libicu-54.1-4.fc22.x86_64 90/192
19330 Verifying : less-481-1.fc22.x86_64 91/192
19331 Verifying : openssh-clients-6.9p1-9.fc22.x86_64 92/192
19332 Verifying : fipscheck-lib-1.4.1-7.fc22.x86_64 93/192
19333 Verifying : libedit-3.1-12.20150325cvs.fc22.x86_64 94/192
19334 Verifying : openssh-6.9p1-9.fc22.x86_64 95/192
19335 Verifying : fipscheck-1.4.1-7.fc22.x86_64 96/192
19336 Verifying : python3-3.4.2-6.fc22.x86_64 97/192
19337 Verifying : python3-pip-6.0.8-1.fc22.noarch 98/192
19338 Verifying : python3-libs-3.4.2-6.fc22.x86_64 99/192
19339 Verifying : java-1.8.0-openjdk-headless-1:1.8.0.65-3.b17.fc22.x86 100/192
19340 Verifying : java-1.8.0-openjdk-devel-1:1.8.0.65-3.b17.fc22.x86_64 101/192
19341 Verifying : libX11-1.6.3-1.fc22.x86_64 102/192
19342 Verifying : libX11-common-1.6.3-1.fc22.noarch 103/192
19343 Verifying : emacs-filesystem-1:24.5-6.fc22.noarch 104/192
19344 Verifying : fakeroot-1.20.2-1.fc22.x86_64 105/192
19345 Verifying : fakeroot-libs-1.20.2-1.fc22.x86_64 106/192
19346 Verifying : xemacs-filesystem-21.5.34-12.20150929hga76c9268bb72.f 107/192
19347 Verifying : gdb-7.9.1-20.fc22.x86_64 108/192
19348 Verifying : gc-7.4.2-2.fc22.x86_64 109/192
19349 Verifying : libatomic_ops-7.4.2-4.fc22.x86_64 110/192
19350 Verifying : perl-generators-1.06-1.fc22.noarch 111/192
19351 Verifying : redhat-rpm-config-29-1.fc22.noarch 112/192
19352 Verifying : dwz-0.11-4.fc22.x86_64 113/192
19353 Verifying : ghc-srpm-macros-1.4.2-1.fc22.noarch 114/192
19354 Verifying : gnat-srpm-macros-1-1.fc22.noarch 115/192
19355 Verifying : ocaml-srpm-macros-2-2.fc22.noarch 116/192
19356 Verifying : perl-srpm-macros-1-14.fc22.noarch 117/192
19357 Verifying : go-srpm-macros-1-2.fc22.noarch 118/192
19358 Verifying : unzip-6.0-23.fc22.x86_64 119/192
19359 Verifying : python3-setuptools-17.1.1-3.fc22.noarch 120/192
19360 Verifying : php-common-5.6.16-1.fc22.x86_64 121/192
19361 Verifying : php-xml-5.6.16-1.fc22.x86_64 122/192
19362 Verifying : php-pecl-jsonc-1.3.9-1.fc22.x86_64 123/192
19363 Verifying : php-pecl-zip-1.12.5-1.fc22.x86_64 124/192
19364 Verifying : libzip-0.11.2-5.fc22.x86_64 125/192
19365 Verifying : php-phpunit-PHPUnit-4.8.17-1.fc22.noarch 126/192
19366 Verifying : php-mbstring-5.6.16-1.fc22.x86_64 127/192
19367 Verifying : php-phpspec-prophecy-1.4.1-1.fc22.noarch 128/192
19368 Verifying : php-phpunit-File-Iterator-1.4.0-1.fc22.noarch 129/192
19369 Verifying : php-phpunit-PHP-Invoker-1.1.3-6.fc22.noarch 130/192
19370 Verifying : php-phpunit-Text-Template-1.2.0-5.fc21.noarch 131/192
19371 Verifying : php-phpunit-Version-1.0.5-1.fc22.noarch 132/192
19372 Verifying : php-phpunit-exporter-1.2.0-1.fc22.noarch 133/192
19373 Verifying : php-tidy-5.6.16-1.fc22.x86_64 134/192
19374 Verifying : php-phpunit-PHP-CodeCoverage-2.2.4-1.fc22.noarch 135/192
19375 Verifying : php-phpunit-PHP-Timer-1.0.6-1.fc22.noarch 136/192
19376 Verifying : php-phpunit-environment-1.3.2-1.fc22.noarch 137/192
19377 Verifying : php-phpdocumentor-reflection-docblock-2.0.4-1.fc22.no 138/192
19378 Verifying : libtidy-0.99.0-33.20091203.fc22.x86_64 139/192
19379 Verifying : php-phpunit-comparator-1.2.0-1.fc22.noarch 140/192
19380 Verifying : php-cli-5.6.16-1.fc22.x86_64 141/192
19381 Verifying : php-doctrine-instantiator-1.0.5-1.fc22.noarch 142/192
19382 Verifying : perl-Encode-2:2.78-1.fc22.x86_64 143/192
19383 Verifying : perl-Pod-Escapes-1:1.06-328.fc22.noarch 144/192
19384 Verifying : perl-HTTP-Tiny-0.056-1.fc22.noarch 145/192
19385 Verifying : libxcb-1.11-8.fc22.x86_64 146/192
19386 Verifying : libXau-1.0.8-4.fc22.x86_64 147/192
19387 Verifying : GeoIP-GeoLite-data-2015.12-1.fc22.noarch 148/192
19388 Verifying : zip-3.0-14.fc22.x86_64 149/192
19389 Verifying : php-phpunit-diff-1.4.1-1.fc22.noarch 150/192
19390 Verifying : php-phpunit-PHPUnit-MockObject-2.3.8-1.fc22.noarch 151/192
19391 Verifying : php-soap-5.6.16-1.fc22.x86_64 152/192
19392 Verifying : php-sebastian-global-state-1.1.1-1.fc22.noarch 153/192
19393 Verifying : php-sebastian-recursion-context-1.0.2-1.fc22.noarch 154/192
19394 Verifying : php-symfony-class-loader-2.7.7-2.fc22.noarch 155/192
19395 Verifying : php-symfony-common-2.7.7-2.fc22.noarch 156/192
19396 Verifying : php-symfony-yaml-2.7.7-2.fc22.noarch 157/192
19397 Verifying : php-phpunit-PHP-TokenStream-1.4.8-1.fc22.noarch 158/192
19398 Verifying : php-pear-1:1.10.1-1.fc22.noarch 159/192
19399 Verifying : php-process-5.6.16-1.fc22.x86_64 160/192
19400 Verifying : httpd-filesystem-2.4.17-1.fc22.noarch 161/192
19401 Verifying : man-db-2.7.1-9.fc22.x86_64 162/192
19402 Verifying : crontabs-1.11-9.20130830git.fc22.noarch 163/192
19403 Verifying : libpipeline-1.4.0-1.fc22.x86_64 164/192
19404 Verifying : cronie-1.4.12-5.fc22.x86_64 165/192
19405 Verifying : freetype-2.5.5-2.fc22.x86_64 166/192
19406 Verifying : libjpeg-turbo-1.4.0-2.fc22.x86_64 167/192
19407 Verifying : lksctp-tools-1.0.16-3.fc22.x86_64 168/192
19408 Verifying : tzdata-java-2015g-1.fc22.noarch 169/192
19409 Verifying : java-1.8.0-openjdk-1:1.8.0.65-3.b17.fc22.x86_64 170/192
19410 Verifying : alsa-lib-1.0.29-1.fc22.x86_64 171/192
19411 Verifying : giflib-4.1.6-12.fc22.x86_64 172/192
19412 Verifying : libXext-1.3.3-2.fc22.x86_64 173/192
19413 Verifying : libXi-1.7.4-2.fc22.x86_64 174/192
19414 Verifying : libXrender-0.9.9-1.fc22.x86_64 175/192
19415 Verifying : libXtst-1.2.2-4.fc22.x86_64 176/192
19416 Verifying : xorg-x11-fonts-Type1-7.5-14.fc22.noarch 177/192
19417 Verifying : libICE-1.0.9-2.fc22.x86_64 178/192
19418 Verifying : libSM-1.2.2-2.fc22.x86_64 179/192
19419 Verifying : ttmkfdir-3.0.9-44.fc22.x86_64 180/192
19420 Verifying : xorg-x11-font-utils-1:7.5-28.fc22.x86_64 181/192
19421 Verifying : libfontenc-1.1.2-3.fc22.x86_64 182/192
19422 Verifying : fontconfig-2.11.94-4.fc22.x86_64 183/192
19423 Verifying : libpng-2:1.6.19-1.fc22.x86_64 184/192
19424 Verifying : guile-5:2.0.11-7.fc22.x86_64 185/192
19425 Verifying : libunistring-0.9.4-1.fc22.x86_64 186/192
19426 Verifying : libbabeltrace-1.2.4-2.fc22.x86_64 187/192
19427 Verifying : aajohan-comfortaa-fonts-2.004-4.fc22.noarch 188/192
19428 Verifying : fontpackages-filesystem-1.44-12.fc22.noarch 189/192
19429 Verifying : libXfont-1.5.1-3.fc22.x86_64 190/192
19430 Verifying : cronie-anacron-1.4.12-5.fc22.x86_64 191/192
19431 Verifying : libtool-ltdl-2.4.2-35.fc22.x86_64 192/192
19432
19433Installed:
19434 GeoIP.x86_64 1.6.5-1.fc22
19435 GeoIP-GeoLite-data.noarch 2015.12-1.fc22
19436 aajohan-comfortaa-fonts.noarch 2.004-4.fc22
19437 alsa-lib.x86_64 1.0.29-1.fc22
19438 ant.noarch 1.9.4-7.fc22
19439 bind-libs.x86_64 32:9.10.3-7.P2.fc22
19440 bind-libs-lite.x86_64 32:9.10.3-7.P2.fc22
19441 bind-license.noarch 32:9.10.3-7.P2.fc22
19442 bind-utils.x86_64 32:9.10.3-7.P2.fc22
19443 binutils.x86_64 2.25-9.fc22
19444 build.noarch 20151105-214.1
19445 build-mkbaselibs.noarch 20151105-214.1
19446 bzip2.x86_64 1.0.6-14.fc22
19447 cronie.x86_64 1.4.12-5.fc22
19448 cronie-anacron.x86_64 1.4.12-5.fc22
19449 crontabs.noarch 1.11-9.20130830git.fc22
19450 dwz.x86_64 0.11-4.fc22
19451 elfutils.x86_64 0.161-6.fc22
19452 emacs-filesystem.noarch 1:24.5-6.fc22
19453 fakeroot.x86_64 1.20.2-1.fc22
19454 fakeroot-libs.x86_64 1.20.2-1.fc22
19455 file.x86_64 5.22-3.fc22
19456 findutils.x86_64 1:4.5.14-3.fc22
19457 fipscheck.x86_64 1.4.1-7.fc22
19458 fipscheck-lib.x86_64 1.4.1-7.fc22
19459 fontconfig.x86_64 2.11.94-4.fc22
19460 fontpackages-filesystem.noarch 1.44-12.fc22
19461 freetype.x86_64 2.5.5-2.fc22
19462 gc.x86_64 7.4.2-2.fc22
19463 gdb.x86_64 7.9.1-20.fc22
19464 ghc-srpm-macros.noarch 1.4.2-1.fc22
19465 giflib.x86_64 4.1.6-12.fc22
19466 git.x86_64 2.4.3-7.fc22
19467 gnat-srpm-macros.noarch 1-1.fc22
19468 go-srpm-macros.noarch 1-2.fc22
19469 gpm-libs.x86_64 1.20.7-6.fc22
19470 groff-base.x86_64 1.22.3-3.fc22
19471 guile.x86_64 5:2.0.11-7.fc22
19472 httpd-filesystem.noarch 2.4.17-1.fc22
19473 java-1.8.0-openjdk.x86_64 1:1.8.0.65-3.b17.fc22
19474 java-1.8.0-openjdk-devel.x86_64 1:1.8.0.65-3.b17.fc22
19475 java-1.8.0-openjdk-headless.x86_64 1:1.8.0.65-3.b17.fc22
19476 javapackages-tools.noarch 4.3.2-6.fc22
19477 less.x86_64 481-1.fc22
19478 libICE.x86_64 1.0.9-2.fc22
19479 libSM.x86_64 1.2.2-2.fc22
19480 libX11.x86_64 1.6.3-1.fc22
19481 libX11-common.noarch 1.6.3-1.fc22
19482 libXau.x86_64 1.0.8-4.fc22
19483 libXext.x86_64 1.3.3-2.fc22
19484 libXfont.x86_64 1.5.1-3.fc22
19485 libXi.x86_64 1.7.4-2.fc22
19486 libXrender.x86_64 0.9.9-1.fc22
19487 libXtst.x86_64 1.2.2-4.fc22
19488 libatomic_ops.x86_64 7.4.2-4.fc22
19489 libbabeltrace.x86_64 1.2.4-2.fc22
19490 libedit.x86_64 3.1-12.20150325cvs.fc22
19491 libfontenc.x86_64 1.1.2-3.fc22
19492 libgnome-keyring.x86_64 3.12.0-4.fc22
19493 libicu.x86_64 54.1-4.fc22
19494 libjpeg-turbo.x86_64 1.4.0-2.fc22
19495 libpcap.x86_64 14:1.7.3-1.fc22
19496 libpipeline.x86_64 1.4.0-1.fc22
19497 libpng.x86_64 2:1.6.19-1.fc22
19498 libpsl.x86_64 0.7.0-5.fc22
19499 libtidy.x86_64 0.99.0-33.20091203.fc22
19500 libtool-ltdl.x86_64 2.4.2-35.fc22
19501 libunistring.x86_64 0.9.4-1.fc22
19502 libxcb.x86_64 1.11-8.fc22
19503 libxslt.x86_64 1.1.28-8.fc22
19504 libzip.x86_64 0.11.2-5.fc22
19505 lksctp-tools.x86_64 1.0.16-3.fc22
19506 lsof.x86_64 4.88-2.fc22
19507 m2crypto.x86_64 0.22.5-2.fc22
19508 man-db.x86_64 2.7.1-9.fc22
19509 net-tools.x86_64 2.0-0.31.20141124git.fc22
19510 nmap-ncat.x86_64 2:7.00-1.fc22
19511 ocaml-srpm-macros.noarch 2-2.fc22
19512 openldap-clients.x86_64 2.4.40-12.fc22
19513 openssh.x86_64 6.9p1-9.fc22
19514 openssh-clients.x86_64 6.9p1-9.fc22
19515 osc.x86_64 0.152.0-173.2
19516 patch.x86_64 2.7.5-1.fc22
19517 perl.x86_64 4:5.20.3-328.fc22
19518 perl-Carp.noarch 1.38-1.fc22
19519 perl-Data-Dumper.x86_64 2.154-1.fc22
19520 perl-Digest.noarch 1.17-310.fc22
19521 perl-Digest-MD5.x86_64 2.54-2.fc22
19522 perl-Encode.x86_64 2:2.78-1.fc22
19523 perl-Error.noarch 1:0.17023-1.fc22
19524 perl-Exporter.noarch 5.70-311.fc22
19525 perl-File-Path.noarch 2.09-311.fc22
19526 perl-File-Temp.noarch 0.23.04-310.fc22
19527 perl-Getopt-Long.noarch 2.48-1.fc22
19528 perl-Git.noarch 2.4.3-7.fc22
19529 perl-HTTP-Tiny.noarch 0.056-1.fc22
19530 perl-MD5.noarch 2.03-19.fc22
19531 perl-PathTools.x86_64 3.47-311.fc22
19532 perl-Pod-Escapes.noarch 1:1.06-328.fc22
19533 perl-Pod-Perldoc.noarch 3.25-1.fc22
19534 perl-Pod-Simple.noarch 1:3.29-1.fc22
19535 perl-Pod-Usage.noarch 4:1.67-1.fc22
19536 perl-Scalar-List-Utils.x86_64 1:1.42-1.fc22
19537 perl-Socket.x86_64 2:2.021-1.fc22
19538 perl-Storable.x86_64 1:2.51-4.fc22
19539 perl-Term-ANSIColor.noarch 4.03-3.fc22
19540 perl-TermReadKey.x86_64 2.32-5.fc22
19541 perl-Text-ParseWords.noarch 3.30-1.fc22
19542 perl-Time-HiRes.x86_64 1.9728-1.fc22
19543 perl-Time-Local.noarch 1.2300-310.fc22
19544 perl-TimeDate.noarch 1:2.30-5.fc22
19545 perl-constant.noarch 1.31-310.fc22
19546 perl-generators.noarch 1.06-1.fc22
19547 perl-libs.x86_64 4:5.20.3-328.fc22
19548 perl-macros.x86_64 4:5.20.3-328.fc22
19549 perl-parent.noarch 1:0.231-1.fc22
19550 perl-podlators.noarch 2.5.3-3.fc22
19551 perl-srpm-macros.noarch 1-14.fc22
19552 perl-threads.x86_64 1:2.02-1.fc22
19553 perl-threads-shared.x86_64 1.46-310.fc22
19554 php-cli.x86_64 5.6.16-1.fc22
19555 php-common.x86_64 5.6.16-1.fc22
19556 php-doctrine-instantiator.noarch 1.0.5-1.fc22
19557 php-mbstring.x86_64 5.6.16-1.fc22
19558 php-pear.noarch 1:1.10.1-1.fc22
19559 php-pecl-jsonc.x86_64 1.3.9-1.fc22
19560 php-pecl-zip.x86_64 1.12.5-1.fc22
19561 php-phpdocumentor-reflection-docblock.noarch 2.0.4-1.fc22
19562 php-phpspec-prophecy.noarch 1.4.1-1.fc22
19563 php-phpunit-File-Iterator.noarch 1.4.0-1.fc22
19564 php-phpunit-PHP-CodeCoverage.noarch 2.2.4-1.fc22
19565 php-phpunit-PHP-Invoker.noarch 1.1.3-6.fc22
19566 php-phpunit-PHP-Timer.noarch 1.0.6-1.fc22
19567 php-phpunit-PHP-TokenStream.noarch 1.4.8-1.fc22
19568 php-phpunit-PHPUnit.noarch 4.8.17-1.fc22
19569 php-phpunit-PHPUnit-MockObject.noarch 2.3.8-1.fc22
19570 php-phpunit-PHPUnit-Selenium.noarch 1.4.2-1.fc22
19571 php-phpunit-Text-Template.noarch 1.2.0-5.fc21
19572 php-phpunit-Version.noarch 1.0.5-1.fc22
19573 php-phpunit-comparator.noarch 1.2.0-1.fc22
19574 php-phpunit-diff.noarch 1.4.1-1.fc22
19575 php-phpunit-environment.noarch 1.3.2-1.fc22
19576 php-phpunit-exporter.noarch 1.2.0-1.fc22
19577 php-process.x86_64 5.6.16-1.fc22
19578 php-sebastian-global-state.noarch 1.1.1-1.fc22
19579 php-sebastian-recursion-context.noarch 1.0.2-1.fc22
19580 php-soap.x86_64 5.6.16-1.fc22
19581 php-symfony-class-loader.noarch 2.7.7-2.fc22
19582 php-symfony-common.noarch 2.7.7-2.fc22
19583 php-symfony-yaml.noarch 2.7.7-2.fc22
19584 php-tidy.x86_64 5.6.16-1.fc22
19585 php-xml.x86_64 5.6.16-1.fc22
19586 psmisc.x86_64 22.21-5.fc22
19587 python-chardet.noarch 2.2.1-2.fc22
19588 python-kitchen.noarch 1.2.1-2.fc22
19589 python3.x86_64 3.4.2-6.fc22
19590 python3-PyXB.noarch 1.2.4-2.fc22
19591 python3-cssselect.noarch 0.9.1-5.fc22
19592 python3-javapackages.noarch 4.3.2-6.fc22
19593 python3-libs.x86_64 3.4.2-6.fc22
19594 python3-lxml.x86_64 3.3.6-1.fc22
19595 python3-pip.noarch 6.0.8-1.fc22
19596 python3-setuptools.noarch 17.1.1-3.fc22
19597 python3-six.noarch 1.9.0-1.fc22
19598 redhat-rpm-config.noarch 29-1.fc22
19599 rpm-build.x86_64 4.12.0.1-9.fc22
19600 rpmdevtools.noarch 8.6-1.fc22
19601 rsync.x86_64 3.1.1-6.fc22
19602 screen.x86_64 4.3.1-1.fc22
19603 strace.x86_64 4.10-2.fc22
19604 sudo.x86_64 1.8.15-1.fc22
19605 tar.x86_64 2:1.28-6.fc22
19606 telnet.x86_64 1:0.17-60.fc22
19607 traceroute.x86_64 3:2.0.20-2.fc22
19608 ttmkfdir.x86_64 3.0.9-44.fc22
19609 tzdata-java.noarch 2015g-1.fc22
19610 unzip.x86_64 6.0-23.fc22
19611 vim-common.x86_64 2:7.4.827-1.fc22
19612 vim-enhanced.x86_64 2:7.4.827-1.fc22
19613 vim-filesystem.x86_64 2:7.4.827-1.fc22
19614 wget.x86_64 1.16.3-2.fc22
19615 which.x86_64 2.20-10.fc22
19616 xalan-j2.noarch 2.7.1-25.fc22
19617 xemacs-filesystem.noarch 21.5.34-12.20150929hga76c9268bb72.fc22
19618 xerces-j2.noarch 2.11.0-22.fc22
19619 xml-commons-apis.noarch 1.4.01-18.fc21
19620 xml-commons-resolver.noarch 1.2-17.fc21
19621 xorg-x11-font-utils.x86_64 1:7.5-28.fc22
19622 xorg-x11-fonts-Type1.noarch 7.5-14.fc22
19623 xz.x86_64 5.2.0-2.fc22
19624 yum-utils.noarch 1.1.31-508.fc22
19625 zip.x86_64 3.0-14.fc22
19626
19627Complete!
19628Cleaning repos: fedora updates Kolab_Development openSUSE_Tools
19629Cleaning up Everything
19630 ---> 68470fdc561b
19631Removing intermediate container 8ce538352fa4
19632Step 17 : RUN sed -i -e '/requiretty/d' /etc/sudoers
19633 ---> Running in 3ea23412ebff
19634 ---> 2ad612f5a73b
19635Removing intermediate container 3ea23412ebff
19636Step 18 : WORKDIR /srv
19637 ---> Running in 4b968eb27f77
19638 ---> 8d01987d7f96
19639Removing intermediate container 4b968eb27f77
19640Step 19 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
19641 ---> Running in 89728d7e6a68
19642Cloning into 'closure-compiler.git'...
19643 ---> e2dd6a67d7ad
19644Removing intermediate container 89728d7e6a68
19645Step 20 : WORKDIR /srv/closure-compiler.git
19646 ---> Running in ec9040d41d76
19647 ---> 52e1665d3cea
19648Removing intermediate container ec9040d41d76
19649Step 21 : RUN ant jar
19650 ---> Running in 6feb290550f4
19651Buildfile: /srv/closure-compiler.git/build.xml
19652
19653relversion:
19654
19655compile:
19656 [mkdir] Created dir: /srv/closure-compiler.git/build/classes
19657 [javac] Compiling 12 source files to /srv/closure-compiler.git/build/classes
19658 [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
19659 [javac] 1 warning
19660 [javac] Compiling 610 source files to /srv/closure-compiler.git/build/classes
19661 [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
19662 [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
19663 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
19664 [javac] ^
19665 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Compiler.java:1192: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
19666 [javac] NodeTraversal.traverse(this, getRoot(), refCollector);
19667 [javac] ^
19668 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Compiler.java:1385: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
19669 [javac] NodeTraversal.traverse(this, n, sia);
19670 [javac] ^
19671 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:360: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19672 [javac] key = NodeUtil.getFunctionName(scopeNode) + "=" + key;
19673 [javac] ^
19674 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:686: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19675 [javac] functionName = NodeUtil.getFunctionName(n);
19676 [javac] ^
19677 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1143: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19678 [javac] addDisposeCall(NodeUtil.getFunctionName(n),
19679 [javac] ^
19680 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1265: warning: [unchecked] unchecked cast
19681 [javac] for (TypedVar v : ((Set<TypedVar>) liveness.getEscapedLocals())) {
19682 [javac] ^
19683 [javac] required: Set<TypedVar>
19684 [javac] found: Set<CAP#1>
19685 [javac] where CAP#1 is a fresh type-variable:
19686 [javac] CAP#1 extends Var from capture of ? extends Var
19687 [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
19688 [javac] public JSType getType(String jsTypeName) {
19689 [javac] ^
19690 [javac] return type requires unchecked conversion from JSType to T
19691 [javac] where T is a type-variable:
19692 [javac] T extends TypeI declared in method <T>getType(String)
19693 [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
19694 [javac] public JSType getNativeType(JSTypeNative typeId) {
19695 [javac] ^
19696 [javac] return type requires unchecked conversion from JSType to T
19697 [javac] where T is a type-variable:
19698 [javac] T extends TypeI declared in method <T>getNativeType(JSTypeNative)
19699 [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
19700 [javac] public ObjectType getNativeObjectType(JSTypeNative typeId) {
19701 [javac] ^
19702 [javac] return type requires unchecked conversion from ObjectType to T
19703 [javac] where T is a type-variable:
19704 [javac] T extends ObjectTypeI declared in method <T>getNativeObjectType(JSTypeNative)
19705 [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
19706 [javac] public FunctionType getNativeFunctionType(JSTypeNative typeId) {
19707 [javac] ^
19708 [javac] return type requires unchecked conversion from FunctionType to T
19709 [javac] where T is a type-variable:
19710 [javac] T extends FunctionTypeI declared in method <T>getNativeFunctionType(JSTypeNative)
19711 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1497: warning: [unchecked] unchecked cast
19712 [javac] return createFromTypeNodesInternal(n, sourceName, (StaticTypedScope<JSType>) scope);
19713 [javac] ^
19714 [javac] required: StaticTypedScope<JSType>
19715 [javac] found: StaticTypedScope<CAP#1>
19716 [javac] where CAP#1 is a fresh type-variable:
19717 [javac] CAP#1 extends TypeI from capture of ? extends TypeI
19718 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NewTypeInference.java:1036: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
19719 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(fnRoot);
19720 [javac] ^
19721 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NewTypeInference.java:1045: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
19722 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(fnScope.getRoot());
19723 [javac] ^
19724 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:321: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
19725 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(n);
19726 [javac] ^
19727 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:844: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
19728 [javac] Node nameNode = NodeUtil.getFunctionNameNode(fn);
19729 [javac] ^
19730 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:1794: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
19731 [javac] ? declNode : NodeUtil.getFunctionNameNode(declNode);
19732 [javac] ^
19733 [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
19734 [javac] public TypedScope createScope(Node n, Scope parent) {
19735 [javac] ^
19736 [javac] return type requires unchecked conversion from TypedScope to T
19737 [javac] where T is a type-variable:
19738 [javac] T extends Scope declared in method <T>createScope(Node,T)
19739 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DefaultPassConfig.java:1087: warning: [deprecation] brokenClosureRequiresLevel in CompilerOptions has been deprecated
19740 [javac] options.brokenClosureRequiresLevel,
19741 [javac] ^
19742 [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
19743 [javac] NodeTraversal.traverseRoots(
19744 [javac] ^
19745 [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
19746 [javac] NodeTraversal.traverseRoots(
19747 [javac] ^
19748 [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
19749 [javac] NodeTraversal.traverseRoots(
19750 [javac] ^
19751 [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
19752 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
19753 [javac] ^
19754 [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
19755 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
19756 [javac] ^
19757 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1746: warning: [unchecked] unchecked cast
19758 [javac] return ((StaticTypedSlot<JSType>) sym).getType();
19759 [javac] ^
19760 [javac] required: StaticTypedSlot<JSType>
19761 [javac] found: StaticSlot
19762 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1753: warning: [unchecked] unchecked cast
19763 [javac] return ((StaticTypedScope<JSType>) s).getTypeOfThis();
19764 [javac] ^
19765 [javac] required: StaticTypedScope<JSType>
19766 [javac] found: StaticScope
19767 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1760: warning: [unchecked] unchecked cast
19768 [javac] return ((StaticTypedSlot<JSType>) sym).isTypeInferred();
19769 [javac] ^
19770 [javac] required: StaticTypedSlot<JSType>
19771 [javac] found: StaticSlot
19772 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScope.java:216: warning: [unchecked] getVars() in TypedScope overrides <T>getVars() in Scope
19773 [javac] public Iterator<TypedVar> getVars() {
19774 [javac] ^
19775 [javac] return type requires unchecked conversion from Iterator<TypedVar> to Iterator<T>
19776 [javac] where T is a type-variable:
19777 [javac] T extends Var declared in method <T>getVars()
19778 [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
19779 [javac] public TypedScope createScope(Node root, Scope parent) {
19780 [javac] ^
19781 [javac] return type requires unchecked conversion from TypedScope to T
19782 [javac] where T is a type-variable:
19783 [javac] T extends Scope declared in method <T>createScope(Node,T)
19784 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NTIScope.java:114: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19785 [javac] return isTopLevel() ? null : NodeUtil.getFunctionName(root);
19786 [javac] ^
19787 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalNamespace.java:533: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
19788 [javac] String className = NodeUtil.getClassName(parent.getParent());
19789 [javac] ^
19790 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AmbiguateProperties.java:432: warning: [unchecked] getAnnotation() in AmbiguateProperties.PropertyGraphNode implements <A>getAnnotation() in Annotatable
19791 [javac] public Annotation getAnnotation() {
19792 [javac] ^
19793 [javac] return type requires unchecked conversion from Annotation to A
19794 [javac] where A is a type-variable:
19795 [javac] A extends Annotation declared in method <A>getAnnotation()
19796 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:237: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19797 [javac] name = NodeUtil.getFunctionName(n);
19798 [javac] ^
19799 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:264: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
19800 [javac] name = NodeUtil.getClassName(classNode) + midPart + n.getString();
19801 [javac] ^
19802 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:266: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
19803 [javac] name = NodeUtil.getClassName(classNode);
19804 [javac] ^
19805 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CallGraph.java:593: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19806 [javac] return NodeUtil.getFunctionName(astNode);
19807 [javac] ^
19808 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckProvides.java:114: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
19809 [javac] String name = NodeUtil.getClassName(classNode);
19810 [javac] ^
19811 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckRequiresForConstructors.java:324: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
19812 [javac] String name = NodeUtil.getClassName(classNode);
19813 [javac] ^
19814 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckSideEffects.java:244: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19815 [javac] String name = NodeUtil.getFunctionName(n);
19816 [javac] ^
19817 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:88: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
19818 [javac] NodeTraversal.traverse(compiler, root, this);
19819 [javac] ^
19820 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
19821 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
19822 [javac] ^
19823 [javac] required: Set<Var>
19824 [javac] found: Set<CAP#1>
19825 [javac] where CAP#1 is a fresh type-variable:
19826 [javac] CAP#1 extends Var from capture of ? extends Var
19827 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:289: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
19828 [javac] NodeTraversal.traverse(
19829 [javac] ^
19830 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/WarningLevel.java:58: warning: [deprecation] setCheckProvides(CheckLevel) in CompilerOptions has been deprecated
19831 [javac] options.setCheckProvides(CheckLevel.OFF);
19832 [javac] ^
19833 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:141: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
19834 [javac] NodeTraversal.traverse(compiler, superSet.getLastChild(), this);
19835 [javac] ^
19836 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:187: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
19837 [javac] NodeTraversal.traverse(compiler, externs, this);
19838 [javac] ^
19839 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:188: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
19840 [javac] NodeTraversal.traverse(compiler, root, this);
19841 [javac] ^
19842 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:193: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
19843 [javac] NodeTraversal.traverse(compiler, scriptRoot, this);
19844 [javac] ^
19845 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ToEs3Converter.java:287: warning: [deprecation] getClassNameNode(Node) in NodeUtil has been deprecated
19846 [javac] Node name = NodeUtil.getClassNameNode(clazz);
19847 [javac] ^
19848 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ConvertSuper.java:123: warning: [deprecation] getClassNameNode(Node) in NodeUtil has been deprecated
19849 [javac] if (NodeUtil.getClassNameNode(clazz) == null) {
19850 [javac] ^
19851 [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
19852 [javac] public Scope createScope(Node n, Scope parent) {
19853 [javac] ^
19854 [javac] return type requires unchecked conversion from Scope to T
19855 [javac] where T is a type-variable:
19856 [javac] T extends Scope declared in method <T>createScope(Node,T)
19857 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ToEs3ClassSideInheritance.java:232: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19858 [javac] String name = NodeUtil.getFunctionName(n);
19859 [javac] ^
19860 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExportTestFunctions.java:70: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19861 [javac] String functionName = NodeUtil.getFunctionName(n);
19862 [javac] ^
19863 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExportTestFunctions.java:77: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19864 [javac] String functionName = NodeUtil.getFunctionName(functionNode);
19865 [javac] ^
19866 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExternExportsPass.java:529: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19867 [javac] String constructorName = NodeUtil.getFunctionName(constructorNode);
19868 [javac] ^
19869 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/FindExportableNodes.java:91: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19870 [javac] export = NodeUtil.getFunctionName(n);
19871 [javac] ^
19872 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/FindExportableNodes.java:98: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
19873 [javac] export = NodeUtil.getClassName(n);
19874 [javac] ^
19875 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NodeNameExtractor.java:50: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
19876 [javac] return NodeUtil.getClassName(node);
19877 [javac] ^
19878 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GenerateExports.java:129: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
19879 [javac] parent = NodeUtil.getClassName(classNode);
19880 [javac] ^
19881 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NameReferenceGraphConstruction.java:113: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19882 [javac] String name = NodeUtil.getFunctionName(root);
19883 [javac] ^
19884 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessClosurePrimitives.java:831: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
19885 [javac] return fn == null ? null : NodeUtil.getFunctionNameNode(fn);
19886 [javac] ^
19887 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessEs6Modules.java:228: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19888 [javac] name = NodeUtil.getFunctionName(child);
19889 [javac] ^
19890 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessEs6Modules.java:230: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
19891 [javac] name = NodeUtil.getClassName(child);
19892 [javac] ^
19893 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/RescopeGlobalSymbols.java:174: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19894 [javac] String name = NodeUtil.getFunctionName(n);
19895 [javac] ^
19896 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/RuntimeTypeCheck.java:142: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19897 [javac] String className = NodeUtil.getFunctionName(funType.getSource());
19898 [javac] ^
19899 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ScopedAliases.java:616: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19900 [javac] || NodeUtil.getFunctionName(anonymousFnNode) != null
19901 [javac] ^
19902 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ShadowVariables.java:117: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
19903 [javac] NodeTraversal.traverse(compiler, root, new GatherReferenceInfo());
19904 [javac] ^
19905 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ShadowVariables.java:118: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
19906 [javac] NodeTraversal.traverse(compiler, root, new DoShadowVariables());
19907 [javac] ^
19908 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/lint/CheckJSDocStyle.java:92: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
19909 [javac] String name = NodeUtil.getFunctionName(function);
19910 [javac] ^
19911 [javac] 69 warnings
19912 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/rhino
19913 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing
19914[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
19915 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
19916 [copy] Copying 6 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
19917 [zip] Building zip: /srv/closure-compiler.git/build/classes/externs.zip
19918
19919jar:
19920 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
19921
19922BUILD SUCCESSFUL
19923Total time: 14 seconds
19924 ---> 4ad08ad09b83
19925Removing intermediate container 6feb290550f4
19926Step 22 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
19927 ---> Running in 82f618d7cd1f
19928--2015-12-29 20:17:56-- http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
19929Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
19930Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
19931HTTP request sent, awaiting response... 200 OK
19932Length: 31750379 (30M) [application/x-java-archive]
19933Saving to: '/usr/local/lib/selenium-server-standalone.jar'
19934
19935 0K .......... .......... .......... .......... .......... 0% 83.5M 0s
19936 50K .......... .......... .......... .......... .......... 0% 44.3M 1s
19937 100K .......... .......... .......... .......... .......... 0% 231M 0s
19938 150K .......... .......... .......... .......... .......... 0% 169M 0s
19939 200K .......... .......... .......... .......... .......... 0% 188M 0s
19940 250K .......... .......... .......... .......... .......... 0% 46.3M 0s
19941 300K .......... .......... .......... .......... .......... 1% 266M 0s
19942 350K .......... .......... .......... .......... .......... 1% 57.5M 0s
19943 400K .......... .......... .......... .......... .......... 1% 74.9M 0s
19944 450K .......... .......... .......... .......... .......... 1% 32.1M 0s
19945 500K .......... .......... .......... .......... .......... 1% 265M 0s
19946 550K .......... .......... .......... .......... .......... 1% 238M 0s
19947 600K .......... .......... .......... .......... .......... 2% 276M 0s
19948 650K .......... .......... .......... .......... .......... 2% 250M 0s
19949 700K .......... .......... .......... .......... .......... 2% 55.7M 0s
19950 750K .......... .......... .......... .......... .......... 2% 185M 0s
19951 800K .......... .......... .......... .......... .......... 2% 51.5M 0s
19952 850K .......... .......... .......... .......... .......... 2% 135M 0s
19953 900K .......... .......... .......... .......... .......... 3% 33.9M 0s
19954 950K .......... .......... .......... .......... .......... 3% 38.9M 0s
19955 1000K .......... .......... .......... .......... .......... 3% 52.9M 0s
19956 1050K .......... .......... .......... .......... .......... 3% 54.9M 0s
19957 1100K .......... .......... .......... .......... .......... 3% 164M 0s
19958 1150K .......... .......... .......... .......... .......... 3% 172M 0s
19959 1200K .......... .......... .......... .......... .......... 4% 164M 0s
19960 1250K .......... .......... .......... .......... .......... 4% 126M 0s
19961 1300K .......... .......... .......... .......... .......... 4% 171M 0s
19962 1350K .......... .......... .......... .......... .......... 4% 151M 0s
19963 1400K .......... .......... .......... .......... .......... 4% 154M 0s
19964 1450K .......... .......... .......... .......... .......... 4% 150M 0s
19965 1500K .......... .......... .......... .......... .......... 4% 186M 0s
19966 1550K .......... .......... .......... .......... .......... 5% 167M 0s
19967 1600K .......... .......... .......... .......... .......... 5% 169M 0s
19968 1650K .......... .......... .......... .......... .......... 5% 166M 0s
19969 1700K .......... .......... .......... .......... .......... 5% 151M 0s
19970 1750K .......... .......... .......... .......... .......... 5% 169M 0s
19971 1800K .......... .......... .......... .......... .......... 5% 172M 0s
19972 1850K .......... .......... .......... .......... .......... 6% 133M 0s
19973 1900K .......... .......... .......... .......... .......... 6% 185M 0s
19974 1950K .......... .......... .......... .......... .......... 6% 171M 0s
19975 2000K .......... .......... .......... .......... .......... 6% 186M 0s
19976 2050K .......... .......... .......... .......... .......... 6% 130M 0s
19977 2100K .......... .......... .......... .......... .......... 6% 163M 0s
19978 2150K .......... .......... .......... .......... .......... 7% 167M 0s
19979 2200K .......... .......... .......... .......... .......... 7% 151M 0s
19980 2250K .......... .......... .......... .......... .......... 7% 142M 0s
19981 2300K .......... .......... .......... .......... .......... 7% 168M 0s
19982 2350K .......... .......... .......... .......... .......... 7% 148M 0s
19983 2400K .......... .......... .......... .......... .......... 7% 168M 0s
19984 2450K .......... .......... .......... .......... .......... 8% 146M 0s
19985 2500K .......... .......... .......... .......... .......... 8% 148M 0s
19986 2550K .......... .......... .......... .......... .......... 8% 166M 0s
19987 2600K .......... .......... .......... .......... .......... 8% 166M 0s
19988 2650K .......... .......... .......... .......... .......... 8% 142M 0s
19989 2700K .......... .......... .......... .......... .......... 8% 155M 0s
19990 2750K .......... .......... .......... .......... .......... 9% 166M 0s
19991 2800K .......... .......... .......... .......... .......... 9% 163M 0s
19992 2850K .......... .......... .......... .......... .......... 9% 130M 0s
19993 2900K .......... .......... .......... .......... .......... 9% 178M 0s
19994 2950K .......... .......... .......... .......... .......... 9% 268M 0s
19995 3000K .......... .......... .......... .......... .......... 9% 192M 0s
19996 3050K .......... .......... .......... .......... .......... 9% 133M 0s
19997 3100K .......... .......... .......... .......... .......... 10% 232M 0s
19998 3150K .......... .......... .......... .......... .......... 10% 252M 0s
19999 3200K .......... .......... .......... .......... .......... 10% 182M 0s
20000 3250K .......... .......... .......... .......... .......... 10% 164M 0s
20001 3300K .......... .......... .......... .......... .......... 10% 227M 0s
20002 3350K .......... .......... .......... .......... .......... 10% 172M 0s
20003 3400K .......... .......... .......... .......... .......... 11% 220M 0s
20004 3450K .......... .......... .......... .......... .......... 11% 227M 0s
20005 3500K .......... .......... .......... .......... .......... 11% 223M 0s
20006 3550K .......... .......... .......... .......... .......... 11% 170M 0s
20007 3600K .......... .......... .......... .......... .......... 11% 170M 0s
20008 3650K .......... .......... .......... .......... .......... 11% 162M 0s
20009 3700K .......... .......... .......... .......... .......... 12% 168M 0s
20010 3750K .......... .......... .......... .......... .......... 12% 164M 0s
20011 3800K .......... .......... .......... .......... .......... 12% 156M 0s
20012 3850K .......... .......... .......... .......... .......... 12% 179M 0s
20013 3900K .......... .......... .......... .......... .......... 12% 171M 0s
20014 3950K .......... .......... .......... .......... .......... 12% 185M 0s
20015 4000K .......... .......... .......... .......... .......... 13% 121M 0s
20016 4050K .......... .......... .......... .......... .......... 13% 102M 0s
20017 4100K .......... .......... .......... .......... .......... 13% 144M 0s
20018 4150K .......... .......... .......... .......... .......... 13% 217M 0s
20019 4200K .......... .......... .......... .......... .......... 13% 237M 0s
20020 4250K .......... .......... .......... .......... .......... 13% 127M 0s
20021 4300K .......... .......... .......... .......... .......... 14% 199M 0s
20022 4350K .......... .......... .......... .......... .......... 14% 258M 0s
20023 4400K .......... .......... .......... .......... .......... 14% 209M 0s
20024 4450K .......... .......... .......... .......... .......... 14% 132M 0s
20025 4500K .......... .......... .......... .......... .......... 14% 167M 0s
20026 4550K .......... .......... .......... .......... .......... 14% 161M 0s
20027 4600K .......... .......... .......... .......... .......... 14% 162M 0s
20028 4650K .......... .......... .......... .......... .......... 15% 165M 0s
20029 4700K .......... .......... .......... .......... .......... 15% 168M 0s
20030 4750K .......... .......... .......... .......... .......... 15% 144M 0s
20031 4800K .......... .......... .......... .......... .......... 15% 180M 0s
20032 4850K .......... .......... .......... .......... .......... 15% 223M 0s
20033 4900K .......... .......... .......... .......... .......... 15% 161M 0s
20034 4950K .......... .......... .......... .......... .......... 16% 145M 0s
20035 5000K .......... .......... .......... .......... .......... 16% 167M 0s
20036 5050K .......... .......... .......... .......... .......... 16% 113M 0s
20037 5100K .......... .......... .......... .......... .......... 16% 141M 0s
20038 5150K .......... .......... .......... .......... .......... 16% 201M 0s
20039 5200K .......... .......... .......... .......... .......... 16% 245M 0s
20040 5250K .......... .......... .......... .......... .......... 17% 169M 0s
20041 5300K .......... .......... .......... .......... .......... 17% 226M 0s
20042 5350K .......... .......... .......... .......... .......... 17% 230M 0s
20043 5400K .......... .......... .......... .......... .......... 17% 169M 0s
20044 5450K .......... .......... .......... .......... .......... 17% 135M 0s
20045 5500K .......... .......... .......... .......... .......... 17% 158M 0s
20046 5550K .......... .......... .......... .......... .......... 18% 173M 0s
20047 5600K .......... .......... .......... .......... .......... 18% 251M 0s
20048 5650K .......... .......... .......... .......... .......... 18% 158M 0s
20049 5700K .......... .......... .......... .......... .......... 18% 105M 0s
20050 5750K .......... .......... .......... .......... .......... 18% 33.6M 0s
20051 5800K .......... .......... .......... .......... .......... 18% 41.4M 0s
20052 5850K .......... .......... .......... .......... .......... 19% 35.7M 0s
20053 5900K .......... .......... .......... .......... .......... 19% 37.0M 0s
20054 5950K .......... .......... .......... .......... .......... 19% 34.9M 0s
20055 6000K .......... .......... .......... .......... .......... 19% 41.1M 0s
20056 6050K .......... .......... .......... .......... .......... 19% 37.3M 0s
20057 6100K .......... .......... .......... .......... .......... 19% 37.5M 0s
20058 6150K .......... .......... .......... .......... .......... 19% 35.6M 0s
20059 6200K .......... .......... .......... .......... .......... 20% 38.3M 0s
20060 6250K .......... .......... .......... .......... .......... 20% 40.3M 0s
20061 6300K .......... .......... .......... .......... .......... 20% 37.7M 0s
20062 6350K .......... .......... .......... .......... .......... 20% 41.5M 0s
20063 6400K .......... .......... .......... .......... .......... 20% 34.6M 0s
20064 6450K .......... .......... .......... .......... .......... 20% 41.1M 0s
20065 6500K .......... .......... .......... .......... .......... 21% 43.3M 0s
20066 6550K .......... .......... .......... .......... .......... 21% 40.0M 0s
20067 6600K .......... .......... .......... .......... .......... 21% 44.9M 0s
20068 6650K .......... .......... .......... .......... .......... 21% 41.7M 0s
20069 6700K .......... .......... .......... .......... .......... 21% 44.1M 0s
20070 6750K .......... .......... .......... .......... .......... 21% 38.8M 0s
20071 6800K .......... .......... .......... .......... .......... 22% 44.0M 0s
20072 6850K .......... .......... .......... .......... .......... 22% 40.6M 0s
20073 6900K .......... .......... .......... .......... .......... 22% 44.6M 0s
20074 6950K .......... .......... .......... .......... .......... 22% 41.0M 0s
20075 7000K .......... .......... .......... .......... .......... 22% 43.9M 0s
20076 7050K .......... .......... .......... .......... .......... 22% 41.0M 0s
20077 7100K .......... .......... .......... .......... .......... 23% 45.4M 0s
20078 7150K .......... .......... .......... .......... .......... 23% 40.1M 0s
20079 7200K .......... .......... .......... .......... .......... 23% 44.8M 0s
20080 7250K .......... .......... .......... .......... .......... 23% 41.5M 0s
20081 7300K .......... .......... .......... .......... .......... 23% 43.1M 0s
20082 7350K .......... .......... .......... .......... .......... 23% 40.6M 0s
20083 7400K .......... .......... .......... .......... .......... 24% 44.4M 0s
20084 7450K .......... .......... .......... .......... .......... 24% 39.8M 0s
20085 7500K .......... .......... .......... .......... .......... 24% 44.9M 0s
20086 7550K .......... .......... .......... .......... .......... 24% 40.5M 0s
20087 7600K .......... .......... .......... .......... .......... 24% 44.8M 0s
20088 7650K .......... .......... .......... .......... .......... 24% 41.6M 0s
20089 7700K .......... .......... .......... .......... .......... 24% 44.7M 0s
20090 7750K .......... .......... .......... .......... .......... 25% 41.0M 0s
20091 7800K .......... .......... .......... .......... .......... 25% 45.3M 0s
20092 7850K .......... .......... .......... .......... .......... 25% 40.2M 0s
20093 7900K .......... .......... .......... .......... .......... 25% 44.4M 0s
20094 7950K .......... .......... .......... .......... .......... 25% 41.9M 0s
20095 8000K .......... .......... .......... .......... .......... 25% 44.8M 0s
20096 8050K .......... .......... .......... .......... .......... 26% 40.5M 0s
20097 8100K .......... .......... .......... .......... .......... 26% 44.5M 0s
20098 8150K .......... .......... .......... .......... .......... 26% 40.7M 0s
20099 8200K .......... .......... .......... .......... .......... 26% 45.0M 0s
20100 8250K .......... .......... .......... .......... .......... 26% 41.2M 0s
20101 8300K .......... .......... .......... .......... .......... 26% 44.6M 0s
20102 8350K .......... .......... .......... .......... .......... 27% 40.5M 0s
20103 8400K .......... .......... .......... .......... .......... 27% 40.2M 0s
20104 8450K .......... .......... .......... .......... .......... 27% 37.3M 0s
20105 8500K .......... .......... .......... .......... .......... 27% 43.3M 0s
20106 8550K .......... .......... .......... .......... .......... 27% 41.7M 0s
20107 8600K .......... .......... .......... .......... .......... 27% 43.9M 0s
20108 8650K .......... .......... .......... .......... .......... 28% 41.1M 0s
20109 8700K .......... .......... .......... .......... .......... 28% 44.3M 0s
20110 8750K .......... .......... .......... .......... .......... 28% 39.3M 0s
20111 8800K .......... .......... .......... .......... .......... 28% 44.3M 0s
20112 8850K .......... .......... .......... .......... .......... 28% 41.4M 0s
20113 8900K .......... .......... .......... .......... .......... 28% 44.1M 0s
20114 8950K .......... .......... .......... .......... .......... 29% 41.1M 0s
20115 9000K .......... .......... .......... .......... .......... 29% 63.1M 0s
20116 9050K .......... .......... .......... .......... .......... 29% 94.0M 0s
20117 9100K .......... .......... .......... .......... .......... 29% 103M 0s
20118 9150K .......... .......... .......... .......... .......... 29% 97.9M 0s
20119 9200K .......... .......... .......... .......... .......... 29% 104M 0s
20120 9250K .......... .......... .......... .......... .......... 29% 86.9M 0s
20121 9300K .......... .......... .......... .......... .......... 30% 118M 0s
20122 9350K .......... .......... .......... .......... .......... 30% 89.1M 0s
20123 9400K .......... .......... .......... .......... .......... 30% 84.8M 0s
20124 9450K .......... .......... .......... .......... .......... 30% 89.6M 0s
20125 9500K .......... .......... .......... .......... .......... 30% 104M 0s
20126 9550K .......... .......... .......... .......... .......... 30% 84.9M 0s
20127 9600K .......... .......... .......... .......... .......... 31% 99.4M 0s
20128 9650K .......... .......... .......... .......... .......... 31% 92.7M 0s
20129 9700K .......... .......... .......... .......... .......... 31% 93.8M 0s
20130 9750K .......... .......... .......... .......... .......... 31% 90.0M 0s
20131 9800K .......... .......... .......... .......... .......... 31% 109M 0s
20132 9850K .......... .......... .......... .......... .......... 31% 91.9M 0s
20133 9900K .......... .......... .......... .......... .......... 32% 99.6M 0s
20134 9950K .......... .......... .......... .......... .......... 32% 92.2M 0s
20135 10000K .......... .......... .......... .......... .......... 32% 105M 0s
20136 10050K .......... .......... .......... .......... .......... 32% 89.7M 0s
20137 10100K .......... .......... .......... .......... .......... 32% 95.5M 0s
20138 10150K .......... .......... .......... .......... .......... 32% 82.1M 0s
20139 10200K .......... .......... .......... .......... .......... 33% 113M 0s
20140 10250K .......... .......... .......... .......... .......... 33% 87.5M 0s
20141 10300K .......... .......... .......... .......... .......... 33% 92.4M 0s
20142 10350K .......... .......... .......... .......... .......... 33% 90.8M 0s
20143 10400K .......... .......... .......... .......... .......... 33% 99.9M 0s
20144 10450K .......... .......... .......... .......... .......... 33% 86.3M 0s
20145 10500K .......... .......... .......... .......... .......... 34% 101M 0s
20146 10550K .......... .......... .......... .......... .......... 34% 87.8M 0s
20147 10600K .......... .......... .......... .......... .......... 34% 105M 0s
20148 10650K .......... .......... .......... .......... .......... 34% 91.3M 0s
20149 10700K .......... .......... .......... .......... .......... 34% 96.4M 0s
20150 10750K .......... .......... .......... .......... .......... 34% 62.5M 0s
20151 10800K .......... .......... .......... .......... .......... 34% 84.8M 0s
20152 10850K .......... .......... .......... .......... .......... 35% 93.3M 0s
20153 10900K .......... .......... .......... .......... .......... 35% 90.2M 0s
20154 10950K .......... .......... .......... .......... .......... 35% 89.5M 0s
20155 11000K .......... .......... .......... .......... .......... 35% 93.9M 0s
20156 11050K .......... .......... .......... .......... .......... 35% 96.5M 0s
20157 11100K .......... .......... .......... .......... .......... 35% 98.8M 0s
20158 11150K .......... .......... .......... .......... .......... 36% 91.4M 0s
20159 11200K .......... .......... .......... .......... .......... 36% 101M 0s
20160 11250K .......... .......... .......... .......... .......... 36% 94.4M 0s
20161 11300K .......... .......... .......... .......... .......... 36% 93.2M 0s
20162 11350K .......... .......... .......... .......... .......... 36% 91.6M 0s
20163 11400K .......... .......... .......... .......... .......... 36% 101M 0s
20164 11450K .......... .......... .......... .......... .......... 37% 88.1M 0s
20165 11500K .......... .......... .......... .......... .......... 37% 103M 0s
20166 11550K .......... .......... .......... .......... .......... 37% 78.2M 0s
20167 11600K .......... .......... .......... .......... .......... 37% 90.3M 0s
20168 11650K .......... .......... .......... .......... .......... 37% 84.0M 0s
20169 11700K .......... .......... .......... .......... .......... 37% 99.0M 0s
20170 11750K .......... .......... .......... .......... .......... 38% 87.5M 0s
20171 11800K .......... .......... .......... .......... .......... 38% 109M 0s
20172 11850K .......... .......... .......... .......... .......... 38% 91.8M 0s
20173 11900K .......... .......... .......... .......... .......... 38% 96.9M 0s
20174 11950K .......... .......... .......... .......... .......... 38% 88.9M 0s
20175 12000K .......... .......... .......... .......... .......... 38% 98.3M 0s
20176 12050K .......... .......... .......... .......... .......... 39% 86.7M 0s
20177 12100K .......... .......... .......... .......... .......... 39% 96.2M 0s
20178 12150K .......... .......... .......... .......... .......... 39% 91.9M 0s
20179 12200K .......... .......... .......... .......... .......... 39% 98.4M 0s
20180 12250K .......... .......... .......... .......... .......... 39% 92.1M 0s
20181 12300K .......... .......... .......... .......... .......... 39% 94.2M 0s
20182 12350K .......... .......... .......... .......... .......... 39% 88.2M 0s
20183 12400K .......... .......... .......... .......... .......... 40% 94.9M 0s
20184 12450K .......... .......... .......... .......... .......... 40% 93.7M 0s
20185 12500K .......... .......... .......... .......... .......... 40% 86.8M 0s
20186 12550K .......... .......... .......... .......... .......... 40% 85.9M 0s
20187 12600K .......... .......... .......... .......... .......... 40% 104M 0s
20188 12650K .......... .......... .......... .......... .......... 40% 70.8M 0s
20189 12700K .......... .......... .......... .......... .......... 41% 68.4M 0s
20190 12750K .......... .......... .......... .......... .......... 41% 30.6M 0s
20191 12800K .......... .......... .......... .......... .......... 41% 21.5M 0s
20192 12850K .......... .......... .......... .......... .......... 41% 123M 0s
20193 12900K .......... .......... .......... .......... .......... 41% 140M 0s
20194 12950K .......... .......... .......... .......... .......... 41% 147M 0s
20195 13000K .......... .......... .......... .......... .......... 42% 162M 0s
20196 13050K .......... .......... .......... .......... .......... 42% 148M 0s
20197 13100K .......... .......... .......... .......... .......... 42% 169M 0s
20198 13150K .......... .......... .......... .......... .......... 42% 46.8M 0s
20199 13200K .......... .......... .......... .......... .......... 42% 28.5M 0s
20200 13250K .......... .......... .......... .......... .......... 42% 26.6M 0s
20201 13300K .......... .......... .......... .......... .......... 43% 29.7M 0s
20202 13350K .......... .......... .......... .......... .......... 43% 26.9M 0s
20203 13400K .......... .......... .......... .......... .......... 43% 28.9M 0s
20204 13450K .......... .......... .......... .......... .......... 43% 27.8M 0s
20205 13500K .......... .......... .......... .......... .......... 43% 28.5M 0s
20206 13550K .......... .......... .......... .......... .......... 43% 41.0M 0s
20207 13600K .......... .......... .......... .......... .......... 44% 44.3M 0s
20208 13650K .......... .......... .......... .......... .......... 44% 40.3M 0s
20209 13700K .......... .......... .......... .......... .......... 44% 45.3M 0s
20210 13750K .......... .......... .......... .......... .......... 44% 42.1M 0s
20211 13800K .......... .......... .......... .......... .......... 44% 45.1M 0s
20212 13850K .......... .......... .......... .......... .......... 44% 40.7M 0s
20213 13900K .......... .......... .......... .......... .......... 44% 38.5M 0s
20214 13950K .......... .......... .......... .......... .......... 45% 39.7M 0s
20215 14000K .......... .......... .......... .......... .......... 45% 44.1M 0s
20216 14050K .......... .......... .......... .......... .......... 45% 41.1M 0s
20217 14100K .......... .......... .......... .......... .......... 45% 44.4M 0s
20218 14150K .......... .......... .......... .......... .......... 45% 41.5M 0s
20219 14200K .......... .......... .......... .......... .......... 45% 45.3M 0s
20220 14250K .......... .......... .......... .......... .......... 46% 40.4M 0s
20221 14300K .......... .......... .......... .......... .......... 46% 43.4M 0s
20222 14350K .......... .......... .......... .......... .......... 46% 39.7M 0s
20223 14400K .......... .......... .......... .......... .......... 46% 43.8M 0s
20224 14450K .......... .......... .......... .......... .......... 46% 40.3M 0s
20225 14500K .......... .......... .......... .......... .......... 46% 44.6M 0s
20226 14550K .......... .......... .......... .......... .......... 47% 40.4M 0s
20227 14600K .......... .......... .......... .......... .......... 47% 42.0M 0s
20228 14650K .......... .......... .......... .......... .......... 47% 41.4M 0s
20229 14700K .......... .......... .......... .......... .......... 47% 44.6M 0s
20230 14750K .......... .......... .......... .......... .......... 47% 39.4M 0s
20231 14800K .......... .......... .......... .......... .......... 47% 43.8M 0s
20232 14850K .......... .......... .......... .......... .......... 48% 41.1M 0s
20233 14900K .......... .......... .......... .......... .......... 48% 44.0M 0s
20234 14950K .......... .......... .......... .......... .......... 48% 41.5M 0s
20235 15000K .......... .......... .......... .......... .......... 48% 44.5M 0s
20236 15050K .......... .......... .......... .......... .......... 48% 41.6M 0s
20237 15100K .......... .......... .......... .......... .......... 48% 43.8M 0s
20238 15150K .......... .......... .......... .......... .......... 49% 40.8M 0s
20239 15200K .......... .......... .......... .......... .......... 49% 44.6M 0s
20240 15250K .......... .......... .......... .......... .......... 49% 40.6M 0s
20241 15300K .......... .......... .......... .......... .......... 49% 43.9M 0s
20242 15350K .......... .......... .......... .......... .......... 49% 41.7M 0s
20243 15400K .......... .......... .......... .......... .......... 49% 44.7M 0s
20244 15450K .......... .......... .......... .......... .......... 49% 41.2M 0s
20245 15500K .......... .......... .......... .......... .......... 50% 45.0M 0s
20246 15550K .......... .......... .......... .......... .......... 50% 40.7M 0s
20247 15600K .......... .......... .......... .......... .......... 50% 34.7M 0s
20248 15650K .......... .......... .......... .......... .......... 50% 46.1M 0s
20249 15700K .......... .......... .......... .......... .......... 50% 49.4M 0s
20250 15750K .......... .......... .......... .......... .......... 50% 39.2M 0s
20251 15800K .......... .......... .......... .......... .......... 51% 40.0M 0s
20252 15850K .......... .......... .......... .......... .......... 51% 34.7M 0s
20253 15900K .......... .......... .......... .......... .......... 51% 42.3M 0s
20254 15950K .......... .......... .......... .......... .......... 51% 39.1M 0s
20255 16000K .......... .......... .......... .......... .......... 51% 35.9M 0s
20256 16050K .......... .......... .......... .......... .......... 51% 38.9M 0s
20257 16100K .......... .......... .......... .......... .......... 52% 40.2M 0s
20258 16150K .......... .......... .......... .......... .......... 52% 37.7M 0s
20259 16200K .......... .......... .......... .......... .......... 52% 37.8M 0s
20260 16250K .......... .......... .......... .......... .......... 52% 39.1M 0s
20261 16300K .......... .......... .......... .......... .......... 52% 51.1M 0s
20262 16350K .......... .......... .......... .......... .......... 52% 53.3M 0s
20263 16400K .......... .......... .......... .......... .......... 53% 55.8M 0s
20264 16450K .......... .......... .......... .......... .......... 53% 17.1M 0s
20265 16500K .......... .......... .......... .......... .......... 53% 21.7M 0s
20266 16550K .......... .......... .......... .......... .......... 53% 198M 0s
20267 16600K .......... .......... .......... .......... .......... 53% 216M 0s
20268 16650K .......... .......... .......... .......... .......... 53% 188M 0s
20269 16700K .......... .......... .......... .......... .......... 54% 120M 0s
20270 16750K .......... .......... .......... .......... .......... 54% 76.9M 0s
20271 16800K .......... .......... .......... .......... .......... 54% 110M 0s
20272 16850K .......... .......... .......... .......... .......... 54% 88.0M 0s
20273 16900K .......... .......... .......... .......... .......... 54% 85.9M 0s
20274 16950K .......... .......... .......... .......... .......... 54% 98.1M 0s
20275 17000K .......... .......... .......... .......... .......... 54% 108M 0s
20276 17050K .......... .......... .......... .......... .......... 55% 73.4M 0s
20277 17100K .......... .......... .......... .......... .......... 55% 87.5M 0s
20278 17150K .......... .......... .......... .......... .......... 55% 99.4M 0s
20279 17200K .......... .......... .......... .......... .......... 55% 107M 0s
20280 17250K .......... .......... .......... .......... .......... 55% 86.0M 0s
20281 17300K .......... .......... .......... .......... .......... 55% 103M 0s
20282 17350K .......... .......... .......... .......... .......... 56% 81.7M 0s
20283 17400K .......... .......... .......... .......... .......... 56% 103M 0s
20284 17450K .......... .......... .......... .......... .......... 56% 88.5M 0s
20285 17500K .......... .......... .......... .......... .......... 56% 104M 0s
20286 17550K .......... .......... .......... .......... .......... 56% 103M 0s
20287 17600K .......... .......... .......... .......... .......... 56% 104M 0s
20288 17650K .......... .......... .......... .......... .......... 57% 85.5M 0s
20289 17700K .......... .......... .......... .......... .......... 57% 106M 0s
20290 17750K .......... .......... .......... .......... .......... 57% 99.8M 0s
20291 17800K .......... .......... .......... .......... .......... 57% 106M 0s
20292 17850K .......... .......... .......... .......... .......... 57% 71.3M 0s
20293 17900K .......... .......... .......... .......... .......... 57% 65.2M 0s
20294 17950K .......... .......... .......... .......... .......... 58% 107M 0s
20295 18000K .......... .......... .......... .......... .......... 58% 83.3M 0s
20296 18050K .......... .......... .......... .......... .......... 58% 71.2M 0s
20297 18100K .......... .......... .......... .......... .......... 58% 73.4M 0s
20298 18150K .......... .......... .......... .......... .......... 58% 94.7M 0s
20299 18200K .......... .......... .......... .......... .......... 58% 108M 0s
20300 18250K .......... .......... .......... .......... .......... 59% 83.7M 0s
20301 18300K .......... .......... .......... .......... .......... 59% 109M 0s
20302 18350K .......... .......... .......... .......... .......... 59% 97.5M 0s
20303 18400K .......... .......... .......... .......... .......... 59% 106M 0s
20304 18450K .......... .......... .......... .......... .......... 59% 71.2M 0s
20305 18500K .......... .......... .......... .......... .......... 59% 65.6M 0s
20306 18550K .......... .......... .......... .......... .......... 59% 59.7M 0s
20307 18600K .......... .......... .......... .......... .......... 60% 60.9M 0s
20308 18650K .......... .......... .......... .......... .......... 60% 49.9M 0s
20309 18700K .......... .......... .......... .......... .......... 60% 52.7M 0s
20310 18750K .......... .......... .......... .......... .......... 60% 54.7M 0s
20311 18800K .......... .......... .......... .......... .......... 60% 50.8M 0s
20312 18850K .......... .......... .......... .......... .......... 60% 47.0M 0s
20313 18900K .......... .......... .......... .......... .......... 61% 50.3M 0s
20314 18950K .......... .......... .......... .......... .......... 61% 50.6M 0s
20315 19000K .......... .......... .......... .......... .......... 61% 61.0M 0s
20316 19050K .......... .......... .......... .......... .......... 61% 48.8M 0s
20317 19100K .......... .......... .......... .......... .......... 61% 54.4M 0s
20318 19150K .......... .......... .......... .......... .......... 61% 50.3M 0s
20319 19200K .......... .......... .......... .......... .......... 62% 60.3M 0s
20320 19250K .......... .......... .......... .......... .......... 62% 51.0M 0s
20321 19300K .......... .......... .......... .......... .......... 62% 47.3M 0s
20322 19350K .......... .......... .......... .......... .......... 62% 47.0M 0s
20323 19400K .......... .......... .......... .......... .......... 62% 53.9M 0s
20324 19450K .......... .......... .......... .......... .......... 62% 50.6M 0s
20325 19500K .......... .......... .......... .......... .......... 63% 50.5M 0s
20326 19550K .......... .......... .......... .......... .......... 63% 53.5M 0s
20327 19600K .......... .......... .......... .......... .......... 63% 50.2M 0s
20328 19650K .......... .......... .......... .......... .......... 63% 45.2M 0s
20329 19700K .......... .......... .......... .......... .......... 63% 48.5M 0s
20330 19750K .......... .......... .......... .......... .......... 63% 48.2M 0s
20331 19800K .......... .......... .......... .......... .......... 64% 48.0M 0s
20332 19850K .......... .......... .......... .......... .......... 64% 49.6M 0s
20333 19900K .......... .......... .......... .......... .......... 64% 49.6M 0s
20334 19950K .......... .......... .......... .......... .......... 64% 46.2M 0s
20335 20000K .......... .......... .......... .......... .......... 64% 54.6M 0s
20336 20050K .......... .......... .......... .......... .......... 64% 45.0M 0s
20337 20100K .......... .......... .......... .......... .......... 64% 111M 0s
20338 20150K .......... .......... .......... .......... .......... 65% 92.7M 0s
20339 20200K .......... .......... .......... .......... .......... 65% 84.3M 0s
20340 20250K .......... .......... .......... .......... .......... 65% 71.4M 0s
20341 20300K .......... .......... .......... .......... .......... 65% 55.6M 0s
20342 20350K .......... .......... .......... .......... .......... 65% 91.0M 0s
20343 20400K .......... .......... .......... .......... .......... 65% 115M 0s
20344 20450K .......... .......... .......... .......... .......... 66% 79.1M 0s
20345 20500K .......... .......... .......... .......... .......... 66% 68.0M 0s
20346 20550K .......... .......... .......... .......... .......... 66% 102M 0s
20347 20600K .......... .......... .......... .......... .......... 66% 71.0M 0s
20348 20650K .......... .......... .......... .......... .......... 66% 89.1M 0s
20349 20700K .......... .......... .......... .......... .......... 66% 87.2M 0s
20350 20750K .......... .......... .......... .......... .......... 67% 83.4M 0s
20351 20800K .......... .......... .......... .......... .......... 67% 72.4M 0s
20352 20850K .......... .......... .......... .......... .......... 67% 64.2M 0s
20353 20900K .......... .......... .......... .......... .......... 67% 69.0M 0s
20354 20950K .......... .......... .......... .......... .......... 67% 68.1M 0s
20355 21000K .......... .......... .......... .......... .......... 67% 68.2M 0s
20356 21050K .......... .......... .......... .......... .......... 68% 69.4M 0s
20357 21100K .......... .......... .......... .......... .......... 68% 82.1M 0s
20358 21150K .......... .......... .......... .......... .......... 68% 76.1M 0s
20359 21200K .......... .......... .......... .......... .......... 68% 87.4M 0s
20360 21250K .......... .......... .......... .......... .......... 68% 48.2M 0s
20361 21300K .......... .......... .......... .......... .......... 68% 106M 0s
20362 21350K .......... .......... .......... .......... .......... 69% 84.5M 0s
20363 21400K .......... .......... .......... .......... .......... 69% 99.2M 0s
20364 21450K .......... .......... .......... .......... .......... 69% 80.3M 0s
20365 21500K .......... .......... .......... .......... .......... 69% 93.6M 0s
20366 21550K .......... .......... .......... .......... .......... 69% 81.3M 0s
20367 21600K .......... .......... .......... .......... .......... 69% 98.5M 0s
20368 21650K .......... .......... .......... .......... .......... 69% 80.7M 0s
20369 21700K .......... .......... .......... .......... .......... 70% 91.1M 0s
20370 21750K .......... .......... .......... .......... .......... 70% 76.5M 0s
20371 21800K .......... .......... .......... .......... .......... 70% 90.0M 0s
20372 21850K .......... .......... .......... .......... .......... 70% 87.8M 0s
20373 21900K .......... .......... .......... .......... .......... 70% 88.8M 0s
20374 21950K .......... .......... .......... .......... .......... 70% 87.7M 0s
20375 22000K .......... .......... .......... .......... .......... 71% 86.8M 0s
20376 22050K .......... .......... .......... .......... .......... 71% 90.9M 0s
20377 22100K .......... .......... .......... .......... .......... 71% 86.3M 0s
20378 22150K .......... .......... .......... .......... .......... 71% 82.9M 0s
20379 22200K .......... .......... .......... .......... .......... 71% 95.5M 0s
20380 22250K .......... .......... .......... .......... .......... 71% 83.7M 0s
20381 22300K .......... .......... .......... .......... .......... 72% 111M 0s
20382 22350K .......... .......... .......... .......... .......... 72% 87.3M 0s
20383 22400K .......... .......... .......... .......... .......... 72% 113M 0s
20384 22450K .......... .......... .......... .......... .......... 72% 90.6M 0s
20385 22500K .......... .......... .......... .......... .......... 72% 100M 0s
20386 22550K .......... .......... .......... .......... .......... 72% 91.9M 0s
20387 22600K .......... .......... .......... .......... .......... 73% 104M 0s
20388 22650K .......... .......... .......... .......... .......... 73% 92.9M 0s
20389 22700K .......... .......... .......... .......... .......... 73% 102M 0s
20390 22750K .......... .......... .......... .......... .......... 73% 83.8M 0s
20391 22800K .......... .......... .......... .......... .......... 73% 111M 0s
20392 22850K .......... .......... .......... .......... .......... 73% 84.5M 0s
20393 22900K .......... .......... .......... .......... .......... 74% 109M 0s
20394 22950K .......... .......... .......... .......... .......... 74% 89.7M 0s
20395 23000K .......... .......... .......... .......... .......... 74% 111M 0s
20396 23050K .......... .......... .......... .......... .......... 74% 83.7M 0s
20397 23100K .......... .......... .......... .......... .......... 74% 113M 0s
20398 23150K .......... .......... .......... .......... .......... 74% 84.7M 0s
20399 23200K .......... .......... .......... .......... .......... 74% 103M 0s
20400 23250K .......... .......... .......... .......... .......... 75% 87.7M 0s
20401 23300K .......... .......... .......... .......... .......... 75% 105M 0s
20402 23350K .......... .......... .......... .......... .......... 75% 83.2M 0s
20403 23400K .......... .......... .......... .......... .......... 75% 103M 0s
20404 23450K .......... .......... .......... .......... .......... 75% 87.8M 0s
20405 23500K .......... .......... .......... .......... .......... 75% 99.7M 0s
20406 23550K .......... .......... .......... .......... .......... 76% 27.1M 0s
20407 23600K .......... .......... .......... .......... .......... 76% 272M 0s
20408 23650K .......... .......... .......... .......... .......... 76% 234M 0s
20409 23700K .......... .......... .......... .......... .......... 76% 278M 0s
20410 23750K .......... .......... .......... .......... .......... 76% 253M 0s
20411 23800K .......... .......... .......... .......... .......... 76% 282M 0s
20412 23850K .......... .......... .......... .......... .......... 77% 285M 0s
20413 23900K .......... .......... .......... .......... .......... 77% 46.8M 0s
20414 23950K .......... .......... .......... .......... .......... 77% 32.0M 0s
20415 24000K .......... .......... .......... .......... .......... 77% 37.3M 0s
20416 24050K .......... .......... .......... .......... .......... 77% 37.9M 0s
20417 24100K .......... .......... .......... .......... .......... 77% 41.3M 0s
20418 24150K .......... .......... .......... .......... .......... 78% 35.6M 0s
20419 24200K .......... .......... .......... .......... .......... 78% 43.7M 0s
20420 24250K .......... .......... .......... .......... .......... 78% 36.2M 0s
20421 24300K .......... .......... .......... .......... .......... 78% 41.8M 0s
20422 24350K .......... .......... .......... .......... .......... 78% 37.9M 0s
20423 24400K .......... .......... .......... .......... .......... 78% 39.5M 0s
20424 24450K .......... .......... .......... .......... .......... 79% 40.1M 0s
20425 24500K .......... .......... .......... .......... .......... 79% 41.5M 0s
20426 24550K .......... .......... .......... .......... .......... 79% 35.8M 0s
20427 24600K .......... .......... .......... .......... .......... 79% 40.9M 0s
20428 24650K .......... .......... .......... .......... .......... 79% 30.7M 0s
20429 24700K .......... .......... .......... .......... .......... 79% 41.8M 0s
20430 24750K .......... .......... .......... .......... .......... 79% 39.0M 0s
20431 24800K .......... .......... .......... .......... .......... 80% 25.5M 0s
20432 24850K .......... .......... .......... .......... .......... 80% 35.2M 0s
20433 24900K .......... .......... .......... .......... .......... 80% 41.6M 0s
20434 24950K .......... .......... .......... .......... .......... 80% 37.0M 0s
20435 25000K .......... .......... .......... .......... .......... 80% 40.8M 0s
20436 25050K .......... .......... .......... .......... .......... 80% 39.6M 0s
20437 25100K .......... .......... .......... .......... .......... 81% 38.4M 0s
20438 25150K .......... .......... .......... .......... .......... 81% 37.6M 0s
20439 25200K .......... .......... .......... .......... .......... 81% 43.7M 0s
20440 25250K .......... .......... .......... .......... .......... 81% 39.9M 0s
20441 25300K .......... .......... .......... .......... .......... 81% 34.2M 0s
20442 25350K .......... .......... .......... .......... .......... 81% 24.0M 0s
20443 25400K .......... .......... .......... .......... .......... 82% 41.9M 0s
20444 25450K .......... .......... .......... .......... .......... 82% 38.8M 0s
20445 25500K .......... .......... .......... .......... .......... 82% 32.2M 0s
20446 25550K .......... .......... .......... .......... .......... 82% 10.2M 0s
20447 25600K .......... .......... .......... .......... .......... 82% 42.1M 0s
20448 25650K .......... .......... .......... .......... .......... 82% 38.6M 0s
20449 25700K .......... .......... .......... .......... .......... 83% 44.2M 0s
20450 25750K .......... .......... .......... .......... .......... 83% 52.3M 0s
20451 25800K .......... .......... .......... .......... .......... 83% 159M 0s
20452 25850K .......... .......... .......... .......... .......... 83% 36.5M 0s
20453 25900K .......... .......... .......... .......... .......... 83% 89.9M 0s
20454 25950K .......... .......... .......... .......... .......... 83% 272M 0s
20455 26000K .......... .......... .......... .......... .......... 84% 225M 0s
20456 26050K .......... .......... .......... .......... .......... 84% 82.7M 0s
20457 26100K .......... .......... .......... .......... .......... 84% 81.3M 0s
20458 26150K .......... .......... .......... .......... .......... 84% 73.9M 0s
20459 26200K .......... .......... .......... .......... .......... 84% 71.5M 0s
20460 26250K .......... .......... .......... .......... .......... 84% 91.5M 0s
20461 26300K .......... .......... .......... .......... .......... 84% 102M 0s
20462 26350K .......... .......... .......... .......... .......... 85% 87.7M 0s
20463 26400K .......... .......... .......... .......... .......... 85% 80.4M 0s
20464 26450K .......... .......... .......... .......... .......... 85% 61.2M 0s
20465 26500K .......... .......... .......... .......... .......... 85% 62.0M 0s
20466 26550K .......... .......... .......... .......... .......... 85% 24.8M 0s
20467 26600K .......... .......... .......... .......... .......... 85% 51.7M 0s
20468 26650K .......... .......... .......... .......... .......... 86% 143M 0s
20469 26700K .......... .......... .......... .......... .......... 86% 178M 0s
20470 26750K .......... .......... .......... .......... .......... 86% 89.4M 0s
20471 26800K .......... .......... .......... .......... .......... 86% 131M 0s
20472 26850K .......... .......... .......... .......... .......... 86% 50.1M 0s
20473 26900K .......... .......... .......... .......... .......... 86% 150M 0s
20474 26950K .......... .......... .......... .......... .......... 87% 166M 0s
20475 27000K .......... .......... .......... .......... .......... 87% 171M 0s
20476 27050K .......... .......... .......... .......... .......... 87% 106M 0s
20477 27100K .......... .......... .......... .......... .......... 87% 99.0M 0s
20478 27150K .......... .......... .......... .......... .......... 87% 178M 0s
20479 27200K .......... .......... .......... .......... .......... 87% 148M 0s
20480 27250K .......... .......... .......... .......... .......... 88% 80.1M 0s
20481 27300K .......... .......... .......... .......... .......... 88% 59.5M 0s
20482 27350K .......... .......... .......... .......... .......... 88% 169M 0s
20483 27400K .......... .......... .......... .......... .......... 88% 74.6M 0s
20484 27450K .......... .......... .......... .......... .......... 88% 145M 0s
20485 27500K .......... .......... .......... .......... .......... 88% 130M 0s
20486 27550K .......... .......... .......... .......... .......... 89% 118M 0s
20487 27600K .......... .......... .......... .......... .......... 89% 75.5M 0s
20488 27650K .......... .......... .......... .......... .......... 89% 94.2M 0s
20489 27700K .......... .......... .......... .......... .......... 89% 87.0M 0s
20490 27750K .......... .......... .......... .......... .......... 89% 99.4M 0s
20491 27800K .......... .......... .......... .......... .......... 89% 99.5M 0s
20492 27850K .......... .......... .......... .......... .......... 89% 11.0M 0s
20493 27900K .......... .......... .......... .......... .......... 90% 19.9M 0s
20494 27950K .......... .......... .......... .......... .......... 90% 181M 0s
20495 28000K .......... .......... .......... .......... .......... 90% 184M 0s
20496 28050K .......... .......... .......... .......... .......... 90% 133M 0s
20497 28100K .......... .......... .......... .......... .......... 90% 165M 0s
20498 28150K .......... .......... .......... .......... .......... 90% 142M 0s
20499 28200K .......... .......... .......... .......... .......... 91% 156M 0s
20500 28250K .......... .......... .......... .......... .......... 91% 236M 0s
20501 28300K .......... .......... .......... .......... .......... 91% 182M 0s
20502 28350K .......... .......... .......... .......... .......... 91% 227M 0s
20503 28400K .......... .......... .......... .......... .......... 91% 183M 0s
20504 28450K .......... .......... .......... .......... .......... 91% 164M 0s
20505 28500K .......... .......... .......... .......... .......... 92% 162M 0s
20506 28550K .......... .......... .......... .......... .......... 92% 260M 0s
20507 28600K .......... .......... .......... .......... .......... 92% 151M 0s
20508 28650K .......... .......... .......... .......... .......... 92% 177M 0s
20509 28700K .......... .......... .......... .......... .......... 92% 208M 0s
20510 28750K .......... .......... .......... .......... .......... 92% 203M 0s
20511 28800K .......... .......... .......... .......... .......... 93% 134M 0s
20512 28850K .......... .......... .......... .......... .......... 93% 119M 0s
20513 28900K .......... .......... .......... .......... .......... 93% 113M 0s
20514 28950K .......... .......... .......... .......... .......... 93% 8.16M 0s
20515 29000K .......... .......... .......... .......... .......... 93% 182M 0s
20516 29050K .......... .......... .......... .......... .......... 93% 176M 0s
20517 29100K .......... .......... .......... .......... .......... 94% 210M 0s
20518 29150K .......... .......... .......... .......... .......... 94% 168M 0s
20519 29200K .......... .......... .......... .......... .......... 94% 190M 0s
20520 29250K .......... .......... .......... .......... .......... 94% 177M 0s
20521 29300K .......... .......... .......... .......... .......... 94% 204M 0s
20522 29350K .......... .......... .......... .......... .......... 94% 177M 0s
20523 29400K .......... .......... .......... .......... .......... 94% 249M 0s
20524 29450K .......... .......... .......... .......... .......... 95% 214M 0s
20525 29500K .......... .......... .......... .......... .......... 95% 280M 0s
20526 29550K .......... .......... .......... .......... .......... 95% 240M 0s
20527 29600K .......... .......... .......... .......... .......... 95% 248M 0s
20528 29650K .......... .......... .......... .......... .......... 95% 187M 0s
20529 29700K .......... .......... .......... .......... .......... 95% 172M 0s
20530 29750K .......... .......... .......... .......... .......... 96% 156M 0s
20531 29800K .......... .......... .......... .......... .......... 96% 167M 0s
20532 29850K .......... .......... .......... .......... .......... 96% 143M 0s
20533 29900K .......... .......... .......... .......... .......... 96% 160M 0s
20534 29950K .......... .......... .......... .......... .......... 96% 163M 0s
20535 30000K .......... .......... .......... .......... .......... 96% 168M 0s
20536 30050K .......... .......... .......... .......... .......... 97% 148M 0s
20537 30100K .......... .......... .......... .......... .......... 97% 195M 0s
20538 30150K .......... .......... .......... .......... .......... 97% 277M 0s
20539 30200K .......... .......... .......... .......... .......... 97% 277M 0s
20540 30250K .......... .......... .......... .......... .......... 97% 230M 0s
20541 30300K .......... .......... .......... .......... .......... 97% 281M 0s
20542 30350K .......... .......... .......... .......... .......... 98% 247M 0s
20543 30400K .......... .......... .......... .......... .......... 98% 280M 0s
20544 30450K .......... .......... .......... .......... .......... 98% 222M 0s
20545 30500K .......... .......... .......... .......... .......... 98% 261M 0s
20546 30550K .......... .......... .......... .......... .......... 98% 271M 0s
20547 30600K .......... .......... .......... .......... .......... 98% 247M 0s
20548 30650K .......... .......... .......... .......... .......... 99% 246M 0s
20549 30700K .......... .......... .......... .......... .......... 99% 270M 0s
20550 30750K .......... .......... .......... .......... .......... 99% 237M 0s
20551 30800K .......... .......... .......... .......... .......... 99% 274M 0s
20552 30850K .......... .......... .......... .......... .......... 99% 219M 0s
20553 30900K .......... .......... .......... .......... .......... 99% 274M 0s
20554 30950K .......... .......... .......... .......... .......... 99% 275M 0s
20555 31000K ...... 100% 180M=0.4s
20556
205572015-12-29 20:17:57 (67.8 MB/s) - '/usr/local/lib/selenium-server-standalone.jar' saved [31750379/31750379]
20558
20559 ---> 01cb83a190f0
20560Removing intermediate container 82f618d7cd1f
20561Step 23 : WORKDIR /srv
20562 ---> Running in ae62a4f587f5
20563 ---> 6ce49e0146f5
20564Removing intermediate container ae62a4f587f5
20565Step 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*
20566 ---> Running in 179e50721423
20567--2015-12-29 20:18:18-- http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2
20568Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
20569Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
20570HTTP request sent, awaiting response... 200 OK
20571Length: 13161396 (13M) [application/x-bzip2]
20572Saving to: 'phantomjs-1.9.7-linux-x86_64.tar.bz2'
20573
20574 0K .......... .......... .......... .......... .......... 0% 29.2M 0s
20575 50K .......... .......... .......... .......... .......... 0% 48.0M 0s
20576 100K .......... .......... .......... .......... .......... 1% 117M 0s
20577 150K .......... .......... .......... .......... .......... 1% 75.1M 0s
20578 200K .......... .......... .......... .......... .......... 1% 21.8M 0s
20579 250K .......... .......... .......... .......... .......... 2% 56.9M 0s
20580 300K .......... .......... .......... .......... .......... 2% 73.6M 0s
20581 350K .......... .......... .......... .......... .......... 3% 57.8M 0s
20582 400K .......... .......... .......... .......... .......... 3% 74.0M 0s
20583 450K .......... .......... .......... .......... .......... 3% 182M 0s
20584 500K .......... .......... .......... .......... .......... 4% 56.6M 0s
20585 550K .......... .......... .......... .......... .......... 4% 82.7M 0s
20586 600K .......... .......... .......... .......... .......... 5% 57.7M 0s
20587 650K .......... .......... .......... .......... .......... 5% 118M 0s
20588 700K .......... .......... .......... .......... .......... 5% 99.8M 0s
20589 750K .......... .......... .......... .......... .......... 6% 37.5M 0s
20590 800K .......... .......... .......... .......... .......... 6% 82.8M 0s
20591 850K .......... .......... .......... .......... .......... 7% 78.1M 0s
20592 900K .......... .......... .......... .......... .......... 7% 91.6M 0s
20593 950K .......... .......... .......... .......... .......... 7% 76.6M 0s
20594 1000K .......... .......... .......... .......... .......... 8% 53.3M 0s
20595 1050K .......... .......... .......... .......... .......... 8% 82.3M 0s
20596 1100K .......... .......... .......... .......... .......... 8% 144M 0s
20597 1150K .......... .......... .......... .......... .......... 9% 40.3M 0s
20598 1200K .......... .......... .......... .......... .......... 9% 72.9M 0s
20599 1250K .......... .......... .......... .......... .......... 10% 50.0M 0s
20600 1300K .......... .......... .......... .......... .......... 10% 92.6M 0s
20601 1350K .......... .......... .......... .......... .......... 10% 174M 0s
20602 1400K .......... .......... .......... .......... .......... 11% 48.6M 0s
20603 1450K .......... .......... .......... .......... .......... 11% 81.8M 0s
20604 1500K .......... .......... .......... .......... .......... 12% 49.0M 0s
20605 1550K .......... .......... .......... .......... .......... 12% 78.9M 0s
20606 1600K .......... .......... .......... .......... .......... 12% 134M 0s
20607 1650K .......... .......... .......... .......... .......... 13% 49.8M 0s
20608 1700K .......... .......... .......... .......... .......... 13% 76.0M 0s
20609 1750K .......... .......... .......... .......... .......... 14% 58.7M 0s
20610 1800K .......... .......... .......... .......... .......... 14% 65.0M 0s
20611 1850K .......... .......... .......... .......... .......... 14% 191M 0s
20612 1900K .......... .......... .......... .......... .......... 15% 64.8M 0s
20613 1950K .......... .......... .......... .......... .......... 15% 125M 0s
20614 2000K .......... .......... .......... .......... .......... 15% 87.5M 0s
20615 2050K .......... .......... .......... .......... .......... 16% 177M 0s
20616 2100K .......... .......... .......... .......... .......... 16% 127M 0s
20617 2150K .......... .......... .......... .......... .......... 17% 79.2M 0s
20618 2200K .......... .......... .......... .......... .......... 17% 107M 0s
20619 2250K .......... .......... .......... .......... .......... 17% 117M 0s
20620 2300K .......... .......... .......... .......... .......... 18% 125M 0s
20621 2350K .......... .......... .......... .......... .......... 18% 138M 0s
20622 2400K .......... .......... .......... .......... .......... 19% 67.2M 0s
20623 2450K .......... .......... .......... .......... .......... 19% 136M 0s
20624 2500K .......... .......... .......... .......... .......... 19% 235M 0s
20625 2550K .......... .......... .......... .......... .......... 20% 89.1M 0s
20626 2600K .......... .......... .......... .......... .......... 20% 124M 0s
20627 2650K .......... .......... .......... .......... .......... 21% 79.0M 0s
20628 2700K .......... .......... .......... .......... .......... 21% 134M 0s
20629 2750K .......... .......... .......... .......... .......... 21% 243M 0s
20630 2800K .......... .......... .......... .......... .......... 22% 79.4M 0s
20631 2850K .......... .......... .......... .......... .......... 22% 133M 0s
20632 2900K .......... .......... .......... .......... .......... 22% 47.2M 0s
20633 2950K .......... .......... .......... .......... .......... 23% 129M 0s
20634 3000K .......... .......... .......... .......... .......... 23% 217M 0s
20635 3050K .......... .......... .......... .......... .......... 24% 79.2M 0s
20636 3100K .......... .......... .......... .......... .......... 24% 130M 0s
20637 3150K .......... .......... .......... .......... .......... 24% 85.2M 0s
20638 3200K .......... .......... .......... .......... .......... 25% 120M 0s
20639 3250K .......... .......... .......... .......... .......... 25% 262M 0s
20640 3300K .......... .......... .......... .......... .......... 26% 84.5M 0s
20641 3350K .......... .......... .......... .......... .......... 26% 119M 0s
20642 3400K .......... .......... .......... .......... .......... 26% 72.3M 0s
20643 3450K .......... .......... .......... .......... .......... 27% 183M 0s
20644 3500K .......... .......... .......... .......... .......... 27% 103M 0s
20645 3550K .......... .......... .......... .......... .......... 28% 45.0M 0s
20646 3600K .......... .......... .......... .......... .......... 28% 27.8M 0s
20647 3650K .......... .......... .......... .......... .......... 28% 67.3M 0s
20648 3700K .......... .......... .......... .......... .......... 29% 81.2M 0s
20649 3750K .......... .......... .......... .......... .......... 29% 105M 0s
20650 3800K .......... .......... .......... .......... .......... 29% 33.4M 0s
20651 3850K .......... .......... .......... .......... .......... 30% 70.1M 0s
20652 3900K .......... .......... .......... .......... .......... 30% 146M 0s
20653 3950K .......... .......... .......... .......... .......... 31% 81.4M 0s
20654 4000K .......... .......... .......... .......... .......... 31% 72.6M 0s
20655 4050K .......... .......... .......... .......... .......... 31% 53.8M 0s
20656 4100K .......... .......... .......... .......... .......... 32% 88.0M 0s
20657 4150K .......... .......... .......... .......... .......... 32% 212M 0s
20658 4200K .......... .......... .......... .......... .......... 33% 78.6M 0s
20659 4250K .......... .......... .......... .......... .......... 33% 122M 0s
20660 4300K .......... .......... .......... .......... .......... 33% 53.4M 0s
20661 4350K .......... .......... .......... .......... .......... 34% 136M 0s
20662 4400K .......... .......... .......... .......... .......... 34% 202M 0s
20663 4450K .......... .......... .......... .......... .......... 35% 81.7M 0s
20664 4500K .......... .......... .......... .......... .......... 35% 86.6M 0s
20665 4550K .......... .......... .......... .......... .......... 35% 70.3M 0s
20666 4600K .......... .......... .......... .......... .......... 36% 77.4M 0s
20667 4650K .......... .......... .......... .......... .......... 36% 252M 0s
20668 4700K .......... .......... .......... .......... .......... 36% 53.3M 0s
20669 4750K .......... .......... .......... .......... .......... 37% 110M 0s
20670 4800K .......... .......... .......... .......... .......... 37% 66.7M 0s
20671 4850K .......... .......... .......... .......... .......... 38% 141M 0s
20672 4900K .......... .......... .......... .......... .......... 38% 99.3M 0s
20673 4950K .......... .......... .......... .......... .......... 38% 54.4M 0s
20674 5000K .......... .......... .......... .......... .......... 39% 77.8M 0s
20675 5050K .......... .......... .......... .......... .......... 39% 100M 0s
20676 5100K .......... .......... .......... .......... .......... 40% 97.0M 0s
20677 5150K .......... .......... .......... .......... .......... 40% 95.5M 0s
20678 5200K .......... .......... .......... .......... .......... 40% 49.8M 0s
20679 5250K .......... .......... .......... .......... .......... 41% 73.0M 0s
20680 5300K .......... .......... .......... .......... .......... 41% 201M 0s
20681 5350K .......... .......... .......... .......... .......... 42% 89.6M 0s
20682 5400K .......... .......... .......... .......... .......... 42% 121M 0s
20683 5450K .......... .......... .......... .......... .......... 42% 81.9M 0s
20684 5500K .......... .......... .......... .......... .......... 43% 126M 0s
20685 5550K .......... .......... .......... .......... .......... 43% 244M 0s
20686 5600K .......... .......... .......... .......... .......... 43% 78.0M 0s
20687 5650K .......... .......... .......... .......... .......... 44% 137M 0s
20688 5700K .......... .......... .......... .......... .......... 44% 64.9M 0s
20689 5750K .......... .......... .......... .......... .......... 45% 67.2M 0s
20690 5800K .......... .......... .......... .......... .......... 45% 80.5M 0s
20691 5850K .......... .......... .......... .......... .......... 45% 37.4M 0s
20692 5900K .......... .......... .......... .......... .......... 46% 100M 0s
20693 5950K .......... .......... .......... .......... .......... 46% 63.5M 0s
20694 6000K .......... .......... .......... .......... .......... 47% 89.7M 0s
20695 6050K .......... .......... .......... .......... .......... 47% 192M 0s
20696 6100K .......... .......... .......... .......... .......... 47% 57.0M 0s
20697 6150K .......... .......... .......... .......... .......... 48% 96.9M 0s
20698 6200K .......... .......... .......... .......... .......... 48% 69.7M 0s
20699 6250K .......... .......... .......... .......... .......... 49% 147M 0s
20700 6300K .......... .......... .......... .......... .......... 49% 123M 0s
20701 6350K .......... .......... .......... .......... .......... 49% 52.5M 0s
20702 6400K .......... .......... .......... .......... .......... 50% 89.3M 0s
20703 6450K .......... .......... .......... .......... .......... 50% 85.8M 0s
20704 6500K .......... .......... .......... .......... .......... 50% 84.2M 0s
20705 6550K .......... .......... .......... .......... .......... 51% 101M 0s
20706 6600K .......... .......... .......... .......... .......... 51% 62.4M 0s
20707 6650K .......... .......... .......... .......... .......... 52% 104M 0s
20708 6700K .......... .......... .......... .......... .......... 52% 180M 0s
20709 6750K .......... .......... .......... .......... .......... 52% 88.3M 0s
20710 6800K .......... .......... .......... .......... .......... 53% 115M 0s
20711 6850K .......... .......... .......... .......... .......... 53% 64.9M 0s
20712 6900K .......... .......... .......... .......... .......... 54% 26.1M 0s
20713 6950K .......... .......... .......... .......... .......... 54% 185M 0s
20714 7000K .......... .......... .......... .......... .......... 54% 72.9M 0s
20715 7050K .......... .......... .......... .......... .......... 55% 110M 0s
20716 7100K .......... .......... .......... .......... .......... 55% 56.0M 0s
20717 7150K .......... .......... .......... .......... .......... 56% 82.3M 0s
20718 7200K .......... .......... .......... .......... .......... 56% 107M 0s
20719 7250K .......... .......... .......... .......... .......... 56% 72.7M 0s
20720 7300K .......... .......... .......... .......... .......... 57% 123M 0s
20721 7350K .......... .......... .......... .......... .......... 57% 90.6M 0s
20722 7400K .......... .......... .......... .......... .......... 57% 106M 0s
20723 7450K .......... .......... .......... .......... .......... 58% 274M 0s
20724 7500K .......... .......... .......... .......... .......... 58% 81.7M 0s
20725 7550K .......... .......... .......... .......... .......... 59% 123M 0s
20726 7600K .......... .......... .......... .......... .......... 59% 81.7M 0s
20727 7650K .......... .......... .......... .......... .......... 59% 168M 0s
20728 7700K .......... .......... .......... .......... .......... 60% 149M 0s
20729 7750K .......... .......... .......... .......... .......... 60% 71.2M 0s
20730 7800K .......... .......... .......... .......... .......... 61% 117M 0s
20731 7850K .......... .......... .......... .......... .......... 61% 104M 0s
20732 7900K .......... .......... .......... .......... .......... 61% 102M 0s
20733 7950K .......... .......... .......... .......... .......... 62% 103M 0s
20734 8000K .......... .......... .......... .......... .......... 62% 58.9M 0s
20735 8050K .......... .......... .......... .......... .......... 63% 85.7M 0s
20736 8100K .......... .......... .......... .......... .......... 63% 174M 0s
20737 8150K .......... .......... .......... .......... .......... 63% 60.0M 0s
20738 8200K .......... .......... .......... .......... .......... 64% 67.7M 0s
20739 8250K .......... .......... .......... .......... .......... 64% 56.4M 0s
20740 8300K .......... .......... .......... .......... .......... 64% 120M 0s
20741 8350K .......... .......... .......... .......... .......... 65% 216M 0s
20742 8400K .......... .......... .......... .......... .......... 65% 74.1M 0s
20743 8450K .......... .......... .......... .......... .......... 66% 131M 0s
20744 8500K .......... .......... .......... .......... .......... 66% 79.4M 0s
20745 8550K .......... .......... .......... .......... .......... 66% 125M 0s
20746 8600K .......... .......... .......... .......... .......... 67% 192M 0s
20747 8650K .......... .......... .......... .......... .......... 67% 82.1M 0s
20748 8700K .......... .......... .......... .......... .......... 68% 121M 0s
20749 8750K .......... .......... .......... .......... .......... 68% 87.7M 0s
20750 8800K .......... .......... .......... .......... .......... 68% 109M 0s
20751 8850K .......... .......... .......... .......... .......... 69% 277M 0s
20752 8900K .......... .......... .......... .......... .......... 69% 79.1M 0s
20753 8950K .......... .......... .......... .......... .......... 70% 120M 0s
20754 9000K .......... .......... .......... .......... .......... 70% 44.7M 0s
20755 9050K .......... .......... .......... .......... .......... 70% 95.1M 0s
20756 9100K .......... .......... .......... .......... .......... 71% 71.7M 0s
20757 9150K .......... .......... .......... .......... .......... 71% 56.9M 0s
20758 9200K .......... .......... .......... .......... .......... 71% 68.0M 0s
20759 9250K .......... .......... .......... .......... .......... 72% 84.2M 0s
20760 9300K .......... .......... .......... .......... .......... 72% 83.6M 0s
20761 9350K .......... .......... .......... .......... .......... 73% 73.2M 0s
20762 9400K .......... .......... .......... .......... .......... 73% 48.0M 0s
20763 9450K .......... .......... .......... .......... .......... 73% 66.9M 0s
20764 9500K .......... .......... .......... .......... .......... 74% 128M 0s
20765 9550K .......... .......... .......... .......... .......... 74% 60.2M 0s
20766 9600K .......... .......... .......... .......... .......... 75% 76.9M 0s
20767 9650K .......... .......... .......... .......... .......... 75% 48.0M 0s
20768 9700K .......... .......... .......... .......... .......... 75% 62.0M 0s
20769 9750K .......... .......... .......... .......... .......... 76% 189M 0s
20770 9800K .......... .......... .......... .......... .......... 76% 38.8M 0s
20771 9850K .......... .......... .......... .......... .......... 77% 60.2M 0s
20772 9900K .......... .......... .......... .......... .......... 77% 51.4M 0s
20773 9950K .......... .......... .......... .......... .......... 77% 66.8M 0s
20774 10000K .......... .......... .......... .......... .......... 78% 127M 0s
20775 10050K .......... .......... .......... .......... .......... 78% 55.0M 0s
20776 10100K .......... .......... .......... .......... .......... 78% 68.7M 0s
20777 10150K .......... .......... .......... .......... .......... 79% 51.6M 0s
20778 10200K .......... .......... .......... .......... .......... 79% 76.2M 0s
20779 10250K .......... .......... .......... .......... .......... 80% 141M 0s
20780 10300K .......... .......... .......... .......... .......... 80% 50.3M 0s
20781 10350K .......... .......... .......... .......... .......... 80% 68.5M 0s
20782 10400K .......... .......... .......... .......... .......... 81% 57.0M 0s
20783 10450K .......... .......... .......... .......... .......... 81% 119M 0s
20784 10500K .......... .......... .......... .......... .......... 82% 101M 0s
20785 10550K .......... .......... .......... .......... .......... 82% 47.1M 0s
20786 10600K .......... .......... .......... .......... .......... 82% 70.4M 0s
20787 10650K .......... .......... .......... .......... .......... 83% 66.1M 0s
20788 10700K .......... .......... .......... .......... .......... 83% 97.9M 0s
20789 10750K .......... .......... .......... .......... .......... 84% 73.6M 0s
20790 10800K .......... .......... .......... .......... .......... 84% 52.4M 0s
20791 10850K .......... .......... .......... .......... .......... 84% 74.1M 0s
20792 10900K .......... .......... .......... .......... .......... 85% 190M 0s
20793 10950K .......... .......... .......... .......... .......... 85% 55.7M 0s
20794 11000K .......... .......... .......... .......... .......... 85% 66.9M 0s
20795 11050K .......... .......... .......... .......... .......... 86% 53.4M 0s
20796 11100K .......... .......... .......... .......... .......... 86% 68.1M 0s
20797 11150K .......... .......... .......... .......... .......... 87% 143M 0s
20798 11200K .......... .......... .......... .......... .......... 87% 53.3M 0s
20799 11250K .......... .......... .......... .......... .......... 87% 74.0M 0s
20800 11300K .......... .......... .......... .......... .......... 88% 55.4M 0s
20801 11350K .......... .......... .......... .......... .......... 88% 73.2M 0s
20802 11400K .......... .......... .......... .......... .......... 89% 156M 0s
20803 11450K .......... .......... .......... .......... .......... 89% 50.9M 0s
20804 11500K .......... .......... .......... .......... .......... 89% 84.1M 0s
20805 11550K .......... .......... .......... .......... .......... 90% 52.8M 0s
20806 11600K .......... .......... .......... .......... .......... 90% 61.0M 0s
20807 11650K .......... .......... .......... .......... .......... 91% 162M 0s
20808 11700K .......... .......... .......... .......... .......... 91% 50.2M 0s
20809 11750K .......... .......... .......... .......... .......... 91% 66.3M 0s
20810 11800K .......... .......... .......... .......... .......... 92% 43.7M 0s
20811 11850K .......... .......... .......... .......... .......... 92% 174M 0s
20812 11900K .......... .......... .......... .......... .......... 92% 144M 0s
20813 11950K .......... .......... .......... .......... .......... 93% 113M 0s
20814 12000K .......... .......... .......... .......... .......... 93% 101M 0s
20815 12050K .......... .......... .......... .......... .......... 94% 124M 0s
20816 12100K .......... .......... .......... .......... .......... 94% 146M 0s
20817 12150K .......... .......... .......... .......... .......... 94% 115M 0s
20818 12200K .......... .......... .......... .......... .......... 95% 188M 0s
20819 12250K .......... .......... .......... .......... .......... 95% 243M 0s
20820 12300K .......... .......... .......... .......... .......... 96% 319M 0s
20821 12350K .......... .......... .......... .......... .......... 96% 266M 0s
20822 12400K .......... .......... .......... .......... .......... 96% 268M 0s
20823 12450K .......... .......... .......... .......... .......... 97% 240M 0s
20824 12500K .......... .......... .......... .......... .......... 97% 167M 0s
20825 12550K .......... .......... .......... .......... .......... 98% 179M 0s
20826 12600K .......... .......... .......... .......... .......... 98% 181M 0s
20827 12650K .......... .......... .......... .......... .......... 98% 274M 0s
20828 12700K .......... .......... .......... .......... .......... 99% 191M 0s
20829 12750K .......... .......... .......... .......... .......... 99% 136M 0s
20830 12800K .......... .......... .......... .......... .......... 99% 160M 0s
20831 12850K ..  100% 5580G=0.2s
20832
208332015-12-29 20:18:18 (81.4 MB/s) - 'phantomjs-1.9.7-linux-x86_64.tar.bz2' saved [13161396/13161396]
20834
20835phantomjs-1.9.7-linux-x86_64/
20836phantomjs-1.9.7-linux-x86_64/bin/
20837phantomjs-1.9.7-linux-x86_64/bin/phantomjs
20838phantomjs-1.9.7-linux-x86_64/examples/
20839phantomjs-1.9.7-linux-x86_64/examples/scandir.js
20840phantomjs-1.9.7-linux-x86_64/examples/technews.coffee
20841phantomjs-1.9.7-linux-x86_64/examples/tweets.js
20842phantomjs-1.9.7-linux-x86_64/examples/rasterize.coffee
20843phantomjs-1.9.7-linux-x86_64/examples/pagecallback.js
20844phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.js
20845phantomjs-1.9.7-linux-x86_64/examples/follow.js
20846phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.coffee
20847phantomjs-1.9.7-linux-x86_64/examples/module.js
20848phantomjs-1.9.7-linux-x86_64/examples/waitfor.coffee
20849phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.coffee
20850phantomjs-1.9.7-linux-x86_64/examples/pizza.js
20851phantomjs-1.9.7-linux-x86_64/examples/seasonfood.coffee
20852phantomjs-1.9.7-linux-x86_64/examples/unrandomize.js
20853phantomjs-1.9.7-linux-x86_64/examples/modernizr.js
20854phantomjs-1.9.7-linux-x86_64/examples/waitfor.js
20855phantomjs-1.9.7-linux-x86_64/examples/direction.js
20856phantomjs-1.9.7-linux-x86_64/examples/arguments.coffee
20857phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.js
20858phantomjs-1.9.7-linux-x86_64/examples/run-qunit.js
20859phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.coffee
20860phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.js
20861phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.coffee
20862phantomjs-1.9.7-linux-x86_64/examples/version.js
20863phantomjs-1.9.7-linux-x86_64/examples/movies.js
20864phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.js
20865phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.coffee
20866phantomjs-1.9.7-linux-x86_64/examples/version.coffee
20867phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js
20868phantomjs-1.9.7-linux-x86_64/examples/server.js
20869phantomjs-1.9.7-linux-x86_64/examples/countdown.js
20870phantomjs-1.9.7-linux-x86_64/examples/rasterize.js
20871phantomjs-1.9.7-linux-x86_64/examples/injectme.js
20872phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js
20873phantomjs-1.9.7-linux-x86_64/examples/post.js
20874phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee
20875phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee
20876phantomjs-1.9.7-linux-x86_64/examples/hello.coffee
20877phantomjs-1.9.7-linux-x86_64/examples/features.js
20878phantomjs-1.9.7-linux-x86_64/examples/movies.coffee
20879phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee
20880phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee
20881phantomjs-1.9.7-linux-x86_64/examples/features.coffee
20882phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee
20883phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js
20884phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee
20885phantomjs-1.9.7-linux-x86_64/examples/printmargins.js
20886phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee
20887phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee
20888phantomjs-1.9.7-linux-x86_64/examples/printenv.js
20889phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee
20890phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee
20891phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee
20892phantomjs-1.9.7-linux-x86_64/examples/netlog.js
20893phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee
20894phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee
20895phantomjs-1.9.7-linux-x86_64/examples/weather.coffee
20896phantomjs-1.9.7-linux-x86_64/examples/direction.coffee
20897phantomjs-1.9.7-linux-x86_64/examples/module.coffee
20898phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee
20899phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js
20900phantomjs-1.9.7-linux-x86_64/examples/fibo.js
20901phantomjs-1.9.7-linux-x86_64/examples/imagebin.js
20902phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js
20903phantomjs-1.9.7-linux-x86_64/examples/technews.js
20904phantomjs-1.9.7-linux-x86_64/examples/hello.js
20905phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js
20906phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee
20907phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee
20908phantomjs-1.9.7-linux-x86_64/examples/postserver.js
20909phantomjs-1.9.7-linux-x86_64/examples/weather.js
20910phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee
20911phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee
20912phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js
20913phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee
20914phantomjs-1.9.7-linux-x86_64/examples/useragent.js
20915phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee
20916phantomjs-1.9.7-linux-x86_64/examples/post.coffee
20917phantomjs-1.9.7-linux-x86_64/examples/arguments.js
20918phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee
20919phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee
20920phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee
20921phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js
20922phantomjs-1.9.7-linux-x86_64/examples/follow.coffee
20923phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js
20924phantomjs-1.9.7-linux-x86_64/examples/page_events.js
20925phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js
20926phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js
20927phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee
20928phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee
20929phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js
20930phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js
20931phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee
20932phantomjs-1.9.7-linux-x86_64/examples/server.coffee
20933phantomjs-1.9.7-linux-x86_64/examples/universe.js
20934phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee
20935phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js
20936phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee
20937phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee
20938phantomjs-1.9.7-linux-x86_64/examples/netsniff.js
20939phantomjs-1.9.7-linux-x86_64/ChangeLog
20940phantomjs-1.9.7-linux-x86_64/README.md
20941phantomjs-1.9.7-linux-x86_64/LICENSE.BSD
20942phantomjs-1.9.7-linux-x86_64/third-party.txt
20943 ---> 9122ffd8b79e
20944Removing intermediate container 179e50721423
20945Step 25 : ADD /functions.sh /
20946 ---> 8906b8026eee
20947Removing intermediate container 368c3f8db44b
20948Step 26 : ADD entrypoint.sh /
20949 ---> 4eba10959b0d
20950Removing intermediate container edfa0ec069a7
20951Step 27 : RUN chmod 755 /entrypoint.sh
20952 ---> Running in 04cf70ab97e1
20953 ---> a8f066c1c195
20954Removing intermediate container 04cf70ab97e1
20955Step 28 : ENTRYPOINT /entrypoint.sh
20956 ---> Running in 77ffc42dcf8a
20957 ---> 2b3ba084c70a
20958Removing intermediate container 77ffc42dcf8a
20959Successfully built 2b3ba084c70a
20960== ./atomicapp ==
20961Sending build context to Docker daemon 9.216 kB
20962Sending build context to Docker daemon 9.216 kB
20963
20964Step 0 : FROM projectatomic/atomicapp:0.3.0
20965 ---> d31c1e84399e
20966Step 1 : MAINTAINER Kolab Systems <contact@kolabsys.com>
20967 ---> Using cache
20968 ---> e3e55df828cd
20969Step 2 : LABEL io.projectatomic.nulecule.providers "kubernetes" io.projectatomic.nulecule.specversion "0.0.2"
20970 ---> Using cache
20971 ---> 280baf68bfaf
20972Step 3 : ADD /Nulecule /Dockerfile /application-entity/
20973 ---> Using cache
20974 ---> 1fb8b161d6be
20975Step 4 : ADD /artifacts /application-entity/artifacts/
20976 ---> Using cache
20977 ---> 00ae2ab07c17
20978Successfully built 00ae2ab07c17
20979Deleted: a4a73ed815bd202b83f2ebf244c97669bd8b206b6e95c37b8089f33634f9e16f
20980Deleted: 87ba47b0882162883a4c27342ec7956531cf968e061aa915c59b91898b20f43f
20981Deleted: 43b72b9d70d7c076e1590f369bb4dced6728fb0d1577da70bbc23e19134f8683
20982Deleted: 11256e56302a1ed2b55aedebe2270fc6922bd36310a3e44a2a318cf1bb84bcfe
20983Deleted: ff0ac4aafecd2279b38cfaf8089a41b0bccecd0736cb4d4305f43148ad32e932
20984Deleted: aecba0c8be15608dfad380f408f57eebe9c29bbe3f546bbf2879a03c5357cc63
20985Deleted: 293c1dbed9780ac5200dffa59a81d215eeffd07e1e5472a98fcd7771ae8e7958
20986Deleted: ca2809933bff68794cfb157c1a164c2965bc9e5cdb224173efdfd9f019d3e79b
20987Deleted: 6c6238c7c8c707672bdf2c3b4cc74d69f864ab8ad14f965c1b9b27b9a7807518
20988Deleted: 2f6f7cfa57cb1722fd792098635e2189960aa8c236adbb5ff4daf9a458fd6fb0
20989Deleted: aa8dc5dba87dec73056ad1be5fd3124e6a87a21e13c6fb74c8bc51f2b5a51162
20990Deleted: 30cca33156334a61debee504c5e360e233bf71b9b52dafad78a901631eba7cfc
20991Deleted: 6d16a7def4d7b0f8e5492ae6ea9d12ebf2b38ead54c73e50a8feabc9edb5f31d
20992Deleted: 6fc0c09ea0dd8e3800842f04a01ff35f9609e8fdb5c9fb9933c5f632c9c26131
20993Deleted: 613b860efddd03afbeeda4e52ed9e15f8287a3689d4b8eb833164ba737903867
20994Deleted: 9080c0c21d07f935d69540dca0d4ec2714891b803afbb28e680f29cce723b14f
20995Deleted: 63be24cfd5ef34394fe676c6f49bb0a21c99f3416458fb13819699c7e54dabcf
20996Deleted: 00512715af742f7b6dd974e578b12d2f55238d9fb9da09ca18b7e233cc0a8c72
20997Deleted: 0091ed6283f7c88774a3e53c99d2ad583bedabb12e69adcddb4d54f4476e86ec
20998Deleted: e6bcccf9c0a3400b465030bbb99c1795aedd9a8954862ebcd48fb7ededc9857f
20999Deleted: 31e4a10148f1a34abb293b19b61f0b4efe527794e6c9946853fd371268d44673
21000Deleted: 3f51ee0ee592db81c20118889f367c42d2a4ac9351c08a5fa42e2a262302853e
21001Deleted: 72870faa694295a5321e71bdc9c47a1079b1f99e2f793e4fe317d11dcfe44be0
21002Deleted: 60b35dc09ff1cf68b3cd2453ebe93f1fe7c23f9289882f47988e7d2985b2c753
21003Deleted: 06b47f80ce372be0dafa9df117b848cc83be7488d2ccf1090d7e9600b69f8fe3
21004Deleted: 839c034760f25536f62a6073edf1cac7de56609dcc274aa45e0eee96261422ed
21005Deleted: fb5c2274463a0be305c31dce5288f7e7f9f2863dd29facb90a02e90a9b1c66e1
21006Deleted: db980f5fe3a23b691bc605ec863d5a23e178586e93731d4897a3e97eb8c1c4a3
21007Deleted: 122d60838d74362ed1ae385ae7363dd2ce7fd1bc010c1b5f713f101bd3622786
21008Deleted: 7e275d2fff19f34b7b12d13e159f768e6d65a179c5b581e3c333aecd8a9aff24
21009Deleted: 0abd15317cb92e287458ab8cbe8e06c9c9386adacbf187e907e82d1e78a79846
21010Deleted: 4c67ce67ff88a90d2e47de57131bbc5ceb53df57abf2126beee16e5bbf8e11db
21011Deleted: 3fa34a28c5f509980272f7731187446f192ad7859e28d014a8c2c2fa539fb27f
21012Deleted: 6fc19e280e0b77650cda9e5965b3da27ce46b41cfa53df14bbe932c31e37b5ac
21013Deleted: 3839a895984a0dd7298c707d9e827b97a7c3c16747f43c7645fc3205889b524f
21014Deleted: 5c42dd3b12402a1eea919863ca4043a7043c4a073d9264f1f0bb45a1e3cabe6f
21015Deleted: ac14672364258cceb124222966038e6ab461398624b1508724475a785cdb5f79
21016Deleted: 607293648e9755632c5f6ddcc9fc67cbd2f7c0837d0acfbc90161c0d11d899ac
21017Deleted: bf3e4f4d7407d3f52be88901e2c485cdc1e191473af72e818f9da94b8da06ee1
21018Deleted: 50309af7ae561ce7e2c077c7965d52104ef88d555d72bcde5cf9d3689dc95b25
21019Deleted: 636133de79d69af82547b532e6fba6953ea9203e9ad35d86675b412be13e3945
21020Deleted: 0126a0d557b0cdb1ebbac20f2f1ce06bf63b9ab9dc446271df236cf19dec160b
21021Deleted: 62db1917755592f03781cb9158cdda54faa4d45bb9f43f5609fe71ed3b97b06d
21022Deleted: d6eff2acb2d5acc4317eb669b3df653e1613ab52371521c8bbe1f663f21336bd
21023Deleted: 8021c25acc494bf1b0f0cb336ada8f0309999a5adbf4937caab10c54db3014f3
21024Deleted: 74031f3b6cca75a125d5e1a26cf4eb5f19a4d11bc6baa372b8b95463f26062e3
21025Deleted: c86a7cff12645837253d2270ccca87c4d24948f3c85359f71919b875625199d2
21026Deleted: 9c0085c6b92d9923bd9583a8dd39482db58a103b5a78e8397eeb411d8cd066ec
21027Deleted: fe7dcab0eac90fbfbef1e2a308d450f50c77257fa3b335be56de004a3be749a5
21028Deleted: 1e98347c59420ca3ac3caa83d641d5b0382f39ddf9a987aacab4ecc96caca8d1
21029Deleted: 1243321d2a9de0593577df27e4955b883fc535ec4cad18fba0c479bee9c8449c
21030Deleted: 84cf238d9c2afc784b34d8a7b718a6d9fcce1dfb7127e4cd3701d6bdfab121dc
21031Deleted: 732300a5fc2d27d95ee70a5f764cfe293c566fac75d4c7d8ed5c0aa307b3c192
21032Deleted: aa3a8929bcd17085d5017ce145ba3c8c629de3bfd891a78589f8e8075869432a
21033Deleted: eb23fe5ac27cae94e8329b297f71f87fdb7b5175aba320b786bc49742ca69f8b
21034Deleted: f5201392a3e20ab036ba375b03a998474396ad3f2aacac126b1517f6e7f9e921
21035Deleted: d9721d976b4d1f8988133e07e8fdd9898a438b05df995df7c10a5498eab7f919
21036Deleted: ea7527240d85e4a84b7e24aecf7356844a84b2efbf5e0e52998942f2ade3191f
21037Deleted: 93ac74b710f133926280ab42404c161af6f36228b886a478c2f1f1a27a9704d1
21038Deleted: 15b3adb536c2de545f68909267a279d9c4d246bf394244b893d674c5275948b0
21039Deleted: 633ae535e1dbb72f903097b014ee1f40594661e13c9468b1bbc758ca00e66e67
21040Deleted: ba985b316db7c7d4dd8fb3a6e94f08c3f6c641767c2a7c2e52b7986c8dc735ed
21041Deleted: 6deeba8b2df5e51bf87b12f11c1a0b199cf4a4c682e330a5545068671d801af4
21042Deleted: 953d317bafb71cd28626f28ebaff50b4c8f412e33864f59388d82e3cdcb9280a
21043Deleted: 573638bbc14501ba277ff6d4aa67fdfe5f92f6158b3acff7848da0ab24373380
21044Deleted: 96ad39280ead7c7a1dbdf2f92c5fc4c75dc4af6ab6e7a5615a802fb8df69d7fe
21045Deleted: dddc83b14cf68bf319cbaae873525415a38e280f10ce218437fa2dbc1b7a8bf3
21046Deleted: 76ed6e99dc212c3d1c3b99fc6c01e41e6424ba7dd8b381e981e69dd7baab7795
21047Deleted: 7300ef98a9ca559fbbdff034bd1c7afa5a8660d2fba7e77d35fa382c8209d1dc
21048Deleted: 2a7bac4f3d65f09b196075e708b8ad1efc6027b153895a69258202125a9723db
21049Deleted: e0e5b25c2298c0be66b43188a9125db352757f6ca38c3833f9e32e82783fdf49
21050Deleted: d91191d42e4e147c2707f399e573431ce20e2597518876db27331e0032671da4
21051Deleted: d57c3ced7eac0091022e896b5802402cc5d4e4616de4bd1157d5af16e1a347a1
21052Deleted: 6a89e27f786c23766ef29294f3cfcceb0b97699fc7e01b44cf511cb5f0f696ce
21053/var/drydock/workingcopy-64/repo/docker
21054

Lease Working Copy on atomic02.kolabsys.com

When
Completed at Dec 29 2015, 8:49 PM · Built instantly
Status
Passed

Event Timeline