Page MenuHomePhorge

Build 208
FailedPublic

Run Command on atomic01

When
Completed at Apr 19 2015, 11:08 AM · Built for 9 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 790 (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 ''\''208'\'''
10+++ echo 208
11+ id=208
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-qqmhtul6mbvxwog75ffn'\'''
31+++ echo PHID-HMBT-qqmhtul6mbvxwog75ffn
32+ phid=PHID-HMBT-qqmhtul6mbvxwog75ffn
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+ case ${uri} in
67++ pwd
68+ export TMPDIR=/var/tmp/317
69+ TMPDIR=/var/tmp/317
70+ '[' '!' -d stick.git ']'
71+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
72+ pushd stick.git
73+ git checkout master
74Already on 'master'
75+ popd
76+ '[' stick '!=' stick ']'
77+ export commit
78+ export differential
79+ export id
80+ export package
81+ export phid
82+ export ro_uri
83+ export uri
84+ export vcs
85+ export test_build
86+ export test_functional
87+ export test_integration
88+ export test_performance
89+ export test_unit
90+ '[' -x stick.git/drydocker/stick/build.sh ']'
91+ pushd stick.git
92+ ../stick.git/drydocker/stick/build.sh
93Sending build context to Docker daemon 3.072 kB
94
95Sending build context to Docker daemon
962015/04/19 13:08:38 The command [/bin/sh -c chmod 755 /osc.sh && /osc.sh] returned a non-zero code: 1
97make: *** [all] Error 1
98+ retval=2
99+ popd
100+ cd /var/tmp
101+ rm -rf /var/tmp/317
102+ exit 2
103

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

1Cloning into 'stick.git'...
2/var/tmp/317/stick.git /var/tmp/317
3/var/tmp/317
4/var/tmp/317/stick.git /var/tmp/317
5Cloning into '/var/tmp/317/docker.git'...
6/var/tmp/317/docker.git/ci /var/tmp/317/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 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
16 ---> Using cache
17 ---> bcd2b3489b29
18Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
19 ---> Using cache
20 ---> 993c953beb21
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 ---> 02af3d0b0ea6
24Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
25 ---> Using cache
26 ---> 9e1006ebf407
27Step 6 : ENV IMAGE maipo
28 ---> Using cache
29 ---> 624cf3b1098b
30Step 7 : RUN yum clean metadata && yum -y install build epel-release git osc passwd perl-Digest-MD5 perl-TimeDate rpmdevtools sudo 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}' )
31 ---> Using cache
32 ---> 366fc11f37af
33Step 8 : ADD https://cgit.kolab.org/docker/plain/ci/osc.sh /
34 ---> Using cache
35 ---> b6906576aac7
36Step 9 : RUN chmod 755 /osc.sh && /osc.sh
37 ---> Running in 4cbe5dcf2c0c
38/srv /
39+ pushd /srv
40++ osc ls
41++ grep -E '^Kolab:'
42
43Your user account / password are not configured yet.
44You will be asked for them below, and they will be stored in
45/root/.oscrc for future use.
46
47Creating osc configuration file /root/.oscrc ...
48aborted.
49+ rels=
50++ osc ls
51++ grep -vE '^(cyrus-imapd|deleted|home|Kolab|Kontact)'
52
53Your user account / password are not configured yet.
54You will be asked for them below, and they will be stored in
55/root/.oscrc for future use.
56
57Creating osc configuration file /root/.oscrc ...
58aborted.
59+ dists='Username: '
60+ rels=Kolab:Development
61+ for rel in '${rels}'
62+ osc co Kolab:Development
63
64Your user account / password are not configured yet.
65You will be asked for them below, and they will be stored in
66/root/.oscrc for future use.
67
68Creating osc configuration file /root/.oscrc ...
69aborted.
70Username: + pushd Kolab:Development
71/osc.sh: line 15: pushd: Kolab:Development: No such file or directory
72/
73++ find . -mindepth 1 -maxdepth 1 -type d '!' -name .osc
74+ popd
75+ popd
76/osc.sh: line 46: popd: directory stack empty
77/var/tmp/317
78

