Properties
Properties
Drydock: Run Command
Drydock: Run Command
- When
- Completed at Mar 2 2016, 3:32 PM · Built for 58 s
- Status
Failed
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=3000 -e COMMIT=297191d91ce94e3a4b5c32ed122147f02711dcfd -e DIFFERENTIAL= -e PACKAGE=pykolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-niu27fepyho6vkvyvvj3 -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 |
57 | Switched to a new branch 'dev/boddie' |
58 | Switched to a new branch 'dev/boddie-new/combined' |
59 | Switched to a new branch 'dev/boddie-new/setup' |
60 | Switched to a new branch 'dev/confmgmt' |
61 | Switched to a new branch 'dev/entitlements' |
62 | Switched to a new branch 'dev/kolab-test-suite' |
63 | Switched to a new branch 'dev/kolab-test-tools' |
64 | Switched to branch 'master' |
65 | Switched to a new branch 'pykolab-0.2' |
66 | Switched to a new branch 'pykolab-0.3' |
67 | Switched to a new branch 'pykolab-0.4' |
68 | Switched to a new branch 'pykolab-0.5' |
69 | Note: checking out 'pykolab-0.5.14'. |
70 | |
71 | You are in 'detached HEAD' state. You can look around, make experimental |
72 | changes and commit them, and you can discard any commits you make in this |
73 | state without impacting any branches by performing another checkout. |
74 | |
75 | If you want to create a new branch to retain commits you create, you may |
76 | do so (now or later) by using -b with the checkout command again. Example: |
77 | |
78 | git checkout -b new_branch_name |
79 | |
80 | HEAD is now at a35735a... 0.5.14 |
81 | Previous HEAD position was a35735a... 0.5.14 |
82 | Switched to a new branch 'pykolab-0.6' |
83 | Switched to a new branch 'pykolab-0.7' |
84 | Note: checking out '297191d91ce94e3a4b5c32ed122147f02711dcfd'. |
85 | |
86 | You are in 'detached HEAD' state. You can look around, make experimental |
87 | changes and commit them, and you can discard any commits you make in this |
88 | state without impacting any branches by performing another checkout. |
89 | |
90 | If you want to create a new branch to retain commits you create, you may |
91 | do so (now or later) by using -b with the checkout command again. Example: |
92 | |
93 | git checkout -b new_branch_name |
94 | |
95 | HEAD is now at 297191d... Update bugzilla url to https://issues.kolab.org. |
96 | + exit 1 |
97 | + retval=1 |
98 | + popd |
99 | + exit 1 |
100 |
1009 | return self.importFromDir(dir_path, fqname) |
---|---|
1010 | File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir |
1011 | mod = load_module(part_fqname, fh, filename, desc) |
1012 | File "/srv/pykolab.git/tests/unit/test-012-wallace_invitationpolicy.py", line 12, in <module> |
1013 | from twisted.trial import unittest |
1014 | ImportError: No module named twisted.trial |
1015 | |
1016 | ====================================================================== |
1017 | FAIL: The special thing about this case is that the givenname starts with |
1018 | ---------------------------------------------------------------------- |
1019 | Traceback (most recent call last): |
1020 | File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 17, in test_001_raw_fr_FR |
1021 | self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage)) |
1022 | AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas' |
1023 | |
1024 | ====================================================================== |
1025 | FAIL: The special thing about this case is that the givenname starts with |
1026 | ---------------------------------------------------------------------- |
1027 | Traceback (most recent call last): |
1028 | File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 31, in test_002_unicode_fr_FR |
1029 | self.assertEqual('Etienne-Nicolas', utils.translate(givenname, preferredlanguage)) |
1030 | AssertionError: 'Etienne-Nicolas' != u'\xc9tienne-Nicolas' |
1031 | |
1032 | ====================================================================== |
1033 | FAIL: The special thing about this case is that the givenname starts with |
1034 | ---------------------------------------------------------------------- |
1035 | Traceback (most recent call last): |
1036 | File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 45, in test_003_raw_es_ES |
1037 | self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage)) |
1038 | AssertionError: 'Alvaro' != u'\xc1lvaro' |
1039 | |
1040 | ====================================================================== |
1041 | FAIL: The special thing about this case is that the givenname starts with |
1042 | ---------------------------------------------------------------------- |
1043 | Traceback (most recent call last): |
1044 | File "/srv/pykolab.git/tests/unit/test-010-transliterate.py", line 59, in test_004_unicode_es_ES |
1045 | self.assertEqual('Alvaro', utils.translate(givenname, preferredlanguage)) |
1046 | AssertionError: 'Alvaro' != u'\xc1lvaro' |
1047 | |
1048 | ---------------------------------------------------------------------- |
1049 | Ran 124 tests in 0.451s |
1050 | |
1051 | FAILED (SKIP=1, errors=13, failures=4) |
1052 | Running ../stick.git/drydocker/pykolab/test_unit.sh FAILED (at 297191d91ce94e3a4b5c32ed122147f02711dcfd) |
1053 | ======================================================================== |
1054 | Running '../stick.git/drydocker/pykolab/test_build.sh' OK (at 297191d91ce94e3a4b5c32ed122147f02711dcfd) |
1055 | Running '../stick.git/drydocker/pykolab/test_unit.sh' FAILED (at 297191d91ce94e3a4b5c32ed122147f02711dcfd) |
1056 | ======================================================================== |
1057 | /var/drydock/workingcopy-215829/repo/pykolab |
1058 |
Lease Working Copy
Lease Working Copy
- When
- Completed at Mar 2 2016, 3:31 PM · Built instantly
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Mar 2 2016, 3:31 PM · Built instantly
- Status
Passed
1 | Blocked by: Build 2999 |
---|---|
2 | Blocked by: Build 2999 |
3 | Blocked by: Build 2999 |
4 | Blocked by: Build 2999 |
5 | Blocked by: Build 2999 |
6 | Blocked by: Build 2999 |
7 | Blocked by: Build 2999 |
8 | Blocked by: Build 2999 |
9 | Blocked by: Build 2999 |
10 | Blocked by: Build 2999 |
11 | Blocked by: Build 2999 |
12 | Blocked by: Build 2999 |
13 |