Page MenuHomePhorge

Build 3519
FailedPublic

Drydock: Run Command

When
Completed at May 4 2016, 2:30 PM · Built for 1 m, 54 s
Status
Failed

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

3+ test_build=1
4+ test_functional=1
5+ test_integration=1
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-67/repo/pykolab
19+ TMPDIR=/var/drydock/workingcopy-67/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 1dcecdd..7c73f70 pykolab-0.7 -> origin/pykolab-0.7
26+ git reset --hard origin/master
27+ git clean -d -f -x
28+ git checkout 7c73f705f8e60ada04c825a0d2fab5b1e5ffc240
29Previous HEAD position was 6156015... Revert "Fix binding current user after LDAP reconnection (T1171)"
30HEAD is now at 7c73f70... Set version number to 0.7.24
31+ popd
32+ '[' pykolab '!=' stick ']'
33+ '[' '!' -d stick.git ']'
34+ pushd stick.git
35+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
36+ git fetch origin
37+ git reset --hard origin/master
38+ git clean -d -f -x
39+ popd
40+ export commit
41+ export differential
42+ export id
43+ export package
44+ export phid
45+ export ro_uri
46+ export uri
47+ export vcs
48+ export test_build
49+ export test_functional
50+ export test_integration
51+ export test_performance
52+ export test_unit
53+ export test_obs
54+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
55+ '[' -x stick.git/drydocker/pykolab/build.sh ']'
56+ pushd pykolab.git
57+ ../stick.git/drydocker/pykolab/build.sh
58+ 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=3519 -e COMMIT=7c73f705f8e60ada04c825a0d2fab5b1e5ffc240 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-tbf4gorul62ahimzq6ek -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
59Switched to a new branch 'dev/boddie'
60Switched to a new branch 'dev/boddie-new/combined'
61Switched to a new branch 'dev/boddie-new/setup'
62Switched to a new branch 'dev/confmgmt'
63Switched to a new branch 'dev/entitlements'
64Switched to a new branch 'dev/kolab-test-suite'
65Switched to a new branch 'dev/kolab-test-tools'
66Switched to branch 'master'
67Switched to a new branch 'pykolab-0.2'
68Switched to a new branch 'pykolab-0.3'
69Switched to a new branch 'pykolab-0.4'
70Switched to a new branch 'pykolab-0.5'
71Note: checking out 'pykolab-0.5.14'.
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 a35735a... 0.5.14
83Previous HEAD position was a35735a... 0.5.14
84Switched to a new branch 'pykolab-0.6'
85Switched to a new branch 'pykolab-0.7'
86Note: checking out '7c73f705f8e60ada04c825a0d2fab5b1e5ffc240'.
87
88You are in 'detached HEAD' state. You can look around, make experimental
89changes and commit them, and you can discard any commits you make in this
90state without impacting any branches by performing another checkout.
91
92If you want to create a new branch to retain commits you create, you may
93do so (now or later) by using -b with the checkout command again. Example:
94
95 git checkout -b new_branch_name
96
97HEAD is now at 7c73f70... Set version number to 0.7.24
98+ exit 1
99+ retval=1
100+ popd
101+ exit 1
102

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

1290ERROR: test_001_import_sievelib (tests.unit.test-008-sievelib.TestSievelib)
1291----------------------------------------------------------------------
1292Traceback (most recent call last):
1293 File "/srv/pykolab.git/tests/unit/test-008-sievelib.py", line 44, in test_001_import_sievelib
1294 from sievelib.parser import Parser
1295ImportError: No module named sievelib.parser
1296
1297======================================================================
1298ERROR: test_002_parse_tests (tests.unit.test-008-sievelib.TestSievelib)
1299----------------------------------------------------------------------
1300Traceback (most recent call last):
1301 File "/srv/pykolab.git/tests/unit/test-008-sievelib.py", line 47, in test_002_parse_tests
1302 from sievelib.parser import Parser
1303ImportError: No module named sievelib.parser
1304
1305======================================================================
1306ERROR: Failure: ImportError (No module named twisted.trial)
1307----------------------------------------------------------------------
1308Traceback (most recent call last):
1309 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1310 addr.filename, addr.module)
1311 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1312 return self.importFromDir(dir_path, fqname)
1313 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1314 mod = load_module(part_fqname, fh, filename, desc)
1315 File "/srv/pykolab.git/tests/unit/test-011-itip.py", line 17, in <module>
1316 from twisted.trial import unittest
1317ImportError: No module named twisted.trial
1318
1319======================================================================
1320ERROR: Failure: ImportError (No module named twisted.trial)
1321----------------------------------------------------------------------
1322Traceback (most recent call last):
1323 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1324 addr.filename, addr.module)
1325 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1326 return self.importFromDir(dir_path, fqname)
1327 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1328 mod = load_module(part_fqname, fh, filename, desc)
1329 File "/srv/pykolab.git/tests/unit/test-011-wallace_resources.py", line 10, in <module>
1330 from twisted.trial import unittest
1331ImportError: No module named twisted.trial
1332
1333======================================================================
1334ERROR: Failure: ImportError (No module named twisted.trial)
1335----------------------------------------------------------------------
1336Traceback (most recent call last):
1337 File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
1338 addr.filename, addr.module)
1339 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
1340 return self.importFromDir(dir_path, fqname)
1341 File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
1342 mod = load_module(part_fqname, fh, filename, desc)
1343 File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 12, in <module>
1344 from twisted.trial import unittest
1345ImportError: No module named twisted.trial
1346
1347======================================================================
1348FAIL: The special thing about this case is that the givenname starts with
1349----------------------------------------------------------------------
1350Traceback (most recent call last):
1351 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 17, in test_001_raw_fr_FR
1352 self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage))
1353AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas'
1354
1355======================================================================
1356FAIL: The special thing about this case is that the givenname starts with
1357----------------------------------------------------------------------
1358Traceback (most recent call last):
1359 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 31, in test_002_unicode_fr_FR
1360 self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage))
1361AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas'
1362
1363======================================================================
1364FAIL: The special thing about this case is that the givenname starts with
1365----------------------------------------------------------------------
1366Traceback (most recent call last):
1367 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 45, in test_003_raw_es_ES
1368 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
1369AssertionError: 'Alvaro' != u'\xc1lvaro'
1370
1371======================================================================
1372FAIL: The special thing about this case is that the givenname starts with
1373----------------------------------------------------------------------
1374Traceback (most recent call last):
1375 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 59, in test_004_unicode_es_ES
1376 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
1377AssertionError: 'Alvaro' != u'\xc1lvaro'
1378
1379----------------------------------------------------------------------
1380Ran 124 tests in 0.549s
1381
1382FAILED (SKIP=1, errors=13, failures=4)
1383Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 7c73f705f8e60ada04c825a0d2fab5b1e5ffc240)
1384========================================================================
1385 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 7c73f705f8e60ada04c825a0d2fab5b1e5ffc240)
1386 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 7c73f705f8e60ada04c825a0d2fab5b1e5ffc240)
1387========================================================================
1388/var/drydock/workingcopy-67/repo/pykolab
1389

Lease Working Copy

When
Completed at May 4 2016, 2:28 PM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at May 4 2016, 2:28 PM · Built instantly
Status
Passed

Event Timeline