Properties
Properties
- Buildable
- B868: rDSTOb4dfe06f9f06: swh.storage.archiver: Fix tests
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Jun 1 2017, 10:57 AM · Built for 1 s
- Status
Failed
1 | /usr/bin/python3: No module named flake8 |
---|---|
2 | make: *** [check] Error 1 |
3 |
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 | ../Makefile.python:25: recipe for target 'check' failed |
3 |
Python tests
Python tests
- When
- Completed at Jun 1 2017, 10:57 AM · Built for 10 s
- Status
Failed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | W: unknown repository 'swh-lister-github', you might want to remove it |
3 | W: unknown repository 'swh-lister-bitbucket', you might want to remove it |
4 | Failure: ImportError (No module named 'aiohttp') ... ERROR |
5 | Failure: ImportError (No module named 'aiohttp') ... ERROR |
6 | Failure: ImportError (No module named 'aiohttp') ... ERROR |
7 | ctags_to_db (test_converters.TestConverters) ... ok |
8 | db_to_author (test_converters.TestConverters) ... ok |
9 | db_to_ctags (test_converters.TestConverters) ... ok |
10 | db_to_git_headers (test_converters.TestConverters) ... ok |
11 | db_to_language (test_converters.TestConverters) ... ok |
12 | db_to_mimetype (test_converters.TestConverters) ... ok |
13 | db_to_release (test_converters.TestConverters) ... ok |
14 | db_to_revision (test_converters.TestConverters) ... ok |
15 | |
16 | ====================================================================== |
17 | ERROR: Failure: ImportError (No module named 'aiohttp') |
18 | ---------------------------------------------------------------------- |
19 | Traceback (most recent call last): |
20 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
21 | raise self.exc_val.with_traceback(self.tb) |
22 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
23 | addr.filename, addr.module) |
24 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
25 | return self.importFromDir(dir_path, fqname) |
26 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
27 | mod = load_module(part_fqname, fh, filename, desc) |
28 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
29 | return load_source(name, filename, file) |
30 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
31 | module = methods.load() |
32 | File "<frozen importlib._bootstrap>", line 1220, in load |
33 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
34 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
35 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
36 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
37 | File "/home/temp-drydock/drydock/workingcopy-177/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module> |
38 | import aiohttp |
39 | ImportError: No module named 'aiohttp' |
40 | |
41 | ====================================================================== |
42 | ERROR: Failure: ImportError (No module named 'aiohttp') |
43 | ---------------------------------------------------------------------- |
44 | Traceback (most recent call last): |
45 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
46 | raise self.exc_val.with_traceback(self.tb) |
47 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
48 | addr.filename, addr.module) |
49 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
50 | return self.importFromDir(dir_path, fqname) |
51 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
52 | mod = load_module(part_fqname, fh, filename, desc) |
53 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
54 | return load_source(name, filename, file) |
55 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
56 | module = methods.load() |
57 | File "<frozen importlib._bootstrap>", line 1220, in load |
58 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
59 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
60 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
61 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
62 | File "/home/temp-drydock/drydock/workingcopy-177/repo/swh-storage/swh/storage/tests/test_api_client.py", line 10, in <module> |
63 | from swh.storage.tests.server_testing import ServerTestFixture |
64 | File "/home/temp-drydock/drydock/workingcopy-177/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module> |
65 | import aiohttp |
66 | ImportError: No module named 'aiohttp' |
67 | |
68 | ====================================================================== |
69 | ERROR: Failure: ImportError (No module named 'aiohttp') |
70 | ---------------------------------------------------------------------- |
71 | Traceback (most recent call last): |
72 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
73 | raise self.exc_val.with_traceback(self.tb) |
74 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
75 | addr.filename, addr.module) |
76 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
77 | return self.importFromDir(dir_path, fqname) |
78 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
79 | mod = load_module(part_fqname, fh, filename, desc) |
80 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
81 | return load_source(name, filename, file) |
82 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
83 | module = methods.load() |
84 | File "<frozen importlib._bootstrap>", line 1220, in load |
85 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
86 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
87 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
88 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
89 | File "/home/temp-drydock/drydock/workingcopy-177/repo/swh-storage/swh/storage/tests/test_archiver.py", line 19, in <module> |
90 | from server_testing import ServerTestFixtureAsync |
91 | File "/home/temp-drydock/drydock/workingcopy-177/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module> |
92 | import aiohttp |
93 | ImportError: No module named 'aiohttp' |
94 | |
95 | ---------------------------------------------------------------------- |
96 | Ran 11 tests in 3.959s |
97 | |
98 | FAILED (errors=3) |
99 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 1 2017, 10:57 AM · Built for 22 s
- Status
Passed
1 empty logs are hidden. Show all logs.
173 | swh/objstorage/api/client.py | 20 +++- |
---|---|
174 | swh/objstorage/api/server.py | 133 ++++++++++++--------- |
175 | swh/objstorage/objstorage.py | 64 +++++++++- |
176 | swh/objstorage/objstorage_pathslicing.py | 33 ++++- |
177 | swh/objstorage/tests/objstorage_testing.py | 37 ++++++ |
178 | swh/objstorage/tests/server_testing.py | 5 +- |
179 | swh/objstorage/tests/test_multiplexer_filter.py | 1 - |
180 | swh/objstorage/tests/test_objstorage_api.py | 4 +- |
181 | .../tests/test_objstorage_instantiation.py | 7 +- |
182 | 10 files changed, 237 insertions(+), 70 deletions(-) |
183 | |
184 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-py-template |
185 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-py-template |
186 | Already up-to-date. |
187 | |
188 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-scheduler |
189 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-scheduler |
190 | From ssh://forge.softwareheritage.org/diffusion/DSCH/swh-scheduler |
191 | aaa5dfd..07ea766 master -> origin/master |
192 | * [new tag] v0.0.13 -> v0.0.13 |
193 | Updating aaa5dfd..07ea766 |
194 | Fast-forward |
195 | bin/swh-worker-control | 269 +++++++++++++++++++++++++++++++++ |
196 | debian/control | 4 +- |
197 | debian/copyright | 1 - |
198 | requirements-swh.txt | 2 +- |
199 | setup.py | 2 +- |
200 | swh/scheduler/celery_backend/config.py | 31 ++-- |
201 | 6 files changed, 287 insertions(+), 22 deletions(-) |
202 | create mode 100755 bin/swh-worker-control |
203 | |
204 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage-testdata |
205 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage-testdata |
206 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
207 | 36ae27d..10e1a68 master -> origin/master |
208 | Updating 36ae27d..10e1a68 |
209 | Fast-forward |
210 | dumps/swh.dump | Bin 186008 -> 186026 bytes |
211 | dumps/swh.sql | 150 ++++++++++++++++++++++++++++++++++++--------------------- |
212 | 2 files changed, 95 insertions(+), 55 deletions(-) |
213 | |
214 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage |
215 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage |
216 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
217 | 76ed458..b4dfe06 master -> origin/master |
218 | * [new tag] v0.0.83 -> v0.0.83 |
219 | Updating 76ed458..b4dfe06 |
220 | Fast-forward |
221 | docs/vault-blueprint.md | 139 ------------------ |
222 | sql/swh-func.sql | 6 +- |
223 | sql/swh-schema.sql | 2 +- |
224 | sql/upgrades/105.sql | 31 ++++ |
225 | swh/storage/api/client.py | 3 + |
226 | swh/storage/api/server.py | 6 + |
227 | swh/storage/db.py | 19 +++ |
228 | swh/storage/storage.py | 14 ++ |
229 | swh/storage/tests/server_testing.py | 107 +++++++++++--- |
230 | swh/storage/tests/test_archiver.py | 8 +- |
231 | swh/storage/tests/test_storage.py | 27 ++++ |
232 | swh/storage/vault/api/client.py | 27 ---- |
233 | swh/storage/vault/api/cooking_tasks.py | 27 ---- |
234 | swh/storage/vault/api/server.py | 98 ------------- |
235 | swh/storage/vault/cache.py | 53 ------- |
236 | swh/storage/vault/conf.yaml | 0 |
237 | swh/storage/vault/cookers/__init__.py | 14 -- |
238 | swh/storage/vault/cookers/base.py | 221 ----------------------------- |
239 | swh/storage/vault/cookers/directory.py | 24 ---- |
240 | swh/storage/vault/cookers/revision_flat.py | 33 ----- |
241 | swh/storage/vault/cookers/revision_git.py | 204 -------------------------- |
242 | 21 files changed, 194 insertions(+), 869 deletions(-) |
243 | delete mode 100644 docs/vault-blueprint.md |
244 | create mode 100644 sql/upgrades/105.sql |
245 | delete mode 100644 swh/storage/vault/api/client.py |
246 | delete mode 100644 swh/storage/vault/api/cooking_tasks.py |
247 | delete mode 100644 swh/storage/vault/api/server.py |
248 | delete mode 100644 swh/storage/vault/cache.py |
249 | delete mode 100644 swh/storage/vault/conf.yaml |
250 | delete mode 100644 swh/storage/vault/cookers/__init__.py |
251 | delete mode 100644 swh/storage/vault/cookers/base.py |
252 | delete mode 100644 swh/storage/vault/cookers/directory.py |
253 | delete mode 100644 swh/storage/vault/cookers/revision_flat.py |
254 | delete mode 100644 swh/storage/vault/cookers/revision_git.py |
255 | |
256 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-web-ui |
257 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-web-ui |
258 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
259 | 67b1cf5..3471862 master -> origin/master |
260 | * [new tag] v0.0.82 -> v0.0.82 |
261 | Updating 67b1cf5..3471862 |
262 | Fast-forward |
263 | debian/control | 7 ++++--- |
264 | requirements-swh.txt | 4 ++-- |
265 | swh/web/ui/converters.py | 2 +- |
266 | swh/web/ui/main.py | 35 ++++++++++++++++++++++++++--------- |
267 | swh/web/ui/tests/test_app.py | 10 ++++++++-- |
268 | swh/web/ui/tests/test_converters.py | 7 ++++++- |
269 | 6 files changed, 47 insertions(+), 18 deletions(-) |
270 | |
271 | mr update: finished (23 ok) |
272 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 1 2017, 10:56 AM · Built instantly
- Status
Passed