Page MenuHomePhorge

Build 2198
PassedPublic

You are viewing an older run of this build. View Current Build

History

Drydock: Run Command on atomic01.kolabsys.com

When
Completed at Dec 23 2015, 11:55 AM · Built for 3 s
Status
Failed

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

42+ export package
43+ export phid
44+ export ro_uri
45+ export uri
46+ export vcs
47+ export test_build
48+ export test_functional
49+ export test_integration
50+ export test_performance
51+ export test_unit
52+ export test_obs
53+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
54+ '[' -x stick.git/drydocker/docker/build.sh ']'
55+ pushd docker.git
56+ ../stick.git/drydocker/docker/build.sh
57../stick.git/drydocker/docker/build.sh: line 3: pushd: /var/drydock/workingcopy-57/repo/docker/docker.git/ci: No such file or directory
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
61unable to prepare context: unable to evaluate symlinks in context path: lstat /var/drydock/workingcopy-57/repo/docker/docker.git/*-Makefile: no such file or directory
62make: *** [Makefile] Error 1
63+ retval=2
64+ popd
65+ exit 2
66

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

1HEAD is now at 1095f48 No sudo either
2/var/drydock/workingcopy-57/repo/docker
3/var/drydock/workingcopy-57/repo/docker/stick.git /var/drydock/workingcopy-57/repo/docker
4HEAD is now at df41eb7 Increase the number of folders
5/var/drydock/workingcopy-57/repo/docker
6/var/drydock/workingcopy-57/repo/docker/docker.git /var/drydock/workingcopy-57/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 -t kolab/Makefile:latest *-Makefile
24/var/drydock/workingcopy-57/repo/docker
25

Lease Working Copy on atomic01.kolabsys.com

When
Completed at Dec 23 2015, 11:55 AM · Built instantly
Status
Passed