Page MenuHomePhorge

Build 864
PassedPublic

Run Command on atomic01

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

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

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

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

Run Command on atomic02

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jun 25 2015, 10:06 AM · Built for 18 m, 17 s
Status
Passed

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

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

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

Lease Host atomic01

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jun 25 2015, 9:47 AM · Built instantly
Status
Passed

Lease Host atomic02

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

Wait for Previous Commits to Build

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jun 25 2015, 9:47 AM · Built instantly
Status
Passed
1 empty logs are hidden. Show all logs.

Event Timeline