Page MenuHomeSoftware Heritage

Build 1379

Lint

When
Completed at Oct 11 2017, 6:52 PM · Built for 5 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

Python tests

When
Completed at Oct 11 2017, 6:52 PM · Built for 5 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

Update environment from working copy

When
Completed at Oct 11 2017, 6:52 PM · Built for 22 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

571 docs/Makefile | 1 +
572 docs/_static/.placeholder | 0
573 docs/_templates/.placeholder | 0
574 docs/conf.py | 1 +
575 docs/index.rst | 15 ++
576 requirements-swh.txt | 2 +-
577 setup.py | 1 +
578 sql/swh-vault-schema.sql | 2 +
579 swh/vault/api/server.py | 12 +-
580 swh/vault/backend.py | 81 +++++++++--
581 swh/vault/cache.py | 62 ++++-----
582 swh/vault/cookers/base.py | 14 +-
583 swh/vault/cooking_tasks.py | 4 +-
584 swh/vault/tests/test_backend.py | 290 +++++++++++++++++++++++++++++++++++++++
585 swh/vault/tests/test_cache.py | 76 ++++++++++
586 swh/vault/tests/test_cookers.py | 272 ++++++++++++++++++++++++++++++++++++
587 swh/vault/tests/vault_testing.py | 63 +++++++++
588 19 files changed, 855 insertions(+), 63 deletions(-)
589 create mode 100644 docs/.gitignore
590 create mode 100644 docs/Makefile
591 create mode 100644 docs/_static/.placeholder
592 create mode 100644 docs/_templates/.placeholder
593 create mode 100644 docs/conf.py
594 create mode 100644 docs/index.rst
595 create mode 100644 swh/vault/tests/test_backend.py
596 create mode 100644 swh/vault/tests/test_cache.py
597 create mode 100644 swh/vault/tests/test_cookers.py
598 create mode 100644 swh/vault/tests/vault_testing.py
599
600mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage-testdata
601mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage-testdata
602From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata
603 66bab35..082d26c master -> origin/master
604Updating 66bab35..082d26c
605Fast-forward
606 Makefile | 38 +-
607 dumps/swh-archiver.dump | Bin 13451 -> 11883 bytes
608 dumps/swh-archiver.sql | 59 +--
609 dumps/swh-scheduler.dump | Bin 0 -> 26328 bytes
610 dumps/swh-scheduler.sql | 751 +++++++++++++++++++++++++++
611 dumps/swh.dump | Bin 183826 -> 200398 bytes
612 dumps/swh.sql | 566 ++++++++++++++++++--
613 svn-folders/pkg-gourmet-with-external-id.tgz | Bin 0 -> 35440 bytes
614 8 files changed, 1285 insertions(+), 129 deletions(-)
615 create mode 100644 dumps/swh-scheduler.dump
616 create mode 100644 dumps/swh-scheduler.sql
617 create mode 100644 svn-folders/pkg-gourmet-with-external-id.tgz
618
619mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage
620mr update: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-storage
621From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
622 6d063ac..92e46df master -> origin/master
623 * [new tag] v0.0.89 -> v0.0.89
624Updating 6d063ac..92e46df
625Fast-forward
626 debian/control | 22 +-
627 debian/rules | 11 +-
628 docs/.gitignore | 3 +
629 docs/Makefile | 1 +
630 docs/_static/.placeholder | 0
631 docs/_templates/.placeholder | 0
632 docs/conf.py | 1 +
633 docs/index.rst | 15 +
634 requirements-swh.txt | 3 +-
635 requirements.txt | 1 -
636 setup.py | 5 +
637 .../revision_metadata.translated_metadata.json | 59 +++
638 sql/swh-data.sql | 3 +
639 sql/swh-func.sql | 176 +++++++--
640 sql/swh-indexes.sql | 17 +-
641 sql/swh-schema.sql | 23 +-
642 sql/upgrades/108.sql | 58 +++
643 sql/upgrades/109.sql | 33 ++
644 swh/storage/api/client.py | 12 +
645 swh/storage/api/server.py | 18 +
646 swh/storage/converters.py | 65 ++--
647 swh/storage/db.py | 32 ++
648 swh/storage/listener.py | 13 +-
649 swh/storage/schemata/distribution.py | 244 ++++++++++++
650 swh/storage/storage.py | 429 +++++++++++++--------
651 swh/storage/tests/storage_testing.py | 18 +-
652 swh/storage/tests/test_storage.py | 388 +++++++++++++++----
653 27 files changed, 1344 insertions(+), 306 deletions(-)
654 create mode 100644 docs/.gitignore
655 create mode 100644 docs/Makefile
656 create mode 100644 docs/_static/.placeholder
657 create mode 100644 docs/_templates/.placeholder
658 create mode 100644 docs/conf.py
659 create mode 100644 docs/index.rst
660 create mode 100644 sql/json/revision_metadata.translated_metadata.json
661 create mode 100644 sql/upgrades/108.sql
662 create mode 100644 sql/upgrades/109.sql
663 create mode 100644 swh/storage/schemata/distribution.py
664
665mr checkout: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-web
666mr checkout: /home/temp-drydock/drydock/workingcopy-178/repo/swh-environment/swh-web
667Cloning into 'swh-web'...
668
669mr update: finished (24 ok)
670

Clone on Software Heritage Worker

When
Completed at Oct 11 2017, 6:51 PM · Built instantly
Status
Passed

Event Timeline