Page MenuHomePhorge

Build 114
FailedPublic

Run Command

When
Completed at Apr 17 2015, 12:50 PM · Built for 44 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 440 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

11+ shift
12+ shift
13+ '[' 10 -gt 0 ']'
14+ case $1 in
15++ eval echo ''\''6000d8c21a6095e084fdff3eac0fc4e77af8a593'\'''
16+++ echo 6000d8c21a6095e084fdff3eac0fc4e77af8a593
17+ commit=6000d8c21a6095e084fdff3eac0fc4e77af8a593
18+ shift
19+ shift
20+ '[' 8 -gt 0 ']'
21+ case $1 in
22++ eval echo ''\'''\'''
23+++ echo ''
24+ differential=
25+ shift
26+ shift
27+ '[' 6 -gt 0 ']'
28+ case $1 in
29++ eval echo ''\''PHID-HMBT-uhz62rhqow6pgcwmai4l'\'''
30+++ echo PHID-HMBT-uhz62rhqow6pgcwmai4l
31+ phid=PHID-HMBT-uhz62rhqow6pgcwmai4l
32+ shift
33+ shift
34+ '[' 4 -gt 0 ']'
35+ case $1 in
36++ eval echo ''\''ssh://git@git.kolab.org/diffusion/P/pykolab.git'\'''
37+++ echo ssh://git@git.kolab.org/diffusion/P/pykolab.git
38+ uri=ssh://git@git.kolab.org/diffusion/P/pykolab.git
39+ shift
40+ shift
41+ '[' 2 -gt 0 ']'
42+ case $1 in
43++ eval echo ''\''git'\'''
44+++ echo git
45+ vcs=git
46+ shift
47+ shift
48+ '[' 0 -gt 0 ']'
49+ '[' -z 6000d8c21a6095e084fdff3eac0fc4e77af8a593 -a -z '' ']'
50+ '[' -z ssh://git@git.kolab.org/diffusion/P/pykolab.git ']'
51+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
52+ test_build=1
53+ test_functional=1
54+ test_integration=1
55+ test_performance=1
56+ test_unit=1
57+ '[' -z git ']'
58+ case ${vcs} in
59++ basename ssh://git@git.kolab.org/diffusion/P/pykolab.git .git
60+ package=pykolab
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
71Note: checking out '6000d8c21a6095e084fdff3eac0fc4e77af8a593'.
72
73You are in 'detached HEAD' state. You can look around, make experimental
74changes and commit them, and you can discard any commits you make in this
75state without impacting any branches by performing another checkout.
76
77If you want to create a new branch to retain commits you create, you may
78do so (now or later) by using -b with the checkout command again. Example:
79
80 git checkout -b new_branch_name
81
82HEAD 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

Build Log 439 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

2387----------------------------------------------------------------------
2388Traceback (most recent call last):
2389 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 45, in test_003_raw_es_ES
2390 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
2391 File "./pykolab/utils.py", line 540, in translate
2392 result = translit.transliterate(mystring, locale_name)
2393 File "./pykolab/translit.py", line 101, in transliterate
2394 _translit_name = locale_translit_map[lang]
2395KeyError: 'es_ES'
2396
2397======================================================================
2398ERROR: The special thing about this case is that the givenname starts with
2399----------------------------------------------------------------------
2400Traceback (most recent call last):
2401 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 59, in test_004_unicode_es_ES
2402 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
2403 File "./pykolab/utils.py", line 540, in translate
2404 result = translit.transliterate(mystring, locale_name)
2405 File "./pykolab/translit.py", line 101, in transliterate
2406 _translit_name = locale_translit_map[lang]
2407KeyError: 'es_ES'
2408
2409======================================================================
2410ERROR: Failure: ImportError (No module named twisted.trial)
2411----------------------------------------------------------------------
2412Traceback (most recent call last):
2413 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
2414 addr.filename, addr.module)
2415 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
2416 return self.importFromDir(dir_path, fqname)
2417 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
2418 mod = load_module(part_fqname, fh, filename, desc)
2419 File "/srv/pykolab.git/tests/unit/test-011-itip.py", line 17, in <module>
2420 from twisted.trial import unittest
2421ImportError: No module named twisted.trial
2422
2423======================================================================
2424ERROR: Failure: ImportError (No module named twisted.trial)
2425----------------------------------------------------------------------
2426Traceback (most recent call last):
2427 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
2428 addr.filename, addr.module)
2429 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
2430 return self.importFromDir(dir_path, fqname)
2431 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
2432 mod = load_module(part_fqname, fh, filename, desc)
2433 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 10, in <module>
2434 from twisted.trial import unittest
2435ImportError: No module named twisted.trial
2436
2437======================================================================
2438ERROR: Failure: ImportError (No module named twisted.trial)
2439----------------------------------------------------------------------
2440Traceback (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
2449ImportError: No module named twisted.trial
2450
2451======================================================================
2452FAIL: test_005_participant_status_map_length (tests.unit.test-002-attendee.TestEventXML)
2453----------------------------------------------------------------------
2454Traceback (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)
2457AssertionError: 7 != 5
2458
2459======================================================================
2460FAIL: test_026_compute_diff (tests.unit.test-003-event.TestEventXML)
2461----------------------------------------------------------------------
2462Traceback (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)
2465AssertionError: 4 != 5
2466
2467======================================================================
2468FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
2469----------------------------------------------------------------------
2470Traceback (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")
2473AssertionError: German Translation found
2474
2475----------------------------------------------------------------------
2476Ran 118 tests in 0.459s
2477
2478FAILED (errors=19, failures=3)
2479Running ../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

When
Completed at Apr 17 2015, 12:49 PM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

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.