Page MenuHomeSoftware Heritage

Build 260

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

Properties

Buildable
B172: Diff 146
Build Plan
Plan 2 Software Heritage Python tests
Status
Passed

Lint

When
Completed at Jun 10 2016, 3:22 PM · Built for 2 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

Python tests

When
Completed at Jun 10 2016, 3:22 PM · Built for 1 s
Status
Failed
1 empty logs are hidden. Show all logs.

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

273 mod = load_module(part_fqname, fh, filename, desc)
274 File "/usr/lib/python3.4/imp.py", line 235, in load_module
275 return load_source(name, filename, file)
276 File "/usr/lib/python3.4/imp.py", line 171, in load_source
277 module = methods.load()
278 File "<frozen importlib._bootstrap>", line 1220, in load
279 File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
280 File "<frozen importlib._bootstrap>", line 1129, in _exec
281 File "<frozen importlib._bootstrap>", line 1471, in exec_module
282 File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
283 File "/home/temp-drydock/drydock/workingcopy-160/repo/swh-storage/swh/storage/tests/test_storage.py", line 21, in <module>
284 from swh.storage import Storage
285 File "/home/temp-drydock/drydock/workingcopy-160/repo/swh-storage/swh/storage/__init__.py", line 1, in <module>
286 from . import storage
287 File "/home/temp-drydock/drydock/workingcopy-160/repo/swh-storage/swh/storage/storage.py", line 14, in <module>
288 from . import converters
289 File "/home/temp-drydock/drydock/workingcopy-160/repo/swh-storage/swh/storage/converters.py", line 9, in <module>
290 from swh.core.utils import decode_with_escape, encode_with_unescape
291ImportError: cannot import name 'decode_with_escape'
292
293----------------------------------------------------------------------
294Ran 9 tests in 0.147s
295
296FAILED (errors=9)
297

Update environment from working copy

When
Completed at Jun 10 2016, 3:22 PM · Built for 7 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

117
118mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-web-ui
119mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-web-ui
120From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
121 52deecd..e9360a4 master -> origin/master
122Updating 52deecd..e9360a4
123Fast-forward
124 swh/web/ui/backend.py | 30 +++++++
125 swh/web/ui/converters.py | 28 ++++--
126 swh/web/ui/service.py | 32 ++++++-
127 swh/web/ui/templates/revision-log.html | 31 ++++++-
128 swh/web/ui/templates/revision.html | 10 +++
129 swh/web/ui/tests/test_backend.py | 56 ++++++++++++
130 swh/web/ui/tests/test_converters.py | 101 +++++++++++++++++++++
131 swh/web/ui/tests/test_service.py | 154 ++++++++++++++++++++++++++++++++-
132 swh/web/ui/tests/test_utils.py | 94 +++++++++++++++++++-
133 swh/web/ui/tests/views/test_api.py | 91 +++++++++++++++++--
134 swh/web/ui/tests/views/test_browse.py | 95 ++++++++++++++++++++
135 swh/web/ui/utils.py | 5 ++
136 swh/web/ui/views/api.py | 57 +++++++++++-
137 swh/web/ui/views/browse.py | 59 ++++++++++++-
138 14 files changed, 813 insertions(+), 30 deletions(-)
139
140mr update: finished (18 ok)
141

Clone on Software Heritage Worker

When
Completed at Jun 10 2016, 3:22 PM · Built instantly
Status
Passed