Page MenuHomePhorge

Build 548
FailedPublic

Run Command on atomic01

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

Build Log 2013 (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/773
20+ TMPDIR=/var/tmp/773
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
44Error response from daemon: Cannot destroy container bf786eac8c74: Driver devicemapper failed to remove root filesystem bf786eac8c7429055fafa8c1fd4c83db320988b43a08060f70250ab218e8cb98: Device is Busy
452015/05/26 17:04:44 Error: failed to remove one or more containers
46make: *** [clean] Error 1
47+ retval=1
48+ popd
49+ cd /var/tmp
50+ rm -rf /var/tmp/773
51+ exit 1
52

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

1Cloning into 'stick.git'...
2/var/tmp/773/stick.git /var/tmp/773
3/var/tmp/773
4/var/tmp/773/stick.git /var/tmp/773
5Cloning into '/var/tmp/773/docker.git'...
6/var/tmp/773/docker.git /var/tmp/773/stick.git
7HEAD is now at 80407cb Do not use docker.io registry prefix :/
8/var/tmp/773/docker.git/ci /var/tmp/773/docker.git
9for container in $(docker ps -a | grep Exited | awk '{print $1}'); do \
10 docker rm -f $container ; \
11done
12Cannot get disk space consumption to under 70%
13/var/tmp/773
14

Run Command on atomic02

When
Completed at May 26 2015, 3:04 PM · Built for 11 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

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

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

1Cloning into 'stick.git'...
2/var/tmp/772/stick.git /var/tmp/772
3/var/tmp/772
4/var/tmp/772/stick.git /var/tmp/772
5Cloning into '/var/tmp/772/docker.git'...
6/var/tmp/772/docker.git /var/tmp/772/stick.git
7HEAD is now at 80407cb Do not use docker.io registry prefix :/
8/var/tmp/772/docker.git/ci /var/tmp/772/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 python-selenium rpmdevtools ruby 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}' ) qt5-qtbase
60 ---> Using cache
61 ---> 0b507b45732a
62Step 17 : WORKDIR /srv
63 ---> Using cache
64 ---> 06f4f4336f1e
65Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
66 ---> Using cache
67 ---> 627aab689926
68Step 19 : WORKDIR /srv/closure-compiler.git
69 ---> Using cache
70 ---> 2166fb9af680
71Step 20 : RUN ant jar
72 ---> Using cache
73 ---> 8fbceb422d98
74Step 21 : WORKDIR /srv
75 ---> Using cache
76 ---> ee477364f608
77Step 22 : RUN git clone https://github.com/SeleniumHQ/selenium.git selenium.git
78 ---> Using cache
79 ---> aa3a5a4e3fb7
80Step 23 : WORKDIR /srv/selenium.git
81 ---> Using cache
82 ---> 6ad9f27e78d8
83Step 24 : RUN ./go --trace --verbose build
84 ---> Using cache
85 ---> a89e63303486
86Step 25 : WORKDIR /srv/
87 ---> Using cache
88 ---> 682768cf2c18
89Step 26 : RUN git clone https://github.com/ariya/phantomjs.git phantomjs.git
90 ---> Using cache
91 ---> 1d915e8e5c9d
92Step 27 : WORKDIR /srv/phantomjs.git
93 ---> Using cache
94 ---> ca448b334f49
95Step 28 : RUN ./build.sh --confirm
96 ---> Using cache
97 ---> 787b00ec99bb
98Step 29 : WORKDIR /srv
99 ---> Using cache
100 ---> c007a3b502a5
101Step 30 : 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
102 ---> Using cache
103 ---> c266e10f3b88
104Step 31 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
105 ---> Using cache
106 ---> df031c29188d
107Step 32 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin
108 ---> Using cache
109 ---> fca374e66b49
110Step 33 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh /
111 ---> Using cache
112 ---> eae828a07008
113Step 34 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
114 ---> Using cache
115 ---> b2d29e86e1ba
116Step 35 : RUN chmod 755 /entrypoint.sh
117 ---> Using cache
118 ---> 8657293c2853
119Step 36 : ENTRYPOINT [ "/entrypoint.sh" ]
120 ---> Using cache
121 ---> 68bbc94d78b7
122Successfully built 68bbc94d78b7
123/var/tmp/772/docker.git
124/var/tmp/772
125

Lease Host atomic01

When
Completed at May 26 2015, 3:04 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 26 2015, 3:04 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 26 2015, 3:04 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