Properties
Properties
Run Command
Run Command
- When
- Completed at Jul 2 2015, 8:14 AM · Built for 1 m, 23 s
- Status
Failed
| 1 | + '[' -z 9269176584e5a425a6336b8c83deff5601bd932d -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/1274 |
| 20 | + TMPDIR=/var/tmp/1274 |
| 21 | + '[' '!' -d pykolab.git ']' |
| 22 | + git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git |
| 23 | + pushd pykolab.git |
| 24 | + git checkout 9269176584e5a425a6336b8c83deff5601bd932d |
| 25 | Note: checking out '9269176584e5a425a6336b8c83deff5601bd932d'. |
| 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 9269176... Add the configuration segment for autoconf |
| 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=931 -e COMMIT=9269176584e5a425a6336b8c83deff5601bd932d -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-qzs652ywlqmba2oyvjij -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/1274 |
| 65 | + exit 1 |
| 66 |
| 3216 | Traceback (most recent call last): |
|---|---|
| 3217 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 3218 | result = f(*args, **kw) |
| 3219 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 3220 | result = f(*a, **kw) |
| 3221 | File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 163, in test_002_resource_record_from_email_address |
| 3222 | self.assertEqual(len(res), 1); |
| 3223 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 3224 | % (msg, pformat(first), pformat(second))) |
| 3225 | FailTest: not equal: |
| 3226 | a = 0 |
| 3227 | b = 1 |
| 3228 | |
| 3229 | |
| 3230 | ====================================================================== |
| 3231 | FAIL: test_003_resource_records_from_itip_events |
| 3232 | ---------------------------------------------------------------------- |
| 3233 | Traceback (most recent call last): |
| 3234 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 3235 | result = f(*args, **kw) |
| 3236 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 3237 | result = f(*a, **kw) |
| 3238 | File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 172, in test_003_resource_records_from_itip_events |
| 3239 | self.assertEqual(len(res), 2, "Return all attendee resources"); |
| 3240 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 3241 | % (msg, pformat(first), pformat(second))) |
| 3242 | FailTest: Return all attendee resources |
| 3243 | not equal: |
| 3244 | a = 3 |
| 3245 | b = 2 |
| 3246 | |
| 3247 | |
| 3248 | ====================================================================== |
| 3249 | FAIL: test_005_send_response_accept |
| 3250 | ---------------------------------------------------------------------- |
| 3251 | Traceback (most recent call last): |
| 3252 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 3253 | result = f(*args, **kw) |
| 3254 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 3255 | result = f(*a, **kw) |
| 3256 | File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 205, in test_005_send_response_accept |
| 3257 | self.assertIn("ACCEPTED", response['subject'], "Participant status in message subject") |
| 3258 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 328, in failUnlessIn |
| 3259 | % (containee, container)) |
| 3260 | FailTest: Participant status in message subject |
| 3261 | |
| 3262 | ====================================================================== |
| 3263 | FAIL: test_006_send_response_delegate |
| 3264 | ---------------------------------------------------------------------- |
| 3265 | Traceback (most recent call last): |
| 3266 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 3267 | result = f(*args, **kw) |
| 3268 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 3269 | result = f(*a, **kw) |
| 3270 | File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 223, in test_006_send_response_delegate |
| 3271 | self.assertEqual("resource-car-audi-a4@example.org", self.smtplog[0][0]) |
| 3272 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 3273 | % (msg, pformat(first), pformat(second))) |
| 3274 | FailTest: not equal: |
| 3275 | a = 'resource-car-audi-a4@example.org' |
| 3276 | b = u'resource-collection-car@example.org' |
| 3277 | |
| 3278 | |
| 3279 | ====================================================================== |
| 3280 | FAIL: test_002_user_dn_from_email_address |
| 3281 | ---------------------------------------------------------------------- |
| 3282 | Traceback (most recent call last): |
| 3283 | File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred |
| 3284 | result = f(*args, **kw) |
| 3285 | File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed |
| 3286 | result = f(*a, **kw) |
| 3287 | File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 119, in test_002_user_dn_from_email_address |
| 3288 | self.assertEqual("uid=doe,ou=People,dc=example,dc=org", res); |
| 3289 | File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 271, in assertEqual |
| 3290 | % (msg, pformat(first), pformat(second))) |
| 3291 | FailTest: not equal: |
| 3292 | a = 'uid=doe,ou=People,dc=example,dc=org' |
| 3293 | b = None |
| 3294 | |
| 3295 | |
| 3296 | ====================================================================== |
| 3297 | FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate) |
| 3298 | ---------------------------------------------------------------------- |
| 3299 | Traceback (most recent call last): |
| 3300 | File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang |
| 3301 | self.assertEqual(_("Folder name"), "Ordnername", "German Translation found") |
| 3302 | AssertionError: German Translation found |
| 3303 | |
| 3304 | ---------------------------------------------------------------------- |
| 3305 | Ran 135 tests in 4.023s |
| 3306 | |
| 3307 | FAILED (errors=7, failures=9) |
| 3308 | Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 9269176584e5a425a6336b8c83deff5601bd932d) |
| 3309 | ======================================================================== |
| 3310 | Running '_install_package_builddep pykolab' OK (at 9269176584e5a425a6336b8c83deff5601bd932d) |
| 3311 | Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 9269176584e5a425a6336b8c83deff5601bd932d) |
| 3312 | Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 9269176584e5a425a6336b8c83deff5601bd932d) |
| 3313 | ======================================================================== |
| 3314 | /var/tmp/1274 |
| 3315 |
Lease Host
Lease Host
- When
- Completed at Jul 2 2015, 8:13 AM · Built for 1 s
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Jul 2 2015, 8:13 AM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.