Page MenuHomePhorge

Build 3169
FailedPublic

Drydock: Run Command

When
Completed at Mar 22 2016, 9:52 AM · Built for 1 m, 9 s
Status
Failed

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

6+ test_performance=1
7+ test_unit=1
8+ test_obs=1
9+ '[' -z git ']'
10+ case ${vcs} in
11++ basename ssh://git@git.kolab.org/diffusion/P/pykolab.git .git
12+ package=pykolab
13++ echo ssh://git@git.kolab.org/diffusion/P/pykolab.git
14++ sed -e 's|ssh://git@|https://|g'
15+ ro_uri=https://git.kolab.org/diffusion/P/pykolab.git
16+ case ${package} in
17++ pwd
18+ export TMPDIR=/var/drydock/workingcopy-215829/repo/pykolab
19+ TMPDIR=/var/drydock/workingcopy-215829/repo/pykolab
20+ '[' '!' -d pykolab.git ']'
21+ pushd pykolab.git
22+ git remote set-url origin https://git.kolab.org/diffusion/P/pykolab.git
23+ git fetch origin
24From https://git.kolab.org/diffusion/P/pykolab
25 30bf25f..79643df master -> origin/master
26 f54b255..d637ba7 pykolab-0.7 -> origin/pykolab-0.7
27+ git reset --hard origin/master
28+ git clean -d -f -x
29+ git checkout d637ba7ebfed79160b2f9f09c2e4f5e1b7a6934b
30Previous HEAD position was 79643df... Import utils. Resolves T1138.
31HEAD is now at d637ba7... Import utils. Resolves T1138.
32+ popd
33+ '[' pykolab '!=' stick ']'
34+ '[' '!' -d stick.git ']'
35+ pushd stick.git
36+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
37+ git fetch origin
38From https://git.kolab.org/diffusion/QA/stick
39 246c6c4..7205806 master -> origin/master
40+ git reset --hard origin/master
41+ git clean -d -f -x
42+ popd
43+ export commit
44+ export differential
45+ export id
46+ export package
47+ export phid
48+ export ro_uri
49+ export uri
50+ export vcs
51+ export test_build
52+ export test_functional
53+ export test_integration
54+ export test_performance
55+ export test_unit
56+ export test_obs
57+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
58+ '[' -x stick.git/drydocker/pykolab/build.sh ']'
59+ pushd pykolab.git
60+ ../stick.git/drydocker/pykolab/build.sh
61+ docker run -i --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=3169 -e COMMIT=d637ba7ebfed79160b2f9f09c2e4f5e1b7a6934b -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-ly32bygqv26fqjxeiogx -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
62Switched to a new branch 'dev/boddie'
63Switched to a new branch 'dev/boddie-new/combined'
64Switched to a new branch 'dev/boddie-new/setup'
65Switched to a new branch 'dev/confmgmt'
66Switched to a new branch 'dev/entitlements'
67Switched to a new branch 'dev/kolab-test-suite'
68Switched to a new branch 'dev/kolab-test-tools'
69Switched to branch 'master'
70Switched to a new branch 'pykolab-0.2'
71Switched to a new branch 'pykolab-0.3'
72Switched to a new branch 'pykolab-0.4'
73Switched to a new branch 'pykolab-0.5'
74Note: checking out 'pykolab-0.5.14'.
75
76You are in 'detached HEAD' state. You can look around, make experimental
77changes and commit them, and you can discard any commits you make in this
78state without impacting any branches by performing another checkout.
79
80If you want to create a new branch to retain commits you create, you may
81do so (now or later) by using -b with the checkout command again. Example:
82
83 git checkout -b new_branch_name
84
85HEAD is now at a35735a... 0.5.14
86Previous HEAD position was a35735a... 0.5.14
87Switched to a new branch 'pykolab-0.6'
88Switched to a new branch 'pykolab-0.7'
89Note: checking out 'd637ba7ebfed79160b2f9f09c2e4f5e1b7a6934b'.
90
91You are in 'detached HEAD' state. You can look around, make experimental
92changes and commit them, and you can discard any commits you make in this
93state without impacting any branches by performing another checkout.
94
95If you want to create a new branch to retain commits you create, you may
96do so (now or later) by using -b with the checkout command again. Example:
97
98 git checkout -b new_branch_name
99
100HEAD is now at d637ba7... Import utils. Resolves T1138.
101+ exit 1
102+ retval=1
103+ popd
104+ exit 1
105

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

