Page MenuHomePhorge

Build 530
PassedPublic

Run Command on atomic01

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

Build Log 1939 (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/745
20+ TMPDIR=/var/tmp/745
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

Build Log 1938 (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/745/docker.git
114/var/tmp/745
115

Run Command on atomic02

When
Completed at May 24 2015, 9:42 AM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 1937 (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/744
20+ TMPDIR=/var/tmp/744
21+ '[' stick '!=' stick ']'
22+ export commit
23+ export differential
24+ export id
25+ export package
26+ export phid
27+ export ro_uri
28+ export uri
29+ export vcs
30+ export test_build
31+ export test_functional
32+ export test_integration
33+ export test_performance
34+ export test_unit
35+ '[' -x stick.git/drydocker/stick/build.sh ']'
36+ echo 'I have no build script for package '\''stick'\'''
37+ cd /var/tmp
38+ rm -rf /var/tmp/744
39+ exit
40

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

1I have no build script for package 'stick'
2

Lease Host atomic01

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

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

1Blocked by: Build 529
2

Event Timeline