Properties
Properties
Run Command
Run Command
- When
- Completed at Aug 13 2015, 10:52 AM · Built for 2 m
- Status
Failed
| 1 | + '[' -z 4aaf10490bde409613569b7e4c4a51bf522482cc -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/1676 |
| 20 | + TMPDIR=/var/tmp/1676 |
| 21 | + '[' '!' -d pykolab.git ']' |
| 22 | + git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git |
| 23 | + pushd pykolab.git |
| 24 | + git checkout 4aaf10490bde409613569b7e4c4a51bf522482cc |
| 25 | Note: checking out '4aaf10490bde409613569b7e4c4a51bf522482cc'. |
| 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 4aaf104... Reconnect if necessary (#4739) |
| 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=1264 -e COMMIT=4aaf10490bde409613569b7e4c4a51bf522482cc -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-ffkm4w4nkeyclzoov3x7 -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/1676 |
| 65 | + exit 1 |
| 66 |
| 4637 | % (msg, pformat(first), pformat(second))) |
|---|---|
| 4638 | FailTest: not equal: |
| 4639 | a = 0 |
| 4640 | b = 1 |
| 4641 | |
| 4642 | |
| 4643 | ====================================================================== |
| 4644 | FAIL: test_003_resource_records_from_itip_events |
| 4645 | ---------------------------------------------------------------------- |
| 4646 | Traceback (most recent call last): |
| 4647 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 4648 | result = f(*args, **kw) |
| 4649 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 4650 | result = f(*a, **kw) |
| 4651 | File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events |
| 4652 | self.assertEqual(len(res), 2, "Return all attendee resources"); |
| 4653 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 4654 | % (msg, pformat(first), pformat(second))) |
| 4655 | FailTest: Return all attendee resources |
| 4656 | not equal: |
| 4657 | a = 3 |
| 4658 | b = 2 |
| 4659 | |
| 4660 | |
| 4661 | ====================================================================== |
| 4662 | FAIL: test_005_send_response_accept |
| 4663 | ---------------------------------------------------------------------- |
| 4664 | Traceback (most recent call last): |
| 4665 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 4666 | result = f(*args, **kw) |
| 4667 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 4668 | result = f(*a, **kw) |
| 4669 | File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept |
| 4670 | self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject") |
| 4671 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn |
| 4672 | % (containee, container)) |
| 4673 | FailTest: Participant status in message subject |
| 4674 | |
| 4675 | ====================================================================== |
| 4676 | FAIL: test_006_send_response_delegate |
| 4677 | ---------------------------------------------------------------------- |
| 4678 | Traceback (most recent call last): |
| 4679 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 4680 | result = f(*args, **kw) |
| 4681 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 4682 | result = f(*a, **kw) |
| 4683 | File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate |
| 4684 | self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0]) |
| 4685 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 4686 | % (msg, pformat(first), pformat(second))) |
| 4687 | FailTest: not equal: |
| 4688 | a = 'resource-car-audi-a4@example.org' |
| 4689 | b = u'resource-collection-car@example.org' |
| 4690 | |
| 4691 | |
| 4692 | ====================================================================== |
| 4693 | FAIL: test_002_user_dn_from_email_address |
| 4694 | ---------------------------------------------------------------------- |
| 4695 | Traceback (most recent call last): |
| 4696 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 4697 | result = f(*args, **kw) |
| 4698 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 4699 | result = f(*a, **kw) |
| 4700 | File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address |
| 4701 | self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res); |
| 4702 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 4703 | % (msg, pformat(first), pformat(second))) |
| 4704 | FailTest: not equal: |
| 4705 | a = 'uid=doe,ou=People,dc=example,dc=org' |
| 4706 | b = None |
| 4707 | |
| 4708 | |
| 4709 | ====================================================================== |
| 4710 | FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate) |
| 4711 | ---------------------------------------------------------------------- |
| 4712 | Traceback (most recent call last): |
| 4713 | File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 20, in test_003_set_lang |
| 4714 | self.assertEqual(_("Folder name"), "Ordnername", "German Translation found") |
| 4715 | AssertionError: German Translation found |
| 4716 | |
| 4717 | ====================================================================== |
| 4718 | FAIL: test_004_unicode (tests.unit.test-015-translate.TestTranslate) |
| 4719 | ---------------------------------------------------------------------- |
| 4720 | Traceback (most recent call last): |
| 4721 | File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 27, in test_004_unicode |
| 4722 | self.assertEqual(_("recipients: %r"), "Empfänger: %r") |
| 4723 | AssertionError: 'recipients: %r' != 'Empf\xc3\xa4nger: %r' |
| 4724 | |
| 4725 | ---------------------------------------------------------------------- |
| 4726 | Ran 136 tests in 4.054s |
| 4727 | |
| 4728 | FAILED (errors=7, failures=10) |
| 4729 | Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 4aaf10490bde409613569b7e4c4a51bf522482cc) |
| 4730 | ======================================================================== |
| 4731 | Running '_install_package_builddep pykolab' OK (at 4aaf10490bde409613569b7e4c4a51bf522482cc) |
| 4732 | Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 4aaf10490bde409613569b7e4c4a51bf522482cc) |
| 4733 | Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 4aaf10490bde409613569b7e4c4a51bf522482cc) |
| 4734 | ======================================================================== |
| 4735 | /var/tmp/1676 |
| 4736 |
Lease Host
Lease Host
- When
- Completed at Aug 13 2015, 10:50 AM · Built for 1 s
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Aug 13 2015, 10:50 AM · Built instantly
- Status
Passed
| 1 | Blocked by: Build 1263 |
|---|---|
| 2 | Blocked by: Build 1263 |
| 3 | Blocked by: Build 1263 |
| 4 | Blocked by: Build 1263 |
| 5 | Blocked by: Build 1263 |
| 6 | Blocked by: Build 1263 |
| 7 | Blocked by: Build 1263 |
| 8 | Blocked by: Build 1263 |
| 9 | Blocked by: Build 1263 |
| 10 | Blocked by: Build 1263 |
| 11 | Blocked by: Build 1263 |
| 12 | Blocked by: Build 1263 |
| 13 | Blocked by: Build 1263 |
| 14 | Blocked by: Build 1263 |
| 15 | Blocked by: Build 1263 |
| 16 | Blocked by: Build 1263 |
| 17 | Blocked by: Build 1263 |
| 18 | Blocked by: Build 1263 |
| 19 | Blocked by: Build 1263 |
| 20 | Blocked by: Build 1263 |
| 21 | Blocked by: Build 1263 |
| 22 | Blocked by: Build 1263 |
| 23 | Blocked by: Build 1263 |
| 24 | Blocked by: Build 1263 |
| 25 | Blocked by: Build 1263 |
| 26 | Blocked by: Build 1263 |
| 27 | Blocked by: Build 1263 |
| 28 | Blocked by: Build 1263 |
| 29 | Blocked by: Build 1263 |
| 30 | Blocked by: Build 1263 |
| 31 | Blocked by: Build 1263 |
| 32 | Blocked by: Build 1263 |
| 33 | Blocked by: Build 1263 |
| 34 | Blocked by: Build 1263 |
| 35 | Blocked by: Build 1263 |
| 36 | Blocked by: Build 1263 |
| 37 | Blocked by: Build 1263 |
| 38 | Blocked by: Build 1263 |
| 39 | Blocked by: Build 1263 |
| 40 | Blocked by: Build 1263 |
| 41 | Blocked by: Build 1263 |
| 42 | Blocked by: Build 1263 |
| 43 | Blocked by: Build 1263 |
| 44 | Blocked by: Build 1263 |
| 45 | Blocked by: Build 1263 |
| 46 | Blocked by: Build 1263 |
| 47 | Blocked by: Build 1263 |
| 48 | Blocked by: Build 1263 |
| 49 | Blocked by: Build 1263 |
| 50 |