Page MenuHomePhorge

Build 3625
FailedPublic

Drydock: Run Command

When
Completed at May 13 2016, 11:10 AM · Built for 3 m, 25 s
Status
Failed

Build Log 10766 (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-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
24+ git reset --hard origin/master
25+ git clean -d -f -x
26+ git checkout 4b6115a99c658a6f990937b6acbceecc3902d8cd
27Previous HEAD position was 8656c58... Suppress more lint warnings
28HEAD is now at 4b6115a... Fix handling of folder name encoding in list-deleted-mailboxes (#5318)
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=3625 -e COMMIT=4b6115a99c658a6f990937b6acbceecc3902d8cd -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-anwn3v456lu75yeee3j6 -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 '4b6115a99c658a6f990937b6acbceecc3902d8cd'.
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 4b6115a... Fix handling of folder name encoding in list-deleted-mailboxes (#5318)
96+ exit 1
97+ retval=1
98+ popd
99+ exit 1
100

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

1386
1387======================================================================
1388ERROR: test_022_load_from_xml (tests.unit.test-003-event.TestEventXML)
1389----------------------------------------------------------------------
1390Traceback (most recent call last):
1391 File "/srv/pykolab.git/tests/unit/test-003-event.py", line 830, in test_022_load_from_xml
1392 occurrence = event.get_next_instance(exception.get_start() - datetime.timedelta(days=1))
1393 File "./pykolab/xml/event.py", line 1414, in get_next_instance
1394 next_start = self.get_next_occurence(datetime)
1395 File "./pykolab/xml/event.py", line 1375, in get_next_occurence
1396 self.eventcal = self.to_event_cal()
1397 File "./pykolab/xml/event.py", line 1370, in to_event_cal
1398 from kolab.calendaring import EventCal
1399ImportError: No module named kolab.calendaring
1400
1401======================================================================
1402ERROR: test_023_load_from_message (tests.unit.test-003-event.TestEventXML)
1403----------------------------------------------------------------------
1404Traceback (most recent call last):
1405 File "/srv/pykolab.git/tests/unit/test-003-event.py", line 849, in test_023_load_from_message
1406 event = event_from_message(event_from_ical(ical_event).to_message())
1407 File "./pykolab/xml/event.py", line 27, in event_from_ical
1408 return Event(from_ical=ical, from_string=string)
1409 File "./pykolab/xml/event.py", line 123, in __init__
1410 self.from_ical(from_ical, from_string)
1411 File "./pykolab/xml/event.py", line 359, in from_ical
1412 self._xml_from_ical(raw)
1413 File "./pykolab/xml/event.py", line 384, in _xml_from_ical
1414 from kolab.calendaring import EventCal
1415ImportError: No module named kolab.calendaring
1416
1417======================================================================
1418ERROR: test_001_import_sievelib (tests.unit.test-008-sievelib.TestSievelib)
1419----------------------------------------------------------------------
1420Traceback (most recent call last):
1421 File "/srv/pykolab.git/tests/unit/test-008-sievelib.py", line 45, in test_001_import_sievelib
1422 from sievelib.parser import Parser
1423ImportError: No module named sievelib.parser
1424
1425======================================================================
1426ERROR: test_002_parse_tests (tests.unit.test-008-sievelib.TestSievelib)
1427----------------------------------------------------------------------
1428Traceback (most recent call last):
1429 File "/srv/pykolab.git/tests/unit/test-008-sievelib.py", line 48, in test_002_parse_tests
1430 from sievelib.parser import Parser
1431ImportError: No module named sievelib.parser
1432
1433======================================================================
1434ERROR: Failure: ImportError (No module named twisted.trial)
1435----------------------------------------------------------------------
1436Traceback (most recent call last):
1437 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1438 addr.filename, addr.module)
1439 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1440 return self.importFromDir(dir_path, fqname)
1441 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1442 mod = load_module(part_fqname, fh, filename, desc)
1443 File "/srv/pykolab.git/tests/unit/test-011-itip.py", line 17, in <module>
1444 from twisted.trial import unittest
1445ImportError: No module named twisted.trial
1446
1447======================================================================
1448ERROR: Failure: ImportError (No module named twisted.trial)
1449----------------------------------------------------------------------
1450Traceback (most recent call last):
1451 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1452 addr.filename, addr.module)
1453 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1454 return self.importFromDir(dir_path, fqname)
1455 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1456 mod = load_module(part_fqname, fh, filename, desc)
1457 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 10, in <module>
1458 from twisted.trial import unittest
1459ImportError: No module named twisted.trial
1460
1461======================================================================
1462ERROR: Failure: ImportError (No module named twisted.trial)
1463----------------------------------------------------------------------
1464Traceback (most recent call last):
1465 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1466 addr.filename, addr.module)
1467 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1468 return self.importFromDir(dir_path, fqname)
1469 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1470 mod = load_module(part_fqname, fh, filename, desc)
1471 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 12, in <module>
1472 from twisted.trial import unittest
1473ImportError: No module named twisted.trial
1474
1475----------------------------------------------------------------------
1476Ran 132 tests in 0.516s
1477
1478FAILED (SKIP=2, errors=13)
1479Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 4b6115a99c658a6f990937b6acbceecc3902d8cd)
1480========================================================================
1481 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 4b6115a99c658a6f990937b6acbceecc3902d8cd)
1482 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 4b6115a99c658a6f990937b6acbceecc3902d8cd)
1483========================================================================
1484/var/drydock/workingcopy-215829/repo/pykolab
1485

Lease Working Copy

When
Completed at May 13 2016, 11:06 AM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at May 13 2016, 11:06 AM · Built instantly
Status
Passed

Event Timeline