Page MenuHomePhorge

Build 3051
PassedPublic

Drydock: Run Command on atomic01.kolabsys.com

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

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

1+ '[' -z beac84288bbd8d972b2da8d4b3a6d04f2a21787c -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-57/repo/docker
20+ TMPDIR=/var/drydock/workingcopy-57/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
25From https://git.kolab.org/diffusion/DO/docker
26 * [new branch] kolab-16 -> origin/kolab-16
27+ git reset --hard origin/master
28+ git clean -d -f -x
29+ git checkout beac84288bbd8d972b2da8d4b3a6d04f2a21787c
30Previous HEAD position was 2e65c66... mirror.ks.c -> mirror.ke.c
31HEAD is now at beac842... Add systemd unit files and commands in the base image
32+ popd
33+ '[' docker '!=' stick ']'
34+ '[' '!' -d stick.git ']'
35+ pushd stick.git
36+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
37+ git fetch origin
38+ git reset --hard origin/master
39+ git clean -d -f -x
40+ popd
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
62Error response from daemon: Cannot destroy container 3c52de6c09b8: Failed to set container state to RemovalInProgress: Status is already RemovalInProgress
63Error: failed to remove containers: [3c52de6c09b8]
64make: *** [clean] Error 1
65../stick.git/drydocker/docker/build.sh: line 19: pushd: /srv/.git: No such file or directory
66../stick.git/drydocker/docker/build.sh: line 25: popd: directory stack empty
67Error response from daemon: No such image: 40fd8ef2579efd6675a87699da29b0555ca9e79ab5a9b7551d834f6238d286d0
68Error: failed to remove images: [ba9ced79449e]
69+ retval=0
70+ popd
71+ exit 0
72

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

38Step 5 : RUN wget -O/etc/yum.repos.d/Kolab:Winterfell.repo http://obs.kolabsys.com/repositories/Kolab:/Winterfell/CentOS_7/Kolab:Winterfell.repo
39 ---> Using cache
40 ---> 22f4bf0b885b
41Step 6 : RUN wget -O/etc/yum.repos.d/Kolab:16.repo http://obs.kolabsys.com/repositories/Kolab:/16/CentOS_7/Kolab:16.repo
42 ---> Using cache
43 ---> d01f472fbe0a
44Step 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
45 ---> Using cache
46 ---> 91148f8dc6b0
47Step 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
48 ---> Using cache
49 ---> 95fa590ce84c
50Step 9 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Winterfell.repo
51 ---> Using cache
52 ---> 52c17054a3b1
53Step 10 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:16.repo
54 ---> Using cache
55 ---> cd3cd6aba8db
56Step 11 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4.repo
57 ---> Using cache
58 ---> 7acc28015f71
59Step 12 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4:Updates.repo
60 ---> Using cache
61 ---> 01ca5ecf03d4
62Step 13 : RUN rpm --import https://ssl.kolabsys.com/community.asc
63 ---> Using cache
64 ---> 242be29cbf47
65Step 14 : RUN wget -O/etc/yum.repos.d/openSUSE:Tools.repo http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo
66 ---> Using cache
67 ---> 250b7304d983
68Step 15 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
69 ---> Using cache
70 ---> eafd0c1376c6
71Step 16 : ENV IMAGE maipo
72 ---> Using cache
73 ---> 8f3a21685ef3
74Step 17 : ADD /dbus.service /etc/systemd/system/dbus.service
75 ---> Using cache
76 ---> 9301c988fe3b
77Step 18 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
78 ---> Using cache
79 ---> 85fb3c8a82a1
80Step 19 : ADD /httpd.service /etc/systemd/system/httpd.service
81 ---> Using cache
82 ---> a44e2952e5fb
83Step 20 : ADD /vimrc /root/.vimrc
84 ---> Using cache
85 ---> e6ae46d20061
86Step 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
87 ---> Using cache
88 ---> 2f53ea56194c
89Step 22 : ADD /systemctl /usr/bin/systemctl
90 ---> Using cache
91 ---> 73772983e15b
92Step 23 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
93 ---> Using cache
94 ---> 824dd551647b
95Step 24 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
96 ---> Using cache
97 ---> 61b92bd0c65e
98Step 25 : RUN mkdir -p /run/lock
99 ---> Using cache
100 ---> c5bd1546a945
101Step 26 : RUN ln -sf /bin/true /sbin/semanage
102 ---> Using cache
103 ---> f87e9674a9af
104Step 27 : RUN sed -i -e '/requiretty/d' /etc/sudoers
105 ---> Using cache
106 ---> 658b0c6ce2de
107Step 28 : WORKDIR /srv
108 ---> Using cache
109 ---> f3b4ab1e3727
110Step 29 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
111 ---> Using cache
112 ---> 90a746d4a3c6
113Step 30 : WORKDIR /srv/closure-compiler.git
114 ---> Using cache
115 ---> 1716c5750114
116Step 31 : RUN ant jar
117 ---> Using cache
118 ---> ec9cc2712d67
119Step 32 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabenterprise.com/pub/releases/selenium-server-standalone.jar
120 ---> Using cache
121 ---> f3162f2649c3
122Step 33 : ADD /functions.sh /functions.sh
123 ---> Using cache
124 ---> 6e20869e074a
125Step 34 : ADD /entrypoint.sh /entrypoint.sh
126 ---> Using cache
127 ---> 352a22a1eda4
128Step 35 : RUN chmod a+x /entrypoint.sh
129 ---> Using cache
130 ---> b96181f8c806
131Step 36 : ENTRYPOINT /entrypoint.sh
132 ---> Using cache
133 ---> 939f00571cbb
134Successfully built 939f00571cbb
135docker tag -f kolab/ci-maipo:HEAD docker.io/kolab/ci-maipo:HEAD
136/var/drydock/workingcopy-57/repo/docker
137

Lease Working Copy on atomic01.kolabsys.com

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

Event Timeline