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