Properties
Properties
- Buildable
- B178: rDSTOc664995863c8: Add an implementation of the object storage api and a test class
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Jun 13 2016, 2:51 PM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-storage-add-dir bin/swh-objstorage-fsck bin/swh-objstorage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Jun 13 2016, 2:50 PM · Built for 2 s
- Status
Failed
1 empty logs are hidden. Show all logs.
26 | raise self.exc_val.with_traceback(self.tb) |
---|---|
27 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
28 | addr.filename, addr.module) |
29 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
30 | return self.importFromDir(dir_path, fqname) |
31 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
32 | mod = load_module(part_fqname, fh, filename, desc) |
33 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
34 | return load_source(name, filename, file) |
35 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
36 | module = methods.load() |
37 | File "<frozen importlib._bootstrap>", line 1220, in load |
38 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
39 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
40 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
41 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
42 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/tests/test_checker.py", line 14, in <module> |
43 | from swh.storage.objstorage.objstorage import _obj_path |
44 | ImportError: cannot import name '_obj_path' |
45 | |
46 | ====================================================================== |
47 | ERROR: Failure: ImportError (cannot import name '_obj_path') |
48 | ---------------------------------------------------------------------- |
49 | Traceback (most recent call last): |
50 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
51 | raise self.exc_val.with_traceback(self.tb) |
52 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
53 | addr.filename, addr.module) |
54 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
55 | return self.importFromDir(dir_path, fqname) |
56 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
57 | mod = load_module(part_fqname, fh, filename, desc) |
58 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
59 | return load_source(name, filename, file) |
60 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
61 | module = methods.load() |
62 | File "<frozen importlib._bootstrap>", line 1220, in load |
63 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
64 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
65 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
66 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
67 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/tests/test_objstorage_api.py", line 15, in <module> |
68 | from swh.storage.objstorage.objstorage import _obj_path |
69 | ImportError: cannot import name '_obj_path' |
70 | |
71 | ---------------------------------------------------------------------- |
72 | Ran 18 tests in 0.818s |
73 | |
74 | FAILED (errors=2) |
75 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 13 2016, 2:50 PM · Built for 23 s
- Status
Passed
1 | mr update: command failed |
---|---|
2 | mr update: command failed |
3 | mr update: command failed |
4 | mr update: command failed |
5 | mr update: command failed |
6 | mr update: command failed |
7 | mr update: command failed |
8 |
162 | swh/storage/checker/checker.py | 97 +++-- |
---|---|
163 | swh/storage/converters.py | 56 +-- |
164 | swh/storage/objstorage/__init__.py | 5 +- |
165 | swh/storage/objstorage/api/server.py | 13 +- |
166 | swh/storage/objstorage/objstorage.py | 434 +++-------------------- |
167 | swh/storage/objstorage/objstorage_pathslicing.py | 350 ++++++++++++++++++ |
168 | swh/storage/storage.py | 10 +- |
169 | swh/storage/tests/objstorage_testing.py | 70 ++++ |
170 | swh/storage/tests/test_checker.py | 52 ++- |
171 | swh/storage/tests/test_converters.py | 77 ---- |
172 | swh/storage/tests/test_objstorage.py | 163 --------- |
173 | swh/storage/tests/test_objstorage_api.py | 13 +- |
174 | swh/storage/tests/test_objstorage_pathslicing.py | 78 ++++ |
175 | 15 files changed, 689 insertions(+), 732 deletions(-) |
176 | create mode 100644 swh/storage/objstorage/objstorage_pathslicing.py |
177 | create mode 100644 swh/storage/tests/objstorage_testing.py |
178 | delete mode 100644 swh/storage/tests/test_objstorage.py |
179 | create mode 100644 swh/storage/tests/test_objstorage_pathslicing.py |
180 | |
181 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-web-ui |
182 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-web-ui |
183 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
184 | d99ae9c..110ba85 master -> origin/master |
185 | Updating d99ae9c..110ba85 |
186 | Fast-forward |
187 | swh/web/ui/backend.py | 30 +++ |
188 | swh/web/ui/converters.py | 41 +++- |
189 | swh/web/ui/service.py | 59 +++++- |
190 | swh/web/ui/templates/content.html | 5 + |
191 | swh/web/ui/templates/directory.html | 7 +- |
192 | swh/web/ui/templates/entity.html | 5 + |
193 | swh/web/ui/templates/origin.html | 5 + |
194 | swh/web/ui/templates/person.html | 5 + |
195 | swh/web/ui/templates/release.html | 12 +- |
196 | swh/web/ui/templates/revision-directory.html | 23 ++- |
197 | swh/web/ui/templates/revision-log.html | 54 +++++- |
198 | swh/web/ui/templates/revision.html | 29 ++- |
199 | swh/web/ui/tests/test_backend.py | 56 ++++++ |
200 | swh/web/ui/tests/test_converters.py | 138 ++++++++++++++ |
201 | swh/web/ui/tests/test_service.py | 267 +++++++++++++++++++++++++++ |
202 | swh/web/ui/tests/test_utils.py | 94 +++++++++- |
203 | swh/web/ui/tests/views/test_api.py | 143 ++++++++++++++ |
204 | swh/web/ui/tests/views/test_browse.py | 95 ++++++++++ |
205 | swh/web/ui/utils.py | 5 + |
206 | swh/web/ui/views/api.py | 77 ++++++++ |
207 | swh/web/ui/views/browse.py | 59 +++++- |
208 | 21 files changed, 1177 insertions(+), 32 deletions(-) |
209 | |
210 | mr update: finished (11 ok; 7 failed) |
211 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 13 2016, 2:50 PM · Built instantly
- Status
Passed