Page MenuHomePhorge

Build 565
FailedPublic

Run Command on atomic01

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at May 26 2015, 10:44 PM · Built for 1 m, 2 s
Status
Passed

Build Log 2076 (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/796
20+ TMPDIR=/var/tmp/796
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 5.632 kB
45
46Sending build context to Docker daemon
47+ retval=0
48+ popd
49+ cd /var/tmp
50+ rm -rf /var/tmp/796
51+ exit 0
52

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

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 : RUN yum -y reinstall \*
32 ---> Using cache
33 ---> b69e461cafa6
34Step 8 : ENV IMAGE maipo
35 ---> Using cache
36 ---> 7e5211fa8f27
37Step 9 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
38 ---> Using cache
39 ---> 49e0b8d80235
40Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
41 ---> Using cache
42 ---> 3152f48187f6
43Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service
44 ---> Using cache
45 ---> 7188fa33ea90
46Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl
47 ---> Using cache
48 ---> 41018f377e39
49Step 13 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
50 ---> Using cache
51 ---> 4e0d12ca2e49
52Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
53 ---> Using cache
54 ---> 0d8ef02fbf66
55Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
56 ---> Using cache
57 ---> 392a53a23335
58Step 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 freetype-devel.i686 gcc.i686 gcc-c++.i686 gdk-pixbuf-devel.i686 git glibc-devel glibc-devel.i686 glib2-devel.i686 gperf gtk2-devel gtk2-devel.i686 ibus-devel java-devel osc pango-devel.i686 passwd perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium python-selenium rpmdevtools ruby screen 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}' )
59 ---> Using cache
60 ---> 9725f7b78f02
61Step 17 : WORKDIR /srv
62 ---> Using cache
63 ---> 5ec0acfe8207
64Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
65 ---> Using cache
66 ---> d7dd315e9bc0
67Step 19 : WORKDIR /srv/closure-compiler.git
68 ---> Using cache
69 ---> 9bf13945e00e
70Step 20 : RUN ant jar
71 ---> Using cache
72 ---> f6197b948364
73Step 21 : ADD http://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar
74 ---> Using cache
75 ---> cb1e2d7d89e6
76Step 22 : ADD https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/
77 ---> Using cache
78 ---> 6afb08ac89b6
79Step 23 : WORKDIR /srv
80 ---> Using cache
81 ---> d28b9cabe2b4
82Step 24 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
83 ---> Using cache
84 ---> 66a26582601f
85Step 25 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
86 ---> Using cache
87 ---> e05db99a8a56
88Step 26 : WORKDIR /srv
89 ---> Using cache
90 ---> ad9ff6446271
91Step 27 : 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
92 ---> Using cache
93 ---> 66cbfc771894
94Step 28 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
95 ---> Using cache
96 ---> 0579d835f261
97Step 29 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin
98 ---> Using cache
99 ---> e361185c1375
100Step 30 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh /
101 ---> Using cache
102 ---> 62415ac49c49
103Step 31 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
104 ---> Using cache
105 ---> 02a16e7f9727
106Step 32 : RUN chmod 755 /entrypoint.sh
107 ---> Using cache
108 ---> 7d7563c1585b
109Step 33 : ENTRYPOINT [ "/entrypoint.sh" ]
110 ---> Using cache
111 ---> 347cc2a393ea
112Successfully built 347cc2a393ea
113/var/tmp/796/docker.git
114/var/tmp/796
115

Run Command on atomic02

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at May 26 2015, 10:54 PM · Built for 10 m, 59 s
Status
Failed

Build Log 2074 (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/795
20+ TMPDIR=/var/tmp/795
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 5.632 kB
45
46Sending build context to Docker daemon
472015/05/26 22:54:25 read tcp 54.231.9.201:443: connection timed out
48make: *** [all] Error 1
49+ retval=2
50+ popd
51+ cd /var/tmp
52+ rm -rf /var/tmp/795
53+ exit 2
54

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

1Cloning into 'stick.git'...
2/var/tmp/795/stick.git /var/tmp/795
3/var/tmp/795
4/var/tmp/795/stick.git /var/tmp/795
5Cloning into '/var/tmp/795/docker.git'...
6/var/tmp/795/docker.git /var/tmp/795/stick.git
7HEAD is now at 5a788f6 Update maipo image to just download binary blobs from the web
8/var/tmp/795/docker.git/ci /var/tmp/795/docker.git
9for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
10 docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \
11done
12Step 0 : FROM centos:centos7
13 ---> fd44297e2ddb
14Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
15 ---> Using cache
16 ---> d187a5684304
17Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
18 ---> Using cache
19 ---> 8ca4fa67c4b6
20Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
21 ---> Using cache
22 ---> 76af01dc84fc
23Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
24 ---> Using cache
25 ---> 099c69fe79e9
26Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
27 ---> Using cache
28 ---> f420723ac69d
29Step 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
30 ---> Using cache
31 ---> 484577da8f5e
32Step 7 : RUN yum -y reinstall \*
33 ---> Using cache
34 ---> b69e461cafa6
35Step 8 : ENV IMAGE maipo
36 ---> Using cache
37 ---> 7e5211fa8f27
38Step 9 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
39 ---> Using cache
40 ---> 49e0b8d80235
41Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
42 ---> Using cache
43 ---> 3152f48187f6
44Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service
45 ---> Using cache
46 ---> 7188fa33ea90
47Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl
48 ---> Using cache
49 ---> 41018f377e39
50Step 13 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
51 ---> Using cache
52 ---> 4e0d12ca2e49
53Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
54 ---> Using cache
55 ---> 0d8ef02fbf66
56Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
57 ---> Using cache
58 ---> 392a53a23335
59Step 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 freetype-devel.i686 gcc.i686 gcc-c++.i686 gdk-pixbuf-devel.i686 git glibc-devel glibc-devel.i686 glib2-devel.i686 gperf gtk2-devel gtk2-devel.i686 ibus-devel java-devel osc pango-devel.i686 passwd perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium python-selenium rpmdevtools ruby screen 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}' )
60 ---> Using cache
61 ---> 9725f7b78f02
62Step 17 : WORKDIR /srv
63 ---> Using cache
64 ---> 5ec0acfe8207
65Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
66 ---> Using cache
67 ---> d7dd315e9bc0
68Step 19 : WORKDIR /srv/closure-compiler.git
69 ---> Using cache
70 ---> 9bf13945e00e
71Step 20 : RUN ant jar
72 ---> Using cache
73 ---> f6197b948364
74Step 21 : ADD http://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar
75 ---> Using cache
76 ---> cb1e2d7d89e6
77Step 22 : ADD https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/
78 ---> Using cache
79 ---> 6afb08ac89b6
80Step 23 : WORKDIR /srv
81 ---> Using cache
82 ---> d28b9cabe2b4
83Step 24 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
84 ---> Using cache
85 ---> 66a26582601f
86Step 25 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
87 ---> Using cache
88 ---> e05db99a8a56
89Step 26 : WORKDIR /srv
90 ---> Using cache
91 ---> ad9ff6446271
92Step 27 : 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
93/var/tmp/795
94

Lease Host atomic01

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

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

1Blocked by: Build 564
2Blocked by: Build 564
3

Event Timeline