Page MenuHomePhorge

Build 186
PassedPublic

You are viewing an older run of this build. View Current Build

History

Run Command on atomic01

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Apr 18 2015, 1:23 PM · Built for 2 s
Status
Failed

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

1+ test_build=0
2+ test_functional=0
3+ test_integration=0
4+ test_performance=0
5+ test_unit=0
6+ vcs=git
7+ '[' 12 -gt 0 ']'
8+ case $1 in
9++ eval echo ''\''186'\'''
10+++ echo 186
11+ id=186
12+ shift
13+ shift
14+ '[' 10 -gt 0 ']'
15+ case $1 in
16++ eval echo master
17+++ echo master
18+ commit=master
19+ shift
20+ shift
21+ '[' 8 -gt 0 ']'
22+ case $1 in
23++ eval echo ''\'''\'''
24+++ echo ''
25+ differential=
26+ shift
27+ shift
28+ '[' 6 -gt 0 ']'
29+ case $1 in
30++ eval echo ''\''PHID-HMBT-sm5uzekpeu5lebn26tp3'\'''
31+++ echo PHID-HMBT-sm5uzekpeu5lebn26tp3
32+ phid=PHID-HMBT-sm5uzekpeu5lebn26tp3
33+ shift
34+ shift
35+ '[' 4 -gt 0 ']'
36+ case $1 in
37++ eval echo ssh://git@git.kolab.org/diffusion/QA/stick.git
38+++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
39+ uri=ssh://git@git.kolab.org/diffusion/QA/stick.git
40+ shift
41+ shift
42+ '[' 2 -gt 0 ']'
43+ case $1 in
44++ eval echo git
45+++ echo git
46+ vcs=git
47+ shift
48+ shift
49+ '[' 0 -gt 0 ']'
50+ '[' -z master -a -z '' ']'
51+ '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']'
52+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
53+ test_build=1
54+ test_functional=1
55+ test_integration=1
56+ test_performance=1
57+ test_unit=1
58+ '[' -z git ']'
59+ case ${vcs} in
60++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git
61+ package=stick
62++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
63++ sed -e 's|ssh://git@|https://|g'
64+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
65+ case ${package} in
66++ pwd
67+ export TMPDIR=/var/tmp/279
68+ TMPDIR=/var/tmp/279
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 3.072 kB
93
94Sending build context to Docker daemon
95+ retval=0
96+ popd
97/usr/local/bin/drydocker: line 261: syntax error near unexpected token `then'
98/usr/local/bin/drydocker: line 261: ` [ -x "stick.git/drydocker/${package}/build.sh" ]; then'
99

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

1Cloning into 'stick.git'...
2/var/tmp/279/stick.git /var/tmp/279
3/var/tmp/279
4/var/tmp/279/stick.git /var/tmp/279
5Refreshed /usr/local/bin/drydocker
6Cloning into '/var/tmp/279/docker.git'...
7/var/tmp/279/docker.git/ci /var/tmp/279/stick.git
8for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
9 docker build -t kolab/ci-$dist - < $dist ; \
10done
11Step 0 : FROM centos:centos7
12 ---> 214a4932132a
13Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
14 ---> Using cache
15 ---> dcae4a4725d8
16Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
17 ---> Using cache
18 ---> 2ecb155876fe
19Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
20 ---> Using cache
21 ---> 3f48e284caa9
22Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
23 ---> Using cache
24 ---> 3e967874f069
25Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
26 ---> Using cache
27 ---> c22880c81964
28Step 6 : ENV IMAGE maipo
29 ---> Using cache
30 ---> 2f63d28b8d7b
31Step 7 : RUN yum clean metadata && yum -y install build epel-release git osc rpmdevtools yum-utils @development @fedora-packager && yum-builddep -y $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' )
32 ---> Using cache
33 ---> f0a42dd05b25
34Step 8 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
35 ---> Using cache
36 ---> 04dccd54a02e
37Step 9 : RUN chmod 755 /entrypoint.sh
38 ---> Using cache
39 ---> 48c243ad5310
40Step 10 : ENTRYPOINT [ "/entrypoint.sh" ]
41 ---> Using cache
42 ---> 590f002cd2f1
43Successfully built 590f002cd2f1
44/var/tmp/279
45

Run Command on atomic02

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Apr 18 2015, 1:23 PM · Built for 2 s
Status
Failed

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

1+ test_build=0
2+ test_functional=0
3+ test_integration=0
4+ test_performance=0
5+ test_unit=0
6+ vcs=git
7+ '[' 12 -gt 0 ']'
8+ case $1 in
9++ eval echo ''\''186'\'''
10+++ echo 186
11+ id=186
12+ shift
13+ shift
14+ '[' 10 -gt 0 ']'
15+ case $1 in
16++ eval echo master
17+++ echo master
18+ commit=master
19+ shift
20+ shift
21+ '[' 8 -gt 0 ']'
22+ case $1 in
23++ eval echo ''\'''\'''
24+++ echo ''
25+ differential=
26+ shift
27+ shift
28+ '[' 6 -gt 0 ']'
29+ case $1 in
30++ eval echo ''\''PHID-HMBT-om7bxi7rpgrg72nr25a3'\'''
31+++ echo PHID-HMBT-om7bxi7rpgrg72nr25a3
32+ phid=PHID-HMBT-om7bxi7rpgrg72nr25a3
33+ shift
34+ shift
35+ '[' 4 -gt 0 ']'
36+ case $1 in
37++ eval echo ssh://git@git.kolab.org/diffusion/QA/stick.git
38+++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
39+ uri=ssh://git@git.kolab.org/diffusion/QA/stick.git
40+ shift
41+ shift
42+ '[' 2 -gt 0 ']'
43+ case $1 in
44++ eval echo git
45+++ echo git
46+ vcs=git
47+ shift
48+ shift
49+ '[' 0 -gt 0 ']'
50+ '[' -z master -a -z '' ']'
51+ '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']'
52+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
53+ test_build=1
54+ test_functional=1
55+ test_integration=1
56+ test_performance=1
57+ test_unit=1
58+ '[' -z git ']'
59+ case ${vcs} in
60++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git
61+ package=stick
62++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
63++ sed -e 's|ssh://git@|https://|g'
64+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
65+ case ${package} in
66++ pwd
67+ export TMPDIR=/var/tmp/278
68+ TMPDIR=/var/tmp/278
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 3.072 kB
93
94Sending build context to Docker daemon
95+ retval=0
96+ popd
97/usr/local/bin/drydocker: line 261: syntax error near unexpected token `then'
98/usr/local/bin/drydocker: line 261: ` [ -x "stick.git/drydocker/${package}/build.sh" ]; then'
99

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

1Cloning into 'stick.git'...
2/var/tmp/278/stick.git /var/tmp/278
3/var/tmp/278
4/var/tmp/278/stick.git /var/tmp/278
5Refreshed /usr/local/bin/drydocker
6Cloning into '/var/tmp/278/docker.git'...
7/var/tmp/278/docker.git/ci /var/tmp/278/stick.git
8for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
9 docker build -t kolab/ci-$dist - < $dist ; \
10done
11Step 0 : FROM centos:centos7
12 ---> 214a4932132a
13Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
14 ---> Using cache
15 ---> 85a7fc22c601
16Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
17 ---> Using cache
18 ---> bcd2b3489b29
19Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
20 ---> Using cache
21 ---> 993c953beb21
22Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
23 ---> Using cache
24 ---> 02af3d0b0ea6
25Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
26 ---> Using cache
27 ---> 9e1006ebf407
28Step 6 : ENV IMAGE maipo
29 ---> Using cache
30 ---> 624cf3b1098b
31Step 7 : RUN yum clean metadata && yum -y install build epel-release git osc rpmdevtools yum-utils @development @fedora-packager && yum-builddep -y $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' )
32 ---> Using cache
33 ---> fa9b282d64cd
34Step 8 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
35 ---> Using cache
36 ---> a3fe719421b8
37Step 9 : RUN chmod 755 /entrypoint.sh
38 ---> Using cache
39 ---> 2d62c91b85b2
40Step 10 : ENTRYPOINT [ "/entrypoint.sh" ]
41 ---> Using cache
42 ---> bdefd88c8b6b
43Successfully built bdefd88c8b6b
44/var/tmp/278
45

Lease Host atomic01

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Apr 18 2015, 1:23 PM · Built instantly
Status
Passed

Lease Host atomic02

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Apr 18 2015, 1:23 PM · Built instantly
Status
Passed