Page MenuHomePhorge

Build 1724
FailedPublic

Run Command

When
Completed at Oct 15 2015, 1:31 PM · Built for 2 m, 32 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

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

1+ '[' -z 8f21a9a8c966b3d4c1ea3eb3f8e7e878cc764d9d -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/2135
20+ TMPDIR=/var/tmp/2135
21+ '[' '!' -d pykolab.git ']'
22+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
23+ pushd pykolab.git
24+ git checkout 8f21a9a8c966b3d4c1ea3eb3f8e7e878cc764d9d
25Note: checking out '8f21a9a8c966b3d4c1ea3eb3f8e7e878cc764d9d'.
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 8f21a9a... Set version to 0.7.16
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=1724 -e COMMIT=8f21a9a8c966b3d4c1ea3eb3f8e7e878cc764d9d -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-ugkr4rt4jj5nxz34q7ld -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/2135
65+ exit 1
66

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

4911----------------------------------------------------------------------
4912Traceback (most recent call last):
4913 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
4914 result = f(*args, **kw)
4915 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
4916 result = f(*a, **kw)
4917 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events
4918 self.assertEqual(len(res), 2, "Return all attendee resources");
4919 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
4920 % (msg, pformat(first), pformat(second)))
4921FailTest: Return all attendee resources
4922not equal:
4923a = 3
4924b = 2
4925
4926
4927======================================================================
4928FAIL: test_005_send_response_accept
4929----------------------------------------------------------------------
4930Traceback (most recent call last):
4931 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
4932 result = f(*args, **kw)
4933 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
4934 result = f(*a, **kw)
4935 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept
4936 self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject")
4937 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn
4938 % (containee, container))
4939FailTest: Participant status in message subject
4940
4941======================================================================
4942FAIL: test_006_send_response_delegate
4943----------------------------------------------------------------------
4944Traceback (most recent call last):
4945 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
4946 result = f(*args, **kw)
4947 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
4948 result = f(*a, **kw)
4949 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate
4950 self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0])
4951 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
4952 % (msg, pformat(first), pformat(second)))
4953FailTest: not equal:
4954a = 'resource-car-audi-a4@example.org'
4955b = u'resource-collection-car@example.org'
4956
4957
4958======================================================================
4959FAIL: test_002_user_dn_from_email_address
4960----------------------------------------------------------------------
4961Traceback (most recent call last):
4962 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
4963 result = f(*args, **kw)
4964 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
4965 result = f(*a, **kw)
4966 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address
4967 self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res);
4968 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
4969 % (msg, pformat(first), pformat(second)))
4970FailTest: not equal:
4971a = 'uid=doe,ou=People,dc=example,dc=org'
4972b = None
4973
4974
4975======================================================================
4976FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
4977----------------------------------------------------------------------
4978Traceback (most recent call last):
4979 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 20, in test_003_set_lang
4980 self.assertEqual(_("Folder name"), "Ordnername", "German Translation found")
4981AssertionError: German Translation found
4982
4983======================================================================
4984FAIL: test_004_unicode (tests.unit.test-015-translate.TestTranslate)
4985----------------------------------------------------------------------
4986Traceback (most recent call last):
4987 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 27, in test_004_unicode
4988 self.assertEqual(_("recipients: %r"), "Empfänger: %r")
4989AssertionError: 'recipients: %r' != 'Empf\xc3\xa4nger: %r'
4990
4991======================================================================
4992FAIL: test_011_to_xml (tests.unit.test-018-note.TestNoteXML)
4993----------------------------------------------------------------------
4994Traceback (most recent call last):
4995 File "/srv/pykolab.git/tests/unit/test-018-note.py", line 72, in test_011_to_xml
4996 self.assertRaises(NoteIntegrityError, note.__str__)
4997AssertionError: NoteIntegrityError not raised
4998
4999----------------------------------------------------------------------
5000Ran 141 tests in 4.563s
5001
5002FAILED (SKIP=1, errors=7, failures=11)
5003Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 8f21a9a8c966b3d4c1ea3eb3f8e7e878cc764d9d)
5004========================================================================
5005 Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at 8f21a9a8c966b3d4c1ea3eb3f8e7e878cc764d9d)
5006 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 8f21a9a8c966b3d4c1ea3eb3f8e7e878cc764d9d)
5007 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 8f21a9a8c966b3d4c1ea3eb3f8e7e878cc764d9d)
5008========================================================================
5009/var/tmp/2135
5010

Lease Host

When
Completed at Oct 15 2015, 1:28 PM · 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 Oct 15 2015, 1:28 PM · Built instantly
Status
Passed

Build Log 5968 (waiting - blockers)
25 - 50 - 100 - Unlimited Lines

1Blocked by: Build 1719
2

Event Timeline