Page MenuHomePhorge

Build 553
FailedPublic

Run Command

When
Completed at May 26 2015, 4:01 PM · Built for 41 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

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

1+ '[' -z e5925a3a56502be3e51571ea7db098d29638dfd3 -a -z '' ']'
2+ '[' -z ssh://git@git.kolab.org/diffusion/P/pykolab.git ']'
3+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
4+ test_build=1
5+ test_functional=1
6+ test_integration=1
7+ test_performance=1
8+ test_unit=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+ case ${uri} in
18++ pwd
19+ export TMPDIR=/var/tmp/782
20+ TMPDIR=/var/tmp/782
21+ '[' '!' -d pykolab.git ']'
22+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
23+ pushd pykolab.git
24+ git checkout e5925a3a56502be3e51571ea7db098d29638dfd3
25Note: checking out 'e5925a3a56502be3e51571ea7db098d29638dfd3'.
26
27You are in 'detached HEAD' state. You can look around, make experimental
28changes and commit them, and you can discard any commits you make in this
29state without impacting any branches by performing another checkout.
30
31If you want to create a new branch to retain commits you create, you may
32do so (now or later) by using -b with the checkout command again. Example:
33
34 git checkout -b new_branch_name
35
36HEAD is now at e5925a3... Fix lock check after changed in rP929e67a6
37+ popd
38+ '[' pykolab '!=' stick ']'
39+ '[' '!' -d stick.git ']'
40+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
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+ '[' -x stick.git/drydocker/pykolab/build.sh ']'
55+ pushd pykolab.git
56+ ../stick.git/drydocker/pykolab/build.sh
57+ docker run -it --attach=stdout --attach=stderr --detach=false --rm=true --volume=/root/.oscrc:/root/.oscrc --hostname=kolab.example.org -e ID=553 -e COMMIT=e5925a3a56502be3e51571ea7db098d29638dfd3 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-xlz3xhkxrrnntg3wiuwr -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
58+ exit 1
59+ retval=1
60+ popd
61+ cd /var/tmp
62+ rm -rf /var/tmp/782
63+ exit 1
64

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

1499Traceback (most recent call last):
1500 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1501 result = f(*args, **kw)
1502 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1503 result = f(*a, **kw)
1504 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 163, in test_002_resource_record_from_email_address
1505 self.assertEqual(len(res), 1);
1506 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1507 % (msg, pformat(first), pformat(second)))
1508FailTest: not equal:
1509a = 0
1510b = 1
1511
1512
1513======================================================================
1514FAIL: test_003_resource_records_from_itip_events
1515----------------------------------------------------------------------
1516Traceback (most recent call last):
1517 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1518 result = f(*args, **kw)
1519 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1520 result = f(*a, **kw)
1521 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events
1522 self.assertEqual(len(res), 2, "Return all attendee resources");
1523 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1524 % (msg, pformat(first), pformat(second)))
1525FailTest: Return all attendee resources
1526not equal:
1527a = 3
1528b = 2
1529
1530
1531======================================================================
1532FAIL: test_005_send_response_accept
1533----------------------------------------------------------------------
1534Traceback (most recent call last):
1535 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1536 result = f(*args, **kw)
1537 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1538 result = f(*a, **kw)
1539 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept
1540 self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject")
1541 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn
1542 % (containee, container))
1543FailTest: Participant status in message subject
1544
1545======================================================================
1546FAIL: test_006_send_response_delegate
1547----------------------------------------------------------------------
1548Traceback (most recent call last):
1549 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1550 result = f(*args, **kw)
1551 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1552 result = f(*a, **kw)
1553 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate
1554 self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0])
1555 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1556 % (msg, pformat(first), pformat(second)))
1557FailTest: not equal:
1558a = 'resource-car-audi-a4@example.org'
1559b = u'resource-collection-car@example.org'
1560
1561
1562======================================================================
1563FAIL: test_002_user_dn_from_email_address
1564----------------------------------------------------------------------
1565Traceback (most recent call last):
1566 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1567 result = f(*args, **kw)
1568 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1569 result = f(*a, **kw)
1570 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address
1571 self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res);
1572 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1573 % (msg, pformat(first), pformat(second)))
1574FailTest: not equal:
1575a = 'uid=doe,ou=People,dc=example,dc=org'
1576b = None
1577
1578
1579======================================================================
1580FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
1581----------------------------------------------------------------------
1582Traceback (most recent call last):
1583 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang
1584 self.assertEqual(_("Folder name"), "Ordnername", "German Translation found")
1585AssertionError: German Translation found
1586
1587----------------------------------------------------------------------
1588Ran 135 tests in 4.095s
1589
1590FAILED (errors=3, failures=9)
1591Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at e5925a3a56502be3e51571ea7db098d29638dfd3)
1592========================================================================
1593 Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at e5925a3a56502be3e51571ea7db098d29638dfd3)
1594 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at e5925a3a56502be3e51571ea7db098d29638dfd3)
1595 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at e5925a3a56502be3e51571ea7db098d29638dfd3)
1596========================================================================
1597/var/tmp/782
1598

Lease Host

When
Completed at May 26 2015, 4:00 PM · Built for 1 s
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 May 26 2015, 4:00 PM · Built instantly
Status
Passed
1 empty log is hidden Show all logs.

Event Timeline