Page MenuHomePhorge

Build 811
PassedPublic

Run Command on atomic01

When
Completed at Jun 23 2015, 10:18 AM · Built for 16 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 2883 (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++ pwd
18+ export TMPDIR=/var/tmp/1072
19+ TMPDIR=/var/tmp/1072
20+ '[' '!' -d stick.git ']'
21+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
22+ pushd stick.git
23+ git checkout master
24Already on 'master'
25+ popd
26+ '[' stick '!=' stick ']'
27+ export commit
28+ export differential
29+ export id
30+ export package
31+ export phid
32+ export ro_uri
33+ export uri
34+ export vcs
35+ export test_build
36+ export test_functional
37+ export test_integration
38+ export test_performance
39+ export test_unit
40+ '[' -x stick.git/drydocker/stick/build.sh ']'
41+ pushd stick.git
42+ ../stick.git/drydocker/stick/build.sh
43Sending build context to Docker daemon 5.632 kB
44
45Sending build context to Docker daemon
46+ retval=0
47+ popd
48+ est_performance
49/usr/local/bin/drydocker: line 269: est_performance: command not found
50+ export test_unit
51+ '[' -x stick.git/drydocker/stick/build.sh ']'
52+ pushd stick.git
53+ ../stick.git/drydocker/stick/build.sh
54Sending build context to Docker daemon 5.632 kB
55
56Sending build context to Docker daemon
57+ retval=0
58+ popd
59+ cd /var/tmp
60+ rm -rf /var/tmp/1072
61+ exit 0
62

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

101/var/tmp/1072/stick.git /var/tmp/1072
102/var/tmp/1072/docker.git /var/tmp/1072/stick.git
103HEAD is now at 71f79cb To assist development of stick, only checkout, clean and reset when there's no interactivity
104/var/tmp/1072/stick.git
105/var/tmp/1072/docker.git /var/tmp/1072/stick.git
106HEAD is now at 71f79cb To assist development of stick, only checkout, clean and reset when there's no interactivity
107/var/tmp/1072/docker.git/ci /var/tmp/1072/docker.git
108for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
109 docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \
110done
111Step 0 : FROM centos:centos7
112 ---> fd44297e2ddb
113Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
114 ---> Using cache
115 ---> d187a5684304
116Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
117 ---> Using cache
118 ---> 8ca4fa67c4b6
119Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
120 ---> Using cache
121 ---> 76af01dc84fc
122Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
123 ---> Using cache
124 ---> 099c69fe79e9
125Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
126 ---> Using cache
127 ---> f420723ac69d
128Step 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
129 ---> Using cache
130 ---> 484577da8f5e
131Step 7 : ENV IMAGE maipo
132 ---> Using cache
133 ---> f9c0f04d3570
134Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
135 ---> Using cache
136 ---> a376ff4ddd8b
137Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
138 ---> Using cache
139 ---> 06a484f82b3d
140Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service
141 ---> Using cache
142 ---> 45174dd322a3
143Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl
144 ---> Using cache
145 ---> 49d2809c28f0
146Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
147 ---> Using cache
148 ---> 1e35abd07266
149Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
150 ---> Using cache
151 ---> b7da76b74826
152Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
153 ---> Using cache
154 ---> c5e31252202e
155Step 15 : RUN yum clean all && yum -y install epel-release && yum -y install ant build git osc perl-Data-Dumper perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium rpmdevtools screen sudo vim-enhanced yum-utils
156 ---> Using cache
157 ---> f436e9eac28a
158Step 16 : WORKDIR /srv
159 ---> Using cache
160 ---> 6c602d3c85b9
161Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
162 ---> Using cache
163 ---> bdf1bded5f38
164Step 18 : WORKDIR /srv/closure-compiler.git
165 ---> Using cache
166 ---> 4da38978612d
167Step 19 : RUN ant jar
168 ---> Using cache
169 ---> 7767300a9043
170Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar
171 ---> Using cache
172 ---> d0ecc10f1685
173Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/
174 ---> Using cache
175 ---> cba884112f77
176Step 22 : WORKDIR /srv
177 ---> Using cache
178 ---> 5cdb1d2ccc07
179Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
180 ---> Using cache
181 ---> a4818baad3d6
182Step 24 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
183 ---> Using cache
184 ---> 024c02481f03
185Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh /
186 ---> Using cache
187 ---> 632083b160e9
188Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
189 ---> Using cache
190 ---> 75b3652c26da
191Step 27 : RUN chmod 755 /entrypoint.sh
192 ---> Using cache
193 ---> 7ba408bfa919
194Step 28 : ENTRYPOINT [ "/entrypoint.sh" ]
195 ---> Using cache
196 ---> 662f64035059
197Successfully built 662f64035059
198/var/tmp/1072/docker.git
199/var/tmp/1072
200

Run Command on atomic02

When
Completed at Jun 23 2015, 10:18 AM · Built for 16 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 2881 (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++ pwd
18+ export TMPDIR=/var/tmp/1071
19+ TMPDIR=/var/tmp/1071
20+ '[' '!' -d stick.git ']'
21+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
22+ pushd stick.git
23+ git checkout master
24Already on 'master'
25+ popd
26+ '[' stick '!=' stick ']'
27+ export commit
28+ export differential
29+ export id
30+ export package
31+ export phid
32+ export ro_uri
33+ export uri
34+ export vcs
35+ export test_build
36+ export test_functional
37+ export test_integration
38+ export test_performance
39+ export test_unit
40+ '[' -x stick.git/drydocker/stick/build.sh ']'
41+ pushd stick.git
42+ ../stick.git/drydocker/stick/build.sh
43Sending build context to Docker daemon 5.632 kB
44
45Sending build context to Docker daemon
46+ retval=0
47+ popd
48+ est_performance
49/usr/local/bin/drydocker: line 269: est_performance: command not found
50+ export test_unit
51+ '[' -x stick.git/drydocker/stick/build.sh ']'
52+ pushd stick.git
53+ ../stick.git/drydocker/stick/build.sh
54Sending build context to Docker daemon 5.632 kB
55
56Sending build context to Docker daemon
57+ retval=0
58+ popd
59+ cd /var/tmp
60+ rm -rf /var/tmp/1071
61+ exit 0
62

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

101/var/tmp/1071/stick.git /var/tmp/1071
102/var/tmp/1071/docker.git /var/tmp/1071/stick.git
103HEAD is now at 71f79cb To assist development of stick, only checkout, clean and reset when there's no interactivity
104/var/tmp/1071/stick.git
105/var/tmp/1071/docker.git /var/tmp/1071/stick.git
106HEAD is now at 71f79cb To assist development of stick, only checkout, clean and reset when there's no interactivity
107/var/tmp/1071/docker.git/ci /var/tmp/1071/docker.git
108for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
109 docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \
110done
111Step 0 : FROM centos:centos7
112 ---> fd44297e2ddb
113Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
114 ---> Using cache
115 ---> a36d5966043c
116Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
117 ---> Using cache
118 ---> 56856fb2378b
119Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
120 ---> Using cache
121 ---> 9d759c3f7a82
122Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
123 ---> Using cache
124 ---> bb0eaa6c4bdc
125Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
126 ---> Using cache
127 ---> c3c915795822
128Step 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
129 ---> Using cache
130 ---> 361e48f4eda7
131Step 7 : ENV IMAGE maipo
132 ---> Using cache
133 ---> e1db67584b72
134Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
135 ---> Using cache
136 ---> e42a04e34983
137Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
138 ---> Using cache
139 ---> 2f2b22b9e815
140Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service
141 ---> Using cache
142 ---> 42bda28ef1ed
143Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl
144 ---> Using cache
145 ---> 4865da73d904
146Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
147 ---> Using cache
148 ---> 62dd898836c6
149Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
150 ---> Using cache
151 ---> a7182f6bdbfa
152Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
153 ---> Using cache
154 ---> 32fefcd2c132
155Step 15 : RUN yum clean all && yum -y install epel-release && yum -y install ant build git osc perl-Data-Dumper perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium rpmdevtools screen sudo vim-enhanced yum-utils
156 ---> Using cache
157 ---> ff406013d7e3
158Step 16 : WORKDIR /srv
159 ---> Using cache
160 ---> e42962e1caf2
161Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
162 ---> Using cache
163 ---> a2b99b7fbbbc
164Step 18 : WORKDIR /srv/closure-compiler.git
165 ---> Using cache
166 ---> 6b1338f5bf96
167Step 19 : RUN ant jar
168 ---> Using cache
169 ---> 32d0e7f967cd
170Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar
171 ---> Using cache
172 ---> f242700c08e3
173Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/
174 ---> Using cache
175 ---> cbe727e9d98d
176Step 22 : WORKDIR /srv
177 ---> Using cache
178 ---> 5f7bf4ce1200
179Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
180 ---> Using cache
181 ---> e34dd4c5b574
182Step 24 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
183 ---> Using cache
184 ---> 1f27feb5c3e3
185Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh /
186 ---> Using cache
187 ---> 7701bc31398f
188Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
189 ---> Using cache
190 ---> 0a12f4dd2bf4
191Step 27 : RUN chmod 755 /entrypoint.sh
192 ---> Using cache
193 ---> ec8af3c880f8
194Step 28 : ENTRYPOINT [ "/entrypoint.sh" ]
195 ---> Using cache
196 ---> 461b55b8c453
197Successfully built 461b55b8c453
198/var/tmp/1071/docker.git
199/var/tmp/1071
200

Lease Host atomic01

When
Completed at Jun 23 2015, 10:18 AM · 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 Jun 23 2015, 10:18 AM · 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 Jun 23 2015, 10:18 AM · 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