Properties
Properties
Run Command on atomic01
Run Command on atomic01
- When
- Completed at Jun 23 2015, 2:12 PM · Built for 5 s
- Status
Failed
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 |
22 | Already 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 |
41 | Sending build context to Docker daemon 5.632 kB |
42 | |
43 | Sending 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 |
2 | /var/tmp/1093 |
---|---|
3 | /var/tmp/1093/stick.git /var/tmp/1093 |
4 | Refreshed /usr/local/bin/drydocker |
5 | Cloning into '/var/tmp/1093/docker.git'... |
6 | /var/tmp/1093/docker.git /var/tmp/1093/stick.git |
7 | HEAD is now at e810dca Treat some packages not in Kolab:Development as special |
8 | /var/tmp/1093/docker.git/ci /var/tmp/1093/docker.git |
9 | for 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 ; \ |
11 | done |
12 | Step 0 : FROM centos:centos7 |
13 | ---> fd44297e2ddb |
14 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
15 | ---> Using cache |
16 | ---> a36d5966043c |
17 | Step 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 | ---> 56856fb2378b |
20 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
21 | ---> Using cache |
22 | ---> 9d759c3f7a82 |
23 | Step 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 | ---> bb0eaa6c4bdc |
26 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
27 | ---> Using cache |
28 | ---> c3c915795822 |
29 | Step 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 | ---> 361e48f4eda7 |
32 | Step 7 : ENV IMAGE maipo |
33 | ---> Using cache |
34 | ---> e1db67584b72 |
35 | Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service |
36 | ---> Using cache |
37 | ---> e42a04e34983 |
38 | Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
39 | ---> Using cache |
40 | ---> 2f2b22b9e815 |
41 | Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service |
42 | ---> Using cache |
43 | ---> 42bda28ef1ed |
44 | Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl |
45 | ---> Using cache |
46 | ---> 4865da73d904 |
47 | Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
48 | ---> Using cache |
49 | ---> 62dd898836c6 |
50 | Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
51 | ---> Using cache |
52 | ---> a7182f6bdbfa |
53 | Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
54 | ---> Using cache |
55 | ---> 32fefcd2c132 |
56 | Step 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 |
57 | ---> Using cache |
58 | ---> ff406013d7e3 |
59 | Step 16 : WORKDIR /srv |
60 | ---> Using cache |
61 | ---> e42962e1caf2 |
62 | Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
63 | ---> Using cache |
64 | ---> a2b99b7fbbbc |
65 | Step 18 : WORKDIR /srv/closure-compiler.git |
66 | ---> Using cache |
67 | ---> 6b1338f5bf96 |
68 | Step 19 : RUN ant jar |
69 | ---> Using cache |
70 | ---> 32d0e7f967cd |
71 | Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar |
72 | ---> Using cache |
73 | ---> f242700c08e3 |
74 | Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/ |
75 | ---> Using cache |
76 | ---> cbe727e9d98d |
77 | Step 22 : WORKDIR /srv |
78 | ---> Using cache |
79 | ---> 5f7bf4ce1200 |
80 | Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 |
81 | ---> Using cache |
82 | ---> e34dd4c5b574 |
83 | Step 24 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64* |
84 | ---> Using cache |
85 | ---> 1f27feb5c3e3 |
86 | Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh / |
87 | ---> Using cache |
88 | ---> 7701bc31398f |
89 | Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
90 | ---> Using cache |
91 | ---> 1b162ad23333 |
92 | Step 27 : RUN chmod 755 /entrypoint.sh |
93 | ---> Using cache |
94 | ---> 56d47c6121fe |
95 | Step 28 : ENTRYPOINT [ "/entrypoint.sh" ] |
96 | ---> Using cache |
97 | ---> 5a301793610a |
98 | Successfully built 5a301793610a |
99 | /var/tmp/1093/docker.git |
100 | /var/tmp/1093 |
101 |
Run Command on atomic02
Run Command on atomic02
- When
- Completed at Jun 23 2015, 2:12 PM · Built for 5 s
- Status
Failed
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 |
22 | Already 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 |
41 | Sending build context to Docker daemon 5.632 kB |
42 | |
43 | Sending 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 |
2 | /var/tmp/1092 |
---|---|
3 | /var/tmp/1092/stick.git /var/tmp/1092 |
4 | Refreshed /usr/local/bin/drydocker |
5 | Cloning into '/var/tmp/1092/docker.git'... |
6 | /var/tmp/1092/docker.git /var/tmp/1092/stick.git |
7 | HEAD is now at e810dca Treat some packages not in Kolab:Development as special |
8 | /var/tmp/1092/docker.git/ci /var/tmp/1092/docker.git |
9 | for 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 ; \ |
11 | done |
12 | Step 0 : FROM centos:centos7 |
13 | ---> fd44297e2ddb |
14 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
15 | ---> Using cache |
16 | ---> d187a5684304 |
17 | Step 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 |
20 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
21 | ---> Using cache |
22 | ---> 76af01dc84fc |
23 | Step 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 |
26 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
27 | ---> Using cache |
28 | ---> f420723ac69d |
29 | Step 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 |
32 | Step 7 : ENV IMAGE maipo |
33 | ---> Using cache |
34 | ---> f9c0f04d3570 |
35 | Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service |
36 | ---> Using cache |
37 | ---> a376ff4ddd8b |
38 | Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
39 | ---> Using cache |
40 | ---> 06a484f82b3d |
41 | Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service |
42 | ---> Using cache |
43 | ---> 45174dd322a3 |
44 | Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl |
45 | ---> Using cache |
46 | ---> 49d2809c28f0 |
47 | Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
48 | ---> Using cache |
49 | ---> 1e35abd07266 |
50 | Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
51 | ---> Using cache |
52 | ---> b7da76b74826 |
53 | Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
54 | ---> Using cache |
55 | ---> c5e31252202e |
56 | Step 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 |
57 | ---> Using cache |
58 | ---> f436e9eac28a |
59 | Step 16 : WORKDIR /srv |
60 | ---> Using cache |
61 | ---> 6c602d3c85b9 |
62 | Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
63 | ---> Using cache |
64 | ---> bdf1bded5f38 |
65 | Step 18 : WORKDIR /srv/closure-compiler.git |
66 | ---> Using cache |
67 | ---> 4da38978612d |
68 | Step 19 : RUN ant jar |
69 | ---> Using cache |
70 | ---> 7767300a9043 |
71 | Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar |
72 | ---> Using cache |
73 | ---> d0ecc10f1685 |
74 | Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/ |
75 | ---> Using cache |
76 | ---> cba884112f77 |
77 | Step 22 : WORKDIR /srv |
78 | ---> Using cache |
79 | ---> 5cdb1d2ccc07 |
80 | Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 |
81 | ---> Using cache |
82 | ---> a4818baad3d6 |
83 | Step 24 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64* |
84 | ---> Using cache |
85 | ---> 024c02481f03 |
86 | Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh / |
87 | ---> Using cache |
88 | ---> 632083b160e9 |
89 | Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
90 | ---> Using cache |
91 | ---> 7260fd41e194 |
92 | Step 27 : RUN chmod 755 /entrypoint.sh |
93 | ---> Using cache |
94 | ---> 4d6cfe5964aa |
95 | Step 28 : ENTRYPOINT [ "/entrypoint.sh" ] |
96 | ---> Using cache |
97 | ---> e8ca3a93e86f |
98 | Successfully built e8ca3a93e86f |
99 | /var/tmp/1092/docker.git |
100 | /var/tmp/1092 |
101 |
Lease Host atomic01
Lease Host atomic01
- When
- Completed at Jun 23 2015, 2:12 PM · Built for 1 s
- Status
Passed
Lease Host atomic02
Lease Host atomic02
- When
- Completed at Jun 23 2015, 2:12 PM · Built instantly
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Jun 23 2015, 2:12 PM · Built for 1 s
- Status
Passed
1 empty logs are hidden. Show all logs.