Page MenuHomePhorge

Build 3535
FailedPublic

Drydock: Run Command

When
Completed at May 4 2016, 4:54 PM · Built for 1 m, 45 s
Status
Failed

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

1+ '[' -z ssh://git@git.kolab.org/diffusion/P/pykolab.git ']'
2+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
3+ test_build=1
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-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
24+ git reset --hard origin/master
25+ git clean -d -f -x
26+ git checkout 32a4050673f8b91d6aa11d4cf9df5dee27b5b2e7
27Previous HEAD position was 6f69616... Fix encoding of text parts with footer added (#5414)
28HEAD is now at 32a4050... Fix encoding errors also for cache updates (#5143)
29+ popd
30+ '[' pykolab '!=' stick ']'
31+ '[' '!' -d stick.git ']'
32+ pushd stick.git
33+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
34+ git fetch origin
35+ git reset --hard origin/master
36+ git clean -d -f -x
37+ popd
38+ export commit
39+ export differential
40+ export id
41+ export package
42+ export phid
43+ export ro_uri
44+ export uri
45+ export vcs
46+ export test_build
47+ export test_functional
48+ export test_integration
49+ export test_performance
50+ export test_unit
51+ export test_obs
52+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
53+ '[' -x stick.git/drydocker/pykolab/build.sh ']'
54+ pushd pykolab.git
55+ ../stick.git/drydocker/pykolab/build.sh
56+ 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=3535 -e COMMIT=32a4050673f8b91d6aa11d4cf9df5dee27b5b2e7 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-ys7yvfnex3xrc3iz5uur -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
57Switched to a new branch 'dev/boddie'
58Switched to a new branch 'dev/boddie-new/combined'
59Switched to a new branch 'dev/boddie-new/setup'
60Switched to a new branch 'dev/confmgmt'
61Switched to a new branch 'dev/entitlements'
62Switched to a new branch 'dev/kolab-test-suite'
63Switched to a new branch 'dev/kolab-test-tools'
64Switched to branch 'master'
65Switched to a new branch 'pykolab-0.2'
66Switched to a new branch 'pykolab-0.3'
67Switched to a new branch 'pykolab-0.4'
68Switched to a new branch 'pykolab-0.5'
69Note: checking out 'pykolab-0.5.14'.
70
71You are in 'detached HEAD' state. You can look around, make experimental
72changes and commit them, and you can discard any commits you make in this
73state without impacting any branches by performing another checkout.
74
75If you want to create a new branch to retain commits you create, you may
76do so (now or later) by using -b with the checkout command again. Example:
77
78 git checkout -b new_branch_name
79
80HEAD is now at a35735a... 0.5.14
81Previous HEAD position was a35735a... 0.5.14
82Switched to a new branch 'pykolab-0.6'
83Switched to a new branch 'pykolab-0.7'
84Note: checking out '32a4050673f8b91d6aa11d4cf9df5dee27b5b2e7'.
85
86You are in 'detached HEAD' state. You can look around, make experimental
87changes and commit them, and you can discard any commits you make in this
88state without impacting any branches by performing another checkout.
89
90If you want to create a new branch to retain commits you create, you may
91do so (now or later) by using -b with the checkout command again. Example:
92
93 git checkout -b new_branch_name
94
95HEAD is now at 32a4050... Fix encoding errors also for cache updates (#5143)
96+ exit 1
97+ retval=1
98+ popd
99+ exit 1
100

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

1303ERROR: test_001_import_sievelib (tests.unit.test-008-sievelib.TestSievelib)
1304----------------------------------------------------------------------
1305Traceback (most recent call last):
1306 File "/srv/pykolab.git/tests/unit/test-008-sievelib.py", line 45, in test_001_import_sievelib
1307 from sievelib.parser import Parser
1308ImportError: No module named sievelib.parser
1309
1310======================================================================
1311ERROR: test_002_parse_tests (tests.unit.test-008-sievelib.TestSievelib)
1312----------------------------------------------------------------------
1313Traceback (most recent call last):
1314 File "/srv/pykolab.git/tests/unit/test-008-sievelib.py", line 48, in test_002_parse_tests
1315 from sievelib.parser import Parser
1316ImportError: No module named sievelib.parser
1317
1318======================================================================
1319ERROR: Failure: ImportError (No module named twisted.trial)
1320----------------------------------------------------------------------
1321Traceback (most recent call last):
1322 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1323 addr.filename, addr.module)
1324 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1325 return self.importFromDir(dir_path, fqname)
1326 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1327 mod = load_module(part_fqname, fh, filename, desc)
1328 File "/srv/pykolab.git/tests/unit/test-011-itip.py", line 17, in <module>
1329 from twisted.trial import unittest
1330ImportError: No module named twisted.trial
1331
1332======================================================================
1333ERROR: Failure: ImportError (No module named twisted.trial)
1334----------------------------------------------------------------------
1335Traceback (most recent call last):
1336 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1337 addr.filename, addr.module)
1338 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1339 return self.importFromDir(dir_path, fqname)
1340 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1341 mod = load_module(part_fqname, fh, filename, desc)
1342 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 10, in <module>
1343 from twisted.trial import unittest
1344ImportError: No module named twisted.trial
1345
1346======================================================================
1347ERROR: Failure: ImportError (No module named twisted.trial)
1348----------------------------------------------------------------------
1349Traceback (most recent call last):
1350 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1351 addr.filename, addr.module)
1352 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1353 return self.importFromDir(dir_path, fqname)
1354 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1355 mod = load_module(part_fqname, fh, filename, desc)
1356 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 12, in <module>
1357 from twisted.trial import unittest
1358ImportError: No module named twisted.trial
1359
1360======================================================================
1361FAIL: The special thing about this case is that the givenname starts with
1362----------------------------------------------------------------------
1363Traceback (most recent call last):
1364 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 18, in test_001_raw_fr_FR
1365 self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage))
1366AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas'
1367
1368======================================================================
1369FAIL: The special thing about this case is that the givenname starts with
1370----------------------------------------------------------------------
1371Traceback (most recent call last):
1372 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 32, in test_002_unicode_fr_FR
1373 self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage))
1374AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas'
1375
1376======================================================================
1377FAIL: The special thing about this case is that the givenname starts with
1378----------------------------------------------------------------------
1379Traceback (most recent call last):
1380 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 46, in test_003_raw_es_ES
1381 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
1382AssertionError: 'Alvaro' != u'\xc1lvaro'
1383
1384======================================================================
1385FAIL: The special thing about this case is that the givenname starts with
1386----------------------------------------------------------------------
1387Traceback (most recent call last):
1388 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 60, in test_004_unicode_es_ES
1389 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
1390AssertionError: 'Alvaro' != u'\xc1lvaro'
1391
1392----------------------------------------------------------------------
1393Ran 129 tests in 0.533s
1394
1395FAILED (SKIP=2, errors=13, failures=4)
1396Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 32a4050673f8b91d6aa11d4cf9df5dee27b5b2e7)
1397========================================================================
1398 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 32a4050673f8b91d6aa11d4cf9df5dee27b5b2e7)
1399 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 32a4050673f8b91d6aa11d4cf9df5dee27b5b2e7)
1400========================================================================
1401/var/drydock/workingcopy-67/repo/pykolab
1402

Lease Working Copy

When
Completed at May 4 2016, 4:53 PM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at May 4 2016, 4:53 PM · Built instantly
Status
Passed

Event Timeline