Page MenuHomePhorge

Build 4077
FailedPublic

Drydock: Run Command

When
Completed at Jul 1 2016, 9:59 AM · Built for 1 m, 49 s
Status
Failed

Build Log 11594 (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-67/repo/pykolab
19+ TMPDIR=/var/drydock/workingcopy-67/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 bb79243..939dcc0 master -> origin/master
26 571d9a0..ca53e16 pykolab-0.7 -> origin/pykolab-0.7
27+ git reset --hard origin/master
28+ git clean -d -f -x
29+ git checkout 8f2b6193642d90c64fb5bd3511acad8c3f3afefc
30Previous HEAD position was 939dcc0... Use COMMENT in invitation policy notifications (#5403)
31HEAD is now at 8f2b619... Use COMMENT in invitation policy notifications (#5403)
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 e2d6ea9..b19634d 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=4077 -e COMMIT=8f2b6193642d90c64fb5bd3511acad8c3f3afefc -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-trfeoh3jbqojotiuwvzq -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 '8f2b6193642d90c64fb5bd3511acad8c3f3afefc'.
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 8f2b619... Use COMMENT in invitation policy notifications (#5403)
101+ exit 1
102+ retval=1
103+ popd
104+ exit 1
105

Build Log 11593 (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.190s
1076
1077OK (SKIP=2)
1078/srv/pykolab.git
1079Running ../stick.git/drydocker/pykolab/test_unit.sh OK (at 8f2b6193642d90c64fb5bd3511acad8c3f3afefc)
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 8f2b6193642d90c64fb5bd3511acad8c3f3afefc
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 8f2b6193642d90c64fb5bd3511acad8c3f3afefc:'
1090Branches that contain 8f2b6193642d90c64fb5bd3511acad8c3f3afefc:
1091+++ sed -e 's/\s/\r\n/g'
1092+++ echo pykolab-0.7
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++++ sort --version-sort -u
1107++++ grep -E '^(pykolab|[a-z0-9-]+([0-9]+\.?))'
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++++ sed -r -e 's/^.*([0-9]\.([0-9]+(\.[0-9]+)+))$/\1/g'
1122++++ tail -n 1
1123++++ sort --version-sort -u
1124++++ awk -F. '{$NF+=1; OFS="."; print $0}'
1125+++ tag_version=0.7.27
1126++++ echo -e '0\n0.7\n0.7.27'
1127++++ sort --version-sort -u
1128++++ tail -n 1
1129+++ new_version=0.7.27
1130+++ '[' 0.7.27 == 0 ']'
1131+++ echo 'Going with new version: '\''0.7.27'\'''
1132Going with new version: '0.7.27'
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.27'
1141About to create /srv//pykolab/pykolab-0.7.27.tar.gz
1142/srv/stick.git/drydocker/generic_obs.sh: line 48: /srv//pykolab/pykolab-0.7.27.tar.gz: No such file or directory
1143Creating /srv//pykolab/pykolab-0.7.27.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 8f2b6193642d90c64fb5bd3511acad8c3f3afefc)
1150Running ../stick.git/drydocker/pykolab/test_obs.sh FAILED (at 8f2b6193642d90c64fb5bd3511acad8c3f3afefc)
1151========================================================================
1152 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 8f2b6193642d90c64fb5bd3511acad8c3f3afefc)
1153 Running '../stick.git/drydocker/pykolab/test_unit.sh' OK (at 8f2b6193642d90c64fb5bd3511acad8c3f3afefc)
1154 Running 'obs_build_local' FAILED (at 8f2b6193642d90c64fb5bd3511acad8c3f3afefc)
1155 Running '../stick.git/drydocker/pykolab/test_obs.sh' FAILED (at 8f2b6193642d90c64fb5bd3511acad8c3f3afefc)
1156========================================================================
1157/var/drydock/workingcopy-67/repo/pykolab
1158

Lease Working Copy

When
Completed at Jul 1 2016, 9:57 AM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at Jul 1 2016, 9:57 AM · Built instantly
Status
Passed

Event Timeline