Page MenuHomePhorge

Build 519
PassedPublic

Run Command on atomic01

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

Build Log 1886 (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+ case ${uri} in
18++ pwd
19+ export TMPDIR=/var/tmp/725
20+ TMPDIR=/var/tmp/725
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+ cd /var/tmp
50+ rm -rf /var/tmp/725
51+ exit 0
52

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

17done
18Step 0 : FROM centos:centos7
19 ---> fd44297e2ddb
20Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
21 ---> Using cache
22 ---> d187a5684304
23Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
24 ---> Using cache
25 ---> 8ca4fa67c4b6
26Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
27 ---> Using cache
28 ---> 76af01dc84fc
29Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
30 ---> Using cache
31 ---> 099c69fe79e9
32Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
33 ---> Using cache
34 ---> f420723ac69d
35Step 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
36 ---> Using cache
37 ---> 484577da8f5e
38Step 7 : RUN yum -y reinstall \*
39 ---> Using cache
40 ---> b69e461cafa6
41Step 8 : ENV IMAGE maipo
42 ---> Using cache
43 ---> 7e5211fa8f27
44Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service
45 ---> Using cache
46 ---> 49e0b8d80235
47Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
48 ---> Using cache
49 ---> 3152f48187f6
50Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service
51 ---> Using cache
52 ---> 7188fa33ea90
53Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl
54 ---> Using cache
55 ---> 41018f377e39
56Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
57 ---> Using cache
58 ---> 4e0d12ca2e49
59Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
60 ---> Using cache
61 ---> 0d8ef02fbf66
62Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
63 ---> Using cache
64 ---> 392a53a23335
65Step 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}' )
66 ---> Using cache
67 ---> 03f78d0d0891
68Step 17 : WORKDIR /srv
69 ---> Using cache
70 ---> a5826cfc37a8
71Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
72 ---> Using cache
73 ---> 9306127e6da8
74Step 19 : WORKDIR /srv/closure-compiler.git
75 ---> Using cache
76 ---> b6f97b2376e7
77Step 20 : RUN ant jar
78 ---> Using cache
79 ---> c63c10baf1f4
80Step 21 : WORKDIR /srv
81 ---> Using cache
82 ---> 658510ba34e6
83Step 22 : RUN git clone https://github.com/SeleniumHQ/selenium.git selenium.git
84 ---> Using cache
85 ---> 8406f29d9062
86Step 23 : WORKDIR /srv/selenium.git
87 ---> Using cache
88 ---> 4809af11ebfc
89Step 24 : RUN ./go --trace --verbose build
90 ---> Using cache
91 ---> 51e373560fbf
92Step 25 : WORKDIR /srv
93 ---> Using cache
94 ---> 520983ffcc15
95Step 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
96 ---> Using cache
97 ---> 5a2d6ea755ea
98Step 27 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
99 ---> Using cache
100 ---> d918a7aef992
101Step 28 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin
102 ---> Using cache
103 ---> 7ee44833fe03
104Step 29 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
105 ---> Using cache
106 ---> 4831eb4cb6cd
107Step 30 : RUN chmod 755 /entrypoint.sh
108 ---> Using cache
109 ---> ff9cffdeec1f
110Step 31 : ENTRYPOINT [ "/entrypoint.sh" ]
111 ---> Using cache
112 ---> 287254a45a25
113Successfully built 287254a45a25
114/var/tmp/725/docker.git
115/var/tmp/725
116

Run Command on atomic02

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

Build Log 1884 (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/724
20+ TMPDIR=/var/tmp/724
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+ cd /var/tmp
50+ rm -rf /var/tmp/724
51+ exit 0
52

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

17done
18Step 0 : FROM centos:centos7
19 ---> fd44297e2ddb
20Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
21 ---> Using cache
22 ---> d187a5684304
23Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
24 ---> Using cache
25 ---> 8ca4fa67c4b6
26Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
27 ---> Using cache
28 ---> 76af01dc84fc
29Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
30 ---> Using cache
31 ---> 099c69fe79e9
32Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
33 ---> Using cache
34 ---> f420723ac69d
35Step 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
36 ---> Using cache
37 ---> 484577da8f5e
38Step 7 : RUN yum -y reinstall \*
39 ---> Using cache
40 ---> b69e461cafa6
41Step 8 : ENV IMAGE maipo
42 ---> Using cache
43 ---> 7e5211fa8f27
44Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service
45 ---> Using cache
46 ---> 49e0b8d80235
47Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
48 ---> Using cache
49 ---> 3152f48187f6
50Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service
51 ---> Using cache
52 ---> 7188fa33ea90
53Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl
54 ---> Using cache
55 ---> 41018f377e39
56Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
57 ---> Using cache
58 ---> 4e0d12ca2e49
59Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
60 ---> Using cache
61 ---> 0d8ef02fbf66
62Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
63 ---> Using cache
64 ---> 392a53a23335
65Step 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}' )
66 ---> Using cache
67 ---> 03f78d0d0891
68Step 17 : WORKDIR /srv
69 ---> Using cache
70 ---> a5826cfc37a8
71Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
72 ---> Using cache
73 ---> 9306127e6da8
74Step 19 : WORKDIR /srv/closure-compiler.git
75 ---> Using cache
76 ---> b6f97b2376e7
77Step 20 : RUN ant jar
78 ---> Using cache
79 ---> c63c10baf1f4
80Step 21 : WORKDIR /srv
81 ---> Using cache
82 ---> 658510ba34e6
83Step 22 : RUN git clone https://github.com/SeleniumHQ/selenium.git selenium.git
84 ---> Using cache
85 ---> 8406f29d9062
86Step 23 : WORKDIR /srv/selenium.git
87 ---> Using cache
88 ---> 4809af11ebfc
89Step 24 : RUN ./go --trace --verbose build
90 ---> Using cache
91 ---> 51e373560fbf
92Step 25 : WORKDIR /srv
93 ---> Using cache
94 ---> 520983ffcc15
95Step 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
96 ---> Using cache
97 ---> 5a2d6ea755ea
98Step 27 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
99 ---> Using cache
100 ---> d918a7aef992
101Step 28 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin
102 ---> Using cache
103 ---> 7ee44833fe03
104Step 29 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
105 ---> Using cache
106 ---> 4831eb4cb6cd
107Step 30 : RUN chmod 755 /entrypoint.sh
108 ---> Using cache
109 ---> ff9cffdeec1f
110Step 31 : ENTRYPOINT [ "/entrypoint.sh" ]
111 ---> Using cache
112 ---> 287254a45a25
113Successfully built 287254a45a25
114/var/tmp/724/docker.git
115/var/tmp/724
116

Lease Host atomic01

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

Build Log 1882 (waiting - blockers)
25 - 50 - 100 - Unlimited Lines

1Blocked by: Build 518
2Blocked by: Build 518
3Blocked by: Build 518
4Blocked by: Build 518
5Blocked by: Build 518
6Blocked by: Build 518
7Blocked by: Build 518
8Blocked by: Build 518
9Blocked by: Build 518
10Blocked by: Build 518
11Blocked by: Build 518
12Blocked by: Build 518
13Blocked by: Build 518
14Blocked by: Build 518
15Blocked by: Build 518
16Blocked by: Build 518
17Blocked by: Build 518
18Blocked by: Build 518
19Blocked by: Build 518
20Blocked by: Build 518
21Blocked by: Build 518
22Blocked by: Build 518
23

Event Timeline