Run Command on atomic02

When
Completed at Apr 19 2015, 11:08 AM · Built for 9 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 788 (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 ''\''208'\'''
10+++ echo 208
11+ id=208
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-uemo5hijqkz3z6zmm274'\'''
31+++ echo PHID-HMBT-uemo5hijqkz3z6zmm274
32+ phid=PHID-HMBT-uemo5hijqkz3z6zmm274
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+ case ${uri} in
67++ pwd
68+ export TMPDIR=/var/tmp/316
69+ TMPDIR=/var/tmp/316
70+ '[' '!' -d stick.git ']'
71+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
72+ pushd stick.git
73+ git checkout master
74Already on 'master'
75+ popd
76+ '[' stick '!=' stick ']'
77+ export commit
78+ export differential
79+ export id
80+ export package
81+ export phid
82+ export ro_uri
83+ export uri
84+ export vcs
85+ export test_build
86+ export test_functional
87+ export test_integration
88+ export test_performance
89+ export test_unit
90+ '[' -x stick.git/drydocker/stick/build.sh ']'
91+ pushd stick.git
92+ ../stick.git/drydocker/stick/build.sh
93Sending build context to Docker daemon 3.072 kB
94
95Sending build context to Docker daemon
962015/04/19 13:08:38 The command [/bin/sh -c chmod 755 /osc.sh && /osc.sh] returned a non-zero code: 1
97make: *** [all] Error 1
98+ retval=2
99+ popd
100+ cd /var/tmp
101+ rm -rf /var/tmp/316
102+ exit 2
103

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

1Cloning into 'stick.git'...
2/var/tmp/316/stick.git /var/tmp/316
3/var/tmp/316
4/var/tmp/316/stick.git /var/tmp/316
5Cloning into '/var/tmp/316/docker.git'...
6/var/tmp/316/docker.git/ci /var/tmp/316/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 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
16 ---> Using cache
17 ---> bcd2b3489b29
18Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
19 ---> Using cache
20 ---> 993c953beb21
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 ---> 02af3d0b0ea6
24Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
25 ---> Using cache
26 ---> 9e1006ebf407
27Step 6 : ENV IMAGE maipo
28 ---> Using cache
29 ---> 624cf3b1098b
30Step 7 : RUN yum clean metadata && yum -y install build epel-release git osc passwd perl-Digest-MD5 perl-TimeDate rpmdevtools sudo 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}' )
31 ---> Using cache
32 ---> 366fc11f37af
33Step 8 : ADD https://cgit.kolab.org/docker/plain/ci/osc.sh /
34 ---> Using cache
35 ---> b6906576aac7
36Step 9 : RUN chmod 755 /osc.sh && /osc.sh
37 ---> Running in 68863e673249
38+ pushd /srv
39/srv /
40++ grep -E '^Kolab:'
41++ osc ls
42
43Your user account / password are not configured yet.
44You will be asked for them below, and they will be stored in
45/root/.oscrc for future use.
46
47Creating osc configuration file /root/.oscrc ...
48aborted.
49+ rels=
50++ osc ls
51++ grep -vE '^(cyrus-imapd|deleted|home|Kolab|Kontact)'
52
53Your user account / password are not configured yet.
54You will be asked for them below, and they will be stored in
55/root/.oscrc for future use.
56
57Creating osc configuration file /root/.oscrc ...
58aborted.
59+ dists='Username: '
60+ rels=Kolab:Development
61+ for rel in '${rels}'
62+ osc co Kolab:Development
63
64Your user account / password are not configured yet.
65You will be asked for them below, and they will be stored in
66/root/.oscrc for future use.
67
68Creating osc configuration file /root/.oscrc ...
69aborted.
70Username: + pushd Kolab:Development
71/osc.sh: line 15: pushd: Kolab:Development: No such file or directory
72++ find . -mindepth 1 -maxdepth 1 -type d '!' -name .osc
73+ popd
74+ popd
75/osc.sh: line 46: popd: directory stack empty
76/
77/var/tmp/316
78

Lease Host atomic01

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

Event Timeline