Page MenuHomePhorge

Build 375
FailedPublic

Run Command

When
Completed at May 5 2015, 3:17 PM · Built for 52 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

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

13+ '[' 10 -gt 0 ']'
14+ case $1 in
15++ eval echo ''\''5bc3c7fba85fc2de79f7bb92ec546fa3eb541f30'\'''
16+++ echo 5bc3c7fba85fc2de79f7bb92ec546fa3eb541f30
17+ commit=5bc3c7fba85fc2de79f7bb92ec546fa3eb541f30
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-j2sfrn43hcqnxa4bk7bi'\'''
30+++ echo PHID-HMBT-j2sfrn43hcqnxa4bk7bi
31+ phid=PHID-HMBT-j2sfrn43hcqnxa4bk7bi
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 5bc3c7fba85fc2de79f7bb92ec546fa3eb541f30 -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/520
68+ TMPDIR=/var/tmp/520
69+ '[' '!' -d pykolab.git ']'
70+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
71+ pushd pykolab.git
72+ git checkout 5bc3c7fba85fc2de79f7bb92ec546fa3eb541f30
73Note: checking out '5bc3c7fba85fc2de79f7bb92ec546fa3eb541f30'.
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 5bc3c7f... fixing typo in my previous commit os.path.isfile instead of os.patch.isfile
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 --rm=true --volume=/root/.oscrc:/root/.oscrc -e ID=375 -e COMMIT=5bc3c7fba85fc2de79f7bb92ec546fa3eb541f30 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-j2sfrn43hcqnxa4bk7bi -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/520
111+ exit 1
112

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

1843Traceback (most recent call last):
1844 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1845 result = f(*args, **kw)
1846 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1847 result = f(*a, **kw)
1848 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 163, in test_002_resource_record_from_email_address
1849 self.assertEqual(len(res), 1);
1850 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1851 % (msg, pformat(first), pformat(second)))
1852FailTest: not equal:
1853a = 0
1854b = 1
1855
1856
1857======================================================================
1858FAIL: test_003_resource_records_from_itip_events
1859----------------------------------------------------------------------
1860Traceback (most recent call last):
1861 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1862 result = f(*args, **kw)
1863 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1864 result = f(*a, **kw)
1865 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events
1866 self.assertEqual(len(res), 2, "Return all attendee resources");
1867 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1868 % (msg, pformat(first), pformat(second)))
1869FailTest: Return all attendee resources
1870not equal:
1871a = 3
1872b = 2
1873
1874
1875======================================================================
1876FAIL: test_005_send_response_accept
1877----------------------------------------------------------------------
1878Traceback (most recent call last):
1879 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1880 result = f(*args, **kw)
1881 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1882 result = f(*a, **kw)
1883 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept
1884 self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject")
1885 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn
1886 % (containee, container))
1887FailTest: Participant status in message subject
1888
1889======================================================================
1890FAIL: test_006_send_response_delegate
1891----------------------------------------------------------------------
1892Traceback (most recent call last):
1893 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1894 result = f(*args, **kw)
1895 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1896 result = f(*a, **kw)
1897 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate
1898 self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0])
1899 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1900 % (msg, pformat(first), pformat(second)))
1901FailTest: not equal:
1902a = 'resource-car-audi-a4@example.org'
1903b = u'resource-collection-car@example.org'
1904
1905
1906======================================================================
1907FAIL: test_002_user_dn_from_email_address
1908----------------------------------------------------------------------
1909Traceback (most recent call last):
1910 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1911 result = f(*args, **kw)
1912 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1913 result = f(*a, **kw)
1914 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 118, in test_002_user_dn_from_email_address
1915 self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res);
1916 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1917 % (msg, pformat(first), pformat(second)))
1918FailTest: not equal:
1919a = 'uid=doe,ou=People,dc=example,dc=org'
1920b = None
1921
1922
1923======================================================================
1924FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
1925----------------------------------------------------------------------
1926Traceback (most recent call last):
1927 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang
1928 self.assertEqual(_("Folder name"), "Ordnername", "German Translation found")
1929AssertionError: German Translation found
1930
1931----------------------------------------------------------------------
1932Ran 135 tests in 4.200s
1933
1934FAILED (errors=7, failures=9)
1935Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 5bc3c7fba85fc2de79f7bb92ec546fa3eb541f30)
1936========================================================================
1937 Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at 5bc3c7fba85fc2de79f7bb92ec546fa3eb541f30)
1938 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 5bc3c7fba85fc2de79f7bb92ec546fa3eb541f30)
1939 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 5bc3c7fba85fc2de79f7bb92ec546fa3eb541f30)
1940========================================================================
1941/var/tmp/520
1942

Lease Host

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

Event Timeline