Properties
Properties
Run Command on atomic01
Run Command on atomic01
- When
- Completed at May 21 2015, 7:57 AM · Built for 3 s
- Status
Failed
| 53 | + test_functional=1 |
|---|---|
| 54 | + test_integration=1 |
| 55 | + test_performance=1 |
| 56 | + test_unit=1 |
| 57 | + '[' -z git ']' |
| 58 | + case ${vcs} in |
| 59 | ++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git |
| 60 | + package=stick |
| 61 | ++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 62 | ++ sed -e 's|ssh://git@|https://|g' |
| 63 | + ro_uri=https://git.kolab.org/diffusion/QA/stick.git |
| 64 | + case ${package} in |
| 65 | + case ${uri} in |
| 66 | ++ pwd |
| 67 | + export TMPDIR=/var/tmp/657 |
| 68 | + TMPDIR=/var/tmp/657 |
| 69 | + '[' '!' -d stick.git ']' |
| 70 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 71 | + pushd stick.git |
| 72 | + git checkout master |
| 73 | Already on 'master' |
| 74 | + popd |
| 75 | + '[' stick '!=' stick ']' |
| 76 | + export commit |
| 77 | + export differential |
| 78 | + export id |
| 79 | + export package |
| 80 | + export phid |
| 81 | + export ro_uri |
| 82 | + export uri |
| 83 | + export vcs |
| 84 | + export test_build |
| 85 | + export test_functional |
| 86 | + export test_integration |
| 87 | + export test_performance |
| 88 | + export test_unit |
| 89 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 90 | + pushd stick.git |
| 91 | + ../stick.git/drydocker/stick/build.sh |
| 92 | Sending build context to Docker daemon 4.608 kB |
| 93 | |
| 94 | Sending build context to Docker daemon |
| 95 | 2015/05/21 09:57:14 Get https://cgit.cyrus.foundation/docker/tree/.vimrc: dial tcp: lookup cgit.cyrus.foundation: no such host |
| 96 | make: *** [all] Error 1 |
| 97 | + retval=2 |
| 98 | + popd |
| 99 | + cd /var/tmp |
| 100 | + rm -rf /var/tmp/657 |
| 101 | + exit 2 |
| 102 |
| 6 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
|---|---|
| 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 | ---> 5d34fcd97863 |
| 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 | ---> 8dc669b4f525 |
| 17 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 18 | ---> Using cache |
| 19 | ---> 38bcbbb48c5f |
| 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 | ---> b290882b9b05 |
| 23 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 24 | ---> Using cache |
| 25 | ---> fd2876d6ab41 |
| 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 | ---> 1966791dcc85 |
| 29 | Step 7 : RUN yum -y reinstall \* |
| 30 | ---> Using cache |
| 31 | ---> 0bcbfd59309c |
| 32 | Step 8 : ENV IMAGE maipo |
| 33 | ---> Using cache |
| 34 | ---> a77b4f5c5f5e |
| 35 | Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service |
| 36 | ---> Using cache |
| 37 | ---> b7a280178650 |
| 38 | Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 39 | ---> Using cache |
| 40 | ---> 068f025c0ac3 |
| 41 | Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service |
| 42 | ---> Using cache |
| 43 | ---> 533fc1c13823 |
| 44 | Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl |
| 45 | ---> Using cache |
| 46 | ---> 02b697a3574b |
| 47 | Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 48 | ---> Using cache |
| 49 | ---> ee117d3590c6 |
| 50 | Step 14 : RUN chmod -v +x /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 51 | ---> Using cache |
| 52 | ---> 2038377fff38 |
| 53 | Step 15 : ADD https://cgit.cyrus.foundation/docker/tree/.vimrc /root/.vimrc |
| 54 | /var/tmp/657 |
| 55 |
Run Command on atomic02
Run Command on atomic02
- When
- Completed at May 21 2015, 8:00 AM · Built for 3 m, 8 s
- Status
Failed
| 53 | + test_functional=1 |
|---|---|
| 54 | + test_integration=1 |
| 55 | + test_performance=1 |
| 56 | + test_unit=1 |
| 57 | + '[' -z git ']' |
| 58 | + case ${vcs} in |
| 59 | ++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git |
| 60 | + package=stick |
| 61 | ++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 62 | ++ sed -e 's|ssh://git@|https://|g' |
| 63 | + ro_uri=https://git.kolab.org/diffusion/QA/stick.git |
| 64 | + case ${package} in |
| 65 | + case ${uri} in |
| 66 | ++ pwd |
| 67 | + export TMPDIR=/var/tmp/656 |
| 68 | + TMPDIR=/var/tmp/656 |
| 69 | + '[' '!' -d stick.git ']' |
| 70 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 71 | + pushd stick.git |
| 72 | + git checkout master |
| 73 | Already on 'master' |
| 74 | + popd |
| 75 | + '[' stick '!=' stick ']' |
| 76 | + export commit |
| 77 | + export differential |
| 78 | + export id |
| 79 | + export package |
| 80 | + export phid |
| 81 | + export ro_uri |
| 82 | + export uri |
| 83 | + export vcs |
| 84 | + export test_build |
| 85 | + export test_functional |
| 86 | + export test_integration |
| 87 | + export test_performance |
| 88 | + export test_unit |
| 89 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 90 | + pushd stick.git |
| 91 | + ../stick.git/drydocker/stick/build.sh |
| 92 | Sending build context to Docker daemon 4.608 kB |
| 93 | |
| 94 | Sending build context to Docker daemon |
| 95 | 2015/05/21 10:00:17 Get https://cgit.cyrus.foundation/docker/tree/.vimrc: dial tcp: lookup cgit.cyrus.foundation: no such host |
| 96 | make: *** [all] Error 1 |
| 97 | + retval=2 |
| 98 | + popd |
| 99 | + cd /var/tmp |
| 100 | + rm -rf /var/tmp/656 |
| 101 | + exit 2 |
| 102 |
| 718 | setup.noarch 0:2.8.71-5.el7 |
|---|---|
| 719 | shadow-utils.x86_64 2:4.1.5.1-18.el7 |
| 720 | shared-mime-info.x86_64 0:1.1-7.el7 |
| 721 | sqlite.x86_64 0:3.7.17-4.el7 |
| 722 | systemd-container.x86_64 0:208.20-6.el7.centos |
| 723 | systemd-container-libs.x86_64 0:208.20-6.el7.centos |
| 724 | tzdata.noarch 0:2015b-1.el7 |
| 725 | ustr.x86_64 0:1.0.4-16.el7 |
| 726 | util-linux.x86_64 0:2.23.2-21.el7 |
| 727 | vim-minimal.x86_64 2:7.4.160-1.el7 |
| 728 | which.x86_64 0:2.20-7.el7 |
| 729 | xz.x86_64 0:5.1.2-9alpha.el7 |
| 730 | xz-libs.x86_64 0:5.1.2-9alpha.el7 |
| 731 | yum.noarch 0:3.4.3-125.el7.centos |
| 732 | yum-metadata-parser.x86_64 0:1.1.4-10.el7 |
| 733 | yum-plugin-fastestmirror.noarch 0:1.1.31-29.el7 |
| 734 | zlib.x86_64 0:1.2.7-13.el7 |
| 735 | |
| 736 | Complete! |
| 737 | ---> 5e1839e59269 |
| 738 | Removing intermediate container c8034e619ffa |
| 739 | Step 8 : ENV IMAGE maipo |
| 740 | ---> Running in 9f85a17a42ac |
| 741 | ---> e4c51814b87a |
| 742 | Removing intermediate container 9f85a17a42ac |
| 743 | Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service |
| 744 | ---> 0c0c22c4cdf1 |
| 745 | Removing intermediate container 9c328db5e45f |
| 746 | Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 747 | ---> Running in 12fe2993a8aa |
| 748 | ---> c1fd2b5fbe57 |
| 749 | Removing intermediate container 12fe2993a8aa |
| 750 | Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service |
| 751 | ---> 5f43b3fffe63 |
| 752 | Removing intermediate container 13997178a36d |
| 753 | Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl |
| 754 | ---> 76170bde0c99 |
| 755 | Removing intermediate container 74f7bab41f1a |
| 756 | Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 757 | ---> ef0d1bb69f22 |
| 758 | Removing intermediate container 954e1c095c98 |
| 759 | Step 14 : RUN chmod -v +x /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 760 | ---> Running in a941fb325f6a |
| 761 | mode of '/usr/bin/systemctl' changed from 0600 (rw-------) to 0711 (rwx--x--x) |
| 762 | mode of '/usr/bin/systemctl-socket-daemon' changed from 0600 (rw-------) to 0711 (rwx--x--x) |
| 763 | ---> af36aa4a2faa |
| 764 | Removing intermediate container a941fb325f6a |
| 765 | Step 15 : ADD https://cgit.cyrus.foundation/docker/tree/.vimrc /root/.vimrc |
| 766 | /var/tmp/656 |
| 767 |
Lease Host atomic01
Lease Host atomic01
- When
- Completed at May 21 2015, 7:57 AM · Built instantly
- Status
Passed
Lease Host atomic02
Lease Host atomic02
- When
- Completed at May 21 2015, 7:57 AM · Built instantly
- Status
Passed