Properties
Properties
- Buildable
- B815: Diff 642
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Mar 21 2017, 6:45 PM · Built for 6 s
- Status
Failed
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 | swh/storage/vault/cookers/revision_git.py:171:22: W503 line break before binary operator |
3 | swh/storage/vault/cookers/revision_git.py:184:21: W503 line break before binary operator |
4 | swh/storage/vault/cookers/revision_git.py:185:26: W503 line break before binary operator |
5 | swh/storage/vault/cookers/revision_git.py:186:26: W503 line break before binary operator |
6 | ../Makefile.python:25: recipe for target 'check' failed |
7 |
Python tests
Python tests
- When
- Completed at Mar 21 2017, 6:45 PM · Built for 4 s
- Status
Failed
1 empty logs are hidden. Show all logs.
140 | return self.importFromDir(dir_path, fqname) |
---|---|
141 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
142 | mod = load_module(part_fqname, fh, filename, desc) |
143 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
144 | return load_source(name, filename, file) |
145 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
146 | module = methods.load() |
147 | File "<frozen importlib._bootstrap>", line 1220, in load |
148 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
149 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
150 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
151 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
152 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/tests/test_storage.py", line 22, in <module> |
153 | from swh.model import identifiers |
154 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-model/swh/model/identifiers.py", line 10, in <module> |
155 | from .hashutil import hash_data, hash_git_data |
156 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
157 | import pyblake2 |
158 | ImportError: No module named 'pyblake2' |
159 | |
160 | ---------------------------------------------------------------------- |
161 | Ran 5 tests in 0.398s |
162 | |
163 | FAILED (errors=5) |
164 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Mar 21 2017, 6:45 PM · Built for 13 s
- Status
Passed
1 empty logs are hidden. Show all logs.
251 | swh/storage/archiver/worker.py | 3 +- |
---|---|
252 | swh/storage/db.py | 43 ++++--- |
253 | swh/storage/listener.py | 1 + |
254 | swh/storage/provenance/tasks.py | 6 +- |
255 | swh/storage/storage.py | 54 ++++----- |
256 | swh/storage/tests/test_api_client.py | 4 +- |
257 | swh/storage/tests/test_archiver.py | 2 +- |
258 | swh/storage/tests/test_db.py | 10 +- |
259 | swh/storage/tests/test_storage.py | 104 ++++++++-------- |
260 | swh/storage/vault/api/client.py | 2 +- |
261 | swh/storage/vault/api/cooking_tasks.py | 9 +- |
262 | swh/storage/vault/api/server.py | 17 ++- |
263 | swh/storage/vault/cache.py | 8 +- |
264 | swh/storage/vault/cookers/__init__.py | 4 +- |
265 | swh/storage/vault/cookers/base.py | 55 ++++++--- |
266 | swh/storage/vault/cookers/directory.py | 19 +-- |
267 | swh/storage/vault/cookers/revision_flat.py | 26 +--- |
268 | swh/storage/vault/cookers/revision_git.py | 162 +++++++++++++++++++++++++ |
269 | 29 files changed, 616 insertions(+), 236 deletions(-) |
270 | create mode 100644 sql/upgrades/102.sql |
271 | create mode 100644 swh/storage/archiver/updater.py |
272 | create mode 100644 swh/storage/vault/cookers/revision_git.py |
273 | |
274 | mr update: finished (24 ok) |
275 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Mar 21 2017, 6:45 PM · Built instantly
- Status
Passed