Page MenuHomePhorge

Build 1265
FailedPublic

Run Command

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

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

1+ '[' -z f72c73ecd2b542d0b6e9fc70681410c957da930d -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/1677
20+ TMPDIR=/var/tmp/1677
21+ '[' '!' -d pykolab.git ']'
22+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
23+ pushd pykolab.git
24+ git checkout f72c73ecd2b542d0b6e9fc70681410c957da930d
25Note: checking out 'f72c73ecd2b542d0b6e9fc70681410c957da930d'.
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 f72c73e... Dovecot driver
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=1265 -e COMMIT=f72c73ecd2b542d0b6e9fc70681410c957da930d -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-tcq4ybjdb7clty3lt5nv -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/1677
65+ exit 1
66

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

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

Lease Host

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

Wait for Previous Commits to Build

When
Completed at Aug 13 2015, 12:52 PM · Built instantly
Status
Passed

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

1Blocked by: Build 1264
2Blocked by: Build 1264
3Blocked by: Build 1264
4Blocked by: Build 1264
5Blocked by: Build 1264
6Blocked by: Build 1264
7Blocked by: Build 1264
8Blocked by: Build 1264
9Blocked by: Build 1264
10Blocked by: Build 1264
11Blocked by: Build 1264
12Blocked by: Build 1264
13Blocked by: Build 1264
14Blocked by: Build 1264
15Blocked by: Build 1264
16Blocked by: Build 1264
17Blocked by: Build 1264
18Blocked by: Build 1264
19Blocked by: Build 1264
20Blocked by: Build 1264
21Blocked by: Build 1264
22Blocked by: Build 1264
23Blocked by: Build 1264
24Blocked by: Build 1264
25Blocked by: Build 1264
26Blocked by: Build 1264
27Blocked by: Build 1264
28Blocked by: Build 1264
29Blocked by: Build 1264
30Blocked by: Build 1264
31Blocked by: Build 1264
32Blocked by: Build 1264
33Blocked by: Build 1264
34Blocked by: Build 1264
35Blocked by: Build 1264
36Blocked by: Build 1264
37Blocked by: Build 1264
38Blocked by: Build 1264
39Blocked by: Build 1264
40Blocked by: Build 1264
41Blocked by: Build 1264
42Blocked by: Build 1264
43Blocked by: Build 1264
44Blocked by: Build 1264
45Blocked by: Build 1264
46Blocked by: Build 1264
47Blocked by: Build 1264
48Blocked by: Build 1264
49Blocked by: Build 1264
50Blocked by: Build 1264
51Blocked by: Build 1264
52Blocked by: Build 1264
53Blocked by: Build 1264
54Blocked by: Build 1264
55Blocked by: Build 1264
56Blocked by: Build 1264
57Blocked by: Build 1264
58

Event Timeline