Page MenuHomePhorge

Build 591
FailedPublic

Run Command

When
Completed at May 29 2015, 12:55 PM · Built for 50 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

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

1+ '[' -z a6984e9e29a3cd6beca7f717ad3484e846358fbc -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++ pwd
18+ export TMPDIR=/var/tmp/838
19+ TMPDIR=/var/tmp/838
20+ '[' '!' -d pykolab.git ']'
21+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
22+ pushd pykolab.git
23+ git checkout a6984e9e29a3cd6beca7f717ad3484e846358fbc
24Note: checking out 'a6984e9e29a3cd6beca7f717ad3484e846358fbc'.
25
26You are in 'detached HEAD' state. You can look around, make experimental
27changes and commit them, and you can discard any commits you make in this
28state without impacting any branches by performing another checkout.
29
30If you want to create a new branch to retain commits you create, you may
31do so (now or later) by using -b with the checkout command again. Example:
32
33 git checkout -b new_branch_name
34
35HEAD is now at a6984e9... cli: kolab sync now properly creates mailboxes (#3975)
36+ popd
37+ '[' pykolab '!=' stick ']'
38+ '[' '!' -d stick.git ']'
39+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
40+ export commit
41+ export differential
42+ export id
43+ export package
44+ export phid
45+ export ro_uri
46+ export uri
47+ export vcs
48+ export test_build
49+ export test_functional
50+ export test_integration
51+ export test_performance
52+ export test_unit
53+ '[' -x stick.git/drydocker/pykolab/build.sh ']'
54+ pushd pykolab.git
55+ ../stick.git/drydocker/pykolab/build.sh
56+ docker run -it --attach=stdout --attach=stderr --detach=false --rm=true --volume=/root/.oscrc:/root/.oscrc --hostname=kolab.example.org -e ID=591 -e COMMIT=a6984e9e29a3cd6beca7f717ad3484e846358fbc -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-dya7nc7sfzv3xexamopn -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
57+ exit 1
58+ retval=1
59+ popd
60+ cd /var/tmp
61+ rm -rf /var/tmp/838
62+ exit 1
63

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

1807Traceback (most recent call last):
1808 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1809 result = f(*args, **kw)
1810 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1811 result = f(*a, **kw)
1812 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 163, in test_002_resource_record_from_email_address
1813 self.assertEqual(len(res), 1);
1814 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1815 % (msg, pformat(first), pformat(second)))
1816FailTest: not equal:
1817a = 0
1818b = 1
1819
1820
1821======================================================================
1822FAIL: test_003_resource_records_from_itip_events
1823----------------------------------------------------------------------
1824Traceback (most recent call last):
1825 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1826 result = f(*args, **kw)
1827 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1828 result = f(*a, **kw)
1829 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events
1830 self.assertEqual(len(res), 2, "Return all attendee resources");
1831 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1832 % (msg, pformat(first), pformat(second)))
1833FailTest: Return all attendee resources
1834not equal:
1835a = 3
1836b = 2
1837
1838
1839======================================================================
1840FAIL: test_005_send_response_accept
1841----------------------------------------------------------------------
1842Traceback (most recent call last):
1843 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1844 result = f(*args, **kw)
1845 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1846 result = f(*a, **kw)
1847 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept
1848 self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject")
1849 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn
1850 % (containee, container))
1851FailTest: Participant status in message subject
1852
1853======================================================================
1854FAIL: test_006_send_response_delegate
1855----------------------------------------------------------------------
1856Traceback (most recent call last):
1857 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1858 result = f(*args, **kw)
1859 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1860 result = f(*a, **kw)
1861 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate
1862 self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0])
1863 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1864 % (msg, pformat(first), pformat(second)))
1865FailTest: not equal:
1866a = 'resource-car-audi-a4@example.org'
1867b = u'resource-collection-car@example.org'
1868
1869
1870======================================================================
1871FAIL: test_002_user_dn_from_email_address
1872----------------------------------------------------------------------
1873Traceback (most recent call last):
1874 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1875 result = f(*args, **kw)
1876 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1877 result = f(*a, **kw)
1878 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address
1879 self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res);
1880 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1881 % (msg, pformat(first), pformat(second)))
1882FailTest: not equal:
1883a = 'uid=doe,ou=People,dc=example,dc=org'
1884b = None
1885
1886
1887======================================================================
1888FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
1889----------------------------------------------------------------------
1890Traceback (most recent call last):
1891 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang
1892 self.assertEqual(_("Folder name"), "Ordnername", "German Translation found")
1893AssertionError: German Translation found
1894
1895----------------------------------------------------------------------
1896Ran 135 tests in 4.035s
1897
1898FAILED (errors=3, failures=9)
1899Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at a6984e9e29a3cd6beca7f717ad3484e846358fbc)
1900========================================================================
1901 Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at a6984e9e29a3cd6beca7f717ad3484e846358fbc)
1902 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at a6984e9e29a3cd6beca7f717ad3484e846358fbc)
1903 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at a6984e9e29a3cd6beca7f717ad3484e846358fbc)
1904========================================================================
1905/var/tmp/838
1906

Lease Host

When
Completed at May 29 2015, 12:54 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 29 2015, 12:54 PM · Built instantly
Status
Passed
1 empty log is hidden Show all logs.

Event Timeline