Page MenuHomePhorge

Build 120
FailedPublic

History

Run Command on atomic02

When
Completed at Apr 17 2015, 1:21 PM · Built for 3 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

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

10+ id=120
11+ shift
12+ shift
13+ '[' 10 -gt 0 ']'
14+ case $1 in
15++ eval echo ''\''f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0'\'''
16+++ echo f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0
17+ commit=f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0
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-aqrrlyp6y6kmtufuxnl2'\'''
30+++ echo PHID-HMBT-aqrrlyp6y6kmtufuxnl2
31+ phid=PHID-HMBT-aqrrlyp6y6kmtufuxnl2
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 f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0 -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++ pwd
65+ export TMPDIR=/var/tmp/170
66+ TMPDIR=/var/tmp/170
67+ '[' '!' -d stick.git ']'
68+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
69+ pushd stick.git
70+ git checkout f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0
71Note: checking out 'f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0'.
72
73You are in 'detached HEAD' state. You can look around, make experimental
74changes and commit them, and you can discard any commits you make in this
75state without impacting any branches by performing another checkout.
76
77If you want to create a new branch to retain commits you create, you may
78do so (now or later) by using -b with the checkout command again. Example:
79
80 git checkout -b new_branch_name
81
82HEAD is now at f8c8bcd... Ensure return values propagate
83+ popd
84+ '[' stick '!=' stick ']'
85+ export commit
86+ export differential
87+ export id
88+ export package
89+ export phid
90+ export ro_uri
91+ export uri
92+ export vcs
93+ export test_build
94+ export test_functional
95+ export test_integration
96+ export test_performance
97+ export test_unit
98+ '[' -x stick.git/drydocker/stick/build.sh ']'
99+ pushd stick.git
100+ ../stick.git/drydocker/stick/build.sh
101Sending build context to Docker daemon 2.048 kB
102
103Sending build context to Docker daemon
104+ retval=0
105+ popd
106+ cd /var/tmp
107+ rm -rf /var/tmp/170
108+ exit 0
109

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

1Cloning into 'stick.git'...
2/var/tmp/170/stick.git /var/tmp/170
3/var/tmp/170
4/var/tmp/170/stick.git /var/tmp/170
5Cloning into '/var/tmp/170/docker.git'...
6/var/tmp/170/docker.git/ci /var/tmp/170/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 ---> 214a4932132a
12Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
13 ---> Using cache
14 ---> 85a7fc22c601
15Step 2 : RUN yum clean metadata && yum -y install epel-release git yum-utils
16 ---> Using cache
17 ---> 62eb4d3d10b3
18Step 3 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
19 ---> Using cache
20 ---> 33a3c05d095d
21Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc
22 ---> Using cache
23 ---> 38cb89925e00
24Step 5 : ENV IMAGE maipo
25 ---> Using cache
26 ---> 476041223a05
27Step 6 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
28 ---> Using cache
29 ---> 7ee77146525e
30Step 7 : RUN chmod 755 /entrypoint.sh
31 ---> Using cache
32 ---> e245c60e5ef1
33Step 8 : ENTRYPOINT [ "/entrypoint.sh" ]
34 ---> Using cache
35 ---> 8c9c210de277
36Successfully built 8c9c210de277
37/var/tmp/170
38

Run Command on atomic01

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

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

8++ eval echo ''\''120'\'''
9+++ echo 120
10+ id=120
11+ shift
12+ shift
13+ '[' 10 -gt 0 ']'
14+ case $1 in
15++ eval echo ''\''f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0'\'''
16+++ echo f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0
17+ commit=f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0
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-n2zzzfalfyhsnou3dgfk'\'''
30+++ echo PHID-HMBT-n2zzzfalfyhsnou3dgfk
31+ phid=PHID-HMBT-n2zzzfalfyhsnou3dgfk
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 f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0 -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++ pwd
65+ export TMPDIR=/var/tmp/171
66+ TMPDIR=/var/tmp/171
67+ '[' '!' -d stick.git ']'
68+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
69+ pushd stick.git
70+ git checkout f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0
71Note: checking out 'f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0'.
72
73You are in 'detached HEAD' state. You can look around, make experimental
74changes and commit them, and you can discard any commits you make in this
75state without impacting any branches by performing another checkout.
76
77If you want to create a new branch to retain commits you create, you may
78do so (now or later) by using -b with the checkout command again. Example:
79
80 git checkout -b new_branch_name
81
82HEAD is now at f8c8bcd... Ensure return values propagate
83+ popd
84+ '[' stick '!=' stick ']'
85+ export commit
86+ export differential
87+ export id
88+ export package
89+ export phid
90+ export ro_uri
91+ export uri
92+ export vcs
93+ export test_build
94+ export test_functional
95+ export test_integration
96+ export test_performance
97+ export test_unit
98+ '[' -x stick.git/drydocker/stick/build.sh ']'
99+ pushd stick.git
100+ ../stick.git/drydocker/stick/build.sh
101Sending build context to Docker daemon 2.048 kB
102
103Sending build context to Docker daemon
104+ popd
105/usr/local/bin/drydocker: line 241: unexpected EOF while looking for matching `''
106/usr/local/bin/drydocker: line 248: syntax error: unexpected end of file
107

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

1Cloning into 'stick.git'...
2/var/tmp/171/stick.git /var/tmp/171
3/var/tmp/171
4/var/tmp/171/stick.git /var/tmp/171
5Refreshed /usr/local/bin/drydocker
6Cloning into '/var/tmp/171/docker.git'...
7/var/tmp/171/docker.git/ci /var/tmp/171/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 : RUN yum clean metadata && yum -y install epel-release git yum-utils
17 ---> Using cache
18 ---> 62eb4d3d10b3
19Step 3 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
20 ---> Using cache
21 ---> 33a3c05d095d
22Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc
23 ---> Using cache
24 ---> 38cb89925e00
25Step 5 : ENV IMAGE maipo
26 ---> Using cache
27 ---> 476041223a05
28Step 6 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
29 ---> Using cache
30 ---> 7ee77146525e
31Step 7 : RUN chmod 755 /entrypoint.sh
32 ---> Using cache
33 ---> e245c60e5ef1
34Step 8 : ENTRYPOINT [ "/entrypoint.sh" ]
35 ---> Using cache
36 ---> 8c9c210de277
37Successfully built 8c9c210de277
38/var/tmp/171
39

Lease Host atomic01

When
Completed at Apr 17 2015, 1:16 PM · 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 Apr 17 2015, 1:16 PM · Built for 1 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.