Properties
Properties
Run Command
Run Command
- When
- Completed at Sep 24 2015, 9:37 AM · Built for 2 m, 24 s
- Status
Failed
| 16 | + case ${package} in |
|---|---|
| 17 | ++ pwd |
| 18 | + export TMPDIR=/var/tmp/1914 |
| 19 | + TMPDIR=/var/tmp/1914 |
| 20 | + '[' '!' -d pykolab.git ']' |
| 21 | + git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git |
| 22 | + pushd pykolab.git |
| 23 | + git checkout 3842a2406a56f07b09036f6127703850af89b6c5 |
| 24 | Note: checking out '3842a2406a56f07b09036f6127703850af89b6c5'. |
| 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 3842a24... Correctly recognize whether an ACL or ACL component is invalid (#4990) |
| 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 | + export test_obs |
| 54 | + '[' '!' -d /var/tmp/osbuild-packagecache ']' |
| 55 | + '[' -x stick.git/drydocker/pykolab/build.sh ']' |
| 56 | + pushd pykolab.git |
| 57 | + ../stick.git/drydocker/pykolab/build.sh |
| 58 | + 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=1502 -e COMMIT=3842a2406a56f07b09036f6127703850af89b6c5 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-6crbn6ikah55p6pjfirz -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 |
| 59 | + exit 1 |
| 60 | + retval=1 |
| 61 | + popd |
| 62 | + cd /var/tmp |
| 63 | + rm -rf /var/tmp/1914 |
| 64 | + exit 1 |
| 65 |
| 4950 | Traceback (most recent call last): |
|---|---|
| 4951 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 4952 | result = f(*args, **kw) |
| 4953 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 4954 | result = f(*a, **kw) |
| 4955 | File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address |
| 4956 | self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res); |
| 4957 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 4958 | % (msg, pformat(first), pformat(second))) |
| 4959 | FailTest: not equal: |
| 4960 | a = 'uid=doe,ou=People,dc=example,dc=org' |
| 4961 | b = None |
| 4962 | |
| 4963 | |
| 4964 | ====================================================================== |
| 4965 | FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate) |
| 4966 | ---------------------------------------------------------------------- |
| 4967 | Traceback (most recent call last): |
| 4968 | File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 20, in test_003_set_lang |
| 4969 | self.assertEqual(_("Folder name"), "Ordnername", "German Translation found") |
| 4970 | AssertionError: German Translation found |
| 4971 | |
| 4972 | ====================================================================== |
| 4973 | FAIL: test_004_unicode (tests.unit.test-015-translate.TestTranslate) |
| 4974 | ---------------------------------------------------------------------- |
| 4975 | Traceback (most recent call last): |
| 4976 | File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 27, in test_004_unicode |
| 4977 | self.assertEqual(_("recipients: %r"), "Empfänger: %r") |
| 4978 | AssertionError: 'recipients: %r' != 'Empf\xc3\xa4nger: %r' |
| 4979 | |
| 4980 | ====================================================================== |
| 4981 | FAIL: test_011_to_xml (tests.unit.test-018-note.TestNoteXML) |
| 4982 | ---------------------------------------------------------------------- |
| 4983 | Traceback (most recent call last): |
| 4984 | File "/srv/pykolab.git/tests/unit/test-018-note.py", line 72, in test_011_to_xml |
| 4985 | self.assertRaises(NoteIntegrityError, note.__str__) |
| 4986 | AssertionError: NoteIntegrityError not raised |
| 4987 | |
| 4988 | ---------------------------------------------------------------------- |
| 4989 | Ran 141 tests in 4.376s |
| 4990 | |
| 4991 | FAILED (SKIP=1, errors=7, failures=11) |
| 4992 | Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 3842a2406a56f07b09036f6127703850af89b6c5) |
| 4993 | ======================================================================== |
| 4994 | Running 'yum-builddep -y --disablerepo=openSUSE_Tools pykolab' OK (at 3842a2406a56f07b09036f6127703850af89b6c5) |
| 4995 | Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 3842a2406a56f07b09036f6127703850af89b6c5) |
| 4996 | Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 3842a2406a56f07b09036f6127703850af89b6c5) |
| 4997 | ======================================================================== |
| 4998 | /var/tmp/1914 |
| 4999 |
Lease Host
Lease Host
- When
- Completed at Sep 24 2015, 9:34 AM · Built instantly
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Sep 24 2015, 9:34 AM · Built instantly
- Status
Passed
| 1 | Blocked by: Build 1501 |
|---|---|
| 2 | Blocked by: Build 1501 |
| 3 | Blocked by: Build 1501 |
| 4 | Blocked by: Build 1501 |
| 5 | Blocked by: Build 1501 |
| 6 |