Page MenuHomePhorge

Build 4058
FailedPublic

Drydock: Run Command

When
Completed at Jun 29 2016, 4:00 PM · Built for 3 m, 3 s
Status
Failed

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

6+ test_performance=1
7+ test_unit=1
8+ test_obs=1
9+ '[' -z git ']'
10+ case ${vcs} in
11++ basename ssh://git@git.kolab.org/diffusion/P/pykolab.git .git
12+ package=pykolab
13++ echo ssh://git@git.kolab.org/diffusion/P/pykolab.git
14++ sed -e 's|ssh://git@|https://|g'
15+ ro_uri=https://git.kolab.org/diffusion/P/pykolab.git
16+ case ${package} in
17++ pwd
18+ export TMPDIR=/var/drydock/workingcopy-215829/repo/pykolab
19+ TMPDIR=/var/drydock/workingcopy-215829/repo/pykolab
20+ '[' '!' -d pykolab.git ']'
21+ pushd pykolab.git
22+ git remote set-url origin https://git.kolab.org/diffusion/P/pykolab.git
23+ git fetch origin
24From https://git.kolab.org/diffusion/P/pykolab
25 bfb9070..bb79243 master -> origin/master
26 58e6400..571d9a0 pykolab-0.7 -> origin/pykolab-0.7
27+ git reset --hard origin/master
28+ git clean -d -f -x
29+ git checkout 571d9a0aaf4c9b85fdf8bb2c744cc39892471ea9
30Previous HEAD position was bb79243... Eliminate get_entry_attribute() in setup_ldap
31HEAD is now at 571d9a0... Eliminate get_entry_attribute() in setup_ldap
32+ popd
33+ '[' pykolab '!=' 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
38From https://git.kolab.org/diffusion/QA/stick
39 75cd47f..e2d6ea9 master -> origin/master
40+ git reset --hard origin/master
41+ git clean -d -f -x
42+ popd
43+ export commit
44+ export differential
45+ export id
46+ export package
47+ export phid
48+ export ro_uri
49+ export uri
50+ export vcs
51+ export test_build
52+ export test_functional
53+ export test_integration
54+ export test_performance
55+ export test_unit
56+ export test_obs
57+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
58+ '[' -x stick.git/drydocker/pykolab/build.sh ']'
59+ pushd pykolab.git
60+ ../stick.git/drydocker/pykolab/build.sh
61+ docker run -i --attach=stdout --attach=stderr --detach=false --rm=true --volume=/root/.oscrc:/root/.oscrc --volume=/var/tmp/osbuild-packagecache/:/var/tmp/osbuild-packagecache/ --hostname=kolab.example.org -e ID=4058 -e COMMIT=571d9a0aaf4c9b85fdf8bb2c744cc39892471ea9 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-eas3euvxml3jm7346oht -e URI=ssh://git@git.kolab.org/diffusion/P/pykolab.git -e RO_URI=https://git.kolab.org/diffusion/P/pykolab.git -e VCS=git -e TEST_BUILD=1 -e TEST_FUNCTIONAL=1 -e TEST_INTEGRATION=1 -e TEST_PERFORMANCE=1 -e TEST_UNIT=1 -e TEST_OBS=1 kolab/ci-maipo
62Switched to a new branch 'dev/boddie'
63Switched to a new branch 'dev/boddie-new/combined'
64Switched to a new branch 'dev/boddie-new/setup'
65Switched to a new branch 'dev/confmgmt'
66Switched to a new branch 'dev/entitlements'
67Switched to a new branch 'dev/kolab-test-suite'
68Switched to a new branch 'dev/kolab-test-tools'
69Switched to branch 'master'
70Switched to a new branch 'pykolab-0.2'
71Switched to a new branch 'pykolab-0.3'
72Switched to a new branch 'pykolab-0.4'
73Switched to a new branch 'pykolab-0.5'
74Note: checking out 'pykolab-0.5.14'.
75
76You are in 'detached HEAD' state. You can look around, make experimental
77changes and commit them, and you can discard any commits you make in this
78state without impacting any branches by performing another checkout.
79
80If you want to create a new branch to retain commits you create, you may
81do so (now or later) by using -b with the checkout command again. Example:
82
83 git checkout -b new_branch_name
84
85HEAD is now at a35735a... 0.5.14
86Previous HEAD position was a35735a... 0.5.14
87Switched to a new branch 'pykolab-0.6'
88Switched to a new branch 'pykolab-0.7'
89Note: checking out '571d9a0aaf4c9b85fdf8bb2c744cc39892471ea9'.
90
91You are in 'detached HEAD' state. You can look around, make experimental
92changes and commit them, and you can discard any commits you make in this
93state without impacting any branches by performing another checkout.
94
95If you want to create a new branch to retain commits you create, you may
96do so (now or later) by using -b with the checkout command again. Example:
97
98 git checkout -b new_branch_name
99
100HEAD is now at 571d9a0... Eliminate get_entry_attribute() in setup_ldap
101+ exit 1
102+ retval=1
103+ popd
104+ exit 1
105

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

