Page MenuHomePhorge

Build 3026
PassedPublic

Drydock: Run Command on atomic01.kolabsys.com

When
Completed at Mar 7 2016, 6:19 AM · Built for 14 m, 29 s
Status
Passed

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

1+ '[' -z 41f3e900795200fc5f653f21018f6806af9cc12c -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-55/repo/docker
20+ TMPDIR=/var/drydock/workingcopy-55/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 aa885be..13f68e6 master -> origin/master
27+ git reset --hard origin/master
28+ git clean -d -f -x
29+ git checkout 41f3e900795200fc5f653f21018f6806af9cc12c
30Previous HEAD position was 13f68e6... Disable mirrorlists sooner
31HEAD is now at 41f3e90... Add a function to set the system timezone (and treat php.ini while you're at it)
32+ popd
33+ '[' docker '!=' stick ']'
34+ '[' '!' -d stick.git ']'
35+ pushd stick.git
36+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
37+ git fetch origin
38From https://git.kolab.org/diffusion/QA/stick
39 a3bebde..3d6b5d4 master -> origin/master
40+ git reset --hard origin/master
41+ git clean -d -f -x
42+ popd
43+ export commit
44+ export differential
45+ export id
46+ export package
47+ export phid
48+ export ro_uri
49+ export uri
50+ export vcs
51+ export test_build
52+ export test_functional
53+ export test_integration
54+ export test_performance
55+ export test_unit
56+ export test_obs
57+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
58+ '[' -x stick.git/drydocker/docker/build.sh ']'
59+ pushd docker.git
60+ ../stick.git/drydocker/docker/build.sh
61/bin/sh: line 2: kubectl: command not found
62/bin/sh: line 2: kubectl: command not found
63/bin/sh: line 2: kubectl: command not found
64Error response from daemon: Cannot destroy container f93e866906a5: Failed to set container state to RemovalInProgress: Status is already RemovalInProgress
65Error: failed to remove containers: [f93e866906a5]
66../stick.git/drydocker/docker/build.sh: line 19: pushd: /srv/.git: No such file or directory
67../stick.git/drydocker/docker/build.sh: line 25: popd: directory stack empty
68Error response from daemon: Conflict, cannot delete because e6ae46d20061 is held by an ongoing pull or build
69Error: failed to remove images: [e6ae46d20061]
70Error response from daemon: Conflict, cannot delete because 497ad1a249bf is held by an ongoing pull or build
71Error: failed to remove images: [497ad1a249bf]
72+ retval=0
73+ popd
74+ exit 0
75

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

1/var/drydock/workingcopy-55/repo/docker/docker.git /var/drydock/workingcopy-55/repo/docker
2HEAD is now at 13f68e6 Disable mirrorlists sooner
3/var/drydock/workingcopy-55/repo/docker
4/var/drydock/workingcopy-55/repo/docker/stick.git /var/drydock/workingcopy-55/repo/docker
5HEAD is now at 3d6b5d4 Switch to the local mirror
6/var/drydock/workingcopy-55/repo/docker
7/var/drydock/workingcopy-55/repo/docker/docker.git /var/drydock/workingcopy-55/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
21b943ff6dfaef
223ac26905756d
23for image in $(docker images -q --filter dangling=true); do \
24 docker rmi ${image} ; \
25done
26Deleted: cf261718659a5ddeb617c5c8a6e60bcb992109cca234f09eb9934585bdbd62b6
27Deleted: 98bb0cf4dbe4e4352b9bf0e71c4cdefcb0981bd12d33608bc55c5da3d8a5c8ef
28Deleted: 681e595f8b4a4903257dc9566b04bf8a81d60c061eefeef12b619434565d113e
29Deleted: 598c88800701c860e24e9644b0cfb8b116e7f06a8366b39a8b2ce0b4a6f4d6f3
30Deleted: cfe747a3f4d416ca57bc6a900089335b20d7f1780314e9fdbd17d0b46a83c777
31Deleted: 9c2ebc390878f5422734c272c21608f464e73bf1d64b7662994828036b62d64d
32Deleted: 4647320bbfe167aaf4f4b2f148571922c4c56a55210e46c6a124ba56a93b8327
33docker build --rm -t kolab/ci-maipo:HEAD *-ci-maipo
34Sending build context to Docker daemon 37.89 kB
35Sending build context to Docker daemon 37.89 kB
36
37Step 0 : FROM centos:centos7
38 ---> 0e0217391d41
39Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
40 ---> Using cache
41 ---> 183dcd829464
42Step 2 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
43 ---> Using cache
44 ---> 0163189d0b6e
45Step 3 : RUN yum -y install wget && yum clean all
46 ---> Using cache
47 ---> 291315aa7199
48Step 4 : RUN wget -O/etc/yum.repos.d/Kolab:Winterfell.repo http://obs.kolabsys.com/repositories/Kolab:/Winterfell/CentOS_7/Kolab:Winterfell.repo
49 ---> Using cache
50 ---> 192fd955a7c6
51Step 5 : RUN wget -O/etc/yum.repos.d/Kolab:16.repo http://obs.kolabsys.com/repositories/Kolab:/16/CentOS_7/Kolab:16.repo
52 ---> Using cache
53 ---> 692af1bc14be
54Step 6 : RUN wget -O/etc/yum.repos.d/Kolab:3.4.repo http://obs.kolabsys.com/repositories/Kolab:/3.4/CentOS_7/Kolab:3.4.repo
55 ---> Using cache
56 ---> 87ab2676f6d8
57Step 7 : RUN wget -O/etc/yum.repos.d/Kolab:3.4:Updates.repo http://obs.kolabsys.com/repositories/Kolab:/3.4:/Updates/CentOS_7/Kolab:3.4:Updates.repo
58 ---> Using cache
59 ---> ef6461dc94bb
60Step 8 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Winterfell.repo
61 ---> Using cache
62 ---> af16e99aae50
63Step 9 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:16.repo
64 ---> Using cache
65 ---> 6fe7b60cdd45
66Step 10 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4.repo
67 ---> Using cache
68 ---> a0611e60cfc0
69Step 11 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4:Updates.repo
70 ---> Using cache
71 ---> f5d235123085
72Step 12 : RUN rpm --import https://ssl.kolabsys.com/community.asc
73 ---> Using cache
74 ---> 6af4e4511494
75Step 13 : RUN wget -O/etc/yum.repos.d/openSUSE:Tools.repo http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo
76 ---> Using cache
77 ---> 4b53d63f352a
78Step 14 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
79 ---> Using cache
80 ---> 4af31b40efa0
81Step 15 : 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
82 ---> Using cache
83 ---> fa0c6852b6c6
84Step 16 : ENV IMAGE maipo
85 ---> Using cache
86 ---> cdb152e3ec0e
87Step 17 : ADD /dbus.service /etc/systemd/system/dbus.service
88 ---> 4bc58a3b4301
89Removing intermediate container b148903d7656
90Step 18 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
91 ---> Running in e6c745492244
92 ---> 26c7bb17210c
93Removing intermediate container e6c745492244
94Step 19 : ADD /httpd.service /etc/systemd/system/httpd.service
95 ---> c550c9345daf
96Removing intermediate container 5c36522fb5c3
97Step 20 : ADD /vimrc /root/.vimrc
98 ---> 0150d9cd3bf0
99Removing intermediate container 084a92937e2c
100Step 21 : RUN sed -r -i -e 's/^mirrorlist/#mirrorlist/g' -e 's/^#baseurl/baseurl/g' /etc/yum.repos.d/*.repo
101 ---> Running in 626e81649c3c
102 ---> 6639d7087215
103Removing intermediate container 626e81649c3c
104Step 22 : RUN yum clean all && yum -y install epel-release && rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 && sed -i -e 's/#baseurl/baseurl/g' -e '/^mirrorlist/d' /etc/yum.repos.d/epel*.repo && yum -y install yum-plugin-priorities && yum -y update && yum -y install @buildsys-build ant bind-utils build git lsof net-tools nmap-ncat openldap-clients osc perl-Data-Dumper perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium policycoreutils policycoreutils-python psmisc rpmdevtools screen strace sudo telnet traceroute vim-enhanced wget yum-utils && yum clean all
105 ---> Running in 206127a05212
106Loaded plugins: ovl
107Cleaning repos: Kolab_16 Kolab_3.4 Kolab_3.4_Updates Kolab_Winterfell base
108 : extras openSUSE_Tools updates
109Cleaning up everything
110Loaded plugins: ovl
111Resolving Dependencies
112--> Running transaction check
113---> Package epel-release.noarch 0:7-5 will be installed
114--> Finished Dependency Resolution
115
116Dependencies Resolved
117
118================================================================================
119 Package Arch Version Repository Size
120================================================================================
121Installing:
122 epel-release noarch 7-5 extras 14 k
123
124Transaction Summary
125================================================================================
126Install 1 Package
127
128Total download size: 14 k
129Installed size: 24 k
130Downloading packages:
131Running transaction check
132Running transaction test
133Transaction test succeeded
134Running transaction
135 Installing : epel-release-7-5.noarch 1/1
136 Verifying : epel-release-7-5.noarch 1/1
137
138Installed:
139 epel-release.noarch 0:7-5
140
141Complete!
142Loaded plugins: ovl
143http://download.fedoraproject.org/pub/epel/7/x86_64/repodata/69e859a3e7b1ac59da369b47738ca6a2487ab56c8daf81cf68d2289e5e3127e8-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
144Trying other mirror.
145To address this issue please refer to the below knowledge base article
146
147https://access.redhat.com/articles/1320623
148
149If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/
150
151Resolving Dependencies
152--> Running transaction check
153---> Package yum-plugin-priorities.noarch 0:1.1.31-34.el7 will be installed
154--> Finished Dependency Resolution
155
156Dependencies Resolved
157
158================================================================================
159 Package Arch Version Repository Size
160================================================================================
161Installing:
162 yum-plugin-priorities noarch 1.1.31-34.el7 base 25 k
163
164Transaction Summary
165================================================================================
166Install 1 Package
167
168Total download size: 25 k
169Installed size: 28 k
170Downloading packages:
171Running transaction check
172Running transaction test
173Transaction test succeeded
174Running transaction
175 Installing : yum-plugin-priorities-1.1.31-34.el7.noarch 1/1
176 Verifying : yum-plugin-priorities-1.1.31-34.el7.noarch 1/1
177
178Installed:
179 yum-plugin-priorities.noarch 0:1.1.31-34.el7
180
181Complete!
182Loaded plugins: ovl, priorities
183152 packages excluded due to repository priority protections
184Resolving Dependencies
185--> Running transaction check
186---> Package openssl-libs.x86_64 1:1.0.1e-51.el7_2.2 will be updated
187---> Package openssl-libs.x86_64 1:1.0.1e-51.el7_2.4 will be an update
188--> Finished Dependency Resolution
189
190Dependencies Resolved
191
192================================================================================
193 Package Arch Version Repository Size
194================================================================================
195Updating:
196 openssl-libs x86_64 1:1.0.1e-51.el7_2.4 updates 951 k
197
198Transaction Summary
199================================================================================
200Upgrade 1 Package
201
202Total download size: 951 k
203Downloading packages:
204Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
205Running transaction check
206Running transaction test
207Transaction test succeeded
208Running transaction
209 Updating : 1:openssl-libs-1.0.1e-51.el7_2.4.x86_64 1/2
210 Cleanup : 1:openssl-libs-1.0.1e-51.el7_2.2.x86_64 2/2
211 Verifying : 1:openssl-libs-1.0.1e-51.el7_2.4.x86_64 1/2
212 Verifying : 1:openssl-libs-1.0.1e-51.el7_2.2.x86_64 2/2
213
214Updated:
215 openssl-libs.x86_64 1:1.0.1e-51.el7_2.4
216
217Complete!
218Loaded plugins: ovl, priorities
219152 packages excluded due to repository priority protections
220Package wget-1.14-10.el7_0.1.x86_64 already installed and latest version
221Package yum-utils-1.1.31-34.el7.noarch already installed and latest version
222Resolving Dependencies
223--> Running transaction check
224---> Package ant.noarch 0:1.9.2-9.el7 will be installed
225--> Processing Dependency: jpackage-utils >= 1.7.5 for package: ant-1.9.2-9.el7.noarch
226--> Processing Dependency: java-devel >= 1.5.0 for package: ant-1.9.2-9.el7.noarch
227--> Processing Dependency: xml-commons-apis for package: ant-1.9.2-9.el7.noarch
228--> Processing Dependency: xerces-j2 for package: ant-1.9.2-9.el7.noarch
229--> Processing Dependency: perl for package: ant-1.9.2-9.el7.noarch
230--> Processing Dependency: jpackage-utils for package: ant-1.9.2-9.el7.noarch
231---> Package bind-utils.x86_64 32:9.9.4-29.el7_2.2 will be installed
232--> Processing Dependency: bind-libs = 32:9.9.4-29.el7_2.2 for package: 32:bind-utils-9.9.4-29.el7_2.2.x86_64
233--> Processing Dependency: liblwres.so.90()(64bit) for package: 32:bind-utils-9.9.4-29.el7_2.2.x86_64
234--> Processing Dependency: libisccfg.so.90()(64bit) for package: 32:bind-utils-9.9.4-29.el7_2.2.x86_64
235--> Processing Dependency: libisccc.so.90()(64bit) for package: 32:bind-utils-9.9.4-29.el7_2.2.x86_64
236--> Processing Dependency: libisc.so.95()(64bit) for package: 32:bind-utils-9.9.4-29.el7_2.2.x86_64
237--> Processing Dependency: libdns.so.100()(64bit) for package: 32:bind-utils-9.9.4-29.el7_2.2.x86_64
238--> Processing Dependency: libbind9.so.90()(64bit) for package: 32:bind-utils-9.9.4-29.el7_2.2.x86_64
239---> Package build.noarch 0:20160304-218.1 will be installed
240--> Processing Dependency: build-mkbaselibs for package: build-20160304-218.1.noarch
241---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
242---> Package epel-rpm-macros.noarch 0:7-6 will be installed
243--> Processing Dependency: python2-rpm-macros for package: epel-rpm-macros-7-6.noarch
244--> Processing Dependency: python-srpm-macros for package: epel-rpm-macros-7-6.noarch
245--> Processing Dependency: python-rpm-macros for package: epel-rpm-macros-7-6.noarch
246---> Package gcc.x86_64 0:4.8.5-4.el7 will be installed
247--> Processing Dependency: libgomp = 4.8.5-4.el7 for package: gcc-4.8.5-4.el7.x86_64
248--> Processing Dependency: cpp = 4.8.5-4.el7 for package: gcc-4.8.5-4.el7.x86_64
249--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-4.el7.x86_64
250--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-4.el7.x86_64
251--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-4.el7.x86_64
252--> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-4.el7.x86_64
253---> Package gcc-c++.x86_64 0:4.8.5-4.el7 will be installed
254--> Processing Dependency: libstdc++-devel = 4.8.5-4.el7 for package: gcc-c++-4.8.5-4.el7.x86_64
255---> Package git.x86_64 0:1.8.3.1-6.el7 will be installed
256--> Processing Dependency: perl-Git = 1.8.3.1-6.el7 for package: git-1.8.3.1-6.el7.x86_64
257--> Processing Dependency: rsync for package: git-1.8.3.1-6.el7.x86_64
258--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-6.el7.x86_64
259--> Processing Dependency: perl(Git) for package: git-1.8.3.1-6.el7.x86_64
260--> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-6.el7.x86_64
261--> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-6.el7.x86_64
262--> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-6.el7.x86_64
263--> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-6.el7.x86_64
264--> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-6.el7.x86_64
265--> Processing Dependency: perl(Error) for package: git-1.8.3.1-6.el7.x86_64
266--> Processing Dependency: openssh-clients for package: git-1.8.3.1-6.el7.x86_64
267--> Processing Dependency: less for package: git-1.8.3.1-6.el7.x86_64
268--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-6.el7.x86_64
269---> Package lsof.x86_64 0:4.87-4.el7 will be installed
270---> Package make.x86_64 1:3.82-21.el7 will be installed
271---> Package net-tools.x86_64 0:2.0-0.17.20131004git.el7 will be installed
272---> Package nmap-ncat.x86_64 2:6.40-7.el7 will be installed
273--> Processing Dependency: libpcap.so.1()(64bit) for package: 2:nmap-ncat-6.40-7.el7.x86_64
274---> Package openldap-clients.x86_64 0:2.4.40-8.el7 will be installed
275---> Package osc.x86_64 0:0.153.0-175.1 will be installed
276--> Processing Dependency: m2crypto > 0.19 for package: osc-0.153.0-175.1.x86_64
277---> Package patch.x86_64 0:2.7.1-8.el7 will be installed
278---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
279--> Processing Dependency: perl(constant) for package: perl-Data-Dumper-2.145-3.el7.x86_64
280--> Processing Dependency: perl(Scalar::Util) for package: perl-Data-Dumper-2.145-3.el7.x86_64
281--> Processing Dependency: perl(Carp) for package: perl-Data-Dumper-2.145-3.el7.x86_64
282---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
283--> Processing Dependency: perl(Digest::base) >= 1.00 for package: perl-Digest-MD5-2.52-3.el7.x86_64
284---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
285--> Processing Dependency: perl(Time::Local) for package: 1:perl-TimeDate-2.30-2.el7.noarch
286---> Package php-phpunit-PHPUnit-Selenium.noarch 0:1.4.2-1.el7 will be installed
287--> Processing Dependency: php-composer(sebastian/comparator) < 2 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
288--> Processing Dependency: php-composer(phpunit/phpunit) < 5 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
289--> Processing Dependency: php-composer(sebastian/comparator) >= 1.0 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
290--> Processing Dependency: php-composer(phpunit/phpunit) >= 3.7 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
291--> Processing Dependency: php(language) >= 5.3.3 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
292--> Processing Dependency: php-zip for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
293--> Processing Dependency: php-spl for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
294--> Processing Dependency: php-reflection for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
295--> Processing Dependency: php-pcre for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
296--> Processing Dependency: php-json for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
297--> Processing Dependency: php-dom for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
298--> Processing Dependency: php-date for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
299--> Processing Dependency: php-curl for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
300---> Package policycoreutils.x86_64 0:2.2.5-20.el7 will be installed
301--> Processing Dependency: libselinux-utils >= 2.2.1-1 for package: policycoreutils-2.2.5-20.el7.x86_64
302---> Package policycoreutils-python.x86_64 0:2.2.5-20.el7 will be installed
303--> Processing Dependency: libsemanage-python >= 2.1.10-1 for package: policycoreutils-python-2.2.5-20.el7.x86_64
304--> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.2.5-20.el7.x86_64
305--> Processing Dependency: python-IPy for package: policycoreutils-python-2.2.5-20.el7.x86_64
306--> Processing Dependency: libselinux-python for package: policycoreutils-python-2.2.5-20.el7.x86_64
307--> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.2.5-20.el7.x86_64
308--> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.2.5-20.el7.x86_64
309--> Processing Dependency: libcgroup for package: policycoreutils-python-2.2.5-20.el7.x86_64
310--> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.2.5-20.el7.x86_64
311--> Processing Dependency: checkpolicy for package: policycoreutils-python-2.2.5-20.el7.x86_64
312--> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.2.5-20.el7.x86_64
313--> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.2.5-20.el7.x86_64
314---> Package psmisc.x86_64 0:22.20-9.el7 will be installed
315---> Package redhat-rpm-config.noarch 0:9.1.0-68.el7.centos will be installed
316--> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
317--> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
318--> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
319---> Package rpm-build.x86_64 0:4.11.3-17.el7 will be installed
320--> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-17.el7.x86_64
321--> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-17.el7.x86_64
322--> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-17.el7.x86_64
323--> Processing Dependency: file for package: rpm-build-4.11.3-17.el7.x86_64
324--> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-17.el7.x86_64
325---> Package rpmdevtools.noarch 0:8.3-5.el7 will be installed
326--> Processing Dependency: emacs-filesystem for package: rpmdevtools-8.3-5.el7.noarch
327--> Processing Dependency: /usr/bin/man for package: rpmdevtools-8.3-5.el7.noarch
328---> Package screen.x86_64 0:4.1.0-0.23.20120314git3c2946.el7_2 will be installed
329---> Package strace.x86_64 0:4.8-11.el7 will be installed
330---> Package sudo.x86_64 0:1.8.6p7-16.el7 will be installed
331---> Package telnet.x86_64 1:0.17-59.el7 will be installed
332---> Package traceroute.x86_64 3:2.0.19-5.el7 will be installed
333---> Package unzip.x86_64 0:6.0-15.el7 will be installed
334---> Package vim-enhanced.x86_64 2:7.4.160-1.el7 will be installed
335--> Processing Dependency: vim-common = 2:7.4.160-1.el7 for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
336--> Processing Dependency: libperl.so()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
337--> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
338---> Package which.x86_64 0:2.20-7.el7 will be installed
339--> Running transaction check
340---> Package audit-libs-python.x86_64 0:2.4.1-5.el7 will be installed
341---> Package bind-libs.x86_64 32:9.9.4-29.el7_2.2 will be installed
342---> Package build-mkbaselibs.noarch 0:20160304-218.1 will be installed
343---> Package checkpolicy.x86_64 0:2.1.12-6.el7 will be installed
344---> Package cpp.x86_64 0:4.8.5-4.el7 will be installed
345---> Package dwz.x86_64 0:0.11-3.el7 will be installed
346---> Package elfutils.x86_64 0:0.163-3.el7 will be installed
347---> Package emacs-filesystem.noarch 1:24.3-18.el7 will be installed
348---> Package file.x86_64 0:5.11-31.el7 will be installed
349---> Package gdb.x86_64 0:7.6.1-80.el7 will be installed
350---> Package glibc-devel.x86_64 0:2.17-106.el7_2.4 will be installed
351--> Processing Dependency: glibc-headers = 2.17-106.el7_2.4 for package: glibc-devel-2.17-106.el7_2.4.x86_64
352--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-106.el7_2.4.x86_64
353---> Package gpm-libs.x86_64 0:1.20.7-5.el7 will be installed
354---> Package java-1.7.0-openjdk-devel.x86_64 1:1.7.0.95-2.6.4.0.el7_2 will be installed
355--> Processing Dependency: java-1.7.0-openjdk = 1:1.7.0.95-2.6.4.0.el7_2 for package: 1:java-1.7.0-openjdk-devel-1.7.0.95-2.6.4.0.el7_2.x86_64
356--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.7.0-openjdk-devel-1.7.0.95-2.6.4.0.el7_2.x86_64
357---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed
358--> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch
359--> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-11.el7.noarch
360---> Package less.x86_64 0:458-9.el7 will be installed
361--> Processing Dependency: groff-base for package: less-458-9.el7.x86_64
362---> Package libcgroup.x86_64 0:0.41-8.el7 will be installed
363---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed
364---> Package libgomp.x86_64 0:4.8.5-4.el7 will be installed
365---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
366---> Package libpcap.x86_64 14:1.5.3-8.el7 will be installed
367---> Package libselinux-python.x86_64 0:2.2.2-6.el7 will be installed
368---> Package libselinux-utils.x86_64 0:2.2.2-6.el7 will be installed
369---> Package libsemanage-python.x86_64 0:2.1.10-18.el7 will be installed
370---> Package libstdc++-devel.x86_64 0:4.8.5-4.el7 will be installed
371---> Package m2crypto.x86_64 0:0.21.1-17.el7 will be installed
372---> Package man-db.x86_64 0:2.6.3-9.el7 will be installed
373--> Processing Dependency: libpipeline.so.1()(64bit) for package: man-db-2.6.3-9.el7.x86_64
374---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
375---> Package openssh-clients.x86_64 0:6.6.1p1-23.el7_2 will be installed
376--> Processing Dependency: openssh = 6.6.1p1-23.el7_2 for package: openssh-clients-6.6.1p1-23.el7_2.x86_64
377--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-6.6.1p1-23.el7_2.x86_64
378--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-6.6.1p1-23.el7_2.x86_64
379--> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-6.6.1p1-23.el7_2.x86_64
380---> Package perl.x86_64 4:5.16.3-286.el7 will be installed
381--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-286.el7.x86_64
382--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-286.el7.x86_64
383--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-286.el7.x86_64
384--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-286.el7.x86_64
385--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-286.el7.x86_64
386--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-286.el7.x86_64
387--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-286.el7.x86_64
388--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-286.el7.x86_64
389--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-286.el7.x86_64
390---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
391---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
392---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
393---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
394---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
395---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
396---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
397--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
398--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
399---> Package perl-Git.noarch 0:1.8.3.1-6.el7 will be installed
400---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
401---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
402---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
403---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
404---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
405---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
406---> Package perl-libs.x86_64 4:5.16.3-286.el7 will be installed
407---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
408---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
409---> Package php-common.x86_64 0:5.4.16-36.el7_1 will be installed
410--> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-36.el7_1.x86_64
411---> Package php-phpunit-PHPUnit.noarch 0:4.8.23-1.el7 will be installed
412--> Processing Dependency: php-composer(symfony/yaml) < 4 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
413--> Processing Dependency: php-composer(symfony/class-loader) < 3 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
414--> Processing Dependency: php-composer(sebastian/version) < 2 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
415--> Processing Dependency: php-composer(sebastian/global-state) < 2 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
416--> Processing Dependency: php-composer(sebastian/exporter) < 2 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
417--> Processing Dependency: php-composer(sebastian/environment) < 2 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
418--> Processing Dependency: php-composer(sebastian/diff) < 2 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
419--> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) < 3 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
420--> Processing Dependency: php-composer(phpunit/php-timer) < 2 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
421--> Processing Dependency: php-composer(phpunit/php-text-template) < 2 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
422--> Processing Dependency: php-composer(phpunit/php-invoker) < 2 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
423--> Processing Dependency: php-composer(phpunit/php-file-iterator) < 2 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
424--> Processing Dependency: php-composer(phpunit/php-code-coverage) < 3 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
425--> Processing Dependency: php-composer(phpspec/prophecy) < 2 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
426--> Processing Dependency: php-composer(doctrine/instantiator) < 2 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
427--> Processing Dependency: php-composer(symfony/yaml) >= 2.1 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
428--> Processing Dependency: php-composer(symfony/class-loader) >= 2.0 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
429--> Processing Dependency: php-composer(sebastian/version) >= 1.0 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
430--> Processing Dependency: php-composer(sebastian/recursion-context) >= 1.0 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
431--> Processing Dependency: php-composer(sebastian/global-state) >= 1.0 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
432--> Processing Dependency: php-composer(sebastian/exporter) >= 1.2 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
433--> Processing Dependency: php-composer(sebastian/environment) >= 1.3 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
434--> Processing Dependency: php-composer(sebastian/diff) >= 1.2 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
435--> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) >= 2.3 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
436--> Processing Dependency: php-composer(phpunit/php-timer) >= 1.0.6 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
437--> Processing Dependency: php-composer(phpunit/php-text-template) >= 1.2 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
438--> Processing Dependency: php-composer(phpunit/php-invoker) >= 1.1 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
439--> Processing Dependency: php-composer(phpunit/php-file-iterator) >= 1.4 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
440--> Processing Dependency: php-composer(phpunit/php-code-coverage) >= 2.1 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
441--> Processing Dependency: php-composer(phpspec/prophecy) >= 1.3.1 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
442--> Processing Dependency: php-composer(doctrine/instantiator) >= 1.0.4 for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
443--> Processing Dependency: php-tidy for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
444--> Processing Dependency: php-pcntl for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
445--> Processing Dependency: php-mbstring for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
446--> Processing Dependency: php-cli for package: php-phpunit-PHPUnit-4.8.23-1.el7.noarch
447---> Package php-phpunit-comparator.noarch 0:1.2.0-1.el7 will be installed
448---> Package php-xml.x86_64 0:5.4.16-36.el7_1 will be installed
449---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
450---> Package python-rpm-macros.noarch 0:3-6.el7.1 will be installed
451---> Package python-srpm-macros.noarch 0:3-6.el7.1 will be installed
452---> Package python2-rpm-macros.noarch 0:3-6.el7.1 will be installed
453---> Package rsync.x86_64 0:3.0.9-17.el7 will be installed
454---> Package setools-libs.x86_64 0:3.3.7-46.el7 will be installed
455---> Package vim-common.x86_64 2:7.4.160-1.el7 will be installed
456--> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.160-1.el7.x86_64
457---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed
458--> Processing Dependency: xml-commons-resolver >= 1.2 for package: xerces-j2-2.11.0-17.el7_0.noarch
459--> Processing Dependency: xalan-j2 >= 2.7.1 for package: xerces-j2-2.11.0-17.el7_0.noarch
460--> Processing Dependency: osgi(org.apache.xml.serializer) for package: xerces-j2-2.11.0-17.el7_0.noarch
461--> Processing Dependency: osgi(org.apache.xml.resolver) for package: xerces-j2-2.11.0-17.el7_0.noarch
462---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed
463---> Package zip.x86_64 0:3.0-10.el7 will be installed
464--> Running transaction check
465---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed
466--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-5.el7.x86_64
467---> Package glibc-headers.x86_64 0:2.17-106.el7_2.4 will be installed
468--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-106.el7_2.4.x86_64
469--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-106.el7_2.4.x86_64
470---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
471---> Package java-1.7.0-openjdk.x86_64 1:1.7.0.95-2.6.4.0.el7_2 will be installed
472--> Processing Dependency: java-1.7.0-openjdk-headless = 1:1.7.0.95-2.6.4.0.el7_2 for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
473--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
474--> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
475--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
476--> Processing Dependency: libjvm.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
477--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
478--> Processing Dependency: libjava.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
479--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
480--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
481--> Processing Dependency: fontconfig for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
482--> Processing Dependency: libpulse.so.0()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
483--> Processing Dependency: libpng15.so.15()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
484--> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
485--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
486--> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
487--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
488--> Processing Dependency: libfreetype.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
489--> Processing Dependency: libfontconfig.so.1()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
490--> Processing Dependency: libcups.so.2()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
491--> Processing Dependency: libawt.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
492--> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
493--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
494--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
495--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
496--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64
497---> Package libX11.x86_64 0:1.6.3-2.el7 will be installed
498--> Processing Dependency: libX11-common >= 1.6.3-2.el7 for package: libX11-1.6.3-2.el7.x86_64
499--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.3-2.el7.x86_64
500---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
501---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed
502---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
503---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed
504---> Package openssh.x86_64 0:6.6.1p1-23.el7_2 will be installed
505---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
506---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
507--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
508--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
509---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
510--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
511--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
512---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed
513---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
514---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
515---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
516---> Package perl-macros.x86_64 4:5.16.3-286.el7 will be installed
517---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
518---> Package php-cli.x86_64 0:5.4.16-36.el7_1 will be installed
519---> Package php-doctrine-instantiator.noarch 0:1.0.5-1.el7 will be installed
520---> Package php-mbstring.x86_64 0:5.4.16-36.el7_1 will be installed
521---> Package php-phpspec-prophecy.noarch 0:1.4.1-1.el7 will be installed
522--> Processing Dependency: php-composer(phpdocumentor/reflection-docblock) < 3 for package: php-phpspec-prophecy-1.4.1-1.el7.noarch
523--> Processing Dependency: php-composer(phpdocumentor/reflection-docblock) >= 2.0 for package: php-phpspec-prophecy-1.4.1-1.el7.noarch
524---> Package php-phpunit-File-Iterator.noarch 0:1.4.0-1.el7 will be installed
525---> Package php-phpunit-PHP-CodeCoverage.noarch 0:2.2.4-1.el7 will be installed
526--> Processing Dependency: php-composer(phpunit/php-token-stream) < 2 for package: php-phpunit-PHP-CodeCoverage-2.2.4-1.el7.noarch
527--> Processing Dependency: php-composer(phpunit/php-token-stream) >= 1.3 for package: php-phpunit-PHP-CodeCoverage-2.2.4-1.el7.noarch
528---> Package php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7 will be installed
529---> Package php-phpunit-PHP-Timer.noarch 0:1.0.6-1.el7 will be installed
530---> Package php-phpunit-PHPUnit-MockObject.noarch 0:2.3.8-1.el7 will be installed
531--> Processing Dependency: php-soap for package: php-phpunit-PHPUnit-MockObject-2.3.8-1.el7.noarch
532---> Package php-phpunit-Text-Template.noarch 0:1.2.0-5.el7 will be installed
533---> Package php-phpunit-Version.noarch 0:1.0.5-1.el7 will be installed
534---> Package php-phpunit-diff.noarch 0:1.4.1-1.el7 will be installed
535---> Package php-phpunit-environment.noarch 0:1.3.2-1.el7 will be installed
536---> Package php-phpunit-exporter.noarch 0:1.2.0-1.el7 will be installed
537---> Package php-sebastian-global-state.noarch 0:1.1.1-1.el7 will be installed
538---> Package php-sebastian-recursion-context.noarch 0:1.0.2-1.el7 will be installed
539---> Package php-symfony-class-loader.noarch 0:2.7.9-2.el7 will be installed
540--> Processing Dependency: php-symfony-common = 2.7.9-2.el7 for package: php-symfony-class-loader-2.7.9-2.el7.noarch
541---> Package php-symfony-yaml.noarch 0:2.7.9-2.el7 will be installed
542---> Package php-tidy.x86_64 0:5.4.16-3.el7 will be installed
543--> Processing Dependency: libtidy-0.99.so.0()(64bit) for package: php-tidy-5.4.16-3.el7.x86_64
544---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed
545--> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-11.el7.noarch
546---> Package vim-filesystem.x86_64 2:7.4.160-1.el7 will be installed
547---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed
548---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed
549--> Running transaction check
550---> Package alsa-lib.x86_64 0:1.0.28-2.el7 will be installed
551---> Package cups-libs.x86_64 1:1.6.3-22.el7 will be installed
552--> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.6.3-22.el7.x86_64
553--> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.6.3-22.el7.x86_64
554---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed
555---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
556--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64
557---> Package freetype.x86_64 0:2.4.11-11.el7 will be installed
558---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
559--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
560--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
561---> Package java-1.7.0-openjdk-headless.x86_64 1:1.7.0.95-2.6.4.0.el7_2 will be installed
562--> Processing Dependency: tzdata-java for package: 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x86_64
563--> Processing Dependency: libsctp.so.1(VERS_1)(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x86_64
564--> Processing Dependency: libsctp.so.1()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x86_64
565--> Processing Dependency: libpcsclite.so.1()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x86_64
566--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x86_64
567--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x86_64
568--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x86_64
569--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x86_64
570--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x86_64
571--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x86_64
572--> Processing Dependency: libgconf-2.so.4()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x86_64
573--> Processing Dependency: libcairo.so.2()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x86_64
574--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x86_64
575---> Package kernel-headers.x86_64 0:3.10.0-327.10.1.el7 will be installed
576---> Package libX11-common.noarch 0:1.6.3-2.el7 will be installed
577---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
578---> Package libXi.x86_64 0:1.7.4-2.el7 will be installed
579---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
580---> Package libXtst.x86_64 0:1.2.2-2.1.el7 will be installed
581---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
582---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
583---> Package libtidy.x86_64 0:0.99.0-31.20091203.el7 will be installed
584---> Package libxcb.x86_64 0:1.11-4.el7 will be installed
585--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.11-4.el7.x86_64
586---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
587---> Package perl-Pod-Escapes.noarch 1:1.04-286.el7 will be installed
588---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
589--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
590--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
591---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
592---> Package php-phpdocumentor-reflection-docblock.noarch 0:2.0.4-1.el7 will be installed
593---> Package php-phpunit-PHP-TokenStream.noarch 0:1.4.8-1.el7 will be installed
594---> Package php-soap.x86_64 0:5.4.16-36.el7_1 will be installed
595---> Package php-symfony-common.noarch 0:2.7.9-2.el7 will be installed
596---> Package pulseaudio-libs.x86_64 0:6.0-7.el7 will be installed
597--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-6.0-7.el7.x86_64
598--> Processing Dependency: libwrap.so.0()(64bit) for package: pulseaudio-libs-6.0-7.el7.x86_64
599--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-6.0-7.el7.x86_64
600--> Processing Dependency: libjson-c.so.2()(64bit) for package: pulseaudio-libs-6.0-7.el7.x86_64
601--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-6.0-7.el7.x86_64
602---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
603---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
604--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
605--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
606--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
607--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
608--> Running transaction check
609---> Package GConf2.x86_64 0:3.2.6-8.el7 will be installed
610--> Processing Dependency: libpolkit-gobject-1.so.0()(64bit) for package: GConf2-3.2.6-8.el7.x86_64
611---> Package atk.x86_64 0:2.14.0-1.el7 will be installed
612---> Package avahi-libs.x86_64 0:0.6.31-15.el7_2.1 will be installed
613---> Package cairo.x86_64 0:1.14.2-1.el7 will be installed
614--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.14.2-1.el7.x86_64
615--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.14.2-1.el7.x86_64
616--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.14.2-1.el7.x86_64
617---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
618---> Package gdk-pixbuf2.x86_64 0:2.31.6-3.el7 will be installed
619--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
620--> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
621--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
622---> Package gtk2.x86_64 0:2.24.28-8.el7 will be installed
623--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.28-8.el7.x86_64
624--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.28-8.el7.x86_64
625--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
626--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
627--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
628--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
629--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
630--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
631---> Package json-c.x86_64 0:0.11-4.el7_0 will be installed
632---> Package libICE.x86_64 0:1.0.9-2.el7 will be installed
633---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
634---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
635---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed
636---> Package libsndfile.x86_64 0:1.0.25-10.el7 will be installed
637--> Processing Dependency: libvorbisenc.so.2()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
638--> Processing Dependency: libvorbis.so.0()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
639--> Processing Dependency: libogg.so.0()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
640--> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
641--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
642---> Package lksctp-tools.x86_64 0:1.0.13-3.el7 will be installed
643---> Package pango.x86_64 0:1.36.8-2.el7 will be installed
644--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.36.8-2.el7.x86_64
645--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.36.8-2.el7.x86_64
646--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.36.8-2.el7.x86_64
647--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.36.8-2.el7.x86_64
648--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.36.8-2.el7.x86_64
649---> Package pcsc-lite-libs.x86_64 0:1.8.8-6.el7 will be installed
650---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
651---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
652---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed
653---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed
654---> Package tzdata-java.noarch 0:2016a-1.el7 will be installed
655---> Package xorg-x11-font-utils.x86_64 1:7.5-20.el7 will be installed
656--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
657--> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
658--> Running transaction check
659---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed
660---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed
661---> Package harfbuzz.x86_64 0:0.9.36-1.el7 will be installed
662--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.36-1.el7.x86_64
663---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
664---> Package jasper-libs.x86_64 0:1.900.1-29.el7 will be installed
665---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
666---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
667---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
668---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
669---> Package libXfont.x86_64 0:1.5.1-2.el7 will be installed
670---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed
671---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
672---> Package libXrandr.x86_64 0:1.4.2-2.el7 will be installed
673---> Package libfontenc.x86_64 0:1.1.2-3.el7 will be installed
674---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
675---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
676---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
677--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64
678---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed
679---> Package mesa-libEGL.x86_64 0:10.6.5-3.20150824.el7 will be installed
680--> Processing Dependency: mesa-libgbm = 10.6.5-3.20150824.el7 for package: mesa-libEGL-10.6.5-3.20150824.el7.x86_64
681--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-10.6.5-3.20150824.el7.x86_64
682--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libEGL-10.6.5-3.20150824.el7.x86_64
683---> Package mesa-libGL.x86_64 0:10.6.5-3.20150824.el7 will be installed
684--> Processing Dependency: mesa-libglapi = 10.6.5-3.20150824.el7 for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
685--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
686--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
687--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
688---> Package pixman.x86_64 0:0.32.6-3.el7 will be installed
689---> Package polkit.x86_64 0:0.112-6.el7_2 will be installed
690--> Processing Dependency: polkit-pkla-compat for package: polkit-0.112-6.el7_2.x86_64
691--> Processing Dependency: libmozjs-17.0.so(mozjs_17.0)(64bit) for package: polkit-0.112-6.el7_2.x86_64
692--> Processing Dependency: libmozjs-17.0.so()(64bit) for package: polkit-0.112-6.el7_2.x86_64
693--> Running transaction check
694---> Package graphite2.x86_64 0:1.2.2-5.el7 will be installed
695---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
696---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
697---> Package libdrm.x86_64 0:2.4.60-3.el7 will be installed
698--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.60-3.el7.x86_64
699---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
700---> Package mesa-libgbm.x86_64 0:10.6.5-3.20150824.el7 will be installed
701---> Package mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7 will be installed
702---> Package mozjs17.x86_64 0:17.0.0-12.el7 will be installed
703---> Package polkit-pkla-compat.x86_64 0:0.1-4.el7 will be installed
704--> Running transaction check
705---> Package libpciaccess.x86_64 0:0.13.4-2.el7 will be installed
706--> Processing Dependency: hwdata for package: libpciaccess-0.13.4-2.el7.x86_64
707--> Running transaction check
708---> Package hwdata.x86_64 0:0.252-8.1.el7 will be installed
709--> Finished Dependency Resolution
710
711Dependencies Resolved
712
713================================================================================
714 Package Arch Version Repository
715 Size
716================================================================================
717Installing for group install "Buildsystem building group":
718 bzip2 x86_64 1.0.6-13.el7 base 52 k
719 epel-rpm-macros noarch 7-6 epel 11 k
720 gcc x86_64 4.8.5-4.el7 base 16 M
721 gcc-c++ x86_64 4.8.5-4.el7 base 7.2 M
722 make x86_64 1:3.82-21.el7 base 420 k
723 patch x86_64 2.7.1-8.el7 base 110 k
724 redhat-rpm-config noarch 9.1.0-68.el7.centos base 77 k
725 rpm-build x86_64 4.11.3-17.el7 base 143 k
726 unzip x86_64 6.0-15.el7 base 166 k
727 which x86_64 2.20-7.el7 base 41 k
728Installing:
729 ant noarch 1.9.2-9.el7 base 1.9 M
730 bind-utils x86_64 32:9.9.4-29.el7_2.2 updates 200 k
731 build noarch 20160304-218.1 openSUSE_Tools
732 173 k
733 git x86_64 1.8.3.1-6.el7 updates 4.4 M
734 lsof x86_64 4.87-4.el7 base 331 k
735 net-tools x86_64 2.0-0.17.20131004git.el7 base 304 k
736 nmap-ncat x86_64 2:6.40-7.el7 base 201 k
737 openldap-clients x86_64 2.4.40-8.el7 base 186 k
738 osc x86_64 0.153.0-175.1 openSUSE_Tools
739 515 k
740 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k
741 perl-Digest-MD5 x86_64 2.52-3.el7 base 30 k
742 perl-TimeDate noarch 1:2.30-2.el7 base 52 k
743 php-phpunit-PHPUnit-Selenium noarch 1.4.2-1.el7 epel 53 k
744 policycoreutils x86_64 2.2.5-20.el7 base 803 k
745 policycoreutils-python x86_64 2.2.5-20.el7 base 435 k
746 psmisc x86_64 22.20-9.el7 base 140 k
747 rpmdevtools noarch 8.3-5.el7 base 97 k
748 screen x86_64 4.1.0-0.23.20120314git3c2946.el7_2
749 updates 552 k
750 strace x86_64 4.8-11.el7 base 265 k
751 sudo x86_64 1.8.6p7-16.el7 base 732 k
752 telnet x86_64 1:0.17-59.el7 base 63 k
753 traceroute x86_64 3:2.0.19-5.el7 base 58 k
754 vim-enhanced x86_64 2:7.4.160-1.el7 base 1.0 M
755Installing for dependencies:
756 GConf2 x86_64 3.2.6-8.el7 base 1.0 M
757 alsa-lib x86_64 1.0.28-2.el7 base 391 k
758 atk x86_64 2.14.0-1.el7 base 251 k
759 audit-libs-python x86_64 2.4.1-5.el7 base 69 k
760 avahi-libs x86_64 0.6.31-15.el7_2.1 updates 61 k
761 bind-libs x86_64 32:9.9.4-29.el7_2.2 updates 1.0 M
762 build-mkbaselibs noarch 20160304-218.1 openSUSE_Tools
763 39 k
764 cairo x86_64 1.14.2-1.el7 base 711 k
765 checkpolicy x86_64 2.1.12-6.el7 base 247 k
766 cpp x86_64 4.8.5-4.el7 base 5.9 M
767 cups-libs x86_64 1:1.6.3-22.el7 base 355 k
768 dwz x86_64 0.11-3.el7 base 99 k
769 elfutils x86_64 0.163-3.el7 base 268 k
770 emacs-filesystem noarch 1:24.3-18.el7 base 58 k
771 file x86_64 5.11-31.el7 base 56 k
772 fipscheck x86_64 1.4.1-5.el7 base 21 k
773 fipscheck-lib x86_64 1.4.1-5.el7 base 11 k
774 flac-libs x86_64 1.3.0-5.el7_1 base 169 k
775 fontconfig x86_64 2.10.95-7.el7 base 228 k
776 fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
777 freetype x86_64 2.4.11-11.el7 base 391 k
778 gdb x86_64 7.6.1-80.el7 base 2.4 M
779 gdk-pixbuf2 x86_64 2.31.6-3.el7 base 559 k
780 giflib x86_64 4.1.6-9.el7 base 40 k
781 glibc-devel x86_64 2.17-106.el7_2.4 updates 1.0 M
782 glibc-headers x86_64 2.17-106.el7_2.4 updates 662 k
783 gpm-libs x86_64 1.20.7-5.el7 base 32 k
784 graphite2 x86_64 1.2.2-5.el7 base 81 k
785 groff-base x86_64 1.22.2-8.el7 base 942 k
786 gsm x86_64 1.0.13-11.el7 base 30 k
787 gtk2 x86_64 2.24.28-8.el7 base 3.4 M
788 harfbuzz x86_64 0.9.36-1.el7 base 156 k
789 hicolor-icon-theme noarch 0.12-7.el7 base 42 k
790 hwdata x86_64 0.252-8.1.el7 base 2.1 M
791 jasper-libs x86_64 1.900.1-29.el7 base 149 k
792 java-1.7.0-openjdk x86_64 1:1.7.0.95-2.6.4.0.el7_2 updates 207 k
793 java-1.7.0-openjdk-devel x86_64 1:1.7.0.95-2.6.4.0.el7_2 updates 9.2 M
794 java-1.7.0-openjdk-headless x86_64 1:1.7.0.95-2.6.4.0.el7_2 updates 25 M
795 javapackages-tools noarch 3.4.1-11.el7 base 73 k
796 jbigkit-libs x86_64 2.0-11.el7 base 46 k
797 json-c x86_64 0.11-4.el7_0 base 31 k
798 kernel-headers x86_64 3.10.0-327.10.1.el7 updates 3.2 M
799 less x86_64 458-9.el7 base 120 k
800 libICE x86_64 1.0.9-2.el7 base 65 k
801 libSM x86_64 1.2.2-2.el7 base 39 k
802 libX11 x86_64 1.6.3-2.el7 base 605 k
803 libX11-common noarch 1.6.3-2.el7 base 162 k
804 libXau x86_64 1.0.8-2.1.el7 base 29 k
805 libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
806 libXcursor x86_64 1.1.14-2.1.el7 base 30 k
807 libXdamage x86_64 1.1.4-4.1.el7 base 20 k
808 libXext x86_64 1.3.3-3.el7 base 39 k
809 libXfixes x86_64 5.0.1-2.1.el7 base 18 k
810 libXfont x86_64 1.5.1-2.el7 base 150 k
811 libXft x86_64 2.3.2-2.el7 base 58 k
812 libXi x86_64 1.7.4-2.el7 base 40 k
813 libXinerama x86_64 1.1.3-2.1.el7 base 14 k
814 libXrandr x86_64 1.4.2-2.el7 base 26 k
815 libXrender x86_64 0.9.8-2.1.el7 base 25 k
816 libXtst x86_64 1.2.2-2.1.el7 base 20 k
817 libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k
818 libasyncns x86_64 0.8-7.el7 base 26 k
819 libcgroup x86_64 0.41-8.el7 base 64 k
820 libdrm x86_64 2.4.60-3.el7 base 125 k
821 libedit x86_64 3.0-12.20121213cvs.el7 base 92 k
822 libfontenc x86_64 1.1.2-3.el7 base 30 k
823 libgnome-keyring x86_64 3.8.0-3.el7 base 109 k
824 libgomp x86_64 4.8.5-4.el7 base 130 k
825 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
826 libmpc x86_64 1.0.1-3.el7 base 51 k
827 libogg x86_64 2:1.3.0-7.el7 base 24 k
828 libpcap x86_64 14:1.5.3-8.el7 base 138 k
829 libpciaccess x86_64 0.13.4-2.el7 base 26 k
830 libpipeline x86_64 1.2.3-3.el7 base 53 k
831 libpng x86_64 2:1.5.13-7.el7_2 updates 213 k
832 libselinux-python x86_64 2.2.2-6.el7 base 247 k
833 libselinux-utils x86_64 2.2.2-6.el7 base 135 k
834 libsemanage-python x86_64 2.1.10-18.el7 base 94 k
835 libsndfile x86_64 1.0.25-10.el7 base 149 k
836 libstdc++-devel x86_64 4.8.5-4.el7 base 1.5 M
837 libthai x86_64 0.1.14-9.el7 base 187 k
838 libtidy x86_64 0.99.0-31.20091203.el7 epel 132 k
839 libtiff x86_64 4.0.3-14.el7 base 167 k
840 libvorbis x86_64 1:1.3.3-8.el7 base 204 k
841 libxcb x86_64 1.11-4.el7 base 189 k
842 libxshmfence x86_64 1.2-1.el7 base 7.2 k
843 libxslt x86_64 1.1.28-5.el7 base 242 k
844 libzip x86_64 0.10.1-8.el7 base 48 k
845 lksctp-tools x86_64 1.0.13-3.el7 base 87 k
846 m2crypto x86_64 0.21.1-17.el7 base 429 k
847 man-db x86_64 2.6.3-9.el7 base 559 k
848 mesa-libEGL x86_64 10.6.5-3.20150824.el7 base 74 k
849 mesa-libGL x86_64 10.6.5-3.20150824.el7 base 184 k
850 mesa-libgbm x86_64 10.6.5-3.20150824.el7 base 40 k
851 mesa-libglapi x86_64 10.6.5-3.20150824.el7 base 39 k
852 mozjs17 x86_64 17.0.0-12.el7 base 1.4 M
853 mpfr x86_64 3.1.1-4.el7 base 203 k
854 openssh x86_64 6.6.1p1-23.el7_2 updates 435 k
855 openssh-clients x86_64 6.6.1p1-23.el7_2 updates 639 k
856 pango x86_64 1.36.8-2.el7 base 287 k
857 pcsc-lite-libs x86_64 1.8.8-6.el7 base 34 k
858 perl x86_64 4:5.16.3-286.el7 base 8.0 M
859 perl-Carp noarch 1.26-244.el7 base 19 k
860 perl-Digest noarch 1.17-245.el7 base 23 k
861 perl-Encode x86_64 2.51-7.el7 base 1.5 M
862 perl-Error noarch 1:0.17020-2.el7 base 32 k
863 perl-Exporter noarch 5.68-3.el7 base 28 k
864 perl-File-Path noarch 2.09-2.el7 base 26 k
865 perl-File-Temp noarch 0.23.01-3.el7 base 56 k
866 perl-Filter x86_64 1.49-3.el7 base 76 k
867 perl-Getopt-Long noarch 2.40-2.el7 base 56 k
868 perl-Git noarch 1.8.3.1-6.el7 updates 53 k
869 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
870 perl-PathTools x86_64 3.40-5.el7 base 82 k
871 perl-Pod-Escapes noarch 1:1.04-286.el7 base 50 k
872 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
873 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
874 perl-Pod-Usage noarch 1.63-3.el7 base 27 k
875 perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
876 perl-Socket x86_64 2.010-3.el7 base 49 k
877 perl-Storable x86_64 2.45-3.el7 base 77 k
878 perl-TermReadKey x86_64 2.30-20.el7 base 31 k
879 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
880 perl-Thread-Queue noarch 3.02-2.el7 base 17 k
881 perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
882 perl-Time-Local noarch 1.2300-2.el7 base 24 k
883 perl-constant noarch 1.27-2.el7 base 19 k
884 perl-libs x86_64 4:5.16.3-286.el7 base 687 k
885 perl-macros x86_64 4:5.16.3-286.el7 base 43 k
886 perl-parent noarch 1:0.225-244.el7 base 12 k
887 perl-podlators noarch 2.5.1-3.el7 base 112 k
888 perl-srpm-macros noarch 1-8.el7 base 4.6 k
889 perl-threads x86_64 1.87-4.el7 base 49 k
890 perl-threads-shared x86_64 1.43-6.el7 base 39 k
891 php-cli x86_64 5.4.16-36.el7_1 base 2.7 M
892 php-common x86_64 5.4.16-36.el7_1 base 563 k
893 php-doctrine-instantiator noarch 1.0.5-1.el7 epel 11 k
894 php-mbstring x86_64 5.4.16-36.el7_1 base 503 k
895 php-phpdocumentor-reflection-docblock
896 noarch 2.0.4-1.el7 epel 25 k
897 php-phpspec-prophecy noarch 1.4.1-1.el7 epel 48 k
898 php-phpunit-File-Iterator noarch 1.4.0-1.el7 epel 12 k
899 php-phpunit-PHP-CodeCoverage noarch 2.2.4-1.el7 epel 311 k
900 php-phpunit-PHP-Invoker noarch 1.1.3-6.el7 epel 9.4 k
901 php-phpunit-PHP-Timer noarch 1.0.6-1.el7 epel 9.0 k
902 php-phpunit-PHP-TokenStream noarch 1.4.8-1.el7 epel 17 k
903 php-phpunit-PHPUnit noarch 4.8.23-1.el7 epel 131 k
904 php-phpunit-PHPUnit-MockObject noarch 2.3.8-1.el7 epel 36 k
905 php-phpunit-Text-Template noarch 1.2.0-5.el7 epel 9.2 k
906 php-phpunit-Version noarch 1.0.5-1.el7 epel 8.4 k
907 php-phpunit-comparator noarch 1.2.0-1.el7 epel 14 k
908 php-phpunit-diff noarch 1.4.1-1.el7 epel 13 k
909 php-phpunit-environment noarch 1.3.2-1.el7 epel 9.2 k
910 php-phpunit-exporter noarch 1.2.0-1.el7 epel 10 k
911 php-sebastian-global-state noarch 1.1.1-1.el7 epel 10 k
912 php-sebastian-recursion-context noarch 1.0.2-1.el7 epel 7.7 k
913 php-soap x86_64 5.4.16-36.el7_1 base 157 k
914 php-symfony-class-loader noarch 2.7.9-2.el7 epel 24 k
915 php-symfony-common noarch 2.7.9-2.el7 epel 102 k
916 php-symfony-yaml noarch 2.7.9-2.el7 epel 25 k
917 php-tidy x86_64 5.4.16-3.el7 epel 22 k
918 php-xml x86_64 5.4.16-36.el7_1 base 124 k
919 pixman x86_64 0.32.6-3.el7 base 254 k
920 polkit x86_64 0.112-6.el7_2 updates 166 k
921 polkit-pkla-compat x86_64 0.1-4.el7 base 39 k
922 pulseaudio-libs x86_64 6.0-7.el7 base 576 k
923 python-IPy noarch 0.75-6.el7 base 32 k
924 python-javapackages noarch 3.4.1-11.el7 base 31 k
925 python-lxml x86_64 3.2.1-4.el7 base 758 k
926 python-rpm-macros noarch 3-6.el7.1 epel 4.7 k
927 python-srpm-macros noarch 3-6.el7.1 epel 4.1 k
928 python2-rpm-macros noarch 3-6.el7.1 epel 4.2 k
929 rsync x86_64 3.0.9-17.el7 base 360 k
930 setools-libs x86_64 3.3.7-46.el7 base 485 k
931 tcp_wrappers-libs x86_64 7.6-77.el7 base 66 k
932 ttmkfdir x86_64 3.0.9-42.el7 base 48 k
933 tzdata-java noarch 2016a-1.el7 updates 176 k
934 vim-common x86_64 2:7.4.160-1.el7 base 5.9 M
935 vim-filesystem x86_64 2:7.4.160-1.el7 base 9.6 k
936 xalan-j2 noarch 2.7.1-23.el7 base 1.9 M
937 xerces-j2 noarch 2.11.0-17.el7_0 base 1.1 M
938 xml-commons-apis noarch 1.4.01-16.el7 base 227 k
939 xml-commons-resolver noarch 1.2-15.el7 base 108 k
940 xorg-x11-font-utils x86_64 1:7.5-20.el7 base 87 k
941 xorg-x11-fonts-Type1 noarch 7.5-9.el7 base 521 k
942 zip x86_64 3.0-10.el7 base 260 k
943
944Transaction Summary
945================================================================================
946Install 33 Packages (+185 Dependent packages)
947
948Total download size: 137 M
949Installed size: 432 M
950Downloading packages:
951--------------------------------------------------------------------------------
952Total 4.8 MB/s | 137 MB 00:28
953Running transaction check
954Running transaction test
955Transaction test succeeded
956Running transaction
957 Installing : freetype-2.4.11-11.el7.x86_64 1/218
958 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 2/218
959 Installing : mpfr-3.1.1-4.el7.x86_64 3/218
960 Installing : libmpc-1.0.1-3.el7.x86_64 4/218
961 Installing : fipscheck-1.4.1-5.el7.x86_64 5/218
962 Installing : fipscheck-lib-1.4.1-5.el7.x86_64 6/218
963 Installing : libICE-1.0.9-2.el7.x86_64 7/218
964 Installing : libxslt-1.1.28-5.el7.x86_64 8/218
965 Installing : 2:libogg-1.3.0-7.el7.x86_64 9/218
966 Installing : groff-base-1.22.2-8.el7.x86_64 10/218
967 Installing : 2:libpng-1.5.13-7.el7_2.x86_64 11/218
968 Installing : less-458-9.el7.x86_64 12/218
969 Installing : libSM-1.2.2-2.el7.x86_64 13/218
970 Installing : libfontenc-1.1.2-3.el7.x86_64 14/218
971 Installing : file-5.11-31.el7.x86_64 15/218
972 Installing : libedit-3.0-12.20121213cvs.el7.x86_64 16/218
973 Installing : atk-2.14.0-1.el7.x86_64 17/218
974 Installing : mesa-libglapi-10.6.5-3.20150824.el7.x86_64 18/218
975 Installing : libXfont-1.5.1-2.el7.x86_64 19/218
976 Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 20/218
977 Installing : 1:perl-parent-0.225-244.el7.noarch 21/218
978 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 22/218
979 Installing : perl-podlators-2.5.1-3.el7.noarch 23/218
980 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 24/218
981 Installing : 1:perl-Pod-Escapes-1.04-286.el7.noarch 25/218
982 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 26/218
983 Installing : perl-Encode-2.51-7.el7.x86_64 27/218
984 Installing : perl-Pod-Usage-1.63-3.el7.noarch 28/218
985 Installing : 4:perl-libs-5.16.3-286.el7.x86_64 29/218
986 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 30/218
987 Installing : perl-threads-1.87-4.el7.x86_64 31/218
988 Installing : perl-Storable-2.45-3.el7.x86_64 32/218
989 Installing : perl-Carp-1.26-244.el7.noarch 33/218
990 Installing : perl-Filter-1.49-3.el7.x86_64 34/218
991 Installing : perl-Exporter-5.68-3.el7.noarch 35/218
992 Installing : perl-constant-1.27-2.el7.noarch 36/218
993 Installing : 4:perl-macros-5.16.3-286.el7.x86_64 37/218
994 Installing : perl-Time-Local-1.2300-2.el7.noarch 38/218
995 Installing : perl-Socket-2.010-3.el7.x86_64 39/218
996 Installing : perl-threads-shared-1.43-6.el7.x86_64 40/218
997 Installing : perl-File-Temp-0.23.01-3.el7.noarch 41/218
998 Installing : perl-File-Path-2.09-2.el7.noarch 42/218
999 Installing : perl-PathTools-3.40-5.el7.x86_64 43/218
1000 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 44/218
1001 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 45/218
1002 Installing : perl-Getopt-Long-2.40-2.el7.noarch 46/218
1003 Installing : 4:perl-5.16.3-286.el7.x86_64 47/218
1004 Installing : 1:perl-Error-0.17020-2.el7.noarch 48/218
1005 Installing : perl-TermReadKey-2.30-20.el7.x86_64 49/218
1006 Installing : build-mkbaselibs-20160304-218.1.noarch 50/218
1007 Installing : perl-Digest-1.17-245.el7.noarch 51/218
1008 Installing : perl-Thread-Queue-3.02-2.el7.noarch 52/218
1009 Installing : 1:libvorbis-1.3.3-8.el7.x86_64 53/218
1010 Installing : flac-libs-1.3.0-5.el7_1.x86_64 54/218
1011 Installing : python-lxml-3.2.1-4.el7.x86_64 55/218
1012 Installing : python-javapackages-3.4.1-11.el7.noarch 56/218
1013 Installing : javapackages-tools-3.4.1-11.el7.noarch 57/218
1014 Installing : openssh-6.6.1p1-23.el7_2.x86_64 58/218
1015 Installing : openssh-clients-6.6.1p1-23.el7_2.x86_64 59/218
1016 Installing : cpp-4.8.5-4.el7.x86_64 60/218
1017 Installing : jasper-libs-1.900.1-29.el7.x86_64 61/218
1018 Installing : ttmkfdir-3.0.9-42.el7.x86_64 62/218
1019 Installing : lksctp-tools-1.0.13-3.el7.x86_64 63/218
1020 Installing : libtidy-0.99.0-31.20091203.el7.x86_64 64/218
1021 Installing : python-rpm-macros-3-6.el7.1.noarch 65/218
1022 Installing : gdb-7.6.1-80.el7.x86_64 66/218
1023 Installing : jbigkit-libs-2.0-11.el7.x86_64 67/218
1024 Installing : libtiff-4.0.3-14.el7.x86_64 68/218
1025 Installing : unzip-6.0-15.el7.x86_64 69/218
1026 Installing : mozjs17-17.0.0-12.el7.x86_64 70/218
1027 Installing : polkit-0.112-6.el7_2.x86_64 71/218
1028 Installing : polkit-pkla-compat-0.1-4.el7.x86_64 72/218
1029 Installing : 1:emacs-filesystem-24.3-18.el7.noarch 73/218
1030 Installing : json-c-0.11-4.el7_0.x86_64 74/218
1031 Installing : libasyncns-0.8-7.el7.x86_64 75/218
1032 Installing : pcsc-lite-libs-1.8.8-6.el7.x86_64 76/218
1033 Installing : elfutils-0.163-3.el7.x86_64 77/218
1034 Installing : rsync-3.0.9-17.el7.x86_64 78/218
1035 Installing : dwz-0.11-3.el7.x86_64 79/218
1036 Installing : zip-3.0-10.el7.x86_64 80/218
1037 Installing : libstdc++-devel-4.8.5-4.el7.x86_64 81/218
1038 Installing : alsa-lib-1.0.28-2.el7.x86_64 82/218
1039 Installing : pixman-0.32.6-3.el7.x86_64 83/218
1040 Installing : libgnome-keyring-3.8.0-3.el7.x86_64 84/218
1041 Installing : perl-Git-1.8.3.1-6.el7.noarch 85/218
1042 Installing : git-1.8.3.1-6.el7.x86_64 86/218
1043 Installing : libpipeline-1.2.3-3.el7.x86_64 87/218
1044 Installing : man-db-2.6.3-9.el7.x86_64 88/218
1045 Installing : gpm-libs-1.20.7-5.el7.x86_64 89/218
1046 Installing : 2:vim-filesystem-7.4.160-1.el7.x86_64 90/218
1047 Installing : 2:vim-common-7.4.160-1.el7.x86_64 91/218
1048 Installing : hicolor-icon-theme-0.12-7.el7.noarch 92/218
1049 Installing : fontpackages-filesystem-1.44-8.el7.noarch 93/218
1050 Installing : fontconfig-2.10.95-7.el7.x86_64 94/218
1051 Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 95/218
1052 Installing : 32:bind-libs-9.9.4-29.el7_2.2.x86_64 96/218
1053 Installing : tcp_wrappers-libs-7.6-77.el7.x86_64 97/218
1054 Installing : perl-srpm-macros-1-8.el7.noarch 98/218
1055 Installing : redhat-rpm-config-9.1.0-68.el7.centos.noarch 99/218
1056 Installing : libzip-0.10.1-8.el7.x86_64 100/218
1057 Installing : php-common-5.4.16-36.el7_1.x86_64 101/218
1058 Installing : php-xml-5.4.16-36.el7_1.x86_64 102/218
1059 Installing : php-phpunit-Text-Template-1.2.0-5.el7.noarch 103/218
1060 Installing : php-doctrine-instantiator-1.0.5-1.el7.noarch 104/218
1061 Installing : php-symfony-common-2.7.9-2.el7.noarch 105/218
1062 Installing : php-symfony-class-loader-2.7.9-2.el7.noarch 106/218
1063 Installing : php-mbstring-5.4.16-36.el7_1.x86_64 107/218
1064 Installing : php-phpunit-PHP-Timer-1.0.6-1.el7.noarch 108/218
1065 Installing : php-phpunit-diff-1.4.1-1.el7.noarch 109/218
1066 Installing : php-phpunit-File-Iterator-1.4.0-1.el7.noarch 110/218
1067 Installing : php-cli-5.4.16-36.el7_1.x86_64 111/218
1068 Installing : php-phpunit-environment-1.3.2-1.el7.noarch 112/218
1069 Installing : php-phpunit-Version-1.0.5-1.el7.noarch 113/218
1070 Installing : php-sebastian-recursion-context-1.0.2-1.el7.noarch 114/218
1071 Installing : php-phpunit-exporter-1.2.0-1.el7.noarch 115/218
1072 Installing : php-phpunit-comparator-1.2.0-1.el7.noarch 116/218
1073 Installing : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 117/218
1074 Installing : php-symfony-yaml-2.7.9-2.el7.noarch 118/218
1075 Installing : php-phpunit-PHP-TokenStream-1.4.8-1.el7.noarch 119/218
1076 Installing : php-phpunit-PHP-CodeCoverage-2.2.4-1.el7.noarch 120/218
1077 Installing : php-tidy-5.4.16-3.el7.x86_64 121/218
1078 Installing : php-phpdocumentor-reflection-docblock-2.0.4-1.el7.noar 122/218
1079 Installing : php-phpspec-prophecy-1.4.1-1.el7.noarch 123/218
1080 Installing : php-sebastian-global-state-1.1.1-1.el7.noarch 124/218
1081 Installing : php-soap-5.4.16-36.el7_1.x86_64 125/218
1082 Installing : php-phpunit-PHPUnit-MockObject-2.3.8-1.el7.noarch 126/218
1083 Installing : php-phpunit-PHPUnit-4.8.23-1.el7.noarch 127/218
1084 Installing : psmisc-22.20-9.el7.x86_64 128/218
1085 Installing : GConf2-3.2.6-8.el7.x86_64 129/218
1086 Installing : python-srpm-macros-3-6.el7.1.noarch 130/218
1087 Installing : python2-rpm-macros-3-6.el7.1.noarch 131/218
1088 Installing : audit-libs-python-2.4.1-5.el7.x86_64 132/218
1089 Installing : gsm-1.0.13-11.el7.x86_64 133/218
1090 Installing : libsndfile-1.0.25-10.el7.x86_64 134/218
1091 Installing : m2crypto-0.21.1-17.el7.x86_64 135/218
1092 Installing : libselinux-utils-2.2.2-6.el7.x86_64 136/218
1093 Installing : policycoreutils-2.2.5-20.el7.x86_64 137/218
1094 Installing : python-IPy-0.75-6.el7.noarch 138/218
1095 Installing : libcgroup-0.41-8.el7.x86_64 139/218
1096 Installing : kernel-headers-3.10.0-327.10.1.el7.x86_64 140/218
1097 Installing : glibc-headers-2.17-106.el7_2.4.x86_64 141/218
1098 Installing : glibc-devel-2.17-106.el7_2.4.x86_64 142/218
1099 Installing : bzip2-1.0.6-13.el7.x86_64 143/218
1100 Installing : hwdata-0.252-8.1.el7.x86_64 144/218
1101 Installing : libpciaccess-0.13.4-2.el7.x86_64 145/218
1102 Installing : libdrm-2.4.60-3.el7.x86_64 146/218
1103 Installing : mesa-libgbm-10.6.5-3.20150824.el7.x86_64 147/218
1104 Installing : graphite2-1.2.2-5.el7.x86_64 148/218
1105 Installing : harfbuzz-0.9.36-1.el7.x86_64 149/218
1106 Installing : libthai-0.1.14-9.el7.x86_64 150/218
1107 Installing : libX11-common-1.6.3-2.el7.noarch 151/218
1108 Installing : avahi-libs-0.6.31-15.el7_2.1.x86_64 152/218
1109 Installing : 1:cups-libs-1.6.3-22.el7.x86_64 153/218
1110 Installing : tzdata-java-2016a-1.el7.noarch 154/218
1111 Installing : libXau-1.0.8-2.1.el7.x86_64 155/218
1112 Installing : libxcb-1.11-4.el7.x86_64 156/218
1113 Installing : libX11-1.6.3-2.el7.x86_64 157/218
1114 Installing : libXext-1.3.3-3.el7.x86_64 158/218
1115 Installing : libXrender-0.9.8-2.1.el7.x86_64 159/218
1116 Installing : libXfixes-5.0.1-2.1.el7.x86_64 160/218
1117 Installing : libXi-1.7.4-2.el7.x86_64 161/218
1118 Installing : libXtst-1.2.2-2.1.el7.x86_64 162/218
1119 Installing : libXdamage-1.1.4-4.1.el7.x86_64 163/218
1120 Installing : gdk-pixbuf2-2.31.6-3.el7.x86_64 164/218
1121 Installing : pulseaudio-libs-6.0-7.el7.x86_64 165/218
1122 Installing : libXcursor-1.1.14-2.1.el7.x86_64 166/218
1123 Installing : libXrandr-1.4.2-2.el7.x86_64 167/218
1124 Installing : libXft-2.3.2-2.el7.x86_64 168/218
1125 Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 169/218
1126 Installing : libXinerama-1.1.3-2.1.el7.x86_64 170/218
1127 Installing : libXcomposite-0.4.4-4.1.el7.x86_64 171/218
1128 Installing : mesa-libEGL-10.6.5-3.20150824.el7.x86_64 172/218
1129 Installing : giflib-4.1.6-9.el7.x86_64 173/218
1130 Installing : checkpolicy-2.1.12-6.el7.x86_64 174/218
1131 Installing : libgomp-4.8.5-4.el7.x86_64 175/218
1132 Installing : gcc-4.8.5-4.el7.x86_64 176/218
1133 Installing : libselinux-python-2.2.2-6.el7.x86_64 177/218
1134 Installing : libxshmfence-1.2-1.el7.x86_64 178/218
1135 Installing : mesa-libGL-10.6.5-3.20150824.el7.x86_64 179/218
1136 Installing : cairo-1.14.2-1.el7.x86_64 180/218
1137 Installing : pango-1.36.8-2.el7.x86_64 181/218
1138 Installing : gtk2-2.24.28-8.el7.x86_64 182/218
1139 Installing : 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x 183/218
1140 Installing : 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64 184/218
1141 Installing : xml-commons-apis-1.4.01-16.el7.noarch 185/218
1142 Installing : xml-commons-resolver-1.2-15.el7.noarch 186/218
1143 Installing : xalan-j2-2.7.1-23.el7.noarch 187/218
1144 Installing : xerces-j2-2.11.0-17.el7_0.noarch 188/218
1145 Installing : 1:java-1.7.0-openjdk-devel-1.7.0.95-2.6.4.0.el7_2.x86_ 189/218
1146 Installing : patch-2.7.1-8.el7.x86_64 190/218
1147 Installing : rpm-build-4.11.3-17.el7.x86_64 191/218
1148 Installing : which-2.20-7.el7.x86_64 192/218
1149 Installing : setools-libs-3.3.7-46.el7.x86_64 193/218
1150 Installing : libsemanage-python-2.1.10-18.el7.x86_64 194/218
1151 Installing : 14:libpcap-1.5.3-8.el7.x86_64 195/218
1152 Installing : 2:nmap-ncat-6.40-7.el7.x86_64 196/218
1153 Installing : policycoreutils-python-2.2.5-20.el7.x86_64 197/218
1154 Installing : 2:vim-enhanced-7.4.160-1.el7.x86_64 198/218
1155 Installing : rpmdevtools-8.3-5.el7.noarch 199/218
1156 Installing : ant-1.9.2-9.el7.noarch 200/218
1157 Installing : gcc-c++-4.8.5-4.el7.x86_64 201/218
1158 Installing : osc-0.153.0-175.1.x86_64 202/218
1159 Installing : epel-rpm-macros-7-6.noarch 203/218
1160 Installing : php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch 204/218
1161 Installing : 32:bind-utils-9.9.4-29.el7_2.2.x86_64 205/218
1162 Installing : perl-Digest-MD5-2.52-3.el7.x86_64 206/218
1163 Installing : build-20160304-218.1.noarch 207/218
1164 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 208/218
1165 Installing : 1:perl-TimeDate-2.30-2.el7.noarch 209/218
1166 Installing : 1:telnet-0.17-59.el7.x86_64 210/218
1167 Installing : 3:traceroute-2.0.19-5.el7.x86_64 211/218
1168 Installing : sudo-1.8.6p7-16.el7.x86_64 212/218
1169 Installing : net-tools-2.0-0.17.20131004git.el7.x86_64 213/218
1170 Installing : openldap-clients-2.4.40-8.el7.x86_64 214/218
1171 Installing : screen-4.1.0-0.23.20120314git3c2946.el7_2.x86_64 215/218
1172 Installing : lsof-4.87-4.el7.x86_64 216/218
1173 Installing : 1:make-3.82-21.el7.x86_64 217/218
1174 Installing : strace-4.8-11.el7.x86_64 218/218
1175 Verifying : 2:vim-common-7.4.160-1.el7.x86_64 1/218
1176 Verifying : libXext-1.3.3-3.el7.x86_64 2/218
1177 Verifying : php-phpunit-PHPUnit-MockObject-2.3.8-1.el7.noarch 3/218
1178 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 4/218
1179 Verifying : 14:libpcap-1.5.3-8.el7.x86_64 5/218
1180 Verifying : build-20160304-218.1.noarch 6/218
1181 Verifying : fipscheck-lib-1.4.1-5.el7.x86_64 7/218
1182 Verifying : php-symfony-class-loader-2.7.9-2.el7.noarch 8/218
1183 Verifying : python-lxml-3.2.1-4.el7.x86_64 9/218
1184 Verifying : libsemanage-python-2.1.10-18.el7.x86_64 10/218
1185 Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 11/218
1186 Verifying : php-phpspec-prophecy-1.4.1-1.el7.noarch 12/218
1187 Verifying : libdrm-2.4.60-3.el7.x86_64 13/218
1188 Verifying : setools-libs-3.3.7-46.el7.x86_64 14/218
1189 Verifying : php-phpunit-PHP-TokenStream-1.4.8-1.el7.noarch 15/218
1190 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 16/218
1191 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.x86_64 17/218
1192 Verifying : perl-Git-1.8.3.1-6.el7.noarch 18/218
1193 Verifying : which-2.20-7.el7.x86_64 19/218
1194 Verifying : groff-base-1.22.2-8.el7.x86_64 20/218
1195 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 21/218
1196 Verifying : strace-4.8-11.el7.x86_64 22/218
1197 Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 23/218
1198 Verifying : atk-2.14.0-1.el7.x86_64 24/218
1199 Verifying : openssh-clients-6.6.1p1-23.el7_2.x86_64 25/218
1200 Verifying : xerces-j2-2.11.0-17.el7_0.noarch 26/218
1201 Verifying : patch-2.7.1-8.el7.x86_64 27/218
1202 Verifying : build-mkbaselibs-20160304-218.1.noarch 28/218
1203 Verifying : pulseaudio-libs-6.0-7.el7.x86_64 29/218
1204 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 30/218
1205 Verifying : php-phpunit-PHP-CodeCoverage-2.2.4-1.el7.noarch 31/218
1206 Verifying : 1:cups-libs-1.6.3-22.el7.x86_64 32/218
1207 Verifying : epel-rpm-macros-7-6.noarch 33/218
1208 Verifying : 1:java-1.7.0-openjdk-headless-1.7.0.95-2.6.4.0.el7_2.x 34/218
1209 Verifying : 1:perl-Pod-Escapes-1.04-286.el7.noarch 35/218
1210 Verifying : php-common-5.4.16-36.el7_1.x86_64 36/218
1211 Verifying : libxshmfence-1.2-1.el7.x86_64 37/218
1212 Verifying : 1:java-1.7.0-openjdk-1.7.0.95-2.6.4.0.el7_2.x86_64 38/218
1213 Verifying : libselinux-python-2.2.2-6.el7.x86_64 39/218
1214 Verifying : perl-File-Path-2.09-2.el7.noarch 40/218
1215 Verifying : libgomp-4.8.5-4.el7.x86_64 41/218
1216 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 42/218
1217 Verifying : checkpolicy-2.1.12-6.el7.x86_64 43/218
1218 Verifying : 1:make-3.82-21.el7.x86_64 44/218
1219 Verifying : php-symfony-yaml-2.7.9-2.el7.noarch 45/218
1220 Verifying : policycoreutils-2.2.5-20.el7.x86_64 46/218
1221 Verifying : libXau-1.0.8-2.1.el7.x86_64 47/218
1222 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 48/218
1223 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 49/218
1224 Verifying : php-mbstring-5.4.16-36.el7_1.x86_64 50/218
1225 Verifying : libXfont-1.5.1-2.el7.x86_64 51/218
1226 Verifying : tzdata-java-2016a-1.el7.noarch 52/218
1227 Verifying : avahi-libs-0.6.31-15.el7_2.1.x86_64 53/218
1228 Verifying : php-phpunit-PHP-Timer-1.0.6-1.el7.noarch 54/218
1229 Verifying : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 55/218
1230 Verifying : php-tidy-5.4.16-3.el7.x86_64 56/218
1231 Verifying : file-5.11-31.el7.x86_64 57/218
1232 Verifying : libX11-common-1.6.3-2.el7.noarch 58/218
1233 Verifying : php-phpunit-diff-1.4.1-1.el7.noarch 59/218
1234 Verifying : libthai-0.1.14-9.el7.x86_64 60/218
1235 Verifying : graphite2-1.2.2-5.el7.x86_64 61/218
1236 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 62/218
1237 Verifying : lsof-4.87-4.el7.x86_64 63/218
1238 Verifying : gcc-c++-4.8.5-4.el7.x86_64 64/218
1239 Verifying : libxcb-1.11-4.el7.x86_64 65/218
1240 Verifying : php-phpunit-PHPUnit-4.8.23-1.el7.noarch 66/218
1241 Verifying : 2:nmap-ncat-6.40-7.el7.x86_64 67/218
1242 Verifying : libtiff-4.0.3-14.el7.x86_64 68/218
1243 Verifying : glibc-headers-2.17-106.el7_2.4.x86_64 69/218
1244 Verifying : man-db-2.6.3-9.el7.x86_64 70/218
1245 Verifying : hwdata-0.252-8.1.el7.x86_64 71/218
1246 Verifying : bzip2-1.0.6-13.el7.x86_64 72/218
1247 Verifying : libX11-1.6.3-2.el7.x86_64 73/218
1248 Verifying : kernel-headers-3.10.0-327.10.1.el7.x86_64 74/218
1249 Verifying : libcgroup-0.41-8.el7.x86_64 75/218
1250 Verifying : ant-1.9.2-9.el7.noarch 76/218
1251 Verifying : gdk-pixbuf2-2.31.6-3.el7.x86_64 77/218
1252 Verifying : python-IPy-0.75-6.el7.noarch 78/218
1253 Verifying : php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch 79/218
1254 Verifying : harfbuzz-0.9.36-1.el7.x86_64 80/218
1255 Verifying : screen-4.1.0-0.23.20120314git3c2946.el7_2.x86_64 81/218
1256 Verifying : libselinux-utils-2.2.2-6.el7.x86_64 82/218
1257 Verifying : m2crypto-0.21.1-17.el7.x86_64 83/218
1258 Verifying : libfontenc-1.1.2-3.el7.x86_64 84/218
1259 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.x86_64 85/218
1260 Verifying : gsm-1.0.13-11.el7.x86_64 86/218
1261 Verifying : php-phpunit-File-Iterator-1.4.0-1.el7.noarch 87/218
1262 Verifying : 2:libogg-1.3.0-7.el7.x86_64 88/218
1263 Verifying : libmpc-1.0.1-3.el7.x86_64 89/218
1264 Verifying : javapackages-tools-3.4.1-11.el7.noarch 90/218
1265 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 91/218
1266 Verifying : audit-libs-python-2.4.1-5.el7.x86_64 92/218
1267 Verifying : perl-Encode-2.51-7.el7.x86_64 93/218
1268 Verifying : libXi-1.7.4-2.el7.x86_64 94/218
1269 Verifying : python2-rpm-macros-3-6.el7.1.noarch 95/218
1270 Verifying : perl-threads-1.87-4.el7.x86_64 96/218
1271 Verifying : fontconfig-2.10.95-7.el7.x86_64 97/218
1272 Verifying : python-srpm-macros-3-6.el7.1.noarch 98/218
1273 Verifying : psmisc-22.20-9.el7.x86_64 99/218
1274 Verifying : libzip-0.10.1-8.el7.x86_64 100/218
1275 Verifying : policycoreutils-python-2.2.5-20.el7.x86_64 101/218
1276 Verifying : polkit-pkla-compat-0.1-4.el7.x86_64 102/218
1277 Verifying : libsndfile-1.0.25-10.el7.x86_64 103/218
1278 Verifying : perl-Digest-1.17-245.el7.noarch 104/218
1279 Verifying : perl-srpm-macros-1-8.el7.noarch 105/218
1280 Verifying : python-javapackages-3.4.1-11.el7.noarch 106/218
1281 Verifying : gcc-4.8.5-4.el7.x86_64 107/218
1282 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 108/218
1283 Verifying : osc-0.153.0-175.1.x86_64 109/218
1284 Verifying : git-1.8.3.1-6.el7.x86_64 110/218
1285 Verifying : perl-threads-shared-1.43-6.el7.x86_64 111/218
1286 Verifying : perl-Storable-2.45-3.el7.x86_64 112/218
1287 Verifying : ttmkfdir-3.0.9-42.el7.x86_64 113/218
1288 Verifying : tcp_wrappers-libs-7.6-77.el7.x86_64 114/218
1289 Verifying : 32:bind-libs-9.9.4-29.el7_2.2.x86_64 115/218
1290 Verifying : php-phpunit-Text-Template-1.2.0-5.el7.noarch 116/218
1291 Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 117/218
1292 Verifying : 4:perl-libs-5.16.3-286.el7.x86_64 118/218
1293 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 119/218
1294 Verifying : libSM-1.2.2-2.el7.x86_64 120/218
1295 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 121/218
1296 Verifying : 1:perl-parent-0.225-244.el7.noarch 122/218
1297 Verifying : giflib-4.1.6-9.el7.x86_64 123/218
1298 Verifying : php-phpunit-exporter-1.2.0-1.el7.noarch 124/218
1299 Verifying : perl-Digest-MD5-2.52-3.el7.x86_64 125/218
1300 Verifying : openldap-clients-2.4.40-8.el7.x86_64 126/218
1301 Verifying : php-cli-5.4.16-36.el7_1.x86_64 127/218
1302 Verifying : libXrender-0.9.8-2.1.el7.x86_64 128/218
1303 Verifying : 2:vim-filesystem-7.4.160-1.el7.x86_64 129/218
1304 Verifying : perl-Carp-1.26-244.el7.noarch 130/218
1305 Verifying : gpm-libs-1.20.7-5.el7.x86_64 131/218
1306 Verifying : libpipeline-1.2.3-3.el7.x86_64 132/218
1307 Verifying : 1:java-1.7.0-openjdk-devel-1.7.0.95-2.6.4.0.el7_2.x86_ 133/218
1308 Verifying : perl-podlators-2.5.1-3.el7.noarch 134/218
1309 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.x86_64 135/218
1310 Verifying : libxslt-1.1.28-5.el7.x86_64 136/218
1311 Verifying : php-symfony-common-2.7.9-2.el7.noarch 137/218
1312 Verifying : rpm-build-4.11.3-17.el7.x86_64 138/218
1313 Verifying : pango-1.36.8-2.el7.x86_64 139/218
1314 Verifying : libICE-1.0.9-2.el7.x86_64 140/218
1315 Verifying : php-phpdocumentor-reflection-docblock-2.0.4-1.el7.noar 141/218
1316 Verifying : jasper-libs-1.900.1-29.el7.x86_64 142/218
1317 Verifying : xalan-j2-2.7.1-23.el7.noarch 143/218
1318 Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 144/218
1319 Verifying : pixman-0.32.6-3.el7.x86_64 145/218
1320 Verifying : alsa-lib-1.0.28-2.el7.x86_64 146/218
1321 Verifying : libstdc++-devel-4.8.5-4.el7.x86_64 147/218
1322 Verifying : 1:libvorbis-1.3.3-8.el7.x86_64 148/218
1323 Verifying : php-sebastian-global-state-1.1.1-1.el7.noarch 149/218
1324 Verifying : libXtst-1.2.2-2.1.el7.x86_64 150/218
1325 Verifying : zip-3.0-10.el7.x86_64 151/218
1326 Verifying : 1:perl-TimeDate-2.30-2.el7.noarch 152/218
1327 Verifying : cairo-1.14.2-1.el7.x86_64 153/218
1328 Verifying : mpfr-3.1.1-4.el7.x86_64 154/218
1329 Verifying : openssh-6.6.1p1-23.el7_2.x86_64 155/218
1330 Verifying : perl-Filter-1.49-3.el7.x86_64 156/218
1331 Verifying : dwz-0.11-3.el7.x86_64 157/218
1332 Verifying : php-phpunit-environment-1.3.2-1.el7.noarch 158/218
1333 Verifying : libXdamage-1.1.4-4.1.el7.x86_64 159/218
1334 Verifying : redhat-rpm-config-9.1.0-68.el7.centos.noarch 160/218
1335 Verifying : 32:bind-utils-9.9.4-29.el7_2.2.x86_64 161/218
1336 Verifying : rsync-3.0.9-17.el7.x86_64 162/218
1337 Verifying : fipscheck-1.4.1-5.el7.x86_64 163/218
1338 Verifying : less-458-9.el7.x86_64 164/218
1339 Verifying : libXfixes-5.0.1-2.1.el7.x86_64 165/218
1340 Verifying : libXinerama-1.1.3-2.1.el7.x86_64 166/218
1341 Verifying : libpciaccess-0.13.4-2.el7.x86_64 167/218
1342 Verifying : freetype-2.4.11-11.el7.x86_64 168/218
1343 Verifying : net-tools-2.0-0.17.20131004git.el7.x86_64 169/218
1344 Verifying : perl-Exporter-5.68-3.el7.noarch 170/218
1345 Verifying : perl-constant-1.27-2.el7.noarch 171/218
1346 Verifying : perl-PathTools-3.40-5.el7.x86_64 172/218
1347 Verifying : elfutils-0.163-3.el7.x86_64 173/218
1348 Verifying : 4:perl-macros-5.16.3-286.el7.x86_64 174/218
1349 Verifying : glibc-devel-2.17-106.el7_2.4.x86_64 175/218
1350 Verifying : pcsc-lite-libs-1.8.8-6.el7.x86_64 176/218
1351 Verifying : xml-commons-apis-1.4.01-16.el7.noarch 177/218
1352 Verifying : libasyncns-0.8-7.el7.x86_64 178/218
1353 Verifying : libXrandr-1.4.2-2.el7.x86_64 179/218
1354 Verifying : 4:perl-5.16.3-286.el7.x86_64 180/218
1355 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 181/218
1356 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 182/218
1357 Verifying : mesa-libGL-10.6.5-3.20150824.el7.x86_64 183/218
1358 Verifying : perl-Time-Local-1.2300-2.el7.noarch 184/218
1359 Verifying : sudo-1.8.6p7-16.el7.x86_64 185/218
1360 Verifying : libXft-2.3.2-2.el7.x86_64 186/218
1361 Verifying : php-xml-5.4.16-36.el7_1.x86_64 187/218
1362 Verifying : php-phpunit-Version-1.0.5-1.el7.noarch 188/218
1363 Verifying : perl-Socket-2.010-3.el7.x86_64 189/218
1364 Verifying : php-soap-5.4.16-36.el7_1.x86_64 190/218
1365 Verifying : json-c-0.11-4.el7_0.x86_64 191/218
1366 Verifying : 1:emacs-filesystem-24.3-18.el7.noarch 192/218
1367 Verifying : xml-commons-resolver-1.2-15.el7.noarch 193/218
1368 Verifying : libXcursor-1.1.14-2.1.el7.x86_64 194/218
1369 Verifying : flac-libs-1.3.0-5.el7_1.x86_64 195/218
1370 Verifying : 2:vim-enhanced-7.4.160-1.el7.x86_64 196/218
1371 Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 197/218
1372 Verifying : 1:perl-Error-0.17020-2.el7.noarch 198/218
1373 Verifying : 3:traceroute-2.0.19-5.el7.x86_64 199/218
1374 Verifying : gtk2-2.24.28-8.el7.x86_64 200/218
1375 Verifying : 1:telnet-0.17-59.el7.x86_64 201/218
1376 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 202/218
1377 Verifying : rpmdevtools-8.3-5.el7.noarch 203/218
1378 Verifying : mozjs17-17.0.0-12.el7.x86_64 204/218
1379 Verifying : unzip-6.0-15.el7.x86_64 205/218
1380 Verifying : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 206/218
1381 Verifying : jbigkit-libs-2.0-11.el7.x86_64 207/218
1382 Verifying : GConf2-3.2.6-8.el7.x86_64 208/218
1383 Verifying : php-doctrine-instantiator-1.0.5-1.el7.noarch 209/218
1384 Verifying : gdb-7.6.1-80.el7.x86_64 210/218
1385 Verifying : perl-Getopt-Long-2.40-2.el7.noarch 211/218
1386 Verifying : cpp-4.8.5-4.el7.x86_64 212/218
1387 Verifying : php-phpunit-comparator-1.2.0-1.el7.noarch 213/218
1388 Verifying : python-rpm-macros-3-6.el7.1.noarch 214/218
1389 Verifying : polkit-0.112-6.el7_2.x86_64 215/218
1390 Verifying : libtidy-0.99.0-31.20091203.el7.x86_64 216/218
1391 Verifying : lksctp-tools-1.0.13-3.el7.x86_64 217/218
1392 Verifying : php-sebastian-recursion-context-1.0.2-1.el7.noarch 218/218
1393
1394Installed:
1395 ant.noarch 0:1.9.2-9.el7
1396 bind-utils.x86_64 32:9.9.4-29.el7_2.2
1397 build.noarch 0:20160304-218.1
1398 bzip2.x86_64 0:1.0.6-13.el7
1399 epel-rpm-macros.noarch 0:7-6
1400 gcc.x86_64 0:4.8.5-4.el7
1401 gcc-c++.x86_64 0:4.8.5-4.el7
1402 git.x86_64 0:1.8.3.1-6.el7
1403 lsof.x86_64 0:4.87-4.el7
1404 make.x86_64 1:3.82-21.el7
1405 net-tools.x86_64 0:2.0-0.17.20131004git.el7
1406 nmap-ncat.x86_64 2:6.40-7.el7
1407 openldap-clients.x86_64 0:2.4.40-8.el7
1408 osc.x86_64 0:0.153.0-175.1
1409 patch.x86_64 0:2.7.1-8.el7
1410 perl-Data-Dumper.x86_64 0:2.145-3.el7
1411 perl-Digest-MD5.x86_64 0:2.52-3.el7
1412 perl-TimeDate.noarch 1:2.30-2.el7
1413 php-phpunit-PHPUnit-Selenium.noarch 0:1.4.2-1.el7
1414 policycoreutils.x86_64 0:2.2.5-20.el7
1415 policycoreutils-python.x86_64 0:2.2.5-20.el7
1416 psmisc.x86_64 0:22.20-9.el7
1417 redhat-rpm-config.noarch 0:9.1.0-68.el7.centos
1418 rpm-build.x86_64 0:4.11.3-17.el7
1419 rpmdevtools.noarch 0:8.3-5.el7
1420 screen.x86_64 0:4.1.0-0.23.20120314git3c2946.el7_2
1421 strace.x86_64 0:4.8-11.el7
1422 sudo.x86_64 0:1.8.6p7-16.el7
1423 telnet.x86_64 1:0.17-59.el7
1424 traceroute.x86_64 3:2.0.19-5.el7
1425 unzip.x86_64 0:6.0-15.el7
1426 vim-enhanced.x86_64 2:7.4.160-1.el7
1427 which.x86_64 0:2.20-7.el7
1428
1429Dependency Installed:
1430 GConf2.x86_64 0:3.2.6-8.el7
1431 alsa-lib.x86_64 0:1.0.28-2.el7
1432 atk.x86_64 0:2.14.0-1.el7
1433 audit-libs-python.x86_64 0:2.4.1-5.el7
1434 avahi-libs.x86_64 0:0.6.31-15.el7_2.1
1435 bind-libs.x86_64 32:9.9.4-29.el7_2.2
1436 build-mkbaselibs.noarch 0:20160304-218.1
1437 cairo.x86_64 0:1.14.2-1.el7
1438 checkpolicy.x86_64 0:2.1.12-6.el7
1439 cpp.x86_64 0:4.8.5-4.el7
1440 cups-libs.x86_64 1:1.6.3-22.el7
1441 dwz.x86_64 0:0.11-3.el7
1442 elfutils.x86_64 0:0.163-3.el7
1443 emacs-filesystem.noarch 1:24.3-18.el7
1444 file.x86_64 0:5.11-31.el7
1445 fipscheck.x86_64 0:1.4.1-5.el7
1446 fipscheck-lib.x86_64 0:1.4.1-5.el7
1447 flac-libs.x86_64 0:1.3.0-5.el7_1
1448 fontconfig.x86_64 0:2.10.95-7.el7
1449 fontpackages-filesystem.noarch 0:1.44-8.el7
1450 freetype.x86_64 0:2.4.11-11.el7
1451 gdb.x86_64 0:7.6.1-80.el7
1452 gdk-pixbuf2.x86_64 0:2.31.6-3.el7
1453 giflib.x86_64 0:4.1.6-9.el7
1454 glibc-devel.x86_64 0:2.17-106.el7_2.4
1455 glibc-headers.x86_64 0:2.17-106.el7_2.4
1456 gpm-libs.x86_64 0:1.20.7-5.el7
1457 graphite2.x86_64 0:1.2.2-5.el7
1458 groff-base.x86_64 0:1.22.2-8.el7
1459 gsm.x86_64 0:1.0.13-11.el7
1460 gtk2.x86_64 0:2.24.28-8.el7
1461 harfbuzz.x86_64 0:0.9.36-1.el7
1462 hicolor-icon-theme.noarch 0:0.12-7.el7
1463 hwdata.x86_64 0:0.252-8.1.el7
1464 jasper-libs.x86_64 0:1.900.1-29.el7
1465 java-1.7.0-openjdk.x86_64 1:1.7.0.95-2.6.4.0.el7_2
1466 java-1.7.0-openjdk-devel.x86_64 1:1.7.0.95-2.6.4.0.el7_2
1467 java-1.7.0-openjdk-headless.x86_64 1:1.7.0.95-2.6.4.0.el7_2
1468 javapackages-tools.noarch 0:3.4.1-11.el7
1469 jbigkit-libs.x86_64 0:2.0-11.el7
1470 json-c.x86_64 0:0.11-4.el7_0
1471 kernel-headers.x86_64 0:3.10.0-327.10.1.el7
1472 less.x86_64 0:458-9.el7
1473 libICE.x86_64 0:1.0.9-2.el7
1474 libSM.x86_64 0:1.2.2-2.el7
1475 libX11.x86_64 0:1.6.3-2.el7
1476 libX11-common.noarch 0:1.6.3-2.el7
1477 libXau.x86_64 0:1.0.8-2.1.el7
1478 libXcomposite.x86_64 0:0.4.4-4.1.el7
1479 libXcursor.x86_64 0:1.1.14-2.1.el7
1480 libXdamage.x86_64 0:1.1.4-4.1.el7
1481 libXext.x86_64 0:1.3.3-3.el7
1482 libXfixes.x86_64 0:5.0.1-2.1.el7
1483 libXfont.x86_64 0:1.5.1-2.el7
1484 libXft.x86_64 0:2.3.2-2.el7
1485 libXi.x86_64 0:1.7.4-2.el7
1486 libXinerama.x86_64 0:1.1.3-2.1.el7
1487 libXrandr.x86_64 0:1.4.2-2.el7
1488 libXrender.x86_64 0:0.9.8-2.1.el7
1489 libXtst.x86_64 0:1.2.2-2.1.el7
1490 libXxf86vm.x86_64 0:1.1.3-2.1.el7
1491 libasyncns.x86_64 0:0.8-7.el7
1492 libcgroup.x86_64 0:0.41-8.el7
1493 libdrm.x86_64 0:2.4.60-3.el7
1494 libedit.x86_64 0:3.0-12.20121213cvs.el7
1495 libfontenc.x86_64 0:1.1.2-3.el7
1496 libgnome-keyring.x86_64 0:3.8.0-3.el7
1497 libgomp.x86_64 0:4.8.5-4.el7
1498 libjpeg-turbo.x86_64 0:1.2.90-5.el7
1499 libmpc.x86_64 0:1.0.1-3.el7
1500 libogg.x86_64 2:1.3.0-7.el7
1501 libpcap.x86_64 14:1.5.3-8.el7
1502 libpciaccess.x86_64 0:0.13.4-2.el7
1503 libpipeline.x86_64 0:1.2.3-3.el7
1504 libpng.x86_64 2:1.5.13-7.el7_2
1505 libselinux-python.x86_64 0:2.2.2-6.el7
1506 libselinux-utils.x86_64 0:2.2.2-6.el7
1507 libsemanage-python.x86_64 0:2.1.10-18.el7
1508 libsndfile.x86_64 0:1.0.25-10.el7
1509 libstdc++-devel.x86_64 0:4.8.5-4.el7
1510 libthai.x86_64 0:0.1.14-9.el7
1511 libtidy.x86_64 0:0.99.0-31.20091203.el7
1512 libtiff.x86_64 0:4.0.3-14.el7
1513 libvorbis.x86_64 1:1.3.3-8.el7
1514 libxcb.x86_64 0:1.11-4.el7
1515 libxshmfence.x86_64 0:1.2-1.el7
1516 libxslt.x86_64 0:1.1.28-5.el7
1517 libzip.x86_64 0:0.10.1-8.el7
1518 lksctp-tools.x86_64 0:1.0.13-3.el7
1519 m2crypto.x86_64 0:0.21.1-17.el7
1520 man-db.x86_64 0:2.6.3-9.el7
1521 mesa-libEGL.x86_64 0:10.6.5-3.20150824.el7
1522 mesa-libGL.x86_64 0:10.6.5-3.20150824.el7
1523 mesa-libgbm.x86_64 0:10.6.5-3.20150824.el7
1524 mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7
1525 mozjs17.x86_64 0:17.0.0-12.el7
1526 mpfr.x86_64 0:3.1.1-4.el7
1527 openssh.x86_64 0:6.6.1p1-23.el7_2
1528 openssh-clients.x86_64 0:6.6.1p1-23.el7_2
1529 pango.x86_64 0:1.36.8-2.el7
1530 pcsc-lite-libs.x86_64 0:1.8.8-6.el7
1531 perl.x86_64 4:5.16.3-286.el7
1532 perl-Carp.noarch 0:1.26-244.el7
1533 perl-Digest.noarch 0:1.17-245.el7
1534 perl-Encode.x86_64 0:2.51-7.el7
1535 perl-Error.noarch 1:0.17020-2.el7
1536 perl-Exporter.noarch 0:5.68-3.el7
1537 perl-File-Path.noarch 0:2.09-2.el7
1538 perl-File-Temp.noarch 0:0.23.01-3.el7
1539 perl-Filter.x86_64 0:1.49-3.el7
1540 perl-Getopt-Long.noarch 0:2.40-2.el7
1541 perl-Git.noarch 0:1.8.3.1-6.el7
1542 perl-HTTP-Tiny.noarch 0:0.033-3.el7
1543 perl-PathTools.x86_64 0:3.40-5.el7
1544 perl-Pod-Escapes.noarch 1:1.04-286.el7
1545 perl-Pod-Perldoc.noarch 0:3.20-4.el7
1546 perl-Pod-Simple.noarch 1:3.28-4.el7
1547 perl-Pod-Usage.noarch 0:1.63-3.el7
1548 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
1549 perl-Socket.x86_64 0:2.010-3.el7
1550 perl-Storable.x86_64 0:2.45-3.el7
1551 perl-TermReadKey.x86_64 0:2.30-20.el7
1552 perl-Text-ParseWords.noarch 0:3.29-4.el7
1553 perl-Thread-Queue.noarch 0:3.02-2.el7
1554 perl-Time-HiRes.x86_64 4:1.9725-3.el7
1555 perl-Time-Local.noarch 0:1.2300-2.el7
1556 perl-constant.noarch 0:1.27-2.el7
1557 perl-libs.x86_64 4:5.16.3-286.el7
1558 perl-macros.x86_64 4:5.16.3-286.el7
1559 perl-parent.noarch 1:0.225-244.el7
1560 perl-podlators.noarch 0:2.5.1-3.el7
1561 perl-srpm-macros.noarch 0:1-8.el7
1562 perl-threads.x86_64 0:1.87-4.el7
1563 perl-threads-shared.x86_64 0:1.43-6.el7
1564 php-cli.x86_64 0:5.4.16-36.el7_1
1565 php-common.x86_64 0:5.4.16-36.el7_1
1566 php-doctrine-instantiator.noarch 0:1.0.5-1.el7
1567 php-mbstring.x86_64 0:5.4.16-36.el7_1
1568 php-phpdocumentor-reflection-docblock.noarch 0:2.0.4-1.el7
1569 php-phpspec-prophecy.noarch 0:1.4.1-1.el7
1570 php-phpunit-File-Iterator.noarch 0:1.4.0-1.el7
1571 php-phpunit-PHP-CodeCoverage.noarch 0:2.2.4-1.el7
1572 php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7
1573 php-phpunit-PHP-Timer.noarch 0:1.0.6-1.el7
1574 php-phpunit-PHP-TokenStream.noarch 0:1.4.8-1.el7
1575 php-phpunit-PHPUnit.noarch 0:4.8.23-1.el7
1576 php-phpunit-PHPUnit-MockObject.noarch 0:2.3.8-1.el7
1577 php-phpunit-Text-Template.noarch 0:1.2.0-5.el7
1578 php-phpunit-Version.noarch 0:1.0.5-1.el7
1579 php-phpunit-comparator.noarch 0:1.2.0-1.el7
1580 php-phpunit-diff.noarch 0:1.4.1-1.el7
1581 php-phpunit-environment.noarch 0:1.3.2-1.el7
1582 php-phpunit-exporter.noarch 0:1.2.0-1.el7
1583 php-sebastian-global-state.noarch 0:1.1.1-1.el7
1584 php-sebastian-recursion-context.noarch 0:1.0.2-1.el7
1585 php-soap.x86_64 0:5.4.16-36.el7_1
1586 php-symfony-class-loader.noarch 0:2.7.9-2.el7
1587 php-symfony-common.noarch 0:2.7.9-2.el7
1588 php-symfony-yaml.noarch 0:2.7.9-2.el7
1589 php-tidy.x86_64 0:5.4.16-3.el7
1590 php-xml.x86_64 0:5.4.16-36.el7_1
1591 pixman.x86_64 0:0.32.6-3.el7
1592 polkit.x86_64 0:0.112-6.el7_2
1593 polkit-pkla-compat.x86_64 0:0.1-4.el7
1594 pulseaudio-libs.x86_64 0:6.0-7.el7
1595 python-IPy.noarch 0:0.75-6.el7
1596 python-javapackages.noarch 0:3.4.1-11.el7
1597 python-lxml.x86_64 0:3.2.1-4.el7
1598 python-rpm-macros.noarch 0:3-6.el7.1
1599 python-srpm-macros.noarch 0:3-6.el7.1
1600 python2-rpm-macros.noarch 0:3-6.el7.1
1601 rsync.x86_64 0:3.0.9-17.el7
1602 setools-libs.x86_64 0:3.3.7-46.el7
1603 tcp_wrappers-libs.x86_64 0:7.6-77.el7
1604 ttmkfdir.x86_64 0:3.0.9-42.el7
1605 tzdata-java.noarch 0:2016a-1.el7
1606 vim-common.x86_64 2:7.4.160-1.el7
1607 vim-filesystem.x86_64 2:7.4.160-1.el7
1608 xalan-j2.noarch 0:2.7.1-23.el7
1609 xerces-j2.noarch 0:2.11.0-17.el7_0
1610 xml-commons-apis.noarch 0:1.4.01-16.el7
1611 xml-commons-resolver.noarch 0:1.2-15.el7
1612 xorg-x11-font-utils.x86_64 1:7.5-20.el7
1613 xorg-x11-fonts-Type1.noarch 0:7.5-9.el7
1614 zip.x86_64 0:3.0-10.el7
1615
1616Complete!
1617Loaded plugins: ovl, priorities
1618Cleaning repos: Kolab_16 Kolab_3.4 Kolab_3.4_Updates Kolab_Winterfell base epel
1619 : extras openSUSE_Tools updates
1620Cleaning up everything
1621 ---> 09029e795a45
1622Removing intermediate container 206127a05212
1623Step 23 : ADD /systemctl /usr/bin/systemctl
1624 ---> 7340dcc067fb
1625Removing intermediate container 7feab73c1f0a
1626Step 24 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
1627 ---> 04a8c2b3c5dd
1628Removing intermediate container 3a3870480334
1629Step 25 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
1630 ---> Running in 10798a98c9c3
1631mode of '/usr/bin/systemctl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
1632mode of '/usr/bin/systemctl-socket-daemon' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
1633 ---> 52eb1b3cbb81
1634Removing intermediate container 10798a98c9c3
1635Step 26 : RUN mkdir -p /run/lock
1636 ---> Running in c7f67f9a2363
1637 ---> 9a1319ed13ad
1638Removing intermediate container c7f67f9a2363
1639Step 27 : RUN ln -sf /bin/true /sbin/semanage
1640 ---> Running in 7355159cfb9b
1641 ---> ba7c350dd758
1642Removing intermediate container 7355159cfb9b
1643Step 28 : RUN sed -i -e '/requiretty/d' /etc/sudoers
1644 ---> Running in f839f2ec9d2e
1645 ---> e5a3cf853414
1646Removing intermediate container f839f2ec9d2e
1647Step 29 : WORKDIR /srv
1648 ---> Running in 67c9bef88fca
1649 ---> b91d4f29bbad
1650Removing intermediate container 67c9bef88fca
1651Step 30 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
1652 ---> Running in c258a12187a1
1653Cloning into 'closure-compiler.git'...
1654 ---> eadfa2d2bb8e
1655Removing intermediate container c258a12187a1
1656Step 31 : WORKDIR /srv/closure-compiler.git
1657 ---> Running in f873f112a567
1658 ---> 673966ffe124
1659Removing intermediate container f873f112a567
1660Step 32 : RUN ant jar
1661 ---> Running in 07b7db73c58b
1662Buildfile: /srv/closure-compiler.git/build.xml
1663
1664relversion:
1665
1666compile:
1667 [mkdir] Created dir: /srv/closure-compiler.git/build/classes
1668 [javac] Compiling 12 source files to /srv/closure-compiler.git/build/classes
1669 [javac] Compiling 624 source files to /srv/closure-compiler.git/build/classes
1670 [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
1671 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
1672 [javac] ^
1673 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Compiler.java:1220: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
1674 [javac] NodeTraversal.traverse(this, getRoot(), refCollector);
1675 [javac] ^
1676 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Compiler.java:1413: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
1677 [javac] NodeTraversal.traverse(this, n, sia);
1678 [javac] ^
1679 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1264: warning: [unchecked] unchecked cast
1680 [javac] for (TypedVar v : ((Set<TypedVar>) liveness.getEscapedLocals())) {
1681 [javac] ^
1682 [javac] required: Set<TypedVar>
1683 [javac] found: Set<CAP#1>
1684 [javac] where CAP#1 is a fresh type-variable:
1685 [javac] CAP#1 extends Var from capture of ? extends Var
1686 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:964: warning: [unchecked] getType(String) in JSTypeRegistry implements <T>getType(String) in TypeIRegistry
1687 [javac] public JSType getType(String jsTypeName) {
1688 [javac] ^
1689 [javac] return type requires unchecked conversion from JSType to T
1690 [javac] where T is a type-variable:
1691 [javac] T extends TypeI declared in method <T>getType(String)
1692 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:975: warning: [unchecked] getNativeType(JSTypeNative) in JSTypeRegistry implements <T>getNativeType(JSTypeNative) in TypeIRegistry
1693 [javac] public JSType getNativeType(JSTypeNative typeId) {
1694 [javac] ^
1695 [javac] return type requires unchecked conversion from JSType to T
1696 [javac] where T is a type-variable:
1697 [javac] T extends TypeI declared in method <T>getNativeType(JSTypeNative)
1698 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:980: warning: [unchecked] getNativeObjectType(JSTypeNative) in JSTypeRegistry implements <T>getNativeObjectType(JSTypeNative) in TypeIRegistry
1699 [javac] public ObjectType getNativeObjectType(JSTypeNative typeId) {
1700 [javac] ^
1701 [javac] return type requires unchecked conversion from ObjectType to T
1702 [javac] where T is a type-variable:
1703 [javac] T extends ObjectTypeI declared in method <T>getNativeObjectType(JSTypeNative)
1704 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:985: warning: [unchecked] getNativeFunctionType(JSTypeNative) in JSTypeRegistry implements <T>getNativeFunctionType(JSTypeNative) in TypeIRegistry
1705 [javac] public FunctionType getNativeFunctionType(JSTypeNative typeId) {
1706 [javac] ^
1707 [javac] return type requires unchecked conversion from FunctionType to T
1708 [javac] where T is a type-variable:
1709 [javac] T extends FunctionTypeI declared in method <T>getNativeFunctionType(JSTypeNative)
1710 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1508: warning: [unchecked] unchecked cast
1711 [javac] return createFromTypeNodesInternal(n, sourceName, (StaticTypedScope<JSType>) scope);
1712 [javac] ^
1713 [javac] required: StaticTypedScope<JSType>
1714 [javac] found: StaticTypedScope<CAP#1>
1715 [javac] where CAP#1 is a fresh type-variable:
1716 [javac] CAP#1 extends TypeI from capture of ? extends TypeI
1717 [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
1718 [javac] public TypedScope createScope(Node n, Scope parent) {
1719 [javac] ^
1720 [javac] return type requires unchecked conversion from TypedScope to T
1721 [javac] where T is a type-variable:
1722 [javac] T extends Scope declared in method <T>createScope(Node,T)
1723 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DefaultPassConfig.java:1085: warning: [deprecation] brokenClosureRequiresLevel in CompilerOptions has been deprecated
1724 [javac] options.brokenClosureRequiresLevel,
1725 [javac] ^
1726 [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
1727 [javac] NodeTraversal.traverseRoots(
1728 [javac] ^
1729 [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
1730 [javac] NodeTraversal.traverseRoots(
1731 [javac] ^
1732 [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
1733 [javac] NodeTraversal.traverseRoots(
1734 [javac] ^
1735 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1307: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
1736 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
1737 [javac] ^
1738 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1436: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
1739 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
1740 [javac] ^
1741 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1750: warning: [unchecked] unchecked cast
1742 [javac] return ((StaticTypedSlot<JSType>) sym).getType();
1743 [javac] ^
1744 [javac] required: StaticTypedSlot<JSType>
1745 [javac] found: StaticSlot
1746 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1757: warning: [unchecked] unchecked cast
1747 [javac] return ((StaticTypedScope<JSType>) s).getTypeOfThis();
1748 [javac] ^
1749 [javac] required: StaticTypedScope<JSType>
1750 [javac] found: StaticScope
1751 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1764: warning: [unchecked] unchecked cast
1752 [javac] return ((StaticTypedSlot<JSType>) sym).isTypeInferred();
1753 [javac] ^
1754 [javac] required: StaticTypedSlot<JSType>
1755 [javac] found: StaticSlot
1756 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScope.java:216: warning: [unchecked] getVars() in TypedScope overrides <T>getVars() in Scope
1757 [javac] public Iterator<TypedVar> getVars() {
1758 [javac] ^
1759 [javac] return type requires unchecked conversion from Iterator<TypedVar> to Iterator<T>
1760 [javac] where T is a type-variable:
1761 [javac] T extends Var declared in method <T>getVars()
1762 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScopeCreator.java:219: warning: [unchecked] createScope(Node,Scope) in TypedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
1763 [javac] public TypedScope createScope(Node root, Scope parent) {
1764 [javac] ^
1765 [javac] return type requires unchecked conversion from TypedScope to T
1766 [javac] where T is a type-variable:
1767 [javac] T extends Scope declared in method <T>createScope(Node,T)
1768 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AmbiguateProperties.java:437: warning: [unchecked] getAnnotation() in AmbiguateProperties.PropertyGraphNode implements <A>getAnnotation() in Annotatable
1769 [javac] public Annotation getAnnotation() {
1770 [javac] ^
1771 [javac] return type requires unchecked conversion from Annotation to A
1772 [javac] where A is a type-variable:
1773 [javac] A extends Annotation declared in method <A>getAnnotation()
1774 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:88: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
1775 [javac] NodeTraversal.traverse(compiler, root, this);
1776 [javac] ^
1777 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
1778 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
1779 [javac] ^
1780 [javac] required: Set<Var>
1781 [javac] found: Set<CAP#1>
1782 [javac] where CAP#1 is a fresh type-variable:
1783 [javac] CAP#1 extends Var from capture of ? extends Var
1784 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:289: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
1785 [javac] NodeTraversal.traverse(
1786 [javac] ^
1787 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/WarningLevel.java:58: warning: [deprecation] setCheckProvides(CheckLevel) in CompilerOptions has been deprecated
1788 [javac] options.setCheckProvides(CheckLevel.OFF);
1789 [javac] ^
1790 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:141: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
1791 [javac] NodeTraversal.traverse(compiler, superSet.getLastChild(), this);
1792 [javac] ^
1793 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:187: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
1794 [javac] NodeTraversal.traverse(compiler, externs, this);
1795 [javac] ^
1796 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:188: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
1797 [javac] NodeTraversal.traverse(compiler, root, this);
1798 [javac] ^
1799 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:193: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
1800 [javac] NodeTraversal.traverse(compiler, scriptRoot, this);
1801 [javac] ^
1802 [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
1803 [javac] public Scope createScope(Node n, Scope parent) {
1804 [javac] ^
1805 [javac] return type requires unchecked conversion from Scope to T
1806 [javac] where T is a type-variable:
1807 [javac] T extends Scope declared in method <T>createScope(Node,T)
1808 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ShadowVariables.java:117: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
1809 [javac] NodeTraversal.traverse(compiler, root, new GatherReferenceInfo());
1810 [javac] ^
1811 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ShadowVariables.java:118: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
1812 [javac] NodeTraversal.traverse(compiler, root, new DoShadowVariables());
1813 [javac] ^
1814 [javac] 33 warnings
1815 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/rhino
1816 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing
1817[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
1818 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
1819 [copy] Copying 14 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
1820 [zip] Building zip: /srv/closure-compiler.git/build/classes/externs.zip
1821
1822jar:
1823 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
1824
1825BUILD SUCCESSFUL
1826Total time: 15 seconds
1827 ---> 917aa77c9d85
1828Removing intermediate container 07b7db73c58b
1829Step 33 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
1830 ---> Running in d12b8747bd16
1831--2016-03-07 05:18:46-- http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
1832Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
1833Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
1834HTTP request sent, awaiting response... 200 OK
1835Length: 31750379 (30M) [application/x-java-archive]
1836Saving to: '/usr/local/lib/selenium-server-standalone.jar'
1837
1838 0K .......... .......... .......... .......... .......... 0% 37.4M 1s
1839 50K .......... .......... .......... .......... .......... 0% 23.6M 1s
1840 100K .......... .......... .......... .......... .......... 0% 53.2M 1s
1841 150K .......... .......... .......... .......... .......... 0% 36.5M 1s
1842 200K .......... .......... .......... .......... .......... 0% 27.4M 1s
1843 250K .......... .......... .......... .......... .......... 0% 67.5M 1s
1844 300K .......... .......... .......... .......... .......... 1% 37.9M 1s
1845 350K .......... .......... .......... .......... .......... 1% 63.7M 1s
1846 400K .......... .......... .......... .......... .......... 1% 55.8M 1s
1847 450K .......... .......... .......... .......... .......... 1% 62.8M 1s
1848 500K .......... .......... .......... .......... .......... 1% 56.2M 1s
1849 550K .......... .......... .......... .......... .......... 1% 68.8M 1s
1850 600K .......... .......... .......... .......... .......... 2% 35.4M 1s
1851 650K .......... .......... .......... .......... .......... 2% 170M 1s
1852 700K .......... .......... .......... .......... .......... 2% 38.2M 1s
1853 750K .......... .......... .......... .......... .......... 2% 56.7M 1s
1854 800K .......... .......... .......... .......... .......... 2% 54.1M 1s
1855 850K .......... .......... .......... .......... .......... 2% 49.3M 1s
1856 900K .......... .......... .......... .......... .......... 3% 45.6M 1s
1857 950K .......... .......... .......... .......... .......... 3% 51.7M 1s
1858 1000K .......... .......... .......... .......... .......... 3% 67.5M 1s
1859 1050K .......... .......... .......... .......... .......... 3% 52.3M 1s
1860 1100K .......... .......... .......... .......... .......... 3% 72.4M 1s
1861 1150K .......... .......... .......... .......... .......... 3% 49.1M 1s
1862 1200K .......... .......... .......... .......... .......... 4% 89.6M 1s
1863 1250K .......... .......... .......... .......... .......... 4% 184M 1s
1864 1300K .......... .......... .......... .......... .......... 4% 40.1M 1s
1865 1350K .......... .......... .......... .......... .......... 4% 56.3M 1s
1866 1400K .......... .......... .......... .......... .......... 4% 47.7M 1s
1867 1450K .......... .......... .......... .......... .......... 4% 76.1M 1s
1868 1500K .......... .......... .......... .......... .......... 4% 71.5M 1s
1869 1550K .......... .......... .......... .......... .......... 5% 48.9M 1s
1870 1600K .......... .......... .......... .......... .......... 5% 53.3M 1s
1871 1650K .......... .......... .......... .......... .......... 5% 87.4M 1s
1872 1700K .......... .......... .......... .......... .......... 5% 57.9M 1s
1873 1750K .......... .......... .......... .......... .......... 5% 46.9M 1s
1874 1800K .......... .......... .......... .......... .......... 5% 48.7M 1s
1875 1850K .......... .......... .......... .......... .......... 6% 36.2M 1s
1876 1900K .......... .......... .......... .......... .......... 6% 16.0M 1s
1877 1950K .......... .......... .......... .......... .......... 6% 24.3M 1s
1878 2000K .......... .......... .......... .......... .......... 6% 87.2M 1s
1879 2050K .......... .......... .......... .......... .......... 6% 50.5M 1s
1880 2100K .......... .......... .......... .......... .......... 6% 71.5M 1s
1881 2150K .......... .......... .......... .......... .......... 7% 66.5M 1s
1882 2200K .......... .......... .......... .......... .......... 7% 58.5M 1s
1883 2250K .......... .......... .......... .......... .......... 7% 74.3M 1s
1884 2300K .......... .......... .......... .......... .......... 7% 40.3M 1s
1885 2350K .......... .......... .......... .......... .......... 7% 263M 1s
1886 2400K .......... .......... .......... .......... .......... 7% 64.2M 1s
1887 2450K .......... .......... .......... .......... .......... 8% 51.2M 1s
1888 2500K .......... .......... .......... .......... .......... 8% 35.1M 1s
1889 2550K .......... .......... .......... .......... .......... 8% 37.5M 1s
1890 2600K .......... .......... .......... .......... .......... 8% 39.1M 1s
1891 2650K .......... .......... .......... .......... .......... 8% 73.0M 1s
1892 2700K .......... .......... .......... .......... .......... 8% 76.1M 1s
1893 2750K .......... .......... .......... .......... .......... 9% 97.5M 1s
1894 2800K .......... .......... .......... .......... .......... 9% 127M 1s
1895 2850K .......... .......... .......... .......... .......... 9% 102M 1s
1896 2900K .......... .......... .......... .......... .......... 9% 112M 1s
1897 2950K .......... .......... .......... .......... .......... 9% 70.1M 1s
1898 3000K .......... .......... .......... .......... .......... 9% 110M 1s
1899 3050K .......... .......... .......... .......... .......... 9% 116M 1s
1900 3100K .......... .......... .......... .......... .......... 10% 107M 1s
1901 3150K .......... .......... .......... .......... .......... 10% 109M 1s
1902 3200K .......... .......... .......... .......... .......... 10% 92.2M 1s
1903 3250K .......... .......... .......... .......... .......... 10% 142M 0s
1904 3300K .......... .......... .......... .......... .......... 10% 66.8M 0s
1905 3350K .......... .......... .......... .......... .......... 10% 48.1M 0s
1906 3400K .......... .......... .......... .......... .......... 11% 28.4M 1s
1907 3450K .......... .......... .......... .......... .......... 11% 31.9M 1s
1908 3500K .......... .......... .......... .......... .......... 11% 94.6M 1s
1909 3550K .......... .......... .......... .......... .......... 11% 57.0M 1s
1910 3600K .......... .......... .......... .......... .......... 11% 32.2M 1s
1911 3650K .......... .......... .......... .......... .......... 11% 47.4M 1s
1912 3700K .......... .......... .......... .......... .......... 12% 37.3M 1s
1913 3750K .......... .......... .......... .......... .......... 12% 44.7M 1s
1914 3800K .......... .......... .......... .......... .......... 12% 37.0M 1s
1915 3850K .......... .......... .......... .......... .......... 12% 36.2M 1s
1916 3900K .......... .......... .......... .......... .......... 12% 28.4M 1s
1917 3950K .......... .......... .......... .......... .......... 12% 56.5M 1s
1918 4000K .......... .......... .......... .......... .......... 13% 69.0M 1s
1919 4050K .......... .......... .......... .......... .......... 13% 63.7M 1s
1920 4100K .......... .......... .......... .......... .......... 13% 76.1M 1s
1921 4150K .......... .......... .......... .......... .......... 13% 69.1M 1s
1922 4200K .......... .......... .......... .......... .......... 13% 171M 0s
1923 4250K .......... .......... .......... .......... .......... 13% 62.2M 0s
1924 4300K .......... .......... .......... .......... .......... 14% 61.3M 0s
1925 4350K .......... .......... .......... .......... .......... 14% 45.2M 0s
1926 4400K .......... .......... .......... .......... .......... 14% 112M 0s
1927 4450K .......... .......... .......... .......... .......... 14% 82.3M 0s
1928 4500K .......... .......... .......... .......... .......... 14% 58.2M 0s
1929 4550K .......... .......... .......... .......... .......... 14% 55.3M 0s
1930 4600K .......... .......... .......... .......... .......... 14% 25.9M 0s
1931 4650K .......... .......... .......... .......... .......... 15% 53.0M 0s
1932 4700K .......... .......... .......... .......... .......... 15% 52.0M 0s
1933 4750K .......... .......... .......... .......... .......... 15% 117M 0s
1934 4800K .......... .......... .......... .......... .......... 15% 43.6M 0s
1935 4850K .......... .......... .......... .......... .......... 15% 195M 0s
1936 4900K .......... .......... .......... .......... .......... 15% 63.1M 0s
1937 4950K .......... .......... .......... .......... .......... 16% 51.5M 0s
1938 5000K .......... .......... .......... .......... .......... 16% 133M 0s
1939 5050K .......... .......... .......... .......... .......... 16% 34.6M 0s
1940 5100K .......... .......... .......... .......... .......... 16% 22.8M 0s
1941 5150K .......... .......... .......... .......... .......... 16% 93.5M 0s
1942 5200K .......... .......... .......... .......... .......... 16% 31.2M 0s
1943 5250K .......... .......... .......... .......... .......... 17% 30.4M 0s
1944 5300K .......... .......... .......... .......... .......... 17% 25.0M 0s
1945 5350K .......... .......... .......... .......... .......... 17% 40.6M 0s
1946 5400K .......... .......... .......... .......... .......... 17% 74.1M 0s
1947 5450K .......... .......... .......... .......... .......... 17% 78.4M 0s
1948 5500K .......... .......... .......... .......... .......... 17% 209M 0s
1949 5550K .......... .......... .......... .......... .......... 18% 247M 0s
1950 5600K .......... .......... .......... .......... .......... 18% 72.4M 0s
1951 5650K .......... .......... .......... .......... .......... 18% 70.7M 0s
1952 5700K .......... .......... .......... .......... .......... 18% 32.6M 0s
1953 5750K .......... .......... .......... .......... .......... 18% 34.4M 0s
1954 5800K .......... .......... .......... .......... .......... 18% 35.9M 0s
1955 5850K .......... .......... .......... .......... .......... 19% 132M 0s
1956 5900K .......... .......... .......... .......... .......... 19% 199M 0s
1957 5950K .......... .......... .......... .......... .......... 19% 84.3M 0s
1958 6000K .......... .......... .......... .......... .......... 19% 82.2M 0s
1959 6050K .......... .......... .......... .......... .......... 19% 143M 0s
1960 6100K .......... .......... .......... .......... .......... 19% 83.5M 0s
1961 6150K .......... .......... .......... .......... .......... 19% 71.5M 0s
1962 6200K .......... .......... .......... .......... .......... 20% 36.5M 0s
1963 6250K .......... .......... .......... .......... .......... 20% 22.2M 0s
1964 6300K .......... .......... .......... .......... .......... 20% 39.7M 0s
1965 6350K .......... .......... .......... .......... .......... 20% 30.7M 0s
1966 6400K .......... .......... .......... .......... .......... 20% 91.6M 0s
1967 6450K .......... .......... .......... .......... .......... 20% 62.3M 0s
1968 6500K .......... .......... .......... .......... .......... 21% 76.4M 0s
1969 6550K .......... .......... .......... .......... .......... 21% 52.8M 0s
1970 6600K .......... .......... .......... .......... .......... 21% 42.6M 0s
1971 6650K .......... .......... .......... .......... .......... 21% 49.0M 0s
1972 6700K .......... .......... .......... .......... .......... 21% 52.9M 0s
1973 6750K .......... .......... .......... .......... .......... 21% 74.4M 0s
1974 6800K .......... .......... .......... .......... .......... 22% 47.8M 0s
1975 6850K .......... .......... .......... .......... .......... 22% 67.7M 0s
1976 6900K .......... .......... .......... .......... .......... 22% 24.7M 0s
1977 6950K .......... .......... .......... .......... .......... 22% 72.3M 0s
1978 7000K .......... .......... .......... .......... .......... 22% 48.8M 0s
1979 7050K .......... .......... .......... .......... .......... 22% 48.0M 0s
1980 7100K .......... .......... .......... .......... .......... 23% 71.5M 0s
1981 7150K .......... .......... .......... .......... .......... 23% 56.8M 0s
1982 7200K .......... .......... .......... .......... .......... 23% 43.8M 0s
1983 7250K .......... .......... .......... .......... .......... 23% 247M 0s
1984 7300K .......... .......... .......... .......... .......... 23% 84.7M 0s
1985 7350K .......... .......... .......... .......... .......... 23% 46.4M 0s
1986 7400K .......... .......... .......... .......... .......... 24% 35.0M 0s
1987 7450K .......... .......... .......... .......... .......... 24% 42.5M 0s
1988 7500K .......... .......... .......... .......... .......... 24% 138M 0s
1989 7550K .......... .......... .......... .......... .......... 24% 36.2M 0s
1990 7600K .......... .......... .......... .......... .......... 24% 45.0M 0s
1991 7650K .......... .......... .......... .......... .......... 24% 67.4M 0s
1992 7700K .......... .......... .......... .......... .......... 24% 95.8M 0s
1993 7750K .......... .......... .......... .......... .......... 25% 168M 0s
1994 7800K .......... .......... .......... .......... .......... 25% 178M 0s
1995 7850K .......... .......... .......... .......... .......... 25% 87.3M 0s
1996 7900K .......... .......... .......... .......... .......... 25% 55.5M 0s
1997 7950K .......... .......... .......... .......... .......... 25% 43.2M 0s
1998 8000K .......... .......... .......... .......... .......... 25% 37.7M 0s
1999 8050K .......... .......... .......... .......... .......... 26% 44.9M 0s
2000 8100K .......... .......... .......... .......... .......... 26% 35.2M 0s
2001 8150K .......... .......... .......... .......... .......... 26% 44.6M 0s
2002 8200K .......... .......... .......... .......... .......... 26% 97.0M 0s
2003 8250K .......... .......... .......... .......... .......... 26% 40.0M 0s
2004 8300K .......... .......... .......... .......... .......... 26% 93.4M 0s
2005 8350K .......... .......... .......... .......... .......... 27% 26.0M 0s
2006 8400K .......... .......... .......... .......... .......... 27% 74.4M 0s
2007 8450K .......... .......... .......... .......... .......... 27% 66.8M 0s
2008 8500K .......... .......... .......... .......... .......... 27% 21.4M 0s
2009 8550K .......... .......... .......... .......... .......... 27% 52.8M 0s
2010 8600K .......... .......... .......... .......... .......... 27% 28.9M 0s
2011 8650K .......... .......... .......... .......... .......... 28% 24.1M 0s
2012 8700K .......... .......... .......... .......... .......... 28% 37.8M 0s
2013 8750K .......... .......... .......... .......... .......... 28% 26.8M 0s
2014 8800K .......... .......... .......... .......... .......... 28% 42.7M 0s
2015 8850K .......... .......... .......... .......... .......... 28% 25.8M 0s
2016 8900K .......... .......... .......... .......... .......... 28% 35.5M 0s
2017 8950K .......... .......... .......... .......... .......... 29% 87.6M 0s
2018 9000K .......... .......... .......... .......... .......... 29% 117M 0s
2019 9050K .......... .......... .......... .......... .......... 29% 185M 0s
2020 9100K .......... .......... .......... .......... .......... 29% 227M 0s
2021 9150K .......... .......... .......... .......... .......... 29% 207M 0s
2022 9200K .......... .......... .......... .......... .......... 29% 88.0M 0s
2023 9250K .......... .......... .......... .......... .......... 29% 53.2M 0s
2024 9300K .......... .......... .......... .......... .......... 30% 36.2M 0s
2025 9350K .......... .......... .......... .......... .......... 30% 71.6M 0s
2026 9400K .......... .......... .......... .......... .......... 30% 48.6M 0s
2027 9450K .......... .......... .......... .......... .......... 30% 42.6M 0s
2028 9500K .......... .......... .......... .......... .......... 30% 54.2M 0s
2029 9550K .......... .......... .......... .......... .......... 30% 31.5M 0s
2030 9600K .......... .......... .......... .......... .......... 31% 37.6M 0s
2031 9650K .......... .......... .......... .......... .......... 31% 69.2M 0s
2032 9700K .......... .......... .......... .......... .......... 31% 52.4M 0s
2033 9750K .......... .......... .......... .......... .......... 31% 39.3M 0s
2034 9800K .......... .......... .......... .......... .......... 31% 64.4M 0s
2035 9850K .......... .......... .......... .......... .......... 31% 53.1M 0s
2036 9900K .......... .......... .......... .......... .......... 32% 244M 0s
2037 9950K .......... .......... .......... .......... .......... 32% 59.1M 0s
2038 10000K .......... .......... .......... .......... .......... 32% 23.8M 0s
2039 10050K .......... .......... .......... .......... .......... 32% 43.9M 0s
2040 10100K .......... .......... .......... .......... .......... 32% 85.2M 0s
2041 10150K .......... .......... .......... .......... .......... 32% 128M 0s
2042 10200K .......... .......... .......... .......... .......... 33% 146M 0s
2043 10250K .......... .......... .......... .......... .......... 33% 242M 0s
2044 10300K .......... .......... .......... .......... .......... 33% 35.6M 0s
2045 10350K .......... .......... .......... .......... .......... 33% 50.7M 0s
2046 10400K .......... .......... .......... .......... .......... 33% 48.4M 0s
2047 10450K .......... .......... .......... .......... .......... 33% 57.3M 0s
2048 10500K .......... .......... .......... .......... .......... 34% 51.4M 0s
2049 10550K .......... .......... .......... .......... .......... 34% 34.0M 0s
2050 10600K .......... .......... .......... .......... .......... 34% 58.6M 0s
2051 10650K .......... .......... .......... .......... .......... 34% 27.0M 0s
2052 10700K .......... .......... .......... .......... .......... 34% 236M 0s
2053 10750K .......... .......... .......... .......... .......... 34% 47.7M 0s
2054 10800K .......... .......... .......... .......... .......... 34% 54.5M 0s
2055 10850K .......... .......... .......... .......... .......... 35% 23.7M 0s
2056 10900K .......... .......... .......... .......... .......... 35% 65.5M 0s
2057 10950K .......... .......... .......... .......... .......... 35% 246M 0s
2058 11000K .......... .......... .......... .......... .......... 35% 96.2M 0s
2059 11050K .......... .......... .......... .......... .......... 35% 102M 0s
2060 11100K .......... .......... .......... .......... .......... 35% 116M 0s
2061 11150K .......... .......... .......... .......... .......... 36% 211M 0s
2062 11200K .......... .......... .......... .......... .......... 36% 69.4M 0s
2063 11250K .......... .......... .......... .......... .......... 36% 59.7M 0s
2064 11300K .......... .......... .......... .......... .......... 36% 38.8M 0s
2065 11350K .......... .......... .......... .......... .......... 36% 43.0M 0s
2066 11400K .......... .......... .......... .......... .......... 36% 33.9M 0s
2067 11450K .......... .......... .......... .......... .......... 37% 41.5M 0s
2068 11500K .......... .......... .......... .......... .......... 37% 62.0M 0s
2069 11550K .......... .......... .......... .......... .......... 37% 41.4M 0s
2070 11600K .......... .......... .......... .......... .......... 37% 25.7M 0s
2071 11650K .......... .......... .......... .......... .......... 37% 94.5M 0s
2072 11700K .......... .......... .......... .......... .......... 37% 52.1M 0s
2073 11750K .......... .......... .......... .......... .......... 38% 69.7M 0s
2074 11800K .......... .......... .......... .......... .......... 38% 50.5M 0s
2075 11850K .......... .......... .......... .......... .......... 38% 41.9M 0s
2076 11900K .......... .......... .......... .......... .......... 38% 87.7M 0s
2077 11950K .......... .......... .......... .......... .......... 38% 47.7M 0s
2078 12000K .......... .......... .......... .......... .......... 38% 38.6M 0s
2079 12050K .......... .......... .......... .......... .......... 39% 188M 0s
2080 12100K .......... .......... .......... .......... .......... 39% 30.6M 0s
2081 12150K .......... .......... .......... .......... .......... 39% 34.5M 0s
2082 12200K .......... .......... .......... .......... .......... 39% 21.6M 0s
2083 12250K .......... .......... .......... .......... .......... 39% 70.6M 0s
2084 12300K .......... .......... .......... .......... .......... 39% 23.2M 0s
2085 12350K .......... .......... .......... .......... .......... 39% 54.6M 0s
2086 12400K .......... .......... .......... .......... .......... 40% 39.2M 0s
2087 12450K .......... .......... .......... .......... .......... 40% 124M 0s
2088 12500K .......... .......... .......... .......... .......... 40% 141M 0s
2089 12550K .......... .......... .......... .......... .......... 40% 213M 0s
2090 12600K .......... .......... .......... .......... .......... 40% 199M 0s
2091 12650K .......... .......... .......... .......... .......... 40% 32.1M 0s
2092 12700K .......... .......... .......... .......... .......... 41% 33.5M 0s
2093 12750K .......... .......... .......... .......... .......... 41% 36.9M 0s
2094 12800K .......... .......... .......... .......... .......... 41% 180M 0s
2095 12850K .......... .......... .......... .......... .......... 41% 59.4M 0s
2096 12900K .......... .......... .......... .......... .......... 41% 43.3M 0s
2097 12950K .......... .......... .......... .......... .......... 41% 261M 0s
2098 13000K .......... .......... .......... .......... .......... 42% 188M 0s
2099 13050K .......... .......... .......... .......... .......... 42% 60.4M 0s
2100 13100K .......... .......... .......... .......... .......... 42% 42.3M 0s
2101 13150K .......... .......... .......... .......... .......... 42% 236M 0s
2102 13200K .......... .......... .......... .......... .......... 42% 24.5M 0s
2103 13250K .......... .......... .......... .......... .......... 42% 23.6M 0s
2104 13300K .......... .......... .......... .......... .......... 43% 47.2M 0s
2105 13350K .......... .......... .......... .......... .......... 43% 34.0M 0s
2106 13400K .......... .......... .......... .......... .......... 43% 47.3M 0s
2107 13450K .......... .......... .......... .......... .......... 43% 229M 0s
2108 13500K .......... .......... .......... .......... .......... 43% 34.6M 0s
2109 13550K .......... .......... .......... .......... .......... 43% 203M 0s
2110 13600K .......... .......... .......... .......... .......... 44% 34.3M 0s
2111 13650K .......... .......... .......... .......... .......... 44% 41.4M 0s
2112 13700K .......... .......... .......... .......... .......... 44% 45.9M 0s
2113 13750K .......... .......... .......... .......... .......... 44% 36.4M 0s
2114 13800K .......... .......... .......... .......... .......... 44% 142M 0s
2115 13850K .......... .......... .......... .......... .......... 44% 211M 0s
2116 13900K .......... .......... .......... .......... .......... 44% 79.7M 0s
2117 13950K .......... .......... .......... .......... .......... 45% 31.9M 0s
2118 14000K .......... .......... .......... .......... .......... 45% 46.0M 0s
2119 14050K .......... .......... .......... .......... .......... 45% 44.8M 0s
2120 14100K .......... .......... .......... .......... .......... 45% 71.0M 0s
2121 14150K .......... .......... .......... .......... .......... 45% 49.3M 0s
2122 14200K .......... .......... .......... .......... .......... 45% 161M 0s
2123 14250K .......... .......... .......... .......... .......... 46% 60.6M 0s
2124 14300K .......... .......... .......... .......... .......... 46% 51.6M 0s
2125 14350K .......... .......... .......... .......... .......... 46% 74.5M 0s
2126 14400K .......... .......... .......... .......... .......... 46% 37.0M 0s
2127 14450K .......... .......... .......... .......... .......... 46% 54.2M 0s
2128 14500K .......... .......... .......... .......... .......... 46% 41.6M 0s
2129 14550K .......... .......... .......... .......... .......... 47% 30.1M 0s
2130 14600K .......... .......... .......... .......... .......... 47% 45.0M 0s
2131 14650K .......... .......... .......... .......... .......... 47% 251M 0s
2132 14700K .......... .......... .......... .......... .......... 47% 77.5M 0s
2133 14750K .......... .......... .......... .......... .......... 47% 121M 0s
2134 14800K .......... .......... .......... .......... .......... 47% 83.7M 0s
2135 14850K .......... .......... .......... .......... .......... 48% 219M 0s
2136 14900K .......... .......... .......... .......... .......... 48% 222M 0s
2137 14950K .......... .......... .......... .......... .......... 48% 95.1M 0s
2138 15000K .......... .......... .......... .......... .......... 48% 68.4M 0s
2139 15050K .......... .......... .......... .......... .......... 48% 144M 0s
2140 15100K .......... .......... .......... .......... .......... 48% 162M 0s
2141 15150K .......... .......... .......... .......... .......... 49% 185M 0s
2142 15200K .......... .......... .......... .......... .......... 49% 180M 0s
2143 15250K .......... .......... .......... .......... .......... 49% 81.8M 0s
2144 15300K .......... .......... .......... .......... .......... 49% 49.2M 0s
2145 15350K .......... .......... .......... .......... .......... 49% 83.3M 0s
2146 15400K .......... .......... .......... .......... .......... 49% 45.5M 0s
2147 15450K .......... .......... .......... .......... .......... 49% 58.6M 0s
2148 15500K .......... .......... .......... .......... .......... 50% 39.3M 0s
2149 15550K .......... .......... .......... .......... .......... 50% 50.5M 0s
2150 15600K .......... .......... .......... .......... .......... 50% 57.5M 0s
2151 15650K .......... .......... .......... .......... .......... 50% 46.6M 0s
2152 15700K .......... .......... .......... .......... .......... 50% 141M 0s
2153 15750K .......... .......... .......... .......... .......... 50% 41.2M 0s
2154 15800K .......... .......... .......... .......... .......... 51% 35.6M 0s
2155 15850K .......... .......... .......... .......... .......... 51% 30.3M 0s
2156 15900K .......... .......... .......... .......... .......... 51% 30.2M 0s
2157 15950K .......... .......... .......... .......... .......... 51% 33.9M 0s
2158 16000K .......... .......... .......... .......... .......... 51% 17.7M 0s
2159 16050K .......... .......... .......... .......... .......... 51% 33.9M 0s
2160 16100K .......... .......... .......... .......... .......... 52% 32.1M 0s
2161 16150K .......... .......... .......... .......... .......... 52% 69.7M 0s
2162 16200K .......... .......... .......... .......... .......... 52% 115M 0s
2163 16250K .......... .......... .......... .......... .......... 52% 171M 0s
2164 16300K .......... .......... .......... .......... .......... 52% 197M 0s
2165 16350K .......... .......... .......... .......... .......... 52% 36.5M 0s
2166 16400K .......... .......... .......... .......... .......... 53% 160M 0s
2167 16450K .......... .......... .......... .......... .......... 53% 45.9M 0s
2168 16500K .......... .......... .......... .......... .......... 53% 35.1M 0s
2169 16550K .......... .......... .......... .......... .......... 53% 33.0M 0s
2170 16600K .......... .......... .......... .......... .......... 53% 29.5M 0s
2171 16650K .......... .......... .......... .......... .......... 53% 46.1M 0s
2172 16700K .......... .......... .......... .......... .......... 54% 242M 0s
2173 16750K .......... .......... .......... .......... .......... 54% 60.6M 0s
2174 16800K .......... .......... .......... .......... .......... 54% 47.2M 0s
2175 16850K .......... .......... .......... .......... .......... 54% 240M 0s
2176 16900K .......... .......... .......... .......... .......... 54% 56.8M 0s
2177 16950K .......... .......... .......... .......... .......... 54% 49.4M 0s
2178 17000K .......... .......... .......... .......... .......... 54% 31.2M 0s
2179 17050K .......... .......... .......... .......... .......... 55% 261M 0s
2180 17100K .......... .......... .......... .......... .......... 55% 232M 0s
2181 17150K .......... .......... .......... .......... .......... 55% 210M 0s
2182 17200K .......... .......... .......... .......... .......... 55% 63.5M 0s
2183 17250K .......... .......... .......... .......... .......... 55% 32.7M 0s
2184 17300K .......... .......... .......... .......... .......... 55% 257M 0s
2185 17350K .......... .......... .......... .......... .......... 56% 220M 0s
2186 17400K .......... .......... .......... .......... .......... 56% 223M 0s
2187 17450K .......... .......... .......... .......... .......... 56% 35.8M 0s
2188 17500K .......... .......... .......... .......... .......... 56% 16.2M 0s
2189 17550K .......... .......... .......... .......... .......... 56% 35.6M 0s
2190 17600K .......... .......... .......... .......... .......... 56% 32.7M 0s
2191 17650K .......... .......... .......... .......... .......... 57% 82.3M 0s
2192 17700K .......... .......... .......... .......... .......... 57% 97.6M 0s
2193 17750K .......... .......... .......... .......... .......... 57% 255M 0s
2194 17800K .......... .......... .......... .......... .......... 57% 185M 0s
2195 17850K .......... .......... .......... .......... .......... 57% 51.9M 0s
2196 17900K .......... .......... .......... .......... .......... 57% 58.2M 0s
2197 17950K .......... .......... .......... .......... .......... 58% 112M 0s
2198 18000K .......... .......... .......... .......... .......... 58% 29.1M 0s
2199 18050K .......... .......... .......... .......... .......... 58% 36.5M 0s
2200 18100K .......... .......... .......... .......... .......... 58% 34.3M 0s
2201 18150K .......... .......... .......... .......... .......... 58% 259M 0s
2202 18200K .......... .......... .......... .......... .......... 58% 37.4M 0s
2203 18250K .......... .......... .......... .......... .......... 59% 29.9M 0s
2204 18300K .......... .......... .......... .......... .......... 59% 22.0M 0s
2205 18350K .......... .......... .......... .......... .......... 59% 76.3M 0s
2206 18400K .......... .......... .......... .......... .......... 59% 26.0M 0s
2207 18450K .......... .......... .......... .......... .......... 59% 42.0M 0s
2208 18500K .......... .......... .......... .......... .......... 59% 33.7M 0s
2209 18550K .......... .......... .......... .......... .......... 59% 31.7M 0s
2210 18600K .......... .......... .......... .......... .......... 60% 18.7M 0s
2211 18650K .......... .......... .......... .......... .......... 60% 124M 0s
2212 18700K .......... .......... .......... .......... .......... 60% 29.2M 0s
2213 18750K .......... .......... .......... .......... .......... 60% 35.3M 0s
2214 18800K .......... .......... .......... .......... .......... 60% 118M 0s
2215 18850K .......... .......... .......... .......... .......... 60% 77.0M 0s
2216 18900K .......... .......... .......... .......... .......... 61% 32.7M 0s
2217 18950K .......... .......... .......... .......... .......... 61% 35.9M 0s
2218 19000K .......... .......... .......... .......... .......... 61% 31.2M 0s
2219 19050K .......... .......... .......... .......... .......... 61% 25.3M 0s
2220 19100K .......... .......... .......... .......... .......... 61% 80.6M 0s
2221 19150K .......... .......... .......... .......... .......... 61% 28.8M 0s
2222 19200K .......... .......... .......... .......... .......... 62% 30.2M 0s
2223 19250K .......... .......... .......... .......... .......... 62% 39.0M 0s
2224 19300K .......... .......... .......... .......... .......... 62% 82.6M 0s
2225 19350K .......... .......... .......... .......... .......... 62% 115M 0s
2226 19400K .......... .......... .......... .......... .......... 62% 73.7M 0s
2227 19450K .......... .......... .......... .......... .......... 62% 68.9M 0s
2228 19500K .......... .......... .......... .......... .......... 63% 41.5M 0s
2229 19550K .......... .......... .......... .......... .......... 63% 74.4M 0s
2230 19600K .......... .......... .......... .......... .......... 63% 36.3M 0s
2231 19650K .......... .......... .......... .......... .......... 63% 73.2M 0s
2232 19700K .......... .......... .......... .......... .......... 63% 34.8M 0s
2233 19750K .......... .......... .......... .......... .......... 63% 38.2M 0s
2234 19800K .......... .......... .......... .......... .......... 64% 80.3M 0s
2235 19850K .......... .......... .......... .......... .......... 64% 95.1M 0s
2236 19900K .......... .......... .......... .......... .......... 64% 46.0M 0s
2237 19950K .......... .......... .......... .......... .......... 64% 86.1M 0s
2238 20000K .......... .......... .......... .......... .......... 64% 39.9M 0s
2239 20050K .......... .......... .......... .......... .......... 64% 97.7M 0s
2240 20100K .......... .......... .......... .......... .......... 64% 70.3M 0s
2241 20150K .......... .......... .......... .......... .......... 65% 42.1M 0s
2242 20200K .......... .......... .......... .......... .......... 65% 64.8M 0s
2243 20250K .......... .......... .......... .......... .......... 65% 50.6M 0s
2244 20300K .......... .......... .......... .......... .......... 65% 70.4M 0s
2245 20350K .......... .......... .......... .......... .......... 65% 54.1M 0s
2246 20400K .......... .......... .......... .......... .......... 65% 60.3M 0s
2247 20450K .......... .......... .......... .......... .......... 66% 44.0M 0s
2248 20500K .......... .......... .......... .......... .......... 66% 86.8M 0s
2249 20550K .......... .......... .......... .......... .......... 66% 69.7M 0s
2250 20600K .......... .......... .......... .......... .......... 66% 44.8M 0s
2251 20650K .......... .......... .......... .......... .......... 66% 81.9M 0s
2252 20700K .......... .......... .......... .......... .......... 66% 43.9M 0s
2253 20750K .......... .......... .......... .......... .......... 67% 106M 0s
2254 20800K .......... .......... .......... .......... .......... 67% 77.0M 0s
2255 20850K .......... .......... .......... .......... .......... 67% 48.2M 0s
2256 20900K .......... .......... .......... .......... .......... 67% 82.6M 0s
2257 20950K .......... .......... .......... .......... .......... 67% 69.2M 0s
2258 21000K .......... .......... .......... .......... .......... 67% 40.7M 0s
2259 21050K .......... .......... .......... .......... .......... 68% 95.0M 0s
2260 21100K .......... .......... .......... .......... .......... 68% 85.7M 0s
2261 21150K .......... .......... .......... .......... .......... 68% 42.9M 0s
2262 21200K .......... .......... .......... .......... .......... 68% 77.0M 0s
2263 21250K .......... .......... .......... .......... .......... 68% 67.0M 0s
2264 21300K .......... .......... .......... .......... .......... 68% 52.4M 0s
2265 21350K .......... .......... .......... .......... .......... 69% 78.5M 0s
2266 21400K .......... .......... .......... .......... .......... 69% 88.3M 0s
2267 21450K .......... .......... .......... .......... .......... 69% 41.2M 0s
2268 21500K .......... .......... .......... .......... .......... 69% 100M 0s
2269 21550K .......... .......... .......... .......... .......... 69% 81.6M 0s
2270 21600K .......... .......... .......... .......... .......... 69% 40.3M 0s
2271 21650K .......... .......... .......... .......... .......... 69% 181M 0s
2272 21700K .......... .......... .......... .......... .......... 70% 80.1M 0s
2273 21750K .......... .......... .......... .......... .......... 70% 110M 0s
2274 21800K .......... .......... .......... .......... .......... 70% 40.5M 0s
2275 21850K .......... .......... .......... .......... .......... 70% 95.5M 0s
2276 21900K .......... .......... .......... .......... .......... 70% 86.2M 0s
2277 21950K .......... .......... .......... .......... .......... 70% 89.4M 0s
2278 22000K .......... .......... .......... .......... .......... 71% 41.1M 0s
2279 22050K .......... .......... .......... .......... .......... 71% 73.6M 0s
2280 22100K .......... .......... .......... .......... .......... 71% 93.8M 0s
2281 22150K .......... .......... .......... .......... .......... 71% 48.1M 0s
2282 22200K .......... .......... .......... .......... .......... 71% 76.0M 0s
2283 22250K .......... .......... .......... .......... .......... 71% 80.5M 0s
2284 22300K .......... .......... .......... .......... .......... 72% 84.8M 0s
2285 22350K .......... .......... .......... .......... .......... 72% 133M 0s
2286 22400K .......... .......... .......... .......... .......... 72% 108M 0s
2287 22450K .......... .......... .......... .......... .......... 72% 153M 0s
2288 22500K .......... .......... .......... .......... .......... 72% 121M 0s
2289 22550K .......... .......... .......... .......... .......... 72% 92.4M 0s
2290 22600K .......... .......... .......... .......... .......... 73% 91.4M 0s
2291 22650K .......... .......... .......... .......... .......... 73% 129M 0s
2292 22700K .......... .......... .......... .......... .......... 73% 166M 0s
2293 22750K .......... .......... .......... .......... .......... 73% 82.1M 0s
2294 22800K .......... .......... .......... .......... .......... 73% 83.6M 0s
2295 22850K .......... .......... .......... .......... .......... 73% 117M 0s
2296 22900K .......... .......... .......... .......... .......... 74% 111M 0s
2297 22950K .......... .......... .......... .......... .......... 74% 107M 0s
2298 23000K .......... .......... .......... .......... .......... 74% 65.6M 0s
2299 23050K .......... .......... .......... .......... .......... 74% 103M 0s
2300 23100K .......... .......... .......... .......... .......... 74% 111M 0s
2301 23150K .......... .......... .......... .......... .......... 74% 107M 0s
2302 23200K .......... .......... .......... .......... .......... 74% 74.8M 0s
2303 23250K .......... .......... .......... .......... .......... 75% 93.1M 0s
2304 23300K .......... .......... .......... .......... .......... 75% 98.8M 0s
2305 23350K .......... .......... .......... .......... .......... 75% 116M 0s
2306 23400K .......... .......... .......... .......... .......... 75% 85.2M 0s
2307 23450K .......... .......... .......... .......... .......... 75% 83.9M 0s
2308 23500K .......... .......... .......... .......... .......... 75% 73.4M 0s
2309 23550K .......... .......... .......... .......... .......... 76% 65.2M 0s
2310 23600K .......... .......... .......... .......... .......... 76% 62.2M 0s
2311 23650K .......... .......... .......... .......... .......... 76% 87.8M 0s
2312 23700K .......... .......... .......... .......... .......... 76% 94.2M 0s
2313 23750K .......... .......... .......... .......... .......... 76% 118M 0s
2314 23800K .......... .......... .......... .......... .......... 76% 81.3M 0s
2315 23850K .......... .......... .......... .......... .......... 77% 67.1M 0s
2316 23900K .......... .......... .......... .......... .......... 77% 59.2M 0s
2317 23950K .......... .......... .......... .......... .......... 77% 53.8M 0s
2318 24000K .......... .......... .......... .......... .......... 77% 51.9M 0s
2319 24050K .......... .......... .......... .......... .......... 77% 75.2M 0s
2320 24100K .......... .......... .......... .......... .......... 77% 64.0M 0s
2321 24150K .......... .......... .......... .......... .......... 78% 80.5M 0s
2322 24200K .......... .......... .......... .......... .......... 78% 101M 0s
2323 24250K .......... .......... .......... .......... .......... 78% 99.9M 0s
2324 24300K .......... .......... .......... .......... .......... 78% 96.4M 0s
2325 24350K .......... .......... .......... .......... .......... 78% 99.9M 0s
2326 24400K .......... .......... .......... .......... .......... 78% 74.9M 0s
2327 24450K .......... .......... .......... .......... .......... 79% 118M 0s
2328 24500K .......... .......... .......... .......... .......... 79% 114M 0s
2329 24550K .......... .......... .......... .......... .......... 79% 109M 0s
2330 24600K .......... .......... .......... .......... .......... 79% 105M 0s
2331 24650K .......... .......... .......... .......... .......... 79% 129M 0s
2332 24700K .......... .......... .......... .......... .......... 79% 104M 0s
2333 24750K .......... .......... .......... .......... .......... 79% 99.9M 0s
2334 24800K .......... .......... .......... .......... .......... 80% 103M 0s
2335 24850K .......... .......... .......... .......... .......... 80% 112M 0s
2336 24900K .......... .......... .......... .......... .......... 80% 124M 0s
2337 24950K .......... .......... .......... .......... .......... 80% 150M 0s
2338 25000K .......... .......... .......... .......... .......... 80% 93.9M 0s
2339 25050K .......... .......... .......... .......... .......... 80% 147M 0s
2340 25100K .......... .......... .......... .......... .......... 81% 111M 0s
2341 25150K .......... .......... .......... .......... .......... 81% 107M 0s
2342 25200K .......... .......... .......... .......... .......... 81% 61.1M 0s
2343 25250K .......... .......... .......... .......... .......... 81% 86.2M 0s
2344 25300K .......... .......... .......... .......... .......... 81% 94.6M 0s
2345 25350K .......... .......... .......... .......... .......... 81% 77.6M 0s
2346 25400K .......... .......... .......... .......... .......... 82% 88.4M 0s
2347 25450K .......... .......... .......... .......... .......... 82% 55.8M 0s
2348 25500K .......... .......... .......... .......... .......... 82% 28.4M 0s
2349 25550K .......... .......... .......... .......... .......... 82% 112M 0s
2350 25600K .......... .......... .......... .......... .......... 82% 48.1M 0s
2351 25650K .......... .......... .......... .......... .......... 82% 45.9M 0s
2352 25700K .......... .......... .......... .......... .......... 83% 61.5M 0s
2353 25750K .......... .......... .......... .......... .......... 83% 76.9M 0s
2354 25800K .......... .......... .......... .......... .......... 83% 55.7M 0s
2355 25850K .......... .......... .......... .......... .......... 83% 95.4M 0s
2356 25900K .......... .......... .......... .......... .......... 83% 70.5M 0s
2357 25950K .......... .......... .......... .......... .......... 83% 89.2M 0s
2358 26000K .......... .......... .......... .......... .......... 84% 49.4M 0s
2359 26050K .......... .......... .......... .......... .......... 84% 61.3M 0s
2360 26100K .......... .......... .......... .......... .......... 84% 83.7M 0s
2361 26150K .......... .......... .......... .......... .......... 84% 63.9M 0s
2362 26200K .......... .......... .......... .......... .......... 84% 61.7M 0s
2363 26250K .......... .......... .......... .......... .......... 84% 68.5M 0s
2364 26300K .......... .......... .......... .......... .......... 84% 65.2M 0s
2365 26350K .......... .......... .......... .......... .......... 85% 80.8M 0s
2366 26400K .......... .......... .......... .......... .......... 85% 106M 0s
2367 26450K .......... .......... .......... .......... .......... 85% 101M 0s
2368 26500K .......... .......... .......... .......... .......... 85% 120M 0s
2369 26550K .......... .......... .......... .......... .......... 85% 159M 0s
2370 26600K .......... .......... .......... .......... .......... 85% 175M 0s
2371 26650K .......... .......... .......... .......... .......... 86% 94.2M 0s
2372 26700K .......... .......... .......... .......... .......... 86% 208M 0s
2373 26750K .......... .......... .......... .......... .......... 86% 105M 0s
2374 26800K .......... .......... .......... .......... .......... 86% 86.7M 0s
2375 26850K .......... .......... .......... .......... .......... 86% 57.8M 0s
2376 26900K .......... .......... .......... .......... .......... 86% 66.7M 0s
2377 26950K .......... .......... .......... .......... .......... 87% 94.5M 0s
2378 27000K .......... .......... .......... .......... .......... 87% 58.6M 0s
2379 27050K .......... .......... .......... .......... .......... 87% 62.2M 0s
2380 27100K .......... .......... .......... .......... .......... 87% 78.5M 0s
2381 27150K .......... .......... .......... .......... .......... 87% 62.8M 0s
2382 27200K .......... .......... .......... .......... .......... 87% 55.2M 0s
2383 27250K .......... .......... .......... .......... .......... 88% 87.7M 0s
2384 27300K .......... .......... .......... .......... .......... 88% 78.5M 0s
2385 27350K .......... .......... .......... .......... .......... 88% 103M 0s
2386 27400K .......... .......... .......... .......... .......... 88% 103M 0s
2387 27450K .......... .......... .......... .......... .......... 88% 111M 0s
2388 27500K .......... .......... .......... .......... .......... 88% 135M 0s
2389 27550K .......... .......... .......... .......... .......... 89% 111M 0s
2390 27600K .......... .......... .......... .......... .......... 89% 101M 0s
2391 27650K .......... .......... .......... .......... .......... 89% 123M 0s
2392 27700K .......... .......... .......... .......... .......... 89% 55.5M 0s
2393 27750K .......... .......... .......... .......... .......... 89% 54.3M 0s
2394 27800K .......... .......... .......... .......... .......... 89% 46.0M 0s
2395 27850K .......... .......... .......... .......... .......... 89% 55.0M 0s
2396 27900K .......... .......... .......... .......... .......... 90% 59.1M 0s
2397 27950K .......... .......... .......... .......... .......... 90% 59.8M 0s
2398 28000K .......... .......... .......... .......... .......... 90% 83.1M 0s
2399 28050K .......... .......... .......... .......... .......... 90% 126M 0s
2400 28100K .......... .......... .......... .......... .......... 90% 130M 0s
2401 28150K .......... .......... .......... .......... .......... 90% 173M 0s
2402 28200K .......... .......... .......... .......... .......... 91% 98.9M 0s
2403 28250K .......... .......... .......... .......... .......... 91% 120M 0s
2404 28300K .......... .......... .......... .......... .......... 91% 129M 0s
2405 28350K .......... .......... .......... .......... .......... 91% 77.2M 0s
2406 28400K .......... .......... .......... .......... .......... 91% 85.3M 0s
2407 28450K .......... .......... .......... .......... .......... 91% 77.8M 0s
2408 28500K .......... .......... .......... .......... .......... 92% 53.6M 0s
2409 28550K .......... .......... .......... .......... .......... 92% 59.7M 0s
2410 28600K .......... .......... .......... .......... .......... 92% 68.8M 0s
2411 28650K .......... .......... .......... .......... .......... 92% 73.2M 0s
2412 28700K .......... .......... .......... .......... .......... 92% 78.6M 0s
2413 28750K .......... .......... .......... .......... .......... 92% 118M 0s
2414 28800K .......... .......... .......... .......... .......... 93% 106M 0s
2415 28850K .......... .......... .......... .......... .......... 93% 133M 0s
2416 28900K .......... .......... .......... .......... .......... 93% 121M 0s
2417 28950K .......... .......... .......... .......... .......... 93% 119M 0s
2418 29000K .......... .......... .......... .......... .......... 93% 59.2M 0s
2419 29050K .......... .......... .......... .......... .......... 93% 96.3M 0s
2420 29100K .......... .......... .......... .......... .......... 94% 78.8M 0s
2421 29150K .......... .......... .......... .......... .......... 94% 129M 0s
2422 29200K .......... .......... .......... .......... .......... 94% 94.2M 0s
2423 29250K .......... .......... .......... .......... .......... 94% 109M 0s
2424 29300K .......... .......... .......... .......... .......... 94% 116M 0s
2425 29350K .......... .......... .......... .......... .......... 94% 126M 0s
2426 29400K .......... .......... .......... .......... .......... 94% 24.9M 0s
2427 29450K .......... .......... .......... .......... .......... 95% 91.2M 0s
2428 29500K .......... .......... .......... .......... .......... 95% 79.4M 0s
2429 29550K .......... .......... .......... .......... .......... 95% 74.8M 0s
2430 29600K .......... .......... .......... .......... .......... 95% 72.2M 0s
2431 29650K .......... .......... .......... .......... .......... 95% 95.7M 0s
2432 29700K .......... .......... .......... .......... .......... 95% 32.3M 0s
2433 29750K .......... .......... .......... .......... .......... 96% 80.8M 0s
2434 29800K .......... .......... .......... .......... .......... 96% 50.5M 0s
2435 29850K .......... .......... .......... .......... .......... 96% 70.7M 0s
2436 29900K .......... .......... .......... .......... .......... 96% 75.4M 0s
2437 29950K .......... .......... .......... .......... .......... 96% 99.8M 0s
2438 30000K .......... .......... .......... .......... .......... 96% 72.1M 0s
2439 30050K .......... .......... .......... .......... .......... 97% 90.6M 0s
2440 30100K .......... .......... .......... .......... .......... 97% 72.6M 0s
2441 30150K .......... .......... .......... .......... .......... 97% 83.6M 0s
2442 30200K .......... .......... .......... .......... .......... 97% 35.8M 0s
2443 30250K .......... .......... .......... .......... .......... 97% 104M 0s
2444 30300K .......... .......... .......... .......... .......... 97% 71.4M 0s
2445 30350K .......... .......... .......... .......... .......... 98% 58.1M 0s
2446 30400K .......... .......... .......... .......... .......... 98% 118M 0s
2447 30450K .......... .......... .......... .......... .......... 98% 32.3M 0s
2448 30500K .......... .......... .......... .......... .......... 98% 115M 0s
2449 30550K .......... .......... .......... .......... .......... 98% 101M 0s
2450 30600K .......... .......... .......... .......... .......... 98% 88.2M 0s
2451 30650K .......... .......... .......... .......... .......... 99% 87.9M 0s
2452 30700K .......... .......... .......... .......... .......... 99% 132M 0s
2453 30750K .......... .......... .......... .......... .......... 99% 123M 0s
2454 30800K .......... .......... .......... .......... .......... 99% 122M 0s
2455 30850K .......... .......... .......... .......... .......... 99% 95.2M 0s
2456 30900K .......... .......... .......... .......... .......... 99% 140M 0s
2457 30950K .......... .......... .......... .......... .......... 99% 120M 0s
2458 31000K ...... 100% 88.9M=0.5s
2459
24602016-03-07 05:18:46 (58.2 MB/s) - '/usr/local/lib/selenium-server-standalone.jar' saved [31750379/31750379]
2461
2462 ---> a6ce8fcb87df
2463Removing intermediate container d12b8747bd16
2464Step 34 : ADD /functions.sh /functions.sh
2465 ---> 02dea250357c
2466Removing intermediate container 9f2aa32cf75d
2467Step 35 : ADD /entrypoint.sh /entrypoint.sh
2468 ---> fb772eb4c4b3
2469Removing intermediate container 647887078de1
2470Step 36 : RUN chmod a+x /entrypoint.sh
2471 ---> Running in 295bc07bfa37
2472 ---> 82bfc890de6f
2473Removing intermediate container 295bc07bfa37
2474Step 37 : ENTRYPOINT /entrypoint.sh
2475 ---> Running in c7a5e3276619
2476 ---> c21b1d64f4f0
2477Removing intermediate container c7a5e3276619
2478Successfully built c21b1d64f4f0
2479docker tag -f kolab/ci-maipo:HEAD docker.io/kolab/ci-maipo:HEAD
2480/var/drydock/workingcopy-55/repo/docker
2481

Lease Working Copy on atomic01.kolabsys.com

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

Event Timeline