Page MenuHomePhorge

Build 245
FailedPublic

Run Command

When
Completed at Apr 20 2015, 8:03 AM · Built for 43 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

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

13+ '[' 10 -gt 0 ']'
14+ case $1 in
15++ eval echo ''\''d046fbc0b96e88e8db30e37aa590aa155731102e'\'''
16+++ echo d046fbc0b96e88e8db30e37aa590aa155731102e
17+ commit=d046fbc0b96e88e8db30e37aa590aa155731102e
18+ shift
19+ shift
20+ '[' 8 -gt 0 ']'
21+ case $1 in
22++ eval echo ''\'''\'''
23+++ echo ''
24+ differential=
25+ shift
26+ shift
27+ '[' 6 -gt 0 ']'
28+ case $1 in
29++ eval echo ''\''PHID-HMBT-co3gmgx4hlds7vmrwbex'\'''
30+++ echo PHID-HMBT-co3gmgx4hlds7vmrwbex
31+ phid=PHID-HMBT-co3gmgx4hlds7vmrwbex
32+ shift
33+ shift
34+ '[' 4 -gt 0 ']'
35+ case $1 in
36++ eval echo ''\''ssh://git@git.kolab.org/diffusion/P/pykolab.git'\'''
37+++ echo ssh://git@git.kolab.org/diffusion/P/pykolab.git
38+ uri=ssh://git@git.kolab.org/diffusion/P/pykolab.git
39+ shift
40+ shift
41+ '[' 2 -gt 0 ']'
42+ case $1 in
43++ eval echo ''\''git'\'''
44+++ echo git
45+ vcs=git
46+ shift
47+ shift
48+ '[' 0 -gt 0 ']'
49+ '[' -z d046fbc0b96e88e8db30e37aa590aa155731102e -a -z '' ']'
50+ '[' -z ssh://git@git.kolab.org/diffusion/P/pykolab.git ']'
51+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
52+ test_build=1
53+ test_functional=1
54+ test_integration=1
55+ test_performance=1
56+ test_unit=1
57+ '[' -z git ']'
58+ case ${vcs} in
59++ basename ssh://git@git.kolab.org/diffusion/P/pykolab.git .git
60+ package=pykolab
61++ echo ssh://git@git.kolab.org/diffusion/P/pykolab.git
62++ sed -e 's|ssh://git@|https://|g'
63+ ro_uri=https://git.kolab.org/diffusion/P/pykolab.git
64+ case ${package} in
65+ case ${uri} in
66++ pwd
67+ export TMPDIR=/var/tmp/357
68+ TMPDIR=/var/tmp/357
69+ '[' '!' -d pykolab.git ']'
70+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
71+ pushd pykolab.git
72+ git checkout d046fbc0b96e88e8db30e37aa590aa155731102e
73Note: checking out 'd046fbc0b96e88e8db30e37aa590aa155731102e'.
74
75You are in 'detached HEAD' state. You can look around, make experimental
76changes and commit them, and you can discard any commits you make in this
77state without impacting any branches by performing another checkout.
78
79If you want to create a new branch to retain commits you create, you may
80do so (now or later) by using -b with the checkout command again. Example:
81
82 git checkout -b new_branch_name
83
84HEAD is now at d046fbc... implementing --directory-manager-pwd for setup-kolab to specify the Directory Manager password (#2645)
85+ popd
86+ '[' pykolab '!=' stick ']'
87+ '[' '!' -d stick.git ']'
88+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
89+ export commit
90+ export differential
91+ export id
92+ export package
93+ export phid
94+ export ro_uri
95+ export uri
96+ export vcs
97+ export test_build
98+ export test_functional
99+ export test_integration
100+ export test_performance
101+ export test_unit
102+ '[' -x stick.git/drydocker/pykolab/build.sh ']'
103+ pushd pykolab.git
104+ ../stick.git/drydocker/pykolab/build.sh
105+ docker run -it --attach=stdout --attach=stderr --detach=false --volume=/root/.oscrc:/root/.oscrc -e ID=245 -e COMMIT=d046fbc0b96e88e8db30e37aa590aa155731102e -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-co3gmgx4hlds7vmrwbex -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 kolab/ci-maipo
106+ exit 1
107+ retval=1
108+ popd
109+ cd /var/tmp
110+ rm -rf /var/tmp/357
111+ exit 1
112

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

1385Traceback (most recent call last):
1386 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1387 result = f(*args, **kw)
1388 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1389 result = f(*a, **kw)
1390 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 163, in test_002_resource_record_from_email_address
1391 self.assertEqual(len(res), 1);
1392 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1393 % (msg, pformat(first), pformat(second)))
1394FailTest: not equal:
1395a = 0
1396b = 1
1397
1398
1399======================================================================
1400FAIL: test_003_resource_records_from_itip_events
1401----------------------------------------------------------------------
1402Traceback (most recent call last):
1403 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1404 result = f(*args, **kw)
1405 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1406 result = f(*a, **kw)
1407 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events
1408 self.assertEqual(len(res), 2, "Return all attendee resources");
1409 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1410 % (msg, pformat(first), pformat(second)))
1411FailTest: Return all attendee resources
1412not equal:
1413a = 3
1414b = 2
1415
1416
1417======================================================================
1418FAIL: test_005_send_response_accept
1419----------------------------------------------------------------------
1420Traceback (most recent call last):
1421 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1422 result = f(*args, **kw)
1423 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1424 result = f(*a, **kw)
1425 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept
1426 self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject")
1427 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn
1428 % (containee, container))
1429FailTest: Participant status in message subject
1430
1431======================================================================
1432FAIL: test_006_send_response_delegate
1433----------------------------------------------------------------------
1434Traceback (most recent call last):
1435 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1436 result = f(*args, **kw)
1437 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1438 result = f(*a, **kw)
1439 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate
1440 self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0])
1441 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1442 % (msg, pformat(first), pformat(second)))
1443FailTest: not equal:
1444a = 'resource-car-audi-a4@example.org'
1445b = u'resource-collection-car@example.org'
1446
1447
1448======================================================================
1449FAIL: test_002_user_dn_from_email_address
1450----------------------------------------------------------------------
1451Traceback (most recent call last):
1452 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1453 result = f(*args, **kw)
1454 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1455 result = f(*a, **kw)
1456 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 118, in test_002_user_dn_from_email_address
1457 self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res);
1458 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1459 % (msg, pformat(first), pformat(second)))
1460FailTest: not equal:
1461a = 'uid=doe,ou=People,dc=example,dc=org'
1462b = None
1463
1464
1465======================================================================
1466FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
1467----------------------------------------------------------------------
1468Traceback (most recent call last):
1469 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang
1470 self.assertEqual(_("Folder name"), "Ordnername", "German Translation found")
1471AssertionError: German Translation found
1472
1473----------------------------------------------------------------------
1474Ran 135 tests in 4.145s
1475
1476FAILED (errors=7, failures=9)
1477Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at d046fbc0b96e88e8db30e37aa590aa155731102e)
1478========================================================================
1479 Running 'yum-builddep -y pykolab' OK (at d046fbc0b96e88e8db30e37aa590aa155731102e)
1480 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at d046fbc0b96e88e8db30e37aa590aa155731102e)
1481 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at d046fbc0b96e88e8db30e37aa590aa155731102e)
1482========================================================================
1483/var/tmp/357
1484

Lease Host

When
Completed at Apr 20 2015, 8:02 AM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Wait for Previous Commits to Build

When
Completed at Apr 20 2015, 8:02 AM · Built for 1 s
Status
Passed
1 empty log is hidden Show all logs.

Event Timeline