Page MenuHomeSoftware Heritage

Build 819

Lint

When
Completed at Feb 1 2017, 3:42 PM · Built for 28 s
Status
Failed

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

1make: *** [check] Error 1
2

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

1python3 -m flake8 swh bin/swh-storage-add-dir
2swh/storage/tests/test_storage.py:1202:80: E501 line too long (82 > 79 characters)
3../Makefile.python:25: recipe for target 'check' failed
4

Python tests

When
Completed at Feb 1 2017, 3:41 PM · Built for 15 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

1W: unknown repository 'swh-environment', you might want to remove it
2ctags_to_db (test_converters.TestConverters) ... ok
3db_to_author (test_converters.TestConverters) ... ok
4db_to_ctags (test_converters.TestConverters) ... ok
5db_to_git_headers (test_converters.TestConverters) ... ok
6db_to_language (test_converters.TestConverters) ... ok
7db_to_mimetype (test_converters.TestConverters) ... ok
8db_to_release (test_converters.TestConverters) ... ok
9db_to_revision (test_converters.TestConverters) ... ok
10
11----------------------------------------------------------------------
12Ran 8 tests in 6.323s
13
14OK
15

Update environment from working copy

When
Completed at Feb 1 2017, 3:41 PM · Built for 1 m
Status
Passed
1 empty logs are hidden. Show all logs.

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

233 * [new tag] v0.0.61 -> v0.0.61
234 * [new tag] v0.0.62 -> v0.0.62
235 * [new tag] v0.0.63 -> v0.0.63
236 * [new tag] v0.0.64 -> v0.0.64
237 * [new tag] v0.0.65 -> v0.0.65
238 * [new tag] v0.0.67 -> v0.0.67
239 * [new tag] v0.0.68 -> v0.0.68
240 * [new tag] v0.0.69 -> v0.0.69
241 * [new tag] v0.0.70 -> v0.0.70
242Updating 49c7f4e..0a84869
243Fast-forward
244 Makefile.local | 8 +-
245 README | 59 +-
246 debian/control | 17 +-
247 requirements.txt | 5 +-
248 resources/test/webapp.ini | 26 -
249 resources/test/webapp.yml | 29 +
250 swh/web/ui/apidoc.py | 207 ++++---
251 swh/web/ui/backend.py | 21 +-
252 swh/web/ui/converters.py | 59 +-
253 swh/web/ui/main.py | 71 ++-
254 swh/web/ui/renderers.py | 65 ++-
255 swh/web/ui/service.py | 19 +-
256 swh/web/ui/static/css/style.css | 253 ++++++++-
257 swh/web/ui/static/img/arrow-up-small.png | Bin 0 -> 868 bytes
258 swh/web/ui/static/img/swh-logo.png | Bin 0 -> 47353 bytes
259 swh/web/ui/static/robots.txt | 2 +
260 swh/web/ui/templates/api-endpoints.html | 63 +++
261 swh/web/ui/templates/api.html | 11 +-
262 swh/web/ui/templates/apidoc.html | 62 +-
263 .../ui/templates/includes/apidoc-header-toc.html | 8 +
264 swh/web/ui/templates/includes/apidoc-header.html | 104 ++++
265 swh/web/ui/templates/includes/apidoc-header.md | 192 +++++++
266 swh/web/ui/templates/layout.html | 73 ++-
267 swh/web/ui/tests/test_apidoc.py | 6 +
268 swh/web/ui/tests/test_app.py | 15 +-
269 swh/web/ui/tests/test_backend.py | 9 +-
270 swh/web/ui/tests/test_converters.py | 60 +-
271 swh/web/ui/tests/test_renderers.py | 48 +-
272 swh/web/ui/tests/test_service.py | 31 +-
273 swh/web/ui/tests/test_utils.py | 52 +-
274 swh/web/ui/tests/views/test_api.py | 173 +++---
275 swh/web/ui/tests/views/test_browse.py | 38 +-
276 swh/web/ui/tests/views/test_main.py | 2 +-
277 swh/web/ui/utils.py | 16 +-
278 swh/web/ui/views/api.py | 621 ++++++++++++---------
279 swh/web/ui/views/browse.py | 33 +-
280 swh/web/ui/views/main.py | 8 +-
281 37 files changed, 1655 insertions(+), 811 deletions(-)
282 delete mode 100644 resources/test/webapp.ini
283 create mode 100644 resources/test/webapp.yml
284 create mode 100644 swh/web/ui/static/img/arrow-up-small.png
285 create mode 100644 swh/web/ui/static/img/swh-logo.png
286 create mode 100644 swh/web/ui/static/robots.txt
287 create mode 100644 swh/web/ui/templates/api-endpoints.html
288 create mode 100644 swh/web/ui/templates/includes/apidoc-header-toc.html
289 create mode 100644 swh/web/ui/templates/includes/apidoc-header.html
290 create mode 100644 swh/web/ui/templates/includes/apidoc-header.md
291
292mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage
293mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage
294From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
295 ec0893a..b5cd7f0 master -> origin/master
296 * [new tag] v0.0.76 -> v0.0.76
297 * [new tag] v0.0.77 -> v0.0.77
298 * [new tag] v0.0.78 -> v0.0.78
299Updating ec0893a..b5cd7f0
300Fast-forward
301 debian/control | 6 +-
302 requirements.txt | 7 +-
303 sql/Makefile | 17 +-
304 sql/swh-func.sql | 60 +++----
305 sql/swh-indexes.sql | 272 ++++++++++++++++++++++++++++++
306 sql/swh-init.sql | 8 +
307 sql/swh-schema.sql | 318 +++++++----------------------------
308 sql/swh-triggers.sql | 124 ++++++++++++++
309 sql/upgrades/098.sql | 9 +
310 sql/upgrades/099.sql | 30 ++++
311 sql/upgrades/100.sql | 58 +++++++
312 swh/storage/__init__.py | 25 ++-
313 swh/storage/api/client.py | 63 +------
314 swh/storage/api/server.py | 34 ++--
315 swh/storage/archiver/worker.py | 2 +-
316 swh/storage/db.py | 13 +-
317 swh/storage/provenance/tasks.py | 16 +-
318 swh/storage/storage.py | 25 +--
319 swh/storage/tests/test_api_client.py | 19 ++-
320 swh/storage/tests/test_archiver.py | 2 +-
321 swh/storage/tests/test_storage.py | 50 +++++-
322 swh/storage/vault/api/client.py | 54 +-----
323 swh/storage/vault/api/server.py | 25 +--
324 23 files changed, 759 insertions(+), 478 deletions(-)
325 create mode 100644 sql/swh-indexes.sql
326 create mode 100644 sql/swh-triggers.sql
327 create mode 100644 sql/upgrades/098.sql
328 create mode 100644 sql/upgrades/099.sql
329 create mode 100644 sql/upgrades/100.sql
330
331mr update: finished (21 ok)
332

Clone on Software Heritage Worker

When
Completed at Feb 1 2017, 3:40 PM · Built instantly
Status
Passed

Event Timeline