1043test_011_load_from_message (tests.unit.test-019-contact.TestContactXML) ... ok
1044test_020_to_dict (tests.unit.test-019-contact.TestContactXML) ... ok
1045test_001_plain_insert (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1046test_002_plain_encoding_insert (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1047test_003_unicode_insert (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1048test_004_unicode_escape (tests.unit.test-020-auth_cache.TestAuthCache) ... SKIP: Double encoding or decoding
1049test_005_longkey (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1050test_006_plain_update (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1051test_007_plain_encoding_update (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1052test_008_unicode_update (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1053test_009_unicode_escape_update (tests.unit.test-020-auth_cache.TestAuthCache) ... SKIP: Double encoding or decoding
1054test_010_longkey_update (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1055test_001_normalize (tests.unit.test-022-utils.TestTranslate) ... ok
1056The spaces in attributes used for mail generation. ... ok
1057
1058----------------------------------------------------------------------
1059Ran 148 tests in 3.359s
1060
1061OK (SKIP=2)
1062/srv/pykolab.git
1063Running ../stick.git/drydocker/pykolab/test_unit.sh OK (at 571d9a0aaf4c9b85fdf8bb2c744cc39892471ea9)
1064Running ../stick.git/drydocker/pykolab/test_obs.sh ...
1065/srv/pykolab.git /srv/pykolab.git
1066Running obs_build_local ...
1067/srv/pykolab.git /srv/pykolab.git /srv/pykolab.git
1068++++ git branch --contains 571d9a0aaf4c9b85fdf8bb2c744cc39892471ea9
1069++++ sed -r -e 's/^\* //g' -e 's/^ //g'
1070++++ grep -E '^(develop|master|pykolab|[a-z0-9-]+([0-9]+\.?))'
1071++++ sort --version-sort -u
1072+++ branches=pykolab-0.7
1073+++ echo 'Branches that contain 571d9a0aaf4c9b85fdf8bb2c744cc39892471ea9:'
1074Branches that contain 571d9a0aaf4c9b85fdf8bb2c744cc39892471ea9:
1075+++ sed -e 's/\s/\r\n/g'
1076+++ echo pykolab-0.7
1077pykolab-0.7
1078++++ echo pykolab-0.7
1079++++ sed -e 's/\s/\r\n/g'
1080++++ grep -E '^master$'
1081+++ '[' '!' -z '' ']'
1082++++ echo pykolab-0.7
1083++++ sed -e 's/\s/\r\n/g'
1084++++ tail -n 1
1085+++ branch=pykolab-0.7
1086+++ echo 'Branch is '\''pykolab-0.7'\'''
1087Branch is 'pykolab-0.7'
1088++++ git branch -la
1089++++ sed -r -e 's/^\* //g' -e 's/^ remotes\/origin\///g' -e '/^HEAD/d'
1090++++ grep -E '^(pykolab|[a-z0-9-]+([0-9]+\.?))'
1091++++ tail -n 1
1092++++ sort --version-sort -u
1093+++ latest_stable_branch=pykolab-0.7
1094+++ echo 'The latest stable branch is '\''pykolab-0.7'\'''
1095The latest stable branch is 'pykolab-0.7'
1096+++ '[' pykolab-0.7 == master ']'
1097+++ master_version=0
1098++++ echo pykolab-0.7
1099++++ sed -r -e 's/^.*([0-9]+(\.[0-9]+)+)$/\1/g'
1100+++ stable_version=0.7
1101+++ echo 'This puts the version for stable at 0.7'
1102This puts the version for stable at 0.7
1103++++ git tag -l
1104++++ grep -E '0.7(\.[0-9]+)+$'
1105++++ sed -r -e 's/^.*([0-9]\.([0-9]+(\.[0-9]+)+))$/\1/g'
1106++++ sort --version-sort -u
1107++++ awk -F. '{$NF+=1; OFS="."; print $0}'
1108++++ tail -n 1
1109+++ tag_version=0.7.27
1110++++ echo -e '0\n0.7\n0.7.27'
1111++++ sort --version-sort -u
1112++++ tail -n 1
1113+++ new_version=0.7.27
1114+++ '[' 0.7.27 == 0 ']'
1115+++ echo 'Going with new version: '\''0.7.27'\'''
1116Going with new version: '0.7.27'
1117+++ set - -x
1118/srv /srv/pykolab.git /srv/pykolab.git
1119Server returned an error: HTTP Error 404: Not Found
1120Error getting meta for project '' package 'pykolab'
1121pykolab
1122/srv/stick.git/drydocker/generic_obs.sh: line 24: pushd: /pykolab: No such file or directory
1123/srv/pykolab.git /srv /srv/pykolab.git /srv/pykolab.git
1124Going with new version: '0.7.27'
1125About to create /srv//pykolab/pykolab-0.7.27.tar.gz
1126/srv/stick.git/drydocker/generic_obs.sh: line 48: /srv//pykolab/pykolab-0.7.27.tar.gz: No such file or directory
1127Creating /srv//pykolab/pykolab-0.7.27.tar.gz completed
1128ls: cannot access /srv//pykolab/: No such file or directory
1129/srv /srv/pykolab.git /srv/pykolab.git
1130Error: '/srv' is not an osc project dir or working copy
1131/srv/pykolab.git /srv/pykolab.git
1132/srv/pykolab.git
1133Running obs_build_local FAILED (at 571d9a0aaf4c9b85fdf8bb2c744cc39892471ea9)
1134Running ../stick.git/drydocker/pykolab/test_obs.sh FAILED (at 571d9a0aaf4c9b85fdf8bb2c744cc39892471ea9)
1135========================================================================
1136 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 571d9a0aaf4c9b85fdf8bb2c744cc39892471ea9)
1137 Running '../stick.git/drydocker/pykolab/test_unit.sh' OK (at 571d9a0aaf4c9b85fdf8bb2c744cc39892471ea9)
1138 Running 'obs_build_local' FAILED (at 571d9a0aaf4c9b85fdf8bb2c744cc39892471ea9)
1139 Running '../stick.git/drydocker/pykolab/test_obs.sh' FAILED (at 571d9a0aaf4c9b85fdf8bb2c744cc39892471ea9)
1140========================================================================
1141/var/drydock/workingcopy-215829/repo/pykolab
1142

Lease Working Copy

When
Completed at Jun 29 2016, 3:57 PM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at Jun 29 2016, 3:57 PM · Built instantly
Status
Passed

Event Timeline