Page MenuHomePhorge

Build 822
PassedPublic

You are viewing an older run of this build. View Current Build

History

Run Command on atomic01

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jun 23 2015, 2:12 PM · Built for 5 s
Status
Failed

Build Log 2937 (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 -a 0 -eq 0
4/usr/local/bin/drydocker: line 169: [: missing `]'
5+ ']'
6/usr/local/bin/drydocker: line 175: ]: command not found
7+ '[' -z git ']'
8+ case ${vcs} in
9++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git
10+ package=stick
11++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
12++ sed -e 's|ssh://git@|https://|g'
13+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
14+ case ${package} in
15++ pwd
16+ export TMPDIR=/var/tmp/1093
17+ TMPDIR=/var/tmp/1093
18+ '[' '!' -d stick.git ']'
19+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
20+ pushd stick.git
21+ git checkout master
22Already on 'master'
23+ popd
24+ '[' stick '!=' stick ']'
25+ export commit
26+ export differential
27+ export id
28+ export package
29+ export phid
30+ export ro_uri
31+ export uri
32+ export vcs
33+ export test_build
34+ export test_functional
35+ export test_integration
36+ export test_performance
37+ export test_unit
38+ '[' -x stick.git/drydocker/stick/build.sh ']'
39+ pushd stick.git
40+ ../stick.git/drydocker/stick/build.sh
41Sending build context to Docker daemon 5.632 kB
42
43Sending build context to Docker daemon
44+ retval=0
45+ popd
46/usr/local/bin/drydocker: line 281: unexpected EOF while looking for matching `''
47/usr/local/bin/drydocker: line 288: syntax error: unexpected end of file
48

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

1Cloning into 'stick.git'...
2/var/tmp/1093/stick.git /var/tmp/1093
3/var/tmp/1093
4/var/tmp/1093/stick.git /var/tmp/1093
5Refreshed /usr/local/bin/drydocker
6Cloning into '/var/tmp/1093/docker.git'...
7/var/tmp/1093/docker.git /var/tmp/1093/stick.git
8HEAD is now at e810dca Treat some packages not in Kolab:Development as special
9/var/tmp/1093/docker.git/ci /var/tmp/1093/docker.git
10for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
11 docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \
12done
13Step 0 : FROM centos:centos7
14 ---> fd44297e2ddb
15Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
16 ---> Using cache
17 ---> a36d5966043c
18Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
19 ---> Using cache
20 ---> 56856fb2378b
21Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
22 ---> Using cache
23 ---> 9d759c3f7a82
24Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
25 ---> Using cache
26 ---> bb0eaa6c4bdc
27Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
28 ---> Using cache
29 ---> c3c915795822
30Step 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
31 ---> Using cache
32 ---> 361e48f4eda7
33Step 7 : ENV IMAGE maipo
34 ---> Using cache
35 ---> e1db67584b72
36Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
37 ---> Using cache
38 ---> e42a04e34983
39Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
40 ---> Using cache
41 ---> 2f2b22b9e815
42Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service
43 ---> Using cache
44 ---> 42bda28ef1ed
45Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl
46 ---> Using cache
47 ---> 4865da73d904
48Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
49 ---> Using cache
50 ---> 62dd898836c6
51Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
52 ---> Using cache
53 ---> a7182f6bdbfa
54Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
55 ---> Using cache
56 ---> 32fefcd2c132
57Step 15 : RUN yum clean all && yum -y install epel-release && yum -y install ant build git osc perl-Data-Dumper perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium rpmdevtools screen sudo vim-enhanced yum-utils
58 ---> Using cache
59 ---> ff406013d7e3
60Step 16 : WORKDIR /srv
61 ---> Using cache
62 ---> e42962e1caf2
63Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
64 ---> Using cache
65 ---> a2b99b7fbbbc
66Step 18 : WORKDIR /srv/closure-compiler.git
67 ---> Using cache
68 ---> 6b1338f5bf96
69Step 19 : RUN ant jar
70 ---> Using cache
71 ---> 32d0e7f967cd
72Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar
73 ---> Using cache
74 ---> f242700c08e3
75Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/
76 ---> Using cache
77 ---> cbe727e9d98d
78Step 22 : WORKDIR /srv
79 ---> Using cache
80 ---> 5f7bf4ce1200
81Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
82 ---> Using cache
83 ---> e34dd4c5b574
84Step 24 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
85 ---> Using cache
86 ---> 1f27feb5c3e3
87Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh /
88 ---> Using cache
89 ---> 7701bc31398f
90Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
91 ---> Using cache
92 ---> 1b162ad23333
93Step 27 : RUN chmod 755 /entrypoint.sh
94 ---> Using cache
95 ---> 56d47c6121fe
96Step 28 : ENTRYPOINT [ "/entrypoint.sh" ]
97 ---> Using cache
98 ---> 5a301793610a
99Successfully built 5a301793610a
100/var/tmp/1093/docker.git
101/var/tmp/1093
102

Run Command on atomic02

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jun 23 2015, 2:12 PM · Built for 5 s
Status
Failed

Build Log 2935 (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 -a 0 -eq 0
4/usr/local/bin/drydocker: line 169: [: missing `]'
5+ ']'
6/usr/local/bin/drydocker: line 175: ]: command not found
7+ '[' -z git ']'
8+ case ${vcs} in
9++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git
10+ package=stick
11++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
12++ sed -e 's|ssh://git@|https://|g'
13+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
14+ case ${package} in
15++ pwd
16+ export TMPDIR=/var/tmp/1092
17+ TMPDIR=/var/tmp/1092
18+ '[' '!' -d stick.git ']'
19+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
20+ pushd stick.git
21+ git checkout master
22Already on 'master'
23+ popd
24+ '[' stick '!=' stick ']'
25+ export commit
26+ export differential
27+ export id
28+ export package
29+ export phid
30+ export ro_uri
31+ export uri
32+ export vcs
33+ export test_build
34+ export test_functional
35+ export test_integration
36+ export test_performance
37+ export test_unit
38+ '[' -x stick.git/drydocker/stick/build.sh ']'
39+ pushd stick.git
40+ ../stick.git/drydocker/stick/build.sh
41Sending build context to Docker daemon 5.632 kB
42
43Sending build context to Docker daemon
44+ retval=0
45+ popd
46/usr/local/bin/drydocker: line 281: unexpected EOF while looking for matching `''
47/usr/local/bin/drydocker: line 288: syntax error: unexpected end of file
48

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

1Cloning into 'stick.git'...
2/var/tmp/1092/stick.git /var/tmp/1092
3/var/tmp/1092
4/var/tmp/1092/stick.git /var/tmp/1092
5Refreshed /usr/local/bin/drydocker
6Cloning into '/var/tmp/1092/docker.git'...
7/var/tmp/1092/docker.git /var/tmp/1092/stick.git
8HEAD is now at e810dca Treat some packages not in Kolab:Development as special
9/var/tmp/1092/docker.git/ci /var/tmp/1092/docker.git
10for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
11 docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \
12done
13Step 0 : FROM centos:centos7
14 ---> fd44297e2ddb
15Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
16 ---> Using cache
17 ---> d187a5684304
18Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
19 ---> Using cache
20 ---> 8ca4fa67c4b6
21Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
22 ---> Using cache
23 ---> 76af01dc84fc
24Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
25 ---> Using cache
26 ---> 099c69fe79e9
27Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
28 ---> Using cache
29 ---> f420723ac69d
30Step 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
31 ---> Using cache
32 ---> 484577da8f5e
33Step 7 : ENV IMAGE maipo
34 ---> Using cache
35 ---> f9c0f04d3570
36Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
37 ---> Using cache
38 ---> a376ff4ddd8b
39Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
40 ---> Using cache
41 ---> 06a484f82b3d
42Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service
43 ---> Using cache
44 ---> 45174dd322a3
45Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl
46 ---> Using cache
47 ---> 49d2809c28f0
48Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
49 ---> Using cache
50 ---> 1e35abd07266
51Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
52 ---> Using cache
53 ---> b7da76b74826
54Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc
55 ---> Using cache
56 ---> c5e31252202e
57Step 15 : RUN yum clean all && yum -y install epel-release && yum -y install ant build git osc perl-Data-Dumper perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium rpmdevtools screen sudo vim-enhanced yum-utils
58 ---> Using cache
59 ---> f436e9eac28a
60Step 16 : WORKDIR /srv
61 ---> Using cache
62 ---> 6c602d3c85b9
63Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
64 ---> Using cache
65 ---> bdf1bded5f38
66Step 18 : WORKDIR /srv/closure-compiler.git
67 ---> Using cache
68 ---> 4da38978612d
69Step 19 : RUN ant jar
70 ---> Using cache
71 ---> 7767300a9043
72Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar
73 ---> Using cache
74 ---> d0ecc10f1685
75Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/
76 ---> Using cache
77 ---> cba884112f77
78Step 22 : WORKDIR /srv
79 ---> Using cache
80 ---> 5cdb1d2ccc07
81Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
82 ---> Using cache
83 ---> a4818baad3d6
84Step 24 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
85 ---> Using cache
86 ---> 024c02481f03
87Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh /
88 ---> Using cache
89 ---> 632083b160e9
90Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
91 ---> Using cache
92 ---> 7260fd41e194
93Step 27 : RUN chmod 755 /entrypoint.sh
94 ---> Using cache
95 ---> 4d6cfe5964aa
96Step 28 : ENTRYPOINT [ "/entrypoint.sh" ]
97 ---> Using cache
98 ---> e8ca3a93e86f
99Successfully built e8ca3a93e86f
100/var/tmp/1092/docker.git
101/var/tmp/1092
102

Lease Host atomic01

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jun 23 2015, 2:12 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 Jun 23 2015, 2:12 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 Jun 23 2015, 2:12 PM · Built for 1 s
Status
Passed
1 empty logs are hidden. Show all logs.