Page MenuHomeSoftware Heritage

Build 1166

Lint

When
Completed at Jun 1 2017, 4:58 PM · Built instantly
Status
Failed

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

1/usr/bin/python3: No module named flake8
2make: *** [check] Error 1
3

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

1python3 -m flake8 swh bin/swh-storage-add-dir
2../Makefile.python:25: recipe for target 'check' failed
3

Python tests

When
Completed at Jun 1 2017, 4:58 PM · Built for 11 s
Status
Failed
1 empty logs are hidden. Show all logs.

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

49 return self.importFromDir(dir_path, fqname)
50 File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir
51 mod = load_module(part_fqname, fh, filename, desc)
52 File "/usr/lib/python3.4/imp.py", line 235, in load_module
53 return load_source(name, filename, file)
54 File "/usr/lib/python3.4/imp.py", line 171, in load_source
55 module = methods.load()
56 File "<frozen importlib._bootstrap>", line 1220, in load
57 File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
58 File "<frozen importlib._bootstrap>", line 1129, in _exec
59 File "<frozen importlib._bootstrap>", line 1471, in exec_module
60 File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
61 File "/home/temp-drydock/drydock/workingcopy-169/repo/swh-storage/swh/storage/tests/test_api_client.py", line 10, in <module>
62 from swh.storage.tests.server_testing import ServerTestFixture
63 File "/home/temp-drydock/drydock/workingcopy-169/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module>
64 import aiohttp
65ImportError: No module named 'aiohttp'
66
67======================================================================
68ERROR: Failure: ImportError (No module named 'aiohttp')
69----------------------------------------------------------------------
70Traceback (most recent call last):
71 File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
72 raise self.exc_val.with_traceback(self.tb)
73 File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName
74 addr.filename, addr.module)
75 File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath
76 return self.importFromDir(dir_path, fqname)
77 File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir
78 mod = load_module(part_fqname, fh, filename, desc)
79 File "/usr/lib/python3.4/imp.py", line 235, in load_module
80 return load_source(name, filename, file)
81 File "/usr/lib/python3.4/imp.py", line 171, in load_source
82 module = methods.load()
83 File "<frozen importlib._bootstrap>", line 1220, in load
84 File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
85 File "<frozen importlib._bootstrap>", line 1129, in _exec
86 File "<frozen importlib._bootstrap>", line 1471, in exec_module
87 File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
88 File "/home/temp-drydock/drydock/workingcopy-169/repo/swh-storage/swh/storage/tests/test_archiver.py", line 19, in <module>
89 from server_testing import ServerTestFixtureAsync
90 File "/home/temp-drydock/drydock/workingcopy-169/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module>
91 import aiohttp
92ImportError: No module named 'aiohttp'
93
94----------------------------------------------------------------------
95Ran 11 tests in 3.392s
96
97FAILED (errors=3)
98

Update environment from working copy

When
Completed at Jun 1 2017, 4:57 PM · Built for 1 m, 1 s
Status
Passed

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

1mr update: command failed
2

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

147 swh/web/ui/tests/test_app.py | 10 ++++++++--
148 2 files changed, 34 insertions(+), 11 deletions(-)
149
150mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage
151mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage
152From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
153 76ed458..5ff3979 master -> origin/master
154Updating 76ed458..5ff3979
155Fast-forward
156 docs/vault-blueprint.md | 139 -------------
157 sql/swh-data.sql | 3 +
158 sql/swh-func.sql | 134 +++++-------
159 sql/swh-indexes.sql | 2 +-
160 sql/swh-schema.sql | 2 +-
161 sql/upgrades/105.sql | 31 +++
162 swh/storage/api/client.py | 3 +
163 swh/storage/api/server.py | 6 +
164 swh/storage/converters.py | 38 ++--
165 swh/storage/db.py | 48 +++--
166 swh/storage/storage.py | 61 +++---
167 swh/storage/tests/server_testing.py | 107 ++++++++--
168 swh/storage/tests/test_archiver.py | 8 +-
169 swh/storage/tests/test_converters.py | 55 ++++-
170 swh/storage/tests/test_storage.py | 321 ++++++++++++++++-------------
171 swh/storage/vault/api/client.py | 27 ---
172 swh/storage/vault/api/cooking_tasks.py | 27 ---
173 swh/storage/vault/api/server.py | 98 ---------
174 swh/storage/vault/cache.py | 53 -----
175 swh/storage/vault/conf.yaml | 0
176 swh/storage/vault/cookers/__init__.py | 14 --
177 swh/storage/vault/cookers/base.py | 221 --------------------
178 swh/storage/vault/cookers/directory.py | 24 ---
179 swh/storage/vault/cookers/revision_flat.py | 33 ---
180 swh/storage/vault/cookers/revision_git.py | 204 ------------------
181 25 files changed, 508 insertions(+), 1151 deletions(-)
182 delete mode 100644 docs/vault-blueprint.md
183 create mode 100644 sql/upgrades/105.sql
184 delete mode 100644 swh/storage/vault/api/client.py
185 delete mode 100644 swh/storage/vault/api/cooking_tasks.py
186 delete mode 100644 swh/storage/vault/api/server.py
187 delete mode 100644 swh/storage/vault/cache.py
188 delete mode 100644 swh/storage/vault/conf.yaml
189 delete mode 100644 swh/storage/vault/cookers/__init__.py
190 delete mode 100644 swh/storage/vault/cookers/base.py
191 delete mode 100644 swh/storage/vault/cookers/directory.py
192 delete mode 100644 swh/storage/vault/cookers/revision_flat.py
193 delete mode 100644 swh/storage/vault/cookers/revision_git.py
194
195mr update: finished (22 ok; 1 failed)
196

Clone on Software Heritage Worker

When
Completed at Jun 1 2017, 4:56 PM · Built for 1 s
Status
Passed

Event Timeline