1049ERROR: test_001_import_sievelib (tests.unit.test-008-sievelib.TestSievelib)
1050----------------------------------------------------------------------
1051Traceback (most recent call last):
1052 File "/srv/pykolab.git/tests/unit/test-008-sievelib.py", line 44, in test_001_import_sievelib
1053 from sievelib.parser import Parser
1054ImportError: No module named sievelib.parser
1055
1056======================================================================
1057ERROR: test_002_parse_tests (tests.unit.test-008-sievelib.TestSievelib)
1058----------------------------------------------------------------------
1059Traceback (most recent call last):
1060 File "/srv/pykolab.git/tests/unit/test-008-sievelib.py", line 47, in test_002_parse_tests
1061 from sievelib.parser import Parser
1062ImportError: No module named sievelib.parser
1063
1064======================================================================
1065ERROR: Failure: ImportError (No module named twisted.trial)
1066----------------------------------------------------------------------
1067Traceback (most recent call last):
1068 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1069 addr.filename, addr.module)
1070 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1071 return self.importFromDir(dir_path, fqname)
1072 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1073 mod = load_module(part_fqname, fh, filename, desc)
1074 File "/srv/pykolab.git/tests/unit/test-011-itip.py", line 17, in <module>
1075 from twisted.trial import unittest
1076ImportError: No module named twisted.trial
1077
1078======================================================================
1079ERROR: Failure: ImportError (No module named twisted.trial)
1080----------------------------------------------------------------------
1081Traceback (most recent call last):
1082 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1083 addr.filename, addr.module)
1084 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1085 return self.importFromDir(dir_path, fqname)
1086 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1087 mod = load_module(part_fqname, fh, filename, desc)
1088 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 10, in <module>
1089 from twisted.trial import unittest
1090ImportError: No module named twisted.trial
1091
1092======================================================================
1093ERROR: Failure: ImportError (No module named twisted.trial)
1094----------------------------------------------------------------------
1095Traceback (most recent call last):
1096 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1097 addr.filename, addr.module)
1098 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1099 return self.importFromDir(dir_path, fqname)
1100 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1101 mod = load_module(part_fqname, fh, filename, desc)
1102 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 12, in <module>
1103 from twisted.trial import unittest
1104ImportError: No module named twisted.trial
1105
1106======================================================================
1107FAIL: The special thing about this case is that the givenname starts with
1108----------------------------------------------------------------------
1109Traceback (most recent call last):
1110 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 17, in test_001_raw_fr_FR
1111 self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage))
1112AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas'
1113
1114======================================================================
1115FAIL: The special thing about this case is that the givenname starts with
1116----------------------------------------------------------------------
1117Traceback (most recent call last):
1118 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 31, in test_002_unicode_fr_FR
1119 self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage))
1120AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas'
1121
1122======================================================================
1123FAIL: The special thing about this case is that the givenname starts with
1124----------------------------------------------------------------------
1125Traceback (most recent call last):
1126 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 45, in test_003_raw_es_ES
1127 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
1128AssertionError: 'Alvaro' != u'\xc1lvaro'
1129
1130======================================================================
1131FAIL: The special thing about this case is that the givenname starts with
1132----------------------------------------------------------------------
1133Traceback (most recent call last):
1134 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 59, in test_004_unicode_es_ES
1135 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
1136AssertionError: 'Alvaro' != u'\xc1lvaro'
1137
1138----------------------------------------------------------------------
1139Ran 124 tests in 0.513s
1140
1141FAILED (SKIP=1, errors=13, failures=4)
1142Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at d637ba7ebfed79160b2f9f09c2e4f5e1b7a6934b)
1143========================================================================
1144 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at d637ba7ebfed79160b2f9f09c2e4f5e1b7a6934b)
1145 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at d637ba7ebfed79160b2f9f09c2e4f5e1b7a6934b)
1146========================================================================
1147/var/drydock/workingcopy-215829/repo/pykolab
1148

Lease Working Copy

When
Completed at Mar 22 2016, 9:51 AM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at Mar 22 2016, 9:51 AM · Built instantly
Status
Passed

Event Timeline