Page MenuHomePhorge

Build 2547
PassedPublic

Drydock: Run Command on atomic01.kolabsys.com

When
Completed at Feb 3 2016, 7:12 PM · Built for 11 m, 45 s
Status
Passed

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

1+ '[' -z master -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-63/repo/docker
20+ TMPDIR=/var/drydock/workingcopy-63/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 772d814..49420a1 master -> origin/master
27+ git reset --hard origin/master
28+ git clean -d -f -x
29+ git checkout master
30Already on 'master'
31+ popd
32+ '[' docker '!=' stick ']'
33+ '[' '!' -d stick.git ']'
34+ pushd stick.git
35+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
36+ git fetch origin
37+ git reset --hard origin/master
38+ git clean -d -f -x
39+ popd
40+ export commit
41+ export differential
42+ export id
43+ export package
44+ export phid
45+ export ro_uri
46+ export uri
47+ export vcs
48+ export test_build
49+ export test_functional
50+ export test_integration
51+ export test_performance
52+ export test_unit
53+ export test_obs
54+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
55+ '[' -x stick.git/drydocker/docker/build.sh ']'
56+ pushd docker.git
57+ ../stick.git/drydocker/docker/build.sh
58/bin/sh: line 2: kubectl: command not found
59/bin/sh: line 2: kubectl: command not found
60/bin/sh: line 2: kubectl: command not found
61Makefile:12: *** The 'sphinx-build' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the 'sphinx-build' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/. Stop.
62Got HTTP status code >= 400: 404 Not found
63Got HTTP status code >= 400: 404 Not Found
64Got HTTP status code >= 400: 404 Not Found
65+ retval=0
66+ popd
67+ exit 0
68

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

