Page MenuHomePhorge

Build 835
PassedPublic

Run Command on atomic01

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

Build Log 3010 (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/1121
20+ TMPDIR=/var/tmp/1121
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/1121
52+ exit 0
53

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

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

Run Command on atomic02

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

Build Log 3008 (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/1120
20+ TMPDIR=/var/tmp/1120
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/1120
52+ exit 0
53

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

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

Lease Host atomic01

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

Lease Host atomic02

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

Wait for Previous Commits to Build

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

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

1Blocked by: Build 833
2

Event Timeline