Page MenuHomePhorge

Build 521
FailedPublic

Run Command on atomic01

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

Build Log 1896 (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/729
20+ TMPDIR=/var/tmp/729
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/729
39+ exit
40

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

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

Run Command on atomic02

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

Build Log 1894 (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/728
20+ TMPDIR=/var/tmp/728
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+ n/master
50/usr/local/bin/drydocker: line 269: n/master: No such file or directory
51+ git clean -d -f -x
52fatal: Not a git repository (or any of the parent directories): .git
53+ popd
54/usr/local/bin/drydocker: line 271: popd: directory stack empty
55/usr/local/bin/drydocker: line 272: syntax error near unexpected token `fi'
56/usr/local/bin/drydocker: line 272: ` fi'
57

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

1Cloning into 'stick.git'...
2/var/tmp/728/stick.git /var/tmp/728
3/var/tmp/728
4/var/tmp/728/stick.git /var/tmp/728
5Refreshed /usr/local/bin/drydocker
6Cloning into '/var/tmp/728/docker.git'...
7/var/tmp/728/docker.git /var/tmp/728/stick.git
8HEAD is now at c10430b Check out all the branches so git branch --contains works
9/var/tmp/728/docker.git/ci /var/tmp/728/docker.git
10Undetermined amount of free space, cleaning up in any case.
11for container in $(docker ps -a | grep Exited | awk '{print $1}'); do \
12 docker rm -f $container ; \
13done
14for image in $(docker images -aq --filter dangling=true); do \
15 docker rmi -f $image ; \
16done
17for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
18 docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \
19done
20Step 0 : FROM centos:centos7
21 ---> fd44297e2ddb
22Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
23 ---> Using cache
24 ---> d187a5684304
25Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
26 ---> Using cache
27 ---> 8ca4fa67c4b6
28Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
29 ---> Using cache
30 ---> 76af01dc84fc
31Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
32 ---> Using cache
33 ---> 099c69fe79e9
34Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
35 ---> Using cache
36 ---> f420723ac69d
37Step 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
38 ---> Using cache
39 ---> 484577da8f5e
40Step 7 : RUN yum -y reinstall \*
41 ---> Using cache
42 ---> b69e461cafa6
43Step 8 : ENV IMAGE maipo
44 ---> Using cache
45 ---> 7e5211fa8f27
46Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service
47 ---> Using cache
48 ---> 49e0b8d80235
49Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
50 ---> Using cache
51 ---> 3152f48187f6
52Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service
53 ---> Using cache
54 ---> 7188fa33ea90
55Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl
56 ---> Using cache
57 ---> 41018f377e39
58Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
59 ---> Using cache
60 ---> 4e0d12ca2e49
61Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
62 ---> Using cache
63 ---> 0d8ef02fbf66
64Step 15 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
65 ---> Using cache
66 ---> 392a53a23335
67Step 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}' )
68 ---> Using cache
69 ---> 03f78d0d0891
70Step 17 : WORKDIR /srv
71 ---> Using cache
72 ---> a5826cfc37a8
73Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
74 ---> Using cache
75 ---> 9306127e6da8
76Step 19 : WORKDIR /srv/closure-compiler.git
77 ---> Using cache
78 ---> b6f97b2376e7
79Step 20 : RUN ant jar
80 ---> Using cache
81 ---> c63c10baf1f4
82Step 21 : WORKDIR /srv
83 ---> Using cache
84 ---> 658510ba34e6
85Step 22 : RUN git clone https://github.com/SeleniumHQ/selenium.git selenium.git
86 ---> Using cache
87 ---> 8406f29d9062
88Step 23 : WORKDIR /srv/selenium.git
89 ---> Using cache
90 ---> 4809af11ebfc
91Step 24 : RUN ./go --trace --verbose build
92 ---> Using cache
93 ---> 51e373560fbf
94Step 25 : WORKDIR /srv
95 ---> Using cache
96 ---> 520983ffcc15
97Step 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
98 ---> Using cache
99 ---> 5a2d6ea755ea
100Step 27 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
101 ---> Using cache
102 ---> d918a7aef992
103Step 28 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin
104 ---> Using cache
105 ---> 7ee44833fe03
106Step 29 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
107 ---> d92fb811071c
108Removing intermediate container 6d74ecf3577a
109Step 30 : RUN chmod 755 /entrypoint.sh
110 ---> Running in ad63fa599434
111 ---> b1b4bb9fd461
112Removing intermediate container ad63fa599434
113Step 31 : ENTRYPOINT [ "/entrypoint.sh" ]
114 ---> Running in fb5585a350ee
115 ---> 1fd377c9cbbe
116Removing intermediate container fb5585a350ee
117Successfully built 1fd377c9cbbe
118/var/tmp/728/docker.git
119/var/tmp/728
120

Lease Host atomic01

When
Completed at May 22 2015, 2:39 PM · 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 22 2015, 2:39 PM · Built instantly
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:39 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