Page MenuHomePhorge

Build 832
PassedPublic

Run Command on atomic01

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

Build Log 2998 (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/1116
20+ TMPDIR=/var/tmp/1116
21+ '[' '!' -d stick.git ']'
22+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
23+ pushd stick.git
24+ git checkout master
25Already on 'master'
26+ popd
27+ '[' stick '!=' stick ']'
28+ export commit
29+ export differential
30+ export id
31+ export package
32+ export phid
33+ export ro_uri
34+ export uri
35+ export vcs
36+ export test_build
37+ export test_functional
38+ export test_integration
39+ export test_performance
40+ export test_unit
41+ export test_obs
42+ '[' -x stick.git/drydocker/stick/build.sh ']'
43+ pushd stick.git
44+ ../stick.git/drydocker/stick/build.sh
45Sending build context to Docker daemon 5.632 kB
46
47Sending build context to Docker daemon
48+ retval=0
49+ popd
50+ cd /var/tmp
51+ rm -rf /var/tmp/1116
52+ exit 0
53

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

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

Run Command on atomic02

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

Build Log 2996 (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/1115
20+ TMPDIR=/var/tmp/1115
21+ '[' '!' -d stick.git ']'
22+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
23+ pushd stick.git
24+ git checkout master
25Already on 'master'
26+ popd
27+ '[' stick '!=' stick ']'
28+ export commit
29+ export differential
30+ export id
31+ export package
32+ export phid
33+ export ro_uri
34+ export uri
35+ export vcs
36+ export test_build
37+ export test_functional
38+ export test_integration
39+ export test_performance
40+ export test_unit
41+ export test_obs
42+ '[' -x stick.git/drydocker/stick/build.sh ']'
43+ pushd stick.git
44+ ../stick.git/drydocker/stick/build.sh
45Sending build context to Docker daemon 5.632 kB
46
47Sending build context to Docker daemon
48+ retval=0
49+ popd
50+ cd /var/tmp
51+ rm -rf /var/tmp/1115
52+ exit 0
53

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

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

Lease Host atomic01

When
Completed at Jun 23 2015, 2:49 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 23 2015, 2:49 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 23 2015, 2:49 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