Page MenuHomePhorge

Build 522
PassedPublic

History

Run Command on atomic01

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

Build Log 1906 (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/733
20+ TMPDIR=/var/tmp/733
21+ '[' '!' -d stick.git ']'
22+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
23+ export commit
24+ export differential
25+ export id
26+ export package
27+ export phid
28+ export ro_uri
29+ export uri
30+ export vcs
31+ export test_build
32+ export test_functional
33+ export test_integration
34+ export test_performance
35+ export test_unit
36+ '[' -x stick.git/drydocker/stick/build.sh ']'
37+ pushd stick.git
38+ ../stick.git/drydocker/stick/build.sh
39Sending build context to Docker daemon 4.608 kB
40
41Sending build context to Docker daemon
42+ retval=0
43+ popd
44+ cd /var/tmp
45+ rm -rf /var/tmp/733
46+ exit 0
47

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

16done
17Step 0 : FROM centos:centos7
18 ---> fd44297e2ddb
19Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
20 ---> Using cache
21 ---> a36d5966043c
22Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
23 ---> Using cache
24 ---> 56856fb2378b
25Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
26 ---> Using cache
27 ---> 9d759c3f7a82
28Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
29 ---> Using cache
30 ---> bb0eaa6c4bdc
31Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
32 ---> Using cache
33 ---> c3c915795822
34Step 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
35 ---> Using cache
36 ---> 361e48f4eda7
37Step 7 : RUN yum -y reinstall \*
38 ---> Using cache
39 ---> 64f087b684bb
40Step 8 : ENV IMAGE maipo
41 ---> Using cache
42 ---> 2b5f25706ee4
43Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service
44 ---> Using cache
45 ---> 5d3b20c8dac8
46Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
47 ---> Using cache
48 ---> e087ab1323f0
49Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service
50 ---> Using cache
51 ---> cccdc0d051b9
52Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl
53 ---> Using cache
54 ---> b34754b99c58
55Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
56 ---> Using cache
57 ---> 44c2cd6519bc
58Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
59 ---> Using cache
60 ---> ace658044d9f
61Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
62 ---> Using cache
63 ---> 5fc2d3611b74
64Step 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}' )
65 ---> Using cache
66 ---> 9f599691a3db
67Step 17 : WORKDIR /srv
68 ---> Using cache
69 ---> e6cf7b847d1d
70Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
71 ---> Using cache
72 ---> 5291f8df5022
73Step 19 : WORKDIR /srv/closure-compiler.git
74 ---> Using cache
75 ---> 9d97e2be98ee
76Step 20 : RUN ant jar
77 ---> Using cache
78 ---> 77748c5910be
79Step 21 : WORKDIR /srv
80 ---> Using cache
81 ---> 77e9a4cd5f2b
82Step 22 : RUN git clone https://github.com/SeleniumHQ/selenium.git selenium.git
83 ---> Using cache
84 ---> 0ce811a69fcf
85Step 23 : WORKDIR /srv/selenium.git
86 ---> Using cache
87 ---> 9a1cd5aa70f5
88Step 24 : RUN ./go --trace --verbose build
89 ---> Using cache
90 ---> 93317a88c12c
91Step 25 : WORKDIR /srv
92 ---> Using cache
93 ---> b8940d6b20da
94Step 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
95 ---> Using cache
96 ---> 1648fa1de791
97Step 27 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
98 ---> Using cache
99 ---> ce8dcf2b5d14
100Step 28 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin
101 ---> Using cache
102 ---> 015cba4ac6d3
103Step 29 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
104 ---> Using cache
105 ---> 2a17f14f9343
106Step 30 : RUN chmod 755 /entrypoint.sh
107 ---> Using cache
108 ---> cdb37a1c6da6
109Step 31 : ENTRYPOINT [ "/entrypoint.sh" ]
110 ---> Using cache
111 ---> cb4b20cc752e
112Successfully built cb4b20cc752e
113/var/tmp/733/docker.git
114/var/tmp/733
115

Run Command on atomic02

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

