Page MenuHomePhorge

Build 807
PassedPublic

Run Command on atomic01

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jun 22 2015, 9:57 AM · Built for 8 s
Status
Passed

Build Log 2869 (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/1067
19+ TMPDIR=/var/tmp/1067
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/1067
50+ exit 0
51

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

1/var/tmp/1067/stick.git /var/tmp/1067
2/var/tmp/1067
3/var/tmp/1067/stick.git /var/tmp/1067
4Cloning into '/var/tmp/1067/docker.git'...
5/var/tmp/1067/docker.git /var/tmp/1067/stick.git
6HEAD is now at 71f79cb To assist development of stick, only checkout, clean and reset when there's no interactivity
7/var/tmp/1067/docker.git/ci /var/tmp/1067/docker.git
8for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
9 docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \
10done
11Step 0 : FROM centos:centos7
12 ---> fd44297e2ddb
13Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
14 ---> Using cache
15 ---> d187a5684304
16Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
17 ---> Using cache
18 ---> 8ca4fa67c4b6
19Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
20 ---> Using cache
21 ---> 76af01dc84fc
22Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
23 ---> Using cache
24 ---> 099c69fe79e9
25Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
26 ---> Using cache
27 ---> f420723ac69d
28Step 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
29 ---> Using cache
30 ---> 484577da8f5e
31Step 7 : ENV IMAGE maipo
32 ---> Using cache
33 ---> f9c0f04d3570
34Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
35 ---> Using cache
36 ---> a376ff4ddd8b
37Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
38 ---> Using cache
39 ---> 06a484f82b3d
40Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service
41 ---> Using cache
42 ---> 45174dd322a3
43Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl
44 ---> Using cache
45 ---> 49d2809c28f0
46Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
47 ---> Using cache
48 ---> 1e35abd07266
49Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
50 ---> Using cache
51 ---> b7da76b74826
52Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
53 ---> Using cache
54 ---> c5e31252202e
55Step 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
56 ---> Using cache
57 ---> f436e9eac28a
58Step 16 : WORKDIR /srv
59 ---> Using cache
60 ---> 6c602d3c85b9
61Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
62 ---> Using cache
63 ---> bdf1bded5f38
64Step 18 : WORKDIR /srv/closure-compiler.git
65 ---> Using cache
66 ---> 4da38978612d
67Step 19 : RUN ant jar
68 ---> Using cache
69 ---> 7767300a9043
70Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar
71 ---> Using cache
72 ---> d0ecc10f1685
73Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/
74 ---> Using cache
75 ---> cba884112f77
76Step 22 : WORKDIR /srv
77 ---> Using cache
78 ---> 5cdb1d2ccc07
79Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
80 ---> Using cache
81 ---> a4818baad3d6
82Step 24 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
83 ---> Using cache
84 ---> 024c02481f03
85Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh /
86 ---> Using cache
87 ---> 632083b160e9
88Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
89 ---> Using cache
90 ---> 75b3652c26da
91Step 27 : RUN chmod 755 /entrypoint.sh
92 ---> Using cache
93 ---> 7ba408bfa919
94Step 28 : ENTRYPOINT [ "/entrypoint.sh" ]
95 ---> Using cache
96 ---> 662f64035059
97Successfully built 662f64035059
98/var/tmp/1067/docker.git
99/var/tmp/1067
100

Run Command on atomic02

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

Build Log 2867 (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/1066
19+ TMPDIR=/var/tmp/1066
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/1066
50+ exit 0
51

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

1/var/tmp/1066/stick.git /var/tmp/1066
2/var/tmp/1066
3/var/tmp/1066/stick.git /var/tmp/1066
4Cloning into '/var/tmp/1066/docker.git'...
5/var/tmp/1066/docker.git /var/tmp/1066/stick.git
6HEAD is now at 71f79cb To assist development of stick, only checkout, clean and reset when there's no interactivity
7/var/tmp/1066/docker.git/ci /var/tmp/1066/docker.git
8for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
9 docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \
10done
11Step 0 : FROM centos:centos7
12 ---> fd44297e2ddb
13Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
14 ---> Using cache
15 ---> d187a5684304
16Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
17 ---> Using cache
18 ---> 8ca4fa67c4b6
19Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
20 ---> Using cache
21 ---> 76af01dc84fc
22Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
23 ---> Using cache
24 ---> 099c69fe79e9
25Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
26 ---> Using cache
27 ---> f420723ac69d
28Step 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
29 ---> Using cache
30 ---> 484577da8f5e
31Step 7 : ENV IMAGE maipo
32 ---> Using cache
33 ---> f9c0f04d3570
34Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
35 ---> Using cache
36 ---> a376ff4ddd8b
37Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
38 ---> Using cache
39 ---> 06a484f82b3d
40Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service
41 ---> Using cache
42 ---> 45174dd322a3
43Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl
44 ---> Using cache
45 ---> 49d2809c28f0
46Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
47 ---> Using cache
48 ---> 1e35abd07266
49Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
50 ---> Using cache
51 ---> b7da76b74826
52Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
53 ---> Using cache
54 ---> c5e31252202e
55Step 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
56 ---> Using cache
57 ---> f436e9eac28a
58Step 16 : WORKDIR /srv
59 ---> Using cache
60 ---> 6c602d3c85b9
61Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
62 ---> Using cache
63 ---> bdf1bded5f38
64Step 18 : WORKDIR /srv/closure-compiler.git
65 ---> Using cache
66 ---> 4da38978612d
67Step 19 : RUN ant jar
68 ---> Using cache
69 ---> 7767300a9043
70Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar
71 ---> Using cache
72 ---> d0ecc10f1685
73Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/
74 ---> Using cache
75 ---> cba884112f77
76Step 22 : WORKDIR /srv
77 ---> Using cache
78 ---> 5cdb1d2ccc07
79Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
80 ---> Using cache
81 ---> a4818baad3d6
82Step 24 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
83 ---> Using cache
84 ---> 024c02481f03
85Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh /
86 ---> Using cache
87 ---> 632083b160e9
88Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
89 ---> Using cache
90 ---> 75b3652c26da
91Step 27 : RUN chmod 755 /entrypoint.sh
92 ---> Using cache
93 ---> 7ba408bfa919
94Step 28 : ENTRYPOINT [ "/entrypoint.sh" ]
95 ---> Using cache
96 ---> 662f64035059
97Successfully built 662f64035059
98/var/tmp/1066/docker.git
99/var/tmp/1066
100

Lease Host atomic01

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jun 22 2015, 9:56 AM · Built for 1 s
Status
Passed

Lease Host atomic02

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jun 22 2015, 9:56 AM · Built for 1 s
Status
Passed

Wait for Previous Commits to Build

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jun 22 2015, 9:56 AM · Built instantly
Status
Passed
1 empty logs are hidden. Show all logs.

Event Timeline