Properties
Properties
- Buildable
- B172: Diff 146
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 10 2016, 3:02 PM · Built for 2 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 10 2016, 3:02 PM · Built for 1 s
- Status
Failed
1 empty logs are hidden. Show all logs.
248 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
---|---|
249 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
250 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
251 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
252 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/tests/test_objstorage_api.py", line 13, in <module> |
253 | from swh.storage.exc import ObjNotFoundError, Error |
254 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/__init__.py", line 1, in <module> |
255 | from . import storage |
256 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/storage.py", line 14, in <module> |
257 | from . import converters |
258 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/converters.py", line 9, in <module> |
259 | from swh.core.utils import decode_with_escape, encode_with_unescape |
260 | ImportError: cannot import name 'decode_with_escape' |
261 | |
262 | ====================================================================== |
263 | ERROR: Failure: ImportError (cannot import name 'decode_with_escape') |
264 | ---------------------------------------------------------------------- |
265 | Traceback (most recent call last): |
266 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
267 | raise self.exc_val.with_traceback(self.tb) |
268 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
269 | addr.filename, addr.module) |
270 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
271 | return self.importFromDir(dir_path, fqname) |
272 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
273 | mod = load_module(part_fqname, fh, filename, desc) |
274 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
275 | return load_source(name, filename, file) |
276 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
277 | module = methods.load() |
278 | File "<frozen importlib._bootstrap>", line 1220, in load |
279 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
280 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
281 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
282 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
283 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/tests/test_storage.py", line 21, in <module> |
284 | from swh.storage import Storage |
285 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/__init__.py", line 1, in <module> |
286 | from . import storage |
287 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/storage.py", line 14, in <module> |
288 | from . import converters |
289 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/converters.py", line 9, in <module> |
290 | from swh.core.utils import decode_with_escape, encode_with_unescape |
291 | ImportError: cannot import name 'decode_with_escape' |
292 | |
293 | ---------------------------------------------------------------------- |
294 | Ran 9 tests in 0.169s |
295 | |
296 | FAILED (errors=9) |
297 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 10 2016, 3:02 PM · Built for 7 s
- Status
Passed
1 empty logs are hidden. Show all logs.
100 | requirements.txt | 4 +-- |
---|---|
101 | swh/loader/tar/build.py | 50 ++++++++++++++++++++------------------ |
102 | swh/loader/tar/loader.py | 20 +++++---------- |
103 | swh/loader/tar/tasks.py | 2 +- |
104 | swh/loader/tar/tests/test_build.py | 29 ++++++++++++---------- |
105 | 6 files changed, 53 insertions(+), 56 deletions(-) |
106 | |
107 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-scheduler |
108 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-scheduler |
109 | Already up-to-date. |
110 | |
111 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage |
112 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage |
113 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
114 | 59ca1a3..bca87a1 master -> origin/master |
115 | Updating 59ca1a3..bca87a1 |
116 | Fast-forward |
117 | setup.py | 1 + |
118 | swh/storage/checker/checker.py | 79 ++++++++++++++++++++++++++++----------- |
119 | swh/storage/tests/test_checker.py | 41 ++++++++++++++++++-- |
120 | 3 files changed, 95 insertions(+), 26 deletions(-) |
121 | |
122 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage-testdata |
123 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage-testdata |
124 | Already up-to-date. |
125 | |
126 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui |
127 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui |
128 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
129 | 7a0cfff..e9360a4 master -> origin/master |
130 | Updating 7a0cfff..e9360a4 |
131 | Fast-forward |
132 | swh/web/ui/backend.py | 30 +++++++ |
133 | swh/web/ui/converters.py | 32 ++++--- |
134 | swh/web/ui/service.py | 32 ++++++- |
135 | swh/web/ui/templates/revision-log.html | 31 ++++++- |
136 | swh/web/ui/templates/revision.html | 10 +++ |
137 | swh/web/ui/tests/test_backend.py | 56 ++++++++++++ |
138 | swh/web/ui/tests/test_converters.py | 111 ++++++++++++++++++++++++ |
139 | swh/web/ui/tests/test_service.py | 154 ++++++++++++++++++++++++++++++++- |
140 | swh/web/ui/tests/test_utils.py | 94 +++++++++++++++++++- |
141 | swh/web/ui/tests/views/test_api.py | 91 +++++++++++++++++-- |
142 | swh/web/ui/tests/views/test_browse.py | 95 ++++++++++++++++++++ |
143 | swh/web/ui/utils.py | 5 ++ |
144 | swh/web/ui/views/api.py | 57 +++++++++++- |
145 | swh/web/ui/views/browse.py | 59 ++++++++++++- |
146 | 14 files changed, 825 insertions(+), 32 deletions(-) |
147 | |
148 | mr update: finished (18 ok) |
149 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 10 2016, 3:02 PM · Built instantly
- Status
Passed