Properties
Properties
Run Command
Run Command
- When
- Completed at May 26 2015, 4:01 PM · Built for 41 s
- Status
Failed
| 14 | + ro_uri=https://git.kolab.org/diffusion/P/pykolab.git |
|---|---|
| 15 | + case ${package} in |
| 16 | + case ${uri} in |
| 17 | ++ pwd |
| 18 | + export TMPDIR=/var/tmp/782 |
| 19 | + TMPDIR=/var/tmp/782 |
| 20 | + '[' '!' -d pykolab.git ']' |
| 21 | + git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git |
| 22 | + pushd pykolab.git |
| 23 | + git checkout e5925a3a56502be3e51571ea7db098d29638dfd3 |
| 24 | Note: checking out 'e5925a3a56502be3e51571ea7db098d29638dfd3'. |
| 25 | |
| 26 | You are in 'detached HEAD' state. You can look around, make experimental |
| 27 | changes and commit them, and you can discard any commits you make in this |
| 28 | state without impacting any branches by performing another checkout. |
| 29 | |
| 30 | If you want to create a new branch to retain commits you create, you may |
| 31 | do so (now or later) by using -b with the checkout command again. Example: |
| 32 | |
| 33 | git checkout -b new_branch_name |
| 34 | |
| 35 | HEAD is now at e5925a3... Fix lock check after changed in rP929e67a6 |
| 36 | + popd |
| 37 | + '[' pykolab '!=' stick ']' |
| 38 | + '[' '!' -d stick.git ']' |
| 39 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 40 | + export commit |
| 41 | + export differential |
| 42 | + export id |
| 43 | + export package |
| 44 | + export phid |
| 45 | + export ro_uri |
| 46 | + export uri |
| 47 | + export vcs |
| 48 | + export test_build |
| 49 | + export test_functional |
| 50 | + export test_integration |
| 51 | + export test_performance |
| 52 | + export test_unit |
| 53 | + '[' -x stick.git/drydocker/pykolab/build.sh ']' |
| 54 | + pushd pykolab.git |
| 55 | + ../stick.git/drydocker/pykolab/build.sh |
| 56 | + docker run -it --attach=stdout --attach=stderr --detach=false --rm=true --volume=/root/.oscrc:/root/.oscrc --hostname=kolab.example.org -e ID=553 -e COMMIT=e5925a3a56502be3e51571ea7db098d29638dfd3 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-xlz3xhkxrrnntg3wiuwr -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 |
| 57 | + exit 1 |
| 58 | + retval=1 |
| 59 | + popd |
| 60 | + cd /var/tmp |
| 61 | + rm -rf /var/tmp/782 |
| 62 | + exit 1 |
| 63 |
| 1549 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
|---|---|
| 1550 | result = f(*args, **kw) |
| 1551 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 1552 | result = f(*a, **kw) |
| 1553 | File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate |
| 1554 | self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0]) |
| 1555 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 1556 | % (msg, pformat(first), pformat(second))) |
| 1557 | FailTest: not equal: |
| 1558 | a = 'resource-car-audi-a4@example.org' |
| 1559 | b = u'resource-collection-car@example.org' |
| 1560 | |
| 1561 | |
| 1562 | ====================================================================== |
| 1563 | FAIL: test_002_user_dn_from_email_address |
| 1564 | ---------------------------------------------------------------------- |
| 1565 | Traceback (most recent call last): |
| 1566 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 1567 | result = f(*args, **kw) |
| 1568 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 1569 | result = f(*a, **kw) |
| 1570 | File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address |
| 1571 | self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res); |
| 1572 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 1573 | % (msg, pformat(first), pformat(second))) |
| 1574 | FailTest: not equal: |
| 1575 | a = 'uid=doe,ou=People,dc=example,dc=org' |
| 1576 | b = None |
| 1577 | |
| 1578 | |
| 1579 | ====================================================================== |
| 1580 | FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate) |
| 1581 | ---------------------------------------------------------------------- |
| 1582 | Traceback (most recent call last): |
| 1583 | File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang |
| 1584 | self.assertEqual(_("Folder name"), "Ordnername", "German Translation found") |
| 1585 | AssertionError: German Translation found |
| 1586 | |
| 1587 | ---------------------------------------------------------------------- |
| 1588 | Ran 135 tests in 4.095s |
| 1589 | |
| 1590 | FAILED (errors=3, failures=9) |
| 1591 | Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at e5925a3a56502be3e51571ea7db098d29638dfd3) |
| 1592 | ======================================================================== |
| 1593 | Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at e5925a3a56502be3e51571ea7db098d29638dfd3) |
| 1594 | Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at e5925a3a56502be3e51571ea7db098d29638dfd3) |
| 1595 | Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at e5925a3a56502be3e51571ea7db098d29638dfd3) |
| 1596 | ======================================================================== |
| 1597 | /var/tmp/782 |
| 1598 |
Lease Host
Lease Host
- When
- Completed at May 26 2015, 4:00 PM · Built for 1 s
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at May 26 2015, 4:00 PM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.