Properties
Properties
- Buildable
- B322: Diff 285
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Jul 29 2016, 4:45 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 Jul 29 2016, 4:45 PM · Built for 3 s
- Status
Failed
1 empty logs are hidden. Show all logs.
| 55 | return load_source(name, filename, file) |
|---|---|
| 56 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
| 57 | module = methods.load() |
| 58 | File "<frozen importlib._bootstrap>", line 1220, in load |
| 59 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
| 60 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
| 61 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
| 62 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
| 63 | File "/home/temp-drydock/drydock/workingcopy-155/repo/swh-storage/swh/storage/tests/test_archiver.py", line 19, in <module> |
| 64 | from swh.storage.archiver import ArchiverDirector, ArchiverWorker |
| 65 | File "/home/temp-drydock/drydock/workingcopy-155/repo/swh-storage/swh/storage/archiver/__init__.py", line 1, in <module> |
| 66 | from .director import ArchiverDirector # NOQA |
| 67 | File "/home/temp-drydock/drydock/workingcopy-155/repo/swh-storage/swh/storage/archiver/director.py", line 11, in <module> |
| 68 | from . import tasks # NOQA |
| 69 | File "/home/temp-drydock/drydock/workingcopy-155/repo/swh-storage/swh/storage/archiver/tasks.py", line 7, in <module> |
| 70 | from .worker import ArchiverWorker |
| 71 | File "/home/temp-drydock/drydock/workingcopy-155/repo/swh-storage/swh/storage/archiver/worker.py", line 17, in <module> |
| 72 | from ..exc import Error, ObjNotFoundError |
| 73 | ImportError: cannot import name 'Error' |
| 74 | |
| 75 | ---------------------------------------------------------------------- |
| 76 | Ran 6 tests in 1.363s |
| 77 | |
| 78 | FAILED (errors=2) |
| 79 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jul 29 2016, 4:45 PM · Built for 17 s
- Status
Passed
1 empty logs are hidden. Show all logs.
| 92 | * [new tag] v0.0.47 -> v0.0.47 |
|---|---|
| 93 | Updating b9b5bc4..65bae82 |
| 94 | Fast-forward |
| 95 | swh/storage/archiver/director.py | 3 +++ |
| 96 | swh/storage/archiver/worker.py | 7 ++++--- |
| 97 | swh/storage/tests/test_archiver.py | 6 +++--- |
| 98 | 3 files changed, 10 insertions(+), 6 deletions(-) |
| 99 | |
| 100 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-web-ui |
| 101 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-web-ui |
| 102 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
| 103 | 2137c95..41306c7 master -> origin/master |
| 104 | Updating 2137c95..41306c7 |
| 105 | Fast-forward |
| 106 | swh/web/ui/static/js/filedrop.js | 194 ------------------------------- |
| 107 | swh/web/ui/static/js/search.js | 242 +++++++++++++++++++++++++++++++++++++++ |
| 108 | swh/web/ui/static/lib/jquery.js | 1 - |
| 109 | swh/web/ui/templates/search.html | 117 ++++++++++--------- |
| 110 | 4 files changed, 307 insertions(+), 247 deletions(-) |
| 111 | delete mode 100644 swh/web/ui/static/js/filedrop.js |
| 112 | create mode 100644 swh/web/ui/static/js/search.js |
| 113 | delete mode 120000 swh/web/ui/static/lib/jquery.js |
| 114 | |
| 115 | mr update: finished (19 ok) |
| 116 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jul 29 2016, 4:44 PM · Built instantly
- Status
Passed