Page MenuHomePhorge

Build 1258
FailedPublic

Run Command

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

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

1+ '[' -z dac257cc209e0997dca975e0b8f69ac496f393c5 -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/1670
20+ TMPDIR=/var/tmp/1670
21+ '[' '!' -d pykolab.git ']'
22+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
23+ pushd pykolab.git
24+ git checkout dac257cc209e0997dca975e0b8f69ac496f393c5
25Note: checking out 'dac257cc209e0997dca975e0b8f69ac496f393c5'.
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 dac257c... Some attributes may contain unicode, so when printing the information, convert to string (#5083)
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=1258 -e COMMIT=dac257cc209e0997dca975e0b8f69ac496f393c5 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-nj7f2mm4siwkjvsa4dgz -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/1670
65+ exit 1
66

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

4647 % (msg, pformat(first), pformat(second)))
4648FailTest: not equal:
4649a = 0
4650b = 1
4651
4652
4653======================================================================
4654FAIL: test_003_resource_records_from_itip_events
4655----------------------------------------------------------------------
4656Traceback (most recent call last):
4657 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
4658 result = f(*args, **kw)
4659 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
4660 result = f(*a, **kw)
4661 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events
4662 self.assertEqual(len(res), 2, "Return all attendee resources");
4663 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
4664 % (msg, pformat(first), pformat(second)))
4665FailTest: Return all attendee resources
4666not equal:
4667a = 3
4668b = 2
4669
4670
4671======================================================================
4672FAIL: test_005_send_response_accept
4673----------------------------------------------------------------------
4674Traceback (most recent call last):
4675 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
4676 result = f(*args, **kw)
4677 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
4678 result = f(*a, **kw)
4679 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept
4680 self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject")
4681 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn
4682 % (containee, container))
4683FailTest: Participant status in message subject
4684
4685======================================================================
4686FAIL: test_006_send_response_delegate
4687----------------------------------------------------------------------
4688Traceback (most recent call last):
4689 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
4690 result = f(*args, **kw)
4691 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
4692 result = f(*a, **kw)
4693 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate
4694 self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0])
4695 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
4696 % (msg, pformat(first), pformat(second)))
4697FailTest: not equal:
4698a = 'resource-car-audi-a4@example.org'
4699b = u'resource-collection-car@example.org'
4700
4701
4702======================================================================
4703FAIL: test_002_user_dn_from_email_address
4704----------------------------------------------------------------------
4705Traceback (most recent call last):
4706 File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
4707 result = f(*args, **kw)
4708 File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
4709 result = f(*a, **kw)
4710 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address
4711 self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res);
4712 File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual
4713 % (msg, pformat(first), pformat(second)))
4714FailTest: not equal:
4715a = 'uid=doe,ou=People,dc=example,dc=org'
4716b = None
4717
4718
4719======================================================================
4720FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
4721----------------------------------------------------------------------
4722Traceback (most recent call last):
4723 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 20, in test_003_set_lang
4724 self.assertEqual(_("Folder name"), "Ordnername", "German Translation found")
4725AssertionError: German Translation found
4726
4727======================================================================
4728FAIL: test_004_unicode (tests.unit.test-015-translate.TestTranslate)
4729----------------------------------------------------------------------
4730Traceback (most recent call last):
4731 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 27, in test_004_unicode
4732 self.assertEqual(_("recipients: %r"), "Empfänger: %r")
4733AssertionError: 'recipients: %r' != 'Empf\xc3\xa4nger: %r'
4734
4735----------------------------------------------------------------------
4736Ran 136 tests in 4.056s
4737
4738FAILED (errors=7, failures=10)
4739Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at dac257cc209e0997dca975e0b8f69ac496f393c5)
4740========================================================================
4741 Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at dac257cc209e0997dca975e0b8f69ac496f393c5)
4742 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at dac257cc209e0997dca975e0b8f69ac496f393c5)
4743 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at dac257cc209e0997dca975e0b8f69ac496f393c5)
4744========================================================================
4745/var/tmp/1670
4746

Lease Host

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

Event Timeline