Page MenuHomePhorge

Build 1254
FailedPublic

Run Command

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

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

1+ '[' -z a45ca0dac73ff8c26a62134fd7887d58d7f5202d -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/1666
20+ TMPDIR=/var/tmp/1666
21+ '[' '!' -d pykolab.git ']'
22+ git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git
23+ pushd pykolab.git
24+ git checkout a45ca0dac73ff8c26a62134fd7887d58d7f5202d
25Note: checking out 'a45ca0dac73ff8c26a62134fd7887d58d7f5202d'.
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 a45ca0d... Increase compatibility with UCS-formed ACL entries for folders (#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=1254 -e COMMIT=a45ca0dac73ff8c26a62134fd7887d58d7f5202d -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-caefjo6pdi3wouvzryoc -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/1666
65+ exit 1
66

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

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

Lease Host

When
Completed at Aug 13 2015, 7:42 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 13 2015, 7:42 AM · Built instantly
Status
Passed

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

1Blocked by: Build 1253
2Blocked by: Build 1253
3Blocked by: Build 1253
4Blocked by: Build 1253
5Blocked by: Build 1253
6Blocked by: Build 1253
7Blocked by: Build 1253
8Blocked by: Build 1253
9Blocked by: Build 1253
10Blocked by: Build 1253
11

Event Timeline