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.
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.
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