Page MenuHomePhorge

Build 2406
FailedPublic

Drydock: Run Command

When
Completed at Jan 19 2016, 12:56 PM · Built for 49 s
Status
Failed

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

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

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

1012test_020_to_dict (tests.unit.test-019-contact.TestContactXML) ... ok
1013test_001_plain_insert (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1014test_002_plain_encoding_insert (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1015test_003_unicode_insert (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1016test_004_unicode_escape (tests.unit.test-020-auth_cache.TestAuthCache) ... SKIP: Double encoding or decoding
1017test_005_longkey (tests.unit.test-020-auth_cache.TestAuthCache) ... ok
1018
1019======================================================================
1020FAIL: The special thing about this case is that the givenname starts with
1021----------------------------------------------------------------------
1022Traceback (most recent call last):
1023 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 17, in test_001_raw_fr_FR
1024 self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage))
1025AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas'
1026
1027======================================================================
1028FAIL: The special thing about this case is that the givenname starts with
1029----------------------------------------------------------------------
1030Traceback (most recent call last):
1031 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 31, in test_002_unicode_fr_FR
1032 self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage))
1033AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas'
1034
1035======================================================================
1036FAIL: The special thing about this case is that the givenname starts with
1037----------------------------------------------------------------------
1038Traceback (most recent call last):
1039 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 45, in test_003_raw_es_ES
1040 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
1041AssertionError: 'Alvaro' != u'\xc1lvaro'
1042
1043======================================================================
1044FAIL: The special thing about this case is that the givenname starts with
1045----------------------------------------------------------------------
1046Traceback (most recent call last):
1047 File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 59, in test_004_unicode_es_ES
1048 self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage))
1049AssertionError: 'Alvaro' != u'\xc1lvaro'
1050
1051----------------------------------------------------------------------
1052Ran 140 tests in 2.971s
1053
1054FAILED (SKIP=1, failures=4)
1055Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 6769c10da417e65698f71e0f34d0b15a597a3641)
1056========================================================================
1057 Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 6769c10da417e65698f71e0f34d0b15a597a3641)
1058 Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 6769c10da417e65698f71e0f34d0b15a597a3641)
1059========================================================================
1060/var/drydock/workingcopy-67/repo/pykolab
1061

Lease Working Copy

When
Completed at Jan 19 2016, 12:56 PM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at Jan 19 2016, 12:56 PM · Built instantly
Status
Passed
1 empty logs are hidden. Show all logs.

Event Timeline