Page MenuHomePhorge

Build 2996
FailedPublic

Drydock: Run Command

When
Completed at Mar 2 2016, 3:28 PM · Built for 1 m, 41 s
Status
Failed

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

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

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

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

Lease Working Copy

When
Completed at Mar 2 2016, 3:26 PM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at Mar 2 2016, 3:26 PM · Built for 1 s
Status
Passed
1 empty logs are hidden. Show all logs.

Event Timeline