Page MenuHomePhorge

Build 4096
FailedPublic

Drydock: Run Command

When
Completed at Jul 4 2016, 9:41 AM · Built for 2 m, 8 s
Status
Failed

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

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 939dcc0..132ea08 master -> origin/master
26 ca53e16..6336f44 pykolab-0.7 -> origin/pykolab-0.7
27 * [new tag] pykolab-0.7.27 -> pykolab-0.7.27
28From https://git.kolab.org/diffusion/P/pykolab
29 * [new tag] pykolab-0.8.1 -> pykolab-0.8.1
30+ git reset --hard origin/master
31+ git clean -d -f -x
32+ git checkout 1c17cb9ef0465cdeec3b795da4df777b45d25357
33Previous HEAD position was 132ea08... ID directly after authentication, before asking for admin or hierarchy separators
34HEAD is now at 1c17cb9... Use the correct constants import and __version__ value from it
35+ popd
36+ '[' pykolab '!=' stick ']'
37+ '[' '!' -d stick.git ']'
38+ pushd stick.git
39+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
40+ git fetch origin
41+ git reset --hard origin/master
42+ git clean -d -f -x
43+ popd
44+ export commit
45+ export differential
46+ export id
47+ export package
48+ export phid
49+ export ro_uri
50+ export uri
51+ export vcs
52+ export test_build
53+ export test_functional
54+ export test_integration
55+ export test_performance
56+ export test_unit
57+ export test_obs
58+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
59+ '[' -x stick.git/drydocker/pykolab/build.sh ']'
60+ pushd pykolab.git
61+ ../stick.git/drydocker/pykolab/build.sh
62+ 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=4096 -e COMMIT=1c17cb9ef0465cdeec3b795da4df777b45d25357 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-yykhamw66gkhotdzrevb -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
63Switched to a new branch 'dev/boddie'
64Switched to a new branch 'dev/boddie-new/combined'
65Switched to a new branch 'dev/boddie-new/setup'
66Switched to a new branch 'dev/confmgmt'
67Switched to a new branch 'dev/entitlements'
68Switched to a new branch 'dev/kolab-test-suite'
69Switched to a new branch 'dev/kolab-test-tools'
70Switched to branch 'master'
71Switched to a new branch 'pykolab-0.2'
72Switched to a new branch 'pykolab-0.3'
73Switched to a new branch 'pykolab-0.4'
74Switched to a new branch 'pykolab-0.5'
75Note: checking out 'pykolab-0.5.14'.
76
77You are in 'detached HEAD' state. You can look around, make experimental
78changes and commit them, and you can discard any commits you make in this
79state without impacting any branches by performing another checkout.
80
81If you want to create a new branch to retain commits you create, you may
82do so (now or later) by using -b with the checkout command again. Example:
83
84 git checkout -b new_branch_name
85
86HEAD is now at a35735a... 0.5.14
87Previous HEAD position was a35735a... 0.5.14
88Switched to a new branch 'pykolab-0.6'
89Switched to a new branch 'pykolab-0.7'
90Note: checking out '1c17cb9ef0465cdeec3b795da4df777b45d25357'.
91
92You are in 'detached HEAD' state. You can look around, make experimental
93changes and commit them, and you can discard any commits you make in this
94state without impacting any branches by performing another checkout.
95
96If you want to create a new branch to retain commits you create, you may
97do so (now or later) by using -b with the checkout command again. Example:
98
99 git checkout -b new_branch_name
100
101HEAD is now at 1c17cb9... Use the correct constants import and __version__ value from it
102+ exit 1
103+ retval=1
104+ popd
105+ exit 1
106

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

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

Lease Working Copy

When
Completed at Jul 4 2016, 9:39 AM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at Jul 4 2016, 9:39 AM · Built instantly
Status
Passed

Event Timeline