Page MenuHomePhorge

Build 643
FailedPublic

Run Command

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jun 9 2015, 8:19 AM · Built for 1 m, 23 s
Status
Failed

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

1+ '[' -z ac1ab08b8611b7f5b8b6e0f0834f801f75e73918 -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/890
19+ TMPDIR=/var/tmp/890
20+ '[' '!' -d pykolab.git ']'
21+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
22+ pushd pykolab.git
23+ git checkout ac1ab08b8611b7f5b8b6e0f0834f801f75e73918
24Note: checking out 'ac1ab08b8611b7f5b8b6e0f0834f801f75e73918'.
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 ac1ab08... adding parameter --domain for cli kolab sync (fixes #5091). defaults to all domains. allows to run kolab sync only for one domain.
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=643 -e COMMIT=ac1ab08b8611b7f5b8b6e0f0834f801f75e73918 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-xoog3w6dczuqh67zvcaf -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/890
62+ exit 1
63

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

1904Traceback (most recent call last):
1905 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1906 result = f(*args, **kw)
1907 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1908 result = f(*a, **kw)
1909 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 163, in test_002_resource_record_from_email_address
1910 self.assertEqual(len(res), 1);
1911 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1912 % (msg, pformat(first), pformat(second)))
1913FailTest: not equal:
1914a = 0
1915b = 1
1916
1917
1918======================================================================
1919FAIL: test_003_resource_records_from_itip_events
1920----------------------------------------------------------------------
1921Traceback (most recent call last):
1922 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1923 result = f(*args, **kw)
1924 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1925 result = f(*a, **kw)
1926 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events
1927 self.assertEqual(len(res), 2, "Return all attendee resources");
1928 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1929 % (msg, pformat(first), pformat(second)))
1930FailTest: Return all attendee resources
1931not equal:
1932a = 3
1933b = 2
1934
1935
1936======================================================================
1937FAIL: test_005_send_response_accept
1938----------------------------------------------------------------------
1939Traceback (most recent call last):
1940 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1941 result = f(*args, **kw)
1942 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1943 result = f(*a, **kw)
1944 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept
1945 self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject")
1946 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn
1947 % (containee, container))
1948FailTest: Participant status in message subject
1949
1950======================================================================
1951FAIL: test_006_send_response_delegate
1952----------------------------------------------------------------------
1953Traceback (most recent call last):
1954 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1955 result = f(*args, **kw)
1956 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1957 result = f(*a, **kw)
1958 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate
1959 self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0])
1960 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1961 % (msg, pformat(first), pformat(second)))
1962FailTest: not equal:
1963a = 'resource-car-audi-a4@example.org'
1964b = u'resource-collection-car@example.org'
1965
1966
1967======================================================================
1968FAIL: test_002_user_dn_from_email_address
1969----------------------------------------------------------------------
1970Traceback (most recent call last):
1971 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1972 result = f(*args, **kw)
1973 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1974 result = f(*a, **kw)
1975 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address
1976 self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res);
1977 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1978 % (msg, pformat(first), pformat(second)))
1979FailTest: not equal:
1980a = 'uid=doe,ou=People,dc=example,dc=org'
1981b = None
1982
1983
1984======================================================================
1985FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
1986----------------------------------------------------------------------
1987Traceback (most recent call last):
1988 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang
1989 self.assertEqual(_("Folder name"), "Ordnername", "German Translation found")
1990AssertionError: German Translation found
1991
1992----------------------------------------------------------------------
1993Ran 135 tests in 4.128s
1994
1995FAILED (errors=3, failures=9)
1996Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at ac1ab08b8611b7f5b8b6e0f0834f801f75e73918)
1997========================================================================
1998 Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at ac1ab08b8611b7f5b8b6e0f0834f801f75e73918)
1999 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at ac1ab08b8611b7f5b8b6e0f0834f801f75e73918)
2000 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at ac1ab08b8611b7f5b8b6e0f0834f801f75e73918)
2001========================================================================
2002/var/tmp/890
2003

Lease Host

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jun 9 2015, 8:18 AM · Built for 2 s
Status
Passed

Wait for Previous Commits to Build

When
Completed at Jun 9 2015, 8:18 AM · Built instantly
Status
Passed
1 empty logs are hidden. Show all logs.

Event Timeline