Properties
Properties
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at May 21 2015, 3:00 PM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.
Run Command on atomic01
Run Command on atomic01
- When
- Completed at May 21 2015, 2:12 PM · Built for 29 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/686 |
| 20 | + TMPDIR=/var/tmp/686 |
| 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/686 |
| 51 | + exit 0 |
| 52 |
| 7 | docker build -t kolab/ci-$dist - < $dist ; \ |
|---|---|
| 8 | done |
| 9 | Step 0 : FROM centos:centos7 |
| 10 | ---> fd44297e2ddb |
| 11 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 12 | ---> Using cache |
| 13 | ---> d187a5684304 |
| 14 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 15 | ---> Using cache |
| 16 | ---> 8ca4fa67c4b6 |
| 17 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 18 | ---> Using cache |
| 19 | ---> 76af01dc84fc |
| 20 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 21 | ---> Using cache |
| 22 | ---> 099c69fe79e9 |
| 23 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 24 | ---> Using cache |
| 25 | ---> f420723ac69d |
| 26 | 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 |
| 27 | ---> Using cache |
| 28 | ---> 484577da8f5e |
| 29 | Step 7 : RUN yum -y reinstall \* |
| 30 | ---> Using cache |
| 31 | ---> b69e461cafa6 |
| 32 | Step 8 : ENV IMAGE maipo |
| 33 | ---> Using cache |
| 34 | ---> 7e5211fa8f27 |
| 35 | Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service |
| 36 | ---> Using cache |
| 37 | ---> 49e0b8d80235 |
| 38 | Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 39 | ---> Using cache |
| 40 | ---> 3152f48187f6 |
| 41 | Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service |
| 42 | ---> Using cache |
| 43 | ---> 7188fa33ea90 |
| 44 | Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl |
| 45 | ---> Using cache |
| 46 | ---> 41018f377e39 |
| 47 | Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 48 | ---> Using cache |
| 49 | ---> 4e0d12ca2e49 |
| 50 | Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 51 | ---> Using cache |
| 52 | ---> 0d8ef02fbf66 |
| 53 | Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
| 54 | ---> Using cache |
| 55 | ---> 392a53a23335 |
| 56 | 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}' ) |
| 57 | ---> Using cache |
| 58 | ---> 5ac20a4a5dea |
| 59 | Step 17 : WORKDIR /srv |
| 60 | ---> Using cache |
| 61 | ---> 84d808c17316 |
| 62 | Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 63 | ---> Using cache |
| 64 | ---> f416f2e9d6a1 |
| 65 | Step 19 : WORKDIR /srv/closure-compiler.git |
| 66 | ---> Using cache |
| 67 | ---> 5d994098be27 |
| 68 | Step 20 : RUN ant jar |
| 69 | ---> Using cache |
| 70 | ---> b2d6cce0b798 |
| 71 | Step 21 : WORKDIR /srv |
| 72 | ---> Using cache |
| 73 | ---> 499f69402b49 |
| 74 | Step 22 : RUN git clone https://github.com/SeleniumHQ/selenium.git selenium.git |
| 75 | ---> Using cache |
| 76 | ---> 1c1eb53c1004 |
| 77 | Step 23 : WORKDIR /srv/selenium.git |
| 78 | ---> Using cache |
| 79 | ---> b762b01d8c1d |
| 80 | Step 24 : RUN ./go --trace --verbose build |
| 81 | ---> Using cache |
| 82 | ---> 965ad1595c16 |
| 83 | Step 25 : WORKDIR /srv |
| 84 | ---> Using cache |
| 85 | ---> af36579d204e |
| 86 | 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 |
| 87 | ---> Using cache |
| 88 | ---> af811a8e9431 |
| 89 | Step 27 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 |
| 90 | ---> Using cache |
| 91 | ---> c1c8d62099d6 |
| 92 | Step 28 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin |
| 93 | ---> Using cache |
| 94 | ---> 73b7f1e2d935 |
| 95 | Step 29 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 96 | ---> Using cache |
| 97 | ---> 0c1c73e8a912 |
| 98 | Step 30 : RUN chmod 755 /entrypoint.sh |
| 99 | ---> Using cache |
| 100 | ---> a1c654127bdb |
| 101 | Step 31 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 102 | ---> Using cache |
| 103 | ---> 42804f2ec6e1 |
| 104 | Successfully built 42804f2ec6e1 |
| 105 | /var/tmp/686 |
| 106 |
Run Command on atomic02
Run Command on atomic02
- When
- Completed at May 21 2015, 2:51 PM · Built for 51 m, 59 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/685 |
| 20 | + TMPDIR=/var/tmp/685 |
| 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/685 |
| 51 | + exit 0 |
| 52 |
| 22597 | phantomjs-1.9.7-linux-x86_64/examples/movies.js |
|---|---|
| 22598 | phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.js |
| 22599 | phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.coffee |
| 22600 | phantomjs-1.9.7-linux-x86_64/examples/version.coffee |
| 22601 | phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js |
| 22602 | phantomjs-1.9.7-linux-x86_64/examples/server.js |
| 22603 | phantomjs-1.9.7-linux-x86_64/examples/countdown.js |
| 22604 | phantomjs-1.9.7-linux-x86_64/examples/rasterize.js |
| 22605 | phantomjs-1.9.7-linux-x86_64/examples/injectme.js |
| 22606 | phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js |
| 22607 | phantomjs-1.9.7-linux-x86_64/examples/post.js |
| 22608 | phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee |
| 22609 | phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee |
| 22610 | phantomjs-1.9.7-linux-x86_64/examples/hello.coffee |
| 22611 | phantomjs-1.9.7-linux-x86_64/examples/features.js |
| 22612 | phantomjs-1.9.7-linux-x86_64/examples/movies.coffee |
| 22613 | phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee |
| 22614 | phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee |
| 22615 | phantomjs-1.9.7-linux-x86_64/examples/features.coffee |
| 22616 | phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee |
| 22617 | phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js |
| 22618 | phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee |
| 22619 | phantomjs-1.9.7-linux-x86_64/examples/printmargins.js |
| 22620 | phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee |
| 22621 | phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee |
| 22622 | phantomjs-1.9.7-linux-x86_64/examples/printenv.js |
| 22623 | phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee |
| 22624 | phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee |
| 22625 | phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee |
| 22626 | phantomjs-1.9.7-linux-x86_64/examples/netlog.js |
| 22627 | phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee |
| 22628 | phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee |
| 22629 | phantomjs-1.9.7-linux-x86_64/examples/weather.coffee |
| 22630 | phantomjs-1.9.7-linux-x86_64/examples/direction.coffee |
| 22631 | phantomjs-1.9.7-linux-x86_64/examples/module.coffee |
| 22632 | phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee |
| 22633 | phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js |
| 22634 | phantomjs-1.9.7-linux-x86_64/examples/fibo.js |
| 22635 | phantomjs-1.9.7-linux-x86_64/examples/imagebin.js |
| 22636 | phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js |
| 22637 | phantomjs-1.9.7-linux-x86_64/examples/technews.js |
| 22638 | phantomjs-1.9.7-linux-x86_64/examples/hello.js |
| 22639 | phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js |
| 22640 | phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee |
| 22641 | phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee |
| 22642 | phantomjs-1.9.7-linux-x86_64/examples/postserver.js |
| 22643 | phantomjs-1.9.7-linux-x86_64/examples/weather.js |
| 22644 | phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee |
| 22645 | phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee |
| 22646 | phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js |
| 22647 | phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee |
| 22648 | phantomjs-1.9.7-linux-x86_64/examples/useragent.js |
| 22649 | phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee |
| 22650 | phantomjs-1.9.7-linux-x86_64/examples/post.coffee |
| 22651 | phantomjs-1.9.7-linux-x86_64/examples/arguments.js |
| 22652 | phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee |
| 22653 | phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee |
| 22654 | phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee |
| 22655 | phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js |
| 22656 | phantomjs-1.9.7-linux-x86_64/examples/follow.coffee |
| 22657 | phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js |
| 22658 | phantomjs-1.9.7-linux-x86_64/examples/page_events.js |
| 22659 | phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js |
| 22660 | phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js |
| 22661 | phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee |
| 22662 | phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee |
| 22663 | phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js |
| 22664 | phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js |
| 22665 | phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee |
| 22666 | phantomjs-1.9.7-linux-x86_64/examples/server.coffee |
| 22667 | phantomjs-1.9.7-linux-x86_64/examples/universe.js |
| 22668 | phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee |
| 22669 | phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js |
| 22670 | phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee |
| 22671 | phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee |
| 22672 | phantomjs-1.9.7-linux-x86_64/examples/netsniff.js |
| 22673 | phantomjs-1.9.7-linux-x86_64/ChangeLog |
| 22674 | phantomjs-1.9.7-linux-x86_64/README.md |
| 22675 | phantomjs-1.9.7-linux-x86_64/LICENSE.BSD |
| 22676 | phantomjs-1.9.7-linux-x86_64/third-party.txt |
| 22677 | ---> 1172ba814b83 |
| 22678 | Removing intermediate container dd61d20fcfb5 |
| 22679 | Step 28 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin |
| 22680 | ---> Running in 7695ab7372a9 |
| 22681 | ---> ac0c522dcfcc |
| 22682 | Removing intermediate container 7695ab7372a9 |
| 22683 | Step 29 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 22684 | ---> b997559a25fa |
| 22685 | Removing intermediate container 10a59293f98e |
| 22686 | Step 30 : RUN chmod 755 /entrypoint.sh |
| 22687 | ---> Running in 98533ea50f30 |
| 22688 | ---> 6db026403ce3 |
| 22689 | Removing intermediate container 98533ea50f30 |
| 22690 | Step 31 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 22691 | ---> Running in 5e417b9ddb21 |
| 22692 | ---> 6d6c8369c12a |
| 22693 | Removing intermediate container 5e417b9ddb21 |
| 22694 | Successfully built 6d6c8369c12a |
| 22695 | /var/tmp/685 |
| 22696 |
Lease Host atomic01
Lease Host atomic01
- When
- Completed at May 21 2015, 1:59 PM · Built instantly
- Status
Passed
Lease Host atomic02
Lease Host atomic02
- When
- Completed at May 21 2015, 1:59 PM · Built for 1 s
- Status
Passed