Page MenuHomePhorge

Build 472
FailedPublic

Run Command on atomic01

When
Completed at May 21 2015, 7:57 AM · Built for 3 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 1714 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

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-o3bkvtgggqmntwvc5cwn'\'''
30+++ echo PHID-HMBT-o3bkvtgggqmntwvc5cwn
31+ phid=PHID-HMBT-o3bkvtgggqmntwvc5cwn
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/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
73Already 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
92Sending build context to Docker daemon 4.608 kB
93
94Sending build context to Docker daemon
952015/05/21 09:57:14 Get https://cgit.cyrus.foundation/docker/tree/.vimrc: dial tcp: lookup cgit.cyrus.foundation: no such host
96make: *** [all] Error 1
97+ retval=2
98+ popd
99+ cd /var/tmp
100+ rm -rf /var/tmp/657
101+ exit 2
102

Build Log 1713 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Cloning into 'stick.git'...
2/var/tmp/657/stick.git /var/tmp/657
3/var/tmp/657
4/var/tmp/657/stick.git /var/tmp/657
5Cloning into '/var/tmp/657/docker.git'...
6/var/tmp/657/docker.git/ci /var/tmp/657/stick.git
7for 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 ; \
9done
10Step 0 : FROM centos:centos7
11 ---> fd44297e2ddb
12Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
13 ---> Using cache
14 ---> 5d34fcd97863
15Step 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 ---> 8dc669b4f525
18Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
19 ---> Using cache
20 ---> 38bcbbb48c5f
21Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
22 ---> Using cache
23 ---> b290882b9b05
24Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
25 ---> Using cache
26 ---> fd2876d6ab41
27Step 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
28 ---> Using cache
29 ---> 1966791dcc85
30Step 7 : RUN yum -y reinstall \*
31 ---> Using cache
32 ---> 0bcbfd59309c
33Step 8 : ENV IMAGE maipo
34 ---> Using cache
35 ---> a77b4f5c5f5e
36Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service
37 ---> Using cache
38 ---> b7a280178650
39Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
40 ---> Using cache
41 ---> 068f025c0ac3
42Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service
43 ---> Using cache
44 ---> 533fc1c13823
45Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl
46 ---> Using cache
47 ---> 02b697a3574b
48Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
49 ---> Using cache
50 ---> ee117d3590c6
51Step 14 : RUN chmod -v +x /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
52 ---> Using cache
53 ---> 2038377fff38
54Step 15 : ADD https://cgit.cyrus.foundation/docker/tree/.vimrc /root/.vimrc
55/var/tmp/657
56

Run Command on atomic02

When
Completed at May 21 2015, 8:00 AM · Built for 3 m, 8 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 1712 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

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-ftqetjtxbqnpoogaxptj'\'''
30+++ echo PHID-HMBT-ftqetjtxbqnpoogaxptj
31+ phid=PHID-HMBT-ftqetjtxbqnpoogaxptj
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/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
73Already 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
92Sending build context to Docker daemon 4.608 kB
93
94Sending build context to Docker daemon
952015/05/21 10:00:17 Get https://cgit.cyrus.foundation/docker/tree/.vimrc: dial tcp: lookup cgit.cyrus.foundation: no such host
96make: *** [all] Error 1
97+ retval=2
98+ popd
99+ cd /var/tmp
100+ rm -rf /var/tmp/656
101+ exit 2
102

Build Log 1711 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

