Page MenuHomePhorge

Build 829
PassedPublic

Run Command on atomic01

When
Completed at Jun 23 2015, 1:19 PM · Built for 11 m, 12 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

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

1+ '[' -z master -a -z '' ']'
2+ '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.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/QA/stick.git .git
13+ package=stick
14++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
15++ sed -e 's|ssh://git@|https://|g'
16+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
17+ case ${package} in
18++ pwd
19+ export TMPDIR=/var/tmp/1109
20+ TMPDIR=/var/tmp/1109
21+ '[' '!' -d stick.git ']'
22+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
23+ pushd stick.git
24+ git checkout master
25Already on 'master'
26+ popd
27+ '[' stick '!=' stick ']'
28+ export commit
29+ export differential
30+ export id
31+ export package
32+ export phid
33+ export ro_uri
34+ export uri
35+ export vcs
36+ export test_build
37+ export test_functional
38+ export test_integration
39+ export test_performance
40+ export test_unit
41+ export test_obs
42+ '[' -x stick.git/drydocker/stick/build.sh ']'
43+ pushd stick.git
44+ ../stick.git/drydocker/stick/build.sh
45Sending build context to Docker daemon 5.632 kB
46
47Sending build context to Docker daemon
48+ retval=0
49+ popd
50+ cd /var/tmp
51+ rm -rf /var/tmp/1109
52+ exit 0
53

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

