Page MenuHomeSoftware Heritage

Build 697

You are viewing an older run of this build. View Current Build

Lint

When
Completed at Sep 14 2016, 12:18 PM · Built for 3 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 2411 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1python3 -m flake8 swh bin/swh-storage-add-dir
2

Python tests

When
Completed at Sep 14 2016, 12:18 PM · Built for 1 s
Status
Failed
1 empty logs are hidden. Show all logs.

Build Log 2410 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

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 7, in <module>
31 from swh.objstorage.cloud import AzureCloudObjStorage # noqa
32 File "/home/temp-drydock/drydock/workingcopy-171/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-171/repo/swh-objstorage/swh/objstorage/cloud/objstorage_azure.py", line 12, in <module>
35 from azure.storage.blob import BlockBlobService
36ImportError: No module named 'azure'
37
38----------------------------------------------------------------------
39Ran 5 tests in 0.719s
40
41FAILED (errors=1)
42

Update environment from working copy

When
Completed at Sep 14 2016, 12:18 PM · Built for 9 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 2407 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

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 swh/storage/vault/api/client.py | 71 ++++++
163 swh/storage/vault/api/cooking_tasks.py | 24 ++
164 swh/storage/vault/api/server.py | 92 ++++++++
165 swh/storage/vault/cache.py | 64 +++++
166 swh/storage/vault/conf.yaml | 0
167 swh/storage/vault/cooker.py | 173 ++++++++++++++
168 25 files changed, 1055 insertions(+), 204 deletions(-)
169 create mode 100644 sql/archiver/upgrades/004.sql
170 create mode 100644 sql/upgrades/080.sql
171 create mode 100644 swh/storage/vault/api/client.py
172 create mode 100644 swh/storage/vault/api/cooking_tasks.py
173 create mode 100644 swh/storage/vault/api/server.py
174 create mode 100644 swh/storage/vault/cache.py
175 create mode 100644 swh/storage/vault/conf.yaml
176 create mode 100644 swh/storage/vault/cooker.py
177
178mr update: finished (20 ok)
179

Clone on Software Heritage Worker

When
Completed at Sep 14 2016, 12:18 PM · Built instantly
Status
Passed