Page MenuHomePhorge

Build 3066
FailedPublic

Drydock: Run Command on atomic01.kolabsys.com

When
Completed at Mar 9 2016, 11:10 AM · Built for 2 s
Status
Failed

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

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
61../stick.git/drydocker/docker/build.sh: line 19: pushd: /srv/.git: No such file or directory
62../stick.git/drydocker/docker/build.sh: line 25: popd: directory stack empty
63unable to prepare context: unable to evaluate symlinks in context path: lstat /var/drydock/workingcopy-215926/repo/docker/docker.git/*-ci-maipo: no such file or directory
64make: *** [ci-maipo] Error 1
65+ retval=2
66+ popd
67+ exit 2
68

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

1HEAD is now at 2e65c66 mirror.ks.c -> mirror.ke.c
2/var/drydock/workingcopy-215926/repo/docker
3/var/drydock/workingcopy-215926/repo/docker/stick.git /var/drydock/workingcopy-215926/repo/docker
4HEAD is now at 3d6b5d4 Switch to the local mirror
5/var/drydock/workingcopy-215926/repo/docker
6/var/drydock/workingcopy-215926/repo/docker/docker.git /var/drydock/workingcopy-215926/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
23docker build --rm -t kolab/ci-maipo:HEAD *-ci-maipo
24/var/drydock/workingcopy-215926/repo/docker
25

Lease Working Copy on atomic01.kolabsys.com

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

Event Timeline