Properties
Properties
Run Command on atomic01
Run Command on atomic01
- When
- Completed at May 24 2015, 9:44 AM · Built for 19 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 | + case ${uri} in |
| 18 | ++ pwd |
| 19 | + export TMPDIR=/var/tmp/749 |
| 20 | + TMPDIR=/var/tmp/749 |
| 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 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 42 | + pushd stick.git |
| 43 | + ../stick.git/drydocker/stick/build.sh |
| 44 | Sending build context to Docker daemon 4.608 kB |
| 45 | |
| 46 | Sending build context to Docker daemon |
| 47 | + retval=0 |
| 48 | + popd |
| 49 | + cd /var/tmp |
| 50 | + rm -rf /var/tmp/749 |
| 51 | + exit 0 |
| 52 |
| 1 | Cloning into 'stick.git'... |
|---|---|
| 2 | /var/tmp/749/stick.git /var/tmp/749 |
| 3 | /var/tmp/749 |
| 4 | /var/tmp/749/stick.git /var/tmp/749 |
| 5 | Cloning into '/var/tmp/749/docker.git'... |
| 6 | /var/tmp/749/docker.git /var/tmp/749/stick.git |
| 7 | HEAD is now at 3471c2a Add files |
| 8 | /var/tmp/749/docker.git/ci /var/tmp/749/docker.git |
| 9 | Undetermined amount of free space, cleaning up in any case. |
| 10 | for container in $(docker ps -a | grep Exited | awk '{print $1}'); do \ |
| 11 | docker rm -f $container ; \ |
| 12 | done |
| 13 | for image in $(docker images -aq --filter dangling=true); do \ |
| 14 | docker rmi -f $image ; \ |
| 15 | done |
| 16 | Deleted: 287254a45a25eb1d81c770fa81a07549bebb92dde98c9f8e6f050121ec2a888a |
| 17 | Deleted: ff9cffdeec1fb1df5c6b37438626a2f5057cec293be11a4b16d0142428693aac |
| 18 | Deleted: 4831eb4cb6cdf568de1b163448d06a4204728886e5126cc341abfd4551d9a587 |
| 19 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 20 | docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \ |
| 21 | done |
| 22 | Step 0 : FROM centos:centos7 |
| 23 | ---> fd44297e2ddb |
| 24 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 25 | ---> Using cache |
| 26 | ---> d187a5684304 |
| 27 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 28 | ---> Using cache |
| 29 | ---> 8ca4fa67c4b6 |
| 30 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 31 | ---> Using cache |
| 32 | ---> 76af01dc84fc |
| 33 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 34 | ---> Using cache |
| 35 | ---> 099c69fe79e9 |
| 36 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 37 | ---> Using cache |
| 38 | ---> f420723ac69d |
| 39 | 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 |
| 40 | ---> Using cache |
| 41 | ---> 484577da8f5e |
| 42 | Step 7 : RUN yum -y reinstall \* |
| 43 | ---> Using cache |
| 44 | ---> b69e461cafa6 |
| 45 | Step 8 : ENV IMAGE maipo |
| 46 | ---> Using cache |
| 47 | ---> 7e5211fa8f27 |
| 48 | Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service |
| 49 | ---> Using cache |
| 50 | ---> 49e0b8d80235 |
| 51 | Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 52 | ---> Using cache |
| 53 | ---> 3152f48187f6 |
| 54 | Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service |
| 55 | ---> Using cache |
| 56 | ---> 7188fa33ea90 |
| 57 | Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl |
| 58 | ---> Using cache |
| 59 | ---> 41018f377e39 |
| 60 | Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 61 | ---> Using cache |
| 62 | ---> 4e0d12ca2e49 |
| 63 | Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 64 | ---> Using cache |
| 65 | ---> 0d8ef02fbf66 |
| 66 | Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
| 67 | ---> Using cache |
| 68 | ---> 392a53a23335 |
| 69 | Step 16 : RUN yum clean all && yum -y install epel-release && yum -y install --skip-broken ant atk-devel.i686 build cairo-devel.i686 fontconfig-devel.i686 freetype-devel.i686 gcc.i686 gcc-c++.i686 gdk-pixbuf-devel.i686 git glibc-devel glibc-devel.i686 glib2-devel.i686 gtk2-devel gtk2-devel.i686 ibus-devel java-devel osc pango-devel.i686 passwd perl-Digest-MD5 perl-TimeDate python-selenium rpmdevtools sudo vim-enhanced yum-utils @development @fedora-packager && yum-builddep -y --skip-broken $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' ) |
| 70 | ---> Using cache |
| 71 | ---> 03f78d0d0891 |
| 72 | Step 17 : WORKDIR /srv |
| 73 | ---> Using cache |
| 74 | ---> a5826cfc37a8 |
| 75 | Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 76 | ---> Using cache |
| 77 | ---> 9306127e6da8 |
| 78 | Step 19 : WORKDIR /srv/closure-compiler.git |
| 79 | ---> Using cache |
| 80 | ---> b6f97b2376e7 |
| 81 | Step 20 : RUN ant jar |
| 82 | ---> Using cache |
| 83 | ---> c63c10baf1f4 |
| 84 | Step 21 : WORKDIR /srv |
| 85 | ---> Using cache |
| 86 | ---> 658510ba34e6 |
| 87 | Step 22 : RUN git clone https://github.com/SeleniumHQ/selenium.git selenium.git |
| 88 | ---> Using cache |
| 89 | ---> 8406f29d9062 |
| 90 | Step 23 : WORKDIR /srv/selenium.git |
| 91 | ---> Using cache |
| 92 | ---> 4809af11ebfc |
| 93 | Step 24 : RUN ./go --trace --verbose build |
| 94 | ---> Using cache |
| 95 | ---> 51e373560fbf |
| 96 | Step 25 : WORKDIR /srv |
| 97 | ---> Using cache |
| 98 | ---> 520983ffcc15 |
| 99 | Step 26 : ADD https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/phantomjs-1.9.7-linux-x86_64.tar.bz2 |
| 100 | ---> Using cache |
| 101 | ---> 5a2d6ea755ea |
| 102 | Step 27 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 |
| 103 | ---> Using cache |
| 104 | ---> d918a7aef992 |
| 105 | Step 28 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin |
| 106 | ---> Using cache |
| 107 | ---> 7ee44833fe03 |
| 108 | Step 29 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 109 | ---> Using cache |
| 110 | ---> d92fb811071c |
| 111 | Step 30 : RUN chmod 755 /entrypoint.sh |
| 112 | ---> Using cache |
| 113 | ---> b1b4bb9fd461 |
| 114 | Step 31 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 115 | ---> Using cache |
| 116 | ---> 1fd377c9cbbe |
| 117 | Successfully built 1fd377c9cbbe |
| 118 | /var/tmp/749/docker.git |
| 119 | /var/tmp/749 |
| 120 |
Run Command on atomic02
Run Command on atomic02
- When
- Completed at May 24 2015, 9:44 AM · Built for 11 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 | + case ${uri} in |
| 18 | ++ pwd |
| 19 | + export TMPDIR=/var/tmp/748 |
| 20 | + TMPDIR=/var/tmp/748 |
| 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 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 42 | + pushd stick.git |
| 43 | + ../stick.git/drydocker/stick/build.sh |
| 44 | Sending build context to Docker daemon 4.608 kB |
| 45 | |
| 46 | Sending build context to Docker daemon |
| 47 | + retval=0 |
| 48 | + popd |
| 49 | + cd /var/tmp |
| 50 | + rm -rf /var/tmp/748 |
| 51 | + exit 0 |
| 52 |
| 1 | Cloning into 'stick.git'... |
|---|---|
| 2 | /var/tmp/748/stick.git /var/tmp/748 |
| 3 | /var/tmp/748 |
| 4 | /var/tmp/748/stick.git /var/tmp/748 |
| 5 | Cloning into '/var/tmp/748/docker.git'... |
| 6 | /var/tmp/748/docker.git /var/tmp/748/stick.git |
| 7 | HEAD is now at 3471c2a Add files |
| 8 | /var/tmp/748/docker.git/ci /var/tmp/748/docker.git |
| 9 | Undetermined amount of free space, cleaning up in any case. |
| 10 | for container in $(docker ps -a | grep Exited | awk '{print $1}'); do \ |
| 11 | docker rm -f $container ; \ |
| 12 | done |
| 13 | for image in $(docker images -aq --filter dangling=true); do \ |
| 14 | docker rmi -f $image ; \ |
| 15 | done |
| 16 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 17 | docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \ |
| 18 | done |
| 19 | Step 0 : FROM centos:centos7 |
| 20 | ---> fd44297e2ddb |
| 21 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 22 | ---> Using cache |
| 23 | ---> a36d5966043c |
| 24 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 25 | ---> Using cache |
| 26 | ---> 56856fb2378b |
| 27 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 28 | ---> Using cache |
| 29 | ---> 9d759c3f7a82 |
| 30 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 31 | ---> Using cache |
| 32 | ---> bb0eaa6c4bdc |
| 33 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 34 | ---> Using cache |
| 35 | ---> c3c915795822 |
| 36 | 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 |
| 37 | ---> Using cache |
| 38 | ---> 361e48f4eda7 |
| 39 | Step 7 : RUN yum -y reinstall \* |
| 40 | ---> Using cache |
| 41 | ---> 64f087b684bb |
| 42 | Step 8 : ENV IMAGE maipo |
| 43 | ---> Using cache |
| 44 | ---> 2b5f25706ee4 |
| 45 | Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service |
| 46 | ---> Using cache |
| 47 | ---> 5d3b20c8dac8 |
| 48 | Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 49 | ---> Using cache |
| 50 | ---> e087ab1323f0 |
| 51 | Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service |
| 52 | ---> Using cache |
| 53 | ---> cccdc0d051b9 |
| 54 | Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl |
| 55 | ---> Using cache |
| 56 | ---> b34754b99c58 |
| 57 | Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 58 | ---> Using cache |
| 59 | ---> 44c2cd6519bc |
| 60 | Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 61 | ---> Using cache |
| 62 | ---> ace658044d9f |
| 63 | Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
| 64 | ---> Using cache |
| 65 | ---> 5fc2d3611b74 |
| 66 | Step 16 : RUN yum clean all && yum -y install epel-release && yum -y install --skip-broken ant atk-devel.i686 build cairo-devel.i686 fontconfig-devel.i686 freetype-devel.i686 gcc.i686 gcc-c++.i686 gdk-pixbuf-devel.i686 git glibc-devel glibc-devel.i686 glib2-devel.i686 gtk2-devel gtk2-devel.i686 ibus-devel java-devel osc pango-devel.i686 passwd perl-Digest-MD5 perl-TimeDate python-selenium rpmdevtools sudo vim-enhanced yum-utils @development @fedora-packager && yum-builddep -y --skip-broken $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' ) |
| 67 | ---> Using cache |
| 68 | ---> 9f599691a3db |
| 69 | Step 17 : WORKDIR /srv |
| 70 | ---> Using cache |
| 71 | ---> e6cf7b847d1d |
| 72 | Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 73 | ---> Using cache |
| 74 | ---> 5291f8df5022 |
| 75 | Step 19 : WORKDIR /srv/closure-compiler.git |
| 76 | ---> Using cache |
| 77 | ---> 9d97e2be98ee |
| 78 | Step 20 : RUN ant jar |
| 79 | ---> Using cache |
| 80 | ---> 77748c5910be |
| 81 | Step 21 : WORKDIR /srv |
| 82 | ---> Using cache |
| 83 | ---> 77e9a4cd5f2b |
| 84 | Step 22 : RUN git clone https://github.com/SeleniumHQ/selenium.git selenium.git |
| 85 | ---> Using cache |
| 86 | ---> 0ce811a69fcf |
| 87 | Step 23 : WORKDIR /srv/selenium.git |
| 88 | ---> Using cache |
| 89 | ---> 9a1cd5aa70f5 |
| 90 | Step 24 : RUN ./go --trace --verbose build |
| 91 | ---> Using cache |
| 92 | ---> 93317a88c12c |
| 93 | Step 25 : WORKDIR /srv |
| 94 | ---> Using cache |
| 95 | ---> b8940d6b20da |
| 96 | Step 26 : ADD https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/phantomjs-1.9.7-linux-x86_64.tar.bz2 |
| 97 | ---> Using cache |
| 98 | ---> 1648fa1de791 |
| 99 | Step 27 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 |
| 100 | ---> Using cache |
| 101 | ---> ce8dcf2b5d14 |
| 102 | Step 28 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin |
| 103 | ---> Using cache |
| 104 | ---> 015cba4ac6d3 |
| 105 | Step 29 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 106 | ---> Using cache |
| 107 | ---> 2a17f14f9343 |
| 108 | Step 30 : RUN chmod 755 /entrypoint.sh |
| 109 | ---> Using cache |
| 110 | ---> cdb37a1c6da6 |
| 111 | Step 31 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 112 | ---> Using cache |
| 113 | ---> cb4b20cc752e |
| 114 | Successfully built cb4b20cc752e |
| 115 | /var/tmp/748/docker.git |
| 116 | /var/tmp/748 |
| 117 |
Lease Host atomic01
Lease Host atomic01
- When
- Completed at May 24 2015, 9:43 AM · Built instantly
- Status
Passed
Lease Host atomic02
Lease Host atomic02
- When
- Completed at May 24 2015, 9:43 AM · Built instantly
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at May 24 2015, 9:43 AM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.