Page MenuHomePhorge

Build 842
PassedPublic

You are viewing an older run of this build. View Current Build

History

Run Command on atomic01

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

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

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

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

Run Command on atomic02

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

Build Log 3054 (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/1137
20+ TMPDIR=/var/tmp/1137
21+ '[' '!' -d stick.git ']'
22+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
23+ pushd stick.git
24+ git checkout master
25Already on 'master'
26+ popd
27+ '[' stick '!=' stick ']'
28+ export commit
29+ export differential
30+ export id
31+ export package
32+ export phid
33+ export ro_uri
34+ export uri
35+ export vcs
36+ export test_build
37+ export test_functional
38+ export test_integration
39+ export test_performance
40+ export test_unit
41+ export test_obs
42+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
43+ mkdir -p /var/tmp/osbuild-packagecache/
44+ '[' -x stick.git/drydocker/stick/build.sh ']'
45+ pushd stick.git
46+ ../stick.git/drydocker/stick/build.sh
47Sending build context to Docker daemon 5.632 kB
48
49Sending build context to Docker daemon
502015/06/23 20:31:42 The command [/bin/sh -c 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] returned a non-zero code: 1
51make: *** [all] Error 1
52+ retval=2
53+ popd
54+ cd /var/tmp
55+ rm -rf /var/tmp/1137
56+ exit 2
57

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

1Cloning into 'stick.git'...
2/var/tmp/1137/stick.git /var/tmp/1137
3/var/tmp/1137
4/var/tmp/1137/stick.git /var/tmp/1137
5Cloning into '/var/tmp/1137/docker.git'...
6/var/tmp/1137/docker.git /var/tmp/1137/stick.git
7HEAD is now at 741fb5d Avoid attempting to checkout a detached branch
8/var/tmp/1137/docker.git/ci /var/tmp/1137/docker.git
9for container in $(docker ps -a | grep Exited | awk '{print $1}'); do \
10 docker rm -f $container ; \
11done
12for image in $(docker images -aq --filter dangling=true); do \
13 docker rmi -f $image ; \
14done
15Deleted: 3ecc9260868c021d85afc2c7cd49f500e98c9cdd3fabcfe5ecec3c7cb7031f95
16Deleted: f02b3f0c5e3135aac2829ca3c91e9314303b31aa3732db169ab90f029b60fae5
17Deleted: 3f336d527a37751fb2efabd7239b184fb16a60168a2bd4e6b3d2eb7baa99c0ad
18Deleted: 81e5b8e3e20e74a7b1b356c12ba88c02382ae524b5011a0c233ef7a8e891778c
19Deleted: 5839684912d1b9ed247613dbbb5cc6e20881abcef7843e7d176fe9c171f2c7aa
20Deleted: 072bd6b39b59d0dd2bfedf1fa986da06bb0c9ed740ad2399eeee387e12131aa9
21Deleted: b6798e7b0100aac1f4393d04778201adfccbeb820dbea03f5a2853685f403d5b
22Deleted: 75bf14f12d24b716b1adcd8522f2efc18dd654f3dc647f545d1c8571a165bc57
23Deleted: 0e69d2df866d2a03f2f9beab367313f6018a7ae70e911bfa7bf631918a3679e6
24Deleted: 82b5e2f426c590ea12beef36c8c943e9b2e6128dba605179118e149b007f09b7
25Deleted: d57afb584242aedb6a0d7f69289b3b23a58a5190ed78e1e66d401d8ab93b3ce6
26Deleted: 967cdc7251b8db21b43b8d647da323ea4bb57aea1a23c6340fcd0a773e257535
27Deleted: 80ad75218ef128180693df29bde3c24cd8fa046e6642cedcd2465f38072f3276
28Deleted: 05822c4eabb03ee34d9a71eb15d8ae0bf23db843e5ba4b58899f52cc408b421e
29Deleted: 21bfd70f0bbfcd0994e48a4488d3a1cb7c24fa00abbc5af0b07e9943f9fdbc2d
30Deleted: 5f7c97cf08cf1e5c0ba773ff59d0451d8d07d4e788848906c2a7411d8b5d4336
31Deleted: 426cfee9c7f7172f04867a31d024e67becb11d9b9a49ba3b8ac62c87f7ca4804
32Deleted: 76953e89c47b911e2b276e998840fca3ae1903ebdc58259aeef8a899c8377f21
33Deleted: 68d8d4ef8ffb723cafd7d469c6d2f02bcca0fa43f68214efb8b9e45341e38e25
34Deleted: 765abdc62db869bfa93e4f1e5414c05d5eb226b223551f4051602ef3a12df673
35Deleted: ed9dcdc4d3564463edd1221faf6852564ce26e60aca6e3511a4a1c146bcffe40
36Deleted: ea89b00c764004c40871d011c2a6401d8408426f56d71e197a42dfe1f4ae78a3
37Deleted: 74c94afbbc1667300992fc9f57280d707767236dffeb743dafce7b82ca7d8b14
38Deleted: d3e57b5c1b3d0cfc9fbc4f53a1b53d0d6707827d67e82d4b61a8fb1b61879266
39Deleted: 3b245ca648596c52f5f2a0729e6510511c6d85eb7e068933db1430527892ba18
40Deleted: d3e892b66c200a98d096c11eb81366df1751c730341910f96ff7f8eb824aa117
41Deleted: 585cbb1f3be714c2d8142c48ce4f550038ff8de06dae63af3c348758ada0e1a7
42Deleted: 7006f40a6e150676f30509f030e7604e7ef989065b071ea8553810a95d871e83
43Deleted: fbc058f06b6c3e8d5d18d2a87452bfeeb8893e3cfd027f1fb57749770748239e
44Deleted: d4598971d45faf9ba1689ab917a30fda5e4711cd56431b573e519afbdf7046c9
45Deleted: 7c8b5c1e8d7fd7c93a38bfd3c98adfde023ee46c64046ec49700a4b1ad77151f
46Deleted: 25c8a657f58ffa07bcf7d208eb3a4619c6bd48caf258698173503642adec0cc1
47Deleted: 82aeb9eaafa0c63827db1b06023865b448cfa17f29bbff9c76f65c5844e328f5
48Deleted: a359f8da6991ae1a81aeae6d29f63a658c7e884f2d4c0dea13d870f631ffb497
49Deleted: 10d42b9c8f0685100f068c9a705e1e52c76330845dac6df48fa97ac875d5b676
50Deleted: 34e8805171fecc3a0eb4c592eb19c93fbb28103956cf8b268adad2609b3c4a4c
51Deleted: ed91486ffd0699331b22ab8ac4eaee65bfb373c54a86023710de9b140f6dcd82
52Deleted: 6d2b2a00a6f903b05811d65567346eb457f93017710fb531038ec110dfaf33f0
53Deleted: 902dac38609f433fa07d091750f20dc9c7780aa5c0fb4f12d3f5126edebe1ec9
54Deleted: 57d04c0ac46f6183158866673dc111c2223c0d45d4cce8fff3eab0f65d10db24
55Deleted: 116f66ce648e9a99f402c3585d45e334ff58e74879a9104c86ef91f134596799
56Deleted: 1cf39eaef5cfebce94a36e05476b09452d3942636036d80a03a82d12b99b620d
57Deleted: 616cdaa7b2ca7289de38f027cb9e34887ec7507038759531c1ae2d1825fca860
58Deleted: d0e3bce515aa4f8b596afe51ddfb6088fdafe2116d3f5caca0ce80ca3b5722a2
59Deleted: c4dcc8b2cd7c5083375c9a332bdd637f28a9dddd85a7d61f3b7007c57381ca6f
60Deleted: d2fcca156698c19d4a038fc315791612a5ac2c29ad46b32ccd4cc2289657566a
61Deleted: de9204b3bd09d89f721e5061865c0da8c363662d8f6957af6dc266ab8a8ed98c
62Deleted: 997a7be091fd43c7ab0ecfb48950c5f21e527e8692819d9475730bd5b6d3577c
63Deleted: c7a26ef13972cde3c1ff9dc66e47ebfa18dc59e84cddcb495f962fc46e054f34
64Deleted: b23b76d6d372cace127794ecc38e0beda2a4d501588b6e8e72fd7e115ecd81b8
65Deleted: 2c709810156cc83792355930a30819172e21b4b9cd3c29cb056dbf687dfc4f13
66Deleted: 1f0e0ec4a5ba9b1bab9685de1b58ca5ec1c15cf16fbe9063f228b1d227accade
67Deleted: 52e58f8c82ef5038a76a7b9387bc2b9f299b91329c07c11569f043c4e20dc822
68Deleted: a57e79310321109da81f542a65f53a99ecfce59ca9f0e06cda635f143281fe8e
69Deleted: d03e759d1dd04dffea593cb56973beb76d6a30baba3fbac3d0f3817fb4b92f1c
70Deleted: df201abede387d891ef76bf12ca744f37d81bd421cc03ab72242d2c9bc9f628b
71Deleted: f78b79bee8c679bdc6c8cb3452c0a992896d1cb71395706396d078fa2939d523
72Deleted: 2537eeb189c938087b136168b4403c128efecbad2f4cbee7aef8a100951b9f59
73Deleted: d4e7bb3ec79878ca5810ab140a75eb637b70b37e2ede9907744a6987a31cb286
74Deleted: 9f69f6954de2dfd9ffe2c259a00f7af691a77289a235a567112c02fdbe4f7b78
75Deleted: c4e5cd16acdb36ecc3534772f81f947ef76aff80f33a121618b19b4b799358eb
76Deleted: 0961dff1687cdd9c5c7236eee295a08916c3a987a3fe2e0ad61b81a6bf1bcb43
77Deleted: 3a01f90d1ea3f3a7c5c150914498ffce499c1247b463b3d8e796ff54124e9824
78Deleted: 1adfb517238c1c20c39536b45a77fc6bc1b9b0efcf21582f49e9159596e834e3
79Deleted: b1ab7e943d8dbaa39b34c1ebca12bf218deb5c305d6221950b2998cee808238e
80Deleted: df8fd5e54b33007b4dc047178c8b1788ae27093320246587345297129da2ccd7
81Deleted: 5d5dfd2765fc74e7fa1b1c7958a0c0005bef84e002dc3644d0785b00b1154c41
82Deleted: 6d77bbcf792e85b233effbde2ce573a29737f6ce12f23014e06a5e5b168e7147
83Deleted: 44b547e830ea5808e7fdf55caeafed869d4b5de79e7e25c1e7e090857ec54675
84Deleted: 889d9cf46f946f892083fae3e86bb102ec29f68c65e577b87db78359e6982588
85Deleted: 99c57ed15febf646fb036ee42301621b7ce3f732802d2cc14adfa5b366bc025c
86Deleted: 102c2ef4e8d22016357b8fe75eeee88a556d41404ca11ddd3e35b6900eb140bc
87Deleted: 125fe31925b46ac4482c05c3a6409a2535dcf097f92d2e4166cf5dea8b6b45a3
88Deleted: 59cd45d849cdbac4ae0b861539d0a76a3e2e53788eccf934a3f4a458cd565ffe
89Deleted: cb71337f6d6a980287acc079830b7a87e36e1e927a847b2aac538bf540854651
90Deleted: 2b6e9e695e9f406ba9afaa2a58c5b25fe43a0d985e234c6b23a15d86c29da7a8
91Deleted: a98fdc4c00673929900bfd5ea30c7af9bddc891741e99f1e0a6a1965185ad604
92Deleted: a96499dfe9887a1465e497956c57ec35f90a3548338d18fac17c5021548e3a3a
93Deleted: 28aaed3c43a1b36dd869be1112e8eb839ab4848798c0da5afd35a558b0192f59
94Deleted: 232069b0065dc16f6ad0c9d1ef11fc2588ba8bf8568806851f1e440259cf4560
95Deleted: 43cbbc13f6f5653e449589041ec32abe39d8b45567002cef2f6ee9212aee2f57
96Deleted: bce0199762789bdc23697a624e76b350809e963fbe50b09fc8b9d7cbb58447a7
97Deleted: 723be017be6306b66326af83bb431d7bc7600b31a5f70780180f1c907034b05e
98Deleted: e8507a82135c72907418223b4d36bbe9da0928fd639064ed834dd439ef65fd90
99Deleted: d15ff9d05259e1d1350799b2167906e0b68377332cfac12b6931b97cb8323317
100Deleted: efc052728824e469e17c0b1a9775e66548c177d72a7f7160073e8d013d9f371f
101Deleted: 1421a9ddfe2b90a5b0dc015b99ff37c1c4f7414351b35e1f24ebf6ec8022893b
102Deleted: 86808ac14eb4798d3ea95a509f83da185b879d50bda61ebc2607910d755f7952
103Deleted: ae73f6281e05caaa0320aadc06d975fcbc64f01184bcaea94f75e6b7fffdc0ea
104Deleted: 69cb801c772442a1cf8b41c992e8725e75e2e0fe33791aac0c84618025fca8f0
105Deleted: d028c5b70ab8fc451814eb9e03015e581bf57c1d55b2eaed32c81f2b47505f89
106Deleted: f4d5d2e62268c09f439f8572f670845b8a7ccbaa92a641bc5303b66d1b68e60f
107Deleted: c6f167043f57833a558697ebc9081429e004b5f5a9bc3d3cda9c164304a3f473
108Deleted: 9ef282a00a7eeb953905e1b63c4d4aa830756e0f61e0eb5ee0763f14e0afbf0d
109Deleted: 5f91ada22aa9cf650a1c029e1045c69e6d9c7e7b13a912d56ea086c200bda77e
110Deleted: 917c99d839c3a3e652050f086538c887fb00ed22fbff5d45e73c4272d853eb09
111Deleted: a435adc312d63ff850071fe7912f8d05eb21239fb623b3d372b7a9c78600b4ac
112Deleted: eb95709483fe4bc7e0535a775f071e4db27192261bfb6d17ff2d3f771859fc36
113Deleted: 5d6e37e65c6235188d3ba782b60bbc6461d4bf8a414105b2c288aab6859dbfae
114Deleted: 42edf393b8f97a97c53c546b82a81d4e2d8361c074c1eaf16ef193113e19f34a
115Deleted: bb7fcfa8f52c3d28cc5be053bef9e83d0a38d9e2ef470f93b1b9faf5178df869
116Deleted: cb8812a88233b875d1f94c90f01e51c7cacb1e012668ba612861603deacc013d
117Deleted: 4302db5468792e7275cb4d7a28282d94d377dad0988fdc2532fe20c7e5abc543
118Deleted: 81d960d08b3f3da43363002708b6642538b440da6f08567067fecb01b1e84c62
119Deleted: 5900f6f97963678c94101d9c04c65032e6780242786613d13638d062a47cf7e9
120Deleted: 5fbc4f2309eee1a63dd2197b119968d512e02c1cb3462e1b8385612ba568f851
121Deleted: 1599e8f13d7be92f114347261264f9fe8bd0cb21025c57011bec542c0521e601
122Deleted: 7d2bf49b86cd102dc32073acf1e143d9baf89f72c1f29f5395ce3e91207393b1
123Deleted: 2da984bb296246027d4b2000250008cbab84874d4fa1638110b32bbe0ca2202c
124Deleted: cbc01dab1b8e04719297b5922c54164640569ba07f0ba4bb5de15237a4c30776
125Deleted: 509e096ca90fe018ff66995461c8b24be1ed81c7122ce98f63fb68daa31fac74
126Deleted: 36802ef6f0f08a9aafe80d7b2d0cb600ce736324963349a7af5f6980250bd551
127Deleted: b22566585e38a09b25323804b80ff2fcccecff530db0afc65a0576d99d4c4f2d
128Deleted: a1910b12b86842bd75575993ee3511ca6be1fc2b84493502ee3183d8a0e1e914
129Deleted: 39e0505bc51737cfff6db4d4eb4f33ac2725ec80395dec2277ddb9ad6005417d
130Deleted: ce6c3225637345959e1b918856dfcff92076e3616e7a7f9dcad8a82ca6156dd1
131Deleted: f415f2154bc312883830f6a7d195ef74ebfa3917cb7430044dd357260054edb8
132Deleted: 1846dd36ca95db7f40816a2f2451f14374e8c444477677a29e6ab8de8ff3e022
133Deleted: 638c13a47b2de2f1f16bf2df7e75e0e5b95f2c820a8dd062ee436428e28c07b4
134Deleted: edb22423c43200fbc91d354cc33d6dc884688da76344b546a2e8a811ac50b7f0
135Deleted: ab7d8d589bda77ad4e88add1eb2ea2903d07d7a2bea8d7a086b8be420e62eec6
136Deleted: 4ca61b3063e431c1504049ca483b16052c1d22d5b3d5a5cb0ffe2988d2458399
137Deleted: e038718a4abaeb22983cf2440a0f39a8c90f9a4b2e2fa3a3b95a5cd09776da4b
138Deleted: 7ba7e812c37f9da51e9b844963c10026f640b67794e775505a5a1a2d97df72a7
139Deleted: 0cad5e7094ee9ed0a9213447f8cdd6feb33fdc0ce8ea7c3559674e5e64674104
140Deleted: faa2b1db4ae5aba74754007d1e801117a2c1a5b37b260faa282d7233aed40cc5
141Deleted: fa9388e75c265a036d0c14d3969f19f658c25eec6a04645323362a601cea0b6a
142Deleted: d947a58d93843ff44a39dbbcc873a27068357bbc714e2b2104b598ee59483294
143Deleted: 613444548b6267319378425a01f2c035a8e977e505aafa9c0ea95a2ce0e70321
144Deleted: 3280d9600806327200342948c8d4bbe10c81f4f4d5b8b90a04f76e06b88aae1d
145Deleted: 012e68a517c79ef1d893361ad72422aa23e06804f0b8a5cbed20d83a95121f9d
146Deleted: 1f1573f894b812f18e6176c78ce8f307f367cc7458b5766b86c142ca22d9b4c9
147Deleted: 1321e29e8ab87e2d1df9bd0c351bd77dd146c1172e00e10d60a7aa8a25c0e430
148Deleted: 861c8fb920985cc6923a6b04137e5395fbc6556d88aa29baceb7b0284b2a401b
149Deleted: 0f621bc9f6ac425ab328407e918357bca6e73a43558ec3008db5d4899fbcdcce
150Deleted: 001683bdbccd99eb1cb3f05f052e04b219e85680d31d93f6b7b4ea055bd4f4a9
151Deleted: 6f41d8553d6d6e742d1d4790d83cd5766f70d82d162e859ce059fbcf643d8b1d
152Deleted: 12a35f523ad47e8cef880e72beae8bd1bfb19fdb0a1818abb6196ff6c512bc71
153Deleted: b4f510db9b0bcbaa2dd166d5c422434e7fb6d0afcec5e0cc9579d094831249a4
154Deleted: 11a6e649918e367dfff14141c895f991bd47b9c6831626ca7ca0c7b67bf20509
155for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
156 docker build --rm=true --no-cache=true --force-rm=true -t kolab/ci-$dist - < $dist ; \
157done
158Step 0 : FROM centos:centos7
159 ---> fd44297e2ddb
160Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
161 ---> Running in 8f1068ecfe82
162 ---> efb5bc7b7326
163Removing intermediate container 8f1068ecfe82
164Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
165 ---> 64cd615a1e1a
166Removing intermediate container a3d51d12d7c9
167Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
168 ---> Running in bdff9ec875a0
169 ---> 98887ea8adc6
170Removing intermediate container bdff9ec875a0
171Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
172 ---> 20b6e758fa72
173Removing intermediate container 27aa85eb8e3e
174Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
175 ---> Running in 92817f29c422
176 ---> 94fe2d786d0a
177Removing intermediate container 92817f29c422
178Step 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
179 ---> Running in 01e0de93ff8a
180 ---> b64cee6f69bb
181Removing intermediate container 01e0de93ff8a
182Step 7 : ENV IMAGE maipo
183 ---> Running in 946784e3cd99
184 ---> e9014dc6684a
185Removing intermediate container 946784e3cd99
186Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
187 ---> 50e5c5c91a20
188Removing intermediate container 300d3111511e
189Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
190 ---> Running in 5c8b3c1f5c8d
191 ---> a7bbdc4b474a
192Removing intermediate container 5c8b3c1f5c8d
193Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service
194 ---> 2ea30dc3b09e
195Removing intermediate container 41afabdd2cff
196Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl
197 ---> 3026bf1148ea
198Removing intermediate container 71591e71ff6b
199Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
200 ---> af0f3b274139
201Removing intermediate container 3c1693dbca22
202Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
203 ---> Running in 04b2325669bf
204mode of '/usr/bin/systemctl' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
205mode of '/usr/bin/systemctl-socket-daemon' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
206 ---> c52f524bb7db
207Removing intermediate container 04b2325669bf
208Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
209 ---> b8d875c50591
210Removing intermediate container f46b86b7204d
211Step 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
212 ---> Running in 9e2c733aa405
213Cleaning repos: Kolab_Development base extras openSUSE_Tools systemdcontainer
214 : updates
215Cleaning up everything
216Resolving Dependencies
217--> Running transaction check
218---> Package epel-release.noarch 0:7-5 will be installed
219--> Finished Dependency Resolution
220
221Dependencies Resolved
222
223================================================================================
224 Package Arch Version Repository Size
225================================================================================
226Installing:
227 epel-release noarch 7-5 extras 14 k
228
229Transaction Summary
230================================================================================
231Install 1 Package
232
233Total download size: 14 k
234Installed size: 24 k
235Downloading packages:
236warning: /var/cache/yum/x86_64/7/extras/packages/epel-release-7-5.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
237Public key for epel-release-7-5.noarch.rpm is not installed
238Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
239Importing GPG key 0xF4A80EB5:
240 Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
241 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
242 Package : centos-release-7-1.1503.el7.centos.2.8.x86_64 (@CentOS/$releasever)
243 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
244Running transaction check
245Running transaction test
246Transaction test succeeded
247Running transaction
248 Installing : epel-release-7-5.noarch 1/1
249 Verifying : epel-release-7-5.noarch 1/1
250
251Installed:
252 epel-release.noarch 0:7-5
253
254Complete!
255http://ftp-stud.hs-esslingen.de/pub/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
256Trying other mirror.
257http://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
258Trying other mirror.
259http://ftp.fi.muni.cz/pub/linux/fedora/epel/7/x86_64/repodata/bf83e4d6b1d79ee0576ba02433f5bafae9747d6ec04fc3d0cd92942dc9e46888-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
260Trying other mirror.
261http://ftp.linux.cz/pub/linux/fedora/epel/7/x86_64/repodata/bf83e4d6b1d79ee0576ba02433f5bafae9747d6ec04fc3d0cd92942dc9e46888-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
262Trying other mirror.
263http://mirror.vutbr.cz/epel/7/x86_64/repodata/bf83e4d6b1d79ee0576ba02433f5bafae9747d6ec04fc3d0cd92942dc9e46888-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
264Trying other mirror.
265http://mirror.onet.pl/pub/mirrors/fedora/linux/epel//7/x86_64/repodata/bf83e4d6b1d79ee0576ba02433f5bafae9747d6ec04fc3d0cd92942dc9e46888-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
266Trying other mirror.
267http://mirror.oss.maxcdn.com/epel/7/x86_64/repodata/d8c2bf6330728c8c5530e57154bbe9c1f7eb4e88b24b927e7e45eb9f30f564f7-pkgtags.sqlite.gz: [Errno 14] HTTP Error 404 - Not Found
268Trying other mirror.
269http://mirror.serverbeheren.nl/epel/7/x86_64/repodata/d8c2bf6330728c8c5530e57154bbe9c1f7eb4e88b24b927e7e45eb9f30f564f7-pkgtags.sqlite.gz: [Errno 14] HTTP Error 404 - Not Found
270Trying other mirror.
271http://mirror.23media.de/epel/7/x86_64/repodata/d8c2bf6330728c8c5530e57154bbe9c1f7eb4e88b24b927e7e45eb9f30f564f7-pkgtags.sqlite.gz: [Errno 14] HTTP Error 404 - Not Found
272Trying other mirror.
273http://repo.boun.edu.tr/epel/7/x86_64/repodata/d8c2bf6330728c8c5530e57154bbe9c1f7eb4e88b24b927e7e45eb9f30f564f7-pkgtags.sqlite.gz: [Errno 14] HTTP Error 404 - Not Found
274Trying other mirror.
275http://mirror.proserve.nl/fedora-epel/7/x86_64/repodata/d8c2bf6330728c8c5530e57154bbe9c1f7eb4e88b24b927e7e45eb9f30f564f7-pkgtags.sqlite.gz: [Errno 14] curl#7 - "Failed to connect to 2001:828:101:1::8:1: Network is unreachable"
276Trying other mirror.
277Resolving Dependencies
278--> Running transaction check
279---> Package ant.noarch 0:1.9.2-9.el7 will be installed
280--> Processing Dependency: jpackage-utils >= 1.7.5 for package: ant-1.9.2-9.el7.noarch
281--> Processing Dependency: java-devel >= 1.5.0 for package: ant-1.9.2-9.el7.noarch
282--> Processing Dependency: xml-commons-apis for package: ant-1.9.2-9.el7.noarch
283--> Processing Dependency: xerces-j2 for package: ant-1.9.2-9.el7.noarch
284--> Processing Dependency: perl for package: ant-1.9.2-9.el7.noarch
285--> Processing Dependency: jpackage-utils for package: ant-1.9.2-9.el7.noarch
286---> Package build.noarch 0:20150615-198.1 will be installed
287--> Processing Dependency: build-mkbaselibs for package: build-20150615-198.1.noarch
288--> Processing Dependency: tar for package: build-20150615-198.1.noarch
289---> Package git.x86_64 0:1.8.3.1-4.el7 will be installed
290--> Processing Dependency: perl-Git = 1.8.3.1-4.el7 for package: git-1.8.3.1-4.el7.x86_64
291--> Processing Dependency: rsync for package: git-1.8.3.1-4.el7.x86_64
292--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-4.el7.x86_64
293--> Processing Dependency: perl(Git) for package: git-1.8.3.1-4.el7.x86_64
294--> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-4.el7.x86_64
295--> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-4.el7.x86_64
296--> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-4.el7.x86_64
297--> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-4.el7.x86_64
298--> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-4.el7.x86_64
299--> Processing Dependency: perl(Error) for package: git-1.8.3.1-4.el7.x86_64
300--> Processing Dependency: openssh-clients for package: git-1.8.3.1-4.el7.x86_64
301--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-4.el7.x86_64
302---> Package osc.x86_64 0:0.151.2-169.1 will be installed
303--> Processing Dependency: m2crypto > 0.19 for package: osc-0.151.2-169.1.x86_64
304---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
305--> Processing Dependency: perl(constant) for package: perl-Data-Dumper-2.145-3.el7.x86_64
306--> Processing Dependency: perl(Scalar::Util) for package: perl-Data-Dumper-2.145-3.el7.x86_64
307--> Processing Dependency: perl(Carp) for package: perl-Data-Dumper-2.145-3.el7.x86_64
308---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
309--> Processing Dependency: perl(Digest::base) >= 1.00 for package: perl-Digest-MD5-2.52-3.el7.x86_64
310---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
311--> Processing Dependency: perl(Time::Local) for package: 1:perl-TimeDate-2.30-2.el7.noarch
312---> Package php-phpunit-PHPUnit-Selenium.noarch 0:1.4.2-1.el7 will be installed
313--> Processing Dependency: php-composer(sebastian/comparator) < 2 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
314--> Processing Dependency: php-composer(phpunit/phpunit) < 5 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
315--> Processing Dependency: php-composer(sebastian/comparator) >= 1.0 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
316--> Processing Dependency: php-composer(phpunit/phpunit) >= 3.7 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
317--> Processing Dependency: php(language) >= 5.3.3 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
318--> Processing Dependency: php-zip for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
319--> Processing Dependency: php-spl for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
320--> Processing Dependency: php-reflection for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
321--> Processing Dependency: php-pcre for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
322--> Processing Dependency: php-json for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
323--> Processing Dependency: php-dom for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
324--> Processing Dependency: php-date for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
325--> Processing Dependency: php-curl for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
326---> Package rpmdevtools.noarch 0:8.3-5.el7 will be installed
327--> Processing Dependency: rpm-build >= 4.4.2.3 for package: rpmdevtools-8.3-5.el7.noarch
328--> Processing Dependency: emacs-filesystem for package: rpmdevtools-8.3-5.el7.noarch
329--> Processing Dependency: /usr/bin/man for package: rpmdevtools-8.3-5.el7.noarch
330---> Package screen.x86_64 0:4.1.0-0.19.20120314git3c2946.el7 will be installed
331---> Package sudo.x86_64 0:1.8.6p7-13.el7 will be installed
332---> Package vim-enhanced.x86_64 2:7.4.160-1.el7 will be installed
333--> Processing Dependency: vim-common = 2:7.4.160-1.el7 for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
334--> Processing Dependency: libperl.so()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
335--> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
336---> Package yum-utils.noarch 0:1.1.31-29.el7 will be installed
337--> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-29.el7.noarch
338--> Running transaction check
339---> Package build-mkbaselibs.noarch 0:20150615-198.1 will be installed
340---> Package emacs-filesystem.noarch 1:24.3-11.el7 will be installed
341---> Package gpm-libs.x86_64 0:1.20.7-5.el7 will be installed
342---> Package java-1.7.0-openjdk-devel.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
343--> 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
344--> 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
345---> Package javapackages-tools.noarch 0:3.4.1-6.el7_0 will be installed
346--> Processing Dependency: python-javapackages = 3.4.1-6.el7_0 for package: javapackages-tools-3.4.1-6.el7_0.noarch
347--> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-6.el7_0.noarch
348---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed
349---> Package m2crypto.x86_64 0:0.21.1-15.el7 will be installed
350---> Package man-db.x86_64 0:2.6.3-9.el7 will be installed
351--> Processing Dependency: libpipeline.so.1()(64bit) for package: man-db-2.6.3-9.el7.x86_64
352---> Package openssh-clients.x86_64 0:6.6.1p1-12.el7_1 will be installed
353--> Processing Dependency: openssh = 6.6.1p1-12.el7_1 for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
354--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
355--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
356--> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
357---> Package perl.x86_64 4:5.16.3-285.el7 will be installed
358--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-285.el7.x86_64
359--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-285.el7.x86_64
360--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-285.el7.x86_64
361--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-285.el7.x86_64
362--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-285.el7.x86_64
363--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-285.el7.x86_64
364--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-285.el7.x86_64
365--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-285.el7.x86_64
366--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-285.el7.x86_64
367--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-285.el7.x86_64
368---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
369---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
370---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
371---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
372---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
373---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
374---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
375--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
376--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
377---> Package perl-Git.noarch 0:1.8.3.1-4.el7 will be installed
378---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
379---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
380---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
381---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
382---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
383---> Package perl-libs.x86_64 4:5.16.3-285.el7 will be installed
384---> Package php-common.x86_64 0:5.4.16-23.el7_0.3 will be installed
385--> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-23.el7_0.3.x86_64
386---> Package php-phpunit-PHPUnit.noarch 0:4.6.10-1.el7 will be installed
387--> Processing Dependency: php-composer(symfony/yaml) < 4 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
388--> Processing Dependency: php-composer(symfony/class-loader) < 3 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
389--> Processing Dependency: php-composer(sebastian/version) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
390--> Processing Dependency: php-composer(sebastian/global-state) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
391--> Processing Dependency: php-composer(sebastian/exporter) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
392--> Processing Dependency: php-composer(sebastian/environment) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
393--> Processing Dependency: php-composer(sebastian/diff) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
394--> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) < 3 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
395--> Processing Dependency: php-composer(phpunit/php-timer) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
396--> Processing Dependency: php-composer(phpunit/php-text-template) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
397--> Processing Dependency: php-composer(phpunit/php-invoker) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
398--> Processing Dependency: php-composer(phpunit/php-file-iterator) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
399--> Processing Dependency: php-composer(phpunit/php-code-coverage) < 3 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
400--> Processing Dependency: php-composer(phpspec/prophecy) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
401--> Processing Dependency: php-composer(doctrine/instantiator) < 2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
402--> Processing Dependency: php-composer(symfony/yaml) >= 2.1 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
403--> Processing Dependency: php-composer(symfony/class-loader) >= 2.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
404--> Processing Dependency: php-composer(sebastian/version) >= 1.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
405--> Processing Dependency: php-composer(sebastian/recursion-context) >= 1.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
406--> Processing Dependency: php-composer(sebastian/global-state) >= 1.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
407--> Processing Dependency: php-composer(sebastian/exporter) >= 1.2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
408--> Processing Dependency: php-composer(sebastian/environment) >= 1.2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
409--> Processing Dependency: php-composer(sebastian/diff) >= 1.2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
410--> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) >= 2.3 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
411--> Processing Dependency: php-composer(phpunit/php-timer) >= 1.0 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
412--> Processing Dependency: php-composer(phpunit/php-text-template) >= 1.2 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
413--> Processing Dependency: php-composer(phpunit/php-invoker) >= 1.1 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
414--> Processing Dependency: php-composer(phpunit/php-file-iterator) >= 1.4 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
415--> Processing Dependency: php-composer(phpunit/php-code-coverage) >= 2.0.11 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
416--> Processing Dependency: php-composer(phpspec/prophecy) >= 1.3.1 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
417--> Processing Dependency: php-composer(doctrine/instantiator) >= 1.0.4 for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
418--> Processing Dependency: php-tidy for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
419--> Processing Dependency: php-pcntl for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
420--> Processing Dependency: php-mbstring for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
421--> Processing Dependency: php-cli for package: php-phpunit-PHPUnit-4.6.10-1.el7.noarch
422---> Package php-phpunit-comparator.noarch 0:1.1.1-1.el7 will be installed
423---> Package php-xml.x86_64 0:5.4.16-23.el7_0.3 will be installed
424---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed
425--> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch
426---> Package rpm-build.x86_64 0:4.11.1-25.el7 will be installed
427--> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.1-25.el7.x86_64
428--> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.1-25.el7.x86_64
429--> Processing Dependency: unzip for package: rpm-build-4.11.1-25.el7.x86_64
430--> Processing Dependency: system-rpm-config for package: rpm-build-4.11.1-25.el7.x86_64
431--> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.1-25.el7.x86_64
432--> Processing Dependency: bzip2 for package: rpm-build-4.11.1-25.el7.x86_64
433--> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.1-25.el7.x86_64
434---> Package rsync.x86_64 0:3.0.9-15.el7 will be installed
435---> Package tar.x86_64 2:1.26-29.el7 will be installed
436---> Package vim-common.x86_64 2:7.4.160-1.el7 will be installed
437--> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.160-1.el7.x86_64
438---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed
439--> Processing Dependency: xml-commons-resolver >= 1.2 for package: xerces-j2-2.11.0-17.el7_0.noarch
440--> Processing Dependency: xalan-j2 >= 2.7.1 for package: xerces-j2-2.11.0-17.el7_0.noarch
441--> Processing Dependency: osgi(org.apache.xml.serializer) for package: xerces-j2-2.11.0-17.el7_0.noarch
442--> Processing Dependency: osgi(org.apache.xml.resolver) for package: xerces-j2-2.11.0-17.el7_0.noarch
443---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed
444--> Running transaction check
445---> Package bzip2.x86_64 0:1.0.6-12.el7 will be installed
446---> Package elfutils.x86_64 0:0.160-1.el7 will be installed
447--> Processing Dependency: elfutils-libs(x86-64) = 0.160-1.el7 for package: elfutils-0.160-1.el7.x86_64
448--> Processing Dependency: libdw.so.1(ELFUTILS_0.158)(64bit) for package: elfutils-0.160-1.el7.x86_64
449--> Processing Dependency: libdw.so.1(ELFUTILS_0.149)(64bit) for package: elfutils-0.160-1.el7.x86_64
450--> Processing Dependency: libdw.so.1(ELFUTILS_0.148)(64bit) for package: elfutils-0.160-1.el7.x86_64
451--> Processing Dependency: libdw.so.1(ELFUTILS_0.138)(64bit) for package: elfutils-0.160-1.el7.x86_64
452--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils-0.160-1.el7.x86_64
453--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils-0.160-1.el7.x86_64
454--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils-0.160-1.el7.x86_64
455--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils-0.160-1.el7.x86_64
456--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils-0.160-1.el7.x86_64
457--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils-0.160-1.el7.x86_64
458--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils-0.160-1.el7.x86_64
459---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed
460--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-5.el7.x86_64
461---> Package gdb.x86_64 0:7.6.1-64.el7 will be installed
462---> Package java-1.7.0-openjdk.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
463--> 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
464--> 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
465--> 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
466--> 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
467--> 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
468--> 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
469--> 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
470--> 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
471--> 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
472--> Processing Dependency: fontconfig for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
473--> 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
474--> 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
475--> 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
476--> 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
477--> 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
478--> 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
479--> 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
480--> 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
481--> 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
482--> 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
483--> 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
484--> 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
485--> 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
486--> 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
487--> 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
488---> Package libX11.x86_64 0:1.6.0-2.1.el7 will be installed
489--> Processing Dependency: libX11-common = 1.6.0-2.1.el7 for package: libX11-1.6.0-2.1.el7.x86_64
490--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.0-2.1.el7.x86_64
491---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
492---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed
493---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
494---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed
495---> Package openssh.x86_64 0:6.6.1p1-12.el7_1 will be installed
496---> Package patch.x86_64 0:2.7.1-8.el7 will be installed
497---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
498---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
499--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
500--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
501---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
502--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
503--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
504---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed
505---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
506---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
507---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
508---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
509---> Package perl-macros.x86_64 4:5.16.3-285.el7 will be installed
510---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
511---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
512---> Package php-cli.x86_64 0:5.4.16-23.el7_0.3 will be installed
513---> Package php-doctrine-instantiator.noarch 0:1.0.4-1.el7 will be installed
514---> Package php-mbstring.x86_64 0:5.4.16-23.el7_0.3 will be installed
515---> Package php-phpspec-prophecy.noarch 0:1.4.1-1.el7 will be installed
516--> Processing Dependency: php-composer(phpdocumentor/reflection-docblock) < 3 for package: php-phpspec-prophecy-1.4.1-1.el7.noarch
517--> Processing Dependency: php-composer(phpdocumentor/reflection-docblock) >= 2.0 for package: php-phpspec-prophecy-1.4.1-1.el7.noarch
518---> Package php-phpunit-File-Iterator.noarch 0:1.4.0-1.el7 will be installed
519---> Package php-phpunit-PHP-CodeCoverage.noarch 0:2.0.17-1.el7 will be installed
520--> Processing Dependency: php-composer(phpunit/php-token-stream) < 2 for package: php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch
521--> Processing Dependency: php-composer(phpunit/php-token-stream) >= 1.3 for package: php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch
522---> Package php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7 will be installed
523---> Package php-phpunit-PHP-Timer.noarch 0:1.0.5-5.el7 will be installed
524---> Package php-phpunit-PHPUnit-MockObject.noarch 0:2.3.1-1.el7 will be installed
525--> Processing Dependency: php-soap for package: php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch
526---> Package php-phpunit-Text-Template.noarch 0:1.2.0-5.el7 will be installed
527---> Package php-phpunit-Version.noarch 0:1.0.5-1.el7 will be installed
528---> Package php-phpunit-diff.noarch 0:1.3.0-1.el7 will be installed
529---> Package php-phpunit-environment.noarch 0:1.2.2-1.el7 will be installed
530---> Package php-phpunit-exporter.noarch 0:1.2.0-1.el7 will be installed
531---> Package php-sebastian-global-state.noarch 0:1.0.0-1.el7 will be installed
532---> Package php-sebastian-recursion-context.noarch 0:1.0.0-1.el7 will be installed
533---> Package php-symfony-class-loader.noarch 0:2.5.12-1.el7 will be installed
534--> Processing Dependency: php-symfony-common = 2.5.12-1.el7 for package: php-symfony-class-loader-2.5.12-1.el7.noarch
535---> Package php-symfony-yaml.noarch 0:2.5.12-1.el7 will be installed
536---> Package php-tidy.x86_64 0:5.4.16-3.el7 will be installed
537--> Processing Dependency: libtidy-0.99.so.0()(64bit) for package: php-tidy-5.4.16-3.el7.x86_64
538---> Package python-chardet.noarch 0:2.0.1-7.el7 will be installed
539---> Package python-javapackages.noarch 0:3.4.1-6.el7_0 will be installed
540--> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-6.el7_0.noarch
541---> Package redhat-rpm-config.noarch 0:9.1.0-68.el7.centos will be installed
542--> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
543--> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
544--> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
545---> Package unzip.x86_64 0:6.0-15.el7 will be installed
546---> Package vim-filesystem.x86_64 2:7.4.160-1.el7 will be installed
547---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed
548---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed
549--> Running transaction check
550---> Package alsa-lib.x86_64 0:1.0.28-2.el7 will be installed
551---> Package cups-libs.x86_64 1:1.6.3-17.el7 will be installed
552--> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.6.3-17.el7.x86_64
553--> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.6.3-17.el7.x86_64
554---> Package dwz.x86_64 0:0.11-3.el7 will be installed
555---> Package elfutils-libs.x86_64 0:0.160-1.el7 will be installed
556---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed
557---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
558--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64
559---> Package freetype.x86_64 0:2.4.11-10.el7_1.1 will be installed
560---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
561--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
562--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
563---> Package java-1.7.0-openjdk-headless.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
564--> 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
565--> 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
566--> 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
567--> 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
568--> 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
569--> 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
570--> 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
571--> 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
572--> 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
573--> 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
574--> 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
575---> Package libX11-common.noarch 0:1.6.0-2.1.el7 will be installed
576---> Package libXext.x86_64 0:1.3.2-2.1.el7 will be installed
577---> Package libXi.x86_64 0:1.7.2-2.1.el7 will be installed
578---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
579---> Package libXtst.x86_64 0:1.2.2-2.1.el7 will be installed
580---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
581---> Package libpng.x86_64 2:1.5.13-5.el7 will be installed
582---> Package libtidy.x86_64 0:0.99.0-31.20091203.el7 will be installed
583---> Package libxcb.x86_64 0:1.9-5.el7 will be installed
584--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.9-5.el7.x86_64
585---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
586---> Package perl-Pod-Escapes.noarch 1:1.04-285.el7 will be installed
587---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
588--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
589--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
590---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
591---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
592---> Package php-phpdocumentor-reflection-docblock.noarch 0:2.0.4-1.el7 will be installed
593---> Package php-phpunit-PHP-TokenStream.noarch 0:1.4.1-1.el7 will be installed
594---> Package php-soap.x86_64 0:5.4.16-23.el7_0.3 will be installed
595---> Package php-symfony-common.noarch 0:2.5.12-1.el7 will be installed
596---> Package pulseaudio-libs.x86_64 0:3.0-30.el7 will be installed
597--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
598--> Processing Dependency: libwrap.so.0()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
599--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
600--> Processing Dependency: libjson-c.so.2()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
601--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
602---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
603---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
604--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
605--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
606--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
607--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
608---> Package zip.x86_64 0:3.0-10.el7 will be installed
609--> Running transaction check
610---> Package atk.x86_64 0:2.8.0-4.el7 will be installed
611---> Package avahi-libs.x86_64 0:0.6.31-14.el7 will be installed
612---> Package cairo.x86_64 0:1.12.14-6.el7 will be installed
613--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64
614--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64
615--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64
616---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
617---> Package gdk-pixbuf2.x86_64 0:2.28.2-4.el7 will be installed
618--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
619--> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
620--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
621---> Package gtk2.x86_64 0:2.24.22-5.el7_0.1 will be installed
622--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.22-5.el7_0.1.x86_64
623--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.22-5.el7_0.1.x86_64
624--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
625--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
626--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
627--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
628--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
629--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
630---> Package json-c.x86_64 0:0.11-4.el7_0 will be installed
631---> Package lcms2.x86_64 0:2.5-4.el7 will be installed
632---> Package libICE.x86_64 0:1.0.8-7.el7 will be installed
633---> Package libSM.x86_64 0:1.2.1-7.el7 will be installed
634---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
635---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed
636---> Package libsndfile.x86_64 0:1.0.25-9.el7 will be installed
637--> Processing Dependency: libvorbisenc.so.2()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
638--> Processing Dependency: libvorbis.so.0()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
639--> Processing Dependency: libogg.so.0()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
640--> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
641--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
642---> Package pango.x86_64 0:1.34.1-5.el7 will be installed
643--> Processing Dependency: libthai >= 0.1.9 for package: pango-1.34.1-5.el7.x86_64
644--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.34.1-5.el7.x86_64
645--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64
646--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64
647--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.34.1-5.el7.x86_64
648---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
649---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
650---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed
651---> Package ttmkfdir.x86_64 0:3.0.9-41.el7 will be installed
652---> Package tzdata-java.noarch 0:2015d-1.el7 will be installed
653---> Package xorg-x11-font-utils.x86_64 1:7.5-18.1.el7 will be installed
654--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64
655--> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64
656--> Running transaction check
657---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed
658---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed
659---> Package harfbuzz.x86_64 0:0.9.20-4.el7 will be installed
660--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.20-4.el7.x86_64
661---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
662---> Package jasper-libs.x86_64 0:1.900.1-26.el7_0.3 will be installed
663---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
664---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
665---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
666---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
667---> Package libXfont.x86_64 0:1.4.7-2.el7_0 will be installed
668---> Package libXft.x86_64 0:2.3.1-5.1.el7 will be installed
669---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
670---> Package libXrandr.x86_64 0:1.4.1-2.1.el7 will be installed
671---> Package libfontenc.x86_64 0:1.1.1-5.el7 will be installed
672---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
673---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
674---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
675--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64
676---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed
677---> Package mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7 will be installed
678--> Processing Dependency: mesa-libgbm = 10.2.7-5.20140910.el7 for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
679--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
680--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
681--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
682---> Package mesa-libGL.x86_64 0:10.2.7-5.20140910.el7 will be installed
683--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-10.2.7-5.20140910.el7.x86_64
684---> Package pixman.x86_64 0:0.32.4-3.el7 will be installed
685--> Running transaction check
686---> Package graphite2.x86_64 0:1.2.2-5.el7 will be installed
687---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
688---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
689---> Package libdrm.x86_64 0:2.4.56-2.el7 will be installed
690--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.56-2.el7.x86_64
691---> Package mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7 will be installed
692---> Package mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7 will be installed
693--> Running transaction check
694---> Package libpciaccess.x86_64 0:0.13.1-4.1.el7 will be installed
695--> Processing Dependency: hwdata for package: libpciaccess-0.13.1-4.1.el7.x86_64
696--> Running transaction check
697---> Package hwdata.x86_64 0:0.252-7.8.el7_1 will be installed
698--> Finished Dependency Resolution
699
700Dependencies Resolved
701
702================================================================================
703 Package Arch Version Repository
704 Size
705================================================================================
706Installing:
707 ant noarch 1.9.2-9.el7 base 1.9 M
708 build noarch 20150615-198.1 openSUSE_Tools
709 161 k
710 git x86_64 1.8.3.1-4.el7 base 4.3 M
711 osc x86_64 0.151.2-169.1 openSUSE_Tools
712 504 k
713 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k
714 perl-Digest-MD5 x86_64 2.52-3.el7 base 30 k
715 perl-TimeDate noarch 1:2.30-2.el7 base 52 k
716 php-phpunit-PHPUnit-Selenium noarch 1.4.2-1.el7 epel 53 k
717 rpmdevtools noarch 8.3-5.el7 base 97 k
718 screen x86_64 4.1.0-0.19.20120314git3c2946.el7
719 base 550 k
720 sudo x86_64 1.8.6p7-13.el7 base 718 k
721 vim-enhanced x86_64 2:7.4.160-1.el7 base 1.0 M
722 yum-utils noarch 1.1.31-29.el7 base 112 k
723Installing for dependencies:
724 alsa-lib x86_64 1.0.28-2.el7 base 391 k
725 atk x86_64 2.8.0-4.el7 base 233 k
726 avahi-libs x86_64 0.6.31-14.el7 base 60 k
727 build-mkbaselibs noarch 20150615-198.1 openSUSE_Tools
728 37 k
729 bzip2 x86_64 1.0.6-12.el7 base 52 k
730 cairo x86_64 1.12.14-6.el7 base 697 k
731 cups-libs x86_64 1:1.6.3-17.el7 base 354 k
732 dwz x86_64 0.11-3.el7 base 99 k
733 elfutils x86_64 0.160-1.el7 base 262 k
734 elfutils-libs x86_64 0.160-1.el7 base 249 k
735 emacs-filesystem noarch 1:24.3-11.el7 base 57 k
736 fipscheck x86_64 1.4.1-5.el7 base 21 k
737 fipscheck-lib x86_64 1.4.1-5.el7 base 11 k
738 flac-libs x86_64 1.3.0-5.el7_1 updates 169 k
739 fontconfig x86_64 2.10.95-7.el7 base 228 k
740 fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
741 freetype x86_64 2.4.11-10.el7_1.1 updates 391 k
742 gdb x86_64 7.6.1-64.el7 base 2.4 M
743 gdk-pixbuf2 x86_64 2.28.2-4.el7 base 533 k
744 giflib x86_64 4.1.6-9.el7 base 40 k
745 gpm-libs x86_64 1.20.7-5.el7 base 32 k
746 graphite2 x86_64 1.2.2-5.el7 base 81 k
747 gsm x86_64 1.0.13-11.el7 base 30 k
748 gtk2 x86_64 2.24.22-5.el7_0.1 base 3.4 M
749 harfbuzz x86_64 0.9.20-4.el7 base 145 k
750 hicolor-icon-theme noarch 0.12-7.el7 base 42 k
751 hwdata x86_64 0.252-7.8.el7_1 updates 2.0 M
752 jasper-libs x86_64 1.900.1-26.el7_0.3 base 149 k
753 java-1.7.0-openjdk x86_64 1:1.7.0.79-2.5.5.1.el7_1 updates 202 k
754 java-1.7.0-openjdk-devel x86_64 1:1.7.0.79-2.5.5.1.el7_1 updates 9.2 M
755 java-1.7.0-openjdk-headless x86_64 1:1.7.0.79-2.5.5.1.el7_1 updates 25 M
756 javapackages-tools noarch 3.4.1-6.el7_0 base 72 k
757 jbigkit-libs x86_64 2.0-11.el7 base 46 k
758 json-c x86_64 0.11-4.el7_0 base 31 k
759 lcms2 x86_64 2.5-4.el7 base 133 k
760 libICE x86_64 1.0.8-7.el7 base 63 k
761 libSM x86_64 1.2.1-7.el7 base 38 k
762 libX11 x86_64 1.6.0-2.1.el7 base 605 k
763 libX11-common noarch 1.6.0-2.1.el7 base 181 k
764 libXau x86_64 1.0.8-2.1.el7 base 29 k
765 libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
766 libXcursor x86_64 1.1.14-2.1.el7 base 30 k
767 libXdamage x86_64 1.1.4-4.1.el7 base 20 k
768 libXext x86_64 1.3.2-2.1.el7 base 38 k
769 libXfixes x86_64 5.0.1-2.1.el7 base 18 k
770 libXfont x86_64 1.4.7-2.el7_0 base 144 k
771 libXft x86_64 2.3.1-5.1.el7 base 57 k
772 libXi x86_64 1.7.2-2.1.el7 base 39 k
773 libXinerama x86_64 1.1.3-2.1.el7 base 14 k
774 libXrandr x86_64 1.4.1-2.1.el7 base 25 k
775 libXrender x86_64 0.9.8-2.1.el7 base 25 k
776 libXtst x86_64 1.2.2-2.1.el7 base 20 k
777 libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k
778 libasyncns x86_64 0.8-7.el7 base 26 k
779 libdrm x86_64 2.4.56-2.el7 base 122 k
780 libedit x86_64 3.0-12.20121213cvs.el7 base 92 k
781 libfontenc x86_64 1.1.1-5.el7 base 29 k
782 libgnome-keyring x86_64 3.8.0-3.el7 base 109 k
783 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
784 libogg x86_64 2:1.3.0-7.el7 base 24 k
785 libpciaccess x86_64 0.13.1-4.1.el7 base 25 k
786 libpipeline x86_64 1.2.3-3.el7 base 53 k
787 libpng x86_64 2:1.5.13-5.el7 base 212 k
788 libsndfile x86_64 1.0.25-9.el7 base 149 k
789 libthai x86_64 0.1.14-9.el7 base 187 k
790 libtidy x86_64 0.99.0-31.20091203.el7 epel 132 k
791 libtiff x86_64 4.0.3-14.el7 base 167 k
792 libvorbis x86_64 1:1.3.3-8.el7 base 204 k
793 libxcb x86_64 1.9-5.el7 base 169 k
794 libxslt x86_64 1.1.28-5.el7 base 242 k
795 libzip x86_64 0.10.1-8.el7 base 48 k
796 m2crypto x86_64 0.21.1-15.el7 base 428 k
797 man-db x86_64 2.6.3-9.el7 base 559 k
798 mesa-libEGL x86_64 10.2.7-5.20140910.el7 base 70 k
799 mesa-libGL x86_64 10.2.7-5.20140910.el7 base 149 k
800 mesa-libgbm x86_64 10.2.7-5.20140910.el7 base 31 k
801 mesa-libglapi x86_64 10.2.7-5.20140910.el7 base 37 k
802 openssh x86_64 6.6.1p1-12.el7_1 updates 431 k
803 openssh-clients x86_64 6.6.1p1-12.el7_1 updates 634 k
804 pango x86_64 1.34.1-5.el7 base 283 k
805 patch x86_64 2.7.1-8.el7 base 110 k
806 perl x86_64 4:5.16.3-285.el7 base 8.0 M
807 perl-Carp noarch 1.26-244.el7 base 19 k
808 perl-Digest noarch 1.17-245.el7 base 23 k
809 perl-Encode x86_64 2.51-7.el7 base 1.5 M
810 perl-Error noarch 1:0.17020-2.el7 base 32 k
811 perl-Exporter noarch 5.68-3.el7 base 28 k
812 perl-File-Path noarch 2.09-2.el7 base 26 k
813 perl-File-Temp noarch 0.23.01-3.el7 base 56 k
814 perl-Filter x86_64 1.49-3.el7 base 76 k
815 perl-Getopt-Long noarch 2.40-2.el7 base 56 k
816 perl-Git noarch 1.8.3.1-4.el7 base 52 k
817 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
818 perl-PathTools x86_64 3.40-5.el7 base 82 k
819 perl-Pod-Escapes noarch 1:1.04-285.el7 base 50 k
820 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
821 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
822 perl-Pod-Usage noarch 1.63-3.el7 base 27 k
823 perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
824 perl-Socket x86_64 2.010-3.el7 base 49 k
825 perl-Storable x86_64 2.45-3.el7 base 77 k
826 perl-TermReadKey x86_64 2.30-20.el7 base 31 k
827 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
828 perl-Thread-Queue noarch 3.02-2.el7 base 17 k
829 perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
830 perl-Time-Local noarch 1.2300-2.el7 base 24 k
831 perl-constant noarch 1.27-2.el7 base 19 k
832 perl-libs x86_64 4:5.16.3-285.el7 base 687 k
833 perl-macros x86_64 4:5.16.3-285.el7 base 42 k
834 perl-parent noarch 1:0.225-244.el7 base 12 k
835 perl-podlators noarch 2.5.1-3.el7 base 112 k
836 perl-srpm-macros noarch 1-8.el7 base 4.6 k
837 perl-threads x86_64 1.87-4.el7 base 49 k
838 perl-threads-shared x86_64 1.43-6.el7 base 39 k
839 php-cli x86_64 5.4.16-23.el7_0.3 base 2.7 M
840 php-common x86_64 5.4.16-23.el7_0.3 base 561 k
841 php-doctrine-instantiator noarch 1.0.4-1.el7 epel 11 k
842 php-mbstring x86_64 5.4.16-23.el7_0.3 base 501 k
843 php-phpdocumentor-reflection-docblock
844 noarch 2.0.4-1.el7 epel 25 k
845 php-phpspec-prophecy noarch 1.4.1-1.el7 epel 48 k
846 php-phpunit-File-Iterator noarch 1.4.0-1.el7 epel 12 k
847 php-phpunit-PHP-CodeCoverage noarch 2.0.17-1.el7 epel 304 k
848 php-phpunit-PHP-Invoker noarch 1.1.3-6.el7 epel 9.4 k
849 php-phpunit-PHP-Timer noarch 1.0.5-5.el7 epel 9.1 k
850 php-phpunit-PHP-TokenStream noarch 1.4.1-1.el7 epel 16 k
851 php-phpunit-PHPUnit noarch 4.6.10-1.el7 epel 127 k
852 php-phpunit-PHPUnit-MockObject noarch 2.3.1-1.el7 epel 36 k
853 php-phpunit-Text-Template noarch 1.2.0-5.el7 epel 9.2 k
854 php-phpunit-Version noarch 1.0.5-1.el7 epel 8.4 k
855 php-phpunit-comparator noarch 1.1.1-1.el7 epel 14 k
856 php-phpunit-diff noarch 1.3.0-1.el7 epel 13 k
857 php-phpunit-environment noarch 1.2.2-1.el7 epel 9.0 k
858 php-phpunit-exporter noarch 1.2.0-1.el7 epel 10 k
859 php-sebastian-global-state noarch 1.0.0-1.el7 epel 9.5 k
860 php-sebastian-recursion-context noarch 1.0.0-1.el7 epel 7.7 k
861 php-soap x86_64 5.4.16-23.el7_0.3 base 155 k
862 php-symfony-class-loader noarch 2.5.12-1.el7 epel 22 k
863 php-symfony-common noarch 2.5.12-1.el7 epel 75 k
864 php-symfony-yaml noarch 2.5.12-1.el7 epel 23 k
865 php-tidy x86_64 5.4.16-3.el7 epel 22 k
866 php-xml x86_64 5.4.16-23.el7_0.3 base 122 k
867 pixman x86_64 0.32.4-3.el7 base 254 k
868 pulseaudio-libs x86_64 3.0-30.el7 base 556 k
869 python-chardet noarch 2.0.1-7.el7 base 222 k
870 python-javapackages noarch 3.4.1-6.el7_0 base 31 k
871 python-kitchen noarch 1.1.1-5.el7 base 267 k
872 python-lxml x86_64 3.2.1-4.el7 base 758 k
873 redhat-rpm-config noarch 9.1.0-68.el7.centos base 77 k
874 rpm-build x86_64 4.11.1-25.el7 base 141 k
875 rsync x86_64 3.0.9-15.el7 base 359 k
876 tar x86_64 2:1.26-29.el7 base 843 k
877 tcp_wrappers-libs x86_64 7.6-77.el7 base 66 k
878 ttmkfdir x86_64 3.0.9-41.el7 base 47 k
879 tzdata-java noarch 2015d-1.el7 updates 144 k
880 unzip x86_64 6.0-15.el7 updates 166 k
881 vim-common x86_64 2:7.4.160-1.el7 base 5.9 M
882 vim-filesystem x86_64 2:7.4.160-1.el7 base 9.6 k
883 xalan-j2 noarch 2.7.1-23.el7 base 1.9 M
884 xerces-j2 noarch 2.11.0-17.el7_0 base 1.1 M
885 xml-commons-apis noarch 1.4.01-16.el7 base 227 k
886 xml-commons-resolver noarch 1.2-15.el7 base 108 k
887 xorg-x11-font-utils x86_64 1:7.5-18.1.el7 base 87 k
888 xorg-x11-fonts-Type1 noarch 7.5-9.el7 base 521 k
889 zip x86_64 3.0-10.el7 base 260 k
890
891Transaction Summary
892================================================================================
893Install 13 Packages (+164 Dependent packages)
894
895Total download size: 93 M
896Installed size: 318 M
897Downloading packages:
898http://epel.check-update.co.uk/7/x86_64/p/php-phpspec-prophecy-1.4.1-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
899Trying other mirror.
900http://epel.check-update.co.uk/7/x86_64/p/php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
901Trying other mirror.
902http://epel.check-update.co.uk/7/x86_64/p/php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
903Trying other mirror.
904http://epel.check-update.co.uk/7/x86_64/p/php-phpunit-PHP-Timer-1.0.5-5.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
905Trying other mirror.
906http://epel.check-update.co.uk/7/x86_64/p/php-phpunit-PHP-TokenStream-1.4.1-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
907Trying other mirror.
908http://epel.check-update.co.uk/7/x86_64/p/php-phpunit-PHPUnit-4.6.10-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
909Trying other mirror.
910http://epel.check-update.co.uk/7/x86_64/p/php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
911Trying other mirror.
912http://epel.check-update.co.uk/7/x86_64/p/php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
913Trying other mirror.
914http://epel.check-update.co.uk/7/x86_64/p/php-phpunit-Text-Template-1.2.0-5.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
915Trying other mirror.
916http://epel.check-update.co.uk/7/x86_64/p/php-phpunit-Version-1.0.5-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
917Trying other mirror.
918http://epel.check-update.co.uk/7/x86_64/p/php-phpunit-comparator-1.1.1-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
919Trying other mirror.
920http://epel.check-update.co.uk/7/x86_64/p/php-phpunit-diff-1.3.0-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
921Trying other mirror.
922http://epel.check-update.co.uk/7/x86_64/p/php-phpunit-environment-1.2.2-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
923Trying other mirror.
924http://epel.check-update.co.uk/7/x86_64/p/php-phpunit-exporter-1.2.0-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
925Trying other mirror.
926http://epel.check-update.co.uk/7/x86_64/p/php-sebastian-global-state-1.0.0-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
927Trying other mirror.
928http://epel.check-update.co.uk/7/x86_64/p/php-sebastian-recursion-context-1.0.0-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
929Trying other mirror.
930http://epel.check-update.co.uk/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
931Trying other mirror.
932http://epel.check-update.co.uk/7/x86_64/p/php-symfony-common-2.5.12-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
933Trying other mirror.
934http://epel.check-update.co.uk/7/x86_64/p/php-symfony-yaml-2.5.12-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
935Trying other mirror.
936http://epel.check-update.co.uk/7/x86_64/p/php-tidy-5.4.16-3.el7.x86_64.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
937Trying other mirror.
938warning: /var/cache/yum/x86_64/7/epel/packages/php-phpdocumentor-reflection-docblock-2.0.4-1.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
939Public key for php-phpdocumentor-reflection-docblock-2.0.4-1.el7.noarch.rpm is not installed
940http://ftp.up.pt/fedora-epel/7/x86_64/p/php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
941Trying other mirror.
942http://ftp.up.pt/fedora-epel/7/x86_64/p/php-phpunit-PHP-TokenStream-1.4.1-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
943Trying other mirror.
944http://mirrors.uni-ruse.bg/epel/7/x86_64/p/php-phpspec-prophecy-1.4.1-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
945Trying other mirror.
946http://ftp.up.pt/fedora-epel/7/x86_64/p/php-phpunit-PHPUnit-4.6.10-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
947Trying other mirror.
948http://mirrors.uni-ruse.bg/epel/7/x86_64/p/php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
949Trying other mirror.
950http://mirrors.uni-ruse.bg/epel/7/x86_64/p/php-phpunit-Text-Template-1.2.0-5.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
951Trying other mirror.
952http://mirrors.uni-ruse.bg/epel/7/x86_64/p/php-phpunit-Version-1.0.5-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
953Trying other mirror.
954http://mirrors.uni-ruse.bg/epel/7/x86_64/p/php-phpunit-comparator-1.1.1-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
955Trying other mirror.
956http://mirrors.uni-ruse.bg/epel/7/x86_64/p/php-phpunit-diff-1.3.0-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
957Trying other mirror.
958http://mirrors.uni-ruse.bg/epel/7/x86_64/p/php-phpunit-environment-1.2.2-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
959Trying other mirror.
960http://mirrors.uni-ruse.bg/epel/7/x86_64/p/php-phpunit-exporter-1.2.0-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
961Trying other mirror.
962http://mirrors.uni-ruse.bg/epel/7/x86_64/p/php-sebastian-global-state-1.0.0-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
963Trying other mirror.
964http://mirrors.uni-ruse.bg/epel/7/x86_64/p/php-sebastian-recursion-context-1.0.0-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
965Trying other mirror.
966http://mirrors.uni-ruse.bg/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
967Trying other mirror.
968http://ftp.uni-bayreuth.de/linux/fedora-epel/7/x86_64/p/php-phpunit-PHP-Timer-1.0.5-5.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
969Trying other mirror.
970http://ftp.uni-bayreuth.de/linux/fedora-epel/7/x86_64/p/php-symfony-yaml-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
971Trying other mirror.
972http://mirror.karneval.cz/pub/linux/fedora/epel/7/x86_64/p/php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
973Trying other mirror.
974http://mirror.karneval.cz/pub/linux/fedora/epel/7/x86_64/p/php-phpunit-PHPUnit-4.6.10-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
975Trying other mirror.
976https://anorien.csc.warwick.ac.uk/mirrors/epel/7/x86_64/p/php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
977Trying other mirror.
978http://ftp.icm.edu.pl/pub/Linux/fedora/linux/epel/7/x86_64/p/php-tidy-5.4.16-3.el7.x86_64.rpm: [Errno 14] HTTP Error 404 - Not Found
979Trying other mirror.
980http://ftp.acc.umu.se/mirror/fedora/epel/7/x86_64/p/php-symfony-common-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
981Trying other mirror.
982https://anorien.csc.warwick.ac.uk/mirrors/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
983Trying other mirror.
984http://mirrors.telianet.dk/epel/7/x86_64/p/php-phpunit-PHPUnit-4.6.10-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
985Trying other mirror.
986https://anorien.csc.warwick.ac.uk/mirrors/epel/7/x86_64/p/php-symfony-yaml-2.5.12-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
987Trying other mirror.
988https://anorien.csc.warwick.ac.uk/mirrors/epel/7/x86_64/p/php-tidy-5.4.16-3.el7.x86_64.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
989Trying other mirror.
990http://mirrors.n-ix.net/fedora-epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
991Trying other mirror.
992https://anorien.csc.warwick.ac.uk/mirrors/epel/7/x86_64/p/php-symfony-common-2.5.12-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
993Trying other mirror.
994http://ftp.nluug.nl/pub/os/Linux/distr/fedora-epel/7/x86_64/p/php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
995Trying other mirror.
996http://mirror.omnilance.com/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
997Trying other mirror.
998http://mirror.slu.cz/epel/7/x86_64/p/php-phpunit-PHPUnit-4.6.10-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
999Trying other mirror.
1000http://mirror.duomenucentras.lt/epel/7/x86_64/p/php-symfony-yaml-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1001Trying other mirror.
1002http://fr2.rpmfind.net/linux/epel/7/x86_64/p/php-symfony-common-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1003Trying other mirror.
1004http://mirrors.ircam.fr/pub/fedora/epel/7/x86_64/p/php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1005Trying other mirror.
1006http://mirror.euserv.net/linux/fedora-epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1007Trying other mirror.
1008https://anorien.csc.warwick.ac.uk/mirrors/epel/7/x86_64/p/php-phpunit-PHPUnit-4.6.10-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1009Trying other mirror.
1010http://mirror.datacenter.by/pub/fedoraproject.org/epel/7/x86_64/p/php-tidy-5.4.16-3.el7.x86_64.rpm: [Errno 14] curl#7 - "Failed connect to mirror.datacenter.by:80; Connection refused"
1011Trying other mirror.
1012http://ftp.colocall.net/pub/epel/7/x86_64/p/php-symfony-common-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1013Trying other mirror.
1014http://ftp.pbone.net/pub/fedora/epel/7/x86_64/p/php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1015Trying other mirror.
1016http://mirror.bytemark.co.uk/fedora/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1017Trying other mirror.
1018http://epel.mirrors.ovh.net/epel/7/x86_64/p/php-symfony-yaml-2.5.12-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1019Trying other mirror.
1020http://epel.mirrors.ovh.net/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1021Trying other mirror.
1022http://www.fedora.is/fedora/epel/7/x86_64/p/php-phpunit-PHPUnit-4.6.10-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1023Trying other mirror.
1024http://mirror.uv.es/mirror/fedora-epel/7/x86_64/p/php-symfony-yaml-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1025Trying other mirror.
1026http://mirrors.neterra.net/epel/7/x86_64/p/php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1027Trying other mirror.
1028http://epel.mirrors.ovh.net/epel/7/x86_64/p/php-phpunit-PHPUnit-4.6.10-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1029Trying other mirror.
1030http://epel.mirrors.ovh.net/epel/7/x86_64/p/php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1031Trying other mirror.
1032http://fedora-epel.skarta.net/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1033Trying other mirror.
1034http://fedora-epel.skarta.net/7/x86_64/p/php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1035Trying other mirror.
1036http://mirror.nsc.liu.se/fedora-epel/7/x86_64/p/php-phpunit-PHPUnit-4.6.10-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1037Trying other mirror.
1038http://mir01.syntis.net/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1039Trying other mirror.
1040http://fedora-epel.skarta.net/7/x86_64/p/php-phpunit-PHPUnit-4.6.10-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1041Trying other mirror.
1042http://ftp.lysator.liu.se/pub/epel/7/x86_64/p/php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1043Trying other mirror.
1044http://mirror0.babylon.network/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1045Trying other mirror.
1046http://mirror.bacloud.com/epel/7/x86_64/p/php-phpunit-PHPUnit-4.6.10-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1047Trying other mirror.
1048http://mirrors.ukfast.co.uk/sites/dl.fedoraproject.org/pub/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1049Trying other mirror.
1050http://mirror.nonstop.co.il/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1051Trying other mirror.
1052http://ftp.wrz.de/pub/fedora-epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1053Trying other mirror.
1054http://mirror.ibcp.fr/pub/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1055Trying other mirror.
1056http://mirror.kinamo.be/epel/7/x86_64/p/php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1057Trying other mirror.
1058ftp://ftp.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/p/php-phpunit-PHPUnit-4.6.10-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1059Trying other mirror.
1060http://mirror1.babylon.network/epel/7/x86_64/p/php-phpunit-PHPUnit-4.6.10-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1061Trying other mirror.
1062http://epel.besthosting.ua/7/x86_64/p/php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1063Trying other mirror.
1064ftp://ftp.fedora.is/pub/fedora/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1065Trying other mirror.
1066http://epel.besthosting.ua/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1067Trying other mirror.
1068ftp://ftp.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/p/php-phpunit-PHP-CodeCoverage-2.0.17-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1069Trying other mirror.
1070ftp://ftp.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1071Trying other mirror.
1072http://fedora.ip-connect.vn.ua/fedora-epel/7/x86_64/p/php-symfony-yaml-2.5.12-1.el7.noarch.rpm: [Errno 14] curl#6 - "Could not resolve host: fedora.ip-connect.vn.ua; Name or service not known"
1073Trying other mirror.
1074http://fedora.ip-connect.vn.ua/fedora-epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1075Trying other mirror.
1076http://ftp-stud.hs-esslingen.de/pub/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1077Trying other mirror.
1078http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1079Trying other mirror.
1080http://ftp.fi.muni.cz/pub/linux/fedora/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1081Trying other mirror.
1082http://ftp.linux.cz/pub/linux/fedora/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1083Trying other mirror.
1084ftp://ftp.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/p/php-symfony-yaml-2.5.12-1.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=epel clean metadata
1085Trying other mirror.
1086http://mirror.vutbr.cz/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1087Trying other mirror.
1088http://mirror.onet.pl/pub/mirrors/fedora/linux/epel//7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1089Trying other mirror.
1090http://mirror.oss.maxcdn.com/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1091Trying other mirror.
1092http://mirror.serverbeheren.nl/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1093Trying other mirror.
1094http://mirror.23media.de/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1095Trying other mirror.
1096http://repo.boun.edu.tr/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1097Trying other mirror.
1098http://mirror.proserve.nl/fedora-epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1099Trying other mirror.
1100http://ftp.up.pt/fedora-epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1101Trying other mirror.
1102http://ftp.uni-bayreuth.de/linux/fedora-epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1103Trying other mirror.
1104http://mirror.karneval.cz/pub/linux/fedora/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1105Trying other mirror.
1106http://ftp.icm.edu.pl/pub/Linux/fedora/linux/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1107Trying other mirror.
1108http://ftp.acc.umu.se/mirror/fedora/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1109Trying other mirror.
1110http://mirrors.telianet.dk/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1111Trying other mirror.
1112http://ftp.nluug.nl/pub/os/Linux/distr/fedora-epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1113Trying other mirror.
1114http://mirror.slu.cz/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1115Trying other mirror.
1116http://mirror.duomenucentras.lt/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1117Trying other mirror.
1118http://fr2.rpmfind.net/linux/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1119Trying other mirror.
1120http://mirrors.ircam.fr/pub/fedora/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1121Trying other mirror.
1122http://mirror.datacenter.by/pub/fedoraproject.org/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1123Trying other mirror.
1124http://ftp.colocall.net/pub/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1125Trying other mirror.
1126http://ftp.pbone.net/pub/fedora/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1127Trying other mirror.
1128http://www.fedora.is/fedora/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1129Trying other mirror.
1130http://mirror.uv.es/mirror/fedora-epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1131Trying other mirror.
1132http://mirrors.neterra.net/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1133Trying other mirror.
1134http://mirror.nsc.liu.se/fedora-epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1135Trying other mirror.
1136http://ftp.lysator.liu.se/pub/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1137Trying other mirror.
1138http://mirror.bacloud.com/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1139Trying other mirror.
1140http://mirror.kinamo.be/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1141Trying other mirror.
1142http://mirror1.babylon.network/epel/7/x86_64/p/php-symfony-class-loader-2.5.12-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
1143Trying other mirror.
1144
1145
1146Error downloading packages:
1147 php-symfony-class-loader-2.5.12-1.el7.noarch: [Errno 256] No more mirrors to try.
1148
1149Removing intermediate container 9e2c733aa405
1150/var/tmp/1137
1151

Lease Host atomic01

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

Lease Host atomic02

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

Wait for Previous Commits to Build

When
Completed at Jun 23 2015, 6:26 PM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.
1 empty log is hidden Show all logs.