Page MenuHomePhorge

Build 2195
FailedPublic

Drydock: Run Command on atomic02.kolabsys.com

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

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

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

1Cloning into 'docker.git'...
2/var/drydock/workingcopy-60/repo/docker/docker.git /var/drydock/workingcopy-60/repo/docker
3/var/drydock/workingcopy-60/repo/docker
4/var/drydock/workingcopy-60/repo/docker/stick.git /var/drydock/workingcopy-60/repo/docker
5HEAD is now at df41eb7 Increase the number of folders
6/var/drydock/workingcopy-60/repo/docker
7/var/drydock/workingcopy-60/repo/docker/docker.git /var/drydock/workingcopy-60/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-60/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