Page MenuHomePhorge

Build 741
FailedPublic

Run Command

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

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

1+ '[' -z 94d58ba529201de81f956fa8e868a9438bdd18c8 -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/993
19+ TMPDIR=/var/tmp/993
20+ '[' '!' -d pykolab.git ']'
21+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
22+ pushd pykolab.git
23+ git checkout 94d58ba529201de81f956fa8e868a9438bdd18c8
24Note: checking out '94d58ba529201de81f956fa8e868a9438bdd18c8'.
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 94d58ba... cli: kolab delete-domain improved. (#5098) it now displays if the command succeeded, or shows the error message from the Kolab API. new parameter --force to delete a domain even if user accounts exist.
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=741 -e COMMIT=94d58ba529201de81f956fa8e868a9438bdd18c8 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-zvxr6fennkymateay6xl -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/993
62+ exit 1
63

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

2048Traceback (most recent call last):
2049 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2050 result = f(*args, **kw)
2051 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
2052 result = f(*a, **kw)
2053 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 163, in test_002_resource_record_from_email_address
2054 self.assertEqual(len(res), 1);
2055 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
2056 % (msg, pformat(first), pformat(second)))
2057FailTest: not equal:
2058a = 0
2059b = 1
2060
2061
2062======================================================================
2063FAIL: test_003_resource_records_from_itip_events
2064----------------------------------------------------------------------
2065Traceback (most recent call last):
2066 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2067 result = f(*args, **kw)
2068 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
2069 result = f(*a, **kw)
2070 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events
2071 self.assertEqual(len(res), 2, "Return all attendee resources");
2072 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
2073 % (msg, pformat(first), pformat(second)))
2074FailTest: Return all attendee resources
2075not equal:
2076a = 3
2077b = 2
2078
2079
2080======================================================================
2081FAIL: test_005_send_response_accept
2082----------------------------------------------------------------------
2083Traceback (most recent call last):
2084 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2085 result = f(*args, **kw)
2086 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
2087 result = f(*a, **kw)
2088 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept
2089 self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject")
2090 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn
2091 % (containee, container))
2092FailTest: Participant status in message subject
2093
2094======================================================================
2095FAIL: test_006_send_response_delegate
2096----------------------------------------------------------------------
2097Traceback (most recent call last):
2098 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2099 result = f(*args, **kw)
2100 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
2101 result = f(*a, **kw)
2102 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate
2103 self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0])
2104 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
2105 % (msg, pformat(first), pformat(second)))
2106FailTest: not equal:
2107a = 'resource-car-audi-a4@example.org'
2108b = u'resource-collection-car@example.org'
2109
2110
2111======================================================================
2112FAIL: test_002_user_dn_from_email_address
2113----------------------------------------------------------------------
2114Traceback (most recent call last):
2115 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2116 result = f(*args, **kw)
2117 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
2118 result = f(*a, **kw)
2119 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address
2120 self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res);
2121 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
2122 % (msg, pformat(first), pformat(second)))
2123FailTest: not equal:
2124a = 'uid=doe,ou=People,dc=example,dc=org'
2125b = None
2126
2127
2128======================================================================
2129FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
2130----------------------------------------------------------------------
2131Traceback (most recent call last):
2132 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang
2133 self.assertEqual(_("Folder name"), "Ordnername", "German Translation found")
2134AssertionError: German Translation found
2135
2136----------------------------------------------------------------------
2137Ran 135 tests in 4.146s
2138
2139FAILED (errors=3, failures=9)
2140Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 94d58ba529201de81f956fa8e868a9438bdd18c8)
2141========================================================================
2142 Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at 94d58ba529201de81f956fa8e868a9438bdd18c8)
2143 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 94d58ba529201de81f956fa8e868a9438bdd18c8)
2144 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 94d58ba529201de81f956fa8e868a9438bdd18c8)
2145========================================================================
2146/var/tmp/993
2147

Lease Host

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Jun 12 2015, 12:16 PM · Built for 1 s
Status
Passed

Wait for Previous Commits to Build

When
Completed at Jun 12 2015, 12:16 PM · Built instantly
Status
Passed
1 empty logs are hidden. Show all logs.

Event Timeline