Page MenuHomePhorge

Build 885
PassedPublic

Run Command on atomic01

When
Completed at Jun 25 2015, 3:34 PM · Built for 13 m, 9 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 3302 (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/1228
20+ TMPDIR=/var/tmp/1228
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+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
43+ '[' -x stick.git/drydocker/stick/build.sh ']'
44+ pushd stick.git
45+ ../stick.git/drydocker/stick/build.sh
46Sending build context to Docker daemon 5.632 kB
47
48Sending build context to Docker daemon
49+ retval=0
50+ popd
51+ cd /var/tmp
52+ rm -rf /var/tmp/1228
53+ exit 0
54

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

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

Run Command on atomic02

When
Completed at Jun 25 2015, 3:34 PM · Built for 13 m, 33 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 3300 (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/1227
20+ TMPDIR=/var/tmp/1227
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+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
43+ '[' -x stick.git/drydocker/stick/build.sh ']'
44+ pushd stick.git
45+ ../stick.git/drydocker/stick/build.sh
46Sending build context to Docker daemon 5.632 kB
47
48Sending build context to Docker daemon
49+ retval=0
50+ popd
51+ cd /var/tmp
52+ rm -rf /var/tmp/1227
53+ exit 0
54

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

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

Lease Host atomic01

When
Completed at Jun 25 2015, 3:21 PM · Built instantly
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 25 2015, 3:21 PM · Built for 1 s
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 25 2015, 3:21 PM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.
1 empty log is hidden Show all logs.

Event Timeline