Page MenuHomePhorge

Build 745
FailedPublic

Run Command

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

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

1+ '[' -z a8701c8e873f689ec65b3cfd996f83c48fb39742 -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/999
19+ TMPDIR=/var/tmp/999
20+ '[' '!' -d pykolab.git ']'
21+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
22+ pushd pykolab.git
23+ git checkout a8701c8e873f689ec65b3cfd996f83c48fb39742
24Note: checking out 'a8701c8e873f689ec65b3cfd996f83c48fb39742'.
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 a8701c8... fix indentation from my previous commit
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=745 -e COMMIT=a8701c8e873f689ec65b3cfd996f83c48fb39742 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-b3zjhexmk3u6csrdaqce -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/999
62+ exit 1
63

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

1962Traceback (most recent call last):
1963 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1964 result = f(*args, **kw)
1965 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1966 result = f(*a, **kw)
1967 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 163, in test_002_resource_record_from_email_address
1968 self.assertEqual(len(res), 1);
1969 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1970 % (msg, pformat(first), pformat(second)))
1971FailTest: not equal:
1972a = 0
1973b = 1
1974
1975
1976======================================================================
1977FAIL: test_003_resource_records_from_itip_events
1978----------------------------------------------------------------------
1979Traceback (most recent call last):
1980 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1981 result = f(*args, **kw)
1982 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
1983 result = f(*a, **kw)
1984 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events
1985 self.assertEqual(len(res), 2, "Return all attendee resources");
1986 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
1987 % (msg, pformat(first), pformat(second)))
1988FailTest: Return all attendee resources
1989not equal:
1990a = 3
1991b = 2
1992
1993
1994======================================================================
1995FAIL: test_005_send_response_accept
1996----------------------------------------------------------------------
1997Traceback (most recent call last):
1998 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
1999 result = f(*args, **kw)
2000 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
2001 result = f(*a, **kw)
2002 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept
2003 self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject")
2004 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn
2005 % (containee, container))
2006FailTest: Participant status in message subject
2007
2008======================================================================
2009FAIL: test_006_send_response_delegate
2010----------------------------------------------------------------------
2011Traceback (most recent call last):
2012 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2013 result = f(*args, **kw)
2014 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
2015 result = f(*a, **kw)
2016 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate
2017 self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0])
2018 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
2019 % (msg, pformat(first), pformat(second)))
2020FailTest: not equal:
2021a = 'resource-car-audi-a4@example.org'
2022b = u'resource-collection-car@example.org'
2023
2024
2025======================================================================
2026FAIL: test_002_user_dn_from_email_address
2027----------------------------------------------------------------------
2028Traceback (most recent call last):
2029 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2030 result = f(*args, **kw)
2031 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
2032 result = f(*a, **kw)
2033 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address
2034 self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res);
2035 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
2036 % (msg, pformat(first), pformat(second)))
2037FailTest: not equal:
2038a = 'uid=doe,ou=People,dc=example,dc=org'
2039b = None
2040
2041
2042======================================================================
2043FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
2044----------------------------------------------------------------------
2045Traceback (most recent call last):
2046 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang
2047 self.assertEqual(_("Folder name"), "Ordnername", "German Translation found")
2048AssertionError: German Translation found
2049
2050----------------------------------------------------------------------
2051Ran 135 tests in 4.143s
2052
2053FAILED (errors=3, failures=9)
2054Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at a8701c8e873f689ec65b3cfd996f83c48fb39742)
2055========================================================================
2056 Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at a8701c8e873f689ec65b3cfd996f83c48fb39742)
2057 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at a8701c8e873f689ec65b3cfd996f83c48fb39742)
2058 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at a8701c8e873f689ec65b3cfd996f83c48fb39742)
2059========================================================================
2060/var/tmp/999
2061

Lease Host

When
Completed at Jun 12 2015, 11:32 AM · 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 12 2015, 11:32 AM · Built instantly
Status
Passed
1 empty log is hidden Show all logs.

Event Timeline