Page MenuHomePhorge

Build 2706
PassedPublic

Drydock: Run Command on atomic01.kolabsys.com

When
Completed at Feb 19 2016, 12:19 PM · Built for 6 s
Status
Passed

Build Log 8902 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1+ '[' -z aa885beefa4594e9f16820b469c1a7d6fab69ebe -a -z '' ']'
2+ '[' -z ssh://git@git.kolab.org/diffusion/DO/docker.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+ test_build=1
5+ test_functional=1
6+ test_integration=1
7+ test_performance=1
8+ test_unit=1
9+ test_obs=1
10+ '[' -z git ']'
11+ case ${vcs} in
12++ basename ssh://git@git.kolab.org/diffusion/DO/docker.git .git
13+ package=docker
14++ echo ssh://git@git.kolab.org/diffusion/DO/docker.git
15++ sed -e 's|ssh://git@|https://|g'
16+ ro_uri=https://git.kolab.org/diffusion/DO/docker.git
17+ case ${package} in
18++ pwd
19+ export TMPDIR=/var/drydock/workingcopy-55/repo/docker
20+ TMPDIR=/var/drydock/workingcopy-55/repo/docker
21+ '[' '!' -d docker.git ']'
22+ pushd docker.git
23+ git remote set-url origin https://git.kolab.org/diffusion/DO/docker.git
24+ git fetch origin
25+ git reset --hard origin/master
26+ git clean -d -f -x
27+ git checkout aa885beefa4594e9f16820b469c1a7d6fab69ebe
28HEAD is now at aa885be... Add vim
29+ popd
30+ '[' docker '!=' stick ']'
31+ '[' '!' -d stick.git ']'
32+ pushd stick.git
33+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
34+ git fetch origin
35+ git reset --hard origin/master
36+ git clean -d -f -x
37+ popd
38+ export commit
39+ export differential
40+ export id
41+ export package
42+ export phid
43+ export ro_uri
44+ export uri
45+ export vcs
46+ export test_build
47+ export test_functional
48+ export test_integration
49+ export test_performance
50+ export test_unit
51+ export test_obs
52+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
53+ '[' -x stick.git/drydocker/docker/build.sh ']'
54+ pushd docker.git
55+ ../stick.git/drydocker/docker/build.sh
56/bin/sh: line 2: kubectl: command not found
57/bin/sh: line 2: kubectl: command not found
58/bin/sh: line 2: kubectl: command not found
59../stick.git/drydocker/docker/build.sh: line 19: pushd: /srv/.git: No such file or directory
60../stick.git/drydocker/docker/build.sh: line 25: popd: directory stack empty
61+ retval=0
62+ popd
63+ exit 0
64

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

28
29Step 0 : FROM centos:centos7
30 ---> 60e65a8e4030
31Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
32 ---> Using cache
33 ---> 28dbd900a6cb
34Step 2 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
35 ---> Using cache
36 ---> ddfac95af14f
37Step 3 : ADD http://obs.kolabsys.com/repositories/Kolab:/Winterfell/CentOS_7/Kolab:Winterfell.repo /etc/yum.repos.d/Kolab:Winterfell.repo
38
39 ---> Using cache
40 ---> 7953e5fefb64
41Step 4 : ADD http://obs.kolabsys.com/repositories/Kolab:/16/CentOS_7/Kolab:16.repo /etc/yum.repos.d/Kolab:16.repo
42
43 ---> Using cache
44 ---> baeacd9e16a8
45Step 5 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Winterfell.repo
46 ---> Using cache
47 ---> 19316ff6f61b
48Step 6 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:16.repo
49 ---> Using cache
50 ---> 42b2df5af3fa
51Step 7 : RUN rpm --import https://ssl.kolabsys.com/community.asc
52 ---> Using cache
53 ---> b7b06dd08e71
54Step 8 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
55
56 ---> Using cache
57 ---> 8704134129e7
58Step 9 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
59 ---> Using cache
60 ---> 186e33d760db
61Step 10 : RUN sed -i -e '/tsflags=nodocs/d' -e '/override_install_langs/d' /etc/yum.conf && sed -r -i -e 's/enabled\s*=\s*1/enabled=0/g' /etc/yum/pluginconf.d/fastestmirror.conf
62 ---> Using cache
63 ---> 95a3b8f6bc16
64Step 11 : ENV IMAGE maipo
65 ---> Using cache
66 ---> 5e0e433a4ef4
67Step 12 : ADD /dbus.service /etc/systemd/system/dbus.service
68 ---> Using cache
69 ---> 4a8f7dd4549b
70Step 13 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
71 ---> Using cache
72 ---> b765ef2066b2
73Step 14 : ADD /httpd.service /etc/systemd/system/httpd.service
74 ---> Using cache
75 ---> 0bcc72fce1a1
76Step 15 : ADD /systemctl /usr/bin/systemctl
77 ---> Using cache
78 ---> 3b10a9c02164
79Step 16 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
80 ---> Using cache
81 ---> 14aeb1efcc68
82Step 17 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
83 ---> Using cache
84 ---> bb9daa08523b
85Step 18 : ADD /vimrc /root/.vimrc
86 ---> Using cache
87 ---> ea37936ae83f
88Step 19 : RUN sed -r -i -e 's/^mirrorlist/#mirrorlist/g' -e 's/^#baseurl/baseurl/g' /etc/yum.repos.d/*.repo
89 ---> Using cache
90 ---> 0eb6a94d2638
91Step 20 : RUN yum clean all && yum -y install epel-release && rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 && sed -i -e 's/#baseurl/baseurl/g' -e '/^mirrorlist/d' /etc/yum.repos.d/epel*.repo && yum -y install yum-plugin-priorities && yum -y install @buildsys-build ant bind-utils build git lsof net-tools nmap-ncat openldap-clients osc perl-Data-Dumper perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium psmisc rpmdevtools screen strace sudo telnet traceroute vim-enhanced wget yum-utils && yum clean all
92 ---> Using cache
93 ---> 6017fd8c4a33
94Step 21 : RUN sed -i -e '/requiretty/d' /etc/sudoers
95 ---> Using cache
96 ---> 02943f514444
97Step 22 : WORKDIR /srv
98 ---> Using cache
99 ---> 5beb7f6dc975
100Step 23 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
101 ---> Using cache
102 ---> 5afdbbf9ef97
103Step 24 : WORKDIR /srv/closure-compiler.git
104 ---> Using cache
105 ---> db8bc2502d77
106Step 25 : RUN ant jar
107 ---> Using cache
108 ---> cb48b579b651
109Step 26 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
110 ---> Using cache
111 ---> e615a23e1e1c
112Step 27 : ADD /functions.sh /functions.sh
113 ---> Using cache
114 ---> c0c9ba811d89
115Step 28 : ADD /entrypoint.sh /entrypoint.sh
116 ---> Using cache
117 ---> 71b94bfb6e99
118Step 29 : RUN chmod a+x /entrypoint.sh
119 ---> Using cache
120 ---> 7508b29fc125
121Step 30 : ENTRYPOINT /entrypoint.sh
122 ---> Using cache
123 ---> 50f833437476
124Successfully built 50f833437476
125docker tag -f kolab/ci-maipo:HEAD docker.io/kolab/ci-maipo:HEAD
126/var/drydock/workingcopy-55/repo/docker
127

Lease Working Copy on atomic01.kolabsys.com

When
Completed at Feb 19 2016, 12:19 PM · Built instantly
Status
Passed

Event Timeline