Properties
Properties
Run Command
Run Command
- When
- Completed at Apr 14 2015, 10:11 PM · Built for 1 m, 10 s
- Status
Passed
| 1 | Note: checking out '5300e68fd95ae20f50341dd2b0da7fbe5fd970f3'. |
|---|---|
| 2 | |
| 3 | You are in 'detached HEAD' state. You can look around, make experimental |
| 4 | changes and commit them, and you can discard any commits you make in this |
| 5 | state without impacting any branches by performing another checkout. |
| 6 | |
| 7 | If you want to create a new branch to retain commits you create, you may |
| 8 | do so (now or later) by using -b with the checkout command again. Example: |
| 9 | |
| 10 | git checkout -b new_branch_name |
| 11 | |
| 12 | HEAD is now at 5300e68... Remove command to remove fakesystemd |
| 13 | Sending build context to Docker daemon 2.56 kB |
| 14 | |
| 15 | Sending build context to Docker daemon |
| 16 |
| 1 | /var/tmp/15 /var/tmp/29 |
|---|---|
| 2 | Cloning into 'docker.git'... |
| 3 | /var/tmp/15/docker.git /var/tmp/15 /var/tmp/29 |
| 4 | /var/tmp/15 /var/tmp/29 |
| 5 | Cloning into 'stick.git'... |
| 6 | /var/tmp/15/docker.git /var/tmp/15 /var/tmp/29 |
| 7 | /var/tmp/15/docker.Klc /var/tmp/15/docker.git |
| 8 | Cloning into 'docker.git'... |
| 9 | /var/tmp/15/docker.Klc/docker.git/ci /var/tmp/15/docker.Klc /var/tmp/15/docker.git |
| 10 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 11 | docker build -t kolab/ci-$dist - < $dist ; \ |
| 12 | done |
| 13 | Step 0 : FROM centos:centos7 |
| 14 | ---> 214a4932132a |
| 15 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 16 | ---> Using cache |
| 17 | ---> 8d240b95f20e |
| 18 | Step 2 : RUN yum -y install epel-release |
| 19 | ---> Using cache |
| 20 | ---> f9578a6d7b07 |
| 21 | Step 3 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 22 | ---> Using cache |
| 23 | ---> e0bdeea964f8 |
| 24 | Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 25 | ---> Running in f298e324830a |
| 26 | ---> 5b24cc805308 |
| 27 | Removing intermediate container f298e324830a |
| 28 | Step 5 : RUN yum clean metadata && yum -y install git yum-utils |
| 29 | ---> Running in 8aef76b305a2 |
| 30 | Loaded plugins: fastestmirror |
| 31 | Cleaning repos: Kolab_Development base epel extras updates |
| 32 | 10 metadata files removed |
| 33 | 6 sqlite files removed |
| 34 | 0 metadata files removed |
| 35 | Loaded plugins: fastestmirror |
| 36 | Loading mirror speeds from cached hostfile |
| 37 | * base: mirror.switch.ch |
| 38 | * epel: mirror.switch.ch |
| 39 | * extras: mirror.switch.ch |
| 40 | * updates: mirror.switch.ch |
| 41 | Resolving Dependencies |
| 42 | --> Running transaction check |
| 43 | ---> Package git.x86_64 0:1.8.3.1-4.el7 will be installed |
| 44 | --> Processing Dependency: perl-Git = 1.8.3.1-4.el7 for package: git-1.8.3.1-4.el7.x86_64 |
| 45 | --> Processing Dependency: perl >= 5.008 for package: git-1.8.3.1-4.el7.x86_64 |
| 46 | --> Processing Dependency: rsync for package: git-1.8.3.1-4.el7.x86_64 |
| 47 | --> Processing Dependency: perl(warnings) for package: git-1.8.3.1-4.el7.x86_64 |
| 48 | --> Processing Dependency: perl(vars) for package: git-1.8.3.1-4.el7.x86_64 |
| 49 | --> Processing Dependency: perl(strict) for package: git-1.8.3.1-4.el7.x86_64 |
| 50 | --> Processing Dependency: perl(lib) for package: git-1.8.3.1-4.el7.x86_64 |
| 51 | --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-4.el7.x86_64 |
| 52 | --> Processing Dependency: perl(Git) for package: git-1.8.3.1-4.el7.x86_64 |
| 53 | --> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-4.el7.x86_64 |
| 54 | --> Processing Dependency: perl(File::stat) for package: git-1.8.3.1-4.el7.x86_64 |
| 55 | --> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-4.el7.x86_64 |
| 56 | --> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-4.el7.x86_64 |
| 57 | --> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-4.el7.x86_64 |
| 58 | --> Processing Dependency: perl(File::Find) for package: git-1.8.3.1-4.el7.x86_64 |
| 59 | --> Processing Dependency: perl(File::Copy) for package: git-1.8.3.1-4.el7.x86_64 |
| 60 | --> Processing Dependency: perl(File::Basename) for package: git-1.8.3.1-4.el7.x86_64 |
| 61 | --> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-4.el7.x86_64 |
| 62 | --> Processing Dependency: perl(Error) for package: git-1.8.3.1-4.el7.x86_64 |
| 63 | --> Processing Dependency: openssh-clients for package: git-1.8.3.1-4.el7.x86_64 |
| 64 | --> Processing Dependency: /usr/bin/perl for package: git-1.8.3.1-4.el7.x86_64 |
| 65 | --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-4.el7.x86_64 |
| 66 | ---> Package yum-utils.noarch 0:1.1.31-29.el7 will be installed |
| 67 | --> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-29.el7.noarch |
| 68 | --> Running transaction check |
| 69 | ---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed |
| 70 | ---> Package openssh-clients.x86_64 0:6.6.1p1-11.el7 will be installed |
| 71 | --> Processing Dependency: openssh = 6.6.1p1-11.el7 for package: openssh-clients-6.6.1p1-11.el7.x86_64 |
| 72 | --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-6.6.1p1-11.el7.x86_64 |
| 73 | --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-6.6.1p1-11.el7.x86_64 |
| 74 | --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-6.6.1p1-11.el7.x86_64 |
| 75 | ---> Package perl.x86_64 4:5.16.3-285.el7 will be installed |
| 76 | --> Processing Dependency: perl-libs = 4:5.16.3-285.el7 for package: 4:perl-5.16.3-285.el7.x86_64 |
| 77 | --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-285.el7.x86_64 |
| 78 | --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-285.el7.x86_64 |
| 79 | --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-285.el7.x86_64 |
| 80 | --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-285.el7.x86_64 |
| 81 | --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 82 | --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 83 | --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 84 | --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 85 | --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 86 | --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 87 | --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 88 | --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 89 | --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 90 | --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 91 | --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 92 | --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 93 | --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 94 | ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed |
| 95 | ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed |
| 96 | ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed |
| 97 | ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed |
| 98 | ---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed |
| 99 | --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch |
| 100 | --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch |
| 101 | ---> Package perl-Git.noarch 0:1.8.3.1-4.el7 will be installed |
| 102 | ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed |
| 103 | ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed |
| 104 | ---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed |
| 105 | --> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch |
| 106 | ---> Package rsync.x86_64 0:3.0.9-15.el7 will be installed |
| 107 | --> Running transaction check |
| 108 | ---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed |
| 109 | --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-5.el7.x86_64 |
| 110 | ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed |
| 111 | ---> Package openssh.x86_64 0:6.6.1p1-11.el7 will be installed |
| 112 | ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed |
| 113 | ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed |
| 114 | ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed |
| 115 | --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch |
| 116 | --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch |
| 117 | ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed |
| 118 | --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch |
| 119 | --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch |
| 120 | ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed |
| 121 | ---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed |
| 122 | ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed |
| 123 | ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed |
| 124 | ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed |
| 125 | ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed |
| 126 | ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed |
| 127 | ---> Package perl-libs.x86_64 4:5.16.3-285.el7 will be installed |
| 128 | ---> Package perl-macros.x86_64 4:5.16.3-285.el7 will be installed |
| 129 | ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed |
| 130 | ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed |
| 131 | ---> Package python-chardet.noarch 0:2.0.1-7.el7 will be installed |
| 132 | --> Running transaction check |
| 133 | ---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed |
| 134 | ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed |
| 135 | ---> Package perl-Pod-Escapes.noarch 1:1.04-285.el7 will be installed |
| 136 | ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed |
| 137 | --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch |
| 138 | --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch |
| 139 | ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed |
| 140 | --> Running transaction check |
| 141 | ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed |
| 142 | ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed |
| 143 | --> Finished Dependency Resolution |
| 144 | |
| 145 | Dependencies Resolved |
| 146 | |
| 147 | ================================================================================ |
| 148 | Package Arch Version Repository |
| 149 | Size |
| 150 | ================================================================================ |
| 151 | Installing: |
| 152 | git x86_64 1.8.3.1-4.el7 base 4.3 M |
| 153 | yum-utils noarch 1.1.31-29.el7 base 112 k |
| 154 | Installing for dependencies: |
| 155 | fipscheck x86_64 1.4.1-5.el7 base 21 k |
| 156 | fipscheck-lib x86_64 1.4.1-5.el7 base 11 k |
| 157 | libedit x86_64 3.0-12.20121213cvs.el7 base 92 k |
| 158 | libgnome-keyring x86_64 3.8.0-3.el7 base 109 k |
| 159 | openssh x86_64 6.6.1p1-11.el7 base 431 k |
| 160 | openssh-clients x86_64 6.6.1p1-11.el7 base 635 k |
| 161 | perl x86_64 4:5.16.3-285.el7 base 8.0 M |
| 162 | perl-Carp noarch 1.26-244.el7 base 19 k |
| 163 | perl-Encode x86_64 2.51-7.el7 base 1.5 M |
| 164 | perl-Error noarch 1:0.17020-2.el7 base 32 k |
| 165 | perl-Exporter noarch 5.68-3.el7 base 28 k |
| 166 | perl-File-Path noarch 2.09-2.el7 base 26 k |
| 167 | perl-File-Temp noarch 0.23.01-3.el7 base 56 k |
| 168 | perl-Filter x86_64 1.49-3.el7 base 76 k |
| 169 | perl-Getopt-Long noarch 2.40-2.el7 base 56 k |
| 170 | perl-Git noarch 1.8.3.1-4.el7 base 52 k |
| 171 | perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k |
| 172 | perl-PathTools x86_64 3.40-5.el7 base 82 k |
| 173 | perl-Pod-Escapes noarch 1:1.04-285.el7 base 50 k |
| 174 | perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k |
| 175 | perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k |
| 176 | perl-Pod-Usage noarch 1.63-3.el7 base 27 k |
| 177 | perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k |
| 178 | perl-Socket x86_64 2.010-3.el7 base 49 k |
| 179 | perl-Storable x86_64 2.45-3.el7 base 77 k |
| 180 | perl-TermReadKey x86_64 2.30-20.el7 base 31 k |
| 181 | perl-Text-ParseWords noarch 3.29-4.el7 base 14 k |
| 182 | perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k |
| 183 | perl-Time-Local noarch 1.2300-2.el7 base 24 k |
| 184 | perl-constant noarch 1.27-2.el7 base 19 k |
| 185 | perl-libs x86_64 4:5.16.3-285.el7 base 687 k |
| 186 | perl-macros x86_64 4:5.16.3-285.el7 base 42 k |
| 187 | perl-parent noarch 1:0.225-244.el7 base 12 k |
| 188 | perl-podlators noarch 2.5.1-3.el7 base 112 k |
| 189 | perl-threads x86_64 1.87-4.el7 base 49 k |
| 190 | perl-threads-shared x86_64 1.43-6.el7 base 39 k |
| 191 | python-chardet noarch 2.0.1-7.el7 base 222 k |
| 192 | python-kitchen noarch 1.1.1-5.el7 base 267 k |
| 193 | rsync x86_64 3.0.9-15.el7 base 359 k |
| 194 | |
| 195 | Transaction Summary |
| 196 | ================================================================================ |
| 197 | Install 2 Packages (+39 Dependent packages) |
| 198 | |
| 199 | Total download size: 18 M |
| 200 | Installed size: 66 M |
| 201 | Downloading packages: |
| 202 | -------------------------------------------------------------------------------- |
| 203 | Total 17 MB/s | 18 MB 00:01 |
| 204 | Running transaction check |
| 205 | Running transaction test |
| 206 | Transaction test succeeded |
| 207 | Running transaction |
| 208 | Installing : fipscheck-1.4.1-5.el7.x86_64 1/41 |
| 209 | Installing : fipscheck-lib-1.4.1-5.el7.x86_64 2/41 |
| 210 | Installing : openssh-6.6.1p1-11.el7.x86_64 3/41 |
| 211 | Installing : 1:perl-parent-0.225-244.el7.noarch 4/41 |
| 212 | Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 5/41 |
| 213 | Installing : perl-podlators-2.5.1-3.el7.noarch 6/41 |
| 214 | Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 7/41 |
| 215 | Installing : 1:perl-Pod-Escapes-1.04-285.el7.noarch 8/41 |
| 216 | Installing : perl-Text-ParseWords-3.29-4.el7.noarch 9/41 |
| 217 | Installing : perl-Encode-2.51-7.el7.x86_64 10/41 |
| 218 | Installing : perl-Pod-Usage-1.63-3.el7.noarch 11/41 |
| 219 | Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 12/41 |
| 220 | Installing : perl-Exporter-5.68-3.el7.noarch 13/41 |
| 221 | Installing : perl-constant-1.27-2.el7.noarch 14/41 |
| 222 | Installing : perl-Time-Local-1.2300-2.el7.noarch 15/41 |
| 223 | Installing : perl-Socket-2.010-3.el7.x86_64 16/41 |
| 224 | Installing : perl-Carp-1.26-244.el7.noarch 17/41 |
| 225 | Installing : perl-Storable-2.45-3.el7.x86_64 18/41 |
| 226 | Installing : perl-PathTools-3.40-5.el7.x86_64 19/41 |
| 227 | Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 20/41 |
| 228 | Installing : 4:perl-macros-5.16.3-285.el7.x86_64 21/41 |
| 229 | Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 22/41 |
| 230 | Installing : perl-File-Temp-0.23.01-3.el7.noarch 23/41 |
| 231 | Installing : perl-File-Path-2.09-2.el7.noarch 24/41 |
| 232 | Installing : perl-threads-shared-1.43-6.el7.x86_64 25/41 |
| 233 | Installing : perl-threads-1.87-4.el7.x86_64 26/41 |
| 234 | Installing : perl-Filter-1.49-3.el7.x86_64 27/41 |
| 235 | Installing : 4:perl-libs-5.16.3-285.el7.x86_64 28/41 |
| 236 | Installing : perl-Getopt-Long-2.40-2.el7.noarch 29/41 |
| 237 | Installing : 4:perl-5.16.3-285.el7.x86_64 30/41 |
| 238 | Installing : 1:perl-Error-0.17020-2.el7.noarch 31/41 |
| 239 | Installing : perl-TermReadKey-2.30-20.el7.x86_64 32/41 |
| 240 | Installing : python-chardet-2.0.1-7.el7.noarch 33/41 |
| 241 | Installing : python-kitchen-1.1.1-5.el7.noarch 34/41 |
| 242 | Installing : libedit-3.0-12.20121213cvs.el7.x86_64 35/41 |
| 243 | Installing : openssh-clients-6.6.1p1-11.el7.x86_64 36/41 |
| 244 | Installing : libgnome-keyring-3.8.0-3.el7.x86_64 37/41 |
| 245 | Installing : rsync-3.0.9-15.el7.x86_64 38/41 |
| 246 | Installing : perl-Git-1.8.3.1-4.el7.noarch 39/41 |
| 247 | Installing : git-1.8.3.1-4.el7.x86_64 40/41 |
| 248 | Installing : yum-utils-1.1.31-29.el7.noarch 41/41 |
| 249 | Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/41 |
| 250 | Verifying : perl-Git-1.8.3.1-4.el7.noarch 2/41 |
| 251 | Verifying : perl-threads-shared-1.43-6.el7.x86_64 3/41 |
| 252 | Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 4/41 |
| 253 | Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 5/41 |
| 254 | Verifying : perl-Exporter-5.68-3.el7.noarch 6/41 |
| 255 | Verifying : perl-constant-1.27-2.el7.noarch 7/41 |
| 256 | Verifying : perl-PathTools-3.40-5.el7.x86_64 8/41 |
| 257 | Verifying : 1:perl-Pod-Escapes-1.04-285.el7.noarch 9/41 |
| 258 | Verifying : rsync-3.0.9-15.el7.x86_64 10/41 |
| 259 | Verifying : 1:perl-parent-0.225-244.el7.noarch 11/41 |
| 260 | Verifying : yum-utils-1.1.31-29.el7.noarch 12/41 |
| 261 | Verifying : perl-TermReadKey-2.30-20.el7.x86_64 13/41 |
| 262 | Verifying : perl-File-Temp-0.23.01-3.el7.noarch 14/41 |
| 263 | Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 15/41 |
| 264 | Verifying : perl-Time-Local-1.2300-2.el7.noarch 16/41 |
| 265 | Verifying : git-1.8.3.1-4.el7.x86_64 17/41 |
| 266 | Verifying : openssh-clients-6.6.1p1-11.el7.x86_64 18/41 |
| 267 | Verifying : perl-Socket-2.010-3.el7.x86_64 19/41 |
| 268 | Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 20/41 |
| 269 | Verifying : perl-Carp-1.26-244.el7.noarch 21/41 |
| 270 | Verifying : perl-podlators-2.5.1-3.el7.noarch 22/41 |
| 271 | Verifying : 1:perl-Error-0.17020-2.el7.noarch 23/41 |
| 272 | Verifying : perl-Storable-2.45-3.el7.x86_64 24/41 |
| 273 | Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 25/41 |
| 274 | Verifying : 4:perl-macros-5.16.3-285.el7.x86_64 26/41 |
| 275 | Verifying : fipscheck-lib-1.4.1-5.el7.x86_64 27/41 |
| 276 | Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 28/41 |
| 277 | Verifying : openssh-6.6.1p1-11.el7.x86_64 29/41 |
| 278 | Verifying : perl-Pod-Usage-1.63-3.el7.noarch 30/41 |
| 279 | Verifying : perl-Encode-2.51-7.el7.x86_64 31/41 |
| 280 | Verifying : 4:perl-5.16.3-285.el7.x86_64 32/41 |
| 281 | Verifying : perl-Getopt-Long-2.40-2.el7.noarch 33/41 |
| 282 | Verifying : perl-File-Path-2.09-2.el7.noarch 34/41 |
| 283 | Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 35/41 |
| 284 | Verifying : perl-threads-1.87-4.el7.x86_64 36/41 |
| 285 | Verifying : perl-Filter-1.49-3.el7.x86_64 37/41 |
| 286 | Verifying : python-chardet-2.0.1-7.el7.noarch 38/41 |
| 287 | Verifying : python-kitchen-1.1.1-5.el7.noarch 39/41 |
| 288 | Verifying : 4:perl-libs-5.16.3-285.el7.x86_64 40/41 |
| 289 | Verifying : fipscheck-1.4.1-5.el7.x86_64 41/41 |
| 290 | |
| 291 | Installed: |
| 292 | git.x86_64 0:1.8.3.1-4.el7 yum-utils.noarch 0:1.1.31-29.el7 |
| 293 | |
| 294 | Dependency Installed: |
| 295 | fipscheck.x86_64 0:1.4.1-5.el7 |
| 296 | fipscheck-lib.x86_64 0:1.4.1-5.el7 |
| 297 | libedit.x86_64 0:3.0-12.20121213cvs.el7 |
| 298 | libgnome-keyring.x86_64 0:3.8.0-3.el7 |
| 299 | openssh.x86_64 0:6.6.1p1-11.el7 |
| 300 | openssh-clients.x86_64 0:6.6.1p1-11.el7 |
| 301 | perl.x86_64 4:5.16.3-285.el7 |
| 302 | perl-Carp.noarch 0:1.26-244.el7 |
| 303 | perl-Encode.x86_64 0:2.51-7.el7 |
| 304 | perl-Error.noarch 1:0.17020-2.el7 |
| 305 | perl-Exporter.noarch 0:5.68-3.el7 |
| 306 | perl-File-Path.noarch 0:2.09-2.el7 |
| 307 | perl-File-Temp.noarch 0:0.23.01-3.el7 |
| 308 | perl-Filter.x86_64 0:1.49-3.el7 |
| 309 | perl-Getopt-Long.noarch 0:2.40-2.el7 |
| 310 | perl-Git.noarch 0:1.8.3.1-4.el7 |
| 311 | perl-HTTP-Tiny.noarch 0:0.033-3.el7 |
| 312 | perl-PathTools.x86_64 0:3.40-5.el7 |
| 313 | perl-Pod-Escapes.noarch 1:1.04-285.el7 |
| 314 | perl-Pod-Perldoc.noarch 0:3.20-4.el7 |
| 315 | perl-Pod-Simple.noarch 1:3.28-4.el7 |
| 316 | perl-Pod-Usage.noarch 0:1.63-3.el7 |
| 317 | perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 |
| 318 | perl-Socket.x86_64 0:2.010-3.el7 |
| 319 | perl-Storable.x86_64 0:2.45-3.el7 |
| 320 | perl-TermReadKey.x86_64 0:2.30-20.el7 |
| 321 | perl-Text-ParseWords.noarch 0:3.29-4.el7 |
| 322 | perl-Time-HiRes.x86_64 4:1.9725-3.el7 |
| 323 | perl-Time-Local.noarch 0:1.2300-2.el7 |
| 324 | perl-constant.noarch 0:1.27-2.el7 |
| 325 | perl-libs.x86_64 4:5.16.3-285.el7 |
| 326 | perl-macros.x86_64 4:5.16.3-285.el7 |
| 327 | perl-parent.noarch 1:0.225-244.el7 |
| 328 | perl-podlators.noarch 0:2.5.1-3.el7 |
| 329 | perl-threads.x86_64 0:1.87-4.el7 |
| 330 | perl-threads-shared.x86_64 0:1.43-6.el7 |
| 331 | python-chardet.noarch 0:2.0.1-7.el7 |
| 332 | python-kitchen.noarch 0:1.1.1-5.el7 |
| 333 | rsync.x86_64 0:3.0.9-15.el7 |
| 334 | |
| 335 | Complete! |
| 336 | ---> 853fb6afcba5 |
| 337 | Removing intermediate container 8aef76b305a2 |
| 338 | Step 6 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 339 | ---> e42df16a2adc |
| 340 | Removing intermediate container 0862b84f545e |
| 341 | Step 7 : ENV IMAGE maipo |
| 342 | ---> Running in fbb1d9aeda76 |
| 343 | ---> 608627b84317 |
| 344 | Removing intermediate container fbb1d9aeda76 |
| 345 | Step 8 : RUN chmod 755 /entrypoint.sh |
| 346 | ---> Running in 57e6daeeb61b |
| 347 | ---> 10bb244a0700 |
| 348 | Removing intermediate container 57e6daeeb61b |
| 349 | Step 9 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 350 | ---> Running in 49055eeccc6a |
| 351 | ---> be559250b1a0 |
| 352 | Removing intermediate container 49055eeccc6a |
| 353 | Successfully built be559250b1a0 |
| 354 | /var/tmp/15/docker.Klc /var/tmp/15/docker.git |
| 355 | /var/tmp/15/docker.git |
| 356 | /var/tmp/15 /var/tmp/29 |
| 357 | /var/tmp/29 |
| 358 | At this stage, we're just going to be successful. |
| 359 |
Lease Host
Lease Host
- When
- Completed at Apr 14 2015, 10:09 PM · Built for 1 s
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Apr 14 2015, 10:09 PM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.