Page MenuHomePhorge

Build 114
FailedPublic

You are viewing an older run of this build. View Current Build

Run Command

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

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

10+ id=114
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-mgbrd5jo5gtbwtfl3w7o'\'''
30+++ echo PHID-HMBT-mgbrd5jo5gtbwtfl3w7o
31+ phid=PHID-HMBT-mgbrd5jo5gtbwtfl3w7o
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/166
66+ TMPDIR=/var/tmp/166
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-mgbrd5jo5gtbwtfl3w7o -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+ popd
105+ echo 'At this stage, we'\''re just going to be successful.'
106+ cd /var/tmp
107+ rm -rf /var/tmp/166
108+ exit 0
109

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

2369Traceback (most recent call last):
2370 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 45, in test_003_raw_es_ES
2371 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
2372 File "./pykolab/utils.py", line 540, in translate
2373 result = translit.transliterate(mystring, locale_name)
2374 File "./pykolab/translit.py", line 101, in transliterate
2375 _translit_name = locale_translit_map[lang]
2376KeyError: 'es_ES'
2377
2378======================================================================
2379ERROR: The special thing about this case is that the givenname starts with
2380----------------------------------------------------------------------
2381Traceback (most recent call last):
2382 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 59, in test_004_unicode_es_ES
2383 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
2384 File "./pykolab/utils.py", line 540, in translate
2385 result = translit.transliterate(mystring, locale_name)
2386 File "./pykolab/translit.py", line 101, in transliterate
2387 _translit_name = locale_translit_map[lang]
2388KeyError: 'es_ES'
2389
2390======================================================================
2391ERROR: Failure: ImportError (No module named twisted.trial)
2392----------------------------------------------------------------------
2393Traceback (most recent call last):
2394 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
2395 addr.filename, addr.module)
2396 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
2397 return self.importFromDir(dir_path, fqname)
2398 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
2399 mod = load_module(part_fqname, fh, filename, desc)
2400 File "/srv/pykolab.git/tests/unit/test-011-itip.py", line 17, in <module>
2401 from twisted.trial import unittest
2402ImportError: No module named twisted.trial
2403
2404======================================================================
2405ERROR: Failure: ImportError (No module named twisted.trial)
2406----------------------------------------------------------------------
2407Traceback (most recent call last):
2408 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
2409 addr.filename, addr.module)
2410 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
2411 return self.importFromDir(dir_path, fqname)
2412 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
2413 mod = load_module(part_fqname, fh, filename, desc)
2414 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 10, in <module>
2415 from twisted.trial import unittest
2416ImportError: No module named twisted.trial
2417
2418======================================================================
2419ERROR: Failure: ImportError (No module named twisted.trial)
2420----------------------------------------------------------------------
2421Traceback (most recent call last):
2422 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
2423 addr.filename, addr.module)
2424 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
2425 return self.importFromDir(dir_path, fqname)
2426 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
2427 mod = load_module(part_fqname, fh, filename, desc)
2428 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 12, in <module>
2429 from twisted.trial import unittest
2430ImportError: No module named twisted.trial
2431
2432======================================================================
2433FAIL: test_005_participant_status_map_length (tests.unit.test-002-attendee.TestEventXML)
2434----------------------------------------------------------------------
2435Traceback (most recent call last):
2436 File "/srv/pykolab.git/tests/unit/test-002-attendee.py", line 35, in test_005_participant_status_map_length
2437 self.assertEqual(len(self.attendee.participant_status_map.keys()), 5)
2438AssertionError: 7 != 5
2439
2440======================================================================
2441FAIL: test_026_compute_diff (tests.unit.test-003-event.TestEventXML)
2442----------------------------------------------------------------------
2443Traceback (most recent call last):
2444 File "/srv/pykolab.git/tests/unit/test-003-event.py", line 917, in test_026_compute_diff
2445 self.assertEqual(len(diff), 5)
2446AssertionError: 4 != 5
2447
2448======================================================================
2449FAIL: test_003_set_lang (tests.unit.test-015-translate.TestTranslate)
2450----------------------------------------------------------------------
2451Traceback (most recent call last):
2452 File "/srv/pykolab.git/tests/unit/test-015-translate.py", line 18, in test_003_set_lang
2453 self.assertEqual(_("Folder name"), "Ordnername", "German Translation found")
2454AssertionError: German Translation found
2455
2456----------------------------------------------------------------------
2457Ran 118 tests in 0.483s
2458
2459FAILED (errors=19, failures=3)
2460Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 6000d8c21a6095e084fdff3eac0fc4e77af8a593)
2461========================================================================
2462 Running 'yum-builddep -y pykolab' OK (at 6000d8c21a6095e084fdff3eac0fc4e77af8a593)
2463 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 6000d8c21a6095e084fdff3eac0fc4e77af8a593)
2464 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 6000d8c21a6095e084fdff3eac0fc4e77af8a593)
2465========================================================================
2466/var/tmp/166
2467At this stage, we're just going to be successful.
2468

Lease Host

When
Completed at Apr 17 2015, 12:46 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:46 PM · Built instantly
Status
Passed
1 empty log is hidden Show all logs.