Page MenuHomePhorge

Build 2707
PassedPublic

Drydock: Run Command on atomic02.kolabsys.com

When
Completed at Feb 19 2016, 12:32 PM · Built for 13 m, 16 s
Status
Passed

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

1+ '[' -z master -a -z '' ']'
2+ '[' -z ssh://git@git.kolab.org/diffusion/DO/docker.git ']'
3+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
4+ test_build=1
5+ test_functional=1
6+ test_integration=1
7+ test_performance=1
8+ test_unit=1
9+ test_obs=1
10+ '[' -z git ']'
11+ case ${vcs} in
12++ basename ssh://git@git.kolab.org/diffusion/DO/docker.git .git
13+ package=docker
14++ echo ssh://git@git.kolab.org/diffusion/DO/docker.git
15++ sed -e 's|ssh://git@|https://|g'
16+ ro_uri=https://git.kolab.org/diffusion/DO/docker.git
17+ case ${package} in
18++ pwd
19+ export TMPDIR=/var/drydock/workingcopy-215833/repo/docker
20+ TMPDIR=/var/drydock/workingcopy-215833/repo/docker
21+ '[' '!' -d docker.git ']'
22+ git clone https://git.kolab.org/diffusion/DO/docker.git docker.git
23+ pushd docker.git
24+ git checkout master
25Already on 'master'
26+ popd
27+ '[' docker '!=' stick ']'
28+ '[' '!' -d stick.git ']'
29+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
30+ export commit
31+ export differential
32+ export id
33+ export package
34+ export phid
35+ export ro_uri
36+ export uri
37+ export vcs
38+ export test_build
39+ export test_functional
40+ export test_integration
41+ export test_performance
42+ export test_unit
43+ export test_obs
44+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
45+ '[' -x stick.git/drydocker/docker/build.sh ']'
46+ pushd docker.git
47+ ../stick.git/drydocker/docker/build.sh
48/bin/sh: line 2: kubectl: command not found
49/bin/sh: line 2: kubectl: command not found
50/bin/sh: line 2: kubectl: command not found
51Error response from daemon: Cannot destroy container 805cde0a5841: Failed to set container state to RemovalInProgress: Status is already RemovalInProgress
52Error: failed to remove containers: [805cde0a5841]
53Error response from daemon: Cannot destroy container 3dcc2f78c80b: Driver devicemapper failed to remove root filesystem 3dcc2f78c80b8c716fcbce5fd83ce493dc54abb9a3d7261b00addf10aa4b3e10: Device is Busy
54Error: failed to remove containers: [3dcc2f78c80b]
55Error response from daemon: Cannot destroy container e9b6db0797d1: Conflict, You cannot remove a running container. Stop the container before attempting removal or use -f
56Error: failed to remove containers: [e9b6db0797d1]
57Error response from daemon: Cannot destroy container 5f4b3532a4b8: Conflict, You cannot remove a running container. Stop the container before attempting removal or use -f
58Error: failed to remove containers: [5f4b3532a4b8]
59make: *** [clean] Error 1
60../stick.git/drydocker/docker/build.sh: line 19: pushd: /srv/.git: No such file or directory
61../stick.git/drydocker/docker/build.sh: line 25: popd: directory stack empty
62Error response from daemon: Conflict, cannot delete because c82f574a0924 is held by an ongoing pull or build
63Error: failed to remove images: [c82f574a0924]
64Error response from daemon: Conflict, cannot delete b0973c6e6950 because the running container e9b6db0797d1 is using it, stop it and use -f to force
65Error: failed to remove images: [b0973c6e6950]
66+ retval=0
67+ popd
68+ exit 0
69

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

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

Lease Working Copy on atomic02.kolabsys.com

When
Completed at Feb 19 2016, 12:19 PM · Built instantly
Status
Passed

Event Timeline