Properties
Properties
- Buildable
- B867: rDSTO85fdb1c14c91: swh-storage: Add indexer_configuration_get endpoint
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at May 31 2017, 6:27 PM · Built for 2 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 May 31 2017, 6:27 PM · Built for 12 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 | ctags_to_db (test_converters.TestConverters) ... ok |
| 6 | db_to_author (test_converters.TestConverters) ... ok |
| 7 | db_to_ctags (test_converters.TestConverters) ... ok |
| 8 | db_to_git_headers (test_converters.TestConverters) ... ok |
| 9 | db_to_language (test_converters.TestConverters) ... ok |
| 10 | db_to_mimetype (test_converters.TestConverters) ... ok |
| 11 | db_to_release (test_converters.TestConverters) ... ok |
| 12 | db_to_revision (test_converters.TestConverters) ... ok |
| 13 | |
| 14 | ====================================================================== |
| 15 | ERROR: Failure: ImportError (No module named 'aiohttp') |
| 16 | ---------------------------------------------------------------------- |
| 17 | Traceback (most recent call last): |
| 18 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
| 19 | raise self.exc_val.with_traceback(self.tb) |
| 20 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
| 21 | addr.filename, addr.module) |
| 22 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
| 23 | return self.importFromDir(dir_path, fqname) |
| 24 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
| 25 | mod = load_module(part_fqname, fh, filename, desc) |
| 26 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
| 27 | return load_source(name, filename, file) |
| 28 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
| 29 | module = methods.load() |
| 30 | File "<frozen importlib._bootstrap>", line 1220, in load |
| 31 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
| 32 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
| 33 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
| 34 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
| 35 | File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-storage/swh/storage/tests/test_archiver.py", line 27, in <module> |
| 36 | from swh.objstorage.api.server import app |
| 37 | File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-objstorage/swh/objstorage/api/server.py", line 7, in <module> |
| 38 | import aiohttp.web |
| 39 | ImportError: No module named 'aiohttp' |
| 40 | |
| 41 | ---------------------------------------------------------------------- |
| 42 | Ran 9 tests in 4.757s |
| 43 | |
| 44 | FAILED (errors=1) |
| 45 |
Update environment from working copy
Update environment from working copy
- When
- Completed at May 31 2017, 6:27 PM · Built for 26 s
- Status
Passed
1 empty logs are hidden. Show all logs.
| 134 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui |
|---|---|
| 135 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
| 136 | 06d1446..3471862 master -> origin/master |
| 137 | Updating 06d1446..3471862 |
| 138 | Fast-forward |
| 139 | swh/web/ui/main.py | 35 ++++++++++++++++++++++++++--------- |
| 140 | swh/web/ui/tests/test_app.py | 10 ++++++++-- |
| 141 | 2 files changed, 34 insertions(+), 11 deletions(-) |
| 142 | |
| 143 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage |
| 144 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage |
| 145 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
| 146 | 76ed458..85fdb1c master -> origin/master |
| 147 | Updating 76ed458..85fdb1c |
| 148 | Fast-forward |
| 149 | docs/vault-blueprint.md | 139 ------------------ |
| 150 | sql/swh-func.sql | 6 +- |
| 151 | sql/swh-schema.sql | 2 +- |
| 152 | sql/upgrades/105.sql | 31 ++++ |
| 153 | swh/storage/api/client.py | 3 + |
| 154 | swh/storage/api/server.py | 6 + |
| 155 | swh/storage/db.py | 19 +++ |
| 156 | swh/storage/storage.py | 14 ++ |
| 157 | swh/storage/tests/test_storage.py | 27 ++++ |
| 158 | swh/storage/vault/api/client.py | 27 ---- |
| 159 | swh/storage/vault/api/cooking_tasks.py | 27 ---- |
| 160 | swh/storage/vault/api/server.py | 98 ------------- |
| 161 | swh/storage/vault/cache.py | 53 ------- |
| 162 | swh/storage/vault/conf.yaml | 0 |
| 163 | swh/storage/vault/cookers/__init__.py | 14 -- |
| 164 | swh/storage/vault/cookers/base.py | 221 ----------------------------- |
| 165 | swh/storage/vault/cookers/directory.py | 24 ---- |
| 166 | swh/storage/vault/cookers/revision_flat.py | 33 ----- |
| 167 | swh/storage/vault/cookers/revision_git.py | 204 -------------------------- |
| 168 | 19 files changed, 104 insertions(+), 844 deletions(-) |
| 169 | delete mode 100644 docs/vault-blueprint.md |
| 170 | create mode 100644 sql/upgrades/105.sql |
| 171 | delete mode 100644 swh/storage/vault/api/client.py |
| 172 | delete mode 100644 swh/storage/vault/api/cooking_tasks.py |
| 173 | delete mode 100644 swh/storage/vault/api/server.py |
| 174 | delete mode 100644 swh/storage/vault/cache.py |
| 175 | delete mode 100644 swh/storage/vault/conf.yaml |
| 176 | delete mode 100644 swh/storage/vault/cookers/__init__.py |
| 177 | delete mode 100644 swh/storage/vault/cookers/base.py |
| 178 | delete mode 100644 swh/storage/vault/cookers/directory.py |
| 179 | delete mode 100644 swh/storage/vault/cookers/revision_flat.py |
| 180 | delete mode 100644 swh/storage/vault/cookers/revision_git.py |
| 181 | |
| 182 | mr update: finished (23 ok) |
| 183 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at May 31 2017, 6:27 PM · Built instantly
- Status
Passed