1Cloning into 'stick.git'...
2/var/tmp/1109/stick.git /var/tmp/1109
3/var/tmp/1109
4/var/tmp/1109/stick.git /var/tmp/1109
5Cloning into '/var/tmp/1109/docker.git'...
6/var/tmp/1109/docker.git /var/tmp/1109/stick.git
7HEAD is now at 5ddedd5 Force building without using caches
8/var/tmp/1109/docker.git/ci /var/tmp/1109/docker.git
9for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
10 docker build --rm=true --no-cache=true --force-rm=true -t kolab/ci-$dist - < $dist ; \
11done
12Step 0 : FROM centos:centos7
13 ---> fd44297e2ddb
14Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
15 ---> Running in 3b021e1ce5e5
16 ---> afa955484856
17Removing intermediate container 3b021e1ce5e5
18Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
19 ---> 5eab4399069a
20Removing intermediate container e7ede0861f96
21Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
22 ---> Running in 2c7d180dcb25
23 ---> 9dbeac0a52e5
24Removing intermediate container 2c7d180dcb25
25Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
26 ---> 32bbce8f971d
27Removing intermediate container 0a09afb353ce
28Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
29 ---> Running in 7cd1e9e4b3cc
30 ---> aa86652bed68
31Removing intermediate container 7cd1e9e4b3cc
32Step 6 : RUN sed -i -e '/tsflags=nodocs/d' /etc/yum.conf && sed -r -i -e 's/enabled\s*=\s*1/enabled=0/g' /etc/yum/pluginconf.d/fastestmirror.conf
33 ---> Running in 8cb09507a1cf
34 ---> 7d9586010dd5
35Removing intermediate container 8cb09507a1cf
36Step 7 : ENV IMAGE maipo
37 ---> Running in 29cc9cffaf92
38 ---> 0da075d8c615
39Removing intermediate container 29cc9cffaf92
40Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
41 ---> e9dbc7993cd9
42Removing intermediate container c1678f25c6f5
43Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
44 ---> Running in 5de334bdac0a
45 ---> 1b2030339beb
46Removing intermediate container 5de334bdac0a
47Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service
48 ---> 6dc858851d31
49Removing intermediate container 2065e5db4ce1
50Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl
51 ---> 4820b7021737
52Removing intermediate container 6a35dad51bb8
53Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
54 ---> 8792ef99e1d0
55Removing intermediate container 70271138a55b
56Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
57 ---> Running in aea13acae194
58mode of '/usr/bin/systemctl' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
59mode of '/usr/bin/systemctl-socket-daemon' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
60 ---> 348ecb4ee374
61Removing intermediate container aea13acae194
62Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
63 ---> f78faf6096d7
64Removing intermediate container 2f0c01800acb
65Step 15 : RUN yum clean all && yum -y install epel-release && yum -y install ant build git osc perl-Data-Dumper perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium rpmdevtools screen sudo vim-enhanced yum-utils
66 ---> Running in 82a4809ab1fa
67Cleaning repos: Kolab_Development base extras openSUSE_Tools systemdcontainer
68 : updates
69Cleaning up everything
70Resolving Dependencies
71--> Running transaction check
72---> Package epel-release.noarch 0:7-5 will be installed
73--> Finished Dependency Resolution
74
75Dependencies Resolved
76
77================================================================================
78 Package Arch Version Repository Size
79================================================================================
80Installing:
81 epel-release noarch 7-5 extras 14 k
82
83Transaction Summary
84================================================================================
85Install 1 Package
86
87Total download size: 14 k
88Installed size: 24 k
89Downloading packages:
90warning: /var/cache/yum/x86_64/7/extras/packages/epel-release-7-5.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
91Public key for epel-release-7-5.noarch.rpm is not installed
92Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
93Importing GPG key 0xF4A80EB5:
94 Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
95 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
96 Package : centos-release-7-1.1503.el7.centos.2.8.x86_64 (@CentOS/$releasever)
97 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
98Running transaction check
99Running transaction test
100Transaction test succeeded
101Running transaction
102 Installing : epel-release-7-5.noarch 1/1
103 Verifying : epel-release-7-5.noarch 1/1
104
105Installed:
106 epel-release.noarch 0:7-5
107
108Complete!
109http://mirror.karneval.cz/pub/linux/fedora/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
110Trying other mirror.
111http://ftp.colocall.net/pub/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
112Trying other mirror.
113http://mirror.nl.leaseweb.net/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
114Trying other mirror.
115http://mirror.oss.maxcdn.com/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
116Trying other mirror.
117http://ftp-stud.hs-esslingen.de/pub/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
118Trying other mirror.
119http://mirrors.n-ix.net/fedora-epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
120Trying other mirror.
121http://fedora-epel.skarta.net/7/x86_64/repodata/repomd.xml: [Errno -1] Error importing repomd.xml for epel: Damaged repomd.xml file
122Trying other mirror.
123http://ftp.fi.muni.cz/pub/linux/fedora/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
124Trying other mirror.
125http://ftp.linux.cz/pub/linux/fedora/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
126Trying other mirror.
127http://ftp.acc.umu.se/mirror/fedora/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
128Trying other mirror.
129http://mir01.syntis.net/epel/7/x86_64/repodata/bf83e4d6b1d79ee0576ba02433f5bafae9747d6ec04fc3d0cd92942dc9e46888-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
130Trying other mirror.
131http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/repodata/bf83e4d6b1d79ee0576ba02433f5bafae9747d6ec04fc3d0cd92942dc9e46888-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
132Trying other mirror.
133Resolving Dependencies
134--> Running transaction check
135---> Package ant.noarch 0:1.9.2-9.el7 will be installed
136--> Processing Dependency: jpackage-utils >= 1.7.5 for package: ant-1.9.2-9.el7.noarch
137--> Processing Dependency: java-devel >= 1.5.0 for package: ant-1.9.2-9.el7.noarch
138--> Processing Dependency: xml-commons-apis for package: ant-1.9.2-9.el7.noarch
139--> Processing Dependency: xerces-j2 for package: ant-1.9.2-9.el7.noarch
140--> Processing Dependency: perl for package: ant-1.9.2-9.el7.noarch
141--> Processing Dependency: jpackage-utils for package: ant-1.9.2-9.el7.noarch
142---> Package build.noarch 0:20150615-198.1 will be installed
143--> Processing Dependency: build-mkbaselibs for package: build-20150615-198.1.noarch
144--> Processing Dependency: tar for package: build-20150615-198.1.noarch
145---> Package git.x86_64 0:1.8.3.1-4.el7 will be installed
146--> Processing Dependency: perl-Git = 1.8.3.1-4.el7 for package: git-1.8.3.1-4.el7.x86_64
147--> Processing Dependency: rsync for package: git-1.8.3.1-4.el7.x86_64
148--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-4.el7.x86_64
149--> Processing Dependency: perl(Git) for package: git-1.8.3.1-4.el7.x86_64
150--> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-4.el7.x86_64
151--> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-4.el7.x86_64
152--> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-4.el7.x86_64
153--> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-4.el7.x86_64
154--> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-4.el7.x86_64
155--> Processing Dependency: perl(Error) for package: git-1.8.3.1-4.el7.x86_64
156--> Processing Dependency: openssh-clients for package: git-1.8.3.1-4.el7.x86_64
157--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-4.el7.x86_64
158---> Package osc.x86_64 0:0.151.2-169.1 will be installed
159--> Processing Dependency: m2crypto > 0.19 for package: osc-0.151.2-169.1.x86_64
160---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
161--> Processing Dependency: perl(constant) for package: perl-Data-Dumper-2.145-3.el7.x86_64
162--> Processing Dependency: perl(Scalar::Util) for package: perl-Data-Dumper-2.145-3.el7.x86_64
163--> Processing Dependency: perl(Carp) for package: perl-Data-Dumper-2.145-3.el7.x86_64
164---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
165--> Processing Dependency: perl(Digest::base) >= 1.00 for package: perl-Digest-MD5-2.52-3.el7.x86_64
166---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
167--> Processing Dependency: perl(Time::Local) for package: 1:perl-TimeDate-2.30-2.el7.noarch
168---> Package php-phpunit-PHPUnit-Selenium.noarch 0:1.4.2-1.el7 will be installed
169--> Processing Dependency: php-composer(sebastian/comparator) < 2 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
170--> Processing Dependency: php-composer(phpunit/phpunit) < 5 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
171--> Processing Dependency: php-composer(sebastian/comparator) >= 1.0 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
172--> Processing Dependency: php-composer(phpunit/phpunit) >= 3.7 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
173--> Processing Dependency: php(language) >= 5.3.3 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
174--> Processing Dependency: php-zip for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
175--> Processing Dependency: php-spl for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
176--> Processing Dependency: php-reflection for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
177--> Processing Dependency: php-pcre for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
178--> Processing Dependency: php-json for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
179--> Processing Dependency: php-dom for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
180--> Processing Dependency: php-date for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
181--> Processing Dependency: php-curl for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
182---> Package rpmdevtools.noarch 0:8.3-5.el7 will be installed
183--> Processing Dependency: rpm-build >= 4.4.2.3 for package: rpmdevtools-8.3-5.el7.noarch
184--> Processing Dependency: emacs-filesystem for package: rpmdevtools-8.3-5.el7.noarch
185--> Processing Dependency: /usr/bin/man for package: rpmdevtools-8.3-5.el7.noarch
186---> Package screen.x86_64 0:4.1.0-0.19.20120314git3c2946.el7 will be installed
187---> Package sudo.x86_64 0:1.8.6p7-13.el7 will be installed
188---> Package vim-enhanced.x86_64 2:7.4.160-1.el7 will be installed
189--> Processing Dependency: vim-common = 2:7.4.160-1.el7 for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
190--> Processing Dependency: libperl.so()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
191--> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
192---> Package yum-utils.noarch 0:1.1.31-29.el7 will be installed
193--> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-29.el7.noarch
194--> Running transaction check
195---> Package build-mkbaselibs.noarch 0:20150615-198.1 will be installed
196---> Package emacs-filesystem.noarch 1:24.3-11.el7 will be installed
197---> Package gpm-libs.x86_64 0:1.20.7-5.el7 will be installed
198---> Package java-1.7.0-openjdk-devel.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
199--> Processing Dependency: java-1.7.0-openjdk = 1:1.7.0.79-2.5.5.1.el7_1 for package: 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
200--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
201---> Package javapackages-tools.noarch 0:3.4.1-6.el7_0 will be installed
202--> Processing Dependency: python-javapackages = 3.4.1-6.el7_0 for package: javapackages-tools-3.4.1-6.el7_0.noarch
203--> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-6.el7_0.noarch
204---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed
205---> Package m2crypto.x86_64 0:0.21.1-15.el7 will be installed
206---> Package man-db.x86_64 0:2.6.3-9.el7 will be installed
207--> Processing Dependency: libpipeline.so.1()(64bit) for package: man-db-2.6.3-9.el7.x86_64
208---> Package openssh-clients.x86_64 0:6.6.1p1-12.el7_1 will be installed
209--> Processing Dependency: openssh = 6.6.1p1-12.el7_1 for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
210--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
211--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
212--> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
213---> Package perl.x86_64 4:5.16.3-285.el7 will be installed
214--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-285.el7.x86_64
215--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-285.el7.x86_64
216--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-285.el7.x86_64
217--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-285.el7.x86_64
218--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-285.el7.x86_64
219--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-285.el7.x86_64
220--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-285.el7.x86_64
221--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-285.el7.x86_64
222--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-285.el7.x86_64
223--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-285.el7.x86_64
224---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
225---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
226---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
227---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
228---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
229---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
230---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
231--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
232--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
233---> Package perl-Git.noarch 0:1.8.3.1-4.el7 will be installed
234---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
235---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
236---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
237---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
238---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
239---> Package perl-libs.x86_64 4:5.16.3-285.el7 will be installed
240---> Package php-common.x86_64 0:5.4.16-23.el7_0.3 will be installed
241--> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-23.el7_0.3.x86_64
242---> Package php-phpunit-PHPUnit.noarch 0:4.6.10-1.el7 will be installed
243--> Processing Dependency: php-composer(symfony/yaml) < 4 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
244--> Processing Dependency: php-composer(symfony/class-loader) < 3 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
245--> Processing Dependency: php-composer(sebastian/version) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
246--> Processing Dependency: php-composer(sebastian/global-state) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
247--> Processing Dependency: php-composer(sebastian/exporter) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
248--> Processing Dependency: php-composer(sebastian/environment) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
249--> Processing Dependency: php-composer(sebastian/diff) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
250--> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) < 3 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
251--> Processing Dependency: php-composer(phpunit/php-timer) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
252--> Processing Dependency: php-composer(phpunit/php-text-template) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
253--> Processing Dependency: php-composer(phpunit/php-invoker) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
254--> Processing Dependency: php-composer(phpunit/php-file-iterator) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
255--> Processing Dependency: php-composer(phpunit/php-code-coverage) < 3 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
256--> Processing Dependency: php-composer(phpspec/prophecy) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
257--> Processing Dependency: php-composer(doctrine/instantiator) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
258--> Processing Dependency: php-composer(symfony/yaml) >= 2.1 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
259--> Processing Dependency: php-composer(symfony/class-loader) >= 2.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
260--> Processing Dependency: php-composer(sebastian/version) >= 1.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
261--> Processing Dependency: php-composer(sebastian/recursion-context) >= 1.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
262--> Processing Dependency: php-composer(sebastian/global-state) >= 1.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
263--> Processing Dependency: php-composer(sebastian/exporter) >= 1.2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
264--> Processing Dependency: php-composer(sebastian/environment) >= 1.2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
265--> Processing Dependency: php-composer(sebastian/diff) >= 1.2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
266--> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) >= 2.3 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
267--> Processing Dependency: php-composer(phpunit/php-timer) >= 1.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
268--> Processing Dependency: php-composer(phpunit/php-text-template) >= 1.2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
269--> Processing Dependency: php-composer(phpunit/php-invoker) >= 1.1 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
270--> Processing Dependency: php-composer(phpunit/php-file-iterator) >= 1.4 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
271--> Processing Dependency: php-composer(phpunit/php-code-coverage) >= 2.0.11 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
272--> Processing Dependency: php-composer(phpspec/prophecy) >= 1.3.1 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
273--> Processing Dependency: php-composer(doctrine/instantiator) >= 1.0.4 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
274--> Processing Dependency: php-tidy for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
275--> Processing Dependency: php-pcntl for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
276--> Processing Dependency: php-mbstring for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
277--> Processing Dependency: php-cli for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
278---> Package php-phpunit-comparator.noarch 0:1.1.1-1.el7 will be installed
279---> Package php-xml.x86_64 0:5.4.16-23.el7_0.3 will be installed
280---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed
281--> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch
282---> Package rpm-build.x86_64 0:4.11.1-25.el7 will be installed
283--> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.1-25.el7.x86_64
284--> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.1-25.el7.x86_64
285--> Processing Dependency: unzip for package: rpm-build-4.11.1-25.el7.x86_64
286--> Processing Dependency: system-rpm-config for package: rpm-build-4.11.1-25.el7.x86_64
287--> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.1-25.el7.x86_64
288--> Processing Dependency: bzip2 for package: rpm-build-4.11.1-25.el7.x86_64
289--> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.1-25.el7.x86_64
290---> Package rsync.x86_64 0:3.0.9-15.el7 will be installed
291---> Package tar.x86_64 2:1.26-29.el7 will be installed
292---> Package vim-common.x86_64 2:7.4.160-1.el7 will be installed
293--> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.160-1.el7.x86_64
294---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed
295--> Processing Dependency: xml-commons-resolver >= 1.2 for package: xerces-j2-2.11.0-17.el7_0.noarch
296--> Processing Dependency: xalan-j2 >= 2.7.1 for package: xerces-j2-2.11.0-17.el7_0.noarch
297--> Processing Dependency: osgi(org.apache.xml.serializer) for package: xerces-j2-2.11.0-17.el7_0.noarch
298--> Processing Dependency: osgi(org.apache.xml.resolver) for package: xerces-j2-2.11.0-17.el7_0.noarch
299---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed
300--> Running transaction check
301---> Package bzip2.x86_64 0:1.0.6-12.el7 will be installed
302---> Package elfutils.x86_64 0:0.160-1.el7 will be installed
303--> Processing Dependency: elfutils-libs(x86-64) = 0.160-1.el7 for package: elfutils-0.160-1.el7.x86_64
304--> Processing Dependency: libdw.so.1(ELFUTILS_0.158)(64bit) for package: elfutils-0.160-1.el7.x86_64
305--> Processing Dependency: libdw.so.1(ELFUTILS_0.149)(64bit) for package: elfutils-0.160-1.el7.x86_64
306--> Processing Dependency: libdw.so.1(ELFUTILS_0.148)(64bit) for package: elfutils-0.160-1.el7.x86_64
307--> Processing Dependency: libdw.so.1(ELFUTILS_0.138)(64bit) for package: elfutils-0.160-1.el7.x86_64
308--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils-0.160-1.el7.x86_64
309--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils-0.160-1.el7.x86_64
310--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils-0.160-1.el7.x86_64
311--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils-0.160-1.el7.x86_64
312--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils-0.160-1.el7.x86_64
313--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils-0.160-1.el7.x86_64
314--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils-0.160-1.el7.x86_64
315---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed
316--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-5.el7.x86_64
317---> Package gdb.x86_64 0:7.6.1-64.el7 will be installed
318---> Package java-1.7.0-openjdk.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
319--> Processing Dependency: java-1.7.0-openjdk-headless = 1:1.7.0.79-2.5.5.1.el7_1 for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
320--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
321--> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
322--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
323--> Processing Dependency: libjvm.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
324--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
325--> Processing Dependency: libjava.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
326--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
327--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
328--> Processing Dependency: fontconfig for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
329--> Processing Dependency: libpulse.so.0()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
330--> Processing Dependency: libpng15.so.15()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
331--> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
332--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
333--> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
334--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
335--> Processing Dependency: libfreetype.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
336--> Processing Dependency: libfontconfig.so.1()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
337--> Processing Dependency: libcups.so.2()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
338--> Processing Dependency: libawt.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
339--> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
340--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
341--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
342--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
343--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
344---> Package libX11.x86_64 0:1.6.0-2.1.el7 will be installed
345--> Processing Dependency: libX11-common = 1.6.0-2.1.el7 for package: libX11-1.6.0-2.1.el7.x86_64
346--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.0-2.1.el7.x86_64
347---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
348---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed
349---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
350---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed
351---> Package openssh.x86_64 0:6.6.1p1-12.el7_1 will be installed
352---> Package patch.x86_64 0:2.7.1-8.el7 will be installed
353---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
354---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
355--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
356--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
357---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
358--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
359--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
360---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed
361---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
362---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
363---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
364---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
365---> Package perl-macros.x86_64 4:5.16.3-285.el7 will be installed
366---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
367---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
368---> Package php-cli.x86_64 0:5.4.16-23.el7_0.3 will be installed
369---> Package php-doctrine-instantiator.noarch 0:1.0.4-1.el7 will be installed
370---> Package php-mbstring.x86_64 0:5.4.16-23.el7_0.3 will be installed
371---> Package php-phpspec-prophecy.noarch 0:1.4.1-1.el7 will be installed
372--> Processing Dependency: php-composer(phpdocumentor/reflection-docblock) < 3 for package: php-phpspec-prophecy-1.4.1-1.el7.noarch
373--> Processing Dependency: php-composer(phpdocumentor/reflection-docblock) >= 2.0 for package: php-phpspec-prophecy-1.4.1-1.el7.noarch
374---> Package php-phpunit-File-Iterator.noarch 0:1.4.0-1.el7 will be installed
375---> Package php-phpunit-PHP-CodeCoverage.noarch 0:2.0.17-1.el7 will be installed
376--> Processing Dependency: php-composer(phpunit/php-token-stream) < 2 for package: php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch
377--> Processing Dependency: php-composer(phpunit/php-token-stream) >= 1.3 for package: php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch
378---> Package php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7 will be installed
379---> Package php-phpunit-PHP-Timer.noarch 0:1.0.5-5.el7 will be installed
380---> Package php-phpunit-PHPUnit-MockObject.noarch 0:2.3.1-1.el7 will be installed
381--> Processing Dependency: php-soap for package: php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch
382---> Package php-phpunit-Text-Template.noarch 0:1.2.0-5.el7 will be installed
383---> Package php-phpunit-Version.noarch 0:1.0.5-1.el7 will be installed
384---> Package php-phpunit-diff.noarch 0:1.3.0-1.el7 will be installed
385---> Package php-phpunit-environment.noarch 0:1.2.2-1.el7 will be installed
386---> Package php-phpunit-exporter.noarch 0:1.2.0-1.el7 will be installed
387---> Package php-sebastian-global-state.noarch 0:1.0.0-1.el7 will be installed
388---> Package php-sebastian-recursion-context.noarch 0:1.0.0-1.el7 will be installed
389---> Package php-symfony-class-loader.noarch 0:2.5.12-1.el7 will be installed
390--> Processing Dependency: php-symfony-common = 2.5.12-1.el7 for package: php-symfony-class-loader-2.5.12-1.el7.noarch
391---> Package php-symfony-yaml.noarch 0:2.5.12-1.el7 will be installed
392---> Package php-tidy.x86_64 0:5.4.16-3.el7 will be installed
393--> Processing Dependency: libtidy-0.99.so.0()(64bit) for package: php-tidy-5.4.16-3.el7.x86_64
394---> Package python-chardet.noarch 0:2.0.1-7.el7 will be installed
395---> Package python-javapackages.noarch 0:3.4.1-6.el7_0 will be installed
396--> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-6.el7_0.noarch
397---> Package redhat-rpm-config.noarch 0:9.1.0-68.el7.centos will be installed
398--> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
399--> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
400--> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
401---> Package unzip.x86_64 0:6.0-15.el7 will be installed
402---> Package vim-filesystem.x86_64 2:7.4.160-1.el7 will be installed
403---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed
404---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed
405--> Running transaction check
406---> Package alsa-lib.x86_64 0:1.0.28-2.el7 will be installed
407---> Package cups-libs.x86_64 1:1.6.3-17.el7 will be installed
408--> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.6.3-17.el7.x86_64
409--> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.6.3-17.el7.x86_64
410---> Package dwz.x86_64 0:0.11-3.el7 will be installed
411---> Package elfutils-libs.x86_64 0:0.160-1.el7 will be installed
412---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed
413---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
414--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64
415---> Package freetype.x86_64 0:2.4.11-10.el7_1.1 will be installed
416---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
417--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
418--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
419---> Package java-1.7.0-openjdk-headless.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
420--> Processing Dependency: lcms2 >= 2.5 for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
421--> Processing Dependency: tzdata-java for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
422--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
423--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
424--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
425--> Processing Dependency: liblcms2.so.2()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
426--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
427--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
428--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
429--> Processing Dependency: libcairo.so.2()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
430--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
431---> Package libX11-common.noarch 0:1.6.0-2.1.el7 will be installed
432---> Package libXext.x86_64 0:1.3.2-2.1.el7 will be installed
433---> Package libXi.x86_64 0:1.7.2-2.1.el7 will be installed
434---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
435---> Package libXtst.x86_64 0:1.2.2-2.1.el7 will be installed
436---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
437---> Package libpng.x86_64 2:1.5.13-5.el7 will be installed
438---> Package libtidy.x86_64 0:0.99.0-31.20091203.el7 will be installed
439---> Package libxcb.x86_64 0:1.9-5.el7 will be installed
440--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.9-5.el7.x86_64
441---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
442---> Package perl-Pod-Escapes.noarch 1:1.04-285.el7 will be installed
443---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
444--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
445--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
446---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
447---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
448---> Package php-phpdocumentor-reflection-docblock.noarch 0:2.0.4-1.el7 will be installed
449---> Package php-phpunit-PHP-TokenStream.noarch 0:1.4.1-1.el7 will be installed
450---> Package php-soap.x86_64 0:5.4.16-23.el7_0.3 will be installed
451---> Package php-symfony-common.noarch 0:2.5.12-1.el7 will be installed
452---> Package pulseaudio-libs.x86_64 0:3.0-30.el7 will be installed
453--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
454--> Processing Dependency: libwrap.so.0()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
455--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
456--> Processing Dependency: libjson-c.so.2()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
457--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
458---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
459---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
460--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
461--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
462--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
463--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
464---> Package zip.x86_64 0:3.0-10.el7 will be installed
465--> Running transaction check
466---> Package atk.x86_64 0:2.8.0-4.el7 will be installed
467---> Package avahi-libs.x86_64 0:0.6.31-14.el7 will be installed
468---> Package cairo.x86_64 0:1.12.14-6.el7 will be installed
469--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64
470--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64
471--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64
472---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
473---> Package gdk-pixbuf2.x86_64 0:2.28.2-4.el7 will be installed
474--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
475--> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
476--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
477---> Package gtk2.x86_64 0:2.24.22-5.el7_0.1 will be installed
478--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.22-5.el7_0.1.x86_64
479--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.22-5.el7_0.1.x86_64
480--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
481--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
482--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
483--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
484--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
485--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
486---> Package json-c.x86_64 0:0.11-4.el7_0 will be installed
487---> Package lcms2.x86_64 0:2.5-4.el7 will be installed
488---> Package libICE.x86_64 0:1.0.8-7.el7 will be installed
489---> Package libSM.x86_64 0:1.2.1-7.el7 will be installed
490---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
491---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed
492---> Package libsndfile.x86_64 0:1.0.25-9.el7 will be installed
493--> Processing Dependency: libvorbisenc.so.2()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
494--> Processing Dependency: libvorbis.so.0()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
495--> Processing Dependency: libogg.so.0()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
496--> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
497--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
498---> Package pango.x86_64 0:1.34.1-5.el7 will be installed
499--> Processing Dependency: libthai >= 0.1.9 for package: pango-1.34.1-5.el7.x86_64
500--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.34.1-5.el7.x86_64
501--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64
502--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64
503--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.34.1-5.el7.x86_64
504---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
505---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
506---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed
507---> Package ttmkfdir.x86_64 0:3.0.9-41.el7 will be installed
508---> Package tzdata-java.noarch 0:2015d-1.el7 will be installed
509---> Package xorg-x11-font-utils.x86_64 1:7.5-18.1.el7 will be installed
510--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64
511--> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64
512--> Running transaction check
513---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed
514---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed
515---> Package harfbuzz.x86_64 0:0.9.20-4.el7 will be installed
516--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.20-4.el7.x86_64
517---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
518---> Package jasper-libs.x86_64 0:1.900.1-26.el7_0.3 will be installed
519---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
520---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
521---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
522---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
523---> Package libXfont.x86_64 0:1.4.7-2.el7_0 will be installed
524---> Package libXft.x86_64 0:2.3.1-5.1.el7 will be installed
525---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
526---> Package libXrandr.x86_64 0:1.4.1-2.1.el7 will be installed
527---> Package libfontenc.x86_64 0:1.1.1-5.el7 will be installed
528---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
529---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
530---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
531--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64
532---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed
533---> Package mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7 will be installed
534--> Processing Dependency: mesa-libgbm = 10.2.7-5.20140910.el7 for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
535--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
536--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
537--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
538---> Package mesa-libGL.x86_64 0:10.2.7-5.20140910.el7 will be installed
539--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-10.2.7-5.20140910.el7.x86_64
540---> Package pixman.x86_64 0:0.32.4-3.el7 will be installed
541--> Running transaction check
542---> Package graphite2.x86_64 0:1.2.2-5.el7 will be installed
543---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
544---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
545---> Package libdrm.x86_64 0:2.4.56-2.el7 will be installed
546--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.56-2.el7.x86_64
547---> Package mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7 will be installed
548---> Package mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7 will be installed
549--> Running transaction check
550---> Package libpciaccess.x86_64 0:0.13.1-4.1.el7 will be installed
551--> Processing Dependency: hwdata for package: libpciaccess-0.13.1-4.1.el7.x86_64
552--> Running transaction check
553---> Package hwdata.x86_64 0:0.252-7.8.el7_1 will be installed
554--> Finished Dependency Resolution
555
556Dependencies Resolved
557
558================================================================================
559 Package Arch Version Repository
560 Size
561================================================================================
562Installing:
563 ant noarch 1.9.2-9.el7 base 1.9 M
564 build noarch 20150615-198.1 openSUSE_Tools
565 161 k
566 git x86_64 1.8.3.1-4.el7 base 4.3 M
567 osc x86_64 0.151.2-169.1 openSUSE_Tools
568 504 k
569 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k
570 perl-Digest-MD5 x86_64 2.52-3.el7 base 30 k
571 perl-TimeDate noarch 1:2.30-2.el7 base 52 k
572 php-phpunit-PHPUnit-Selenium noarch 1.4.2-1.el7 epel 53 k
573 rpmdevtools noarch 8.3-5.el7 base 97 k
574 screen x86_64 4.1.0-0.19.20120314git3c2946.el7
575 base 550 k
576 sudo x86_64 1.8.6p7-13.el7 base 718 k
577 vim-enhanced x86_64 2:7.4.160-1.el7 base 1.0 M
578 yum-utils noarch 1.1.31-29.el7 base 112 k
579Installing for dependencies:
580 alsa-lib x86_64 1.0.28-2.el7 base 391 k
581 atk x86_64 2.8.0-4.el7 base 233 k
582 avahi-libs x86_64 0.6.31-14.el7 base 60 k
583 build-mkbaselibs noarch 20150615-198.1 openSUSE_Tools
584 37 k
585 bzip2 x86_64 1.0.6-12.el7 base 52 k
586 cairo x86_64 1.12.14-6.el7 base 697 k
587 cups-libs x86_64 1:1.6.3-17.el7 base 354 k
588 dwz x86_64 0.11-3.el7 base 99 k
589 elfutils x86_64 0.160-1.el7 base 262 k
590 elfutils-libs x86_64 0.160-1.el7 base 249 k
591 emacs-filesystem noarch 1:24.3-11.el7 base 57 k
592 fipscheck x86_64 1.4.1-5.el7 base 21 k
593 fipscheck-lib x86_64 1.4.1-5.el7 base 11 k
594 flac-libs x86_64 1.3.0-5.el7_1 updates 169 k
595 fontconfig x86_64 2.10.95-7.el7 base 228 k
596 fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
597 freetype x86_64 2.4.11-10.el7_1.1 updates 391 k
598 gdb x86_64 7.6.1-64.el7 base 2.4 M
599 gdk-pixbuf2 x86_64 2.28.2-4.el7 base 533 k
600 giflib x86_64 4.1.6-9.el7 base 40 k
601 gpm-libs x86_64 1.20.7-5.el7 base 32 k
602 graphite2 x86_64 1.2.2-5.el7 base 81 k
603 gsm x86_64 1.0.13-11.el7 base 30 k
604 gtk2 x86_64 2.24.22-5.el7_0.1 base 3.4 M
605 harfbuzz x86_64 0.9.20-4.el7 base 145 k
606 hicolor-icon-theme noarch 0.12-7.el7 base 42 k
607 hwdata x86_64 0.252-7.8.el7_1 updates 2.0 M
608 jasper-libs x86_64 1.900.1-26.el7_0.3 base 149 k
609 java-1.7.0-openjdk x86_64 1:1.7.0.79-2.5.5.1.el7_1 updates 202 k
610 java-1.7.0-openjdk-devel x86_64 1:1.7.0.79-2.5.5.1.el7_1 updates 9.2 M
611 java-1.7.0-openjdk-headless x86_64 1:1.7.0.79-2.5.5.1.el7_1 updates 25 M
612 javapackages-tools noarch 3.4.1-6.el7_0 base 72 k
613 jbigkit-libs x86_64 2.0-11.el7 base 46 k
614 json-c x86_64 0.11-4.el7_0 base 31 k
615 lcms2 x86_64 2.5-4.el7 base 133 k
616 libICE x86_64 1.0.8-7.el7 base 63 k
617 libSM x86_64 1.2.1-7.el7 base 38 k
618 libX11 x86_64 1.6.0-2.1.el7 base 605 k
619 libX11-common noarch 1.6.0-2.1.el7 base 181 k
620 libXau x86_64 1.0.8-2.1.el7 base 29 k
621 libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
622 libXcursor x86_64 1.1.14-2.1.el7 base 30 k
623 libXdamage x86_64 1.1.4-4.1.el7 base 20 k
624 libXext x86_64 1.3.2-2.1.el7 base 38 k
625 libXfixes x86_64 5.0.1-2.1.el7 base 18 k
626 libXfont x86_64 1.4.7-2.el7_0 base 144 k
627 libXft x86_64 2.3.1-5.1.el7 base 57 k
628 libXi x86_64 1.7.2-2.1.el7 base 39 k
629 libXinerama x86_64 1.1.3-2.1.el7 base 14 k
630 libXrandr x86_64 1.4.1-2.1.el7 base 25 k
631 libXrender x86_64 0.9.8-2.1.el7 base 25 k
632 libXtst x86_64 1.2.2-2.1.el7 base 20 k
633 libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k
634 libasyncns x86_64 0.8-7.el7 base 26 k
635 libdrm x86_64 2.4.56-2.el7 base 122 k
636 libedit x86_64 3.0-12.20121213cvs.el7 base 92 k
637 libfontenc x86_64 1.1.1-5.el7 base 29 k
638 libgnome-keyring x86_64 3.8.0-3.el7 base 109 k
639 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
640 libogg x86_64 2:1.3.0-7.el7 base 24 k
641 libpciaccess x86_64 0.13.1-4.1.el7 base 25 k
642 libpipeline x86_64 1.2.3-3.el7 base 53 k
643 libpng x86_64 2:1.5.13-5.el7 base 212 k
644 libsndfile x86_64 1.0.25-9.el7 base 149 k
645 libthai x86_64 0.1.14-9.el7 base 187 k
646 libtidy x86_64 0.99.0-31.20091203.el7 epel 132 k
647 libtiff x86_64 4.0.3-14.el7 base 167 k
648 libvorbis x86_64 1:1.3.3-8.el7 base 204 k
649 libxcb x86_64 1.9-5.el7 base 169 k
650 libxslt x86_64 1.1.28-5.el7 base 242 k
651 libzip x86_64 0.10.1-8.el7 base 48 k
652 m2crypto x86_64 0.21.1-15.el7 base 428 k
653 man-db x86_64 2.6.3-9.el7 base 559 k
654 mesa-libEGL x86_64 10.2.7-5.20140910.el7 base 70 k
655 mesa-libGL x86_64 10.2.7-5.20140910.el7 base 149 k
656 mesa-libgbm x86_64 10.2.7-5.20140910.el7 base 31 k
657 mesa-libglapi x86_64 10.2.7-5.20140910.el7 base 37 k
658 openssh x86_64 6.6.1p1-12.el7_1 updates 431 k
659 openssh-clients x86_64 6.6.1p1-12.el7_1 updates 634 k
660 pango x86_64 1.34.1-5.el7 base 283 k
661 patch x86_64 2.7.1-8.el7 base 110 k
662 perl x86_64 4:5.16.3-285.el7 base 8.0 M
663 perl-Carp noarch 1.26-244.el7 base 19 k
664 perl-Digest noarch 1.17-245.el7 base 23 k
665 perl-Encode x86_64 2.51-7.el7 base 1.5 M
666 perl-Error noarch 1:0.17020-2.el7 base 32 k
667 perl-Exporter noarch 5.68-3.el7 base 28 k
668 perl-File-Path noarch 2.09-2.el7 base 26 k
669 perl-File-Temp noarch 0.23.01-3.el7 base 56 k
670 perl-Filter x86_64 1.49-3.el7 base 76 k
671 perl-Getopt-Long noarch 2.40-2.el7 base 56 k
672 perl-Git noarch 1.8.3.1-4.el7 base 52 k
673 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
674 perl-PathTools x86_64 3.40-5.el7 base 82 k
675 perl-Pod-Escapes noarch 1:1.04-285.el7 base 50 k
676 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
677 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
678 perl-Pod-Usage noarch 1.63-3.el7 base 27 k
679 perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
680 perl-Socket x86_64 2.010-3.el7 base 49 k
681 perl-Storable x86_64 2.45-3.el7 base 77 k
682 perl-TermReadKey x86_64 2.30-20.el7 base 31 k
683 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
684 perl-Thread-Queue noarch 3.02-2.el7 base 17 k
685 perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
686 perl-Time-Local noarch 1.2300-2.el7 base 24 k
687 perl-constant noarch 1.27-2.el7 base 19 k
688 perl-libs x86_64 4:5.16.3-285.el7 base 687 k
689 perl-macros x86_64 4:5.16.3-285.el7 base 42 k
690 perl-parent noarch 1:0.225-244.el7 base 12 k
691 perl-podlators noarch 2.5.1-3.el7 base 112 k
692 perl-srpm-macros noarch 1-8.el7 base 4.6 k
693 perl-threads x86_64 1.87-4.el7 base 49 k
694 perl-threads-shared x86_64 1.43-6.el7 base 39 k
695 php-cli x86_64 5.4.16-23.el7_0.3 base 2.7 M
696 php-common x86_64 5.4.16-23.el7_0.3 base 561 k
697 php-doctrine-instantiator noarch 1.0.4-1.el7 epel 11 k
698 php-mbstring x86_64 5.4.16-23.el7_0.3 base 501 k
699 php-phpdocumentor-reflection-docblock
700 noarch 2.0.4-1.el7 epel 25 k
701 php-phpspec-prophecy noarch 1.4.1-1.el7 epel 48 k
702 php-phpunit-File-Iterator noarch 1.4.0-1.el7 epel 12 k
703 php-phpunit-PHP-CodeCoverage noarch 2.0.17-1.el7 epel 304 k
704 php-phpunit-PHP-Invoker noarch 1.1.3-6.el7 epel 9.4 k
705 php-phpunit-PHP-Timer noarch 1.0.5-5.el7 epel 9.1 k
706 php-phpunit-PHP-TokenStream noarch 1.4.1-1.el7 epel 16 k
707 php-phpunit-PHPUnit noarch 4.6.10-1.el7 epel 127 k
708 php-phpunit-PHPUnit-MockObject noarch 2.3.1-1.el7 epel 36 k
709 php-phpunit-Text-Template noarch 1.2.0-5.el7 epel 9.2 k
710 php-phpunit-Version noarch 1.0.5-1.el7 epel 8.4 k
711 php-phpunit-comparator noarch 1.1.1-1.el7 epel 14 k
712 php-phpunit-diff noarch 1.3.0-1.el7 epel 13 k
713 php-phpunit-environment noarch 1.2.2-1.el7 epel 9.0 k
714 php-phpunit-exporter noarch 1.2.0-1.el7 epel 10 k
715 php-sebastian-global-state noarch 1.0.0-1.el7 epel 9.5 k
716 php-sebastian-recursion-context noarch 1.0.0-1.el7 epel 7.7 k
717 php-soap x86_64 5.4.16-23.el7_0.3 base 155 k
718 php-symfony-class-loader noarch 2.5.12-1.el7 epel 22 k
719 php-symfony-common noarch 2.5.12-1.el7 epel 75 k
720 php-symfony-yaml noarch 2.5.12-1.el7 epel 23 k
721 php-tidy x86_64 5.4.16-3.el7 epel 22 k
722 php-xml x86_64 5.4.16-23.el7_0.3 base 122 k
723 pixman x86_64 0.32.4-3.el7 base 254 k
724 pulseaudio-libs x86_64 3.0-30.el7 base 556 k
725 python-chardet noarch 2.0.1-7.el7 base 222 k
726 python-javapackages noarch 3.4.1-6.el7_0 base 31 k
727 python-kitchen noarch 1.1.1-5.el7 base 267 k
728 python-lxml x86_64 3.2.1-4.el7 base 758 k
729 redhat-rpm-config noarch 9.1.0-68.el7.centos base 77 k
730 rpm-build x86_64 4.11.1-25.el7 base 141 k
731 rsync x86_64 3.0.9-15.el7 base 359 k
732 tar x86_64 2:1.26-29.el7 base 843 k
733 tcp_wrappers-libs x86_64 7.6-77.el7 base 66 k
734 ttmkfdir x86_64 3.0.9-41.el7 base 47 k
735 tzdata-java noarch 2015d-1.el7 updates 144 k
736 unzip x86_64 6.0-15.el7 updates 166 k
737 vim-common x86_64 2:7.4.160-1.el7 base 5.9 M
738 vim-filesystem x86_64 2:7.4.160-1.el7 base 9.6 k
739 xalan-j2 noarch 2.7.1-23.el7 base 1.9 M
740 xerces-j2 noarch 2.11.0-17.el7_0 base 1.1 M
741 xml-commons-apis noarch 1.4.01-16.el7 base 227 k
742 xml-commons-resolver noarch 1.2-15.el7 base 108 k
743 xorg-x11-font-utils x86_64 1:7.5-18.1.el7 base 87 k
744 xorg-x11-fonts-Type1 noarch 7.5-9.el7 base 521 k
745 zip x86_64 3.0-10.el7 base 260 k
746
747Transaction Summary
748================================================================================
749Install 13 Packages (+164 Dependent packages)
750
751Total download size: 93 M
752Installed size: 318 M
753Downloading packages:
754Public key for libtidy-0.99.0-31.20091203.el7.x86_64.rpm is not installed
755warning: /var/cache/yum/x86_64/7/epel/packages/libtidy-0.99.0-31.20091203.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
756--------------------------------------------------------------------------------
757Total 3.0 MB/s | 93 MB 00:30
758Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
759Importing GPG key 0x352C64E5:
760 Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
761 Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
762 Package : epel-release-7-5.noarch (@extras)
763 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
764Running transaction check
765Running transaction test
766Transaction test succeeded
767Running transaction
768 Installing : freetype-2.4.11-10.el7_1.1.x86_64 1/177
769 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 2/177
770 Installing : fipscheck-1.4.1-5.el7.x86_64 3/177
771 Installing : fipscheck-lib-1.4.1-5.el7.x86_64 4/177
772 Installing : libICE-1.0.8-7.el7.x86_64 5/177
773 Installing : libxslt-1.1.28-5.el7.x86_64 6/177
774 Installing : mesa-libglapi-10.2.7-5.20140910.el7.x86_64 7/177
775 Installing : 2:libogg-1.3.0-7.el7.x86_64 8/177
776 Installing : 2:libpng-1.5.13-5.el7.x86_64 9/177
777 Installing : libSM-1.2.1-7.el7.x86_64 10/177
778 Installing : atk-2.8.0-4.el7.x86_64 11/177
779 Installing : libfontenc-1.1.1-5.el7.x86_64 12/177
780 Installing : libedit-3.0-12.20121213cvs.el7.x86_64 13/177
781 Installing : 2:tar-1.26-29.el7.x86_64 14/177
782 Installing : libXfont-1.4.7-2.el7_0.x86_64 15/177
783 Installing : 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 16/177
784 Installing : 1:libvorbis-1.3.3-8.el7.x86_64 17/177
785 Installing : flac-libs-1.3.0-5.el7_1.x86_64 18/177
786 Installing : python-lxml-3.2.1-4.el7.x86_64 19/177
787 Installing : python-javapackages-3.4.1-6.el7_0.noarch 20/177
788 Installing : javapackages-tools-3.4.1-6.el7_0.noarch 21/177
789 Installing : openssh-6.6.1p1-12.el7_1.x86_64 22/177
790 Installing : openssh-clients-6.6.1p1-12.el7_1.x86_64 23/177
791 Installing : jasper-libs-1.900.1-26.el7_0.3.x86_64 24/177
792 Installing : ttmkfdir-3.0.9-41.el7.x86_64 25/177
793 Installing : 1:perl-parent-0.225-244.el7.noarch 26/177
794 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 27/177
795 Installing : perl-podlators-2.5.1-3.el7.noarch 28/177
796 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 29/177
797 Installing : 1:perl-Pod-Escapes-1.04-285.el7.noarch 30/177
798 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 31/177
799 Installing : perl-Encode-2.51-7.el7.x86_64 32/177
800 Installing : perl-Pod-Usage-1.63-3.el7.noarch 33/177
801 Installing : 4:perl-macros-5.16.3-285.el7.x86_64 34/177
802 Installing : 4:perl-libs-5.16.3-285.el7.x86_64 35/177
803 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 36/177
804 Installing : perl-Storable-2.45-3.el7.x86_64 37/177
805 Installing : perl-threads-1.87-4.el7.x86_64 38/177
806 Installing : perl-Carp-1.26-244.el7.noarch 39/177
807 Installing : perl-Filter-1.49-3.el7.x86_64 40/177
808 Installing : perl-Exporter-5.68-3.el7.noarch 41/177
809 Installing : perl-constant-1.27-2.el7.noarch 42/177
810 Installing : perl-Time-Local-1.2300-2.el7.noarch 43/177
811 Installing : perl-Socket-2.010-3.el7.x86_64 44/177
812 Installing : perl-threads-shared-1.43-6.el7.x86_64 45/177
813 Installing : perl-File-Temp-0.23.01-3.el7.noarch 46/177
814 Installing : perl-File-Path-2.09-2.el7.noarch 47/177
815 Installing : perl-PathTools-3.40-5.el7.x86_64 48/177
816 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 49/177
817 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 50/177
818 Installing : perl-Getopt-Long-2.40-2.el7.noarch 51/177
819 Installing : 4:perl-5.16.3-285.el7.x86_64 52/177
820 Installing : 1:perl-Error-0.17020-2.el7.noarch 53/177
821 Installing : perl-Thread-Queue-3.02-2.el7.noarch 54/177
822 Installing : perl-TermReadKey-2.30-20.el7.x86_64 55/177
823 Installing : build-mkbaselibs-20150615-198.1.noarch 56/177
824 Installing : perl-Digest-1.17-245.el7.noarch 57/177
825 Installing : libtidy-0.99.0-31.20091203.el7.x86_64 58/177
826 Installing : m2crypto-0.21.1-15.el7.x86_64 59/177
827 Installing : jbigkit-libs-2.0-11.el7.x86_64 60/177
828 Installing : libtiff-4.0.3-14.el7.x86_64 61/177
829 Installing : unzip-6.0-15.el7.x86_64 62/177
830 Installing : json-c-0.11-4.el7_0.x86_64 63/177
831 Installing : libthai-0.1.14-9.el7.x86_64 64/177
832 Installing : gdb-7.6.1-64.el7.x86_64 65/177
833 Installing : libasyncns-0.8-7.el7.x86_64 66/177
834 Installing : 1:emacs-filesystem-24.3-11.el7.noarch 67/177
835 Installing : lcms2-2.5-4.el7.x86_64 68/177
836 Installing : dwz-0.11-3.el7.x86_64 69/177
837 Installing : zip-3.0-10.el7.x86_64 70/177
838 Installing : alsa-lib-1.0.28-2.el7.x86_64 71/177
839 Installing : libgnome-keyring-3.8.0-3.el7.x86_64 72/177
840 Installing : libpipeline-1.2.3-3.el7.x86_64 73/177
841 Installing : man-db-2.6.3-9.el7.x86_64 74/177
842 Installing : graphite2-1.2.2-5.el7.x86_64 75/177
843 Installing : harfbuzz-0.9.20-4.el7.x86_64 76/177
844 Installing : 2:vim-filesystem-7.4.160-1.el7.x86_64 77/177
845 Installing : 2:vim-common-7.4.160-1.el7.x86_64 78/177
846 Installing : hicolor-icon-theme-0.12-7.el7.noarch 79/177
847 Installing : fontpackages-filesystem-1.44-8.el7.noarch 80/177
848 Installing : fontconfig-2.10.95-7.el7.x86_64 81/177
849 Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 82/177
850 Installing : tcp_wrappers-libs-7.6-77.el7.x86_64 83/177
851 Installing : libX11-common-1.6.0-2.1.el7.noarch 84/177
852 Installing : perl-srpm-macros-1-8.el7.noarch 85/177
853 Installing : redhat-rpm-config-9.1.0-68.el7.centos.noarch 86/177
854 Installing : libzip-0.10.1-8.el7.x86_64 87/177
855 Installing : php-common-5.4.16-23.el7_0.3.x86_64 88/177
856 Installing : php-xml-5.4.16-23.el7_0.3.x86_64 89/177
857 Installing : php-phpunit-Text-Template-1.2.0-5.el7.noarch 90/177
858 Installing : php-doctrine-instantiator-1.0.4-1.el7.noarch 91/177
859 Installing : php-mbstring-5.4.16-23.el7_0.3.x86_64 92/177
860 Installing : php-cli-5.4.16-23.el7_0.3.x86_64 93/177
861 Installing : php-phpunit-diff-1.3.0-1.el7.noarch 94/177
862 Installing : php-phpunit-PHP-Timer-1.0.5-5.el7.noarch 95/177
863 Installing : php-phpunit-File-Iterator-1.4.0-1.el7.noarch 96/177
864 Installing : php-phpunit-environment-1.2.2-1.el7.noarch 97/177
865 Installing : php-symfony-common-2.5.12-1.el7.noarch 98/177
866 Installing : php-sebastian-recursion-context-1.0.0-1.el7.noarch 99/177
867 Installing : php-phpunit-exporter-1.2.0-1.el7.noarch 100/177
868 Installing : php-phpunit-comparator-1.1.1-1.el7.noarch 101/177
869 Installing : php-symfony-yaml-2.5.12-1.el7.noarch 102/177
870 Installing : php-symfony-class-loader-2.5.12-1.el7.noarch 103/177
871 Installing : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 104/177
872 Installing : php-phpunit-PHP-TokenStream-1.4.1-1.el7.noarch 105/177
873 Installing : php-tidy-5.4.16-3.el7.x86_64 106/177
874 Installing : php-soap-5.4.16-23.el7_0.3.x86_64 107/177
875 Installing : php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch 108/177
876 Installing : php-sebastian-global-state-1.0.0-1.el7.noarch 109/177
877 Installing : php-phpdocumentor-reflection-docblock-2.0.4-1.el7.noar 110/177
878 Installing : php-phpspec-prophecy-1.4.1-1.el7.noarch 111/177
879 Installing : python-chardet-2.0.1-7.el7.noarch 112/177
880 Installing : python-kitchen-1.1.1-5.el7.noarch 113/177
881 Installing : avahi-libs-0.6.31-14.el7.x86_64 114/177
882 Installing : 1:cups-libs-1.6.3-17.el7.x86_64 115/177
883 Installing : gsm-1.0.13-11.el7.x86_64 116/177
884 Installing : libsndfile-1.0.25-9.el7.x86_64 117/177
885 Installing : tzdata-java-2015d-1.el7.noarch 118/177
886 Installing : rsync-3.0.9-15.el7.x86_64 119/177
887 Installing : perl-Git-1.8.3.1-4.el7.noarch 120/177
888 Installing : git-1.8.3.1-4.el7.x86_64 121/177
889 Installing : php-phpunit-Version-1.0.5-1.el7.noarch 122/177
890 Installing : php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch 123/177
891 Installing : php-phpunit-PHPUnit-4.6.10-1.el7.noarch 124/177
892 Installing : hwdata-0.252-7.8.el7_1.x86_64 125/177
893 Installing : libpciaccess-0.13.1-4.1.el7.x86_64 126/177
894 Installing : libdrm-2.4.56-2.el7.x86_64 127/177
895 Installing : mesa-libgbm-10.2.7-5.20140910.el7.x86_64 128/177
896 Installing : pixman-0.32.4-3.el7.x86_64 129/177
897 Installing : libXau-1.0.8-2.1.el7.x86_64 130/177
898 Installing : libxcb-1.9-5.el7.x86_64 131/177
899 Installing : libX11-1.6.0-2.1.el7.x86_64 132/177
900 Installing : libXext-1.3.2-2.1.el7.x86_64 133/177
901 Installing : libXrender-0.9.8-2.1.el7.x86_64 134/177
902 Installing : libXfixes-5.0.1-2.1.el7.x86_64 135/177
903 Installing : libXi-1.7.2-2.1.el7.x86_64 136/177
904 Installing : libXtst-1.2.2-2.1.el7.x86_64 137/177
905 Installing : libXdamage-1.1.4-4.1.el7.x86_64 138/177
906 Installing : gdk-pixbuf2-2.28.2-4.el7.x86_64 139/177
907 Installing : pulseaudio-libs-3.0-30.el7.x86_64 140/177
908 Installing : libXcursor-1.1.14-2.1.el7.x86_64 141/177
909 Installing : libXrandr-1.4.1-2.1.el7.x86_64 142/177
910 Installing : libXft-2.3.1-5.1.el7.x86_64 143/177
911 Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 144/177
912 Installing : mesa-libGL-10.2.7-5.20140910.el7.x86_64 145/177
913 Installing : libXinerama-1.1.3-2.1.el7.x86_64 146/177
914 Installing : libXcomposite-0.4.4-4.1.el7.x86_64 147/177
915 Installing : giflib-4.1.6-9.el7.x86_64 148/177
916 Installing : mesa-libEGL-10.2.7-5.20140910.el7.x86_64 149/177
917 Installing : cairo-1.12.14-6.el7.x86_64 150/177
918 Installing : pango-1.34.1-5.el7.x86_64 151/177
919 Installing : gtk2-2.24.22-5.el7_0.1.x86_64 152/177
920 Installing : 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x 153/177
921 Installing : 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64 154/177
922 Installing : xml-commons-apis-1.4.01-16.el7.noarch 155/177
923 Installing : xml-commons-resolver-1.2-15.el7.noarch 156/177
924 Installing : xalan-j2-2.7.1-23.el7.noarch 157/177
925 Installing : xerces-j2-2.11.0-17.el7_0.noarch 158/177
926 Installing : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_ 159/177
927 Installing : patch-2.7.1-8.el7.x86_64 160/177
928 Installing : gpm-libs-1.20.7-5.el7.x86_64 161/177
929 Installing : bzip2-1.0.6-12.el7.x86_64 162/177
930 Installing : elfutils-libs-0.160-1.el7.x86_64 163/177
931 Installing : elfutils-0.160-1.el7.x86_64 164/177
932 Installing : rpm-build-4.11.1-25.el7.x86_64 165/177
933 Installing : rpmdevtools-8.3-5.el7.noarch 166/177
934 Installing : 2:vim-enhanced-7.4.160-1.el7.x86_64 167/177
935 Installing : ant-1.9.2-9.el7.noarch 168/177
936 Installing : php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch 169/177
937 Installing : yum-utils-1.1.31-29.el7.noarch 170/177
938 Installing : osc-0.151.2-169.1.x86_64 171/177
939 Installing : perl-Digest-MD5-2.52-3.el7.x86_64 172/177
940 Installing : build-20150615-198.1.noarch 173/177
941 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 174/177
942 Installing : 1:perl-TimeDate-2.30-2.el7.noarch 175/177
943 Installing : screen-4.1.0-0.19.20120314git3c2946.el7.x86_64 176/177
944 Installing : sudo-1.8.6p7-13.el7.x86_64 177/177
945 Verifying : 2:vim-common-7.4.160-1.el7.x86_64 1/177
946 Verifying : 2:tar-1.26-29.el7.x86_64 2/177
947 Verifying : libXfont-1.4.7-2.el7_0.x86_64 3/177
948 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 4/177
949 Verifying : 1:cups-libs-1.6.3-17.el7.x86_64 5/177
950 Verifying : php-phpunit-PHP-TokenStream-1.4.1-1.el7.noarch 6/177
951 Verifying : libXtst-1.2.2-2.1.el7.x86_64 7/177
952 Verifying : elfutils-libs-0.160-1.el7.x86_64 8/177
953 Verifying : python-lxml-3.2.1-4.el7.x86_64 9/177
954 Verifying : 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 10/177
955 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 11/177
956 Verifying : php-phpspec-prophecy-1.4.1-1.el7.noarch 12/177
957 Verifying : php-common-5.4.16-23.el7_0.3.x86_64 13/177
958 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 14/177
959 Verifying : bzip2-1.0.6-12.el7.x86_64 15/177
960 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 16/177
961 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 17/177
962 Verifying : php-xml-5.4.16-23.el7_0.3.x86_64 18/177
963 Verifying : gpm-libs-1.20.7-5.el7.x86_64 19/177
964 Verifying : xerces-j2-2.11.0-17.el7_0.noarch 20/177
965 Verifying : patch-2.7.1-8.el7.x86_64 21/177
966 Verifying : freetype-2.4.11-10.el7_1.1.x86_64 22/177
967 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 23/177
968 Verifying : libSM-1.2.1-7.el7.x86_64 24/177
969 Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 25/177
970 Verifying : 4:perl-macros-5.16.3-285.el7.x86_64 26/177
971 Verifying : fipscheck-lib-1.4.1-5.el7.x86_64 27/177
972 Verifying : gtk2-2.24.22-5.el7_0.1.x86_64 28/177
973 Verifying : 4:perl-5.16.3-285.el7.x86_64 29/177
974 Verifying : libXau-1.0.8-2.1.el7.x86_64 30/177
975 Verifying : perl-File-Path-2.09-2.el7.noarch 31/177
976 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 32/177
977 Verifying : cairo-1.12.14-6.el7.x86_64 33/177
978 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 34/177
979 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 35/177
980 Verifying : php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch 36/177
981 Verifying : gdk-pixbuf2-2.28.2-4.el7.x86_64 37/177
982 Verifying : pixman-0.32.4-3.el7.x86_64 38/177
983 Verifying : php-tidy-5.4.16-3.el7.x86_64 39/177
984 Verifying : giflib-4.1.6-9.el7.x86_64 40/177
985 Verifying : hwdata-0.252-7.8.el7_1.x86_64 41/177
986 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 42/177
987 Verifying : build-mkbaselibs-20150615-198.1.noarch 43/177
988 Verifying : rsync-3.0.9-15.el7.x86_64 44/177
989 Verifying : libtiff-4.0.3-14.el7.x86_64 45/177
990 Verifying : 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x 46/177
991 Verifying : php-phpunit-Version-1.0.5-1.el7.noarch 47/177
992 Verifying : php-mbstring-5.4.16-23.el7_0.3.x86_64 48/177
993 Verifying : tzdata-java-2015d-1.el7.noarch 49/177
994 Verifying : libXrandr-1.4.1-2.1.el7.x86_64 50/177
995 Verifying : ant-1.9.2-9.el7.noarch 51/177
996 Verifying : 2:libpng-1.5.13-5.el7.x86_64 52/177
997 Verifying : php-phpunit-PHPUnit-4.6.10-1.el7.noarch 53/177
998 Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 54/177
999 Verifying : libXft-2.3.1-5.1.el7.x86_64 55/177
1000 Verifying : elfutils-0.160-1.el7.x86_64 56/177
1001 Verifying : php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch 57/177
1002 Verifying : php-cli-5.4.16-23.el7_0.3.x86_64 58/177
1003 Verifying : ttmkfdir-3.0.9-41.el7.x86_64 59/177
1004 Verifying : gsm-1.0.13-11.el7.x86_64 60/177
1005 Verifying : avahi-libs-0.6.31-14.el7.x86_64 61/177
1006 Verifying : build-20150615-198.1.noarch 62/177
1007 Verifying : php-symfony-yaml-2.5.12-1.el7.noarch 63/177
1008 Verifying : 2:libogg-1.3.0-7.el7.x86_64 64/177
1009 Verifying : php-phpunit-diff-1.3.0-1.el7.noarch 65/177
1010 Verifying : pango-1.34.1-5.el7.x86_64 66/177
1011 Verifying : sudo-1.8.6p7-13.el7.x86_64 67/177
1012 Verifying : php-phpunit-exporter-1.2.0-1.el7.noarch 68/177
1013 Verifying : perl-Encode-2.51-7.el7.x86_64 69/177
1014 Verifying : php-phpunit-PHP-Timer-1.0.5-5.el7.noarch 70/177
1015 Verifying : libfontenc-1.1.1-5.el7.x86_64 71/177
1016 Verifying : php-phpunit-File-Iterator-1.4.0-1.el7.noarch 72/177
1017 Verifying : pulseaudio-libs-3.0-30.el7.x86_64 73/177
1018 Verifying : php-phpunit-environment-1.2.2-1.el7.noarch 74/177
1019 Verifying : fontconfig-2.10.95-7.el7.x86_64 75/177
1020 Verifying : python-chardet-2.0.1-7.el7.noarch 76/177
1021 Verifying : libzip-0.10.1-8.el7.x86_64 77/177
1022 Verifying : 4:perl-libs-5.16.3-285.el7.x86_64 78/177
1023 Verifying : perl-Digest-1.17-245.el7.noarch 79/177
1024 Verifying : libpciaccess-0.13.1-4.1.el7.x86_64 80/177
1025 Verifying : perl-srpm-macros-1-8.el7.noarch 81/177
1026 Verifying : mesa-libEGL-10.2.7-5.20140910.el7.x86_64 82/177
1027 Verifying : libdrm-2.4.56-2.el7.x86_64 83/177
1028 Verifying : perl-Git-1.8.3.1-4.el7.noarch 84/177
1029 Verifying : libX11-common-1.6.0-2.1.el7.noarch 85/177
1030 Verifying : perl-threads-shared-1.43-6.el7.x86_64 86/177
1031 Verifying : perl-Storable-2.45-3.el7.x86_64 87/177
1032 Verifying : php-soap-5.4.16-23.el7_0.3.x86_64 88/177
1033 Verifying : tcp_wrappers-libs-7.6-77.el7.x86_64 89/177
1034 Verifying : 1:perl-Pod-Escapes-1.04-285.el7.noarch 90/177
1035 Verifying : php-phpunit-Text-Template-1.2.0-5.el7.noarch 91/177
1036 Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 92/177
1037 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 93/177
1038 Verifying : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 94/177
1039 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 95/177
1040 Verifying : 1:perl-parent-0.225-244.el7.noarch 96/177
1041 Verifying : libXcursor-1.1.14-2.1.el7.x86_64 97/177
1042 Verifying : libXi-1.7.2-2.1.el7.x86_64 98/177
1043 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 99/177
1044 Verifying : perl-Digest-MD5-2.52-3.el7.x86_64 100/177
1045 Verifying : screen-4.1.0-0.19.20120314git3c2946.el7.x86_64 101/177
1046 Verifying : libXrender-0.9.8-2.1.el7.x86_64 102/177
1047 Verifying : mesa-libglapi-10.2.7-5.20140910.el7.x86_64 103/177
1048 Verifying : 2:vim-filesystem-7.4.160-1.el7.x86_64 104/177
1049 Verifying : perl-Carp-1.26-244.el7.noarch 105/177
1050 Verifying : graphite2-1.2.2-5.el7.x86_64 106/177
1051 Verifying : libpipeline-1.2.3-3.el7.x86_64 107/177
1052 Verifying : python-javapackages-3.4.1-6.el7_0.noarch 108/177
1053 Verifying : libxslt-1.1.28-5.el7.x86_64 109/177
1054 Verifying : php-sebastian-global-state-1.0.0-1.el7.noarch 110/177
1055 Verifying : php-phpdocumentor-reflection-docblock-2.0.4-1.el7.noar 111/177
1056 Verifying : xalan-j2-2.7.1-23.el7.noarch 112/177
1057 Verifying : osc-0.151.2-169.1.x86_64 113/177
1058 Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 114/177
1059 Verifying : mesa-libgbm-10.2.7-5.20140910.el7.x86_64 115/177
1060 Verifying : alsa-lib-1.0.28-2.el7.x86_64 116/177
1061 Verifying : 1:libvorbis-1.3.3-8.el7.x86_64 117/177
1062 Verifying : perl-podlators-2.5.1-3.el7.noarch 118/177
1063 Verifying : libXfixes-5.0.1-2.1.el7.x86_64 119/177
1064 Verifying : zip-3.0-10.el7.x86_64 120/177
1065 Verifying : 1:perl-TimeDate-2.30-2.el7.noarch 121/177
1066 Verifying : perl-Filter-1.49-3.el7.x86_64 122/177
1067 Verifying : dwz-0.11-3.el7.x86_64 123/177
1068 Verifying : libXdamage-1.1.4-4.1.el7.x86_64 124/177
1069 Verifying : lcms2-2.5-4.el7.x86_64 125/177
1070 Verifying : atk-2.8.0-4.el7.x86_64 126/177
1071 Verifying : fipscheck-1.4.1-5.el7.x86_64 127/177
1072 Verifying : 1:emacs-filesystem-24.3-11.el7.noarch 128/177
1073 Verifying : php-symfony-class-loader-2.5.12-1.el7.noarch 129/177
1074 Verifying : libsndfile-1.0.25-9.el7.x86_64 130/177
1075 Verifying : libXinerama-1.1.3-2.1.el7.x86_64 131/177
1076 Verifying : harfbuzz-0.9.20-4.el7.x86_64 132/177
1077 Verifying : jasper-libs-1.900.1-26.el7_0.3.x86_64 133/177
1078 Verifying : libxcb-1.9-5.el7.x86_64 134/177
1079 Verifying : perl-threads-1.87-4.el7.x86_64 135/177
1080 Verifying : perl-Exporter-5.68-3.el7.noarch 136/177
1081 Verifying : perl-constant-1.27-2.el7.noarch 137/177
1082 Verifying : perl-PathTools-3.40-5.el7.x86_64 138/177
1083 Verifying : 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64 139/177
1084 Verifying : xml-commons-apis-1.4.01-16.el7.noarch 140/177
1085 Verifying : php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch 141/177
1086 Verifying : libasyncns-0.8-7.el7.x86_64 142/177
1087 Verifying : yum-utils-1.1.31-29.el7.noarch 143/177
1088 Verifying : gdb-7.6.1-64.el7.x86_64 144/177
1089 Verifying : mesa-libGL-10.2.7-5.20140910.el7.x86_64 145/177
1090 Verifying : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_ 146/177
1091 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 147/177
1092 Verifying : libthai-0.1.14-9.el7.x86_64 148/177
1093 Verifying : perl-Time-Local-1.2300-2.el7.noarch 149/177
1094 Verifying : git-1.8.3.1-4.el7.x86_64 150/177
1095 Verifying : man-db-2.6.3-9.el7.x86_64 151/177
1096 Verifying : python-kitchen-1.1.1-5.el7.noarch 152/177
1097 Verifying : javapackages-tools-3.4.1-6.el7_0.noarch 153/177
1098 Verifying : perl-Socket-2.010-3.el7.x86_64 154/177
1099 Verifying : json-c-0.11-4.el7_0.x86_64 155/177
1100 Verifying : php-symfony-common-2.5.12-1.el7.noarch 156/177
1101 Verifying : xml-commons-resolver-1.2-15.el7.noarch 157/177
1102 Verifying : flac-libs-1.3.0-5.el7_1.x86_64 158/177
1103 Verifying : 2:vim-enhanced-7.4.160-1.el7.x86_64 159/177
1104 Verifying : rpm-build-4.11.1-25.el7.x86_64 160/177
1105 Verifying : 1:perl-Error-0.17020-2.el7.noarch 161/177
1106 Verifying : libICE-1.0.8-7.el7.x86_64 162/177
1107 Verifying : openssh-clients-6.6.1p1-12.el7_1.x86_64 163/177
1108 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 164/177
1109 Verifying : php-doctrine-instantiator-1.0.4-1.el7.noarch 165/177
1110 Verifying : rpmdevtools-8.3-5.el7.noarch 166/177
1111 Verifying : unzip-6.0-15.el7.x86_64 167/177
1112 Verifying : libX11-1.6.0-2.1.el7.x86_64 168/177
1113 Verifying : jbigkit-libs-2.0-11.el7.x86_64 169/177
1114 Verifying : openssh-6.6.1p1-12.el7_1.x86_64 170/177
1115 Verifying : php-phpunit-comparator-1.1.1-1.el7.noarch 171/177
1116 Verifying : m2crypto-0.21.1-15.el7.x86_64 172/177
1117 Verifying : php-sebastian-recursion-context-1.0.0-1.el7.noarch 173/177
1118 Verifying : perl-Getopt-Long-2.40-2.el7.noarch 174/177
1119 Verifying : redhat-rpm-config-9.1.0-68.el7.centos.noarch 175/177
1120 Verifying : libXext-1.3.2-2.1.el7.x86_64 176/177
1121 Verifying : libtidy-0.99.0-31.20091203.el7.x86_64 177/177
1122
1123Installed:
1124 ant.noarch 0:1.9.2-9.el7
1125 build.noarch 0:20150615-198.1
1126 git.x86_64 0:1.8.3.1-4.el7
1127 osc.x86_64 0:0.151.2-169.1
1128 perl-Data-Dumper.x86_64 0:2.145-3.el7
1129 perl-Digest-MD5.x86_64 0:2.52-3.el7
1130 perl-TimeDate.noarch 1:2.30-2.el7
1131 php-phpunit-PHPUnit-Selenium.noarch 0:1.4.2-1.el7
1132 rpmdevtools.noarch 0:8.3-5.el7
1133 screen.x86_64 0:4.1.0-0.19.20120314git3c2946.el7
1134 sudo.x86_64 0:1.8.6p7-13.el7
1135 vim-enhanced.x86_64 2:7.4.160-1.el7
1136 yum-utils.noarch 0:1.1.31-29.el7
1137
1138Dependency Installed:
1139 alsa-lib.x86_64 0:1.0.28-2.el7
1140 atk.x86_64 0:2.8.0-4.el7
1141 avahi-libs.x86_64 0:0.6.31-14.el7
1142 build-mkbaselibs.noarch 0:20150615-198.1
1143 bzip2.x86_64 0:1.0.6-12.el7
1144 cairo.x86_64 0:1.12.14-6.el7
1145 cups-libs.x86_64 1:1.6.3-17.el7
1146 dwz.x86_64 0:0.11-3.el7
1147 elfutils.x86_64 0:0.160-1.el7
1148 elfutils-libs.x86_64 0:0.160-1.el7
1149 emacs-filesystem.noarch 1:24.3-11.el7
1150 fipscheck.x86_64 0:1.4.1-5.el7
1151 fipscheck-lib.x86_64 0:1.4.1-5.el7
1152 flac-libs.x86_64 0:1.3.0-5.el7_1
1153 fontconfig.x86_64 0:2.10.95-7.el7
1154 fontpackages-filesystem.noarch 0:1.44-8.el7
1155 freetype.x86_64 0:2.4.11-10.el7_1.1
1156 gdb.x86_64 0:7.6.1-64.el7
1157 gdk-pixbuf2.x86_64 0:2.28.2-4.el7
1158 giflib.x86_64 0:4.1.6-9.el7
1159 gpm-libs.x86_64 0:1.20.7-5.el7
1160 graphite2.x86_64 0:1.2.2-5.el7
1161 gsm.x86_64 0:1.0.13-11.el7
1162 gtk2.x86_64 0:2.24.22-5.el7_0.1
1163 harfbuzz.x86_64 0:0.9.20-4.el7
1164 hicolor-icon-theme.noarch 0:0.12-7.el7
1165 hwdata.x86_64 0:0.252-7.8.el7_1
1166 jasper-libs.x86_64 0:1.900.1-26.el7_0.3
1167 java-1.7.0-openjdk.x86_64 1:1.7.0.79-2.5.5.1.el7_1
1168 java-1.7.0-openjdk-devel.x86_64 1:1.7.0.79-2.5.5.1.el7_1
1169 java-1.7.0-openjdk-headless.x86_64 1:1.7.0.79-2.5.5.1.el7_1
1170 javapackages-tools.noarch 0:3.4.1-6.el7_0
1171 jbigkit-libs.x86_64 0:2.0-11.el7
1172 json-c.x86_64 0:0.11-4.el7_0
1173 lcms2.x86_64 0:2.5-4.el7
1174 libICE.x86_64 0:1.0.8-7.el7
1175 libSM.x86_64 0:1.2.1-7.el7
1176 libX11.x86_64 0:1.6.0-2.1.el7
1177 libX11-common.noarch 0:1.6.0-2.1.el7
1178 libXau.x86_64 0:1.0.8-2.1.el7
1179 libXcomposite.x86_64 0:0.4.4-4.1.el7
1180 libXcursor.x86_64 0:1.1.14-2.1.el7
1181 libXdamage.x86_64 0:1.1.4-4.1.el7
1182 libXext.x86_64 0:1.3.2-2.1.el7
1183 libXfixes.x86_64 0:5.0.1-2.1.el7
1184 libXfont.x86_64 0:1.4.7-2.el7_0
1185 libXft.x86_64 0:2.3.1-5.1.el7
1186 libXi.x86_64 0:1.7.2-2.1.el7
1187 libXinerama.x86_64 0:1.1.3-2.1.el7
1188 libXrandr.x86_64 0:1.4.1-2.1.el7
1189 libXrender.x86_64 0:0.9.8-2.1.el7
1190 libXtst.x86_64 0:1.2.2-2.1.el7
1191 libXxf86vm.x86_64 0:1.1.3-2.1.el7
1192 libasyncns.x86_64 0:0.8-7.el7
1193 libdrm.x86_64 0:2.4.56-2.el7
1194 libedit.x86_64 0:3.0-12.20121213cvs.el7
1195 libfontenc.x86_64 0:1.1.1-5.el7
1196 libgnome-keyring.x86_64 0:3.8.0-3.el7
1197 libjpeg-turbo.x86_64 0:1.2.90-5.el7
1198 libogg.x86_64 2:1.3.0-7.el7
1199 libpciaccess.x86_64 0:0.13.1-4.1.el7
1200 libpipeline.x86_64 0:1.2.3-3.el7
1201 libpng.x86_64 2:1.5.13-5.el7
1202 libsndfile.x86_64 0:1.0.25-9.el7
1203 libthai.x86_64 0:0.1.14-9.el7
1204 libtidy.x86_64 0:0.99.0-31.20091203.el7
1205 libtiff.x86_64 0:4.0.3-14.el7
1206 libvorbis.x86_64 1:1.3.3-8.el7
1207 libxcb.x86_64 0:1.9-5.el7
1208 libxslt.x86_64 0:1.1.28-5.el7
1209 libzip.x86_64 0:0.10.1-8.el7
1210 m2crypto.x86_64 0:0.21.1-15.el7
1211 man-db.x86_64 0:2.6.3-9.el7
1212 mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7
1213 mesa-libGL.x86_64 0:10.2.7-5.20140910.el7
1214 mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7
1215 mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7
1216 openssh.x86_64 0:6.6.1p1-12.el7_1
1217 openssh-clients.x86_64 0:6.6.1p1-12.el7_1
1218 pango.x86_64 0:1.34.1-5.el7
1219 patch.x86_64 0:2.7.1-8.el7
1220 perl.x86_64 4:5.16.3-285.el7
1221 perl-Carp.noarch 0:1.26-244.el7
1222 perl-Digest.noarch 0:1.17-245.el7
1223 perl-Encode.x86_64 0:2.51-7.el7
1224 perl-Error.noarch 1:0.17020-2.el7
1225 perl-Exporter.noarch 0:5.68-3.el7
1226 perl-File-Path.noarch 0:2.09-2.el7
1227 perl-File-Temp.noarch 0:0.23.01-3.el7
1228 perl-Filter.x86_64 0:1.49-3.el7
1229 perl-Getopt-Long.noarch 0:2.40-2.el7
1230 perl-Git.noarch 0:1.8.3.1-4.el7
1231 perl-HTTP-Tiny.noarch 0:0.033-3.el7
1232 perl-PathTools.x86_64 0:3.40-5.el7
1233 perl-Pod-Escapes.noarch 1:1.04-285.el7
1234 perl-Pod-Perldoc.noarch 0:3.20-4.el7
1235 perl-Pod-Simple.noarch 1:3.28-4.el7
1236 perl-Pod-Usage.noarch 0:1.63-3.el7
1237 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
1238 perl-Socket.x86_64 0:2.010-3.el7
1239 perl-Storable.x86_64 0:2.45-3.el7
1240 perl-TermReadKey.x86_64 0:2.30-20.el7
1241 perl-Text-ParseWords.noarch 0:3.29-4.el7
1242 perl-Thread-Queue.noarch 0:3.02-2.el7
1243 perl-Time-HiRes.x86_64 4:1.9725-3.el7
1244 perl-Time-Local.noarch 0:1.2300-2.el7
1245 perl-constant.noarch 0:1.27-2.el7
1246 perl-libs.x86_64 4:5.16.3-285.el7
1247 perl-macros.x86_64 4:5.16.3-285.el7
1248 perl-parent.noarch 1:0.225-244.el7
1249 perl-podlators.noarch 0:2.5.1-3.el7
1250 perl-srpm-macros.noarch 0:1-8.el7
1251 perl-threads.x86_64 0:1.87-4.el7
1252 perl-threads-shared.x86_64 0:1.43-6.el7
1253 php-cli.x86_64 0:5.4.16-23.el7_0.3
1254 php-common.x86_64 0:5.4.16-23.el7_0.3
1255 php-doctrine-instantiator.noarch 0:1.0.4-1.el7
1256 php-mbstring.x86_64 0:5.4.16-23.el7_0.3
1257 php-phpdocumentor-reflection-docblock.noarch 0:2.0.4-1.el7
1258 php-phpspec-prophecy.noarch 0:1.4.1-1.el7
1259 php-phpunit-File-Iterator.noarch 0:1.4.0-1.el7
1260 php-phpunit-PHP-CodeCoverage.noarch 0:2.0.17-1.el7
1261 php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7
1262 php-phpunit-PHP-Timer.noarch 0:1.0.5-5.el7
1263 php-phpunit-PHP-TokenStream.noarch 0:1.4.1-1.el7
1264 php-phpunit-PHPUnit.noarch 0:4.6.10-1.el7
1265 php-phpunit-PHPUnit-MockObject.noarch 0:2.3.1-1.el7
1266 php-phpunit-Text-Template.noarch 0:1.2.0-5.el7
1267 php-phpunit-Version.noarch 0:1.0.5-1.el7
1268 php-phpunit-comparator.noarch 0:1.1.1-1.el7
1269 php-phpunit-diff.noarch 0:1.3.0-1.el7
1270 php-phpunit-environment.noarch 0:1.2.2-1.el7
1271 php-phpunit-exporter.noarch 0:1.2.0-1.el7
1272 php-sebastian-global-state.noarch 0:1.0.0-1.el7
1273 php-sebastian-recursion-context.noarch 0:1.0.0-1.el7
1274 php-soap.x86_64 0:5.4.16-23.el7_0.3
1275 php-symfony-class-loader.noarch 0:2.5.12-1.el7
1276 php-symfony-common.noarch 0:2.5.12-1.el7
1277 php-symfony-yaml.noarch 0:2.5.12-1.el7
1278 php-tidy.x86_64 0:5.4.16-3.el7
1279 php-xml.x86_64 0:5.4.16-23.el7_0.3
1280 pixman.x86_64 0:0.32.4-3.el7
1281 pulseaudio-libs.x86_64 0:3.0-30.el7
1282 python-chardet.noarch 0:2.0.1-7.el7
1283 python-javapackages.noarch 0:3.4.1-6.el7_0
1284 python-kitchen.noarch 0:1.1.1-5.el7
1285 python-lxml.x86_64 0:3.2.1-4.el7
1286 redhat-rpm-config.noarch 0:9.1.0-68.el7.centos
1287 rpm-build.x86_64 0:4.11.1-25.el7
1288 rsync.x86_64 0:3.0.9-15.el7
1289 tar.x86_64 2:1.26-29.el7
1290 tcp_wrappers-libs.x86_64 0:7.6-77.el7
1291 ttmkfdir.x86_64 0:3.0.9-41.el7
1292 tzdata-java.noarch 0:2015d-1.el7
1293 unzip.x86_64 0:6.0-15.el7
1294 vim-common.x86_64 2:7.4.160-1.el7
1295 vim-filesystem.x86_64 2:7.4.160-1.el7
1296 xalan-j2.noarch 0:2.7.1-23.el7
1297 xerces-j2.noarch 0:2.11.0-17.el7_0
1298 xml-commons-apis.noarch 0:1.4.01-16.el7
1299 xml-commons-resolver.noarch 0:1.2-15.el7
1300 xorg-x11-font-utils.x86_64 1:7.5-18.1.el7
1301 xorg-x11-fonts-Type1.noarch 0:7.5-9.el7
1302 zip.x86_64 0:3.0-10.el7
1303
1304Complete!
1305 ---> de49f670133d
1306Removing intermediate container 82a4809ab1fa
1307Step 16 : WORKDIR /srv
1308 ---> Running in b7a9b5c000c1
1309 ---> 20751a55fd77
1310Removing intermediate container b7a9b5c000c1
1311Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
1312 ---> Running in 4a8a7b7f3911
1313Cloning into 'closure-compiler.git'...
1314 ---> 3573eba340fd
1315Removing intermediate container 4a8a7b7f3911
1316Step 18 : WORKDIR /srv/closure-compiler.git
1317 ---> Running in 9069c6fd6749
1318 ---> babf9977ba89
1319Removing intermediate container 9069c6fd6749
1320Step 19 : RUN ant jar
1321 ---> Running in 791e26852076
1322Buildfile: /srv/closure-compiler.git/build.xml
1323
1324relversion:
1325
1326compile:
1327 [mkdir] Created dir: /srv/closure-compiler.git/build/classes
1328 [javac] Compiling 12 source files to /srv/closure-compiler.git/build/classes
1329 [javac] Compiling 576 source files to /srv/closure-compiler.git/build/classes
1330 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1265: warning: [unchecked] unchecked cast
1331 [javac] for (TypedVar v : ((Set<TypedVar>) liveness.getEscapedLocals())) {
1332 [javac] ^
1333 [javac] required: Set<TypedVar>
1334 [javac] found: Set<CAP#1>
1335 [javac] where CAP#1 is a fresh type-variable:
1336 [javac] CAP#1 extends Var from capture of ? extends Var
1337 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1041: warning: [unchecked] getType(String) in JSTypeRegistry implements <T>getType(String) in TypeIRegistry
1338 [javac] public JSType getType(String jsTypeName) {
1339 [javac] ^
1340 [javac] return type requires unchecked conversion from JSType to T
1341 [javac] where T is a type-variable:
1342 [javac] T extends TypeI declared in method <T>getType(String)
1343 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1052: warning: [unchecked] getNativeType(JSTypeNative) in JSTypeRegistry implements <T>getNativeType(JSTypeNative) in TypeIRegistry
1344 [javac] public JSType getNativeType(JSTypeNative typeId) {
1345 [javac] ^
1346 [javac] return type requires unchecked conversion from JSType to T
1347 [javac] where T is a type-variable:
1348 [javac] T extends TypeI declared in method <T>getNativeType(JSTypeNative)
1349 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1057: warning: [unchecked] getNativeObjectType(JSTypeNative) in JSTypeRegistry implements <T>getNativeObjectType(JSTypeNative) in TypeIRegistry
1350 [javac] public ObjectType getNativeObjectType(JSTypeNative typeId) {
1351 [javac] ^
1352 [javac] return type requires unchecked conversion from ObjectType to T
1353 [javac] where T is a type-variable:
1354 [javac] T extends ObjectTypeI declared in method <T>getNativeObjectType(JSTypeNative)
1355 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1062: warning: [unchecked] getNativeFunctionType(JSTypeNative) in JSTypeRegistry implements <T>getNativeFunctionType(JSTypeNative) in TypeIRegistry
1356 [javac] public FunctionType getNativeFunctionType(JSTypeNative typeId) {
1357 [javac] ^
1358 [javac] return type requires unchecked conversion from FunctionType to T
1359 [javac] where T is a type-variable:
1360 [javac] T extends FunctionTypeI declared in method <T>getNativeFunctionType(JSTypeNative)
1361 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1608: warning: [unchecked] unchecked cast
1362 [javac] return createFromTypeNodesInternal(n, sourceName, (StaticTypedScope<JSType>) scope);
1363 [javac] ^
1364 [javac] required: StaticTypedScope<JSType>
1365 [javac] found: StaticTypedScope<CAP#1>
1366 [javac] where CAP#1 is a fresh type-variable:
1367 [javac] CAP#1 extends TypeI from capture of ? extends TypeI
1368 [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
1369 [javac] public TypedScope createScope(Node n, Scope parent) {
1370 [javac] ^
1371 [javac] return type requires unchecked conversion from TypedScope to T
1372 [javac] where T is a type-variable:
1373 [javac] T extends Scope declared in method <T>createScope(Node,T)
1374 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1759: warning: [unchecked] unchecked cast
1375 [javac] return ((StaticTypedSlot<JSType>) sym).getType();
1376 [javac] ^
1377 [javac] required: StaticTypedSlot<JSType>
1378 [javac] found: StaticSlot
1379 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1766: warning: [unchecked] unchecked cast
1380 [javac] return ((StaticTypedScope<JSType>) s).getTypeOfThis();
1381 [javac] ^
1382 [javac] required: StaticTypedScope<JSType>
1383 [javac] found: StaticScope
1384 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1773: warning: [unchecked] unchecked cast
1385 [javac] return ((StaticTypedSlot<JSType>) sym).isTypeInferred();
1386 [javac] ^
1387 [javac] required: StaticTypedSlot<JSType>
1388 [javac] found: StaticSlot
1389 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScope.java:216: warning: [unchecked] getVars() in TypedScope overrides <T>getVars() in Scope
1390 [javac] public Iterator<TypedVar> getVars() {
1391 [javac] ^
1392 [javac] return type requires unchecked conversion from Iterator<TypedVar> to Iterator<T>
1393 [javac] where T is a type-variable:
1394 [javac] T extends Var declared in method <T>getVars()
1395 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScopeCreator.java:205: warning: [unchecked] createScope(Node,Scope) in TypedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
1396 [javac] public TypedScope createScope(Node root, Scope parent) {
1397 [javac] ^
1398 [javac] return type requires unchecked conversion from TypedScope to T
1399 [javac] where T is a type-variable:
1400 [javac] T extends Scope declared in method <T>createScope(Node,T)
1401 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
1402 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
1403 [javac] ^
1404 [javac] required: Set<Var>
1405 [javac] found: Set<CAP#1>
1406 [javac] where CAP#1 is a fresh type-variable:
1407 [javac] CAP#1 extends Var from capture of ? extends Var
1408 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6SyntacticScopeCreator.java:55: warning: [unchecked] createScope(Node,Scope) in Es6SyntacticScopeCreator implements <T>createScope(Node,T) in ScopeCreator
1409 [javac] public Scope createScope(Node n, Scope parent) {
1410 [javac] ^
1411 [javac] return type requires unchecked conversion from Scope to T
1412 [javac] where T is a type-variable:
1413 [javac] T extends Scope declared in method <T>createScope(Node,T)
1414 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:117: warning: [unchecked] unchecked conversion
1415 [javac] this.defineParams = new LinkedList();
1416 [javac] ^
1417 [javac] required: List<Parameter>
1418 [javac] found: LinkedList
1419 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:118: warning: [unchecked] unchecked conversion
1420 [javac] this.entryPointParams = new LinkedList();
1421 [javac] ^
1422 [javac] required: List<Parameter>
1423 [javac] found: LinkedList
1424 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:119: warning: [unchecked] unchecked conversion
1425 [javac] this.externFileLists = new LinkedList();
1426 [javac] ^
1427 [javac] required: List<FileList>
1428 [javac] found: LinkedList
1429 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:120: warning: [unchecked] unchecked conversion
1430 [javac] this.sourceFileLists = new LinkedList();
1431 [javac] ^
1432 [javac] required: List<FileList>
1433 [javac] found: LinkedList
1434 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:121: warning: [unchecked] unchecked conversion
1435 [javac] this.sourcePaths = new LinkedList();
1436 [javac] ^
1437 [javac] required: List<Path>
1438 [javac] found: LinkedList
1439 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:122: warning: [unchecked] unchecked conversion
1440 [javac] this.warnings = new LinkedList();
1441 [javac] ^
1442 [javac] required: List<Warning>
1443 [javac] found: LinkedList
1444 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:516: warning: [unchecked] unchecked conversion
1445 [javac] List<String> entryPoints = new LinkedList();
1446 [javac] ^
1447 [javac] required: List<String>
1448 [javac] found: LinkedList
1449 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:601: warning: [unchecked] unchecked conversion
1450 [javac] List<SourceFile> files = new LinkedList();
1451 [javac] ^
1452 [javac] required: List<SourceFile>
1453 [javac] found: LinkedList
1454 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:614: warning: [unchecked] unchecked conversion
1455 [javac] List<SourceFile> files = new LinkedList();
1456 [javac] ^
1457 [javac] required: List<SourceFile>
1458 [javac] found: LinkedList
1459 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:632: warning: [unchecked] unchecked conversion
1460 [javac] List<SourceFile> files = new LinkedList();
1461 [javac] ^
1462 [javac] required: List<SourceFile>
1463 [javac] found: LinkedList
1464 [javac] 24 warnings
1465 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
1466 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
1467 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing
1468[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
1469 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
1470 [copy] Copying 3 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
1471
1472jar:
1473 [zip] Building zip: /srv/closure-compiler.git/build/externs.zip
1474 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
1475
1476BUILD SUCCESSFUL
1477Total time: 14 seconds
1478 ---> be5b8733ffb2
1479Removing intermediate container 791e26852076
1480Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar
1481 ---> de7e3243b463
1482Removing intermediate container bd8837bf8a8d
1483Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/
1484 ---> 1b3ff551bb7b
1485Removing intermediate container bf667e5dffad
1486Step 22 : WORKDIR /srv
1487 ---> Running in 41c7e93b0a4c
1488 ---> ab26c1ed7a4b
1489Removing intermediate container 41c7e93b0a4c
1490Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
1491 ---> Running in 1cc838eb3796
1492phantomjs-1.9.7-linux-x86_64/
1493phantomjs-1.9.7-linux-x86_64/bin/
1494phantomjs-1.9.7-linux-x86_64/bin/phantomjs
1495phantomjs-1.9.7-linux-x86_64/examples/
1496phantomjs-1.9.7-linux-x86_64/examples/scandir.js
1497phantomjs-1.9.7-linux-x86_64/examples/technews.coffee
1498phantomjs-1.9.7-linux-x86_64/examples/tweets.js
1499phantomjs-1.9.7-linux-x86_64/examples/rasterize.coffee
1500phantomjs-1.9.7-linux-x86_64/examples/pagecallback.js
1501phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.js
1502phantomjs-1.9.7-linux-x86_64/examples/follow.js
1503phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.coffee
1504phantomjs-1.9.7-linux-x86_64/examples/module.js
1505phantomjs-1.9.7-linux-x86_64/examples/waitfor.coffee
1506phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.coffee
1507phantomjs-1.9.7-linux-x86_64/examples/pizza.js
1508phantomjs-1.9.7-linux-x86_64/examples/seasonfood.coffee
1509phantomjs-1.9.7-linux-x86_64/examples/unrandomize.js
1510phantomjs-1.9.7-linux-x86_64/examples/modernizr.js
1511phantomjs-1.9.7-linux-x86_64/examples/waitfor.js
1512phantomjs-1.9.7-linux-x86_64/examples/direction.js
1513phantomjs-1.9.7-linux-x86_64/examples/arguments.coffee
1514phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.js
1515phantomjs-1.9.7-linux-x86_64/examples/run-qunit.js
1516phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.coffee
1517phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.js
1518phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.coffee
1519phantomjs-1.9.7-linux-x86_64/examples/version.js
1520phantomjs-1.9.7-linux-x86_64/examples/movies.js
1521phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.js
1522phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.coffee
1523phantomjs-1.9.7-linux-x86_64/examples/version.coffee
1524phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js
1525phantomjs-1.9.7-linux-x86_64/examples/server.js
1526phantomjs-1.9.7-linux-x86_64/examples/countdown.js
1527phantomjs-1.9.7-linux-x86_64/examples/rasterize.js
1528phantomjs-1.9.7-linux-x86_64/examples/injectme.js
1529phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js
1530phantomjs-1.9.7-linux-x86_64/examples/post.js
1531phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee
1532phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee
1533phantomjs-1.9.7-linux-x86_64/examples/hello.coffee
1534phantomjs-1.9.7-linux-x86_64/examples/features.js
1535phantomjs-1.9.7-linux-x86_64/examples/movies.coffee
1536phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee
1537phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee
1538phantomjs-1.9.7-linux-x86_64/examples/features.coffee
1539phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee
1540phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js
1541phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee
1542phantomjs-1.9.7-linux-x86_64/examples/printmargins.js
1543phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee
1544phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee
1545phantomjs-1.9.7-linux-x86_64/examples/printenv.js
1546phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee
1547phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee
1548phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee
1549phantomjs-1.9.7-linux-x86_64/examples/netlog.js
1550phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee
1551phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee
1552phantomjs-1.9.7-linux-x86_64/examples/weather.coffee
1553phantomjs-1.9.7-linux-x86_64/examples/direction.coffee
1554phantomjs-1.9.7-linux-x86_64/examples/module.coffee
1555phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee
1556phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js
1557phantomjs-1.9.7-linux-x86_64/examples/fibo.js
1558phantomjs-1.9.7-linux-x86_64/examples/imagebin.js
1559phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js
1560phantomjs-1.9.7-linux-x86_64/examples/technews.js
1561phantomjs-1.9.7-linux-x86_64/examples/hello.js
1562phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js
1563phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee
1564phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee
1565phantomjs-1.9.7-linux-x86_64/examples/postserver.js
1566phantomjs-1.9.7-linux-x86_64/examples/weather.js
1567phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee
1568phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee
1569phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js
1570phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee
1571phantomjs-1.9.7-linux-x86_64/examples/useragent.js
1572phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee
1573phantomjs-1.9.7-linux-x86_64/examples/post.coffee
1574phantomjs-1.9.7-linux-x86_64/examples/arguments.js
1575phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee
1576phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee
1577phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee
1578phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js
1579phantomjs-1.9.7-linux-x86_64/examples/follow.coffee
1580phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js
1581phantomjs-1.9.7-linux-x86_64/examples/page_events.js
1582phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js
1583phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js
1584phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee
1585phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee
1586phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js
1587phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js
1588phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee
1589phantomjs-1.9.7-linux-x86_64/examples/server.coffee
1590phantomjs-1.9.7-linux-x86_64/examples/universe.js
1591phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee
1592phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js
1593phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee
1594phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee
1595phantomjs-1.9.7-linux-x86_64/examples/netsniff.js
1596phantomjs-1.9.7-linux-x86_64/ChangeLog
1597phantomjs-1.9.7-linux-x86_64/README.md
1598phantomjs-1.9.7-linux-x86_64/LICENSE.BSD
1599phantomjs-1.9.7-linux-x86_64/third-party.txt
1600 ---> 7171e88e97cf
1601Removing intermediate container 1cc838eb3796
1602Step 24 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
1603 ---> Running in 3f80357f1f81
1604 ---> 9c6cd9194c87
1605Removing intermediate container 3f80357f1f81
1606Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh /
1607 ---> 5b989233beea
1608Removing intermediate container ff72efee61dc
1609Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
1610 ---> 87329c7c6878
1611Removing intermediate container f05d62a64c66
1612Step 27 : RUN chmod 755 /entrypoint.sh
1613 ---> Running in a5148ef638e1
1614 ---> 51bd2c3a25e1
1615Removing intermediate container a5148ef638e1
1616Step 28 : ENTRYPOINT [ "/entrypoint.sh" ]
1617 ---> Running in 00a513e71f49
1618 ---> b4177628d6f8
1619Removing intermediate container 00a513e71f49
1620Successfully built b4177628d6f8
1621/var/tmp/1109/docker.git
1622/var/tmp/1109
1623

Run Command on atomic02

When
Completed at Jun 23 2015, 1:16 PM · Built for 8 m, 14 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

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

1+ '[' -z master -a -z '' ']'
2+ '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.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/QA/stick.git .git
13+ package=stick
14++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
15++ sed -e 's|ssh://git@|https://|g'
16+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
17+ case ${package} in
18++ pwd
19+ export TMPDIR=/var/tmp/1108
20+ TMPDIR=/var/tmp/1108
21+ '[' '!' -d stick.git ']'
22+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
23+ pushd stick.git
24+ git checkout master
25Already on 'master'
26+ popd
27+ '[' stick '!=' stick ']'
28+ export commit
29+ export differential
30+ export id
31+ export package
32+ export phid
33+ export ro_uri
34+ export uri
35+ export vcs
36+ export test_build
37+ export test_functional
38+ export test_integration
39+ export test_performance
40+ export test_unit
41+ export test_obs
42+ '[' -x stick.git/drydocker/stick/build.sh ']'
43+ pushd stick.git
44+ ../stick.git/drydocker/stick/build.sh
45Sending build context to Docker daemon 5.632 kB
46
47Sending build context to Docker daemon
48+ retval=0
49+ popd
50+ cd /var/tmp
51+ rm -rf /var/tmp/1108
52+ exit 0
53

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

1Cloning into 'stick.git'...
2/var/tmp/1108/stick.git /var/tmp/1108
3/var/tmp/1108
4/var/tmp/1108/stick.git /var/tmp/1108
5Cloning into '/var/tmp/1108/docker.git'...
6/var/tmp/1108/docker.git /var/tmp/1108/stick.git
7HEAD is now at 5ddedd5 Force building without using caches
8/var/tmp/1108/docker.git/ci /var/tmp/1108/docker.git
9for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
10 docker build --rm=true --no-cache=true --force-rm=true -t kolab/ci-$dist - < $dist ; \
11done
12Step 0 : FROM centos:centos7
13 ---> fd44297e2ddb
14Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
15 ---> Running in 1db08eb10f0b
16 ---> 11a6e649918e
17Removing intermediate container 1db08eb10f0b
18Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
19 ---> b4f510db9b0b
20Removing intermediate container e597db6800ef
21Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
22 ---> Running in 7419f65bb215
23 ---> 12a35f523ad4
24Removing intermediate container 7419f65bb215
25Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
26 ---> 6f41d8553d6d
27Removing intermediate container 7c3888056b84
28Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
29 ---> Running in ae8f6023403a
30 ---> 001683bdbccd
31Removing intermediate container ae8f6023403a
32Step 6 : RUN sed -i -e '/tsflags=nodocs/d' /etc/yum.conf && sed -r -i -e 's/enabled\s*=\s*1/enabled=0/g' /etc/yum/pluginconf.d/fastestmirror.conf
33 ---> Running in baec8a7b58e7
34 ---> 0f621bc9f6ac
35Removing intermediate container baec8a7b58e7
36Step 7 : ENV IMAGE maipo
37 ---> Running in 9e4d08470edd
38 ---> 861c8fb92098
39Removing intermediate container 9e4d08470edd
40Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
41 ---> 1321e29e8ab8
42Removing intermediate container a2d2b8f4ebde
43Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
44 ---> Running in 755f385e6b95
45 ---> 1f1573f894b8
46Removing intermediate container 755f385e6b95
47Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service
48 ---> 012e68a517c7
49Removing intermediate container fd6ad7946ea4
50Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl
51 ---> 3280d9600806
52Removing intermediate container 56872b8a2938
53Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
54 ---> 613444548b62
55Removing intermediate container 15ed6f9bd671
56Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
57 ---> Running in 9441a10ed07e
58mode of '/usr/bin/systemctl' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
59mode of '/usr/bin/systemctl-socket-daemon' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
60 ---> d947a58d9384
61Removing intermediate container 9441a10ed07e
62Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
63 ---> fa9388e75c26
64Removing intermediate container facd8d30f42b
65Step 15 : RUN yum clean all && yum -y install epel-release && yum -y install ant build git osc perl-Data-Dumper perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium rpmdevtools screen sudo vim-enhanced yum-utils
66 ---> Running in d5772aa49e54
67Cleaning repos: Kolab_Development base extras openSUSE_Tools systemdcontainer
68 : updates
69Cleaning up everything
70Resolving Dependencies
71--> Running transaction check
72---> Package epel-release.noarch 0:7-5 will be installed
73--> Finished Dependency Resolution
74
75Dependencies Resolved
76
77================================================================================
78 Package Arch Version Repository Size
79================================================================================
80Installing:
81 epel-release noarch 7-5 extras 14 k
82
83Transaction Summary
84================================================================================
85Install 1 Package
86
87Total download size: 14 k
88Installed size: 24 k
89Downloading packages:
90warning: /var/cache/yum/x86_64/7/extras/packages/epel-release-7-5.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
91Public key for epel-release-7-5.noarch.rpm is not installed
92Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
93Importing GPG key 0xF4A80EB5:
94 Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
95 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
96 Package : centos-release-7-1.1503.el7.centos.2.8.x86_64 (@CentOS/$releasever)
97 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
98Running transaction check
99Running transaction test
100Transaction test succeeded
101Running transaction
102 Installing : epel-release-7-5.noarch 1/1
103 Verifying : epel-release-7-5.noarch 1/1
104
105Installed:
106 epel-release.noarch 0:7-5
107
108Complete!
109http://ftp.fi.muni.cz/pub/linux/fedora/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
110Trying other mirror.
111http://ftp.linux.cz/pub/linux/fedora/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
112Trying other mirror.
113http://www.fedora.is/fedora/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
114Trying other mirror.
115http://mirror.datacenter.by/pub/fedoraproject.org/epel/7/x86_64/repodata/bf83e4d6b1d79ee0576ba02433f5bafae9747d6ec04fc3d0cd92942dc9e46888-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
116Trying other mirror.
117http://mirrors.uni-ruse.bg/epel/7/x86_64/repodata/bf83e4d6b1d79ee0576ba02433f5bafae9747d6ec04fc3d0cd92942dc9e46888-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
118Trying other mirror.
119http://ftp.acc.umu.se/mirror/fedora/epel/7/x86_64/repodata/bf83e4d6b1d79ee0576ba02433f5bafae9747d6ec04fc3d0cd92942dc9e46888-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
120Trying other mirror.
121http://ftp.nluug.nl/pub/os/Linux/distr/fedora-epel/7/x86_64/repodata/bf83e4d6b1d79ee0576ba02433f5bafae9747d6ec04fc3d0cd92942dc9e46888-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
122Trying other mirror.
123http://mirror.oss.maxcdn.com/epel/7/x86_64/repodata/bf83e4d6b1d79ee0576ba02433f5bafae9747d6ec04fc3d0cd92942dc9e46888-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
124Trying other mirror.
125Resolving Dependencies
126--> Running transaction check
127---> Package ant.noarch 0:1.9.2-9.el7 will be installed
128--> Processing Dependency: jpackage-utils >= 1.7.5 for package: ant-1.9.2-9.el7.noarch
129--> Processing Dependency: java-devel >= 1.5.0 for package: ant-1.9.2-9.el7.noarch
130--> Processing Dependency: xml-commons-apis for package: ant-1.9.2-9.el7.noarch
131--> Processing Dependency: xerces-j2 for package: ant-1.9.2-9.el7.noarch
132--> Processing Dependency: perl for package: ant-1.9.2-9.el7.noarch
133--> Processing Dependency: jpackage-utils for package: ant-1.9.2-9.el7.noarch
134---> Package build.noarch 0:20150615-198.1 will be installed
135--> Processing Dependency: build-mkbaselibs for package: build-20150615-198.1.noarch
136--> Processing Dependency: tar for package: build-20150615-198.1.noarch
137---> Package git.x86_64 0:1.8.3.1-4.el7 will be installed
138--> Processing Dependency: perl-Git = 1.8.3.1-4.el7 for package: git-1.8.3.1-4.el7.x86_64
139--> Processing Dependency: rsync for package: git-1.8.3.1-4.el7.x86_64
140--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-4.el7.x86_64
141--> Processing Dependency: perl(Git) for package: git-1.8.3.1-4.el7.x86_64
142--> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-4.el7.x86_64
143--> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-4.el7.x86_64
144--> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-4.el7.x86_64
145--> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-4.el7.x86_64
146--> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-4.el7.x86_64
147--> Processing Dependency: perl(Error) for package: git-1.8.3.1-4.el7.x86_64
148--> Processing Dependency: openssh-clients for package: git-1.8.3.1-4.el7.x86_64
149--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-4.el7.x86_64
150---> Package osc.x86_64 0:0.151.2-169.1 will be installed
151--> Processing Dependency: m2crypto > 0.19 for package: osc-0.151.2-169.1.x86_64
152---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
153--> Processing Dependency: perl(constant) for package: perl-Data-Dumper-2.145-3.el7.x86_64
154--> Processing Dependency: perl(Scalar::Util) for package: perl-Data-Dumper-2.145-3.el7.x86_64
155--> Processing Dependency: perl(Carp) for package: perl-Data-Dumper-2.145-3.el7.x86_64
156---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
157--> Processing Dependency: perl(Digest::base) >= 1.00 for package: perl-Digest-MD5-2.52-3.el7.x86_64
158---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
159--> Processing Dependency: perl(Time::Local) for package: 1:perl-TimeDate-2.30-2.el7.noarch
160---> Package php-phpunit-PHPUnit-Selenium.noarch 0:1.4.2-1.el7 will be installed
161--> Processing Dependency: php-composer(sebastian/comparator) < 2 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
162--> Processing Dependency: php-composer(phpunit/phpunit) < 5 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
163--> Processing Dependency: php-composer(sebastian/comparator) >= 1.0 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
164--> Processing Dependency: php-composer(phpunit/phpunit) >= 3.7 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
165--> Processing Dependency: php(language) >= 5.3.3 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
166--> Processing Dependency: php-zip for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
167--> Processing Dependency: php-spl for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
168--> Processing Dependency: php-reflection for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
169--> Processing Dependency: php-pcre for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
170--> Processing Dependency: php-json for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
171--> Processing Dependency: php-dom for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
172--> Processing Dependency: php-date for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
173--> Processing Dependency: php-curl for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
174---> Package rpmdevtools.noarch 0:8.3-5.el7 will be installed
175--> Processing Dependency: rpm-build >= 4.4.2.3 for package: rpmdevtools-8.3-5.el7.noarch
176--> Processing Dependency: emacs-filesystem for package: rpmdevtools-8.3-5.el7.noarch
177--> Processing Dependency: /usr/bin/man for package: rpmdevtools-8.3-5.el7.noarch
178---> Package screen.x86_64 0:4.1.0-0.19.20120314git3c2946.el7 will be installed
179---> Package sudo.x86_64 0:1.8.6p7-13.el7 will be installed
180---> Package vim-enhanced.x86_64 2:7.4.160-1.el7 will be installed
181--> Processing Dependency: vim-common = 2:7.4.160-1.el7 for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
182--> Processing Dependency: libperl.so()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
183--> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
184---> Package yum-utils.noarch 0:1.1.31-29.el7 will be installed
185--> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-29.el7.noarch
186--> Running transaction check
187---> Package build-mkbaselibs.noarch 0:20150615-198.1 will be installed
188---> Package emacs-filesystem.noarch 1:24.3-11.el7 will be installed
189---> Package gpm-libs.x86_64 0:1.20.7-5.el7 will be installed
190---> Package java-1.7.0-openjdk-devel.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
191--> Processing Dependency: java-1.7.0-openjdk = 1:1.7.0.79-2.5.5.1.el7_1 for package: 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
192--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
193---> Package javapackages-tools.noarch 0:3.4.1-6.el7_0 will be installed
194--> Processing Dependency: python-javapackages = 3.4.1-6.el7_0 for package: javapackages-tools-3.4.1-6.el7_0.noarch
195--> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-6.el7_0.noarch
196---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed
197---> Package m2crypto.x86_64 0:0.21.1-15.el7 will be installed
198---> Package man-db.x86_64 0:2.6.3-9.el7 will be installed
199--> Processing Dependency: libpipeline.so.1()(64bit) for package: man-db-2.6.3-9.el7.x86_64
200---> Package openssh-clients.x86_64 0:6.6.1p1-12.el7_1 will be installed
201--> Processing Dependency: openssh = 6.6.1p1-12.el7_1 for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
202--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
203--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
204--> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
205---> Package perl.x86_64 4:5.16.3-285.el7 will be installed
206--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-285.el7.x86_64
207--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-285.el7.x86_64
208--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-285.el7.x86_64
209--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-285.el7.x86_64
210--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-285.el7.x86_64
211--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-285.el7.x86_64
212--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-285.el7.x86_64
213--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-285.el7.x86_64
214--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-285.el7.x86_64
215--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-285.el7.x86_64
216---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
217---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
218---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
219---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
220---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
221---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
222---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
223--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
224--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
225---> Package perl-Git.noarch 0:1.8.3.1-4.el7 will be installed
226---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
227---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
228---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
229---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
230---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
231---> Package perl-libs.x86_64 4:5.16.3-285.el7 will be installed
232---> Package php-common.x86_64 0:5.4.16-23.el7_0.3 will be installed
233--> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-23.el7_0.3.x86_64
234---> Package php-phpunit-PHPUnit.noarch 0:4.6.10-1.el7 will be installed
235--> Processing Dependency: php-composer(symfony/yaml) < 4 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
236--> Processing Dependency: php-composer(symfony/class-loader) < 3 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
237--> Processing Dependency: php-composer(sebastian/version) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
238--> Processing Dependency: php-composer(sebastian/global-state) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
239--> Processing Dependency: php-composer(sebastian/exporter) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
240--> Processing Dependency: php-composer(sebastian/environment) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
241--> Processing Dependency: php-composer(sebastian/diff) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
242--> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) < 3 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
243--> Processing Dependency: php-composer(phpunit/php-timer) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
244--> Processing Dependency: php-composer(phpunit/php-text-template) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
245--> Processing Dependency: php-composer(phpunit/php-invoker) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
246--> Processing Dependency: php-composer(phpunit/php-file-iterator) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
247--> Processing Dependency: php-composer(phpunit/php-code-coverage) < 3 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
248--> Processing Dependency: php-composer(phpspec/prophecy) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
249--> Processing Dependency: php-composer(doctrine/instantiator) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
250--> Processing Dependency: php-composer(symfony/yaml) >= 2.1 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
251--> Processing Dependency: php-composer(symfony/class-loader) >= 2.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
252--> Processing Dependency: php-composer(sebastian/version) >= 1.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
253--> Processing Dependency: php-composer(sebastian/recursion-context) >= 1.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
254--> Processing Dependency: php-composer(sebastian/global-state) >= 1.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
255--> Processing Dependency: php-composer(sebastian/exporter) >= 1.2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
256--> Processing Dependency: php-composer(sebastian/environment) >= 1.2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
257--> Processing Dependency: php-composer(sebastian/diff) >= 1.2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
258--> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) >= 2.3 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
259--> Processing Dependency: php-composer(phpunit/php-timer) >= 1.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
260--> Processing Dependency: php-composer(phpunit/php-text-template) >= 1.2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
261--> Processing Dependency: php-composer(phpunit/php-invoker) >= 1.1 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
262--> Processing Dependency: php-composer(phpunit/php-file-iterator) >= 1.4 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
263--> Processing Dependency: php-composer(phpunit/php-code-coverage) >= 2.0.11 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
264--> Processing Dependency: php-composer(phpspec/prophecy) >= 1.3.1 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
265--> Processing Dependency: php-composer(doctrine/instantiator) >= 1.0.4 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
266--> Processing Dependency: php-tidy for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
267--> Processing Dependency: php-pcntl for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
268--> Processing Dependency: php-mbstring for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
269--> Processing Dependency: php-cli for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
270---> Package php-phpunit-comparator.noarch 0:1.1.1-1.el7 will be installed
271---> Package php-xml.x86_64 0:5.4.16-23.el7_0.3 will be installed
272---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed
273--> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch
274---> Package rpm-build.x86_64 0:4.11.1-25.el7 will be installed
275--> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.1-25.el7.x86_64
276--> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.1-25.el7.x86_64
277--> Processing Dependency: unzip for package: rpm-build-4.11.1-25.el7.x86_64
278--> Processing Dependency: system-rpm-config for package: rpm-build-4.11.1-25.el7.x86_64
279--> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.1-25.el7.x86_64
280--> Processing Dependency: bzip2 for package: rpm-build-4.11.1-25.el7.x86_64
281--> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.1-25.el7.x86_64
282---> Package rsync.x86_64 0:3.0.9-15.el7 will be installed
283---> Package tar.x86_64 2:1.26-29.el7 will be installed
284---> Package vim-common.x86_64 2:7.4.160-1.el7 will be installed
285--> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.160-1.el7.x86_64
286---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed
287--> Processing Dependency: xml-commons-resolver >= 1.2 for package: xerces-j2-2.11.0-17.el7_0.noarch
288--> Processing Dependency: xalan-j2 >= 2.7.1 for package: xerces-j2-2.11.0-17.el7_0.noarch
289--> Processing Dependency: osgi(org.apache.xml.serializer) for package: xerces-j2-2.11.0-17.el7_0.noarch
290--> Processing Dependency: osgi(org.apache.xml.resolver) for package: xerces-j2-2.11.0-17.el7_0.noarch
291---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed
292--> Running transaction check
293---> Package bzip2.x86_64 0:1.0.6-12.el7 will be installed
294---> Package elfutils.x86_64 0:0.160-1.el7 will be installed
295--> Processing Dependency: elfutils-libs(x86-64) = 0.160-1.el7 for package: elfutils-0.160-1.el7.x86_64
296--> Processing Dependency: libdw.so.1(ELFUTILS_0.158)(64bit) for package: elfutils-0.160-1.el7.x86_64
297--> Processing Dependency: libdw.so.1(ELFUTILS_0.149)(64bit) for package: elfutils-0.160-1.el7.x86_64
298--> Processing Dependency: libdw.so.1(ELFUTILS_0.148)(64bit) for package: elfutils-0.160-1.el7.x86_64
299--> Processing Dependency: libdw.so.1(ELFUTILS_0.138)(64bit) for package: elfutils-0.160-1.el7.x86_64
300--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils-0.160-1.el7.x86_64
301--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils-0.160-1.el7.x86_64
302--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils-0.160-1.el7.x86_64
303--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils-0.160-1.el7.x86_64
304--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils-0.160-1.el7.x86_64
305--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils-0.160-1.el7.x86_64
306--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils-0.160-1.el7.x86_64
307---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed
308--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-5.el7.x86_64
309---> Package gdb.x86_64 0:7.6.1-64.el7 will be installed
310---> Package java-1.7.0-openjdk.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
311--> Processing Dependency: java-1.7.0-openjdk-headless = 1:1.7.0.79-2.5.5.1.el7_1 for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
312--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
313--> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
314--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
315--> Processing Dependency: libjvm.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
316--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
317--> Processing Dependency: libjava.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
318--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
319--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
320--> Processing Dependency: fontconfig for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
321--> Processing Dependency: libpulse.so.0()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
322--> Processing Dependency: libpng15.so.15()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
323--> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
324--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
325--> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
326--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
327--> Processing Dependency: libfreetype.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
328--> Processing Dependency: libfontconfig.so.1()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
329--> Processing Dependency: libcups.so.2()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
330--> Processing Dependency: libawt.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
331--> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
332--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
333--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
334--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
335--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
336---> Package libX11.x86_64 0:1.6.0-2.1.el7 will be installed
337--> Processing Dependency: libX11-common = 1.6.0-2.1.el7 for package: libX11-1.6.0-2.1.el7.x86_64
338--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.0-2.1.el7.x86_64
339---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
340---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed
341---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
342---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed
343---> Package openssh.x86_64 0:6.6.1p1-12.el7_1 will be installed
344---> Package patch.x86_64 0:2.7.1-8.el7 will be installed
345---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
346---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
347--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
348--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
349---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
350--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
351--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
352---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed
353---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
354---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
355---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
356---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
357---> Package perl-macros.x86_64 4:5.16.3-285.el7 will be installed
358---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
359---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
360---> Package php-cli.x86_64 0:5.4.16-23.el7_0.3 will be installed
361---> Package php-doctrine-instantiator.noarch 0:1.0.4-1.el7 will be installed
362---> Package php-mbstring.x86_64 0:5.4.16-23.el7_0.3 will be installed
363---> Package php-phpspec-prophecy.noarch 0:1.4.1-1.el7 will be installed
364--> Processing Dependency: php-composer(phpdocumentor/reflection-docblock) < 3 for package: php-phpspec-prophecy-1.4.1-1.el7.noarch
365--> Processing Dependency: php-composer(phpdocumentor/reflection-docblock) >= 2.0 for package: php-phpspec-prophecy-1.4.1-1.el7.noarch
366---> Package php-phpunit-File-Iterator.noarch 0:1.4.0-1.el7 will be installed
367---> Package php-phpunit-PHP-CodeCoverage.noarch 0:2.0.17-1.el7 will be installed
368--> Processing Dependency: php-composer(phpunit/php-token-stream) < 2 for package: php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch
369--> Processing Dependency: php-composer(phpunit/php-token-stream) >= 1.3 for package: php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch
370---> Package php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7 will be installed
371---> Package php-phpunit-PHP-Timer.noarch 0:1.0.5-5.el7 will be installed
372---> Package php-phpunit-PHPUnit-MockObject.noarch 0:2.3.1-1.el7 will be installed
373--> Processing Dependency: php-soap for package: php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch
374---> Package php-phpunit-Text-Template.noarch 0:1.2.0-5.el7 will be installed
375---> Package php-phpunit-Version.noarch 0:1.0.5-1.el7 will be installed
376---> Package php-phpunit-diff.noarch 0:1.3.0-1.el7 will be installed
377---> Package php-phpunit-environment.noarch 0:1.2.2-1.el7 will be installed
378---> Package php-phpunit-exporter.noarch 0:1.2.0-1.el7 will be installed
379---> Package php-sebastian-global-state.noarch 0:1.0.0-1.el7 will be installed
380---> Package php-sebastian-recursion-context.noarch 0:1.0.0-1.el7 will be installed
381---> Package php-symfony-class-loader.noarch 0:2.5.12-1.el7 will be installed
382--> Processing Dependency: php-symfony-common = 2.5.12-1.el7 for package: php-symfony-class-loader-2.5.12-1.el7.noarch
383---> Package php-symfony-yaml.noarch 0:2.5.12-1.el7 will be installed
384---> Package php-tidy.x86_64 0:5.4.16-3.el7 will be installed
385--> Processing Dependency: libtidy-0.99.so.0()(64bit) for package: php-tidy-5.4.16-3.el7.x86_64
386---> Package python-chardet.noarch 0:2.0.1-7.el7 will be installed
387---> Package python-javapackages.noarch 0:3.4.1-6.el7_0 will be installed
388--> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-6.el7_0.noarch
389---> Package redhat-rpm-config.noarch 0:9.1.0-68.el7.centos will be installed
390--> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
391--> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
392--> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
393---> Package unzip.x86_64 0:6.0-15.el7 will be installed
394---> Package vim-filesystem.x86_64 2:7.4.160-1.el7 will be installed
395---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed
396---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed
397--> Running transaction check
398---> Package alsa-lib.x86_64 0:1.0.28-2.el7 will be installed
399---> Package cups-libs.x86_64 1:1.6.3-17.el7 will be installed
400--> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.6.3-17.el7.x86_64
401--> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.6.3-17.el7.x86_64
402---> Package dwz.x86_64 0:0.11-3.el7 will be installed
403---> Package elfutils-libs.x86_64 0:0.160-1.el7 will be installed
404---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed
405---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
406--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64
407---> Package freetype.x86_64 0:2.4.11-10.el7_1.1 will be installed
408---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
409--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
410--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
411---> Package java-1.7.0-openjdk-headless.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
412--> Processing Dependency: lcms2 >= 2.5 for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
413--> Processing Dependency: tzdata-java for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
414--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
415--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
416--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
417--> Processing Dependency: liblcms2.so.2()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
418--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
419--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
420--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
421--> Processing Dependency: libcairo.so.2()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
422--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
423---> Package libX11-common.noarch 0:1.6.0-2.1.el7 will be installed
424---> Package libXext.x86_64 0:1.3.2-2.1.el7 will be installed
425---> Package libXi.x86_64 0:1.7.2-2.1.el7 will be installed
426---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
427---> Package libXtst.x86_64 0:1.2.2-2.1.el7 will be installed
428---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
429---> Package libpng.x86_64 2:1.5.13-5.el7 will be installed
430---> Package libtidy.x86_64 0:0.99.0-31.20091203.el7 will be installed
431---> Package libxcb.x86_64 0:1.9-5.el7 will be installed
432--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.9-5.el7.x86_64
433---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
434---> Package perl-Pod-Escapes.noarch 1:1.04-285.el7 will be installed
435---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
436--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
437--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
438---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
439---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
440---> Package php-phpdocumentor-reflection-docblock.noarch 0:2.0.4-1.el7 will be installed
441---> Package php-phpunit-PHP-TokenStream.noarch 0:1.4.1-1.el7 will be installed
442---> Package php-soap.x86_64 0:5.4.16-23.el7_0.3 will be installed
443---> Package php-symfony-common.noarch 0:2.5.12-1.el7 will be installed
444---> Package pulseaudio-libs.x86_64 0:3.0-30.el7 will be installed
445--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
446--> Processing Dependency: libwrap.so.0()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
447--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
448--> Processing Dependency: libjson-c.so.2()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
449--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
450---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
451---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
452--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
453--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
454--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
455--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
456---> Package zip.x86_64 0:3.0-10.el7 will be installed
457--> Running transaction check
458---> Package atk.x86_64 0:2.8.0-4.el7 will be installed
459---> Package avahi-libs.x86_64 0:0.6.31-14.el7 will be installed
460---> Package cairo.x86_64 0:1.12.14-6.el7 will be installed
461--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64
462--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64
463--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64
464---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
465---> Package gdk-pixbuf2.x86_64 0:2.28.2-4.el7 will be installed
466--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
467--> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
468--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
469---> Package gtk2.x86_64 0:2.24.22-5.el7_0.1 will be installed
470--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.22-5.el7_0.1.x86_64
471--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.22-5.el7_0.1.x86_64
472--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
473--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
474--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
475--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
476--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
477--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
478---> Package json-c.x86_64 0:0.11-4.el7_0 will be installed
479---> Package lcms2.x86_64 0:2.5-4.el7 will be installed
480---> Package libICE.x86_64 0:1.0.8-7.el7 will be installed
481---> Package libSM.x86_64 0:1.2.1-7.el7 will be installed
482---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
483---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed
484---> Package libsndfile.x86_64 0:1.0.25-9.el7 will be installed
485--> Processing Dependency: libvorbisenc.so.2()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
486--> Processing Dependency: libvorbis.so.0()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
487--> Processing Dependency: libogg.so.0()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
488--> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
489--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
490---> Package pango.x86_64 0:1.34.1-5.el7 will be installed
491--> Processing Dependency: libthai >= 0.1.9 for package: pango-1.34.1-5.el7.x86_64
492--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.34.1-5.el7.x86_64
493--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64
494--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64
495--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.34.1-5.el7.x86_64
496---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
497---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
498---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed
499---> Package ttmkfdir.x86_64 0:3.0.9-41.el7 will be installed
500---> Package tzdata-java.noarch 0:2015d-1.el7 will be installed
501---> Package xorg-x11-font-utils.x86_64 1:7.5-18.1.el7 will be installed
502--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64
503--> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64
504--> Running transaction check
505---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed
506---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed
507---> Package harfbuzz.x86_64 0:0.9.20-4.el7 will be installed
508--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.20-4.el7.x86_64
509---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
510---> Package jasper-libs.x86_64 0:1.900.1-26.el7_0.3 will be installed
511---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
512---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
513---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
514---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
515---> Package libXfont.x86_64 0:1.4.7-2.el7_0 will be installed
516---> Package libXft.x86_64 0:2.3.1-5.1.el7 will be installed
517---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
518---> Package libXrandr.x86_64 0:1.4.1-2.1.el7 will be installed
519---> Package libfontenc.x86_64 0:1.1.1-5.el7 will be installed
520---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
521---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
522---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
523--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64
524---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed
525---> Package mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7 will be installed
526--> Processing Dependency: mesa-libgbm = 10.2.7-5.20140910.el7 for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
527--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
528--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
529--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
530---> Package mesa-libGL.x86_64 0:10.2.7-5.20140910.el7 will be installed
531--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-10.2.7-5.20140910.el7.x86_64
532---> Package pixman.x86_64 0:0.32.4-3.el7 will be installed
533--> Running transaction check
534---> Package graphite2.x86_64 0:1.2.2-5.el7 will be installed
535---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
536---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
537---> Package libdrm.x86_64 0:2.4.56-2.el7 will be installed
538--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.56-2.el7.x86_64
539---> Package mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7 will be installed
540---> Package mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7 will be installed
541--> Running transaction check
542---> Package libpciaccess.x86_64 0:0.13.1-4.1.el7 will be installed
543--> Processing Dependency: hwdata for package: libpciaccess-0.13.1-4.1.el7.x86_64
544--> Running transaction check
545---> Package hwdata.x86_64 0:0.252-7.8.el7_1 will be installed
546--> Finished Dependency Resolution
547
548Dependencies Resolved
549
550================================================================================
551 Package Arch Version Repository
552 Size
553================================================================================
554Installing:
555 ant noarch 1.9.2-9.el7 base 1.9 M
556 build noarch 20150615-198.1 openSUSE_Tools
557 161 k
558 git x86_64 1.8.3.1-4.el7 base 4.3 M
559 osc x86_64 0.151.2-169.1 openSUSE_Tools
560 504 k
561 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k
562 perl-Digest-MD5 x86_64 2.52-3.el7 base 30 k
563 perl-TimeDate noarch 1:2.30-2.el7 base 52 k
564 php-phpunit-PHPUnit-Selenium noarch 1.4.2-1.el7 epel 53 k
565 rpmdevtools noarch 8.3-5.el7 base 97 k
566 screen x86_64 4.1.0-0.19.20120314git3c2946.el7
567 base 550 k
568 sudo x86_64 1.8.6p7-13.el7 base 718 k
569 vim-enhanced x86_64 2:7.4.160-1.el7 base 1.0 M
570 yum-utils noarch 1.1.31-29.el7 base 112 k
571Installing for dependencies:
572 alsa-lib x86_64 1.0.28-2.el7 base 391 k
573 atk x86_64 2.8.0-4.el7 base 233 k
574 avahi-libs x86_64 0.6.31-14.el7 base 60 k
575 build-mkbaselibs noarch 20150615-198.1 openSUSE_Tools
576 37 k
577 bzip2 x86_64 1.0.6-12.el7 base 52 k
578 cairo x86_64 1.12.14-6.el7 base 697 k
579 cups-libs x86_64 1:1.6.3-17.el7 base 354 k
580 dwz x86_64 0.11-3.el7 base 99 k
581 elfutils x86_64 0.160-1.el7 base 262 k
582 elfutils-libs x86_64 0.160-1.el7 base 249 k
583 emacs-filesystem noarch 1:24.3-11.el7 base 57 k
584 fipscheck x86_64 1.4.1-5.el7 base 21 k
585 fipscheck-lib x86_64 1.4.1-5.el7 base 11 k
586 flac-libs x86_64 1.3.0-5.el7_1 updates 169 k
587 fontconfig x86_64 2.10.95-7.el7 base 228 k
588 fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
589 freetype x86_64 2.4.11-10.el7_1.1 updates 391 k
590 gdb x86_64 7.6.1-64.el7 base 2.4 M
591 gdk-pixbuf2 x86_64 2.28.2-4.el7 base 533 k
592 giflib x86_64 4.1.6-9.el7 base 40 k
593 gpm-libs x86_64 1.20.7-5.el7 base 32 k
594 graphite2 x86_64 1.2.2-5.el7 base 81 k
595 gsm x86_64 1.0.13-11.el7 base 30 k
596 gtk2 x86_64 2.24.22-5.el7_0.1 base 3.4 M
597 harfbuzz x86_64 0.9.20-4.el7 base 145 k
598 hicolor-icon-theme noarch 0.12-7.el7 base 42 k
599 hwdata x86_64 0.252-7.8.el7_1 updates 2.0 M
600 jasper-libs x86_64 1.900.1-26.el7_0.3 base 149 k
601 java-1.7.0-openjdk x86_64 1:1.7.0.79-2.5.5.1.el7_1 updates 202 k
602 java-1.7.0-openjdk-devel x86_64 1:1.7.0.79-2.5.5.1.el7_1 updates 9.2 M
603 java-1.7.0-openjdk-headless x86_64 1:1.7.0.79-2.5.5.1.el7_1 updates 25 M
604 javapackages-tools noarch 3.4.1-6.el7_0 base 72 k
605 jbigkit-libs x86_64 2.0-11.el7 base 46 k
606 json-c x86_64 0.11-4.el7_0 base 31 k
607 lcms2 x86_64 2.5-4.el7 base 133 k
608 libICE x86_64 1.0.8-7.el7 base 63 k
609 libSM x86_64 1.2.1-7.el7 base 38 k
610 libX11 x86_64 1.6.0-2.1.el7 base 605 k
611 libX11-common noarch 1.6.0-2.1.el7 base 181 k
612 libXau x86_64 1.0.8-2.1.el7 base 29 k
613 libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
614 libXcursor x86_64 1.1.14-2.1.el7 base 30 k
615 libXdamage x86_64 1.1.4-4.1.el7 base 20 k
616 libXext x86_64 1.3.2-2.1.el7 base 38 k
617 libXfixes x86_64 5.0.1-2.1.el7 base 18 k
618 libXfont x86_64 1.4.7-2.el7_0 base 144 k
619 libXft x86_64 2.3.1-5.1.el7 base 57 k
620 libXi x86_64 1.7.2-2.1.el7 base 39 k
621 libXinerama x86_64 1.1.3-2.1.el7 base 14 k
622 libXrandr x86_64 1.4.1-2.1.el7 base 25 k
623 libXrender x86_64 0.9.8-2.1.el7 base 25 k
624 libXtst x86_64 1.2.2-2.1.el7 base 20 k
625 libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k
626 libasyncns x86_64 0.8-7.el7 base 26 k
627 libdrm x86_64 2.4.56-2.el7 base 122 k
628 libedit x86_64 3.0-12.20121213cvs.el7 base 92 k
629 libfontenc x86_64 1.1.1-5.el7 base 29 k
630 libgnome-keyring x86_64 3.8.0-3.el7 base 109 k
631 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
632 libogg x86_64 2:1.3.0-7.el7 base 24 k
633 libpciaccess x86_64 0.13.1-4.1.el7 base 25 k
634 libpipeline x86_64 1.2.3-3.el7 base 53 k
635 libpng x86_64 2:1.5.13-5.el7 base 212 k
636 libsndfile x86_64 1.0.25-9.el7 base 149 k
637 libthai x86_64 0.1.14-9.el7 base 187 k
638 libtidy x86_64 0.99.0-31.20091203.el7 epel 132 k
639 libtiff x86_64 4.0.3-14.el7 base 167 k
640 libvorbis x86_64 1:1.3.3-8.el7 base 204 k
641 libxcb x86_64 1.9-5.el7 base 169 k
642 libxslt x86_64 1.1.28-5.el7 base 242 k
643 libzip x86_64 0.10.1-8.el7 base 48 k
644 m2crypto x86_64 0.21.1-15.el7 base 428 k
645 man-db x86_64 2.6.3-9.el7 base 559 k
646 mesa-libEGL x86_64 10.2.7-5.20140910.el7 base 70 k
647 mesa-libGL x86_64 10.2.7-5.20140910.el7 base 149 k
648 mesa-libgbm x86_64 10.2.7-5.20140910.el7 base 31 k
649 mesa-libglapi x86_64 10.2.7-5.20140910.el7 base 37 k
650 openssh x86_64 6.6.1p1-12.el7_1 updates 431 k
651 openssh-clients x86_64 6.6.1p1-12.el7_1 updates 634 k
652 pango x86_64 1.34.1-5.el7 base 283 k
653 patch x86_64 2.7.1-8.el7 base 110 k
654 perl x86_64 4:5.16.3-285.el7 base 8.0 M
655 perl-Carp noarch 1.26-244.el7 base 19 k
656 perl-Digest noarch 1.17-245.el7 base 23 k
657 perl-Encode x86_64 2.51-7.el7 base 1.5 M
658 perl-Error noarch 1:0.17020-2.el7 base 32 k
659 perl-Exporter noarch 5.68-3.el7 base 28 k
660 perl-File-Path noarch 2.09-2.el7 base 26 k
661 perl-File-Temp noarch 0.23.01-3.el7 base 56 k
662 perl-Filter x86_64 1.49-3.el7 base 76 k
663 perl-Getopt-Long noarch 2.40-2.el7 base 56 k
664 perl-Git noarch 1.8.3.1-4.el7 base 52 k
665 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
666 perl-PathTools x86_64 3.40-5.el7 base 82 k
667 perl-Pod-Escapes noarch 1:1.04-285.el7 base 50 k
668 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
669 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
670 perl-Pod-Usage noarch 1.63-3.el7 base 27 k
671 perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
672 perl-Socket x86_64 2.010-3.el7 base 49 k
673 perl-Storable x86_64 2.45-3.el7 base 77 k
674 perl-TermReadKey x86_64 2.30-20.el7 base 31 k
675 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
676 perl-Thread-Queue noarch 3.02-2.el7 base 17 k
677 perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
678 perl-Time-Local noarch 1.2300-2.el7 base 24 k
679 perl-constant noarch 1.27-2.el7 base 19 k
680 perl-libs x86_64 4:5.16.3-285.el7 base 687 k
681 perl-macros x86_64 4:5.16.3-285.el7 base 42 k
682 perl-parent noarch 1:0.225-244.el7 base 12 k
683 perl-podlators noarch 2.5.1-3.el7 base 112 k
684 perl-srpm-macros noarch 1-8.el7 base 4.6 k
685 perl-threads x86_64 1.87-4.el7 base 49 k
686 perl-threads-shared x86_64 1.43-6.el7 base 39 k
687 php-cli x86_64 5.4.16-23.el7_0.3 base 2.7 M
688 php-common x86_64 5.4.16-23.el7_0.3 base 561 k
689 php-doctrine-instantiator noarch 1.0.4-1.el7 epel 11 k
690 php-mbstring x86_64 5.4.16-23.el7_0.3 base 501 k
691 php-phpdocumentor-reflection-docblock
692 noarch 2.0.4-1.el7 epel 25 k
693 php-phpspec-prophecy noarch 1.4.1-1.el7 epel 48 k
694 php-phpunit-File-Iterator noarch 1.4.0-1.el7 epel 12 k
695 php-phpunit-PHP-CodeCoverage noarch 2.0.17-1.el7 epel 304 k
696 php-phpunit-PHP-Invoker noarch 1.1.3-6.el7 epel 9.4 k
697 php-phpunit-PHP-Timer noarch 1.0.5-5.el7 epel 9.1 k
698 php-phpunit-PHP-TokenStream noarch 1.4.1-1.el7 epel 16 k
699 php-phpunit-PHPUnit noarch 4.6.10-1.el7 epel 127 k
700 php-phpunit-PHPUnit-MockObject noarch 2.3.1-1.el7 epel 36 k
701 php-phpunit-Text-Template noarch 1.2.0-5.el7 epel 9.2 k
702 php-phpunit-Version noarch 1.0.5-1.el7 epel 8.4 k
703 php-phpunit-comparator noarch 1.1.1-1.el7 epel 14 k
704 php-phpunit-diff noarch 1.3.0-1.el7 epel 13 k
705 php-phpunit-environment noarch 1.2.2-1.el7 epel 9.0 k
706 php-phpunit-exporter noarch 1.2.0-1.el7 epel 10 k
707 php-sebastian-global-state noarch 1.0.0-1.el7 epel 9.5 k
708 php-sebastian-recursion-context noarch 1.0.0-1.el7 epel 7.7 k
709 php-soap x86_64 5.4.16-23.el7_0.3 base 155 k
710 php-symfony-class-loader noarch 2.5.12-1.el7 epel 22 k
711 php-symfony-common noarch 2.5.12-1.el7 epel 75 k
712 php-symfony-yaml noarch 2.5.12-1.el7 epel 23 k
713 php-tidy x86_64 5.4.16-3.el7 epel 22 k
714 php-xml x86_64 5.4.16-23.el7_0.3 base 122 k
715 pixman x86_64 0.32.4-3.el7 base 254 k
716 pulseaudio-libs x86_64 3.0-30.el7 base 556 k
717 python-chardet noarch 2.0.1-7.el7 base 222 k
718 python-javapackages noarch 3.4.1-6.el7_0 base 31 k
719 python-kitchen noarch 1.1.1-5.el7 base 267 k
720 python-lxml x86_64 3.2.1-4.el7 base 758 k
721 redhat-rpm-config noarch 9.1.0-68.el7.centos base 77 k
722 rpm-build x86_64 4.11.1-25.el7 base 141 k
723 rsync x86_64 3.0.9-15.el7 base 359 k
724 tar x86_64 2:1.26-29.el7 base 843 k
725 tcp_wrappers-libs x86_64 7.6-77.el7 base 66 k
726 ttmkfdir x86_64 3.0.9-41.el7 base 47 k
727 tzdata-java noarch 2015d-1.el7 updates 144 k
728 unzip x86_64 6.0-15.el7 updates 166 k
729 vim-common x86_64 2:7.4.160-1.el7 base 5.9 M
730 vim-filesystem x86_64 2:7.4.160-1.el7 base 9.6 k
731 xalan-j2 noarch 2.7.1-23.el7 base 1.9 M
732 xerces-j2 noarch 2.11.0-17.el7_0 base 1.1 M
733 xml-commons-apis noarch 1.4.01-16.el7 base 227 k
734 xml-commons-resolver noarch 1.2-15.el7 base 108 k
735 xorg-x11-font-utils x86_64 1:7.5-18.1.el7 base 87 k
736 xorg-x11-fonts-Type1 noarch 7.5-9.el7 base 521 k
737 zip x86_64 3.0-10.el7 base 260 k
738
739Transaction Summary
740================================================================================
741Install 13 Packages (+164 Dependent packages)
742
743Total download size: 93 M
744Installed size: 318 M
745Downloading packages:
746Public key for libtidy-0.99.0-31.20091203.el7.x86_64.rpm is not installed
747warning: /var/cache/yum/x86_64/7/epel/packages/libtidy-0.99.0-31.20091203.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
748--------------------------------------------------------------------------------
749Total 24 MB/s | 93 MB 00:03
750Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
751Importing GPG key 0x352C64E5:
752 Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
753 Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
754 Package : epel-release-7-5.noarch (@extras)
755 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
756Running transaction check
757Running transaction test
758Transaction test succeeded
759Running transaction
760 Installing : freetype-2.4.11-10.el7_1.1.x86_64 1/177
761 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 2/177
762 Installing : fipscheck-1.4.1-5.el7.x86_64 3/177
763 Installing : fipscheck-lib-1.4.1-5.el7.x86_64 4/177
764 Installing : libICE-1.0.8-7.el7.x86_64 5/177
765 Installing : libxslt-1.1.28-5.el7.x86_64 6/177
766 Installing : mesa-libglapi-10.2.7-5.20140910.el7.x86_64 7/177
767 Installing : 2:libogg-1.3.0-7.el7.x86_64 8/177
768 Installing : 2:libpng-1.5.13-5.el7.x86_64 9/177
769 Installing : libSM-1.2.1-7.el7.x86_64 10/177
770 Installing : atk-2.8.0-4.el7.x86_64 11/177
771 Installing : libfontenc-1.1.1-5.el7.x86_64 12/177
772 Installing : libedit-3.0-12.20121213cvs.el7.x86_64 13/177
773 Installing : 2:tar-1.26-29.el7.x86_64 14/177
774 Installing : libXfont-1.4.7-2.el7_0.x86_64 15/177
775 Installing : 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 16/177
776 Installing : 1:libvorbis-1.3.3-8.el7.x86_64 17/177
777 Installing : flac-libs-1.3.0-5.el7_1.x86_64 18/177
778 Installing : python-lxml-3.2.1-4.el7.x86_64 19/177
779 Installing : python-javapackages-3.4.1-6.el7_0.noarch 20/177
780 Installing : javapackages-tools-3.4.1-6.el7_0.noarch 21/177
781 Installing : openssh-6.6.1p1-12.el7_1.x86_64 22/177
782 Installing : openssh-clients-6.6.1p1-12.el7_1.x86_64 23/177
783 Installing : jasper-libs-1.900.1-26.el7_0.3.x86_64 24/177
784 Installing : ttmkfdir-3.0.9-41.el7.x86_64 25/177
785 Installing : 1:perl-parent-0.225-244.el7.noarch 26/177
786 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 27/177
787 Installing : perl-podlators-2.5.1-3.el7.noarch 28/177
788 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 29/177
789 Installing : 1:perl-Pod-Escapes-1.04-285.el7.noarch 30/177
790 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 31/177
791 Installing : perl-Encode-2.51-7.el7.x86_64 32/177
792 Installing : perl-Pod-Usage-1.63-3.el7.noarch 33/177
793 Installing : 4:perl-macros-5.16.3-285.el7.x86_64 34/177
794 Installing : 4:perl-libs-5.16.3-285.el7.x86_64 35/177
795 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 36/177
796 Installing : perl-Storable-2.45-3.el7.x86_64 37/177
797 Installing : perl-threads-1.87-4.el7.x86_64 38/177
798 Installing : perl-Carp-1.26-244.el7.noarch 39/177
799 Installing : perl-Filter-1.49-3.el7.x86_64 40/177
800 Installing : perl-Exporter-5.68-3.el7.noarch 41/177
801 Installing : perl-constant-1.27-2.el7.noarch 42/177
802 Installing : perl-Time-Local-1.2300-2.el7.noarch 43/177
803 Installing : perl-Socket-2.010-3.el7.x86_64 44/177
804 Installing : perl-threads-shared-1.43-6.el7.x86_64 45/177
805 Installing : perl-File-Temp-0.23.01-3.el7.noarch 46/177
806 Installing : perl-File-Path-2.09-2.el7.noarch 47/177
807 Installing : perl-PathTools-3.40-5.el7.x86_64 48/177
808 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 49/177
809 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 50/177
810 Installing : perl-Getopt-Long-2.40-2.el7.noarch 51/177
811 Installing : 4:perl-5.16.3-285.el7.x86_64 52/177
812 Installing : 1:perl-Error-0.17020-2.el7.noarch 53/177
813 Installing : perl-Thread-Queue-3.02-2.el7.noarch 54/177
814 Installing : perl-TermReadKey-2.30-20.el7.x86_64 55/177
815 Installing : build-mkbaselibs-20150615-198.1.noarch 56/177
816 Installing : perl-Digest-1.17-245.el7.noarch 57/177
817 Installing : libtidy-0.99.0-31.20091203.el7.x86_64 58/177
818 Installing : m2crypto-0.21.1-15.el7.x86_64 59/177
819 Installing : jbigkit-libs-2.0-11.el7.x86_64 60/177
820 Installing : libtiff-4.0.3-14.el7.x86_64 61/177
821 Installing : unzip-6.0-15.el7.x86_64 62/177
822 Installing : json-c-0.11-4.el7_0.x86_64 63/177
823 Installing : libthai-0.1.14-9.el7.x86_64 64/177
824 Installing : gdb-7.6.1-64.el7.x86_64 65/177
825 Installing : libasyncns-0.8-7.el7.x86_64 66/177
826 Installing : 1:emacs-filesystem-24.3-11.el7.noarch 67/177
827 Installing : lcms2-2.5-4.el7.x86_64 68/177
828 Installing : dwz-0.11-3.el7.x86_64 69/177
829 Installing : zip-3.0-10.el7.x86_64 70/177
830 Installing : alsa-lib-1.0.28-2.el7.x86_64 71/177
831 Installing : libgnome-keyring-3.8.0-3.el7.x86_64 72/177
832 Installing : libpipeline-1.2.3-3.el7.x86_64 73/177
833 Installing : man-db-2.6.3-9.el7.x86_64 74/177
834 Installing : graphite2-1.2.2-5.el7.x86_64 75/177
835 Installing : harfbuzz-0.9.20-4.el7.x86_64 76/177
836 Installing : 2:vim-filesystem-7.4.160-1.el7.x86_64 77/177
837 Installing : 2:vim-common-7.4.160-1.el7.x86_64 78/177
838 Installing : hicolor-icon-theme-0.12-7.el7.noarch 79/177
839 Installing : fontpackages-filesystem-1.44-8.el7.noarch 80/177
840 Installing : fontconfig-2.10.95-7.el7.x86_64 81/177
841 Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 82/177
842 Installing : tcp_wrappers-libs-7.6-77.el7.x86_64 83/177
843 Installing : libX11-common-1.6.0-2.1.el7.noarch 84/177
844 Installing : perl-srpm-macros-1-8.el7.noarch 85/177
845 Installing : redhat-rpm-config-9.1.0-68.el7.centos.noarch 86/177
846 Installing : libzip-0.10.1-8.el7.x86_64 87/177
847 Installing : php-common-5.4.16-23.el7_0.3.x86_64 88/177
848 Installing : php-xml-5.4.16-23.el7_0.3.x86_64 89/177
849 Installing : php-phpunit-Text-Template-1.2.0-5.el7.noarch 90/177
850 Installing : php-doctrine-instantiator-1.0.4-1.el7.noarch 91/177
851 Installing : php-mbstring-5.4.16-23.el7_0.3.x86_64 92/177
852 Installing : php-cli-5.4.16-23.el7_0.3.x86_64 93/177
853 Installing : php-phpunit-diff-1.3.0-1.el7.noarch 94/177
854 Installing : php-phpunit-PHP-Timer-1.0.5-5.el7.noarch 95/177
855 Installing : php-phpunit-File-Iterator-1.4.0-1.el7.noarch 96/177
856 Installing : php-phpunit-environment-1.2.2-1.el7.noarch 97/177
857 Installing : php-symfony-common-2.5.12-1.el7.noarch 98/177
858 Installing : php-sebastian-recursion-context-1.0.0-1.el7.noarch 99/177
859 Installing : php-phpunit-exporter-1.2.0-1.el7.noarch 100/177
860 Installing : php-phpunit-comparator-1.1.1-1.el7.noarch 101/177
861 Installing : php-symfony-yaml-2.5.12-1.el7.noarch 102/177
862 Installing : php-symfony-class-loader-2.5.12-1.el7.noarch 103/177
863 Installing : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 104/177
864 Installing : php-phpunit-PHP-TokenStream-1.4.1-1.el7.noarch 105/177
865 Installing : php-tidy-5.4.16-3.el7.x86_64 106/177
866 Installing : php-soap-5.4.16-23.el7_0.3.x86_64 107/177
867 Installing : php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch 108/177
868 Installing : php-sebastian-global-state-1.0.0-1.el7.noarch 109/177
869 Installing : php-phpdocumentor-reflection-docblock-2.0.4-1.el7.noar 110/177
870 Installing : php-phpspec-prophecy-1.4.1-1.el7.noarch 111/177
871 Installing : python-chardet-2.0.1-7.el7.noarch 112/177
872 Installing : python-kitchen-1.1.1-5.el7.noarch 113/177
873 Installing : avahi-libs-0.6.31-14.el7.x86_64 114/177
874 Installing : 1:cups-libs-1.6.3-17.el7.x86_64 115/177
875 Installing : gsm-1.0.13-11.el7.x86_64 116/177
876 Installing : libsndfile-1.0.25-9.el7.x86_64 117/177
877 Installing : tzdata-java-2015d-1.el7.noarch 118/177
878 Installing : rsync-3.0.9-15.el7.x86_64 119/177
879 Installing : perl-Git-1.8.3.1-4.el7.noarch 120/177
880 Installing : git-1.8.3.1-4.el7.x86_64 121/177
881 Installing : php-phpunit-Version-1.0.5-1.el7.noarch 122/177
882 Installing : php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch 123/177
883 Installing : php-phpunit-PHPUnit-4.6.10-1.el7.noarch 124/177
884 Installing : hwdata-0.252-7.8.el7_1.x86_64 125/177
885 Installing : libpciaccess-0.13.1-4.1.el7.x86_64 126/177
886 Installing : libdrm-2.4.56-2.el7.x86_64 127/177
887 Installing : mesa-libgbm-10.2.7-5.20140910.el7.x86_64 128/177
888 Installing : pixman-0.32.4-3.el7.x86_64 129/177
889 Installing : libXau-1.0.8-2.1.el7.x86_64 130/177
890 Installing : libxcb-1.9-5.el7.x86_64 131/177
891 Installing : libX11-1.6.0-2.1.el7.x86_64 132/177
892 Installing : libXext-1.3.2-2.1.el7.x86_64 133/177
893 Installing : libXrender-0.9.8-2.1.el7.x86_64 134/177
894 Installing : libXfixes-5.0.1-2.1.el7.x86_64 135/177
895 Installing : libXi-1.7.2-2.1.el7.x86_64 136/177
896 Installing : libXtst-1.2.2-2.1.el7.x86_64 137/177
897 Installing : libXdamage-1.1.4-4.1.el7.x86_64 138/177
898 Installing : gdk-pixbuf2-2.28.2-4.el7.x86_64 139/177
899 Installing : pulseaudio-libs-3.0-30.el7.x86_64 140/177
900 Installing : libXcursor-1.1.14-2.1.el7.x86_64 141/177
901 Installing : libXrandr-1.4.1-2.1.el7.x86_64 142/177
902 Installing : libXft-2.3.1-5.1.el7.x86_64 143/177
903 Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 144/177
904 Installing : mesa-libGL-10.2.7-5.20140910.el7.x86_64 145/177
905 Installing : libXinerama-1.1.3-2.1.el7.x86_64 146/177
906 Installing : libXcomposite-0.4.4-4.1.el7.x86_64 147/177
907 Installing : giflib-4.1.6-9.el7.x86_64 148/177
908 Installing : mesa-libEGL-10.2.7-5.20140910.el7.x86_64 149/177
909 Installing : cairo-1.12.14-6.el7.x86_64 150/177
910 Installing : pango-1.34.1-5.el7.x86_64 151/177
911 Installing : gtk2-2.24.22-5.el7_0.1.x86_64 152/177
912 Installing : 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x 153/177
913 Installing : 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64 154/177
914 Installing : xml-commons-apis-1.4.01-16.el7.noarch 155/177
915 Installing : xml-commons-resolver-1.2-15.el7.noarch 156/177
916 Installing : xalan-j2-2.7.1-23.el7.noarch 157/177
917 Installing : xerces-j2-2.11.0-17.el7_0.noarch 158/177
918 Installing : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_ 159/177
919 Installing : patch-2.7.1-8.el7.x86_64 160/177
920 Installing : gpm-libs-1.20.7-5.el7.x86_64 161/177
921 Installing : bzip2-1.0.6-12.el7.x86_64 162/177
922 Installing : elfutils-libs-0.160-1.el7.x86_64 163/177
923 Installing : elfutils-0.160-1.el7.x86_64 164/177
924 Installing : rpm-build-4.11.1-25.el7.x86_64 165/177
925 Installing : rpmdevtools-8.3-5.el7.noarch 166/177
926 Installing : 2:vim-enhanced-7.4.160-1.el7.x86_64 167/177
927 Installing : ant-1.9.2-9.el7.noarch 168/177
928 Installing : php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch 169/177
929 Installing : yum-utils-1.1.31-29.el7.noarch 170/177
930 Installing : osc-0.151.2-169.1.x86_64 171/177
931 Installing : perl-Digest-MD5-2.52-3.el7.x86_64 172/177
932 Installing : build-20150615-198.1.noarch 173/177
933 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 174/177
934 Installing : 1:perl-TimeDate-2.30-2.el7.noarch 175/177
935 Installing : screen-4.1.0-0.19.20120314git3c2946.el7.x86_64 176/177
936 Installing : sudo-1.8.6p7-13.el7.x86_64 177/177
937 Verifying : 2:vim-common-7.4.160-1.el7.x86_64 1/177
938 Verifying : 2:tar-1.26-29.el7.x86_64 2/177
939 Verifying : libXfont-1.4.7-2.el7_0.x86_64 3/177
940 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 4/177
941 Verifying : 1:cups-libs-1.6.3-17.el7.x86_64 5/177
942 Verifying : php-phpunit-PHP-TokenStream-1.4.1-1.el7.noarch 6/177
943 Verifying : libXtst-1.2.2-2.1.el7.x86_64 7/177
944 Verifying : elfutils-libs-0.160-1.el7.x86_64 8/177
945 Verifying : python-lxml-3.2.1-4.el7.x86_64 9/177
946 Verifying : 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 10/177
947 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 11/177
948 Verifying : php-phpspec-prophecy-1.4.1-1.el7.noarch 12/177
949 Verifying : php-common-5.4.16-23.el7_0.3.x86_64 13/177
950 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 14/177
951 Verifying : bzip2-1.0.6-12.el7.x86_64 15/177
952 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 16/177
953 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 17/177
954 Verifying : php-xml-5.4.16-23.el7_0.3.x86_64 18/177
955 Verifying : gpm-libs-1.20.7-5.el7.x86_64 19/177
956 Verifying : xerces-j2-2.11.0-17.el7_0.noarch 20/177
957 Verifying : patch-2.7.1-8.el7.x86_64 21/177
958 Verifying : freetype-2.4.11-10.el7_1.1.x86_64 22/177
959 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 23/177
960 Verifying : libSM-1.2.1-7.el7.x86_64 24/177
961 Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 25/177
962 Verifying : 4:perl-macros-5.16.3-285.el7.x86_64 26/177
963 Verifying : fipscheck-lib-1.4.1-5.el7.x86_64 27/177
964 Verifying : gtk2-2.24.22-5.el7_0.1.x86_64 28/177
965 Verifying : 4:perl-5.16.3-285.el7.x86_64 29/177
966 Verifying : libXau-1.0.8-2.1.el7.x86_64 30/177
967 Verifying : perl-File-Path-2.09-2.el7.noarch 31/177
968 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 32/177
969 Verifying : cairo-1.12.14-6.el7.x86_64 33/177
970 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 34/177
971 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 35/177
972 Verifying : php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch 36/177
973 Verifying : gdk-pixbuf2-2.28.2-4.el7.x86_64 37/177
974 Verifying : pixman-0.32.4-3.el7.x86_64 38/177
975 Verifying : php-tidy-5.4.16-3.el7.x86_64 39/177
976 Verifying : giflib-4.1.6-9.el7.x86_64 40/177
977 Verifying : hwdata-0.252-7.8.el7_1.x86_64 41/177
978 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 42/177
979 Verifying : build-mkbaselibs-20150615-198.1.noarch 43/177
980 Verifying : rsync-3.0.9-15.el7.x86_64 44/177
981 Verifying : libtiff-4.0.3-14.el7.x86_64 45/177
982 Verifying : 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x 46/177
983 Verifying : php-phpunit-Version-1.0.5-1.el7.noarch 47/177
984 Verifying : php-mbstring-5.4.16-23.el7_0.3.x86_64 48/177
985 Verifying : tzdata-java-2015d-1.el7.noarch 49/177
986 Verifying : libXrandr-1.4.1-2.1.el7.x86_64 50/177
987 Verifying : ant-1.9.2-9.el7.noarch 51/177
988 Verifying : 2:libpng-1.5.13-5.el7.x86_64 52/177
989 Verifying : php-phpunit-PHPUnit-4.6.10-1.el7.noarch 53/177
990 Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 54/177
991 Verifying : libXft-2.3.1-5.1.el7.x86_64 55/177
992 Verifying : elfutils-0.160-1.el7.x86_64 56/177
993 Verifying : php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch 57/177
994 Verifying : php-cli-5.4.16-23.el7_0.3.x86_64 58/177
995 Verifying : ttmkfdir-3.0.9-41.el7.x86_64 59/177
996 Verifying : gsm-1.0.13-11.el7.x86_64 60/177
997 Verifying : avahi-libs-0.6.31-14.el7.x86_64 61/177
998 Verifying : build-20150615-198.1.noarch 62/177
999 Verifying : php-symfony-yaml-2.5.12-1.el7.noarch 63/177
1000 Verifying : 2:libogg-1.3.0-7.el7.x86_64 64/177
1001 Verifying : php-phpunit-diff-1.3.0-1.el7.noarch 65/177
1002 Verifying : pango-1.34.1-5.el7.x86_64 66/177
1003 Verifying : sudo-1.8.6p7-13.el7.x86_64 67/177
1004 Verifying : php-phpunit-exporter-1.2.0-1.el7.noarch 68/177
1005 Verifying : perl-Encode-2.51-7.el7.x86_64 69/177
1006 Verifying : php-phpunit-PHP-Timer-1.0.5-5.el7.noarch 70/177
1007 Verifying : libfontenc-1.1.1-5.el7.x86_64 71/177
1008 Verifying : php-phpunit-File-Iterator-1.4.0-1.el7.noarch 72/177
1009 Verifying : pulseaudio-libs-3.0-30.el7.x86_64 73/177
1010 Verifying : php-phpunit-environment-1.2.2-1.el7.noarch 74/177
1011 Verifying : fontconfig-2.10.95-7.el7.x86_64 75/177
1012 Verifying : python-chardet-2.0.1-7.el7.noarch 76/177
1013 Verifying : libzip-0.10.1-8.el7.x86_64 77/177
1014 Verifying : 4:perl-libs-5.16.3-285.el7.x86_64 78/177
1015 Verifying : perl-Digest-1.17-245.el7.noarch 79/177
1016 Verifying : libpciaccess-0.13.1-4.1.el7.x86_64 80/177
1017 Verifying : perl-srpm-macros-1-8.el7.noarch 81/177
1018 Verifying : mesa-libEGL-10.2.7-5.20140910.el7.x86_64 82/177
1019 Verifying : libdrm-2.4.56-2.el7.x86_64 83/177
1020 Verifying : perl-Git-1.8.3.1-4.el7.noarch 84/177
1021 Verifying : libX11-common-1.6.0-2.1.el7.noarch 85/177
1022 Verifying : perl-threads-shared-1.43-6.el7.x86_64 86/177
1023 Verifying : perl-Storable-2.45-3.el7.x86_64 87/177
1024 Verifying : php-soap-5.4.16-23.el7_0.3.x86_64 88/177
1025 Verifying : tcp_wrappers-libs-7.6-77.el7.x86_64 89/177
1026 Verifying : 1:perl-Pod-Escapes-1.04-285.el7.noarch 90/177
1027 Verifying : php-phpunit-Text-Template-1.2.0-5.el7.noarch 91/177
1028 Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 92/177
1029 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 93/177
1030 Verifying : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 94/177
1031 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 95/177
1032 Verifying : 1:perl-parent-0.225-244.el7.noarch 96/177
1033 Verifying : libXcursor-1.1.14-2.1.el7.x86_64 97/177
1034 Verifying : libXi-1.7.2-2.1.el7.x86_64 98/177
1035 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 99/177
1036 Verifying : perl-Digest-MD5-2.52-3.el7.x86_64 100/177
1037 Verifying : screen-4.1.0-0.19.20120314git3c2946.el7.x86_64 101/177
1038 Verifying : libXrender-0.9.8-2.1.el7.x86_64 102/177
1039 Verifying : mesa-libglapi-10.2.7-5.20140910.el7.x86_64 103/177
1040 Verifying : 2:vim-filesystem-7.4.160-1.el7.x86_64 104/177
1041 Verifying : perl-Carp-1.26-244.el7.noarch 105/177
1042 Verifying : graphite2-1.2.2-5.el7.x86_64 106/177
1043 Verifying : libpipeline-1.2.3-3.el7.x86_64 107/177
1044 Verifying : python-javapackages-3.4.1-6.el7_0.noarch 108/177
1045 Verifying : libxslt-1.1.28-5.el7.x86_64 109/177
1046 Verifying : php-sebastian-global-state-1.0.0-1.el7.noarch 110/177
1047 Verifying : php-phpdocumentor-reflection-docblock-2.0.4-1.el7.noar 111/177
1048 Verifying : xalan-j2-2.7.1-23.el7.noarch 112/177
1049 Verifying : osc-0.151.2-169.1.x86_64 113/177
1050 Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 114/177
1051 Verifying : mesa-libgbm-10.2.7-5.20140910.el7.x86_64 115/177
1052 Verifying : alsa-lib-1.0.28-2.el7.x86_64 116/177
1053 Verifying : 1:libvorbis-1.3.3-8.el7.x86_64 117/177
1054 Verifying : perl-podlators-2.5.1-3.el7.noarch 118/177
1055 Verifying : libXfixes-5.0.1-2.1.el7.x86_64 119/177
1056 Verifying : zip-3.0-10.el7.x86_64 120/177
1057 Verifying : 1:perl-TimeDate-2.30-2.el7.noarch 121/177
1058 Verifying : perl-Filter-1.49-3.el7.x86_64 122/177
1059 Verifying : dwz-0.11-3.el7.x86_64 123/177
1060 Verifying : libXdamage-1.1.4-4.1.el7.x86_64 124/177
1061 Verifying : lcms2-2.5-4.el7.x86_64 125/177
1062 Verifying : atk-2.8.0-4.el7.x86_64 126/177
1063 Verifying : fipscheck-1.4.1-5.el7.x86_64 127/177
1064 Verifying : 1:emacs-filesystem-24.3-11.el7.noarch 128/177
1065 Verifying : php-symfony-class-loader-2.5.12-1.el7.noarch 129/177
1066 Verifying : libsndfile-1.0.25-9.el7.x86_64 130/177
1067 Verifying : libXinerama-1.1.3-2.1.el7.x86_64 131/177
1068 Verifying : harfbuzz-0.9.20-4.el7.x86_64 132/177
1069 Verifying : jasper-libs-1.900.1-26.el7_0.3.x86_64 133/177
1070 Verifying : libxcb-1.9-5.el7.x86_64 134/177
1071 Verifying : perl-threads-1.87-4.el7.x86_64 135/177
1072 Verifying : perl-Exporter-5.68-3.el7.noarch 136/177
1073 Verifying : perl-constant-1.27-2.el7.noarch 137/177
1074 Verifying : perl-PathTools-3.40-5.el7.x86_64 138/177
1075 Verifying : 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64 139/177
1076 Verifying : xml-commons-apis-1.4.01-16.el7.noarch 140/177
1077 Verifying : php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch 141/177
1078 Verifying : libasyncns-0.8-7.el7.x86_64 142/177
1079 Verifying : yum-utils-1.1.31-29.el7.noarch 143/177
1080 Verifying : gdb-7.6.1-64.el7.x86_64 144/177
1081 Verifying : mesa-libGL-10.2.7-5.20140910.el7.x86_64 145/177
1082 Verifying : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_ 146/177
1083 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 147/177
1084 Verifying : libthai-0.1.14-9.el7.x86_64 148/177
1085 Verifying : perl-Time-Local-1.2300-2.el7.noarch 149/177
1086 Verifying : git-1.8.3.1-4.el7.x86_64 150/177
1087 Verifying : man-db-2.6.3-9.el7.x86_64 151/177
1088 Verifying : python-kitchen-1.1.1-5.el7.noarch 152/177
1089 Verifying : javapackages-tools-3.4.1-6.el7_0.noarch 153/177
1090 Verifying : perl-Socket-2.010-3.el7.x86_64 154/177
1091 Verifying : json-c-0.11-4.el7_0.x86_64 155/177
1092 Verifying : php-symfony-common-2.5.12-1.el7.noarch 156/177
1093 Verifying : xml-commons-resolver-1.2-15.el7.noarch 157/177
1094 Verifying : flac-libs-1.3.0-5.el7_1.x86_64 158/177
1095 Verifying : 2:vim-enhanced-7.4.160-1.el7.x86_64 159/177
1096 Verifying : rpm-build-4.11.1-25.el7.x86_64 160/177
1097 Verifying : 1:perl-Error-0.17020-2.el7.noarch 161/177
1098 Verifying : libICE-1.0.8-7.el7.x86_64 162/177
1099 Verifying : openssh-clients-6.6.1p1-12.el7_1.x86_64 163/177
1100 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 164/177
1101 Verifying : php-doctrine-instantiator-1.0.4-1.el7.noarch 165/177
1102 Verifying : rpmdevtools-8.3-5.el7.noarch 166/177
1103 Verifying : unzip-6.0-15.el7.x86_64 167/177
1104 Verifying : libX11-1.6.0-2.1.el7.x86_64 168/177
1105 Verifying : jbigkit-libs-2.0-11.el7.x86_64 169/177
1106 Verifying : openssh-6.6.1p1-12.el7_1.x86_64 170/177
1107 Verifying : php-phpunit-comparator-1.1.1-1.el7.noarch 171/177
1108 Verifying : m2crypto-0.21.1-15.el7.x86_64 172/177
1109 Verifying : php-sebastian-recursion-context-1.0.0-1.el7.noarch 173/177
1110 Verifying : perl-Getopt-Long-2.40-2.el7.noarch 174/177
1111 Verifying : redhat-rpm-config-9.1.0-68.el7.centos.noarch 175/177
1112 Verifying : libXext-1.3.2-2.1.el7.x86_64 176/177
1113 Verifying : libtidy-0.99.0-31.20091203.el7.x86_64 177/177
1114
1115Installed:
1116 ant.noarch 0:1.9.2-9.el7
1117 build.noarch 0:20150615-198.1
1118 git.x86_64 0:1.8.3.1-4.el7
1119 osc.x86_64 0:0.151.2-169.1
1120 perl-Data-Dumper.x86_64 0:2.145-3.el7
1121 perl-Digest-MD5.x86_64 0:2.52-3.el7
1122 perl-TimeDate.noarch 1:2.30-2.el7
1123 php-phpunit-PHPUnit-Selenium.noarch 0:1.4.2-1.el7
1124 rpmdevtools.noarch 0:8.3-5.el7
1125 screen.x86_64 0:4.1.0-0.19.20120314git3c2946.el7
1126 sudo.x86_64 0:1.8.6p7-13.el7
1127 vim-enhanced.x86_64 2:7.4.160-1.el7
1128 yum-utils.noarch 0:1.1.31-29.el7
1129
1130Dependency Installed:
1131 alsa-lib.x86_64 0:1.0.28-2.el7
1132 atk.x86_64 0:2.8.0-4.el7
1133 avahi-libs.x86_64 0:0.6.31-14.el7
1134 build-mkbaselibs.noarch 0:20150615-198.1
1135 bzip2.x86_64 0:1.0.6-12.el7
1136 cairo.x86_64 0:1.12.14-6.el7
1137 cups-libs.x86_64 1:1.6.3-17.el7
1138 dwz.x86_64 0:0.11-3.el7
1139 elfutils.x86_64 0:0.160-1.el7
1140 elfutils-libs.x86_64 0:0.160-1.el7
1141 emacs-filesystem.noarch 1:24.3-11.el7
1142 fipscheck.x86_64 0:1.4.1-5.el7
1143 fipscheck-lib.x86_64 0:1.4.1-5.el7
1144 flac-libs.x86_64 0:1.3.0-5.el7_1
1145 fontconfig.x86_64 0:2.10.95-7.el7
1146 fontpackages-filesystem.noarch 0:1.44-8.el7
1147 freetype.x86_64 0:2.4.11-10.el7_1.1
1148 gdb.x86_64 0:7.6.1-64.el7
1149 gdk-pixbuf2.x86_64 0:2.28.2-4.el7
1150 giflib.x86_64 0:4.1.6-9.el7
1151 gpm-libs.x86_64 0:1.20.7-5.el7
1152 graphite2.x86_64 0:1.2.2-5.el7
1153 gsm.x86_64 0:1.0.13-11.el7
1154 gtk2.x86_64 0:2.24.22-5.el7_0.1
1155 harfbuzz.x86_64 0:0.9.20-4.el7
1156 hicolor-icon-theme.noarch 0:0.12-7.el7
1157 hwdata.x86_64 0:0.252-7.8.el7_1
1158 jasper-libs.x86_64 0:1.900.1-26.el7_0.3
1159 java-1.7.0-openjdk.x86_64 1:1.7.0.79-2.5.5.1.el7_1
1160 java-1.7.0-openjdk-devel.x86_64 1:1.7.0.79-2.5.5.1.el7_1
1161 java-1.7.0-openjdk-headless.x86_64 1:1.7.0.79-2.5.5.1.el7_1
1162 javapackages-tools.noarch 0:3.4.1-6.el7_0
1163 jbigkit-libs.x86_64 0:2.0-11.el7
1164 json-c.x86_64 0:0.11-4.el7_0
1165 lcms2.x86_64 0:2.5-4.el7
1166 libICE.x86_64 0:1.0.8-7.el7
1167 libSM.x86_64 0:1.2.1-7.el7
1168 libX11.x86_64 0:1.6.0-2.1.el7
1169 libX11-common.noarch 0:1.6.0-2.1.el7
1170 libXau.x86_64 0:1.0.8-2.1.el7
1171 libXcomposite.x86_64 0:0.4.4-4.1.el7
1172 libXcursor.x86_64 0:1.1.14-2.1.el7
1173 libXdamage.x86_64 0:1.1.4-4.1.el7
1174 libXext.x86_64 0:1.3.2-2.1.el7
1175 libXfixes.x86_64 0:5.0.1-2.1.el7
1176 libXfont.x86_64 0:1.4.7-2.el7_0
1177 libXft.x86_64 0:2.3.1-5.1.el7
1178 libXi.x86_64 0:1.7.2-2.1.el7
1179 libXinerama.x86_64 0:1.1.3-2.1.el7
1180 libXrandr.x86_64 0:1.4.1-2.1.el7
1181 libXrender.x86_64 0:0.9.8-2.1.el7
1182 libXtst.x86_64 0:1.2.2-2.1.el7
1183 libXxf86vm.x86_64 0:1.1.3-2.1.el7
1184 libasyncns.x86_64 0:0.8-7.el7
1185 libdrm.x86_64 0:2.4.56-2.el7
1186 libedit.x86_64 0:3.0-12.20121213cvs.el7
1187 libfontenc.x86_64 0:1.1.1-5.el7
1188 libgnome-keyring.x86_64 0:3.8.0-3.el7
1189 libjpeg-turbo.x86_64 0:1.2.90-5.el7
1190 libogg.x86_64 2:1.3.0-7.el7
1191 libpciaccess.x86_64 0:0.13.1-4.1.el7
1192 libpipeline.x86_64 0:1.2.3-3.el7
1193 libpng.x86_64 2:1.5.13-5.el7
1194 libsndfile.x86_64 0:1.0.25-9.el7
1195 libthai.x86_64 0:0.1.14-9.el7
1196 libtidy.x86_64 0:0.99.0-31.20091203.el7
1197 libtiff.x86_64 0:4.0.3-14.el7
1198 libvorbis.x86_64 1:1.3.3-8.el7
1199 libxcb.x86_64 0:1.9-5.el7
1200 libxslt.x86_64 0:1.1.28-5.el7
1201 libzip.x86_64 0:0.10.1-8.el7
1202 m2crypto.x86_64 0:0.21.1-15.el7
1203 man-db.x86_64 0:2.6.3-9.el7
1204 mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7
1205 mesa-libGL.x86_64 0:10.2.7-5.20140910.el7
1206 mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7
1207 mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7
1208 openssh.x86_64 0:6.6.1p1-12.el7_1
1209 openssh-clients.x86_64 0:6.6.1p1-12.el7_1
1210 pango.x86_64 0:1.34.1-5.el7
1211 patch.x86_64 0:2.7.1-8.el7
1212 perl.x86_64 4:5.16.3-285.el7
1213 perl-Carp.noarch 0:1.26-244.el7
1214 perl-Digest.noarch 0:1.17-245.el7
1215 perl-Encode.x86_64 0:2.51-7.el7
1216 perl-Error.noarch 1:0.17020-2.el7
1217 perl-Exporter.noarch 0:5.68-3.el7
1218 perl-File-Path.noarch 0:2.09-2.el7
1219 perl-File-Temp.noarch 0:0.23.01-3.el7
1220 perl-Filter.x86_64 0:1.49-3.el7
1221 perl-Getopt-Long.noarch 0:2.40-2.el7
1222 perl-Git.noarch 0:1.8.3.1-4.el7
1223 perl-HTTP-Tiny.noarch 0:0.033-3.el7
1224 perl-PathTools.x86_64 0:3.40-5.el7
1225 perl-Pod-Escapes.noarch 1:1.04-285.el7
1226 perl-Pod-Perldoc.noarch 0:3.20-4.el7
1227 perl-Pod-Simple.noarch 1:3.28-4.el7
1228 perl-Pod-Usage.noarch 0:1.63-3.el7
1229 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
1230 perl-Socket.x86_64 0:2.010-3.el7
1231 perl-Storable.x86_64 0:2.45-3.el7
1232 perl-TermReadKey.x86_64 0:2.30-20.el7
1233 perl-Text-ParseWords.noarch 0:3.29-4.el7
1234 perl-Thread-Queue.noarch 0:3.02-2.el7
1235 perl-Time-HiRes.x86_64 4:1.9725-3.el7
1236 perl-Time-Local.noarch 0:1.2300-2.el7
1237 perl-constant.noarch 0:1.27-2.el7
1238 perl-libs.x86_64 4:5.16.3-285.el7
1239 perl-macros.x86_64 4:5.16.3-285.el7
1240 perl-parent.noarch 1:0.225-244.el7
1241 perl-podlators.noarch 0:2.5.1-3.el7
1242 perl-srpm-macros.noarch 0:1-8.el7
1243 perl-threads.x86_64 0:1.87-4.el7
1244 perl-threads-shared.x86_64 0:1.43-6.el7
1245 php-cli.x86_64 0:5.4.16-23.el7_0.3
1246 php-common.x86_64 0:5.4.16-23.el7_0.3
1247 php-doctrine-instantiator.noarch 0:1.0.4-1.el7
1248 php-mbstring.x86_64 0:5.4.16-23.el7_0.3
1249 php-phpdocumentor-reflection-docblock.noarch 0:2.0.4-1.el7
1250 php-phpspec-prophecy.noarch 0:1.4.1-1.el7
1251 php-phpunit-File-Iterator.noarch 0:1.4.0-1.el7
1252 php-phpunit-PHP-CodeCoverage.noarch 0:2.0.17-1.el7
1253 php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7
1254 php-phpunit-PHP-Timer.noarch 0:1.0.5-5.el7
1255 php-phpunit-PHP-TokenStream.noarch 0:1.4.1-1.el7
1256 php-phpunit-PHPUnit.noarch 0:4.6.10-1.el7
1257 php-phpunit-PHPUnit-MockObject.noarch 0:2.3.1-1.el7
1258 php-phpunit-Text-Template.noarch 0:1.2.0-5.el7
1259 php-phpunit-Version.noarch 0:1.0.5-1.el7
1260 php-phpunit-comparator.noarch 0:1.1.1-1.el7
1261 php-phpunit-diff.noarch 0:1.3.0-1.el7
1262 php-phpunit-environment.noarch 0:1.2.2-1.el7
1263 php-phpunit-exporter.noarch 0:1.2.0-1.el7
1264 php-sebastian-global-state.noarch 0:1.0.0-1.el7
1265 php-sebastian-recursion-context.noarch 0:1.0.0-1.el7
1266 php-soap.x86_64 0:5.4.16-23.el7_0.3
1267 php-symfony-class-loader.noarch 0:2.5.12-1.el7
1268 php-symfony-common.noarch 0:2.5.12-1.el7
1269 php-symfony-yaml.noarch 0:2.5.12-1.el7
1270 php-tidy.x86_64 0:5.4.16-3.el7
1271 php-xml.x86_64 0:5.4.16-23.el7_0.3
1272 pixman.x86_64 0:0.32.4-3.el7
1273 pulseaudio-libs.x86_64 0:3.0-30.el7
1274 python-chardet.noarch 0:2.0.1-7.el7
1275 python-javapackages.noarch 0:3.4.1-6.el7_0
1276 python-kitchen.noarch 0:1.1.1-5.el7
1277 python-lxml.x86_64 0:3.2.1-4.el7
1278 redhat-rpm-config.noarch 0:9.1.0-68.el7.centos
1279 rpm-build.x86_64 0:4.11.1-25.el7
1280 rsync.x86_64 0:3.0.9-15.el7
1281 tar.x86_64 2:1.26-29.el7
1282 tcp_wrappers-libs.x86_64 0:7.6-77.el7
1283 ttmkfdir.x86_64 0:3.0.9-41.el7
1284 tzdata-java.noarch 0:2015d-1.el7
1285 unzip.x86_64 0:6.0-15.el7
1286 vim-common.x86_64 2:7.4.160-1.el7
1287 vim-filesystem.x86_64 2:7.4.160-1.el7
1288 xalan-j2.noarch 0:2.7.1-23.el7
1289 xerces-j2.noarch 0:2.11.0-17.el7_0
1290 xml-commons-apis.noarch 0:1.4.01-16.el7
1291 xml-commons-resolver.noarch 0:1.2-15.el7
1292 xorg-x11-font-utils.x86_64 1:7.5-18.1.el7
1293 xorg-x11-fonts-Type1.noarch 0:7.5-9.el7
1294 zip.x86_64 0:3.0-10.el7
1295
1296Complete!
1297 ---> faa2b1db4ae5
1298Removing intermediate container d5772aa49e54
1299Step 16 : WORKDIR /srv
1300 ---> Running in 08f8731da17a
1301 ---> 0cad5e7094ee
1302Removing intermediate container 08f8731da17a
1303Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
1304 ---> Running in ca34cc1356aa
1305Cloning into 'closure-compiler.git'...
1306 ---> 7ba7e812c37f
1307Removing intermediate container ca34cc1356aa
1308Step 18 : WORKDIR /srv/closure-compiler.git
1309 ---> Running in eb4417b28e0b
1310 ---> e038718a4aba
1311Removing intermediate container eb4417b28e0b
1312Step 19 : RUN ant jar
1313 ---> Running in b45c6cb0ea33
1314Buildfile: /srv/closure-compiler.git/build.xml
1315
1316relversion:
1317
1318compile:
1319 [mkdir] Created dir: /srv/closure-compiler.git/build/classes
1320 [javac] Compiling 12 source files to /srv/closure-compiler.git/build/classes
1321 [javac] Compiling 576 source files to /srv/closure-compiler.git/build/classes
1322 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1265: warning: [unchecked] unchecked cast
1323 [javac] for (TypedVar v : ((Set<TypedVar>) liveness.getEscapedLocals())) {
1324 [javac] ^
1325 [javac] required: Set<TypedVar>
1326 [javac] found: Set<CAP#1>
1327 [javac] where CAP#1 is a fresh type-variable:
1328 [javac] CAP#1 extends Var from capture of ? extends Var
1329 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1041: warning: [unchecked] getType(String) in JSTypeRegistry implements <T>getType(String) in TypeIRegistry
1330 [javac] public JSType getType(String jsTypeName) {
1331 [javac] ^
1332 [javac] return type requires unchecked conversion from JSType to T
1333 [javac] where T is a type-variable:
1334 [javac] T extends TypeI declared in method <T>getType(String)
1335 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1052: warning: [unchecked] getNativeType(JSTypeNative) in JSTypeRegistry implements <T>getNativeType(JSTypeNative) in TypeIRegistry
1336 [javac] public JSType getNativeType(JSTypeNative typeId) {
1337 [javac] ^
1338 [javac] return type requires unchecked conversion from JSType to T
1339 [javac] where T is a type-variable:
1340 [javac] T extends TypeI declared in method <T>getNativeType(JSTypeNative)
1341 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1057: warning: [unchecked] getNativeObjectType(JSTypeNative) in JSTypeRegistry implements <T>getNativeObjectType(JSTypeNative) in TypeIRegistry
1342 [javac] public ObjectType getNativeObjectType(JSTypeNative typeId) {
1343 [javac] ^
1344 [javac] return type requires unchecked conversion from ObjectType to T
1345 [javac] where T is a type-variable:
1346 [javac] T extends ObjectTypeI declared in method <T>getNativeObjectType(JSTypeNative)
1347 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1062: warning: [unchecked] getNativeFunctionType(JSTypeNative) in JSTypeRegistry implements <T>getNativeFunctionType(JSTypeNative) in TypeIRegistry
1348 [javac] public FunctionType getNativeFunctionType(JSTypeNative typeId) {
1349 [javac] ^
1350 [javac] return type requires unchecked conversion from FunctionType to T
1351 [javac] where T is a type-variable:
1352 [javac] T extends FunctionTypeI declared in method <T>getNativeFunctionType(JSTypeNative)
1353 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1608: warning: [unchecked] unchecked cast
1354 [javac] return createFromTypeNodesInternal(n, sourceName, (StaticTypedScope<JSType>) scope);
1355 [javac] ^
1356 [javac] required: StaticTypedScope<JSType>
1357 [javac] found: StaticTypedScope<CAP#1>
1358 [javac] where CAP#1 is a fresh type-variable:
1359 [javac] CAP#1 extends TypeI from capture of ? extends TypeI
1360 [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
1361 [javac] public TypedScope createScope(Node n, Scope parent) {
1362 [javac] ^
1363 [javac] return type requires unchecked conversion from TypedScope to T
1364 [javac] where T is a type-variable:
1365 [javac] T extends Scope declared in method <T>createScope(Node,T)
1366 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1759: warning: [unchecked] unchecked cast
1367 [javac] return ((StaticTypedSlot<JSType>) sym).getType();
1368 [javac] ^
1369 [javac] required: StaticTypedSlot<JSType>
1370 [javac] found: StaticSlot
1371 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1766: warning: [unchecked] unchecked cast
1372 [javac] return ((StaticTypedScope<JSType>) s).getTypeOfThis();
1373 [javac] ^
1374 [javac] required: StaticTypedScope<JSType>
1375 [javac] found: StaticScope
1376 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1773: warning: [unchecked] unchecked cast
1377 [javac] return ((StaticTypedSlot<JSType>) sym).isTypeInferred();
1378 [javac] ^
1379 [javac] required: StaticTypedSlot<JSType>
1380 [javac] found: StaticSlot
1381 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScope.java:216: warning: [unchecked] getVars() in TypedScope overrides <T>getVars() in Scope
1382 [javac] public Iterator<TypedVar> getVars() {
1383 [javac] ^
1384 [javac] return type requires unchecked conversion from Iterator<TypedVar> to Iterator<T>
1385 [javac] where T is a type-variable:
1386 [javac] T extends Var declared in method <T>getVars()
1387 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScopeCreator.java:205: warning: [unchecked] createScope(Node,Scope) in TypedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
1388 [javac] public TypedScope createScope(Node root, Scope parent) {
1389 [javac] ^
1390 [javac] return type requires unchecked conversion from TypedScope to T
1391 [javac] where T is a type-variable:
1392 [javac] T extends Scope declared in method <T>createScope(Node,T)
1393 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
1394 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
1395 [javac] ^
1396 [javac] required: Set<Var>
1397 [javac] found: Set<CAP#1>
1398 [javac] where CAP#1 is a fresh type-variable:
1399 [javac] CAP#1 extends Var from capture of ? extends Var
1400 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6SyntacticScopeCreator.java:55: warning: [unchecked] createScope(Node,Scope) in Es6SyntacticScopeCreator implements <T>createScope(Node,T) in ScopeCreator
1401 [javac] public Scope createScope(Node n, Scope parent) {
1402 [javac] ^
1403 [javac] return type requires unchecked conversion from Scope to T
1404 [javac] where T is a type-variable:
1405 [javac] T extends Scope declared in method <T>createScope(Node,T)
1406 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:117: warning: [unchecked] unchecked conversion
1407 [javac] this.defineParams = new LinkedList();
1408 [javac] ^
1409 [javac] required: List<Parameter>
1410 [javac] found: LinkedList
1411 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:118: warning: [unchecked] unchecked conversion
1412 [javac] this.entryPointParams = new LinkedList();
1413 [javac] ^
1414 [javac] required: List<Parameter>
1415 [javac] found: LinkedList
1416 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:119: warning: [unchecked] unchecked conversion
1417 [javac] this.externFileLists = new LinkedList();
1418 [javac] ^
1419 [javac] required: List<FileList>
1420 [javac] found: LinkedList
1421 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:120: warning: [unchecked] unchecked conversion
1422 [javac] this.sourceFileLists = new LinkedList();
1423 [javac] ^
1424 [javac] required: List<FileList>
1425 [javac] found: LinkedList
1426 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:121: warning: [unchecked] unchecked conversion
1427 [javac] this.sourcePaths = new LinkedList();
1428 [javac] ^
1429 [javac] required: List<Path>
1430 [javac] found: LinkedList
1431 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:122: warning: [unchecked] unchecked conversion
1432 [javac] this.warnings = new LinkedList();
1433 [javac] ^
1434 [javac] required: List<Warning>
1435 [javac] found: LinkedList
1436 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:516: warning: [unchecked] unchecked conversion
1437 [javac] List<String> entryPoints = new LinkedList();
1438 [javac] ^
1439 [javac] required: List<String>
1440 [javac] found: LinkedList
1441 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:601: warning: [unchecked] unchecked conversion
1442 [javac] List<SourceFile> files = new LinkedList();
1443 [javac] ^
1444 [javac] required: List<SourceFile>
1445 [javac] found: LinkedList
1446 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:614: warning: [unchecked] unchecked conversion
1447 [javac] List<SourceFile> files = new LinkedList();
1448 [javac] ^
1449 [javac] required: List<SourceFile>
1450 [javac] found: LinkedList
1451 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:632: warning: [unchecked] unchecked conversion
1452 [javac] List<SourceFile> files = new LinkedList();
1453 [javac] ^
1454 [javac] required: List<SourceFile>
1455 [javac] found: LinkedList
1456 [javac] 24 warnings
1457 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
1458 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
1459 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing
1460[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
1461 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
1462 [copy] Copying 3 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
1463
1464jar:
1465 [zip] Building zip: /srv/closure-compiler.git/build/externs.zip
1466 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
1467
1468BUILD SUCCESSFUL
1469Total time: 15 seconds
1470 ---> 4ca61b3063e4
1471Removing intermediate container b45c6cb0ea33
1472Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar
1473 ---> ab7d8d589bda
1474Removing intermediate container 0928a66ad802
1475Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/
1476 ---> edb22423c432
1477Removing intermediate container 78e4de420857
1478Step 22 : WORKDIR /srv
1479 ---> Running in 1bd02eae852c
1480 ---> 638c13a47b2d
1481Removing intermediate container 1bd02eae852c
1482Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
1483 ---> Running in 340a2e083d43
1484phantomjs-1.9.7-linux-x86_64/
1485phantomjs-1.9.7-linux-x86_64/bin/
1486phantomjs-1.9.7-linux-x86_64/bin/phantomjs
1487phantomjs-1.9.7-linux-x86_64/examples/
1488phantomjs-1.9.7-linux-x86_64/examples/scandir.js
1489phantomjs-1.9.7-linux-x86_64/examples/technews.coffee
1490phantomjs-1.9.7-linux-x86_64/examples/tweets.js
1491phantomjs-1.9.7-linux-x86_64/examples/rasterize.coffee
1492phantomjs-1.9.7-linux-x86_64/examples/pagecallback.js
1493phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.js
1494phantomjs-1.9.7-linux-x86_64/examples/follow.js
1495phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.coffee
1496phantomjs-1.9.7-linux-x86_64/examples/module.js
1497phantomjs-1.9.7-linux-x86_64/examples/waitfor.coffee
1498phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.coffee
1499phantomjs-1.9.7-linux-x86_64/examples/pizza.js
1500phantomjs-1.9.7-linux-x86_64/examples/seasonfood.coffee
1501phantomjs-1.9.7-linux-x86_64/examples/unrandomize.js
1502phantomjs-1.9.7-linux-x86_64/examples/modernizr.js
1503phantomjs-1.9.7-linux-x86_64/examples/waitfor.js
1504phantomjs-1.9.7-linux-x86_64/examples/direction.js
1505phantomjs-1.9.7-linux-x86_64/examples/arguments.coffee
1506phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.js
1507phantomjs-1.9.7-linux-x86_64/examples/run-qunit.js
1508phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.coffee
1509phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.js
1510phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.coffee
1511phantomjs-1.9.7-linux-x86_64/examples/version.js
1512phantomjs-1.9.7-linux-x86_64/examples/movies.js
1513phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.js
1514phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.coffee
1515phantomjs-1.9.7-linux-x86_64/examples/version.coffee
1516phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js
1517phantomjs-1.9.7-linux-x86_64/examples/server.js
1518phantomjs-1.9.7-linux-x86_64/examples/countdown.js
1519phantomjs-1.9.7-linux-x86_64/examples/rasterize.js
1520phantomjs-1.9.7-linux-x86_64/examples/injectme.js
1521phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js
1522phantomjs-1.9.7-linux-x86_64/examples/post.js
1523phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee
1524phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee
1525phantomjs-1.9.7-linux-x86_64/examples/hello.coffee
1526phantomjs-1.9.7-linux-x86_64/examples/features.js
1527phantomjs-1.9.7-linux-x86_64/examples/movies.coffee
1528phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee
1529phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee
1530phantomjs-1.9.7-linux-x86_64/examples/features.coffee
1531phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee
1532phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js
1533phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee
1534phantomjs-1.9.7-linux-x86_64/examples/printmargins.js
1535phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee
1536phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee
1537phantomjs-1.9.7-linux-x86_64/examples/printenv.js
1538phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee
1539phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee
1540phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee
1541phantomjs-1.9.7-linux-x86_64/examples/netlog.js
1542phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee
1543phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee
1544phantomjs-1.9.7-linux-x86_64/examples/weather.coffee
1545phantomjs-1.9.7-linux-x86_64/examples/direction.coffee
1546phantomjs-1.9.7-linux-x86_64/examples/module.coffee
1547phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee
1548phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js
1549phantomjs-1.9.7-linux-x86_64/examples/fibo.js
1550phantomjs-1.9.7-linux-x86_64/examples/imagebin.js
1551phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js
1552phantomjs-1.9.7-linux-x86_64/examples/technews.js
1553phantomjs-1.9.7-linux-x86_64/examples/hello.js
1554phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js
1555phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee
1556phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee
1557phantomjs-1.9.7-linux-x86_64/examples/postserver.js
1558phantomjs-1.9.7-linux-x86_64/examples/weather.js
1559phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee
1560phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee
1561phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js
1562phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee
1563phantomjs-1.9.7-linux-x86_64/examples/useragent.js
1564phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee
1565phantomjs-1.9.7-linux-x86_64/examples/post.coffee
1566phantomjs-1.9.7-linux-x86_64/examples/arguments.js
1567phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee
1568phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee
1569phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee
1570phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js
1571phantomjs-1.9.7-linux-x86_64/examples/follow.coffee
1572phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js
1573phantomjs-1.9.7-linux-x86_64/examples/page_events.js
1574phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js
1575phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js
1576phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee
1577phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee
1578phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js
1579phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js
1580phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee
1581phantomjs-1.9.7-linux-x86_64/examples/server.coffee
1582phantomjs-1.9.7-linux-x86_64/examples/universe.js
1583phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee
1584phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js
1585phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee
1586phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee
1587phantomjs-1.9.7-linux-x86_64/examples/netsniff.js
1588phantomjs-1.9.7-linux-x86_64/ChangeLog
1589phantomjs-1.9.7-linux-x86_64/README.md
1590phantomjs-1.9.7-linux-x86_64/LICENSE.BSD
1591phantomjs-1.9.7-linux-x86_64/third-party.txt
1592 ---> 1846dd36ca95
1593Removing intermediate container 340a2e083d43
1594Step 24 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
1595 ---> Running in acca5ec2f4ee
1596 ---> f415f2154bc3
1597Removing intermediate container acca5ec2f4ee
1598Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh /
1599 ---> ce6c32256373
1600Removing intermediate container e7c52c2e6dbb
1601Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
1602 ---> 39e0505bc517
1603Removing intermediate container 7c1d19df607e
1604Step 27 : RUN chmod 755 /entrypoint.sh
1605 ---> Running in c4abd3a36743
1606 ---> a1910b12b868
1607Removing intermediate container c4abd3a36743
1608Step 28 : ENTRYPOINT [ "/entrypoint.sh" ]
1609 ---> Running in b84e94cc95f0
1610 ---> b22566585e38
1611Removing intermediate container b84e94cc95f0
1612Successfully built b22566585e38
1613/var/tmp/1108/docker.git
1614/var/tmp/1108
1615

Lease Host atomic01

When
Completed at Jun 23 2015, 1:08 PM · Built for 1 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Lease Host atomic02

When
Completed at Jun 23 2015, 1:08 PM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Wait for Previous Commits to Build

When
Completed at Jun 23 2015, 1:19 PM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 2974 (waiting - blockers)
25 - 50 - 100 - Unlimited Lines

1Blocked by: Build 828
2Blocked by: Build 828
3Blocked by: Build 828
4Blocked by: Build 828
5Blocked by: Build 828
6Blocked by: Build 828
7Blocked by: Build 828
8Blocked by: Build 828
9Blocked by: Build 828
10Blocked by: Build 828
11Blocked by: Build 828
12Blocked by: Build 828
13Blocked by: Build 828
14Blocked by: Build 828
15Blocked by: Build 828
16Blocked by: Build 828
17Blocked by: Build 828
18Blocked by: Build 828
19Blocked by: Build 828
20

Event Timeline