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