Properties
Properties
- Buildable
- B211: rDSTOc7e1ed39a26a: objstorage.api: Change instantiation of the object storage
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Jun 16 2016, 3:12 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 bin/swh-objstorage-fsck bin/swh-objstorage-add-dir |
|---|---|
| 2 |
Python tests
Python tests
- When
- Completed at Jun 16 2016, 3:12 PM · Built for 2 s
- Status
Failed
1 empty logs are hidden. Show all logs.
| 1 | W: unknown repository 'swh-environment', you might want to remove it |
|---|---|
| 2 | W: unknown repository 'swh-loader-vcs', you might want to remove it |
| 3 | check_invalid_content (test_checker.TestChecker) ... ERROR |
| 4 | check_valid_content (test_checker.TestChecker) ... ERROR |
| 5 | repair_content_missing (test_checker.TestChecker) ... ERROR |
| 6 | repair_content_present_distributed (test_checker.TestChecker) ... ERROR |
| 7 | repair_content_present_first (test_checker.TestChecker) ... ERROR |
| 8 | repair_content_present_second (test_checker.TestChecker) ... ERROR |
| 9 | db_to_author (test_converters.TestConverters) ... ok |
| 10 | db_to_git_headers (test_converters.TestConverters) ... ok |
| 11 | db_to_release (test_converters.TestConverters) ... ok |
| 12 | db_to_revision (test_converters.TestConverters) ... ok |
| 13 | add_get_w_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 14 | add_get_wo_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 15 | check_id_mismatch (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 16 | check_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 17 | check_not_gzip (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 18 | check_present (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 19 | contains (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 20 | get_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 21 | get_random_contents (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 22 | iter (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 23 | len (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 24 | restore_content (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
| 25 | |
| 26 | ====================================================================== |
| 27 | ERROR: check_invalid_content (test_checker.TestChecker) |
| 28 | ---------------------------------------------------------------------- |
| 29 | Traceback (most recent call last): |
| 30 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/tests/test_checker.py", line 47, in setUp |
| 31 | self.checker = ContentChecker(config, path, depth, 'http://None') |
| 32 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/checker/checker.py", line 50, in __init__ |
| 33 | self.objstorage = PathSlicingObjStorage(root, depth, slicing=2) |
| 34 | TypeError: __init__() got multiple values for argument 'slicing' |
| 35 | |
| 36 | ====================================================================== |
| 37 | ERROR: check_valid_content (test_checker.TestChecker) |
| 38 | ---------------------------------------------------------------------- |
| 39 | Traceback (most recent call last): |
| 40 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/tests/test_checker.py", line 47, in setUp |
| 41 | self.checker = ContentChecker(config, path, depth, 'http://None') |
| 42 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/checker/checker.py", line 50, in __init__ |
| 43 | self.objstorage = PathSlicingObjStorage(root, depth, slicing=2) |
| 44 | TypeError: __init__() got multiple values for argument 'slicing' |
| 45 | |
| 46 | ====================================================================== |
| 47 | ERROR: repair_content_missing (test_checker.TestChecker) |
| 48 | ---------------------------------------------------------------------- |
| 49 | Traceback (most recent call last): |
| 50 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/tests/test_checker.py", line 47, in setUp |
| 51 | self.checker = ContentChecker(config, path, depth, 'http://None') |
| 52 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/checker/checker.py", line 50, in __init__ |
| 53 | self.objstorage = PathSlicingObjStorage(root, depth, slicing=2) |
| 54 | TypeError: __init__() got multiple values for argument 'slicing' |
| 55 | |
| 56 | ====================================================================== |
| 57 | ERROR: repair_content_present_distributed (test_checker.TestChecker) |
| 58 | ---------------------------------------------------------------------- |
| 59 | Traceback (most recent call last): |
| 60 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/tests/test_checker.py", line 47, in setUp |
| 61 | self.checker = ContentChecker(config, path, depth, 'http://None') |
| 62 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/checker/checker.py", line 50, in __init__ |
| 63 | self.objstorage = PathSlicingObjStorage(root, depth, slicing=2) |
| 64 | TypeError: __init__() got multiple values for argument 'slicing' |
| 65 | |
| 66 | ====================================================================== |
| 67 | ERROR: repair_content_present_first (test_checker.TestChecker) |
| 68 | ---------------------------------------------------------------------- |
| 69 | Traceback (most recent call last): |
| 70 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/tests/test_checker.py", line 47, in setUp |
| 71 | self.checker = ContentChecker(config, path, depth, 'http://None') |
| 72 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/checker/checker.py", line 50, in __init__ |
| 73 | self.objstorage = PathSlicingObjStorage(root, depth, slicing=2) |
| 74 | TypeError: __init__() got multiple values for argument 'slicing' |
| 75 | |
| 76 | ====================================================================== |
| 77 | ERROR: repair_content_present_second (test_checker.TestChecker) |
| 78 | ---------------------------------------------------------------------- |
| 79 | Traceback (most recent call last): |
| 80 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/tests/test_checker.py", line 47, in setUp |
| 81 | self.checker = ContentChecker(config, path, depth, 'http://None') |
| 82 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/checker/checker.py", line 50, in __init__ |
| 83 | self.objstorage = PathSlicingObjStorage(root, depth, slicing=2) |
| 84 | TypeError: __init__() got multiple values for argument 'slicing' |
| 85 | |
| 86 | ---------------------------------------------------------------------- |
| 87 | Ran 22 tests in 1.197s |
| 88 | |
| 89 | FAILED (errors=6) |
| 90 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 16 2016, 3:12 PM · Built for 33 s
- Status
Passed
| 1 | mr update: command failed |
|---|---|
| 2 | mr update: command failed |
| 3 | mr update: command failed |
| 4 | mr update: command failed |
| 5 | mr update: command failed |
| 6 |
| 35 | |
|---|---|
| 36 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-cloner-git |
| 37 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-cloner-git |
| 38 | Already up-to-date. |
| 39 | |
| 40 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/snippets |
| 41 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/snippets |
| 42 | From ssh://forge.softwareheritage.org/diffusion/59/code-snippets |
| 43 | 65bb114..09a00cc master -> origin/master |
| 44 | Updating 65bb114..09a00cc |
| 45 | Fast-forward |
| 46 | .gitignore | 1 + |
| 47 | rrd/export-rrd.py | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| 48 | rrd/index.html | 81 +++++++++++++++++++++++++++++++ |
| 49 | 3 files changed, 222 insertions(+) |
| 50 | create mode 100644 .gitignore |
| 51 | create mode 100755 rrd/export-rrd.py |
| 52 | create mode 100644 rrd/index.html |
| 53 | |
| 54 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-dir |
| 55 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-dir |
| 56 | Already up-to-date. |
| 57 | |
| 58 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-debian |
| 59 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-debian |
| 60 | Already up-to-date. |
| 61 | |
| 62 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-git |
| 63 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-git |
| 64 | From ssh://forge.softwareheritage.org/diffusion/DLDG/swh-loader-git |
| 65 | e2e0301..6081f9f master -> origin/master |
| 66 | * [new tag] v0.0.15 -> v0.0.15 |
| 67 | * [new tag] v0.0.14 -> v0.0.14 |
| 68 | Updating e2e0301..6081f9f |
| 69 | Fast-forward |
| 70 | setup.py | 2 +- |
| 71 | swh/loader/git/updater.py | 2 -- |
| 72 | 2 files changed, 1 insertion(+), 3 deletions(-) |
| 73 | |
| 74 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-svn |
| 75 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-svn |
| 76 | From ssh://forge.softwareheritage.org/diffusion/DLDSVN/swh-loader-svn |
| 77 | 252a93b..f253bda master -> origin/master |
| 78 | Updating 252a93b..f253bda |
| 79 | Fast-forward |
| 80 | swh/loader/svn/converters.py | 34 +++++++++-- |
| 81 | swh/loader/svn/ra.py | 29 ++++++++- |
| 82 | swh/loader/svn/svn.py | 99 +++++++++++++++++-------------- |
| 83 | swh/loader/svn/tests/test_converters.py | 102 +++++++++++++++++++++++++------- |
| 84 | swh/loader/svn/tests/test_utils.py | 8 ++- |
| 85 | swh/loader/svn/utils.py | 18 ++++-- |
| 86 | 6 files changed, 206 insertions(+), 84 deletions(-) |
| 87 | |
| 88 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-tar |
| 89 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-tar |
| 90 | Already up-to-date. |
| 91 | |
| 92 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-model |
| 93 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-model |
| 94 | Already up-to-date. |
| 95 | |
| 96 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-web-ui |
| 97 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-web-ui |
| 98 | ssh_exchange_identification: Connection closed by remote host |
| 99 | fatal: Could not read from remote repository. |
| 100 | |
| 101 | Please make sure you have the correct access rights |
| 102 | and the repository exists. |
| 103 | |
| 104 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-py-template |
| 105 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-py-template |
| 106 | Already up-to-date. |
| 107 | |
| 108 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-scheduler |
| 109 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-scheduler |
| 110 | Already up-to-date. |
| 111 | |
| 112 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage-testdata |
| 113 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage-testdata |
| 114 | Already up-to-date. |
| 115 | |
| 116 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage |
| 117 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage |
| 118 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
| 119 | 8c6e8d7..68abde3 master -> origin/master |
| 120 | Updating 8c6e8d7..68abde3 |
| 121 | Fast-forward |
| 122 | swh/storage/checker/checker.py | 4 +- |
| 123 | swh/storage/objstorage/api/server.py | 5 +- |
| 124 | swh/storage/objstorage/objstorage.py | 6 ++- |
| 125 | swh/storage/objstorage/objstorage_pathslicing.py | 59 +++++++++++------------- |
| 126 | swh/storage/storage.py | 4 +- |
| 127 | swh/storage/tests/test_archiver.py | 2 +- |
| 128 | swh/storage/tests/test_checker.py | 4 +- |
| 129 | swh/storage/tests/test_objstorage_api.py | 21 +++------ |
| 130 | swh/storage/tests/test_objstorage_pathslicing.py | 6 +-- |
| 131 | 9 files changed, 51 insertions(+), 60 deletions(-) |
| 132 | |
| 133 | mr update: finished (13 ok; 5 failed) |
| 134 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 16 2016, 3:11 PM · Built instantly
- Status
Passed