Properties
Properties
- Buildable
- B172: Diff 146
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 10 2016, 3:02 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 10 2016, 3:02 PM · Built for 1 s
- Status
Failed
1 empty logs are hidden. Show all logs.
198 | ImportError: cannot import name 'decode_with_escape' |
---|---|
199 | |
200 | ====================================================================== |
201 | ERROR: Failure: ImportError (cannot import name 'decode_with_escape') |
202 | ---------------------------------------------------------------------- |
203 | Traceback (most recent call last): |
204 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
205 | raise self.exc_val.with_traceback(self.tb) |
206 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
207 | addr.filename, addr.module) |
208 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
209 | return self.importFromDir(dir_path, fqname) |
210 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
211 | mod = load_module(part_fqname, fh, filename, desc) |
212 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
213 | return load_source(name, filename, file) |
214 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
215 | module = methods.load() |
216 | File "<frozen importlib._bootstrap>", line 1220, in load |
217 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
218 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
219 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
220 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
221 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/tests/test_objstorage.py", line 17, in <module> |
222 | from swh.storage import objstorage |
223 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/__init__.py", line 1, in <module> |
224 | from . import storage |
225 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/storage.py", line 14, in <module> |
226 | from . import converters |
227 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/converters.py", line 9, in <module> |
228 | from swh.core.utils import decode_with_escape, encode_with_unescape |
229 | ImportError: cannot import name 'decode_with_escape' |
230 | |
231 | ====================================================================== |
232 | ERROR: Failure: ImportError (cannot import name 'decode_with_escape') |
233 | ---------------------------------------------------------------------- |
234 | Traceback (most recent call last): |
235 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
236 | raise self.exc_val.with_traceback(self.tb) |
237 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
238 | addr.filename, addr.module) |
239 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
240 | return self.importFromDir(dir_path, fqname) |
241 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
242 | mod = load_module(part_fqname, fh, filename, desc) |
243 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
244 | return load_source(name, filename, file) |
245 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
246 | module = methods.load() |
247 | File "<frozen importlib._bootstrap>", line 1220, in load |
248 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
249 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
250 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
251 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
252 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/tests/test_objstorage_api.py", line 13, in <module> |
253 | from swh.storage.exc import ObjNotFoundError, Error |
254 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/__init__.py", line 1, in <module> |
255 | from . import storage |
256 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/storage.py", line 14, in <module> |
257 | from . import converters |
258 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/converters.py", line 9, in <module> |
259 | from swh.core.utils import decode_with_escape, encode_with_unescape |
260 | ImportError: cannot import name 'decode_with_escape' |
261 | |
262 | ====================================================================== |
263 | ERROR: Failure: ImportError (cannot import name 'decode_with_escape') |
264 | ---------------------------------------------------------------------- |
265 | Traceback (most recent call last): |
266 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
267 | raise self.exc_val.with_traceback(self.tb) |
268 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
269 | addr.filename, addr.module) |
270 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
271 | return self.importFromDir(dir_path, fqname) |
272 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
273 | mod = load_module(part_fqname, fh, filename, desc) |
274 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
275 | return load_source(name, filename, file) |
276 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
277 | module = methods.load() |
278 | File "<frozen importlib._bootstrap>", line 1220, in load |
279 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
280 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
281 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
282 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
283 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/tests/test_storage.py", line 21, in <module> |
284 | from swh.storage import Storage |
285 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/__init__.py", line 1, in <module> |
286 | from . import storage |
287 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/storage.py", line 14, in <module> |
288 | from . import converters |
289 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/converters.py", line 9, in <module> |
290 | from swh.core.utils import decode_with_escape, encode_with_unescape |
291 | ImportError: cannot import name 'decode_with_escape' |
292 | |
293 | ---------------------------------------------------------------------- |
294 | Ran 9 tests in 0.169s |
295 | |
296 | FAILED (errors=9) |
297 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 10 2016, 3:02 PM · Built for 7 s
- Status
Passed
1 empty logs are hidden. Show all logs.
50 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-dir |
---|---|
51 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-dir |
52 | From ssh://forge.softwareheritage.org/diffusion/DLDDIR/swh-loader-dir |
53 | 63defc9..2e00512 master -> origin/master |
54 | * [new tag] v0.0.19 -> v0.0.19 |
55 | Updating 63defc9..2e00512 |
56 | Fast-forward |
57 | debian/control | 4 +- |
58 | requirements.txt | 4 +- |
59 | swh/loader/dir/converters.py | 71 +++++++++++++++++++ |
60 | swh/loader/dir/loader.py | 48 ++++++------- |
61 | swh/loader/dir/tasks.py | 2 +- |
62 | swh/loader/dir/tests/test_converters.py | 117 ++++++++++++++++++++++++++++++++ |
63 | swh/loader/dir/tests/test_loader.py | 45 +++++++----- |
64 | 7 files changed, 241 insertions(+), 50 deletions(-) |
65 | create mode 100644 swh/loader/dir/converters.py |
66 | create mode 100644 swh/loader/dir/tests/test_converters.py |
67 | |
68 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-git |
69 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-git |
70 | Already up-to-date. |
71 | |
72 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-model |
73 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-model |
74 | From ssh://forge.softwareheritage.org/diffusion/DMOD/swh-model |
75 | 9b9ec94..87fcced master -> origin/master |
76 | * [new tag] v0.0.10 -> v0.0.10 |
77 | Updating 9b9ec94..87fcced |
78 | Fast-forward |
79 | swh/model/git.py | 211 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- |
80 | 1 file changed, 201 insertions(+), 10 deletions(-) |
81 | |
82 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-svn |
83 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-svn |
84 | From ssh://forge.softwareheritage.org/diffusion/DLDSVN/swh-loader-svn |
85 | * [new branch] subvertpy -> origin/subvertpy |
86 | Already up-to-date. |
87 | |
88 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-py-template |
89 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-py-template |
90 | Already up-to-date. |
91 | |
92 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-tar |
93 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-loader-tar |
94 | From ssh://forge.softwareheritage.org/diffusion/DLDTAR/swh-loader-tar |
95 | f590883..20a7308 master -> origin/master |
96 | * [new tag] v0.0.18 -> v0.0.18 |
97 | Updating f590883..20a7308 |
98 | Fast-forward |
99 | debian/control | 4 +-- |
100 | requirements.txt | 4 +-- |
101 | swh/loader/tar/build.py | 50 ++++++++++++++++++++------------------ |
102 | swh/loader/tar/loader.py | 20 +++++---------- |
103 | swh/loader/tar/tasks.py | 2 +- |
104 | swh/loader/tar/tests/test_build.py | 29 ++++++++++++---------- |
105 | 6 files changed, 53 insertions(+), 56 deletions(-) |
106 | |
107 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-scheduler |
108 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-scheduler |
109 | Already up-to-date. |
110 | |
111 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage |
112 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage |
113 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
114 | 59ca1a3..bca87a1 master -> origin/master |
115 | Updating 59ca1a3..bca87a1 |
116 | Fast-forward |
117 | setup.py | 1 + |
118 | swh/storage/checker/checker.py | 79 ++++++++++++++++++++++++++++----------- |
119 | swh/storage/tests/test_checker.py | 41 ++++++++++++++++++-- |
120 | 3 files changed, 95 insertions(+), 26 deletions(-) |
121 | |
122 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage-testdata |
123 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage-testdata |
124 | Already up-to-date. |
125 | |
126 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui |
127 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui |
128 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
129 | 7a0cfff..e9360a4 master -> origin/master |
130 | Updating 7a0cfff..e9360a4 |
131 | Fast-forward |
132 | swh/web/ui/backend.py | 30 +++++++ |
133 | swh/web/ui/converters.py | 32 ++++--- |
134 | swh/web/ui/service.py | 32 ++++++- |
135 | swh/web/ui/templates/revision-log.html | 31 ++++++- |
136 | swh/web/ui/templates/revision.html | 10 +++ |
137 | swh/web/ui/tests/test_backend.py | 56 ++++++++++++ |
138 | swh/web/ui/tests/test_converters.py | 111 ++++++++++++++++++++++++ |
139 | swh/web/ui/tests/test_service.py | 154 ++++++++++++++++++++++++++++++++- |
140 | swh/web/ui/tests/test_utils.py | 94 +++++++++++++++++++- |
141 | swh/web/ui/tests/views/test_api.py | 91 +++++++++++++++++-- |
142 | swh/web/ui/tests/views/test_browse.py | 95 ++++++++++++++++++++ |
143 | swh/web/ui/utils.py | 5 ++ |
144 | swh/web/ui/views/api.py | 57 +++++++++++- |
145 | swh/web/ui/views/browse.py | 59 ++++++++++++- |
146 | 14 files changed, 825 insertions(+), 32 deletions(-) |
147 | |
148 | mr update: finished (18 ok) |
149 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 10 2016, 3:02 PM · Built instantly
- Status
Passed