Properties
Properties
Run Command
Run Command
- When
- Completed at Apr 17 2015, 12:50 PM · Built for 44 s
- Status
Failed
| 61 | ++ echo ssh://git@git.kolab.org/diffusion/P/pykolab.git |
|---|---|
| 62 | ++ sed -e 's|ssh://git@|https://|g' |
| 63 | + ro_uri=https://git.kolab.org/diffusion/P/pykolab.git |
| 64 | ++ pwd |
| 65 | + export TMPDIR=/var/tmp/169 |
| 66 | + TMPDIR=/var/tmp/169 |
| 67 | + '[' '!' -d pykolab.git ']' |
| 68 | + git clone https://git.kolab.org/diffusion/P/pykolab.git pykolab.git |
| 69 | + pushd pykolab.git |
| 70 | + git checkout 6000d8c21a6095e084fdff3eac0fc4e77af8a593 |
| 71 | Note: checking out '6000d8c21a6095e084fdff3eac0fc4e77af8a593'. |
| 72 | |
| 73 | You are in 'detached HEAD' state. You can look around, make experimental |
| 74 | changes and commit them, and you can discard any commits you make in this |
| 75 | state without impacting any branches by performing another checkout. |
| 76 | |
| 77 | If you want to create a new branch to retain commits you create, you may |
| 78 | do so (now or later) by using -b with the checkout command again. Example: |
| 79 | |
| 80 | git checkout -b new_branch_name |
| 81 | |
| 82 | HEAD is now at 6000d8c... implementing --mysqlserver parameter for setup-kolab to specify if a new or existing MySQL server should be used (#4971) this is useful for silent/unattended installs |
| 83 | + popd |
| 84 | + '[' pykolab '!=' stick ']' |
| 85 | + '[' '!' -d stick.git ']' |
| 86 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 87 | + export commit |
| 88 | + export differential |
| 89 | + export id |
| 90 | + export package |
| 91 | + export phid |
| 92 | + export ro_uri |
| 93 | + export uri |
| 94 | + export vcs |
| 95 | + export test_build |
| 96 | + export test_functional |
| 97 | + export test_integration |
| 98 | + export test_performance |
| 99 | + export test_unit |
| 100 | + '[' -x stick.git/drydocker/pykolab/build.sh ']' |
| 101 | + pushd pykolab.git |
| 102 | + ../stick.git/drydocker/pykolab/build.sh |
| 103 | + docker run -it --attach=stdout --attach=stderr --detach=false -e ID=114 -e COMMIT=6000d8c21a6095e084fdff3eac0fc4e77af8a593 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-uhz62rhqow6pgcwmai4l -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 |
| 104 | + exit 1 |
| 105 | + retval=1 |
| 106 | + popd |
| 107 | + cd /var/tmp |
| 108 | + rm -rf /var/tmp/169 |
| 109 | + exit 1 |
| 110 |
| 2437 | ====================================================================== |
|---|---|
| 2438 | ERROR: Failure: ImportError (No module named twisted.trial) |
| 2439 | ---------------------------------------------------------------------- |
| 2440 | Traceback (most recent call last): |
| 2441 | File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName |
| 2442 | addr.filename, addr.module) |
| 2443 | File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath |
| 2444 | return self.importFromDir(dir_path, fqname) |
| 2445 | File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir |
| 2446 | mod = load_module(part_fqname, fh, filename, desc) |
| 2447 | File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 12, in <module> |
| 2448 | from twisted.trial import unittest |
| 2449 | ImportError: No module named twisted.trial |
| 2450 | |
| 2451 | ====================================================================== |
| 2452 | FAIL: test_005_participant_status_map_length (tests.unit.test-002-attendee.TestEventXML) |
| 2453 | ---------------------------------------------------------------------- |
| 2454 | Traceback (most recent call last): |
| 2455 | File "/srv/pykolab.git/tests/unit/test-002-attendee.py", line 35, in test_005_participant_status_map_length |
| 2456 | self.assertEqual(len(self.attendee.participant_status_map.keys()), 5) |
| 2457 | AssertionError: 7 != 5 |
| 2458 | |
| 2459 | ====================================================================== |
| 2460 | FAIL: test_026_compute_diff (tests.unit.test-003-event.TestEventXML) |
| 2461 | ---------------------------------------------------------------------- |
| 2462 | Traceback (most recent call last): |
| 2463 | File "/srv/pykolab.git/tests/unit/test-003-event.py", line 917, in test_026_compute_diff |
| 2464 | self.assertEqual(len(diff), 5) |
| 2465 | AssertionError: 4 != 5 |
| 2466 | |
| 2467 | ====================================================================== |
| 2468 | FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate) |
| 2469 | ---------------------------------------------------------------------- |
| 2470 | Traceback (most recent call last): |
| 2471 | File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang |
| 2472 | self.assertEqual(_("Folder name"), "Ordnername", "German Translation found") |
| 2473 | AssertionError: German Translation found |
| 2474 | |
| 2475 | ---------------------------------------------------------------------- |
| 2476 | Ran 118 tests in 0.459s |
| 2477 | |
| 2478 | FAILED (errors=19, failures=3) |
| 2479 | Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 6000d8c21a6095e084fdff3eac0fc4e77af8a593) |
| 2480 | ======================================================================== |
| 2481 | Running 'yum-builddep -y pykolab' OK (at 6000d8c21a6095e084fdff3eac0fc4e77af8a593) |
| 2482 | Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 6000d8c21a6095e084fdff3eac0fc4e77af8a593) |
| 2483 | Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 6000d8c21a6095e084fdff3eac0fc4e77af8a593) |
| 2484 | ======================================================================== |
| 2485 | /var/tmp/169 |
| 2486 |
Lease Host
Lease Host
- When
- Completed at Apr 17 2015, 12:49 PM · Built instantly
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Apr 17 2015, 12:49 PM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.