13592 ---> 2de48f5245d8
13593Step 24 : RUN wget http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 && tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 && cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
13594 ---> Using cache
13595 ---> 2fddc017b311
13596Step 25 : ADD /functions.sh /
13597 ---> Using cache
13598 ---> 1aa952540f3d
13599Step 26 : ADD entrypoint.sh /
13600 ---> Using cache
13601 ---> 283e229e1c87
13602Step 27 : RUN chmod 755 /entrypoint.sh
13603 ---> Using cache
13604 ---> b4079ffccdc1
13605Step 28 : ENTRYPOINT /entrypoint.sh
13606 ---> Using cache
13607 ---> 3b3aaaa62b28
13608Successfully built 3b3aaaa62b28
13609== ./99-ci-twentytwo ==
13610Sending build context to Docker daemon 37.38 kB
13611Sending build context to Docker daemon 37.38 kB
13612
13613Step 0 : FROM fedora:22
13614 ---> 9eb9e09c9cb3
13615Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
13616 ---> Using cache
13617 ---> fd55968ef474
13618Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Winterfell/Fedora_22/Kolab:Winterfell.repo /etc/yum.repos.d/Kolab:Winterfell.repo
13619== ./99-ci-xenial ==
13620Sending build context to Docker daemon 10.75 kB
13621Sending build context to Docker daemon 10.75 kB
13622
13623Step 0 : FROM docker.io/ubuntu:xenial
13624 ---> bca8c5fdadfa
13625Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
13626 ---> Using cache
13627 ---> 129c6151ab6d
13628Step 2 : ENV DEBIAN_FRONTEND noninteractive
13629 ---> Using cache
13630 ---> 084dfe362405
13631Step 3 : RUN apt-get update && apt-get -y install aptitude git wget && apt-get clean
13632 ---> Using cache
13633 ---> 103bb4a93aea
13634Step 4 : ADD /kolab.list /etc/apt/sources.list.d/kolab.list
13635 ---> Using cache
13636 ---> 99843c9e99e6
13637Step 5 : RUN wget -q -O- http://obs.kolabsys.com/repositories/Kolab:/Winterfell/Ubuntu_16.04/Release.key | apt-key add -
13638 ---> Using cache
13639 ---> 905bdb8f0fbd
13640Step 6 : ADD /functions.sh /functions.sh
13641 ---> Using cache
13642 ---> a216015e92de
13643Step 7 : ADD /entrypoint.sh /entrypoint.sh
13644 ---> Using cache
13645 ---> 8a75120ee429
13646Step 8 : RUN chmod a+x /entrypoint.sh
13647 ---> Using cache
13648 ---> 7c345d53907c
13649Step 9 : ENTRYPOINT /entrypoint.sh
13650 ---> Using cache
13651 ---> ac94425fd7ea
13652Successfully built ac94425fd7ea
13653== ./atomicapp ==
13654Sending build context to Docker daemon 9.216 kB
13655Sending build context to Docker daemon 9.216 kB
13656
13657Step 0 : FROM projectatomic/atomicapp:0.3.0
13658 ---> d31c1e84399e
13659Step 1 : MAINTAINER Kolab Systems <contact@kolabsys.com>
13660 ---> Using cache
13661 ---> cf34020ba876
13662Step 2 : LABEL io.projectatomic.nulecule.providers "kubernetes" io.projectatomic.nulecule.specversion "0.0.2"
13663 ---> Using cache
13664 ---> 075329eb108a
13665Step 3 : ADD /Nulecule /Dockerfile /application-entity/
13666 ---> Using cache
13667 ---> 2fbb6a3a0f30
13668Step 4 : ADD /artifacts /application-entity/artifacts/
13669 ---> Using cache
13670 ---> f5b895eb4c99
13671Successfully built f5b895eb4c99
13672Deleted: f2a0e4c2372dd66c9f7e1306d02e8ed9eb240d8649ede398340c75af02d7a6ec
13673Deleted: ff416f96977cf8efbbdee37d0396df23b4d6f31266a89f4d3230a1d7c7aaaa6a
13674Deleted: 6e869c05f829272b5e8bca1db39826318f9cfe7b5a0f1f134be732f286dd98d4
13675Deleted: 39311ce70e513118c59ed66bb5c05e66752310e8104d09b5e9aac255751162d7
13676Deleted: 5c1c989b5340ab95aefbf0846bdb9ef462edf935035aacc9d2e59770f40e15a8
13677Deleted: 9b8101772da7845c455062948e8b3ef02e718bcecbb13ec84841aa4f809a2944
13678Deleted: de244b36abacce85a31ebdbc3dc5a11b7f5d937b0449728e2436fb0511b24e43
13679Deleted: 00fbca7ff6dabb2816896fec4033856cecf30f012b408c8ed222697d311a8d1a
13680Deleted: d71e552ccde2cd5ea1339c90ca4065320500368b8c5e355e894396765dc03096
13681Deleted: 4a9ec52d534b89a8b2863516ebeffb41a4f5ab512ef4c49c4a0f3d87319b2a9d
13682Deleted: e6870167c97dd915bc8778264e71f11071c385e1469309c946bc2c7fc9081d6d
13683Deleted: b8fbd9a5bc7722d79a337548cc179e15da5830e24fc133a28ec07ec8a0903ba8
13684Deleted: 64569438b4cc2c36eb59c628f3155b3dc41d2370c08c2185e3be2b388d9d78e1
13685Deleted: 03040b9e739cb2b0aa25a2c723d19b96a50ac2ab6b981d25c40543bf80ee317a
13686Deleted: 80df38f3a1546f555ecce5581a24c79fbfc296eb33441ed4d1693d14f3b0eca1
13687Deleted: 90843bbc7dd6e072c4d2c926049db578c84b54b5fe3854662e5930474c5b0aca
13688Deleted: abfc18516915a4a6875f8d4a218908866ac3dc239d0d14630583a167783534d6
13689Deleted: 7817e1f538aeb5167f1a569c3fc2a1e4f54b39e3643e542598d95aacbef7e0a0
13690/var/drydock/workingcopy-63/repo/docker
13691

Lease Working Copy on atomic01.kolabsys.com

When
Completed at Feb 3 2016, 7:00 PM · Built instantly
Status
Passed

Event Timeline