Page MenuHomePhorge

Build 3530
FailedPublic

Drydock: Run Command

When
Completed at May 4 2016, 4:59 PM · Built for 3 m, 2 s
Status
Failed

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

51+ export test_obs
52+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
53+ '[' -x stick.git/drydocker/pykolab/build.sh ']'
54+ pushd pykolab.git
55+ ../stick.git/drydocker/pykolab/build.sh
56+ 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=3530 -e COMMIT=7f94b317ed08b4d62407e018e6057cc958872efa -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-ffnvzvvvwyi2mpb6b6rw -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
57Switched to a new branch 'dev/boddie'
58Switched to a new branch 'dev/boddie-new/combined'
59Switched to a new branch 'dev/boddie-new/setup'
60Switched to a new branch 'dev/confmgmt'
61Switched to a new branch 'dev/entitlements'
62Switched to a new branch 'dev/kolab-test-suite'
63Switched to a new branch 'dev/kolab-test-tools'
64Switched to branch 'master'
65Switched to a new branch 'pykolab-0.2'
66Switched to a new branch 'pykolab-0.3'
67Switched to a new branch 'pykolab-0.4'
68Switched to a new branch 'pykolab-0.5'
69Note: checking out 'pykolab-0.5.14'.
70
71You are in 'detached HEAD' state. You can look around, make experimental
72changes and commit them, and you can discard any commits you make in this
73state without impacting any branches by performing another checkout.
74
75If you want to create a new branch to retain commits you create, you may
76do so (now or later) by using -b with the checkout command again. Example:
77
78 git checkout -b new_branch_name
79
80HEAD is now at a35735a... 0.5.14
81Previous HEAD position was a35735a... 0.5.14
82Switched to a new branch 'pykolab-0.6'
83Switched to a new branch 'pykolab-0.7'
84Note: checking out '7f94b317ed08b4d62407e018e6057cc958872efa'.
85
86You are in 'detached HEAD' state. You can look around, make experimental
87changes and commit them, and you can discard any commits you make in this
88state without impacting any branches by performing another checkout.
89
90If you want to create a new branch to retain commits you create, you may
91do so (now or later) by using -b with the checkout command again. Example:
92
93 git checkout -b new_branch_name
94
95HEAD is now at 7f94b31... Allow NULL sender in smtp_access_policy result cache (#5306)
96+ exit 1
97+ retval=1
98+ popd
99+ exit 1
100

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

1347test_005_longkey (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1348test_006_plain_update (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1349test_007_plain_encoding_update (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1350test_008_unicode_update (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1351test_009_unicode_escape_update (tests.unit.test-020-auth_cache.TestAuthCache) ... SKIP: Double encoding or decoding
1352test_010_longkey_update (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1353
1354======================================================================
1355FAIL: The special thing about this case is that the givenname starts with
1356----------------------------------------------------------------------
1357Traceback (most recent call last):
1358 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 18, in test_001_raw_fr_FR
1359 self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage))
1360AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas'
1361
1362======================================================================
1363FAIL: The special thing about this case is that the givenname starts with
1364----------------------------------------------------------------------
1365Traceback (most recent call last):
1366 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 32, in test_002_unicode_fr_FR
1367 self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage))
1368AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas'
1369
1370======================================================================
1371FAIL: The special thing about this case is that the givenname starts with
1372----------------------------------------------------------------------
1373Traceback (most recent call last):
1374 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 46, in test_003_raw_es_ES
1375 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
1376AssertionError: 'Alvaro' != u'\xc1lvaro'
1377
1378======================================================================
1379FAIL: The special thing about this case is that the givenname starts with
1380----------------------------------------------------------------------
1381Traceback (most recent call last):
1382 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 60, in test_004_unicode_es_ES
1383 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
1384AssertionError: 'Alvaro' != u'\xc1lvaro'
1385
1386----------------------------------------------------------------------
1387Ran 145 tests in 3.001s
1388
1389FAILED (SKIP=2, failures=4)
1390Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 7f94b317ed08b4d62407e018e6057cc958872efa)
1391========================================================================
1392 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 7f94b317ed08b4d62407e018e6057cc958872efa)
1393 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 7f94b317ed08b4d62407e018e6057cc958872efa)
1394========================================================================
1395/var/drydock/workingcopy-215829/repo/pykolab
1396

Lease Working Copy

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

Wait for Previous Commits to Build

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

Event Timeline