Build Log 1904 (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/732
20+ TMPDIR=/var/tmp/732
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+ differential
50/usr/local/bin/drydocker: line 269: differential: command not found
51+ export id
52+ export package
53+ export phid
54+ export ro_uri
55+ export uri
56+ export vcs
57+ export test_build
58+ export test_functional
59+ export test_integration
60+ export test_performance
61+ export test_unit
62+ '[' -x stick.git/drydocker/stick/build.sh ']'
63+ pushd stick.git
64+ ../stick.git/drydocker/stick/build.sh
65Sending build context to Docker daemon 4.608 kB
66
67Sending build context to Docker daemon
68+ retval=0
69+ popd
70+ cd /var/tmp
71+ rm -rf /var/tmp/732
72+ exit 0
73

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

135done
136Step 0 : FROM centos:centos7
137 ---> fd44297e2ddb
138Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
139 ---> Using cache
140 ---> a36d5966043c
141Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
142 ---> Using cache
143 ---> 56856fb2378b
144Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
145 ---> Using cache
146 ---> 9d759c3f7a82
147Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
148 ---> Using cache
149 ---> bb0eaa6c4bdc
150Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
151 ---> Using cache
152 ---> c3c915795822
153Step 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
154 ---> Using cache
155 ---> 361e48f4eda7
156Step 7 : RUN yum -y reinstall \*
157 ---> Using cache
158 ---> 64f087b684bb
159Step 8 : ENV IMAGE maipo
160 ---> Using cache
161 ---> 2b5f25706ee4
162Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service
163 ---> Using cache
164 ---> 5d3b20c8dac8
165Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
166 ---> Using cache
167 ---> e087ab1323f0
168Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service
169 ---> Using cache
170 ---> cccdc0d051b9
171Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl
172 ---> Using cache
173 ---> b34754b99c58
174Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
175 ---> Using cache
176 ---> 44c2cd6519bc
177Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
178 ---> Using cache
179 ---> ace658044d9f
180Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
181 ---> Using cache
182 ---> 5fc2d3611b74
183Step 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}' )
184 ---> Using cache
185 ---> 9f599691a3db
186Step 17 : WORKDIR /srv
187 ---> Using cache
188 ---> e6cf7b847d1d
189Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
190 ---> Using cache
191 ---> 5291f8df5022
192Step 19 : WORKDIR /srv/closure-compiler.git
193 ---> Using cache
194 ---> 9d97e2be98ee
195Step 20 : RUN ant jar
196 ---> Using cache
197 ---> 77748c5910be
198Step 21 : WORKDIR /srv
199 ---> Using cache
200 ---> 77e9a4cd5f2b
201Step 22 : RUN git clone https://github.com/SeleniumHQ/selenium.git selenium.git
202 ---> Using cache
203 ---> 0ce811a69fcf
204Step 23 : WORKDIR /srv/selenium.git
205 ---> Using cache
206 ---> 9a1cd5aa70f5
207Step 24 : RUN ./go --trace --verbose build
208 ---> Using cache
209 ---> 93317a88c12c
210Step 25 : WORKDIR /srv
211 ---> Using cache
212 ---> b8940d6b20da
213Step 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
214 ---> Using cache
215 ---> 1648fa1de791
216Step 27 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
217 ---> Using cache
218 ---> ce8dcf2b5d14
219Step 28 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin
220 ---> Using cache
221 ---> 015cba4ac6d3
222Step 29 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
223 ---> Using cache
224 ---> 2a17f14f9343
225Step 30 : RUN chmod 755 /entrypoint.sh
226 ---> Using cache
227 ---> cdb37a1c6da6
228Step 31 : ENTRYPOINT [ "/entrypoint.sh" ]
229 ---> Using cache
230 ---> cb4b20cc752e
231Successfully built cb4b20cc752e
232/var/tmp/732/docker.git
233/var/tmp/732
234

Lease Host atomic01

When
Completed at May 22 2015, 2:51 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 May 22 2015, 2:51 PM · Built for 1 s
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:51 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.