Properties
Properties
Run Command
Run Command
- When
- Completed at May 13 2015, 4:32 PM · Built for 1 m, 11 s
- Status
Failed
| 63 | + ro_uri=https://git.kolab.org/diffusion/P/pykolab.git |
|---|---|
| 64 | + case ${package} in |
| 65 | + case ${uri} in |
| 66 | ++ pwd |
| 67 | + export TMPDIR=/var/tmp/564 |
| 68 | + TMPDIR=/var/tmp/564 |
| 69 | + '[' '!' -d pykolab.git ']' |
| 70 | + git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git |
| 71 | + pushd pykolab.git |
| 72 | + git checkout 3e11ab5d86c52856f873df25d77f12f777b718d9 |
| 73 | Note: checking out '3e11ab5d86c52856f873df25d77f12f777b718d9'. |
| 74 | |
| 75 | You are in 'detached HEAD' state. You can look around, make experimental |
| 76 | changes and commit them, and you can discard any commits you make in this |
| 77 | state without impacting any branches by performing another checkout. |
| 78 | |
| 79 | If you want to create a new branch to retain commits you create, you may |
| 80 | do so (now or later) by using -b with the checkout command again. Example: |
| 81 | |
| 82 | git checkout -b new_branch_name |
| 83 | |
| 84 | HEAD is now at 3e11ab5... Set version to 0.7.12 |
| 85 | + popd |
| 86 | + '[' pykolab '!=' stick ']' |
| 87 | + '[' '!' -d stick.git ']' |
| 88 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 89 | + export commit |
| 90 | + export differential |
| 91 | + export id |
| 92 | + export package |
| 93 | + export phid |
| 94 | + export ro_uri |
| 95 | + export uri |
| 96 | + export vcs |
| 97 | + export test_build |
| 98 | + export test_functional |
| 99 | + export test_integration |
| 100 | + export test_performance |
| 101 | + export test_unit |
| 102 | + '[' -x stick.git/drydocker/pykolab/build.sh ']' |
| 103 | + pushd pykolab.git |
| 104 | + ../stick.git/drydocker/pykolab/build.sh |
| 105 | + docker run -it --attach=stdout --attach=stderr --detach=false --rm=true --volume=/root/.oscrc:/root/.oscrc -e ID=399 -e COMMIT=3e11ab5d86c52856f873df25d77f12f777b718d9 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-imxui4xl5z7ohndgkgei -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 kolab/ci-maipo |
| 106 | + exit 1 |
| 107 | + retval=1 |
| 108 | + popd |
| 109 | + cd /var/tmp |
| 110 | + rm -rf /var/tmp/564 |
| 111 | + exit 1 |
| 112 |
| 2995 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
|---|---|
| 2996 | result = f(*args, **kw) |
| 2997 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 2998 | result = f(*a, **kw) |
| 2999 | File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate |
| 3000 | self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0]) |
| 3001 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 3002 | % (msg, pformat(first), pformat(second))) |
| 3003 | FailTest: not equal: |
| 3004 | a = 'resource-car-audi-a4@example.org' |
| 3005 | b = u'resource-collection-car@example.org' |
| 3006 | |
| 3007 | |
| 3008 | ====================================================================== |
| 3009 | FAIL: test_002_user_dn_from_email_address |
| 3010 | ---------------------------------------------------------------------- |
| 3011 | Traceback (most recent call last): |
| 3012 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 3013 | result = f(*args, **kw) |
| 3014 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 3015 | result = f(*a, **kw) |
| 3016 | File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 118, in test_002_user_dn_from_email_address |
| 3017 | self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res); |
| 3018 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 3019 | % (msg, pformat(first), pformat(second))) |
| 3020 | FailTest: not equal: |
| 3021 | a = 'uid=doe,ou=People,dc=example,dc=org' |
| 3022 | b = None |
| 3023 | |
| 3024 | |
| 3025 | ====================================================================== |
| 3026 | FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate) |
| 3027 | ---------------------------------------------------------------------- |
| 3028 | Traceback (most recent call last): |
| 3029 | File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang |
| 3030 | self.assertEqual(_("Folder name"), "Ordnername", "German Translation found") |
| 3031 | AssertionError: German Translation found |
| 3032 | |
| 3033 | ---------------------------------------------------------------------- |
| 3034 | Ran 135 tests in 4.165s |
| 3035 | |
| 3036 | FAILED (errors=7, failures=9) |
| 3037 | Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 3e11ab5d86c52856f873df25d77f12f777b718d9) |
| 3038 | ======================================================================== |
| 3039 | Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at 3e11ab5d86c52856f873df25d77f12f777b718d9) |
| 3040 | Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 3e11ab5d86c52856f873df25d77f12f777b718d9) |
| 3041 | Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 3e11ab5d86c52856f873df25d77f12f777b718d9) |
| 3042 | ======================================================================== |
| 3043 | /var/tmp/564 |
| 3044 |
Lease Host
Lease Host
- When
- Completed at May 13 2015, 4:31 PM · Built instantly
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at May 13 2015, 4:31 PM · Built instantly
- Status
Passed