Page MenuHomeSoftware Heritage

Build 1307

Lint

When
Completed at Sep 4 2017, 8:17 PM · Built for 4 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

Python tests

When
Completed at Sep 4 2017, 8:17 PM · Built for 3 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

1./pythonpath.sh: line 7: local: can only be used in a function
2./pythonpath.sh: line 11: local: can only be used in a function
3W: unknown repository 'swh-loader-antelink', you might want to remove it
4W: unknown repository 'swh-cloner-git', you might want to remove it
5W: unknown repository 'swh-environment', you might want to remove it
6W: unknown repository 'swh-lister-github', you might want to remove it
7W: unknown repository 'swh-web-ui', you might want to remove it
8W: unknown repository 'swh-lister-bitbucket', you might want to remove it
9W: unknown repository 'swh-fetcher-googlecode', you might want to remove it
10ctags_to_db (test_converters.TestConverters) ... ok
11db_to_author (test_converters.TestConverters) ... ok
12db_to_ctags (test_converters.TestConverters) ... ok
13db_to_fossology_license (test_converters.TestConverters) ... ok
14db_to_git_headers (test_converters.TestConverters) ... ok
15db_to_language (test_converters.TestConverters) ... ok
16db_to_metadata (test_converters.TestConverters) ... ok
17db_to_mimetype (test_converters.TestConverters) ... ok
18db_to_release (test_converters.TestConverters) ... ok
19db_to_revision (test_converters.TestConverters) ... ok
20
21----------------------------------------------------------------------
22Ran 10 tests in 1.386s
23
24OK
25

Update environment from working copy

When
Completed at Sep 4 2017, 8:17 PM · Built for 21 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

341 create mode 100644 docs/.gitignore
342 create mode 100644 docs/Makefile
343 create mode 100644 docs/_static/.placeholder
344 create mode 100644 docs/_templates/.placeholder
345 create mode 100644 docs/conf.py
346 create mode 100644 docs/index.rst
347
348mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-scheduler
349mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-scheduler
350From ssh://forge.softwareheritage.org/diffusion/DSCH/swh-scheduler
351 3194c2b..ca0230d master -> origin/master
352 * [new tag] v0.0.16 -> v0.0.16
353Updating 3194c2b..ca0230d
354Fast-forward
355 debian/control | 4 +-
356 docs/.gitignore | 3 +
357 docs/Makefile | 1 +
358 docs/_static/.placeholder | 0
359 docs/_templates/.placeholder | 0
360 docs/conf.py | 1 +
361 docs/index.rst | 15 ++++
362 requirements-swh.txt | 2 +-
363 sql/swh-scheduler-schema.sql | 13 +--
364 sql/updates/05.sql | 144 ++++++++++++++++++++++++++++++++++
365 swh/scheduler/tests/test_scheduler.py | 2 +
366 11 files changed, 176 insertions(+), 9 deletions(-)
367 create mode 100644 docs/.gitignore
368 create mode 100644 docs/Makefile
369 create mode 100644 docs/_static/.placeholder
370 create mode 100644 docs/_templates/.placeholder
371 create mode 100644 docs/conf.py
372 create mode 100644 docs/index.rst
373 create mode 100644 sql/updates/05.sql
374
375mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage-testdata
376mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage-testdata
377Already up-to-date.
378
379mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-vault
380mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-vault
381From ssh://forge.softwareheritage.org/diffusion/DVAU/swh-vault
382 6f4441b..f190b6a master -> origin/master
383Updating 6f4441b..f190b6a
384Fast-forward
385 docs/.gitignore | 3 +++
386 docs/Makefile | 1 +
387 docs/_static/.placeholder | 0
388 docs/_templates/.placeholder | 0
389 docs/conf.py | 1 +
390 docs/index.rst | 15 +++++++++++++++
391 6 files changed, 20 insertions(+)
392 create mode 100644 docs/.gitignore
393 create mode 100644 docs/Makefile
394 create mode 100644 docs/_static/.placeholder
395 create mode 100644 docs/_templates/.placeholder
396 create mode 100644 docs/conf.py
397 create mode 100644 docs/index.rst
398
399mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage
400mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage
401From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
402 806f511..e14e72d master -> origin/master
403Updating 806f511..e14e72d
404Fast-forward
405 docs/.gitignore | 3 +
406 docs/Makefile | 1 +
407 docs/_static/.placeholder | 0
408 docs/_templates/.placeholder | 0
409 docs/conf.py | 1 +
410 docs/index.rst | 15 +
411 .../revision_metadata.translated_metadata.json | 59 ++++
412 sql/swh-data.sql | 3 +
413 sql/swh-func.sql | 176 +++++++++--
414 sql/swh-indexes.sql | 17 +-
415 sql/swh-schema.sql | 23 +-
416 sql/upgrades/108.sql | 58 ++++
417 sql/upgrades/109.sql | 33 ++
418 swh/storage/api/client.py | 12 +
419 swh/storage/api/server.py | 18 ++
420 swh/storage/db.py | 29 ++
421 swh/storage/storage.py | 51 +++
422 swh/storage/tests/storage_testing.py | 17 +-
423 swh/storage/tests/test_storage.py | 347 ++++++++++++++++++---
424 19 files changed, 775 insertions(+), 88 deletions(-)
425 create mode 100644 docs/.gitignore
426 create mode 100644 docs/Makefile
427 create mode 100644 docs/_static/.placeholder
428 create mode 100644 docs/_templates/.placeholder
429 create mode 100644 docs/conf.py
430 create mode 100644 docs/index.rst
431 create mode 100644 sql/json/revision_metadata.translated_metadata.json
432 create mode 100644 sql/upgrades/108.sql
433 create mode 100644 sql/upgrades/109.sql
434
435mr checkout: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-web
436mr checkout: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-web
437Cloning into 'swh-web'...
438
439mr update: finished (23 ok)
440

Clone on Software Heritage Worker

When
Completed at Sep 4 2017, 8:17 PM · Built instantly
Status
Passed

Event Timeline