Properties
Properties
Run Command
Run Command
- When
- Completed at Aug 24 2015, 9:34 AM · Built for 2 m
- Status
Failed
| 1 | + '[' -z 3fb4055a41860aafb7a78364c19d7f396ebc9eb6 -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/1742 |
| 20 | + TMPDIR=/var/tmp/1742 |
| 21 | + '[' '!' -d pykolab.git ']' |
| 22 | + git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git |
| 23 | + pushd pykolab.git |
| 24 | + git checkout 3fb4055a41860aafb7a78364c19d7f396ebc9eb6 |
| 25 | Note: checking out '3fb4055a41860aafb7a78364c19d7f396ebc9eb6'. |
| 26 | |
| 27 | You are in 'detached HEAD' state. You can look around, make experimental |
| 28 | changes and commit them, and you can discard any commits you make in this |
| 29 | state without impacting any branches by performing another checkout. |
| 30 | |
| 31 | If you want to create a new branch to retain commits you create, you may |
| 32 | do so (now or later) by using -b with the checkout command again. Example: |
| 33 | |
| 34 | git checkout -b new_branch_name |
| 35 | |
| 36 | HEAD is now at 3fb4055... roundcube config template: add ManageSieve Connection TLS settings fixes T716 |
| 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=1330 -e COMMIT=3fb4055a41860aafb7a78364c19d7f396ebc9eb6 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-cvwbw4khifedfhnnd7w2 -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/1742 |
| 65 | + exit 1 |
| 66 |
| 4676 | % (msg, pformat(first), pformat(second))) |
|---|---|
| 4677 | FailTest: not equal: |
| 4678 | a = 0 |
| 4679 | b = 1 |
| 4680 | |
| 4681 | |
| 4682 | ====================================================================== |
| 4683 | FAIL: test_003_resource_records_from_itip_events |
| 4684 | ---------------------------------------------------------------------- |
| 4685 | Traceback (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 172, in test_003_resource_records_from_itip_events |
| 4691 | self.assertEqual(len(res), 2, "Return all attendee resources"); |
| 4692 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 4693 | % (msg, pformat(first), pformat(second))) |
| 4694 | FailTest: Return all attendee resources |
| 4695 | not equal: |
| 4696 | a = 3 |
| 4697 | b = 2 |
| 4698 | |
| 4699 | |
| 4700 | ====================================================================== |
| 4701 | FAIL: test_005_send_response_accept |
| 4702 | ---------------------------------------------------------------------- |
| 4703 | Traceback (most recent call last): |
| 4704 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 4705 | result = f(*args, **kw) |
| 4706 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 4707 | result = f(*a, **kw) |
| 4708 | File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept |
| 4709 | self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject") |
| 4710 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn |
| 4711 | % (containee, container)) |
| 4712 | FailTest: Participant status in message subject |
| 4713 | |
| 4714 | ====================================================================== |
| 4715 | FAIL: test_006_send_response_delegate |
| 4716 | ---------------------------------------------------------------------- |
| 4717 | Traceback (most recent call last): |
| 4718 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 4719 | result = f(*args, **kw) |
| 4720 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 4721 | result = f(*a, **kw) |
| 4722 | File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate |
| 4723 | self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0]) |
| 4724 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 4725 | % (msg, pformat(first), pformat(second))) |
| 4726 | FailTest: not equal: |
| 4727 | a = 'resource-car-audi-a4@example.org' |
| 4728 | b = u'resource-collection-car@example.org' |
| 4729 | |
| 4730 | |
| 4731 | ====================================================================== |
| 4732 | FAIL: test_002_user_dn_from_email_address |
| 4733 | ---------------------------------------------------------------------- |
| 4734 | Traceback (most recent call last): |
| 4735 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 4736 | result = f(*args, **kw) |
| 4737 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 4738 | result = f(*a, **kw) |
| 4739 | File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address |
| 4740 | self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res); |
| 4741 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 4742 | % (msg, pformat(first), pformat(second))) |
| 4743 | FailTest: not equal: |
| 4744 | a = 'uid=doe,ou=People,dc=example,dc=org' |
| 4745 | b = None |
| 4746 | |
| 4747 | |
| 4748 | ====================================================================== |
| 4749 | FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate) |
| 4750 | ---------------------------------------------------------------------- |
| 4751 | Traceback (most recent call last): |
| 4752 | File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 20, in test_003_set_lang |
| 4753 | self.assertEqual(_("Folder name"), "Ordnername", "German Translation found") |
| 4754 | AssertionError: German Translation found |
| 4755 | |
| 4756 | ====================================================================== |
| 4757 | FAIL: test_004_unicode (tests.unit.test-015-translate.TestTranslate) |
| 4758 | ---------------------------------------------------------------------- |
| 4759 | Traceback (most recent call last): |
| 4760 | File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 27, in test_004_unicode |
| 4761 | self.assertEqual(_("recipients: %r"), "Empfänger: %r") |
| 4762 | AssertionError: 'recipients: %r' != 'Empf\xc3\xa4nger: %r' |
| 4763 | |
| 4764 | ---------------------------------------------------------------------- |
| 4765 | Ran 141 tests in 4.239s |
| 4766 | |
| 4767 | FAILED (SKIP=1, errors=7, failures=10) |
| 4768 | Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 3fb4055a41860aafb7a78364c19d7f396ebc9eb6) |
| 4769 | ======================================================================== |
| 4770 | Running '_install_package_builddep pykolab' OK (at 3fb4055a41860aafb7a78364c19d7f396ebc9eb6) |
| 4771 | Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 3fb4055a41860aafb7a78364c19d7f396ebc9eb6) |
| 4772 | Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 3fb4055a41860aafb7a78364c19d7f396ebc9eb6) |
| 4773 | ======================================================================== |
| 4774 | /var/tmp/1742 |
| 4775 |
Lease Host
Lease Host
- When
- Completed at Aug 24 2015, 9:32 AM · Built for 1 s
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Aug 24 2015, 9:32 AM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.