Page MenuHomePhorge

Build 521
FailedPublic

Run Command on atomic01

When
Completed at May 22 2015, 2:39 PM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

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

1+ '[' -z master -a -z '' ']'
2+ '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']'
3+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
4+ test_build=1
5+ test_functional=1
6+ test_integration=1
7+ test_performance=1
8+ test_unit=1
9+ '[' -z git ']'
10+ case ${vcs} in
11++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git
12+ package=stick
13++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
14++ sed -e 's|ssh://git@|https://|g'
15+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
16+ case ${package} in
17+ case ${uri} in
18++ pwd
19+ export TMPDIR=/var/tmp/729
20+ TMPDIR=/var/tmp/729
21+ '[' stick '!=' stick ']'
22+ export commit
23+ export differential
24+ export id
25+ export package
26+ export phid
27+ export ro_uri
28+ export uri
29+ export vcs
30+ export test_build
31+ export test_functional
32+ export test_integration
33+ export test_performance
34+ export test_unit
35+ '[' -x stick.git/drydocker/stick/build.sh ']'
36+ echo 'I have no build script for package '\''stick'\'''
37+ cd /var/tmp
38+ rm -rf /var/tmp/729
39+ exit
40

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

1I have no build script for package 'stick'
2

Run Command on atomic02

When
Completed at May 22 2015, 2:43 PM · Built for 3 m, 48 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

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

1+ '[' -z master -a -z '' ']'
2+ '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']'
3+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
4+ test_build=1
5+ test_functional=1
6+ test_integration=1
7+ test_performance=1
8+ test_unit=1
9+ '[' -z git ']'
10+ case ${vcs} in
11++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git
12+ package=stick
13++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
14++ sed -e 's|ssh://git@|https://|g'
15+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
16+ case ${package} in
17+ case ${uri} in
18++ pwd
19+ export TMPDIR=/var/tmp/728
20+ TMPDIR=/var/tmp/728
21+ '[' '!' -d stick.git ']'
22+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
23+ pushd stick.git
24+ git checkout master
25Already on 'master'
26+ popd
27+ '[' stick '!=' stick ']'
28+ export commit
29+ export differential
30+ export id
31+ export package
32+ export phid
33+ export ro_uri
34+ export uri
35+ export vcs
36+ export test_build
37+ export test_functional
38+ export test_integration
39+ export test_performance
40+ export test_unit
41+ '[' -x stick.git/drydocker/stick/build.sh ']'
42+ pushd stick.git
43+ ../stick.git/drydocker/stick/build.sh
44Sending build context to Docker daemon 4.608 kB
45
46Sending build context to Docker daemon
47+ retval=0
48+ popd
49+ n/master
50/usr/local/bin/drydocker: line 269: n/master: No such file or directory
51+ git clean -d -f -x
52fatal: Not a git repository (or any of the parent directories): .git
53+ popd
54/usr/local/bin/drydocker: line 271: popd: directory stack empty
55/usr/local/bin/drydocker: line 272: syntax error near unexpected token `fi'
56/usr/local/bin/drydocker: line 272: ` fi'
57

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

20 ---> fd44297e2ddb
21Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
22 ---> Using cache
23 ---> d187a5684304
24Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
25 ---> Using cache
26 ---> 8ca4fa67c4b6
27Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
28 ---> Using cache
29 ---> 76af01dc84fc
30Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
31 ---> Using cache
32 ---> 099c69fe79e9
33Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
34 ---> Using cache
35 ---> f420723ac69d
36Step 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
37 ---> Using cache
38 ---> 484577da8f5e
39Step 7 : RUN yum -y reinstall \*
40 ---> Using cache
41 ---> b69e461cafa6
42Step 8 : ENV IMAGE maipo
43 ---> Using cache
44 ---> 7e5211fa8f27
45Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service
46 ---> Using cache
47 ---> 49e0b8d80235
48Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
49 ---> Using cache
50 ---> 3152f48187f6
51Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service
52 ---> Using cache
53 ---> 7188fa33ea90
54Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl
55 ---> Using cache
56 ---> 41018f377e39
57Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
58 ---> Using cache
59 ---> 4e0d12ca2e49
60Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
61 ---> Using cache
62 ---> 0d8ef02fbf66
63Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
64 ---> Using cache
65 ---> 392a53a23335
66Step 16 : RUN yum clean all && yum -y install epel-release && yum -y install --skip-broken ant atk-devel.i686 build cairo-devel.i686 fontconfig-devel.i686 freetype-devel.i686 gcc.i686 gcc-c++.i686 gdk-pixbuf-devel.i686 git glibc-devel glibc-devel.i686 glib2-devel.i686 gtk2-devel gtk2-devel.i686 ibus-devel java-devel osc pango-devel.i686 passwd perl-Digest-MD5 perl-TimeDate python-selenium rpmdevtools sudo vim-enhanced yum-utils @development @fedora-packager && yum-builddep -y --skip-broken $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' )
67 ---> Using cache
68 ---> 03f78d0d0891
69Step 17 : WORKDIR /srv
70 ---> Using cache
71 ---> a5826cfc37a8
72Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
73 ---> Using cache
74 ---> 9306127e6da8
75Step 19 : WORKDIR /srv/closure-compiler.git
76 ---> Using cache
77 ---> b6f97b2376e7
78Step 20 : RUN ant jar
79 ---> Using cache
80 ---> c63c10baf1f4
81Step 21 : WORKDIR /srv
82 ---> Using cache
83 ---> 658510ba34e6
84Step 22 : RUN git clone https://github.com/SeleniumHQ/selenium.git selenium.git
85 ---> Using cache
86 ---> 8406f29d9062
87Step 23 : WORKDIR /srv/selenium.git
88 ---> Using cache
89 ---> 4809af11ebfc
90Step 24 : RUN ./go --trace --verbose build
91 ---> Using cache
92 ---> 51e373560fbf
93Step 25 : WORKDIR /srv
94 ---> Using cache
95 ---> 520983ffcc15
96Step 26 : ADD https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/phantomjs-1.9.7-linux-x86_64.tar.bz2
97 ---> Using cache
98 ---> 5a2d6ea755ea
99Step 27 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
100 ---> Using cache
101 ---> d918a7aef992
102Step 28 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin
103 ---> Using cache
104 ---> 7ee44833fe03
105Step 29 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
106 ---> d92fb811071c
107Removing intermediate container 6d74ecf3577a
108Step 30 : RUN chmod 755 /entrypoint.sh
109 ---> Running in ad63fa599434
110 ---> b1b4bb9fd461
111Removing intermediate container ad63fa599434
112Step 31 : ENTRYPOINT [ "/entrypoint.sh" ]
113 ---> Running in fb5585a350ee
114 ---> 1fd377c9cbbe
115Removing intermediate container fb5585a350ee
116Successfully built 1fd377c9cbbe
117/var/tmp/728/docker.git
118/var/tmp/728
119

Lease Host atomic01

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

Wait for Previous Commits to Build

When
Completed at May 22 2015, 2:39 PM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.
1 empty log is hidden Show all logs.

Event Timeline