Page MenuHomePhorge

Build 2267
PassedPublic

Drydock: Run Command on atomic01.kolabsys.com

When
Completed at Dec 29 2015, 7:48 PM · Built for 12 m, 46 s
Status
Passed

Build Log 7662 (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-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
25From https://git.kolab.org/diffusion/DO/docker
26 cf289da..7bec0a3 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
61Error response from daemon: No such image: c2d9bc13624c
62Error: failed to remove images: [c2d9bc13624c]
63make: *** [clean] Error 1
64Makefile: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.
65Got HTTP status code >= 400: 404 Not found
66The command '/bin/sh -c npm --verbose install -g grunt-cli phantomjs && rm -rf /root/.npm/' returned a non-zero code: 1
67+ retval=0
68+ popd
69+ exit 0
70

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

17445 ---> Using cache
17446 ---> a69f7cebf9d1
17447Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
17448 ---> Using cache
17449 ---> 71d4375a04da
17450Step 11 : ADD /httpd.service /etc/systemd/system/httpd.service
17451 ---> Using cache
17452 ---> 6269471589e9
17453Step 12 : ADD /systemctl /usr/bin/systemctl
17454 ---> Using cache
17455 ---> ff5c649c1a24
17456Step 13 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
17457 ---> Using cache
17458 ---> 6219b0830ae2
17459Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
17460 ---> Using cache
17461 ---> 9de1cbd36bc5
17462Step 15 : ADD /vimrc /root/.vimrc
17463 ---> Using cache
17464 ---> b082e9015aa1
17465Step 16 : RUN dnf clean all && dnf -y install yum-plugin-priorities && dnf -y install 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 && dnf clean all
17466 ---> Using cache
17467 ---> 6b750446a0bf
17468Step 17 : RUN sed -i -e '/requiretty/d' /etc/sudoers
17469 ---> Using cache
17470 ---> c53d2d2c74f6
17471Step 18 : WORKDIR /srv
17472 ---> Using cache
17473 ---> 9c484775a025
17474Step 19 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
17475 ---> Using cache
17476 ---> 749651c32c9e
17477Step 20 : WORKDIR /srv/closure-compiler.git
17478 ---> Using cache
17479 ---> 12840f3cb76e
17480Step 21 : RUN ant jar
17481 ---> Using cache
17482 ---> 826470e1be9c
17483Step 22 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar /usr/local/lib/selenium-server-standalone.jar
17484
17485 ---> Using cache
17486 ---> 95d92cd6e94d
17487Step 23 : WORKDIR /srv
17488 ---> Using cache
17489 ---> 8e249b256478
17490Step 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*
17491 ---> Using cache
17492 ---> 695df7579ab8
17493Step 25 : ADD /functions.sh /
17494 ---> Using cache
17495 ---> f5caabf4ce67
17496Step 26 : ADD entrypoint.sh /
17497 ---> Using cache
17498 ---> fbc62a7195ab
17499Step 27 : RUN chmod 755 /entrypoint.sh
17500 ---> Using cache
17501 ---> be5477e02d33
17502Step 28 : ENTRYPOINT /entrypoint.sh
17503 ---> Using cache
17504 ---> e9e0c325c572
17505Successfully built e9e0c325c572
17506== ./atomicapp ==
17507Sending build context to Docker daemon 9.216 kB
17508Sending build context to Docker daemon 9.216 kB
17509
17510Step 0 : FROM projectatomic/atomicapp:0.3.0
17511 ---> d31c1e84399e
17512Step 1 : MAINTAINER Kolab Systems <contact@kolabsys.com>
17513 ---> Using cache
17514 ---> cf34020ba876
17515Step 2 : LABEL io.projectatomic.nulecule.providers "kubernetes" io.projectatomic.nulecule.specversion "0.0.2"
17516 ---> Using cache
17517 ---> 075329eb108a
17518Step 3 : ADD /Nulecule /Dockerfile /application-entity/
17519 ---> Using cache
17520 ---> decfecb3b97a
17521Step 4 : ADD /artifacts /application-entity/artifacts/
17522 ---> Using cache
17523 ---> 33fc3c952f86
17524Successfully built 33fc3c952f86
17525Deleted: ac5860ef6ee11fb0f4133aba5bcf7d084706e4cdd04e6cac473a87339aa8807c
17526Deleted: b25df988cf5d241e065a004a6e20c2d687e06c10ef8bcc53943cd6ee6ca1e644
17527Deleted: 62f536c24e5c61fa14251421575e237a85b443f5fc52e5a71e29abcffaa41aa1
17528Deleted: e90a858eadfcca9d32fffe85b02b97fc205cea8f20839cebb2fd25a2ea618809
17529Deleted: 1bb4869b526bde14b3a805b7fa1a6335e47acef80d198118fb2fe0d23a784fd3
17530Deleted: c0f0c82b9999126d12957128aa267b2c405c928e69ff5825e1643485e11faff8
17531Deleted: 31896f81edac0a877d3936aea8c53969c1804f9bbb9f82abb6b80c4e18b26df0
17532Deleted: 4a4a64da249356259e9702d06d918774608b8c3d1b37044c7070c443f23331a1
17533Deleted: aa79d20555b0b233e1174985aa710d5801dcc62a58b96ab1eb5f2d83f508c245
17534Deleted: e36621ecbe3ab2aae0fa1439366c1309183e4eaf5fee63c0cd3d937d7ecea82e
17535Deleted: ecbc5789b4e7af4964cab433c9afd8795bc5918872b9586f9b0dfda716a25185
17536Deleted: 28e16b07abb0f4a306ba87e80b8447ba7bf85afa0f4466aff348f7fd44a4fed9
17537Deleted: ee1f0b78ef88bfe2ccb18a72c7ec2b95bca3a57ac3016698d43acf79515cfa0f
17538Deleted: cbddf8315e4f2050819038219ec1d37bafd95671caef3c62ebcf87066ef0212c
17539Deleted: 361efaec1f0f6ba27a01a0d3378004e4310b804cbe61451c4fd43199b1f7c4ae
17540Deleted: 3c33726ff52e88e238562e82fbeac19dacaff8815b9805c110aa5820e4615074
17541Deleted: 95638f8ea59aa690125aa229fe479cd472999e7c66b0aceb2c4543d090ae2cd5
17542Deleted: 5b213a8bc4fe2fc9d911cd4184301a6e8eaed920fbdf5dc3cbbfd1dbf87bfc6f
17543/var/drydock/workingcopy-55/repo/docker
17544

Lease Working Copy on atomic01.kolabsys.com

When
Completed at Dec 29 2015, 7:35 PM · Built instantly
Status
Passed

Event Timeline