Page MenuHomePhorge

Build 3055
PassedPublic

Drydock: Run Command on atomic01.kolabsys.com

When
Completed at Mar 9 2016, 10:15 AM · Built for 3 s
Status
Passed

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

1+ '[' -z b732c55b932544d07b2757aff73673ffdc6dba55 -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-215926/repo/docker
20+ TMPDIR=/var/drydock/workingcopy-215926/repo/docker
21+ '[' '!' -d docker.git ']'
22+ git clone https://git.kolab.org/diffusion/DO/docker.git docker.git
23+ pushd docker.git
24+ git checkout b732c55b932544d07b2757aff73673ffdc6dba55
25Note: checking out 'b732c55b932544d07b2757aff73673ffdc6dba55'.
26
27You are in 'detached HEAD' state. You can look around, make experimental
28changes and commit them, and you can discard any commits you make in this
29state without impacting any branches by performing another checkout.
30
31If you want to create a new branch to retain commits you create, you may
32do so (now or later) by using -b with the checkout command again. Example:
33
34 git checkout -b new_branch_name
35
36HEAD is now at b732c55... Add packages that need updating
37+ popd
38+ '[' docker '!=' stick ']'
39+ '[' '!' -d stick.git ']'
40+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
41+ export commit
42+ export differential
43+ export id
44+ export package
45+ export phid
46+ export ro_uri
47+ export uri
48+ export vcs
49+ export test_build
50+ export test_functional
51+ export test_integration
52+ export test_performance
53+ export test_unit
54+ export test_obs
55+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
56+ '[' -x stick.git/drydocker/docker/build.sh ']'
57+ pushd docker.git
58+ ../stick.git/drydocker/docker/build.sh
59/bin/sh: line 2: kubectl: command not found
60/bin/sh: line 2: kubectl: command not found
61/bin/sh: line 2: kubectl: command not found
62../stick.git/drydocker/docker/build.sh: line 19: pushd: /srv/.git: No such file or directory
63../stick.git/drydocker/docker/build.sh: line 25: popd: directory stack empty
64+ retval=0
65+ popd
66+ exit 0
67

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

