Page MenuHomePhorge

Build 120
FailedPublic

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

History

Run Command on atomic01

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

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

1Cloning into 'stick.git'...
2/var/tmp/168/stick.git /var/tmp/168
3/var/tmp/168
4/var/tmp/168/stick.git /var/tmp/168
5Cloning into '/var/tmp/168/docker.git'...
6/var/tmp/168/docker.git/ci /var/tmp/168/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 ---> dcae4a4725d8
15Step 2 : RUN yum clean metadata && yum -y install epel-release git yum-utils
16 ---> Using cache
17 ---> 3fc489dddf73
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 ---> 052208ededc3
21Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc
22 ---> Using cache
23 ---> 95dc00ad8ec5
24Step 5 : ENV IMAGE maipo
25 ---> Using cache
26 ---> 6f5273e76a76
27Step 6 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
28 ---> Using cache
29 ---> bd87396bc96e
30Step 7 : RUN chmod 755 /entrypoint.sh
31 ---> Using cache
32 ---> 5846c701efc0
33Step 8 : ENTRYPOINT [ "/entrypoint.sh" ]
34 ---> Using cache
35 ---> 8abcee8797a5
36Successfully built 8abcee8797a5
37/var/tmp/168
38

Run Command on atomic02

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

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

1Cloning into 'stick.git'...
2/var/tmp/167/stick.git /var/tmp/167
3/var/tmp/167
4/var/tmp/167/stick.git /var/tmp/167
5Refreshed /usr/local/bin/drydocker
6Cloning into '/var/tmp/167/docker.git'...
7/var/tmp/167/docker.git/ci /var/tmp/167/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 : RUN yum clean metadata && yum -y install epel-release git yum-utils
17 ---> Using cache
18 ---> 3fc489dddf73
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 ---> 052208ededc3
22Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc
23 ---> Using cache
24 ---> 95dc00ad8ec5
25Step 5 : ENV IMAGE maipo
26 ---> Using cache
27 ---> 6f5273e76a76
28Step 6 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
29 ---> Using cache
30 ---> bd87396bc96e
31Step 7 : RUN chmod 755 /entrypoint.sh
32 ---> Using cache
33 ---> 5846c701efc0
34Step 8 : ENTRYPOINT [ "/entrypoint.sh" ]
35 ---> Using cache
36 ---> 8abcee8797a5
37Successfully built 8abcee8797a5
38/var/tmp/167
39

Lease Host atomic01

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