Properties
Properties
- Buildable
- B397: Diff 353
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Aug 19 2016, 5:18 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 |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Aug 19 2016, 5:18 PM · Built for 2 s
- Status
Failed
1 empty logs are hidden. Show all logs.
21 | return load_source(name, filename, file) |
---|---|
22 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
23 | module = methods.load() |
24 | File "<frozen importlib._bootstrap>", line 1220, in load |
25 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
26 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
27 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
28 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
29 | File "/home/temp-drydock/drydock/workingcopy-160/repo/swh-storage/swh/storage/tests/test_archiver.py", line 19, in <module> |
30 | from swh.storage.archiver import ArchiverDirector, ArchiverWorker |
31 | File "/home/temp-drydock/drydock/workingcopy-160/repo/swh-storage/swh/storage/archiver/__init__.py", line 1, in <module> |
32 | from .director import ArchiverDirector # NOQA |
33 | File "/home/temp-drydock/drydock/workingcopy-160/repo/swh-storage/swh/storage/archiver/director.py", line 9, in <module> |
34 | from . import tasks # NOQA |
35 | File "/home/temp-drydock/drydock/workingcopy-160/repo/swh-storage/swh/storage/archiver/tasks.py", line 7, in <module> |
36 | from .worker import ArchiverWorker |
37 | File "/home/temp-drydock/drydock/workingcopy-160/repo/swh-storage/swh/storage/archiver/worker.py", line 14, in <module> |
38 | from swh.objstorage import get_objstorage |
39 | ImportError: cannot import name 'get_objstorage' |
40 | |
41 | ---------------------------------------------------------------------- |
42 | Ran 5 tests in 0.780s |
43 | |
44 | FAILED (errors=1) |
45 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Aug 19 2016, 5:18 PM · Built for 14 s
- Status
Passed
155 | * [new tag] v0.0.48 -> v0.0.48 |
---|---|
156 | Updating 65f1b4f..febdc3a |
157 | Fast-forward |
158 | debian/control | 9 ++- |
159 | debian/rules | 12 +++- |
160 | docs/vault-blueprint.md | 139 +++++++++++++++++++++++++++++++++++++++ |
161 | requirements.txt | 2 +- |
162 | sql/swh-func.sql | 75 +++++++++++++++++++-- |
163 | sql/swh-schema.sql | 127 ++++++++++++++++++++++++++++++++++- |
164 | sql/upgrades/072.sql | 88 +++++++++++++++++++++++++ |
165 | sql/upgrades/073.sql | 48 ++++++++++++++ |
166 | sql/upgrades/074.sql | 112 +++++++++++++++++++++++++++++++ |
167 | swh/storage/archiver/director.py | 29 ++++---- |
168 | swh/storage/archiver/storage.py | 33 ++++++++-- |
169 | swh/storage/db.py | 79 ++++++++++++++++++++-- |
170 | swh/storage/listener.py | 100 ++++++++++++++++++++++++++++ |
171 | 13 files changed, 809 insertions(+), 44 deletions(-) |
172 | create mode 100644 docs/vault-blueprint.md |
173 | create mode 100644 sql/upgrades/072.sql |
174 | create mode 100644 sql/upgrades/073.sql |
175 | create mode 100644 sql/upgrades/074.sql |
176 | create mode 100644 swh/storage/listener.py |
177 | |
178 | mr update: finished (19 ok; 1 failed) |
179 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Aug 19 2016, 5:17 PM · Built instantly
- Status
Passed