Page MenuHomePhorge

Build 543
FailedPublic

Run Command

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

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

1+ '[' -z a1a7c5fdb86c513b43deb2496f0d1c604ec52f14 -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++ sed -e 's|ssh://git@|https://|g'
14++ echo ssh://git@git.kolab.org/diffusion/P/pykolab.git
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/767
20+ TMPDIR=/var/tmp/767
21+ '[' '!' -d pykolab.git ']'
22+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
23+ pushd pykolab.git
24+ git checkout a1a7c5fdb86c513b43deb2496f0d1c604ec52f14
25Note: checking out 'a1a7c5fdb86c513b43deb2496f0d1c604ec52f14'.
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 a1a7c5f... Limit number of retries to send an update notification; fix the smtplib.SMTP.sendmail() mock to also return success status
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=543 -e COMMIT=a1a7c5fdb86c513b43deb2496f0d1c604ec52f14 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-5r3nveiqkqklij772txo -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/767
63+ exit 1
64

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

1556Traceback (most recent call last):
1557 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1558 result = f(*args, **kw)
1559 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1560 result = f(*a, **kw)
1561 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 163, in test_002_resource_record_from_email_address
1562 self.assertEqual(len(res), 1);
1563 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1564 % (msg, pformat(first), pformat(second)))
1565FailTest: not equal:
1566a = 0
1567b = 1
1568
1569
1570======================================================================
1571FAIL: test_003_resource_records_from_itip_events
1572----------------------------------------------------------------------
1573Traceback (most recent call last):
1574 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1575 result = f(*args, **kw)
1576 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1577 result = f(*a, **kw)
1578 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events
1579 self.assertEqual(len(res), 2, "Return all attendee resources");
1580 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1581 % (msg, pformat(first), pformat(second)))
1582FailTest: Return all attendee resources
1583not equal:
1584a = 3
1585b = 2
1586
1587
1588======================================================================
1589FAIL: test_005_send_response_accept
1590----------------------------------------------------------------------
1591Traceback (most recent call last):
1592 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1593 result = f(*args, **kw)
1594 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1595 result = f(*a, **kw)
1596 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept
1597 self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject")
1598 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn
1599 % (containee, container))
1600FailTest: Participant status in message subject
1601
1602======================================================================
1603FAIL: test_006_send_response_delegate
1604----------------------------------------------------------------------
1605Traceback (most recent call last):
1606 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1607 result = f(*args, **kw)
1608 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1609 result = f(*a, **kw)
1610 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate
1611 self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0])
1612 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1613 % (msg, pformat(first), pformat(second)))
1614FailTest: not equal:
1615a = 'resource-car-audi-a4@example.org'
1616b = u'resource-collection-car@example.org'
1617
1618
1619======================================================================
1620FAIL: test_002_user_dn_from_email_address
1621----------------------------------------------------------------------
1622Traceback (most recent call last):
1623 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1624 result = f(*args, **kw)
1625 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1626 result = f(*a, **kw)
1627 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address
1628 self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res);
1629 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1630 % (msg, pformat(first), pformat(second)))
1631FailTest: not equal:
1632a = 'uid=doe,ou=People,dc=example,dc=org'
1633b = None
1634
1635
1636======================================================================
1637FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
1638----------------------------------------------------------------------
1639Traceback (most recent call last):
1640 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang
1641 self.assertEqual(_("Folder name"), "Ordnername", "German Translation found")
1642AssertionError: German Translation found
1643
1644----------------------------------------------------------------------
1645Ran 135 tests in 7.919s
1646
1647FAILED (errors=3, failures=9)
1648Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at a1a7c5fdb86c513b43deb2496f0d1c604ec52f14)
1649========================================================================
1650 Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at a1a7c5fdb86c513b43deb2496f0d1c604ec52f14)
1651 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at a1a7c5fdb86c513b43deb2496f0d1c604ec52f14)
1652 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at a1a7c5fdb86c513b43deb2496f0d1c604ec52f14)
1653========================================================================
1654/var/tmp/767
1655

Lease Host

When
Completed at May 26 2015, 1:57 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, 1:57 PM · Built instantly
Status
Passed

Build Log 1986 (waiting - blockers)
25 - 50 - 100 - Unlimited Lines

1Blocked by: Build 539
2Blocked by: Build 539
3Blocked by: Build 539
4Blocked by: Build 539
5Blocked by: Build 539
6Blocked by: Build 539
7Blocked by: Build 539
8

Event Timeline