Properties
Properties
Run Command on atomic01
Run Command on atomic01
- When
- Completed at May 27 2015, 6:00 AM · Built for 14 s
- Status
Failed
| 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/799 |
| 20 | + TMPDIR=/var/tmp/799 |
| 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 5.12 kB |
| 45 | |
| 46 | Sending build context to Docker daemon |
| 47 | 2015/05/27 08:00:46 Got HTTP status code >= 400: 404 Not Found |
| 48 | make: *** [all] Error 1 |
| 49 | + retval=2 |
| 50 | + popd |
| 51 | + cd /var/tmp |
| 52 | + rm -rf /var/tmp/799 |
| 53 | + exit 2 |
| 54 |
| 1 | Cloning into 'stick.git'... |
|---|---|
| 2 | /var/tmp/799/stick.git /var/tmp/799 |
| 3 | /var/tmp/799 |
| 4 | /var/tmp/799/stick.git /var/tmp/799 |
| 5 | Cloning into '/var/tmp/799/docker.git'... |
| 6 | /var/tmp/799/docker.git /var/tmp/799/stick.git |
| 7 | HEAD is now at 5abc602 Pull phantomjs from our local server |
| 8 | /var/tmp/799/docker.git/ci /var/tmp/799/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 --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 | ---> Using cache |
| 16 | ---> a36d5966043c |
| 17 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 18 | ---> Using cache |
| 19 | ---> 56856fb2378b |
| 20 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 21 | ---> Using cache |
| 22 | ---> 9d759c3f7a82 |
| 23 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 24 | ---> Using cache |
| 25 | ---> bb0eaa6c4bdc |
| 26 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 27 | ---> Using cache |
| 28 | ---> c3c915795822 |
| 29 | 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 |
| 30 | ---> Using cache |
| 31 | ---> 361e48f4eda7 |
| 32 | Step 7 : RUN yum -y reinstall \* |
| 33 | ---> Using cache |
| 34 | ---> 64f087b684bb |
| 35 | Step 8 : ENV IMAGE maipo |
| 36 | ---> Using cache |
| 37 | ---> 2b5f25706ee4 |
| 38 | Step 9 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service |
| 39 | ---> Using cache |
| 40 | ---> 5d3b20c8dac8 |
| 41 | Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 42 | ---> Using cache |
| 43 | ---> e087ab1323f0 |
| 44 | Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service |
| 45 | ---> Using cache |
| 46 | ---> cccdc0d051b9 |
| 47 | Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl |
| 48 | ---> Using cache |
| 49 | ---> b34754b99c58 |
| 50 | Step 13 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 51 | ---> Using cache |
| 52 | ---> 44c2cd6519bc |
| 53 | Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 54 | ---> Using cache |
| 55 | ---> ace658044d9f |
| 56 | Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
| 57 | ---> Using cache |
| 58 | ---> 5fc2d3611b74 |
| 59 | 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 freetype-devel.i686 gcc.i686 gcc-c++.i686 gdk-pixbuf-devel.i686 git glibc-devel glibc-devel.i686 glib2-devel.i686 gperf gtk2-devel gtk2-devel.i686 ibus-devel java-devel osc pango-devel.i686 passwd perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium python-selenium rpmdevtools ruby screen 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}' ) |
| 60 | ---> Using cache |
| 61 | ---> 8251a06c08b4 |
| 62 | Step 17 : WORKDIR /srv |
| 63 | ---> Using cache |
| 64 | ---> 7553060f11e6 |
| 65 | Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 66 | ---> Using cache |
| 67 | ---> 722918fd883b |
| 68 | Step 19 : WORKDIR /srv/closure-compiler.git |
| 69 | ---> Using cache |
| 70 | ---> e8d69a447faf |
| 71 | Step 20 : RUN ant jar |
| 72 | ---> Using cache |
| 73 | ---> eafc83982b70 |
| 74 | Step 21 : ADD http://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar |
| 75 | ---> Using cache |
| 76 | ---> 3599245d3868 |
| 77 | Step 22 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/ |
| 78 | /var/tmp/799 |
| 79 |
Run Command on atomic02
Run Command on atomic02
- When
- Completed at May 27 2015, 6:00 AM · Built for 18 s
- Status
Failed
| 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/798 |
| 20 | + TMPDIR=/var/tmp/798 |
| 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 5.12 kB |
| 45 | |
| 46 | Sending build context to Docker daemon |
| 47 | 2015/05/27 08:00:48 Got HTTP status code >= 400: 404 Not Found |
| 48 | make: *** [all] Error 1 |
| 49 | + retval=2 |
| 50 | + popd |
| 51 | + cd /var/tmp |
| 52 | + rm -rf /var/tmp/798 |
| 53 | + exit 2 |
| 54 |
| 1 | Cloning into 'stick.git'... |
|---|---|
| 2 | /var/tmp/798/stick.git /var/tmp/798 |
| 3 | /var/tmp/798 |
| 4 | /var/tmp/798/stick.git /var/tmp/798 |
| 5 | Cloning into '/var/tmp/798/docker.git'... |
| 6 | /var/tmp/798/docker.git /var/tmp/798/stick.git |
| 7 | HEAD is now at 5abc602 Pull phantomjs from our local server |
| 8 | /var/tmp/798/docker.git/ci /var/tmp/798/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 --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 | ---> Using cache |
| 16 | ---> a36d5966043c |
| 17 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 18 | ---> Using cache |
| 19 | ---> 56856fb2378b |
| 20 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 21 | ---> Using cache |
| 22 | ---> 9d759c3f7a82 |
| 23 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 24 | ---> Using cache |
| 25 | ---> bb0eaa6c4bdc |
| 26 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 27 | ---> Using cache |
| 28 | ---> c3c915795822 |
| 29 | 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 |
| 30 | ---> Using cache |
| 31 | ---> 361e48f4eda7 |
| 32 | Step 7 : RUN yum -y reinstall \* |
| 33 | ---> Using cache |
| 34 | ---> 64f087b684bb |
| 35 | Step 8 : ENV IMAGE maipo |
| 36 | ---> Using cache |
| 37 | ---> 2b5f25706ee4 |
| 38 | Step 9 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service |
| 39 | ---> Using cache |
| 40 | ---> 5d3b20c8dac8 |
| 41 | Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 42 | ---> Using cache |
| 43 | ---> e087ab1323f0 |
| 44 | Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service |
| 45 | ---> Using cache |
| 46 | ---> cccdc0d051b9 |
| 47 | Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl |
| 48 | ---> Using cache |
| 49 | ---> b34754b99c58 |
| 50 | Step 13 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 51 | ---> Using cache |
| 52 | ---> 44c2cd6519bc |
| 53 | Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 54 | ---> Using cache |
| 55 | ---> ace658044d9f |
| 56 | Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
| 57 | ---> Using cache |
| 58 | ---> 5fc2d3611b74 |
| 59 | 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 freetype-devel.i686 gcc.i686 gcc-c++.i686 gdk-pixbuf-devel.i686 git glibc-devel glibc-devel.i686 glib2-devel.i686 gperf gtk2-devel gtk2-devel.i686 ibus-devel java-devel osc pango-devel.i686 passwd perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium python-selenium rpmdevtools ruby screen 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}' ) |
| 60 | ---> Using cache |
| 61 | ---> 8251a06c08b4 |
| 62 | Step 17 : WORKDIR /srv |
| 63 | ---> Using cache |
| 64 | ---> 7553060f11e6 |
| 65 | Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 66 | ---> Using cache |
| 67 | ---> 722918fd883b |
| 68 | Step 19 : WORKDIR /srv/closure-compiler.git |
| 69 | ---> Using cache |
| 70 | ---> e8d69a447faf |
| 71 | Step 20 : RUN ant jar |
| 72 | ---> Using cache |
| 73 | ---> eafc83982b70 |
| 74 | Step 21 : ADD http://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar |
| 75 | ---> Using cache |
| 76 | ---> 3599245d3868 |
| 77 | Step 22 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/ |
| 78 | /var/tmp/798 |
| 79 |
Lease Host atomic01
Lease Host atomic01
- When
- Completed at May 27 2015, 6:00 AM · Built instantly
- Status
Passed
Lease Host atomic02
Lease Host atomic02
- When
- Completed at May 27 2015, 6:00 AM · Built for 1 s
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at May 27 2015, 6:00 AM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.