1Cloning into 'docker.git'...
2/var/drydock/workingcopy-215926/repo/docker/docker.git /var/drydock/workingcopy-215926/repo/docker
3/var/drydock/workingcopy-215926/repo/docker
4Cloning into 'stick.git'...
5/var/drydock/workingcopy-215926/repo/docker/docker.git /var/drydock/workingcopy-215926/repo/docker
6Undetermined amount of free space, cleaning up in any case.
7for replicationcontroller in $(kubectl get --no-headers=true replicationcontrollers | awk '{print $1}' | grep -v kubernetes); do \
8 kubectl delete replicationcontroller ${replicationcontroller} 2>/dev/null || : ; \
9done
10for service in $(kubectl get --no-headers=true services | awk '{print $1}' | grep -v kubernetes); do \
11 kubectl delete service ${service} 2>/dev/null || : ; \
12done
13for pod in $(kubectl get --no-headers=true pods | awk '{print $1}' | grep -v kubernetes); do \
14 kubectl delete pod ${pod} 2>/dev/null || : ; \
15done
16for container in $(docker ps -aq); do \
17 docker rm ${container} ; \
18done
19for image in $(docker images -q --filter dangling=true); do \
20 docker rmi ${image} ; \
21done
22docker build --rm -t kolab/ci-maipo:HEAD *-ci-maipo
23Sending build context to Docker daemon 37.89 kB
24Sending build context to Docker daemon 37.89 kB
25
26Step 0 : FROM centos:centos7
27 ---> 0e0217391d41
28Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
29 ---> Using cache
30 ---> 183dcd829464
31Step 2 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
32 ---> Using cache
33 ---> 0163189d0b6e
34Step 3 : RUN sed -r -i -e 's/^mirrorlist/#mirrorlist/g' -e 's/^#baseurl/baseurl/g' /etc/yum.repos.d/*.repo && 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
35 ---> Using cache
36 ---> a77a61781cbf
37Step 4 : RUN yum -y install wget && yum clean all
38 ---> Using cache
39 ---> a0f767c200e9
40Step 5 : RUN wget -O/etc/yum.repos.d/Kolab:Winterfell.repo http://obs.kolabsys.com/repositories/Kolab:/Winterfell/CentOS_7/Kolab:Winterfell.repo
41 ---> Using cache
42 ---> 22f4bf0b885b
43Step 6 : RUN wget -O/etc/yum.repos.d/Kolab:16.repo http://obs.kolabsys.com/repositories/Kolab:/16/CentOS_7/Kolab:16.repo
44 ---> Using cache
45 ---> d01f472fbe0a
46Step 7 : RUN wget -O/etc/yum.repos.d/Kolab:3.4.repo http://obs.kolabsys.com/repositories/Kolab:/3.4/CentOS_7/Kolab:3.4.repo
47 ---> Using cache
48 ---> 91148f8dc6b0
49Step 8 : RUN wget -O/etc/yum.repos.d/Kolab:3.4:Updates.repo http://obs.kolabsys.com/repositories/Kolab:/3.4:/Updates/CentOS_7/Kolab:3.4:Updates.repo
50 ---> Using cache
51 ---> 95fa590ce84c
52Step 9 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Winterfell.repo
53 ---> Using cache
54 ---> 52c17054a3b1
55Step 10 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:16.repo
56 ---> Using cache
57 ---> cd3cd6aba8db
58Step 11 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4.repo
59 ---> Using cache
60 ---> 7acc28015f71
61Step 12 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4:Updates.repo
62 ---> Using cache
63 ---> 01ca5ecf03d4
64Step 13 : RUN rpm --import https://ssl.kolabsys.com/community.asc
65 ---> Using cache
66 ---> 242be29cbf47
67Step 14 : RUN wget -O/etc/yum.repos.d/openSUSE:Tools.repo http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo
68 ---> Using cache
69 ---> 250b7304d983
70Step 15 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
71 ---> Using cache
72 ---> eafd0c1376c6
73Step 16 : ENV IMAGE maipo
74 ---> Using cache
75 ---> 8f3a21685ef3
76Step 17 : ADD /dbus.service /etc/systemd/system/dbus.service
77 ---> Using cache
78 ---> 9301c988fe3b
79Step 18 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
80 ---> Using cache
81 ---> 85fb3c8a82a1
82Step 19 : ADD /httpd.service /etc/systemd/system/httpd.service
83 ---> Using cache
84 ---> a44e2952e5fb
85Step 20 : ADD /vimrc /root/.vimrc
86 ---> Using cache
87 ---> e6ae46d20061
88Step 21 : 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 update && 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 policycoreutils policycoreutils-python psmisc rpmdevtools screen strace sudo telnet traceroute vim-enhanced wget yum-utils && yum clean all
89 ---> Using cache
90 ---> 2f53ea56194c
91Step 22 : ADD /systemctl /usr/bin/systemctl
92 ---> Using cache
93 ---> 73772983e15b
94Step 23 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
95 ---> Using cache
96 ---> 824dd551647b
97Step 24 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
98 ---> Using cache
99 ---> 61b92bd0c65e
100Step 25 : RUN mkdir -p /run/lock
101 ---> Using cache
102 ---> c5bd1546a945
103Step 26 : RUN ln -sf /bin/true /sbin/semanage
104 ---> Using cache
105 ---> f87e9674a9af
106Step 27 : RUN sed -i -e '/requiretty/d' /etc/sudoers
107 ---> Using cache
108 ---> 658b0c6ce2de
109Step 28 : WORKDIR /srv
110 ---> Using cache
111 ---> f3b4ab1e3727
112Step 29 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
113 ---> Using cache
114 ---> 90a746d4a3c6
115Step 30 : WORKDIR /srv/closure-compiler.git
116 ---> Using cache
117 ---> 1716c5750114
118Step 31 : RUN ant jar
119 ---> Using cache
120 ---> ec9cc2712d67
121Step 32 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabenterprise.com/pub/releases/selenium-server-standalone.jar
122 ---> Using cache
123 ---> f3162f2649c3
124Step 33 : ADD /functions.sh /functions.sh
125 ---> Using cache
126 ---> 6e20869e074a
127Step 34 : ADD /entrypoint.sh /entrypoint.sh
128 ---> Using cache
129 ---> 352a22a1eda4
130Step 35 : RUN chmod a+x /entrypoint.sh
131 ---> Using cache
132 ---> b96181f8c806
133Step 36 : ENTRYPOINT /entrypoint.sh
134 ---> Using cache
135 ---> 939f00571cbb
136Successfully built 939f00571cbb
137docker tag -f kolab/ci-maipo:HEAD docker.io/kolab/ci-maipo:HEAD
138/var/drydock/workingcopy-215926/repo/docker
139

Lease Working Copy on atomic01.kolabsys.com

When
Completed at Mar 9 2016, 10:15 AM · Built instantly
Status
Passed

Event Timeline