Properties
Properties
Run Command
Run Command
- When
- Completed at May 5 2015, 9:07 AM · Built for 42 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/508 |
| 68 | + TMPDIR=/var/tmp/508 |
| 69 | + '[' '!' -d pykolab.git ']' |
| 70 | + git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git |
| 71 | + pushd pykolab.git |
| 72 | + git checkout 6359245b344eb81e1014fa5a2f51dd261db6b4e0 |
| 73 | Note: checking out '6359245b344eb81e1014fa5a2f51dd261db6b4e0'. |
| 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 6359245... Debian Jessie: fix service names (#4688) for systemd we need to use different service names for kolabd (kolab-server) and httpd (apache2) for CentOS vs Debian |
| 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=364 -e COMMIT=6359245b344eb81e1014fa5a2f51dd261db6b4e0 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-vuyhrcndhtf2wmwgwd6e -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/508 |
| 111 | + exit 1 |
| 112 |
| 1885 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
|---|---|
| 1886 | result = f(*args, **kw) |
| 1887 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 1888 | result = f(*a, **kw) |
| 1889 | File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate |
| 1890 | self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0]) |
| 1891 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 1892 | % (msg, pformat(first), pformat(second))) |
| 1893 | FailTest: not equal: |
| 1894 | a = 'resource-car-audi-a4@example.org' |
| 1895 | b = u'resource-collection-car@example.org' |
| 1896 | |
| 1897 | |
| 1898 | ====================================================================== |
| 1899 | FAIL: test_002_user_dn_from_email_address |
| 1900 | ---------------------------------------------------------------------- |
| 1901 | Traceback (most recent call last): |
| 1902 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 1903 | result = f(*args, **kw) |
| 1904 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 1905 | result = f(*a, **kw) |
| 1906 | File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 118, in test_002_user_dn_from_email_address |
| 1907 | self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res); |
| 1908 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 1909 | % (msg, pformat(first), pformat(second))) |
| 1910 | FailTest: not equal: |
| 1911 | a = 'uid=doe,ou=People,dc=example,dc=org' |
| 1912 | b = None |
| 1913 | |
| 1914 | |
| 1915 | ====================================================================== |
| 1916 | FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate) |
| 1917 | ---------------------------------------------------------------------- |
| 1918 | Traceback (most recent call last): |
| 1919 | File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang |
| 1920 | self.assertEqual(_("Folder name"), "Ordnername", "German Translation found") |
| 1921 | AssertionError: German Translation found |
| 1922 | |
| 1923 | ---------------------------------------------------------------------- |
| 1924 | Ran 135 tests in 4.004s |
| 1925 | |
| 1926 | FAILED (errors=7, failures=9) |
| 1927 | Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 6359245b344eb81e1014fa5a2f51dd261db6b4e0) |
| 1928 | ======================================================================== |
| 1929 | Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at 6359245b344eb81e1014fa5a2f51dd261db6b4e0) |
| 1930 | Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 6359245b344eb81e1014fa5a2f51dd261db6b4e0) |
| 1931 | Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 6359245b344eb81e1014fa5a2f51dd261db6b4e0) |
| 1932 | ======================================================================== |
| 1933 | /var/tmp/508 |
| 1934 |
Lease Host
Lease Host
- When
- Completed at May 5 2015, 9:07 AM · Built instantly
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at May 5 2015, 9:07 AM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.