Properties
Properties
- Buildable
- B179: rDSTO96ff4ef5aeb1: Update the content integrity checker in order to follow objstorage changes
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Jun 13 2016, 2:51 PM · Built for 2 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 13 2016, 2:51 PM · Built for 1 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) ... ok |
4 | check_valid_content (test_checker.TestChecker) ... ok |
5 | repair_content_missing (test_checker.TestChecker) ... ok |
6 | repair_content_present_distributed (test_checker.TestChecker) ... ok |
7 | repair_content_present_first (test_checker.TestChecker) ... ok |
8 | repair_content_present_second (test_checker.TestChecker) ... ok |
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 | Failure: ImportError (cannot import name '_obj_path') ... ERROR |
14 | add_get_w_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
15 | add_get_wo_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
16 | check_id_mismatch (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
17 | check_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
18 | check_not_gzip (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
19 | check_present (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
20 | contains (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
21 | get_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
22 | get_random_contents (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
23 | iter (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
24 | len (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
25 | restore_content (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
26 | |
27 | ====================================================================== |
28 | ERROR: Failure: ImportError (cannot import name '_obj_path') |
29 | ---------------------------------------------------------------------- |
30 | Traceback (most recent call last): |
31 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
32 | raise self.exc_val.with_traceback(self.tb) |
33 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
34 | addr.filename, addr.module) |
35 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
36 | return self.importFromDir(dir_path, fqname) |
37 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
38 | mod = load_module(part_fqname, fh, filename, desc) |
39 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
40 | return load_source(name, filename, file) |
41 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
42 | module = methods.load() |
43 | File "<frozen importlib._bootstrap>", line 1220, in load |
44 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
45 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
46 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
47 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
48 | File "/home/temp-drydock/drydock/workingcopy-160/repo/swh-storage/swh/storage/tests/test_objstorage_api.py", line 15, in <module> |
49 | from swh.storage.objstorage.objstorage import _obj_path |
50 | ImportError: cannot import name '_obj_path' |
51 | |
52 | ---------------------------------------------------------------------- |
53 | Ran 23 tests in 0.609s |
54 | |
55 | FAILED (errors=1) |
56 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 13 2016, 2:50 PM · Built for 23 s
- Status
Passed
1 | mr update: command failed |
---|---|
2 | mr update: command failed |
3 |
82 | swh/loader/svn/loader.py | 102 +++---- |
---|---|
83 | swh/loader/svn/ra.py | 516 ++++++++++++++++++++++++++++++++ |
84 | swh/loader/svn/svn.py | 315 ++++++++++--------- |
85 | swh/loader/svn/tasks.py | 14 +- |
86 | swh/loader/svn/tests/test_converters.py | 32 +- |
87 | swh/loader/svn/tests/test_svn.py | 24 -- |
88 | swh/loader/svn/tests/test_utils.py | 96 ++++++ |
89 | swh/loader/svn/utils.py | 123 ++++++++ |
90 | 17 files changed, 1630 insertions(+), 334 deletions(-) |
91 | create mode 100644 README |
92 | create mode 100644 docs/swh-loader-svn.txt |
93 | create mode 100644 swh/loader/svn/ra.py |
94 | delete mode 100644 swh/loader/svn/tests/test_svn.py |
95 | create mode 100644 swh/loader/svn/tests/test_utils.py |
96 | create mode 100644 swh/loader/svn/utils.py |
97 | |
98 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-loader-dir |
99 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-loader-dir |
100 | From ssh://forge.softwareheritage.org/diffusion/DLDDIR/swh-loader-dir |
101 | 2e00512..13f94a8 master -> origin/master |
102 | * [new tag] v0.0.21 -> v0.0.21 |
103 | * [new tag] v0.0.20 -> v0.0.20 |
104 | Updating 2e00512..13f94a8 |
105 | Fast-forward |
106 | debian/control | 4 ++-- |
107 | requirements.txt | 4 ++-- |
108 | swh/loader/dir/loader.py | 6 +++--- |
109 | swh/loader/dir/tasks.py | 9 ++++----- |
110 | 4 files changed, 11 insertions(+), 12 deletions(-) |
111 | |
112 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-model |
113 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-model |
114 | From ssh://forge.softwareheritage.org/diffusion/DMOD/swh-model |
115 | 87fcced..5f7c931 master -> origin/master |
116 | * [new tag] v0.0.11 -> v0.0.11 |
117 | Updating 87fcced..5f7c931 |
118 | Fast-forward |
119 | swh/model/git.py | 259 ++------------ |
120 | swh/model/tests/test_git.py | 831 +++++++++++++++++++++----------------------- |
121 | 2 files changed, 416 insertions(+), 674 deletions(-) |
122 | |
123 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-py-template |
124 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-py-template |
125 | Already up-to-date. |
126 | |
127 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-storage-testdata |
128 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-storage-testdata |
129 | Already up-to-date. |
130 | |
131 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-scheduler |
132 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-scheduler |
133 | Already up-to-date. |
134 | |
135 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-storage |
136 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-storage |
137 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
138 | bca87a1..45eab09 master -> origin/master |
139 | Updating bca87a1..45eab09 |
140 | Fast-forward |
141 | bin/swh-objstorage-add-dir | 2 +- |
142 | swh/storage/checker/checker.py | 6 +- |
143 | swh/storage/converters.py | 56 +-- |
144 | swh/storage/objstorage/__init__.py | 5 +- |
145 | swh/storage/objstorage/api/server.py | 13 +- |
146 | swh/storage/objstorage/objstorage.py | 435 +++-------------------- |
147 | swh/storage/objstorage/objstorage_pathslicing.py | 350 ++++++++++++++++++ |
148 | swh/storage/storage.py | 10 +- |
149 | swh/storage/tests/objstorage_testing.py | 70 ++++ |
150 | swh/storage/tests/test_checker.py | 17 +- |
151 | swh/storage/tests/test_converters.py | 77 ---- |
152 | swh/storage/tests/test_objstorage.py | 163 --------- |
153 | swh/storage/tests/test_objstorage_api.py | 12 +- |
154 | swh/storage/tests/test_objstorage_pathslicing.py | 78 ++++ |
155 | 14 files changed, 590 insertions(+), 704 deletions(-) |
156 | create mode 100644 swh/storage/objstorage/objstorage_pathslicing.py |
157 | create mode 100644 swh/storage/tests/objstorage_testing.py |
158 | delete mode 100644 swh/storage/tests/test_objstorage.py |
159 | create mode 100644 swh/storage/tests/test_objstorage_pathslicing.py |
160 | |
161 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-web-ui |
162 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-web-ui |
163 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
164 | e9360a4..110ba85 master -> origin/master |
165 | Updating e9360a4..110ba85 |
166 | Fast-forward |
167 | swh/web/ui/converters.py | 10 +++++++++- |
168 | swh/web/ui/templates/content.html | 5 +++++ |
169 | swh/web/ui/templates/directory.html | 7 ++++++- |
170 | swh/web/ui/templates/entity.html | 5 +++++ |
171 | swh/web/ui/templates/origin.html | 5 +++++ |
172 | swh/web/ui/templates/person.html | 5 +++++ |
173 | swh/web/ui/templates/release.html | 12 ++++++++++-- |
174 | swh/web/ui/templates/revision-directory.html | 23 +++++++++++++++++++---- |
175 | swh/web/ui/templates/revision-log.html | 23 +++++++++++++++++++---- |
176 | swh/web/ui/templates/revision.html | 19 +++++++++++++++++-- |
177 | swh/web/ui/tests/test_converters.py | 27 +++++++++++++++++++++++++++ |
178 | 11 files changed, 127 insertions(+), 14 deletions(-) |
179 | |
180 | mr update: finished (16 ok; 2 failed) |
181 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 13 2016, 2:50 PM · Built instantly
- Status
Passed