Page MenuHomePhorge

Build 2197
FailedPublic

Drydock: Run Command on atomic02.kolabsys.com

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

Build Log 7485 (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-64/repo/docker
20+ TMPDIR=/var/drydock/workingcopy-64/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 287226d..340b3b9 master -> origin/master
27 dee5776..86706ec development -> origin/development
28+ git reset --hard origin/master
29+ git clean -d -f -x
30+ git checkout master
31Already on 'master'
32+ popd
33+ '[' docker '!=' stick ']'
34+ '[' '!' -d stick.git ']'
35+ pushd stick.git
36+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
37+ git fetch origin
38+ git reset --hard origin/master
39+ git clean -d -f -x
40+ popd
41+ export commit
42+ export differential
43+ export id
44+ export package
45+ export phid
46+ export ro_uri
47+ export uri
48+ export vcs
49+ export test_build
50+ export test_functional
51+ export test_integration
52+ export test_performance
53+ export test_unit
54+ export test_obs
55+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
56+ '[' -x stick.git/drydocker/docker/build.sh ']'
57+ pushd docker.git
58+ ../stick.git/drydocker/docker/build.sh
59../stick.git/drydocker/docker/build.sh: line 3: pushd: /var/drydock/workingcopy-64/repo/docker/docker.git/ci: No such file or directory
60/bin/sh: line 2: kubectl: command not found
61/bin/sh: line 2: kubectl: command not found
62/bin/sh: line 2: kubectl: command not found
63sudo: no tty present and no askpass program specified
64unable to prepare context: unable to evaluate symlinks in context path: lstat /var/drydock/workingcopy-64/repo/docker/docker.git/*-Makefile: no such file or directory
65make: *** [Makefile] Error 1
66+ retval=2
67+ popd
68+ exit 2
69

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

1/var/drydock/workingcopy-64/repo/docker/docker.git /var/drydock/workingcopy-64/repo/docker
2HEAD is now at 340b3b9 Shouldn't kill things
3/var/drydock/workingcopy-64/repo/docker
4/var/drydock/workingcopy-64/repo/docker/stick.git /var/drydock/workingcopy-64/repo/docker
5HEAD is now at df41eb7 Increase the number of folders
6/var/drydock/workingcopy-64/repo/docker
7/var/drydock/workingcopy-64/repo/docker/docker.git /var/drydock/workingcopy-64/repo/docker
8Undetermined amount of free space, cleaning up in any case.
9for replicationcontroller in $(kubectl get --no-headers=true replicationcontrollers | awk '{print $1}' | grep -v kubernetes); do \
10 kubectl delete replicationcontroller ${replicationcontroller} 2>/dev/null || : ; \
11done
12for service in $(kubectl get --no-headers=true services | awk '{print $1}' | grep -v kubernetes); do \
13 kubectl delete service ${service} 2>/dev/null || : ; \
14done
15for pod in $(kubectl get --no-headers=true pods | awk '{print $1}' | grep -v kubernetes); do \
16 kubectl delete pod ${pod} 2>/dev/null || : ; \
17done
18for container in $(docker ps -aq); do \
19 docker rm ${container} ; \
20done
21for image in $(docker images -q --filter dangling=true); do \
22 docker rmi ${image} ; \
23done
24sudo rm -rf /var/lib/atomicapp/kolab-atomicapp/ || :
25docker build -t kolab/Makefile:latest *-Makefile
26/var/drydock/workingcopy-64/repo/docker
27

Lease Working Copy on atomic02.kolabsys.com

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

Event Timeline