Properties
Properties
Run Command on atomic01
Run Command on atomic01
- When
- Completed at May 20 2015, 2:13 PM · Built for 14 s
- Status
Failed
| 3 | + test_performance=0 |
|---|---|
| 4 | + test_unit=0 |
| 5 | + vcs=git |
| 6 | + '[' 12 -gt 0 ']' |
| 7 | + case $1 in |
| 8 | ++ eval echo ''\''472'\''' |
| 9 | +++ echo 472 |
| 10 | + id=472 |
| 11 | + shift |
| 12 | + shift |
| 13 | + '[' 10 -gt 0 ']' |
| 14 | + case $1 in |
| 15 | ++ eval echo master |
| 16 | +++ echo master |
| 17 | + commit=master |
| 18 | + shift |
| 19 | + shift |
| 20 | + '[' 8 -gt 0 ']' |
| 21 | + case $1 in |
| 22 | ++ eval echo ''\'''\''' |
| 23 | +++ echo '' |
| 24 | + differential= |
| 25 | + shift |
| 26 | + shift |
| 27 | + '[' 6 -gt 0 ']' |
| 28 | + case $1 in |
| 29 | ++ eval echo ''\''PHID-HMBT-cdh7qqfhpoclichqjga2'\''' |
| 30 | +++ echo PHID-HMBT-cdh7qqfhpoclichqjga2 |
| 31 | + phid=PHID-HMBT-cdh7qqfhpoclichqjga2 |
| 32 | + shift |
| 33 | + shift |
| 34 | + '[' 4 -gt 0 ']' |
| 35 | + case $1 in |
| 36 | ++ eval echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 37 | +++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 38 | + uri=ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 39 | + shift |
| 40 | + shift |
| 41 | + '[' 2 -gt 0 ']' |
| 42 | + case $1 in |
| 43 | ++ eval echo git |
| 44 | +++ echo git |
| 45 | + vcs=git |
| 46 | + shift |
| 47 | + shift |
| 48 | + '[' 0 -gt 0 ']' |
| 49 | + '[' -z master -a -z '' ']' |
| 50 | + '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']' |
| 51 | + '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']' |
| 52 | + test_build=1 |
| 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/641 |
| 68 | + TMPDIR=/var/tmp/641 |
| 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/20 16:13:07 The command [/bin/sh -c rpm --import https://ssl.kolabsys.com/community.asc] returned a non-zero code: 1 |
| 96 | make: *** [all] Error 1 |
| 97 | + retval=2 |
| 98 | + popd |
| 99 | + cd /var/tmp |
| 100 | + rm -rf /var/tmp/641 |
| 101 | + exit 2 |
| 102 |
| 1 | Cloning into 'stick.git'... |
|---|---|
| 2 | /var/tmp/641/stick.git /var/tmp/641 |
| 3 | /var/tmp/641 |
| 4 | /var/tmp/641/stick.git /var/tmp/641 |
| 5 | Cloning into '/var/tmp/641/docker.git'... |
| 6 | /var/tmp/641/docker.git/ci /var/tmp/641/stick.git |
| 7 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 8 | docker build -t kolab/ci-$dist - < $dist ; \ |
| 9 | done |
| 10 | Step 0 : FROM centos:centos7 |
| 11 | ---> fd44297e2ddb |
| 12 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 13 | ---> Using cache |
| 14 | ---> ecaf0d1cda0d |
| 15 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 16 | ---> Using cache |
| 17 | ---> ce4063876885 |
| 18 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 19 | ---> Running in 7fc4289da7ca |
| 20 | [91mcurl: (6) Could not resolve host: ssl.kolabsys.com; Unknown error |
| 21 | [0m[91merror: https://ssl.kolabsys.com/community.asc: import read failed(2). |
| 22 | [0m/var/tmp/641 |
| 23 |
Run Command on atomic02
Run Command on atomic02
- When
- Completed at May 20 2015, 2:17 PM · Built for 4 m, 45 s
- Status
Failed
| 3 | + test_performance=0 |
|---|---|
| 4 | + test_unit=0 |
| 5 | + vcs=git |
| 6 | + '[' 12 -gt 0 ']' |
| 7 | + case $1 in |
| 8 | ++ eval echo ''\''472'\''' |
| 9 | +++ echo 472 |
| 10 | + id=472 |
| 11 | + shift |
| 12 | + shift |
| 13 | + '[' 10 -gt 0 ']' |
| 14 | + case $1 in |
| 15 | ++ eval echo master |
| 16 | +++ echo master |
| 17 | + commit=master |
| 18 | + shift |
| 19 | + shift |
| 20 | + '[' 8 -gt 0 ']' |
| 21 | + case $1 in |
| 22 | ++ eval echo ''\'''\''' |
| 23 | +++ echo '' |
| 24 | + differential= |
| 25 | + shift |
| 26 | + shift |
| 27 | + '[' 6 -gt 0 ']' |
| 28 | + case $1 in |
| 29 | ++ eval echo ''\''PHID-HMBT-f4ey4bcecl3aorxvelct'\''' |
| 30 | +++ echo PHID-HMBT-f4ey4bcecl3aorxvelct |
| 31 | + phid=PHID-HMBT-f4ey4bcecl3aorxvelct |
| 32 | + shift |
| 33 | + shift |
| 34 | + '[' 4 -gt 0 ']' |
| 35 | + case $1 in |
| 36 | ++ eval echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 37 | +++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 38 | + uri=ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 39 | + shift |
| 40 | + shift |
| 41 | + '[' 2 -gt 0 ']' |
| 42 | + case $1 in |
| 43 | ++ eval echo git |
| 44 | +++ echo git |
| 45 | + vcs=git |
| 46 | + shift |
| 47 | + shift |
| 48 | + '[' 0 -gt 0 ']' |
| 49 | + '[' -z master -a -z '' ']' |
| 50 | + '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']' |
| 51 | + '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']' |
| 52 | + test_build=1 |
| 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/640 |
| 68 | + TMPDIR=/var/tmp/640 |
| 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/20 16:17:38 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/640 |
| 101 | + exit 2 |
| 102 |
| 673 | libpwquality.x86_64 0:1.2.3-4.el7 |
|---|---|
| 674 | libselinux.x86_64 0:2.2.2-6.el7 |
| 675 | libsemanage.x86_64 0:2.1.10-16.el7 |
| 676 | libsepol.x86_64 0:2.1.9-3.el7 |
| 677 | libssh2.x86_64 0:1.4.3-8.el7 |
| 678 | libstdc++.x86_64 0:4.8.3-9.el7 |
| 679 | libtasn1.x86_64 0:3.8-2.el7 |
| 680 | libunistring.x86_64 0:0.9.3-9.el7 |
| 681 | libuser.x86_64 0:0.60-5.el7 |
| 682 | libutempter.x86_64 0:1.1.6-4.el7 |
| 683 | libuuid.x86_64 0:2.23.2-21.el7 |
| 684 | libverto.x86_64 0:0.2.5-4.el7 |
| 685 | libxml2.x86_64 0:2.9.1-5.el7_1.2 |
| 686 | lua.x86_64 0:5.1.4-14.el7 |
| 687 | ncurses.x86_64 0:5.9-13.20130511.el7 |
| 688 | ncurses-base.noarch 0:5.9-13.20130511.el7 |
| 689 | ncurses-libs.x86_64 0:5.9-13.20130511.el7 |
| 690 | nspr.x86_64 0:4.10.6-3.el7 |
| 691 | nss.x86_64 0:3.16.2.3-5.el7 |
| 692 | nss-softokn.x86_64 0:3.16.2.3-9.el7 |
| 693 | nss-softokn-freebl.x86_64 0:3.16.2.3-9.el7 |
| 694 | nss-sysinit.x86_64 0:3.16.2.3-5.el7 |
| 695 | nss-tools.x86_64 0:3.16.2.3-5.el7 |
| 696 | nss-util.x86_64 0:3.16.2.3-2.el7 |
| 697 | openldap.x86_64 0:2.4.39-6.el7 |
| 698 | openssl-libs.x86_64 1:1.0.1e-42.el7.4 |
| 699 | p11-kit.x86_64 0:0.20.7-3.el7 |
| 700 | p11-kit-trust.x86_64 0:0.20.7-3.el7 |
| 701 | pam.x86_64 0:1.1.8-12.el7 |
| 702 | pcre.x86_64 0:8.32-14.el7 |
| 703 | pinentry.x86_64 0:0.8.1-14.el7 |
| 704 | pkgconfig.x86_64 1:0.27.1-4.el7 |
| 705 | popt.x86_64 0:1.13-16.el7 |
| 706 | procps-ng.x86_64 0:3.3.10-3.el7 |
| 707 | pth.x86_64 0:2.0.7-22.el7 |
| 708 | pygpgme.x86_64 0:0.3-9.el7 |
| 709 | pyliblzma.x86_64 0:0.5.3-11.el7 |
| 710 | python.x86_64 0:2.7.5-16.el7 |
| 711 | python-iniparse.noarch 0:0.4-9.el7 |
| 712 | python-libs.x86_64 0:2.7.5-16.el7 |
| 713 | python-pycurl.x86_64 0:7.19.0-17.el7 |
| 714 | python-urlgrabber.noarch 0:3.10-6.el7 |
| 715 | pyxattr.x86_64 0:0.5.1-5.el7 |
| 716 | readline.x86_64 0:6.2-9.el7 |
| 717 | rootfiles.noarch 0:8.1-11.el7 |
| 718 | rpm.x86_64 0:4.11.1-25.el7 |
| 719 | rpm-build-libs.x86_64 0:4.11.1-25.el7 |
| 720 | rpm-libs.x86_64 0:4.11.1-25.el7 |
| 721 | rpm-python.x86_64 0:4.11.1-25.el7 |
| 722 | sed.x86_64 0:4.2.2-5.el7 |
| 723 | setup.noarch 0:2.8.71-5.el7 |
| 724 | shadow-utils.x86_64 2:4.1.5.1-18.el7 |
| 725 | shared-mime-info.x86_64 0:1.1-7.el7 |
| 726 | sqlite.x86_64 0:3.7.17-4.el7 |
| 727 | systemd-container.x86_64 0:208.20-6.el7.centos |
| 728 | systemd-container-libs.x86_64 0:208.20-6.el7.centos |
| 729 | tzdata.noarch 0:2015b-1.el7 |
| 730 | ustr.x86_64 0:1.0.4-16.el7 |
| 731 | util-linux.x86_64 0:2.23.2-21.el7 |
| 732 | vim-minimal.x86_64 2:7.4.160-1.el7 |
| 733 | which.x86_64 0:2.20-7.el7 |
| 734 | xz.x86_64 0:5.1.2-9alpha.el7 |
| 735 | xz-libs.x86_64 0:5.1.2-9alpha.el7 |
| 736 | yum.noarch 0:3.4.3-125.el7.centos |
| 737 | yum-metadata-parser.x86_64 0:1.1.4-10.el7 |
| 738 | yum-plugin-fastestmirror.noarch 0:1.1.31-29.el7 |
| 739 | zlib.x86_64 0:1.2.7-13.el7 |
| 740 | |
| 741 | Complete! |
| 742 | ---> 0bcbfd59309c |
| 743 | Removing intermediate container dc730aab5851 |
| 744 | Step 8 : ENV IMAGE maipo |
| 745 | ---> Running in 3a34272a42ec |
| 746 | ---> a77b4f5c5f5e |
| 747 | Removing intermediate container 3a34272a42ec |
| 748 | Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service |
| 749 | ---> b7a280178650 |
| 750 | Removing intermediate container 1de890f452df |
| 751 | Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 752 | ---> Running in 976e56ab50d2 |
| 753 | ---> 068f025c0ac3 |
| 754 | Removing intermediate container 976e56ab50d2 |
| 755 | Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service |
| 756 | ---> 533fc1c13823 |
| 757 | Removing intermediate container 533faeac373e |
| 758 | Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl |
| 759 | ---> 02b697a3574b |
| 760 | Removing intermediate container ae0825468034 |
| 761 | Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 762 | ---> ee117d3590c6 |
| 763 | Removing intermediate container 4d3daa8cd23a |
| 764 | Step 14 : RUN chmod -v +x /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 765 | ---> Running in 880f042da783 |
| 766 | mode of '/usr/bin/systemctl' changed from 0600 (rw-------) to 0711 (rwx--x--x) |
| 767 | mode of '/usr/bin/systemctl-socket-daemon' changed from 0600 (rw-------) to 0711 (rwx--x--x) |
| 768 | ---> 2038377fff38 |
| 769 | Removing intermediate container 880f042da783 |
| 770 | Step 15 : ADD https://cgit.cyrus.foundation/docker/tree/.vimrc /root/.vimrc |
| 771 | /var/tmp/640 |
| 772 |
Lease Host atomic01
Lease Host atomic01
- When
- Completed at May 20 2015, 2:12 PM · Built for 2 s
- Status
Passed
Lease Host atomic02
Lease Host atomic02
- When
- Completed at May 20 2015, 2:12 PM · Built for 1 s
- Status
Passed