668 libpwquality.x86_64 0:1.2.3-4.el7
669 libselinux.x86_64 0:2.2.2-6.el7
670 libsemanage.x86_64 0:2.1.10-16.el7
671 libsepol.x86_64 0:2.1.9-3.el7
672 libssh2.x86_64 0:1.4.3-8.el7
673 libstdc++.x86_64 0:4.8.3-9.el7
674 libtasn1.x86_64 0:3.8-2.el7
675 libunistring.x86_64 0:0.9.3-9.el7
676 libuser.x86_64 0:0.60-5.el7
677 libutempter.x86_64 0:1.1.6-4.el7
678 libuuid.x86_64 0:2.23.2-21.el7
679 libverto.x86_64 0:0.2.5-4.el7
680 libxml2.x86_64 0:2.9.1-5.el7_1.2
681 lua.x86_64 0:5.1.4-14.el7
682 ncurses.x86_64 0:5.9-13.20130511.el7
683 ncurses-base.noarch 0:5.9-13.20130511.el7
684 ncurses-libs.x86_64 0:5.9-13.20130511.el7
685 nspr.x86_64 0:4.10.6-3.el7
686 nss.x86_64 0:3.16.2.3-5.el7
687 nss-softokn.x86_64 0:3.16.2.3-9.el7
688 nss-softokn-freebl.x86_64 0:3.16.2.3-9.el7
689 nss-sysinit.x86_64 0:3.16.2.3-5.el7
690 nss-tools.x86_64 0:3.16.2.3-5.el7
691 nss-util.x86_64 0:3.16.2.3-2.el7
692 openldap.x86_64 0:2.4.39-6.el7
693 openssl-libs.x86_64 1:1.0.1e-42.el7.4
694 p11-kit.x86_64 0:0.20.7-3.el7
695 p11-kit-trust.x86_64 0:0.20.7-3.el7
696 pam.x86_64 0:1.1.8-12.el7
697 pcre.x86_64 0:8.32-14.el7
698 pinentry.x86_64 0:0.8.1-14.el7
699 pkgconfig.x86_64 1:0.27.1-4.el7
700 popt.x86_64 0:1.13-16.el7
701 procps-ng.x86_64 0:3.3.10-3.el7
702 pth.x86_64 0:2.0.7-22.el7
703 pygpgme.x86_64 0:0.3-9.el7
704 pyliblzma.x86_64 0:0.5.3-11.el7
705 python.x86_64 0:2.7.5-16.el7
706 python-iniparse.noarch 0:0.4-9.el7
707 python-libs.x86_64 0:2.7.5-16.el7
708 python-pycurl.x86_64 0:7.19.0-17.el7
709 python-urlgrabber.noarch 0:3.10-6.el7
710 pyxattr.x86_64 0:0.5.1-5.el7
711 readline.x86_64 0:6.2-9.el7
712 rootfiles.noarch 0:8.1-11.el7
713 rpm.x86_64 0:4.11.1-25.el7
714 rpm-build-libs.x86_64 0:4.11.1-25.el7
715 rpm-libs.x86_64 0:4.11.1-25.el7
716 rpm-python.x86_64 0:4.11.1-25.el7
717 sed.x86_64 0:4.2.2-5.el7
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
736Complete!
737 ---> 5e1839e59269
738Removing intermediate container c8034e619ffa
739Step 8 : ENV IMAGE maipo
740 ---> Running in 9f85a17a42ac
741 ---> e4c51814b87a
742Removing intermediate container 9f85a17a42ac
743Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service
744 ---> 0c0c22c4cdf1
745Removing intermediate container 9c328db5e45f
746Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
747 ---> Running in 12fe2993a8aa
748 ---> c1fd2b5fbe57
749Removing intermediate container 12fe2993a8aa
750Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service
751 ---> 5f43b3fffe63
752Removing intermediate container 13997178a36d
753Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl
754 ---> 76170bde0c99
755Removing intermediate container 74f7bab41f1a
756Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
757 ---> ef0d1bb69f22
758Removing intermediate container 954e1c095c98
759Step 14 : RUN chmod -v +x /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
760 ---> Running in a941fb325f6a
761mode of '/usr/bin/systemctl' changed from 0600 (rw-------) to 0711 (rwx--x--x)
762mode of '/usr/bin/systemctl-socket-daemon' changed from 0600 (rw-------) to 0711 (rwx--x--x)
763 ---> af36aa4a2faa
764Removing intermediate container a941fb325f6a
765Step 15 : ADD https://cgit.cyrus.foundation/docker/tree/.vimrc /root/.vimrc
766/var/tmp/656
767

Lease Host atomic01

When
Completed at May 21 2015, 7:57 AM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Lease Host atomic02

When
Completed at May 21 2015, 7:57 AM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.