Properties
Properties
- Buildable
- B875: rDSTOa95a3c424c74: Add new entry for language indexer tool
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Jun 1 2017, 4:58 PM · Built for 1 s
- Status
Failed
1 | /usr/bin/python3: No module named flake8 |
---|---|
2 | make: *** [check] Error 1 |
3 |
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 | ../Makefile.python:25: recipe for target 'check' failed |
3 |
Python tests
Python tests
- When
- Completed at Jun 1 2017, 4:58 PM · Built for 8 s
- Status
Failed
1 empty logs are hidden. Show all logs.
50 | return self.importFromDir(dir_path, fqname) |
---|---|
51 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
52 | mod = load_module(part_fqname, fh, filename, desc) |
53 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
54 | return load_source(name, filename, file) |
55 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
56 | module = methods.load() |
57 | File "<frozen importlib._bootstrap>", line 1220, in load |
58 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
59 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
60 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
61 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
62 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_api_client.py", line 10, in <module> |
63 | from swh.storage.tests.server_testing import ServerTestFixture |
64 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module> |
65 | import aiohttp |
66 | ImportError: No module named 'aiohttp' |
67 | |
68 | ====================================================================== |
69 | ERROR: Failure: ImportError (No module named 'aiohttp') |
70 | ---------------------------------------------------------------------- |
71 | Traceback (most recent call last): |
72 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
73 | raise self.exc_val.with_traceback(self.tb) |
74 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
75 | addr.filename, addr.module) |
76 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
77 | return self.importFromDir(dir_path, fqname) |
78 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
79 | mod = load_module(part_fqname, fh, filename, desc) |
80 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
81 | return load_source(name, filename, file) |
82 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
83 | module = methods.load() |
84 | File "<frozen importlib._bootstrap>", line 1220, in load |
85 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
86 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
87 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
88 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
89 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_archiver.py", line 19, in <module> |
90 | from server_testing import ServerTestFixtureAsync |
91 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module> |
92 | import aiohttp |
93 | ImportError: No module named 'aiohttp' |
94 | |
95 | ---------------------------------------------------------------------- |
96 | Ran 12 tests in 1.892s |
97 | |
98 | FAILED (errors=3) |
99 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 1 2017, 4:58 PM · Built for 41 s
- Status
Passed
1 empty logs are hidden. Show all logs.
263 | swh/storage/listener.py | 30 +-- |
---|---|
264 | swh/storage/storage.py | 99 ++++--- |
265 | swh/storage/tests/server_testing.py | 107 ++++++-- |
266 | swh/storage/tests/test_archiver.py | 8 +- |
267 | swh/storage/tests/test_converters.py | 55 +++- |
268 | swh/storage/tests/test_db.py | 4 +- |
269 | swh/storage/tests/test_storage.py | 401 +++++++++++++++++------------ |
270 | swh/storage/vault/api/client.py | 27 -- |
271 | swh/storage/vault/api/cooking_tasks.py | 27 -- |
272 | swh/storage/vault/api/server.py | 98 ------- |
273 | swh/storage/vault/cache.py | 53 ---- |
274 | swh/storage/vault/conf.yaml | 0 |
275 | swh/storage/vault/cookers/__init__.py | 14 - |
276 | swh/storage/vault/cookers/base.py | 221 ---------------- |
277 | swh/storage/vault/cookers/directory.py | 24 -- |
278 | swh/storage/vault/cookers/revision_flat.py | 33 --- |
279 | swh/storage/vault/cookers/revision_git.py | 204 --------------- |
280 | 33 files changed, 972 insertions(+), 1267 deletions(-) |
281 | delete mode 100644 docs/vault-blueprint.md |
282 | create mode 100644 sql/upgrades/103.sql |
283 | create mode 100644 sql/upgrades/104.sql |
284 | create mode 100644 sql/upgrades/105.sql |
285 | delete mode 100644 swh/storage/vault/api/client.py |
286 | delete mode 100644 swh/storage/vault/api/cooking_tasks.py |
287 | delete mode 100644 swh/storage/vault/api/server.py |
288 | delete mode 100644 swh/storage/vault/cache.py |
289 | delete mode 100644 swh/storage/vault/conf.yaml |
290 | delete mode 100644 swh/storage/vault/cookers/__init__.py |
291 | delete mode 100644 swh/storage/vault/cookers/base.py |
292 | delete mode 100644 swh/storage/vault/cookers/directory.py |
293 | delete mode 100644 swh/storage/vault/cookers/revision_flat.py |
294 | delete mode 100644 swh/storage/vault/cookers/revision_git.py |
295 | |
296 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui |
297 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui |
298 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
299 | 67b1cf5..3471862 master -> origin/master |
300 | * [new tag] v0.0.82 -> v0.0.82 |
301 | Updating 67b1cf5..3471862 |
302 | Fast-forward |
303 | debian/control | 7 ++++--- |
304 | requirements-swh.txt | 4 ++-- |
305 | swh/web/ui/converters.py | 2 +- |
306 | swh/web/ui/main.py | 35 ++++++++++++++++++++++++++--------- |
307 | swh/web/ui/tests/test_app.py | 10 ++++++++-- |
308 | swh/web/ui/tests/test_converters.py | 7 ++++++- |
309 | 6 files changed, 47 insertions(+), 18 deletions(-) |
310 | |
311 | mr update: finished (23 ok) |
312 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 1 2017, 4:58 PM · Built instantly
- Status
Passed