Page MenuHomePhorge

Build 3338
FailedPublic

Drydock: Run Command

When
Completed at Apr 14 2016, 11:42 AM · Built for 1 m, 35 s
Status
Failed

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

4+ test_functional=1
5+ test_integration=1
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 ec6b2d6..7f7f0df master -> origin/master
26 5d7db9f..e1dacec pykolab-0.7 -> origin/pykolab-0.7
27+ git reset --hard origin/master
28+ git clean -d -f -x
29+ git checkout fc0e4bcf7057cf417f1009f15f16b41b61f1151a
30Previous HEAD position was 7f7f0df... Event/Todo 'created' property is mandatory now, fixes unit tests (T1182)
31HEAD is now at fc0e4bc... Fix AttributeError while parsing iCal message with duplicated some fields (#5367)
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
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/pykolab/build.sh ']'
57+ pushd pykolab.git
58+ ../stick.git/drydocker/pykolab/build.sh
59+ 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=3338 -e COMMIT=fc0e4bcf7057cf417f1009f15f16b41b61f1151a -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-ney4vyir3wlpkki7pima -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
60Switched to a new branch 'dev/boddie'
61Switched to a new branch 'dev/boddie-new/combined'
62Switched to a new branch 'dev/boddie-new/setup'
63Switched to a new branch 'dev/confmgmt'
64Switched to a new branch 'dev/entitlements'
65Switched to a new branch 'dev/kolab-test-suite'
66Switched to a new branch 'dev/kolab-test-tools'
67Switched to branch 'master'
68Switched to a new branch 'pykolab-0.2'
69Switched to a new branch 'pykolab-0.3'
70Switched to a new branch 'pykolab-0.4'
71Switched to a new branch 'pykolab-0.5'
72Note: checking out 'pykolab-0.5.14'.
73
74You are in 'detached HEAD' state. You can look around, make experimental
75changes and commit them, and you can discard any commits you make in this
76state without impacting any branches by performing another checkout.
77
78If you want to create a new branch to retain commits you create, you may
79do so (now or later) by using -b with the checkout command again. Example:
80
81 git checkout -b new_branch_name
82
83HEAD is now at a35735a... 0.5.14
84Previous HEAD position was a35735a... 0.5.14
85Switched to a new branch 'pykolab-0.6'
86Switched to a new branch 'pykolab-0.7'
87Note: checking out 'fc0e4bcf7057cf417f1009f15f16b41b61f1151a'.
88
89You are in 'detached HEAD' state. You can look around, make experimental
90changes and commit them, and you can discard any commits you make in this
91state without impacting any branches by performing another checkout.
92
93If you want to create a new branch to retain commits you create, you may
94do so (now or later) by using -b with the checkout command again. Example:
95
96 git checkout -b new_branch_name
97
98HEAD is now at fc0e4bc... Fix AttributeError while parsing iCal message with duplicated some fields (#5367)
99+ exit 1
100+ retval=1
101+ popd
102+ exit 1
103

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

1234ERROR: test_001_import_sievelib (tests.unit.test-008-sievelib.TestSievelib)
1235----------------------------------------------------------------------
1236Traceback (most recent call last):
1237 File "/srv/pykolab.git/tests/unit/test-008-sievelib.py", line 44, in test_001_import_sievelib
1238 from sievelib.parser import Parser
1239ImportError: No module named sievelib.parser
1240
1241======================================================================
1242ERROR: test_002_parse_tests (tests.unit.test-008-sievelib.TestSievelib)
1243----------------------------------------------------------------------
1244Traceback (most recent call last):
1245 File "/srv/pykolab.git/tests/unit/test-008-sievelib.py", line 47, in test_002_parse_tests
1246 from sievelib.parser import Parser
1247ImportError: No module named sievelib.parser
1248
1249======================================================================
1250ERROR: Failure: ImportError (No module named twisted.trial)
1251----------------------------------------------------------------------
1252Traceback (most recent call last):
1253 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1254 addr.filename, addr.module)
1255 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1256 return self.importFromDir(dir_path, fqname)
1257 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1258 mod = load_module(part_fqname, fh, filename, desc)
1259 File "/srv/pykolab.git/tests/unit/test-011-itip.py", line 17, in <module>
1260 from twisted.trial import unittest
1261ImportError: No module named twisted.trial
1262
1263======================================================================
1264ERROR: Failure: ImportError (No module named twisted.trial)
1265----------------------------------------------------------------------
1266Traceback (most recent call last):
1267 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1268 addr.filename, addr.module)
1269 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1270 return self.importFromDir(dir_path, fqname)
1271 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1272 mod = load_module(part_fqname, fh, filename, desc)
1273 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 10, in <module>
1274 from twisted.trial import unittest
1275ImportError: No module named twisted.trial
1276
1277======================================================================
1278ERROR: Failure: ImportError (No module named twisted.trial)
1279----------------------------------------------------------------------
1280Traceback (most recent call last):
1281 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1282 addr.filename, addr.module)
1283 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1284 return self.importFromDir(dir_path, fqname)
1285 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1286 mod = load_module(part_fqname, fh, filename, desc)
1287 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 12, in <module>
1288 from twisted.trial import unittest
1289ImportError: No module named twisted.trial
1290
1291======================================================================
1292FAIL: The special thing about this case is that the givenname starts with
1293----------------------------------------------------------------------
1294Traceback (most recent call last):
1295 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 17, in test_001_raw_fr_FR
1296 self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage))
1297AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas'
1298
1299======================================================================
1300FAIL: The special thing about this case is that the givenname starts with
1301----------------------------------------------------------------------
1302Traceback (most recent call last):
1303 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 31, in test_002_unicode_fr_FR
1304 self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage))
1305AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas'
1306
1307======================================================================
1308FAIL: The special thing about this case is that the givenname starts with
1309----------------------------------------------------------------------
1310Traceback (most recent call last):
1311 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 45, in test_003_raw_es_ES
1312 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
1313AssertionError: 'Alvaro' != u'\xc1lvaro'
1314
1315======================================================================
1316FAIL: The special thing about this case is that the givenname starts with
1317----------------------------------------------------------------------
1318Traceback (most recent call last):
1319 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 59, in test_004_unicode_es_ES
1320 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
1321AssertionError: 'Alvaro' != u'\xc1lvaro'
1322
1323----------------------------------------------------------------------
1324Ran 124 tests in 0.540s
1325
1326FAILED (SKIP=1, errors=13, failures=4)
1327Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at fc0e4bcf7057cf417f1009f15f16b41b61f1151a)
1328========================================================================
1329 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at fc0e4bcf7057cf417f1009f15f16b41b61f1151a)
1330 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at fc0e4bcf7057cf417f1009f15f16b41b61f1151a)
1331========================================================================
1332/var/drydock/workingcopy-215829/repo/pykolab
1333

Lease Working Copy

When
Completed at Apr 14 2016, 11:41 AM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at Apr 14 2016, 11:40 AM · Built instantly
Status
Passed

Event Timeline