Properties
Properties
Drydock: Run Command
Drydock: Run Command
- When
- Completed at Mar 1 2016, 11:14 AM · Built for 1 m, 37 s
- Status
Failed
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=2983 -e COMMIT=b08c9d1dad4852834e1994177ab070975c67e15f -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-ogogawlex5krcagyxcda -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 |
58 | Switched to a new branch 'dev/boddie' |
59 | Switched to a new branch 'dev/boddie-new/combined' |
60 | Switched to a new branch 'dev/boddie-new/setup' |
61 | Switched to a new branch 'dev/confmgmt' |
62 | Switched to a new branch 'dev/entitlements' |
63 | Switched to a new branch 'dev/kolab-test-suite' |
64 | Switched to a new branch 'dev/kolab-test-tools' |
65 | Switched to branch 'master' |
66 | Switched to a new branch 'pykolab-0.2' |
67 | Switched to a new branch 'pykolab-0.3' |
68 | Switched to a new branch 'pykolab-0.4' |
69 | Switched to a new branch 'pykolab-0.5' |
70 | Note: checking out 'pykolab-0.5.14'. |
71 | |
72 | You are in 'detached HEAD' state. You can look around, make experimental |
73 | changes and commit them, and you can discard any commits you make in this |
74 | state without impacting any branches by performing another checkout. |
75 | |
76 | If you want to create a new branch to retain commits you create, you may |
77 | do so (now or later) by using -b with the checkout command again. Example: |
78 | |
79 | git checkout -b new_branch_name |
80 | |
81 | HEAD is now at a35735a... 0.5.14 |
82 | Previous HEAD position was a35735a... 0.5.14 |
83 | Switched to a new branch 'pykolab-0.6' |
84 | Switched to a new branch 'pykolab-0.7' |
85 | Note: checking out 'b08c9d1dad4852834e1994177ab070975c67e15f'. |
86 | |
87 | You are in 'detached HEAD' state. You can look around, make experimental |
88 | changes and commit them, and you can discard any commits you make in this |
89 | state without impacting any branches by performing another checkout. |
90 | |
91 | If you want to create a new branch to retain commits you create, you may |
92 | do so (now or later) by using -b with the checkout command again. Example: |
93 | |
94 | git checkout -b new_branch_name |
95 | |
96 | HEAD is now at b08c9d1... More of those PEP compliance issues |
97 | + exit 1 |
98 | + retval=1 |
99 | + popd |
100 | + exit 1 |
101 |
962 | test_020_to_dict (tests.unit.test-019-contact.TestContactXML) ... ok |
---|---|
963 | test_001_plain_insert (tests.unit.test-020-auth_cache.TestAuthCache) ... ok |
964 | test_002_plain_encoding_insert (tests.unit.test-020-auth_cache.TestAuthCache) ... ok |
965 | test_003_unicode_insert (tests.unit.test-020-auth_cache.TestAuthCache) ... ok |
966 | test_004_unicode_escape (tests.unit.test-020-auth_cache.TestAuthCache) ... SKIP: Double encoding or decoding |
967 | test_005_longkey (tests.unit.test-020-auth_cache.TestAuthCache) ... ok |
968 | |
969 | ====================================================================== |
970 | FAIL: The special thing about this case is that the givenname starts with |
971 | ---------------------------------------------------------------------- |
972 | Traceback (most recent call last): |
973 | File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 17, in test_001_raw_fr_FR |
974 | self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage)) |
975 | AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas' |
976 | |
977 | ====================================================================== |
978 | FAIL: The special thing about this case is that the givenname starts with |
979 | ---------------------------------------------------------------------- |
980 | Traceback (most recent call last): |
981 | File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 31, in test_002_unicode_fr_FR |
982 | self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage)) |
983 | AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas' |
984 | |
985 | ====================================================================== |
986 | FAIL: The special thing about this case is that the givenname starts with |
987 | ---------------------------------------------------------------------- |
988 | Traceback (most recent call last): |
989 | File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 45, in test_003_raw_es_ES |
990 | self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage)) |
991 | AssertionError: 'Alvaro' != u'\xc1lvaro' |
992 | |
993 | ====================================================================== |
994 | FAIL: The special thing about this case is that the givenname starts with |
995 | ---------------------------------------------------------------------- |
996 | Traceback (most recent call last): |
997 | File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 59, in test_004_unicode_es_ES |
998 | self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage)) |
999 | AssertionError: 'Alvaro' != u'\xc1lvaro' |
1000 | |
1001 | ---------------------------------------------------------------------- |
1002 | Ran 140 tests in 2.992s |
1003 | |
1004 | FAILED (SKIP=1, failures=4) |
1005 | Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at b08c9d1dad4852834e1994177ab070975c67e15f) |
1006 | ======================================================================== |
1007 | Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at b08c9d1dad4852834e1994177ab070975c67e15f) |
1008 | Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at b08c9d1dad4852834e1994177ab070975c67e15f) |
1009 | ======================================================================== |
1010 | /var/drydock/workingcopy-67/repo/pykolab |
1011 |
Lease Working Copy
Lease Working Copy
- When
- Completed at Mar 1 2016, 11:12 AM · Built instantly
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Mar 1 2016, 11:12 AM · Built instantly
- Status
Passed
1 empty logs are hidden. Show all logs.