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 |
1 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-fetcher-googlecode |
---|---|
2 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-fetcher-googlecode |
3 | ssh_exchange_identification: Connection closed by remote host |
4 | fatal: Could not read from remote repository. |
5 | |
6 | Please make sure you have the correct access rights |
7 | and the repository exists. |
8 | |
9 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-core |
10 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-core |
11 | ssh_exchange_identification: Connection closed by remote host |
12 | fatal: Could not read from remote repository. |
13 | |
14 | Please make sure you have the correct access rights |
15 | and the repository exists. |
16 | |
17 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-antelink |
18 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-antelink |
19 | ssh_exchange_identification: Connection closed by remote host |
20 | fatal: Could not read from remote repository. |
21 | |
22 | Please make sure you have the correct access rights |
23 | and the repository exists. |
24 | |
25 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-core |
26 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-core |
27 | ssh_exchange_identification: Connection closed by remote host |
28 | fatal: Could not read from remote repository. |
29 | |
30 | Please make sure you have the correct access rights |
31 | and the repository exists. |
32 | |
33 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-lister-github |
34 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-lister-github |
35 | Already up-to-date. |
36 | |
37 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-cloner-git |
38 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-cloner-git |
39 | Already up-to-date. |
40 | |
41 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/snippets |
42 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/snippets |
43 | From ssh://forge.softwareheritage.org/diffusion/59/code-snippets |
44 | 65bb114..09a00cc master -> origin/master |
45 | Updating 65bb114..09a00cc |
46 | Fast-forward |
47 | .gitignore | 1 + |
48 | rrd/export-rrd.py | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
49 | rrd/index.html | 81 +++++++++++++++++++++++++++++++ |
50 | 3 files changed, 222 insertions(+) |
51 | create mode 100644 .gitignore |
52 | create mode 100755 rrd/export-rrd.py |
53 | create mode 100644 rrd/index.html |
54 | |
55 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-dir |
56 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-dir |
57 | Already up-to-date. |
58 | |
59 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-debian |
60 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-debian |
61 | Already up-to-date. |
62 | |
63 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-git |
64 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-git |
65 | From ssh://forge.softwareheritage.org/diffusion/DLDG/swh-loader-git |
66 | e2e0301..6081f9f master -> origin/master |
67 | * [new tag] v0.0.15 -> v0.0.15 |
68 | * [new tag] v0.0.14 -> v0.0.14 |
69 | Updating e2e0301..6081f9f |
70 | Fast-forward |
71 | setup.py | 2 +- |
72 | swh/loader/git/updater.py | 2 -- |
73 | 2 files changed, 1 insertion(+), 3 deletions(-) |
74 | |
75 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-svn |
76 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-svn |
77 | From ssh://forge.softwareheritage.org/diffusion/DLDSVN/swh-loader-svn |
78 | 252a93b..f253bda master -> origin/master |
79 | Updating 252a93b..f253bda |
80 | Fast-forward |
81 | swh/loader/svn/converters.py | 34 +++++++++-- |
82 | swh/loader/svn/ra.py | 29 ++++++++- |
83 | swh/loader/svn/svn.py | 99 +++++++++++++++++-------------- |
84 | swh/loader/svn/tests/test_converters.py | 102 +++++++++++++++++++++++++------- |
85 | swh/loader/svn/tests/test_utils.py | 8 ++- |
86 | swh/loader/svn/utils.py | 18 ++++-- |
87 | 6 files changed, 206 insertions(+), 84 deletions(-) |
88 | |
89 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-tar |
90 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-loader-tar |
91 | Already up-to-date. |
92 | |
93 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-model |
94 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-model |
95 | Already up-to-date. |
96 | |
97 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-web-ui |
98 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-web-ui |
99 | ssh_exchange_identification: Connection closed by remote host |
100 | fatal: Could not read from remote repository. |
101 | |
102 | Please make sure you have the correct access rights |
103 | and the repository exists. |
104 | |
105 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-py-template |
106 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-py-template |
107 | Already up-to-date. |
108 | |
109 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-scheduler |
110 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-scheduler |
111 | Already up-to-date. |
112 | |
113 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage-testdata |
114 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage-testdata |
115 | Already up-to-date. |
116 | |
117 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage |
118 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage |
119 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
120 | 8c6e8d7..68abde3 master -> origin/master |
121 | Updating 8c6e8d7..68abde3 |
122 | Fast-forward |
123 | swh/storage/checker/checker.py | 4 +- |
124 | swh/storage/objstorage/api/server.py | 5 +- |
125 | swh/storage/objstorage/objstorage.py | 6 ++- |
126 | swh/storage/objstorage/objstorage_pathslicing.py | 59 +++++++++++------------- |
127 | swh/storage/storage.py | 4 +- |
128 | swh/storage/tests/test_archiver.py | 2 +- |
129 | swh/storage/tests/test_checker.py | 4 +- |
130 | swh/storage/tests/test_objstorage_api.py | 21 +++------ |
131 | swh/storage/tests/test_objstorage_pathslicing.py | 6 +-- |
132 | 9 files changed, 51 insertions(+), 60 deletions(-) |
133 | |
134 | mr update: finished (13 ok; 5 failed) |
135 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 16 2016, 3:11 PM · Built instantly
- Status
Passed