Properties
Properties
- Buildable
- B863: rDSTO8e97754a92c6: sql/swh-func: use pg_stat_user_tables for more accurate tuple statistics
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at May 30 2017, 1:10 PM · Built for 2 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 May 30 2017, 1:10 PM · Built for 15 s
- Status
Failed
1 empty logs are hidden. Show all logs.
20 | addr.filename, addr.module) |
---|---|
21 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
22 | return self.importFromDir(dir_path, fqname) |
23 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
24 | mod = load_module(part_fqname, fh, filename, desc) |
25 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
26 | return load_source(name, filename, file) |
27 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
28 | module = methods.load() |
29 | File "<frozen importlib._bootstrap>", line 1220, in load |
30 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
31 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
32 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
33 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
34 | File "/home/temp-drydock/drydock/workingcopy-178/repo/swh-storage/swh/storage/tests/test_archiver.py", line 27, in <module> |
35 | from swh.objstorage.api.server import app |
36 | File "/home/temp-drydock/drydock/workingcopy-178/repo/swh-objstorage/swh/objstorage/api/server.py", line 7, in <module> |
37 | import aiohttp.web |
38 | ImportError: No module named 'aiohttp' |
39 | |
40 | ---------------------------------------------------------------------- |
41 | Ran 9 tests in 5.504s |
42 | |
43 | FAILED (errors=1) |
44 |
Update environment from working copy
Update environment from working copy
- When
- Completed at May 30 2017, 1:10 PM · Built for 37 s
- Status
Passed
1 empty logs are hidden. Show all logs.
185 | swh/storage/vault/api/cooking_tasks.py | 27 ---- |
---|---|
186 | swh/storage/vault/api/server.py | 98 ------------- |
187 | swh/storage/vault/cache.py | 53 ------- |
188 | swh/storage/vault/conf.yaml | 0 |
189 | swh/storage/vault/cookers/__init__.py | 14 -- |
190 | swh/storage/vault/cookers/base.py | 221 ----------------------------- |
191 | swh/storage/vault/cookers/directory.py | 24 ---- |
192 | swh/storage/vault/cookers/revision_flat.py | 33 ----- |
193 | swh/storage/vault/cookers/revision_git.py | 204 -------------------------- |
194 | 14 files changed, 35 insertions(+), 844 deletions(-) |
195 | delete mode 100644 docs/vault-blueprint.md |
196 | create mode 100644 sql/upgrades/105.sql |
197 | delete mode 100644 swh/storage/vault/api/client.py |
198 | delete mode 100644 swh/storage/vault/api/cooking_tasks.py |
199 | delete mode 100644 swh/storage/vault/api/server.py |
200 | delete mode 100644 swh/storage/vault/cache.py |
201 | delete mode 100644 swh/storage/vault/conf.yaml |
202 | delete mode 100644 swh/storage/vault/cookers/__init__.py |
203 | delete mode 100644 swh/storage/vault/cookers/base.py |
204 | delete mode 100644 swh/storage/vault/cookers/directory.py |
205 | delete mode 100644 swh/storage/vault/cookers/revision_flat.py |
206 | delete mode 100644 swh/storage/vault/cookers/revision_git.py |
207 | |
208 | mr update: finished (23 ok) |
209 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at May 30 2017, 1:10 PM · Built instantly
- Status
Passed