Properties
Properties
- Buildable
- B486: rDSTOd26477a4e0b7: Remove dead code already moved in archiver/db
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Sep 20 2016, 5:08 PM · Built for 5 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Sep 20 2016, 5:08 PM · Built for 3 s
- Status
Failed
1 empty logs are hidden. Show all logs.
14 | addr.filename, addr.module) |
---|---|
15 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
16 | return self.importFromDir(dir_path, fqname) |
17 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
18 | mod = load_module(part_fqname, fh, filename, desc) |
19 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
20 | return load_source(name, filename, file) |
21 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
22 | module = methods.load() |
23 | File "<frozen importlib._bootstrap>", line 1220, in load |
24 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
25 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
26 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
27 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
28 | File "/home/temp-drydock/drydock/workingcopy-171/repo/swh-storage/swh/storage/tests/test_archiver.py", line 19, in <module> |
29 | from swh.storage.archiver import ArchiverWithRetentionPolicyDirector |
30 | File "/home/temp-drydock/drydock/workingcopy-171/repo/swh-storage/swh/storage/archiver/__init__.py", line 6, in <module> |
31 | from swh.objstorage import register_objstorages |
32 | ImportError: cannot import name 'register_objstorages' |
33 | |
34 | ---------------------------------------------------------------------- |
35 | Ran 5 tests in 1.329s |
36 | |
37 | FAILED (errors=1) |
38 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Sep 20 2016, 5:08 PM · Built for 28 s
- Status
Passed
1 empty logs are hidden. Show all logs.
99 | sql/swh-func.sql | 41 +++++--- |
---|---|
100 | sql/swh-schema.sql | 14 +-- |
101 | sql/upgrades/081.sql | 22 ++++ |
102 | sql/upgrades/082.sql | 86 ++++++++++++++++ |
103 | swh/storage/api/client.py | 5 +- |
104 | swh/storage/api/server.py | 5 +- |
105 | swh/storage/archiver/__init__.py | 9 +- |
106 | swh/storage/archiver/db.py | 5 +- |
107 | swh/storage/archiver/director.py | 82 +++++++-------- |
108 | swh/storage/archiver/storage.py | 2 +- |
109 | swh/storage/archiver/worker.py | 37 ++++--- |
110 | swh/storage/db.py | 206 +------------------------------------ |
111 | swh/storage/storage.py | 4 +- |
112 | swh/storage/tests/test_archiver.py | 31 ++++-- |
113 | swh/storage/tests/test_storage.py | 69 ++++--------- |
114 | 18 files changed, 265 insertions(+), 366 deletions(-) |
115 | create mode 100644 sql/upgrades/081.sql |
116 | create mode 100644 sql/upgrades/082.sql |
117 | |
118 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-web-ui |
119 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-web-ui |
120 | Already up-to-date. |
121 | |
122 | mr update: finished (20 ok) |
123 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Sep 20 2016, 5:08 PM · Built instantly
- Status
Passed