Page MenuHomePhorge

Build 3575
FailedPublic

Drydock: Run Command

When
Completed at May 7 2016, 1:10 PM · Built for 3 m, 45 s
Status
Failed

Build Log 10686 (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-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 ce96bb2..39e3138 master -> origin/master
26 ecaeb83..450c15f pykolab-0.7 -> origin/pykolab-0.7
27 * [new tag] pykolab-0.7.24 -> pykolab-0.7.24
28 * [new tag] pykolab-0.7.25 -> pykolab-0.7.25
29+ git reset --hard origin/master
30+ git clean -d -f -x
31+ git checkout e2342d75e98adc0db3055a0558966ece0753f770
32Previous HEAD position was 39e3138... Fix binding current user after LDAP reconnection (T1171)
33HEAD is now at e2342d7... Fix binding current user after LDAP reconnection (T1171)
34+ popd
35+ '[' pykolab '!=' stick ']'
36+ '[' '!' -d stick.git ']'
37+ pushd stick.git
38+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
39+ git fetch origin
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=3575 -e COMMIT=e2342d75e98adc0db3055a0558966ece0753f770 -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-gxnfpk3vruf32ocfkinj -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 'e2342d75e98adc0db3055a0558966ece0753f770'.
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 e2342d7... Fix binding current user after LDAP reconnection (T1171)
101+ exit 1
102+ retval=1
103+ popd
104+ exit 1
105

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

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

Lease Working Copy

When
Completed at May 7 2016, 1:06 PM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at May 7 2016, 1:06 PM · Built instantly
Status
Passed

Event Timeline