Properties
Properties
- Buildable
- B473: rDSTOd0cbf0a54917: Archiver Director/Worker: Add copy to backend worker implementation
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Sep 14 2016, 12:12 PM · Built for 3 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 14 2016, 12:11 PM · Built for 2 s
- Status
Failed
1 empty logs are hidden. Show all logs.
| 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-169/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-169/repo/swh-storage/swh/storage/archiver/__init__.py", line 7, in <module> |
| 31 | from swh.objstorage.cloud import AzureCloudObjStorage # noqa |
| 32 | File "/home/temp-drydock/drydock/workingcopy-169/repo/swh-objstorage/swh/objstorage/cloud/__init__.py", line 2, in <module> |
| 33 | from .objstorage_azure import AzureCloudObjStorage |
| 34 | File "/home/temp-drydock/drydock/workingcopy-169/repo/swh-objstorage/swh/objstorage/cloud/objstorage_azure.py", line 12, in <module> |
| 35 | from azure.storage.blob import BlockBlobService |
| 36 | ImportError: No module named 'azure' |
| 37 | |
| 38 | ---------------------------------------------------------------------- |
| 39 | Ran 5 tests in 0.638s |
| 40 | |
| 41 | FAILED (errors=1) |
| 42 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Sep 14 2016, 12:11 PM · Built for 16 s
- Status
Passed
1 empty logs are hidden. Show all logs.
| 143 | debian/control | 3 +- |
|---|---|
| 144 | requirements.txt | 1 + |
| 145 | sql/archiver/swh-archiver-data.sql | 4 +- |
| 146 | sql/archiver/swh-archiver-schema.sql | 12 +- |
| 147 | sql/archiver/upgrades/004.sql | 12 + |
| 148 | sql/swh-func.sql | 17 ++ |
| 149 | sql/swh-schema.sql | 2 +- |
| 150 | sql/upgrades/080.sql | 23 ++ |
| 151 | swh/storage/api/client.py | 4 + |
| 152 | swh/storage/api/server.py | 6 + |
| 153 | swh/storage/archiver/__init__.py | 15 +- |
| 154 | swh/storage/archiver/db.py | 5 +- |
| 155 | swh/storage/archiver/director.py | 145 +++++++++--- |
| 156 | swh/storage/archiver/tasks.py | 17 +- |
| 157 | swh/storage/archiver/worker.py | 411 ++++++++++++++++++++++++----------- |
| 158 | swh/storage/db.py | 20 +- |
| 159 | swh/storage/storage.py | 17 ++ |
| 160 | swh/storage/tests/test_archiver.py | 34 +-- |
| 161 | swh/storage/tests/test_storage.py | 87 ++++++++ |
| 162 | 19 files changed, 631 insertions(+), 204 deletions(-) |
| 163 | create mode 100644 sql/archiver/upgrades/004.sql |
| 164 | create mode 100644 sql/upgrades/080.sql |
| 165 | |
| 166 | mr update: finished (20 ok) |
| 167 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Sep 14 2016, 12:11 PM · Built instantly
- Status
Passed