Page MenuHomePhorge

Build 2704
PassedPublic

Drydock: Run Command on atomic01.kolabsys.com

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

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

53+ export differential
54+ export id
55+ export package
56+ export phid
57+ export ro_uri
58+ export uri
59+ export vcs
60+ export test_build
61+ export test_functional
62+ export test_integration
63+ export test_performance
64+ export test_unit
65+ export test_obs
66+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
67+ '[' -x stick.git/drydocker/docker/build.sh ']'
68+ pushd docker.git
69+ ../stick.git/drydocker/docker/build.sh
70/bin/sh: line 2: kubectl: command not found
71/bin/sh: line 2: kubectl: command not found
72/bin/sh: line 2: kubectl: command not found
73../stick.git/drydocker/docker/build.sh: line 19: pushd: /srv/.git: No such file or directory
74+ retval=0
75+ popd
76+ exit 0
77

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

1HEAD is now at aa885be Add vim
2/var/drydock/workingcopy-63/repo/docker
3/var/drydock/workingcopy-63/repo/docker/stick.git /var/drydock/workingcopy-63/repo/docker
4HEAD is now at a3bebde Update only the ci-maipo image
5/var/drydock/workingcopy-63/repo/docker
6/var/drydock/workingcopy-63/repo/docker/docker.git /var/drydock/workingcopy-63/repo/docker
7Undetermined amount of free space, cleaning up in any case.
8for replicationcontroller in $(kubectl get --no-headers=true replicationcontrollers | awk '{print $1}' | grep -v kubernetes); do \
9 kubectl delete replicationcontroller ${replicationcontroller} 2>/dev/null || : ; \
10done
11for service in $(kubectl get --no-headers=true services | awk '{print $1}' | grep -v kubernetes); do \
12 kubectl delete service ${service} 2>/dev/null || : ; \
13done
14for pod in $(kubectl get --no-headers=true pods | awk '{print $1}' | grep -v kubernetes); do \
15 kubectl delete pod ${pod} 2>/dev/null || : ; \
16done
17for container in $(docker ps -aq); do \
18 docker rm ${container} ; \
19done
20for image in $(docker images -q --filter dangling=true); do \
21 docker rmi ${image} ; \
22done
23SKIPPED: make (behind master)
24/var/drydock/workingcopy-63/repo/docker
25

Lease Working Copy on atomic01.kolabsys.com

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

Event Timeline