Page MenuHomePhorge

Build 603
FailedPublic

Run Command

When
Completed at Jun 2 2015, 10:53 PM · Built for 53 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

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

1+ '[' -z 39cde352048254e3abaef60ef4abc1fba7845940 -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/850
19+ TMPDIR=/var/tmp/850
20+ '[' '!' -d pykolab.git ']'
21+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
22+ pushd pykolab.git
23+ git checkout 39cde352048254e3abaef60ef4abc1fba7845940
24Note: checking out '39cde352048254e3abaef60ef4abc1fba7845940'.
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 39cde35... Don't overwrite config if template is not found - Fixes #5066
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=603 -e COMMIT=39cde352048254e3abaef60ef4abc1fba7845940 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-buriunr2ymt7se3u2qi7 -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/850
62+ exit 1
63

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

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

Lease Host

When
Completed at Jun 2 2015, 10:52 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 Jun 2 2015, 10:52 PM · Built instantly
Status
Passed
1 empty log is hidden Show all logs.

Event Timeline