Page MenuHomePhorge

Build 3334
FailedPublic

Drydock: Run Command

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

Build Log 10286 (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 e817182da578df2523378bf31837e2ed70db9372
27Previous HEAD position was 7f7f0df... Event/Todo 'created' property is mandatory now, fixes unit tests (T1182)
28HEAD is now at e817182... Add note to cancellation notification body that it's for single occurrence when it is (#5375)
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=3334 -e COMMIT=e817182da578df2523378bf31837e2ed70db9372 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-5szgsrtkfdmjcqrlxjya -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 'e817182da578df2523378bf31837e2ed70db9372'.
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 e817182... Add note to cancellation notification body that it's for single occurrence when it is (#5375)
96+ exit 1
97+ retval=1
98+ popd
99+ exit 1
100

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

1401ERROR: test_021_single_instances (tests.unit.test-003-event.TestEventXML)
1402----------------------------------------------------------------------
1403Traceback (most recent call last):
1404 File "/srv/pykolab.git/tests/unit/test-003-event.py", line 761, in test_021_single_instances
1405 xmlexception = Event(from_string=str(self.event))
1406 File "./pykolab/xml/event.py", line 1062, in __str__
1407 raise EventIntegrityError, kolabformat.errorMessage()
1408EventIntegrityError: /home/abuild/rpmbuild/BUILD/libkolabxml-1.2/src/objectvalidation.cpp 92: event.created().isUTC() is false
1409
1410======================================================================
1411ERROR: test_001_timezone_conflict (tests.unit.test-005-timezone.TestTimezone)
1412----------------------------------------------------------------------
1413Traceback (most recent call last):
1414 File "/srv/pykolab.git/tests/unit/test-005-timezone.py", line 37, in test_001_timezone_conflict
1415 london_xml = london.__str__()
1416 File "./pykolab/xml/event.py", line 1062, in __str__
1417 raise EventIntegrityError, kolabformat.errorMessage()
1418EventIntegrityError: /home/abuild/rpmbuild/BUILD/libkolabxml-1.2/src/objectvalidation.cpp 92: event.created().isUTC() is false
1419
1420======================================================================
1421ERROR: test_002_check_event_conflict
1422----------------------------------------------------------------------
1423Traceback (most recent call last):
1424 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1425 result = f(*args, **kw)
1426 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1427 result = f(*a, **kw)
1428 File "/srv/pykolab.git/tests/unit/test-011-itip.py", line 465, in test_002_check_event_conflict
1429 event_xml = str(event5)
1430 File "./pykolab/xml/event.py", line 1062, in __str__
1431 raise EventIntegrityError, kolabformat.errorMessage()
1432EventIntegrityError: /home/abuild/rpmbuild/BUILD/libkolabxml-1.2/src/objectvalidation.cpp 92: event.created().isUTC() is false
1433
1434======================================================================
1435ERROR: test_002_check_event_conflict_single
1436----------------------------------------------------------------------
1437Traceback (most recent call last):
1438 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1439 result = f(*args, **kw)
1440 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1441 result = f(*a, **kw)
1442 File "/srv/pykolab.git/tests/unit/test-011-itip.py", line 490, in test_002_check_event_conflict_single
1443 second = Event(from_string=str(event))
1444 File "./pykolab/xml/event.py", line 1062, in __str__
1445 raise EventIntegrityError, kolabformat.errorMessage()
1446EventIntegrityError: /home/abuild/rpmbuild/BUILD/libkolabxml-1.2/src/objectvalidation.cpp 92: event.created().isUTC() is false
1447
1448======================================================================
1449ERROR: test_001_minimal (tests.unit.test-016-todo.TestTodoXML)
1450----------------------------------------------------------------------
1451Traceback (most recent call last):
1452 File "/srv/pykolab.git/tests/unit/test-016-todo.py", line 206, in test_001_minimal
1453 self.assertIsInstance(self.todo.__str__(), str)
1454 File "./pykolab/xml/todo.py", line 258, in __str__
1455 raise TodoIntegrityError, kolabformat.errorMessage()
1456TodoIntegrityError: /home/abuild/rpmbuild/BUILD/libkolabxml-1.2/src/objectvalidation.cpp 105: todo.created().isUTC() is false
1457
1458======================================================================
1459FAIL: The special thing about this case is that the givenname starts with
1460----------------------------------------------------------------------
1461Traceback (most recent call last):
1462 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 17, in test_001_raw_fr_FR
1463 self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage))
1464AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas'
1465
1466======================================================================
1467FAIL: The special thing about this case is that the givenname starts with
1468----------------------------------------------------------------------
1469Traceback (most recent call last):
1470 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 31, in test_002_unicode_fr_FR
1471 self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage))
1472AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas'
1473
1474======================================================================
1475FAIL: The special thing about this case is that the givenname starts with
1476----------------------------------------------------------------------
1477Traceback (most recent call last):
1478 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 45, in test_003_raw_es_ES
1479 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
1480AssertionError: 'Alvaro' != u'\xc1lvaro'
1481
1482======================================================================
1483FAIL: The special thing about this case is that the givenname starts with
1484----------------------------------------------------------------------
1485Traceback (most recent call last):
1486 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 59, in test_004_unicode_es_ES
1487 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
1488AssertionError: 'Alvaro' != u'\xc1lvaro'
1489
1490----------------------------------------------------------------------
1491Ran 140 tests in 2.992s
1492
1493FAILED (SKIP=1, errors=9, failures=4)
1494Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at e817182da578df2523378bf31837e2ed70db9372)
1495========================================================================
1496 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at e817182da578df2523378bf31837e2ed70db9372)
1497 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at e817182da578df2523378bf31837e2ed70db9372)
1498========================================================================
1499/var/drydock/workingcopy-67/repo/pykolab
1500

Lease Working Copy

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

Wait for Previous Commits to Build

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

Event Timeline