Page MenuHomePhorge

Build 766
PassedPublic

Run Command on atomic01

When
Completed at Jun 14 2015, 12:09 PM · Built for 2 m, 52 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 2741 (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++ sed -e 's|ssh://git@|https://|g'
14++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
15+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
16+ case ${package} in
17++ pwd
18+ export TMPDIR=/var/tmp/1024
19+ TMPDIR=/var/tmp/1024
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+ cd /var/tmp
49+ rm -rf /var/tmp/1024
50+ exit 0
51

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

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

Run Command on atomic02

When
Completed at Jun 14 2015, 12:13 PM · Built for 7 m
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 2739 (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/1023
19+ TMPDIR=/var/tmp/1023
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+ cd /var/tmp
49+ rm -rf /var/tmp/1023
50+ exit 0
51

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

1517phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js
1518phantomjs-1.9.7-linux-x86_64/examples/server.js
1519phantomjs-1.9.7-linux-x86_64/examples/countdown.js
1520phantomjs-1.9.7-linux-x86_64/examples/rasterize.js
1521phantomjs-1.9.7-linux-x86_64/examples/injectme.js
1522phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js
1523phantomjs-1.9.7-linux-x86_64/examples/post.js
1524phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee
1525phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee
1526phantomjs-1.9.7-linux-x86_64/examples/hello.coffee
1527phantomjs-1.9.7-linux-x86_64/examples/features.js
1528phantomjs-1.9.7-linux-x86_64/examples/movies.coffee
1529phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee
1530phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee
1531phantomjs-1.9.7-linux-x86_64/examples/features.coffee
1532phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee
1533phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js
1534phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee
1535phantomjs-1.9.7-linux-x86_64/examples/printmargins.js
1536phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee
1537phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee
1538phantomjs-1.9.7-linux-x86_64/examples/printenv.js
1539phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee
1540phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee
1541phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee
1542phantomjs-1.9.7-linux-x86_64/examples/netlog.js
1543phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee
1544phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee
1545phantomjs-1.9.7-linux-x86_64/examples/weather.coffee
1546phantomjs-1.9.7-linux-x86_64/examples/direction.coffee
1547phantomjs-1.9.7-linux-x86_64/examples/module.coffee
1548phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee
1549phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js
1550phantomjs-1.9.7-linux-x86_64/examples/fibo.js
1551phantomjs-1.9.7-linux-x86_64/examples/imagebin.js
1552phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js
1553phantomjs-1.9.7-linux-x86_64/examples/technews.js
1554phantomjs-1.9.7-linux-x86_64/examples/hello.js
1555phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js
1556phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee
1557phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee
1558phantomjs-1.9.7-linux-x86_64/examples/postserver.js
1559phantomjs-1.9.7-linux-x86_64/examples/weather.js
1560phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee
1561phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee
1562phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js
1563phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee
1564phantomjs-1.9.7-linux-x86_64/examples/useragent.js
1565phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee
1566phantomjs-1.9.7-linux-x86_64/examples/post.coffee
1567phantomjs-1.9.7-linux-x86_64/examples/arguments.js
1568phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee
1569phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee
1570phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee
1571phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js
1572phantomjs-1.9.7-linux-x86_64/examples/follow.coffee
1573phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js
1574phantomjs-1.9.7-linux-x86_64/examples/page_events.js
1575phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js
1576phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js
1577phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee
1578phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee
1579phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js
1580phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js
1581phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee
1582phantomjs-1.9.7-linux-x86_64/examples/server.coffee
1583phantomjs-1.9.7-linux-x86_64/examples/universe.js
1584phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee
1585phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js
1586phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee
1587phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee
1588phantomjs-1.9.7-linux-x86_64/examples/netsniff.js
1589phantomjs-1.9.7-linux-x86_64/ChangeLog
1590phantomjs-1.9.7-linux-x86_64/README.md
1591phantomjs-1.9.7-linux-x86_64/LICENSE.BSD
1592phantomjs-1.9.7-linux-x86_64/third-party.txt
1593 ---> a4818baad3d6
1594Removing intermediate container a31eadf0d73a
1595Step 24 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
1596 ---> Running in 790dc89ca035
1597 ---> 024c02481f03
1598Removing intermediate container 790dc89ca035
1599Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh /
1600 ---> 632083b160e9
1601Removing intermediate container bb449b8bf715
1602Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
1603 ---> 75b3652c26da
1604Removing intermediate container bc0b3dcfd03d
1605Step 27 : RUN chmod 755 /entrypoint.sh
1606 ---> Running in abdcc41cb0bc
1607 ---> 7ba408bfa919
1608Removing intermediate container abdcc41cb0bc
1609Step 28 : ENTRYPOINT [ "/entrypoint.sh" ]
1610 ---> Running in 0232f89af5ef
1611 ---> 662f64035059
1612Removing intermediate container 0232f89af5ef
1613Successfully built 662f64035059
1614/var/tmp/1023/docker.git
1615/var/tmp/1023
1616

Lease Host atomic01

When
Completed at Jun 14 2015, 12:06 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 Jun 14 2015, 12:06 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 Jun 14 2015, 12:06 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