Properties
Properties
Run Command on atomic01
Run Command on atomic01
- When
- Completed at May 22 2015, 2:52 PM · 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/733 |
| 20 | + TMPDIR=/var/tmp/733 |
| 21 | + '[' '!' -d stick.git ']' |
| 22 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 23 | + export commit |
| 24 | + export differential |
| 25 | + export id |
| 26 | + export package |
| 27 | + export phid |
| 28 | + export ro_uri |
| 29 | + export uri |
| 30 | + export vcs |
| 31 | + export test_build |
| 32 | + export test_functional |
| 33 | + export test_integration |
| 34 | + export test_performance |
| 35 | + export test_unit |
| 36 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 37 | + pushd stick.git |
| 38 | + ../stick.git/drydocker/stick/build.sh |
| 39 | Sending build context to Docker daemon 4.608 kB |
| 40 | |
| 41 | Sending build context to Docker daemon |
| 42 | + retval=0 |
| 43 | + popd |
| 44 | + cd /var/tmp |
| 45 | + rm -rf /var/tmp/733 |
| 46 | + exit 0 |
| 47 |
| 1 | Cloning into 'stick.git'... |
|---|---|
| 2 | /var/tmp/733/stick.git /var/tmp/733 |
| 3 | Cloning into '/var/tmp/733/docker.git'... |
| 4 | /var/tmp/733/docker.git /var/tmp/733/stick.git |
| 5 | HEAD is now at c10430b Check out all the branches so git branch --contains works |
| 6 | /var/tmp/733/docker.git/ci /var/tmp/733/docker.git |
| 7 | Undetermined amount of free space, cleaning up in any case. |
| 8 | for container in $(docker ps -a | grep Exited | awk '{print $1}'); do \ |
| 9 | docker rm -f $container ; \ |
| 10 | done |
| 11 | for image in $(docker images -aq --filter dangling=true); do \ |
| 12 | docker rmi -f $image ; \ |
| 13 | done |
| 14 | Deleted: 1b034f3ea93d7d951b2f60f4699bc4335d8cec2e2e6f27cf6ef1d8668d2129db |
| 15 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 16 | docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \ |
| 17 | done |
| 18 | Step 0 : FROM centos:centos7 |
| 19 | ---> fd44297e2ddb |
| 20 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 21 | ---> Using cache |
| 22 | ---> a36d5966043c |
| 23 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 24 | ---> Using cache |
| 25 | ---> 56856fb2378b |
| 26 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 27 | ---> Using cache |
| 28 | ---> 9d759c3f7a82 |
| 29 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 30 | ---> Using cache |
| 31 | ---> bb0eaa6c4bdc |
| 32 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 33 | ---> Using cache |
| 34 | ---> c3c915795822 |
| 35 | 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 |
| 36 | ---> Using cache |
| 37 | ---> 361e48f4eda7 |
| 38 | Step 7 : RUN yum -y reinstall \* |
| 39 | ---> Using cache |
| 40 | ---> 64f087b684bb |
| 41 | Step 8 : ENV IMAGE maipo |
| 42 | ---> Using cache |
| 43 | ---> 2b5f25706ee4 |
| 44 | Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service |
| 45 | ---> Using cache |
| 46 | ---> 5d3b20c8dac8 |
| 47 | Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 48 | ---> Using cache |
| 49 | ---> e087ab1323f0 |
| 50 | Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service |
| 51 | ---> Using cache |
| 52 | ---> cccdc0d051b9 |
| 53 | Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl |
| 54 | ---> Using cache |
| 55 | ---> b34754b99c58 |
| 56 | Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 57 | ---> Using cache |
| 58 | ---> 44c2cd6519bc |
| 59 | Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 60 | ---> Using cache |
| 61 | ---> ace658044d9f |
| 62 | Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
| 63 | ---> Using cache |
| 64 | ---> 5fc2d3611b74 |
| 65 | 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}' ) |
| 66 | ---> Using cache |
| 67 | ---> 9f599691a3db |
| 68 | Step 17 : WORKDIR /srv |
| 69 | ---> Using cache |
| 70 | ---> e6cf7b847d1d |
| 71 | Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 72 | ---> Using cache |
| 73 | ---> 5291f8df5022 |
| 74 | Step 19 : WORKDIR /srv/closure-compiler.git |
| 75 | ---> Using cache |
| 76 | ---> 9d97e2be98ee |
| 77 | Step 20 : RUN ant jar |
| 78 | ---> Using cache |
| 79 | ---> 77748c5910be |
| 80 | Step 21 : WORKDIR /srv |
| 81 | ---> Using cache |
| 82 | ---> 77e9a4cd5f2b |
| 83 | Step 22 : RUN git clone https://github.com/SeleniumHQ/selenium.git selenium.git |
| 84 | ---> Using cache |
| 85 | ---> 0ce811a69fcf |
| 86 | Step 23 : WORKDIR /srv/selenium.git |
| 87 | ---> Using cache |
| 88 | ---> 9a1cd5aa70f5 |
| 89 | Step 24 : RUN ./go --trace --verbose build |
| 90 | ---> Using cache |
| 91 | ---> 93317a88c12c |
| 92 | Step 25 : WORKDIR /srv |
| 93 | ---> Using cache |
| 94 | ---> b8940d6b20da |
| 95 | 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 |
| 96 | ---> Using cache |
| 97 | ---> 1648fa1de791 |
| 98 | Step 27 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 |
| 99 | ---> Using cache |
| 100 | ---> ce8dcf2b5d14 |
| 101 | Step 28 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin |
| 102 | ---> Using cache |
| 103 | ---> 015cba4ac6d3 |
| 104 | Step 29 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 105 | ---> Using cache |
| 106 | ---> 2a17f14f9343 |
| 107 | Step 30 : RUN chmod 755 /entrypoint.sh |
| 108 | ---> Using cache |
| 109 | ---> cdb37a1c6da6 |
| 110 | Step 31 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 111 | ---> Using cache |
| 112 | ---> cb4b20cc752e |
| 113 | Successfully built cb4b20cc752e |
| 114 | /var/tmp/733/docker.git |
| 115 | /var/tmp/733 |
| 116 |
Run Command on atomic02
Run Command on atomic02
- When
- Completed at May 22 2015, 2:52 PM · Built for 33 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/732 |
| 20 | + TMPDIR=/var/tmp/732 |
| 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 | + differential |
| 50 | /usr/local/bin/drydocker: line 269: differential: command not found |
| 51 | + export id |
| 52 | + export package |
| 53 | + export phid |
| 54 | + export ro_uri |
| 55 | + export uri |
| 56 | + export vcs |
| 57 | + export test_build |
| 58 | + export test_functional |
| 59 | + export test_integration |
| 60 | + export test_performance |
| 61 | + export test_unit |
| 62 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 63 | + pushd stick.git |
| 64 | + ../stick.git/drydocker/stick/build.sh |
| 65 | Sending build context to Docker daemon 4.608 kB |
| 66 | |
| 67 | Sending build context to Docker daemon |
| 68 | + retval=0 |
| 69 | + popd |
| 70 | + cd /var/tmp |
| 71 | + rm -rf /var/tmp/732 |
| 72 | + exit 0 |
| 73 |
| 1 | Cloning into 'stick.git'... |
|---|---|
| 2 | /var/tmp/732/stick.git /var/tmp/732 |
| 3 | /var/tmp/732 |
| 4 | /var/tmp/732/stick.git /var/tmp/732 |
| 5 | Refreshed /usr/local/bin/drydocker |
| 6 | Cloning into '/var/tmp/732/docker.git'... |
| 7 | /var/tmp/732/docker.git /var/tmp/732/stick.git |
| 8 | HEAD is now at c10430b Check out all the branches so git branch --contains works |
| 9 | /var/tmp/732/docker.git/ci /var/tmp/732/docker.git |
| 10 | Undetermined amount of free space, cleaning up in any case. |
| 11 | for container in $(docker ps -a | grep Exited | awk '{print $1}'); do \ |
| 12 | docker rm -f $container ; \ |
| 13 | done |
| 14 | for image in $(docker images -aq --filter dangling=true); do \ |
| 15 | docker rmi -f $image ; \ |
| 16 | done |
| 17 | Deleted: a398ed73861515fa76a6a2db80d9efaf09cd83f2875349dc05fa3aa3f4d89fc6 |
| 18 | Deleted: 2242205d5f77850bbb16e8e1dcafc61050e74df8ef52a529357652939df51287 |
| 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 | ---> a36d5966043c |
| 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 | ---> 56856fb2378b |
| 30 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 31 | ---> Using cache |
| 32 | ---> 9d759c3f7a82 |
| 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 | ---> bb0eaa6c4bdc |
| 36 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 37 | ---> Using cache |
| 38 | ---> c3c915795822 |
| 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 | ---> 361e48f4eda7 |
| 42 | Step 7 : RUN yum -y reinstall \* |
| 43 | ---> Using cache |
| 44 | ---> 64f087b684bb |
| 45 | Step 8 : ENV IMAGE maipo |
| 46 | ---> Using cache |
| 47 | ---> 2b5f25706ee4 |
| 48 | Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service |
| 49 | ---> Using cache |
| 50 | ---> 5d3b20c8dac8 |
| 51 | Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 52 | ---> Using cache |
| 53 | ---> e087ab1323f0 |
| 54 | Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service |
| 55 | ---> Using cache |
| 56 | ---> cccdc0d051b9 |
| 57 | Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl |
| 58 | ---> Using cache |
| 59 | ---> b34754b99c58 |
| 60 | Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 61 | ---> Using cache |
| 62 | ---> 44c2cd6519bc |
| 63 | Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 64 | ---> Using cache |
| 65 | ---> ace658044d9f |
| 66 | Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
| 67 | ---> Using cache |
| 68 | ---> 5fc2d3611b74 |
| 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 | ---> 9f599691a3db |
| 72 | Step 17 : WORKDIR /srv |
| 73 | ---> Using cache |
| 74 | ---> e6cf7b847d1d |
| 75 | Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 76 | ---> Using cache |
| 77 | ---> 5291f8df5022 |
| 78 | Step 19 : WORKDIR /srv/closure-compiler.git |
| 79 | ---> Using cache |
| 80 | ---> 9d97e2be98ee |
| 81 | Step 20 : RUN ant jar |
| 82 | ---> Using cache |
| 83 | ---> 77748c5910be |
| 84 | Step 21 : WORKDIR /srv |
| 85 | ---> Using cache |
| 86 | ---> 77e9a4cd5f2b |
| 87 | Step 22 : RUN git clone https://github.com/SeleniumHQ/selenium.git selenium.git |
| 88 | ---> Using cache |
| 89 | ---> 0ce811a69fcf |
| 90 | Step 23 : WORKDIR /srv/selenium.git |
| 91 | ---> Using cache |
| 92 | ---> 9a1cd5aa70f5 |
| 93 | Step 24 : RUN ./go --trace --verbose build |
| 94 | ---> Using cache |
| 95 | ---> 93317a88c12c |
| 96 | Step 25 : WORKDIR /srv |
| 97 | ---> Using cache |
| 98 | ---> b8940d6b20da |
| 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 | ---> 1648fa1de791 |
| 102 | Step 27 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 |
| 103 | ---> Using cache |
| 104 | ---> ce8dcf2b5d14 |
| 105 | Step 28 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin |
| 106 | ---> Using cache |
| 107 | ---> 015cba4ac6d3 |
| 108 | Step 29 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 109 | ---> Using cache |
| 110 | ---> 2a17f14f9343 |
| 111 | Step 30 : RUN chmod 755 /entrypoint.sh |
| 112 | ---> Using cache |
| 113 | ---> cdb37a1c6da6 |
| 114 | Step 31 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 115 | ---> Using cache |
| 116 | ---> cb4b20cc752e |
| 117 | Successfully built cb4b20cc752e |
| 118 | /var/tmp/732/docker.git |
| 119 | /var/tmp/732 |
| 120 | /var/tmp/732/stick.git /var/tmp/732 |
| 121 | /var/tmp/732/docker.git /var/tmp/732/stick.git |
| 122 | HEAD is now at c10430b Check out all the branches so git branch --contains works |
| 123 | /var/tmp/732/stick.git |
| 124 | /var/tmp/732/docker.git /var/tmp/732/stick.git |
| 125 | HEAD is now at c10430b Check out all the branches so git branch --contains works |
| 126 | /var/tmp/732/docker.git/ci /var/tmp/732/docker.git |
| 127 | Undetermined amount of free space, cleaning up in any case. |
| 128 | for container in $(docker ps -a | grep Exited | awk '{print $1}'); do \ |
| 129 | docker rm -f $container ; \ |
| 130 | done |
| 131 | for image in $(docker images -aq --filter dangling=true); do \ |
| 132 | docker rmi -f $image ; \ |
| 133 | done |
| 134 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 135 | docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \ |
| 136 | done |
| 137 | Step 0 : FROM centos:centos7 |
| 138 | ---> fd44297e2ddb |
| 139 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 140 | ---> Using cache |
| 141 | ---> a36d5966043c |
| 142 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 143 | ---> Using cache |
| 144 | ---> 56856fb2378b |
| 145 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 146 | ---> Using cache |
| 147 | ---> 9d759c3f7a82 |
| 148 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 149 | ---> Using cache |
| 150 | ---> bb0eaa6c4bdc |
| 151 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 152 | ---> Using cache |
| 153 | ---> c3c915795822 |
| 154 | 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 |
| 155 | ---> Using cache |
| 156 | ---> 361e48f4eda7 |
| 157 | Step 7 : RUN yum -y reinstall \* |
| 158 | ---> Using cache |
| 159 | ---> 64f087b684bb |
| 160 | Step 8 : ENV IMAGE maipo |
| 161 | ---> Using cache |
| 162 | ---> 2b5f25706ee4 |
| 163 | Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service |
| 164 | ---> Using cache |
| 165 | ---> 5d3b20c8dac8 |
| 166 | Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 167 | ---> Using cache |
| 168 | ---> e087ab1323f0 |
| 169 | Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service |
| 170 | ---> Using cache |
| 171 | ---> cccdc0d051b9 |
| 172 | Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl |
| 173 | ---> Using cache |
| 174 | ---> b34754b99c58 |
| 175 | Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 176 | ---> Using cache |
| 177 | ---> 44c2cd6519bc |
| 178 | Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 179 | ---> Using cache |
| 180 | ---> ace658044d9f |
| 181 | Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
| 182 | ---> Using cache |
| 183 | ---> 5fc2d3611b74 |
| 184 | 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}' ) |
| 185 | ---> Using cache |
| 186 | ---> 9f599691a3db |
| 187 | Step 17 : WORKDIR /srv |
| 188 | ---> Using cache |
| 189 | ---> e6cf7b847d1d |
| 190 | Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 191 | ---> Using cache |
| 192 | ---> 5291f8df5022 |
| 193 | Step 19 : WORKDIR /srv/closure-compiler.git |
| 194 | ---> Using cache |
| 195 | ---> 9d97e2be98ee |
| 196 | Step 20 : RUN ant jar |
| 197 | ---> Using cache |
| 198 | ---> 77748c5910be |
| 199 | Step 21 : WORKDIR /srv |
| 200 | ---> Using cache |
| 201 | ---> 77e9a4cd5f2b |
| 202 | Step 22 : RUN git clone https://github.com/SeleniumHQ/selenium.git selenium.git |
| 203 | ---> Using cache |
| 204 | ---> 0ce811a69fcf |
| 205 | Step 23 : WORKDIR /srv/selenium.git |
| 206 | ---> Using cache |
| 207 | ---> 9a1cd5aa70f5 |
| 208 | Step 24 : RUN ./go --trace --verbose build |
| 209 | ---> Using cache |
| 210 | ---> 93317a88c12c |
| 211 | Step 25 : WORKDIR /srv |
| 212 | ---> Using cache |
| 213 | ---> b8940d6b20da |
| 214 | 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 |
| 215 | ---> Using cache |
| 216 | ---> 1648fa1de791 |
| 217 | Step 27 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 |
| 218 | ---> Using cache |
| 219 | ---> ce8dcf2b5d14 |
| 220 | Step 28 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin |
| 221 | ---> Using cache |
| 222 | ---> 015cba4ac6d3 |
| 223 | Step 29 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 224 | ---> Using cache |
| 225 | ---> 2a17f14f9343 |
| 226 | Step 30 : RUN chmod 755 /entrypoint.sh |
| 227 | ---> Using cache |
| 228 | ---> cdb37a1c6da6 |
| 229 | Step 31 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 230 | ---> Using cache |
| 231 | ---> cb4b20cc752e |
| 232 | Successfully built cb4b20cc752e |
| 233 | /var/tmp/732/docker.git |
| 234 | /var/tmp/732 |
| 235 |
Lease Host atomic01
Lease Host atomic01
- When
- Completed at May 22 2015, 2:51 PM · Built instantly
- Status
Passed
Lease Host atomic02
Lease Host atomic02
- When
- Completed at May 22 2015, 2:51 PM · Built for 1 s
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at May 22 2015, 2:51 PM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.