Page MenuHomePhorge

Build 1502
FailedPublic

Run Command

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

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

1+ '[' -z 3842a2406a56f07b09036f6127703850af89b6c5 -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/1914
20+ TMPDIR=/var/tmp/1914
21+ '[' '!' -d pykolab.git ']'
22+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
23+ pushd pykolab.git
24+ git checkout 3842a2406a56f07b09036f6127703850af89b6c5
25Note: checking out '3842a2406a56f07b09036f6127703850af89b6c5'.
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 3842a24... Correctly recognize whether an ACL or ACL component is invalid (#4990)
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=1502 -e COMMIT=3842a2406a56f07b09036f6127703850af89b6c5 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-6crbn6ikah55p6pjfirz -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/1914
65+ exit 1
66

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

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

Lease Host

When
Completed at Sep 24 2015, 9:34 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 Sep 24 2015, 9:34 AM · Built instantly
Status
Passed

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

1Blocked by: Build 1501
2Blocked by: Build 1501
3Blocked by: Build 1501
4Blocked by: Build 1501
5Blocked by: Build 1501
6

Event Timeline