Properties
Properties
Run Command on atomic01
Run Command on atomic01
- When
- Completed at Jun 23 2015, 10:18 AM · Built for 16 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 ']' |
| 4 | + test_build=1 |
| 5 | + test_functional=1 |
| 6 | + test_integration=1 |
| 7 | + test_performance=1 |
| 8 | + test_unit=1 |
| 9 | + '[' -z git ']' |
| 10 | + case ${vcs} in |
| 11 | ++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git |
| 12 | + package=stick |
| 13 | ++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 14 | ++ sed -e 's|ssh://git@|https://|g' |
| 15 | + ro_uri=https://git.kolab.org/diffusion/QA/stick.git |
| 16 | + case ${package} in |
| 17 | ++ pwd |
| 18 | + export TMPDIR=/var/tmp/1072 |
| 19 | + TMPDIR=/var/tmp/1072 |
| 20 | + '[' '!' -d stick.git ']' |
| 21 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 22 | + pushd stick.git |
| 23 | + git checkout master |
| 24 | Already on 'master' |
| 25 | + popd |
| 26 | + '[' stick '!=' stick ']' |
| 27 | + export commit |
| 28 | + export differential |
| 29 | + export id |
| 30 | + export package |
| 31 | + export phid |
| 32 | + export ro_uri |
| 33 | + export uri |
| 34 | + export vcs |
| 35 | + export test_build |
| 36 | + export test_functional |
| 37 | + export test_integration |
| 38 | + export test_performance |
| 39 | + export test_unit |
| 40 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 41 | + pushd stick.git |
| 42 | + ../stick.git/drydocker/stick/build.sh |
| 43 | Sending build context to Docker daemon 5.632 kB |
| 44 | |
| 45 | Sending build context to Docker daemon |
| 46 | + retval=0 |
| 47 | + popd |
| 48 | + est_performance |
| 49 | /usr/local/bin/drydocker: line 269: est_performance: command not found |
| 50 | + export test_unit |
| 51 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 52 | + pushd stick.git |
| 53 | + ../stick.git/drydocker/stick/build.sh |
| 54 | Sending build context to Docker daemon 5.632 kB |
| 55 | |
| 56 | Sending build context to Docker daemon |
| 57 | + retval=0 |
| 58 | + popd |
| 59 | + cd /var/tmp |
| 60 | + rm -rf /var/tmp/1072 |
| 61 | + exit 0 |
| 62 |
| 1 | Cloning into 'stick.git'... |
|---|---|
| 2 | /var/tmp/1072/stick.git /var/tmp/1072 |
| 3 | /var/tmp/1072 |
| 4 | /var/tmp/1072/stick.git /var/tmp/1072 |
| 5 | Refreshed /usr/local/bin/drydocker |
| 6 | Cloning into '/var/tmp/1072/docker.git'... |
| 7 | /var/tmp/1072/docker.git /var/tmp/1072/stick.git |
| 8 | HEAD is now at 71f79cb To assist development of stick, only checkout, clean and reset when there's no interactivity |
| 9 | /var/tmp/1072/docker.git/ci /var/tmp/1072/docker.git |
| 10 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 11 | docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \ |
| 12 | done |
| 13 | Step 0 : FROM centos:centos7 |
| 14 | ---> fd44297e2ddb |
| 15 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 16 | ---> Using cache |
| 17 | ---> d187a5684304 |
| 18 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 19 | ---> Using cache |
| 20 | ---> 8ca4fa67c4b6 |
| 21 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 22 | ---> Using cache |
| 23 | ---> 76af01dc84fc |
| 24 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 25 | ---> Using cache |
| 26 | ---> 099c69fe79e9 |
| 27 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 28 | ---> Using cache |
| 29 | ---> f420723ac69d |
| 30 | 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 |
| 31 | ---> Using cache |
| 32 | ---> 484577da8f5e |
| 33 | Step 7 : ENV IMAGE maipo |
| 34 | ---> Using cache |
| 35 | ---> f9c0f04d3570 |
| 36 | Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service |
| 37 | ---> Using cache |
| 38 | ---> a376ff4ddd8b |
| 39 | Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 40 | ---> Using cache |
| 41 | ---> 06a484f82b3d |
| 42 | Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service |
| 43 | ---> Using cache |
| 44 | ---> 45174dd322a3 |
| 45 | Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl |
| 46 | ---> Using cache |
| 47 | ---> 49d2809c28f0 |
| 48 | Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 49 | ---> Using cache |
| 50 | ---> 1e35abd07266 |
| 51 | Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 52 | ---> Using cache |
| 53 | ---> b7da76b74826 |
| 54 | Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
| 55 | ---> Using cache |
| 56 | ---> c5e31252202e |
| 57 | 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 |
| 58 | ---> Using cache |
| 59 | ---> f436e9eac28a |
| 60 | Step 16 : WORKDIR /srv |
| 61 | ---> Using cache |
| 62 | ---> 6c602d3c85b9 |
| 63 | Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 64 | ---> Using cache |
| 65 | ---> bdf1bded5f38 |
| 66 | Step 18 : WORKDIR /srv/closure-compiler.git |
| 67 | ---> Using cache |
| 68 | ---> 4da38978612d |
| 69 | Step 19 : RUN ant jar |
| 70 | ---> Using cache |
| 71 | ---> 7767300a9043 |
| 72 | Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar |
| 73 | ---> Using cache |
| 74 | ---> d0ecc10f1685 |
| 75 | Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/ |
| 76 | ---> Using cache |
| 77 | ---> cba884112f77 |
| 78 | Step 22 : WORKDIR /srv |
| 79 | ---> Using cache |
| 80 | ---> 5cdb1d2ccc07 |
| 81 | Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 |
| 82 | ---> Using cache |
| 83 | ---> a4818baad3d6 |
| 84 | 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* |
| 85 | ---> Using cache |
| 86 | ---> 024c02481f03 |
| 87 | Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh / |
| 88 | ---> Using cache |
| 89 | ---> 632083b160e9 |
| 90 | Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 91 | ---> Using cache |
| 92 | ---> 75b3652c26da |
| 93 | Step 27 : RUN chmod 755 /entrypoint.sh |
| 94 | ---> Using cache |
| 95 | ---> 7ba408bfa919 |
| 96 | Step 28 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 97 | ---> Using cache |
| 98 | ---> 662f64035059 |
| 99 | Successfully built 662f64035059 |
| 100 | /var/tmp/1072/docker.git |
| 101 | /var/tmp/1072 |
| 102 | /var/tmp/1072/stick.git /var/tmp/1072 |
| 103 | /var/tmp/1072/docker.git /var/tmp/1072/stick.git |
| 104 | HEAD is now at 71f79cb To assist development of stick, only checkout, clean and reset when there's no interactivity |
| 105 | /var/tmp/1072/stick.git |
| 106 | /var/tmp/1072/docker.git /var/tmp/1072/stick.git |
| 107 | HEAD is now at 71f79cb To assist development of stick, only checkout, clean and reset when there's no interactivity |
| 108 | /var/tmp/1072/docker.git/ci /var/tmp/1072/docker.git |
| 109 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 110 | docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \ |
| 111 | done |
| 112 | Step 0 : FROM centos:centos7 |
| 113 | ---> fd44297e2ddb |
| 114 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 115 | ---> Using cache |
| 116 | ---> d187a5684304 |
| 117 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 118 | ---> Using cache |
| 119 | ---> 8ca4fa67c4b6 |
| 120 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 121 | ---> Using cache |
| 122 | ---> 76af01dc84fc |
| 123 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 124 | ---> Using cache |
| 125 | ---> 099c69fe79e9 |
| 126 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 127 | ---> Using cache |
| 128 | ---> f420723ac69d |
| 129 | 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 |
| 130 | ---> Using cache |
| 131 | ---> 484577da8f5e |
| 132 | Step 7 : ENV IMAGE maipo |
| 133 | ---> Using cache |
| 134 | ---> f9c0f04d3570 |
| 135 | Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service |
| 136 | ---> Using cache |
| 137 | ---> a376ff4ddd8b |
| 138 | Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 139 | ---> Using cache |
| 140 | ---> 06a484f82b3d |
| 141 | Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service |
| 142 | ---> Using cache |
| 143 | ---> 45174dd322a3 |
| 144 | Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl |
| 145 | ---> Using cache |
| 146 | ---> 49d2809c28f0 |
| 147 | Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 148 | ---> Using cache |
| 149 | ---> 1e35abd07266 |
| 150 | Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 151 | ---> Using cache |
| 152 | ---> b7da76b74826 |
| 153 | Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
| 154 | ---> Using cache |
| 155 | ---> c5e31252202e |
| 156 | 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 |
| 157 | ---> Using cache |
| 158 | ---> f436e9eac28a |
| 159 | Step 16 : WORKDIR /srv |
| 160 | ---> Using cache |
| 161 | ---> 6c602d3c85b9 |
| 162 | Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 163 | ---> Using cache |
| 164 | ---> bdf1bded5f38 |
| 165 | Step 18 : WORKDIR /srv/closure-compiler.git |
| 166 | ---> Using cache |
| 167 | ---> 4da38978612d |
| 168 | Step 19 : RUN ant jar |
| 169 | ---> Using cache |
| 170 | ---> 7767300a9043 |
| 171 | Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar |
| 172 | ---> Using cache |
| 173 | ---> d0ecc10f1685 |
| 174 | Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/ |
| 175 | ---> Using cache |
| 176 | ---> cba884112f77 |
| 177 | Step 22 : WORKDIR /srv |
| 178 | ---> Using cache |
| 179 | ---> 5cdb1d2ccc07 |
| 180 | Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 |
| 181 | ---> Using cache |
| 182 | ---> a4818baad3d6 |
| 183 | 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* |
| 184 | ---> Using cache |
| 185 | ---> 024c02481f03 |
| 186 | Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh / |
| 187 | ---> Using cache |
| 188 | ---> 632083b160e9 |
| 189 | Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 190 | ---> Using cache |
| 191 | ---> 75b3652c26da |
| 192 | Step 27 : RUN chmod 755 /entrypoint.sh |
| 193 | ---> Using cache |
| 194 | ---> 7ba408bfa919 |
| 195 | Step 28 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 196 | ---> Using cache |
| 197 | ---> 662f64035059 |
| 198 | Successfully built 662f64035059 |
| 199 | /var/tmp/1072/docker.git |
| 200 | /var/tmp/1072 |
| 201 |
Run Command on atomic02
Run Command on atomic02
- When
- Completed at Jun 23 2015, 10:18 AM · Built for 16 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 ']' |
| 4 | + test_build=1 |
| 5 | + test_functional=1 |
| 6 | + test_integration=1 |
| 7 | + test_performance=1 |
| 8 | + test_unit=1 |
| 9 | + '[' -z git ']' |
| 10 | + case ${vcs} in |
| 11 | ++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git |
| 12 | + package=stick |
| 13 | ++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 14 | ++ sed -e 's|ssh://git@|https://|g' |
| 15 | + ro_uri=https://git.kolab.org/diffusion/QA/stick.git |
| 16 | + case ${package} in |
| 17 | ++ pwd |
| 18 | + export TMPDIR=/var/tmp/1071 |
| 19 | + TMPDIR=/var/tmp/1071 |
| 20 | + '[' '!' -d stick.git ']' |
| 21 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 22 | + pushd stick.git |
| 23 | + git checkout master |
| 24 | Already on 'master' |
| 25 | + popd |
| 26 | + '[' stick '!=' stick ']' |
| 27 | + export commit |
| 28 | + export differential |
| 29 | + export id |
| 30 | + export package |
| 31 | + export phid |
| 32 | + export ro_uri |
| 33 | + export uri |
| 34 | + export vcs |
| 35 | + export test_build |
| 36 | + export test_functional |
| 37 | + export test_integration |
| 38 | + export test_performance |
| 39 | + export test_unit |
| 40 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 41 | + pushd stick.git |
| 42 | + ../stick.git/drydocker/stick/build.sh |
| 43 | Sending build context to Docker daemon 5.632 kB |
| 44 | |
| 45 | Sending build context to Docker daemon |
| 46 | + retval=0 |
| 47 | + popd |
| 48 | + est_performance |
| 49 | /usr/local/bin/drydocker: line 269: est_performance: command not found |
| 50 | + export test_unit |
| 51 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 52 | + pushd stick.git |
| 53 | + ../stick.git/drydocker/stick/build.sh |
| 54 | Sending build context to Docker daemon 5.632 kB |
| 55 | |
| 56 | Sending build context to Docker daemon |
| 57 | + retval=0 |
| 58 | + popd |
| 59 | + cd /var/tmp |
| 60 | + rm -rf /var/tmp/1071 |
| 61 | + exit 0 |
| 62 |
| 1 | Cloning into 'stick.git'... |
|---|---|
| 2 | /var/tmp/1071/stick.git /var/tmp/1071 |
| 3 | /var/tmp/1071 |
| 4 | /var/tmp/1071/stick.git /var/tmp/1071 |
| 5 | Refreshed /usr/local/bin/drydocker |
| 6 | Cloning into '/var/tmp/1071/docker.git'... |
| 7 | /var/tmp/1071/docker.git /var/tmp/1071/stick.git |
| 8 | HEAD is now at 71f79cb To assist development of stick, only checkout, clean and reset when there's no interactivity |
| 9 | /var/tmp/1071/docker.git/ci /var/tmp/1071/docker.git |
| 10 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 11 | docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \ |
| 12 | done |
| 13 | Step 0 : FROM centos:centos7 |
| 14 | ---> fd44297e2ddb |
| 15 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 16 | ---> Using cache |
| 17 | ---> a36d5966043c |
| 18 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 19 | ---> Using cache |
| 20 | ---> 56856fb2378b |
| 21 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 22 | ---> Using cache |
| 23 | ---> 9d759c3f7a82 |
| 24 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 25 | ---> Using cache |
| 26 | ---> bb0eaa6c4bdc |
| 27 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 28 | ---> Using cache |
| 29 | ---> c3c915795822 |
| 30 | 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 |
| 31 | ---> Using cache |
| 32 | ---> 361e48f4eda7 |
| 33 | Step 7 : ENV IMAGE maipo |
| 34 | ---> Using cache |
| 35 | ---> e1db67584b72 |
| 36 | Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service |
| 37 | ---> Using cache |
| 38 | ---> e42a04e34983 |
| 39 | Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 40 | ---> Using cache |
| 41 | ---> 2f2b22b9e815 |
| 42 | Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service |
| 43 | ---> Using cache |
| 44 | ---> 42bda28ef1ed |
| 45 | Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl |
| 46 | ---> Using cache |
| 47 | ---> 4865da73d904 |
| 48 | Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 49 | ---> Using cache |
| 50 | ---> 62dd898836c6 |
| 51 | Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 52 | ---> Using cache |
| 53 | ---> a7182f6bdbfa |
| 54 | Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
| 55 | ---> Using cache |
| 56 | ---> 32fefcd2c132 |
| 57 | 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 |
| 58 | ---> Using cache |
| 59 | ---> ff406013d7e3 |
| 60 | Step 16 : WORKDIR /srv |
| 61 | ---> Using cache |
| 62 | ---> e42962e1caf2 |
| 63 | Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 64 | ---> Using cache |
| 65 | ---> a2b99b7fbbbc |
| 66 | Step 18 : WORKDIR /srv/closure-compiler.git |
| 67 | ---> Using cache |
| 68 | ---> 6b1338f5bf96 |
| 69 | Step 19 : RUN ant jar |
| 70 | ---> Using cache |
| 71 | ---> 32d0e7f967cd |
| 72 | Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar |
| 73 | ---> Using cache |
| 74 | ---> f242700c08e3 |
| 75 | Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/ |
| 76 | ---> Using cache |
| 77 | ---> cbe727e9d98d |
| 78 | Step 22 : WORKDIR /srv |
| 79 | ---> Using cache |
| 80 | ---> 5f7bf4ce1200 |
| 81 | Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 |
| 82 | ---> Using cache |
| 83 | ---> e34dd4c5b574 |
| 84 | 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* |
| 85 | ---> Using cache |
| 86 | ---> 1f27feb5c3e3 |
| 87 | Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh / |
| 88 | ---> Using cache |
| 89 | ---> 7701bc31398f |
| 90 | Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 91 | ---> Using cache |
| 92 | ---> 0a12f4dd2bf4 |
| 93 | Step 27 : RUN chmod 755 /entrypoint.sh |
| 94 | ---> Using cache |
| 95 | ---> ec8af3c880f8 |
| 96 | Step 28 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 97 | ---> Using cache |
| 98 | ---> 461b55b8c453 |
| 99 | Successfully built 461b55b8c453 |
| 100 | /var/tmp/1071/docker.git |
| 101 | /var/tmp/1071 |
| 102 | /var/tmp/1071/stick.git /var/tmp/1071 |
| 103 | /var/tmp/1071/docker.git /var/tmp/1071/stick.git |
| 104 | HEAD is now at 71f79cb To assist development of stick, only checkout, clean and reset when there's no interactivity |
| 105 | /var/tmp/1071/stick.git |
| 106 | /var/tmp/1071/docker.git /var/tmp/1071/stick.git |
| 107 | HEAD is now at 71f79cb To assist development of stick, only checkout, clean and reset when there's no interactivity |
| 108 | /var/tmp/1071/docker.git/ci /var/tmp/1071/docker.git |
| 109 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 110 | docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \ |
| 111 | done |
| 112 | Step 0 : FROM centos:centos7 |
| 113 | ---> fd44297e2ddb |
| 114 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 115 | ---> Using cache |
| 116 | ---> a36d5966043c |
| 117 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 118 | ---> Using cache |
| 119 | ---> 56856fb2378b |
| 120 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 121 | ---> Using cache |
| 122 | ---> 9d759c3f7a82 |
| 123 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 124 | ---> Using cache |
| 125 | ---> bb0eaa6c4bdc |
| 126 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 127 | ---> Using cache |
| 128 | ---> c3c915795822 |
| 129 | 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 |
| 130 | ---> Using cache |
| 131 | ---> 361e48f4eda7 |
| 132 | Step 7 : ENV IMAGE maipo |
| 133 | ---> Using cache |
| 134 | ---> e1db67584b72 |
| 135 | Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service |
| 136 | ---> Using cache |
| 137 | ---> e42a04e34983 |
| 138 | Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 139 | ---> Using cache |
| 140 | ---> 2f2b22b9e815 |
| 141 | Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service |
| 142 | ---> Using cache |
| 143 | ---> 42bda28ef1ed |
| 144 | Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl |
| 145 | ---> Using cache |
| 146 | ---> 4865da73d904 |
| 147 | Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 148 | ---> Using cache |
| 149 | ---> 62dd898836c6 |
| 150 | Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 151 | ---> Using cache |
| 152 | ---> a7182f6bdbfa |
| 153 | Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
| 154 | ---> Using cache |
| 155 | ---> 32fefcd2c132 |
| 156 | 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 |
| 157 | ---> Using cache |
| 158 | ---> ff406013d7e3 |
| 159 | Step 16 : WORKDIR /srv |
| 160 | ---> Using cache |
| 161 | ---> e42962e1caf2 |
| 162 | Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 163 | ---> Using cache |
| 164 | ---> a2b99b7fbbbc |
| 165 | Step 18 : WORKDIR /srv/closure-compiler.git |
| 166 | ---> Using cache |
| 167 | ---> 6b1338f5bf96 |
| 168 | Step 19 : RUN ant jar |
| 169 | ---> Using cache |
| 170 | ---> 32d0e7f967cd |
| 171 | Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar |
| 172 | ---> Using cache |
| 173 | ---> f242700c08e3 |
| 174 | Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/ |
| 175 | ---> Using cache |
| 176 | ---> cbe727e9d98d |
| 177 | Step 22 : WORKDIR /srv |
| 178 | ---> Using cache |
| 179 | ---> 5f7bf4ce1200 |
| 180 | Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 |
| 181 | ---> Using cache |
| 182 | ---> e34dd4c5b574 |
| 183 | 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* |
| 184 | ---> Using cache |
| 185 | ---> 1f27feb5c3e3 |
| 186 | Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh / |
| 187 | ---> Using cache |
| 188 | ---> 7701bc31398f |
| 189 | Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 190 | ---> Using cache |
| 191 | ---> 0a12f4dd2bf4 |
| 192 | Step 27 : RUN chmod 755 /entrypoint.sh |
| 193 | ---> Using cache |
| 194 | ---> ec8af3c880f8 |
| 195 | Step 28 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 196 | ---> Using cache |
| 197 | ---> 461b55b8c453 |
| 198 | Successfully built 461b55b8c453 |
| 199 | /var/tmp/1071/docker.git |
| 200 | /var/tmp/1071 |
| 201 |
Lease Host atomic01
Lease Host atomic01
- When
- Completed at Jun 23 2015, 10:18 AM · Built for 1 s
- Status
Passed
Lease Host atomic02
Lease Host atomic02
- When
- Completed at Jun 23 2015, 10:18 AM · Built instantly
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Jun 23 2015, 10:18 AM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.