Page MenuHomePhorge

Build 1321
FailedPublic

Run Command

When
Completed at Aug 21 2015, 9:21 AM · Built for 2 m, 38 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

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

1+ '[' -z 0da5b83cb942ffd4469545db91c3cc8f115b6c66 -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 -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+ test_obs=1
10+ '[' -z git ']'
11+ case ${vcs} in
12++ basename ssh://git@git.kolab.org/diffusion/P/pykolab.git .git
13+ package=pykolab
14++ echo ssh://git@git.kolab.org/diffusion/P/pykolab.git
15++ sed -e 's|ssh://git@|https://|g'
16+ ro_uri=https://git.kolab.org/diffusion/P/pykolab.git
17+ case ${package} in
18++ pwd
19+ export TMPDIR=/var/tmp/1733
20+ TMPDIR=/var/tmp/1733
21+ '[' '!' -d pykolab.git ']'
22+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
23+ pushd pykolab.git
24+ git checkout 0da5b83cb942ffd4469545db91c3cc8f115b6c66
25Note: checking out '0da5b83cb942ffd4469545db91c3cc8f115b6c66'.
26
27You are in 'detached HEAD' state. You can look around, make experimental
28changes and commit them, and you can discard any commits you make in this
29state without impacting any branches by performing another checkout.
30
31If you want to create a new branch to retain commits you create, you may
32do so (now or later) by using -b with the checkout command again. Example:
33
34 git checkout -b new_branch_name
35
36HEAD is now at 0da5b83... setup roundcube on Debian: fix the search for the webserver group
37+ popd
38+ '[' pykolab '!=' stick ']'
39+ '[' '!' -d stick.git ']'
40+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
41+ export commit
42+ export differential
43+ export id
44+ export package
45+ export phid
46+ export ro_uri
47+ export uri
48+ export vcs
49+ export test_build
50+ export test_functional
51+ export test_integration
52+ export test_performance
53+ export test_unit
54+ export test_obs
55+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
56+ '[' -x stick.git/drydocker/pykolab/build.sh ']'
57+ pushd pykolab.git
58+ ../stick.git/drydocker/pykolab/build.sh
59+ docker run -it --attach=stdout --attach=stderr --detach=false --rm=true --volume=/root/.oscrc:/root/.oscrc --volume=/var/tmp/osbuild-packagecache/:/var/tmp/osbuild-packagecache/ --hostname=kolab.example.org -e ID=1321 -e COMMIT=0da5b83cb942ffd4469545db91c3cc8f115b6c66 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-galuvcb6ibk3t3it7wwp -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 -e TEST_OBS=1 kolab/ci-maipo
60+ exit 1
61+ retval=1
62+ popd
63+ cd /var/tmp
64+ rm -rf /var/tmp/1733
65+ exit 1
66

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

4768 % (msg, pformat(first), pformat(second)))
4769FailTest: not equal:
4770a = 0
4771b = 1
4772
4773
4774======================================================================
4775FAIL: test_003_resource_records_from_itip_events
4776----------------------------------------------------------------------
4777Traceback (most recent call last):
4778 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
4779 result = f(*args, **kw)
4780 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
4781 result = f(*a, **kw)
4782 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events
4783 self.assertEqual(len(res), 2, "Return all attendee resources");
4784 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
4785 % (msg, pformat(first), pformat(second)))
4786FailTest: Return all attendee resources
4787not equal:
4788a = 3
4789b = 2
4790
4791
4792======================================================================
4793FAIL: test_005_send_response_accept
4794----------------------------------------------------------------------
4795Traceback (most recent call last):
4796 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
4797 result = f(*args, **kw)
4798 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
4799 result = f(*a, **kw)
4800 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept
4801 self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject")
4802 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn
4803 % (containee, container))
4804FailTest: Participant status in message subject
4805
4806======================================================================
4807FAIL: test_006_send_response_delegate
4808----------------------------------------------------------------------
4809Traceback (most recent call last):
4810 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
4811 result = f(*args, **kw)
4812 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
4813 result = f(*a, **kw)
4814 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate
4815 self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0])
4816 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
4817 % (msg, pformat(first), pformat(second)))
4818FailTest: not equal:
4819a = 'resource-car-audi-a4@example.org'
4820b = u'resource-collection-car@example.org'
4821
4822
4823======================================================================
4824FAIL: test_002_user_dn_from_email_address
4825----------------------------------------------------------------------
4826Traceback (most recent call last):
4827 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
4828 result = f(*args, **kw)
4829 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
4830 result = f(*a, **kw)
4831 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address
4832 self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res);
4833 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
4834 % (msg, pformat(first), pformat(second)))
4835FailTest: not equal:
4836a = 'uid=doe,ou=People,dc=example,dc=org'
4837b = None
4838
4839
4840======================================================================
4841FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
4842----------------------------------------------------------------------
4843Traceback (most recent call last):
4844 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 20, in test_003_set_lang
4845 self.assertEqual(_("Folder name"), "Ordnername", "German Translation found")
4846AssertionError: German Translation found
4847
4848======================================================================
4849FAIL: test_004_unicode (tests.unit.test-015-translate.TestTranslate)
4850----------------------------------------------------------------------
4851Traceback (most recent call last):
4852 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 27, in test_004_unicode
4853 self.assertEqual(_("recipients: %r"), "Empfänger: %r")
4854AssertionError: 'recipients: %r' != 'Empf\xc3\xa4nger: %r'
4855
4856----------------------------------------------------------------------
4857Ran 141 tests in 4.406s
4858
4859FAILED (SKIP=1, errors=7, failures=10)
4860Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 0da5b83cb942ffd4469545db91c3cc8f115b6c66)
4861========================================================================
4862 Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at 0da5b83cb942ffd4469545db91c3cc8f115b6c66)
4863 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 0da5b83cb942ffd4469545db91c3cc8f115b6c66)
4864 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 0da5b83cb942ffd4469545db91c3cc8f115b6c66)
4865========================================================================
4866/var/tmp/1733
4867

Lease Host

When
Completed at Aug 21 2015, 9:18 AM · Built instantly
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 Aug 21 2015, 9:18 AM · Built instantly
Status
Passed
1 empty log is hidden Show all logs.

Event Timeline