Properties
Properties
- Buildable
- B809: rDSTO627bde4fa62e: swh.storage.listener: Subscribe to new origin notifications
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Mar 21 2017, 2:26 PM · Built for 16 s
- Status
Failed
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 | swh/storage/db.py:403:80: E501 line too long (82 > 79 characters) |
3 | swh/storage/vault/cookers/revision_git.py:149:18: W503 line break before binary operator |
4 | swh/storage/vault/cookers/revision_git.py:150:18: W503 line break before binary operator |
5 | ../Makefile.python:25: recipe for target 'check' failed |
6 |
Python tests
Python tests
- When
- Completed at Mar 21 2017, 2:26 PM · Built for 7 s
- Status
Failed
1 empty logs are hidden. Show all logs.
65 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
---|---|
66 | import pyblake2 |
67 | ImportError: No module named 'pyblake2' |
68 | |
69 | ====================================================================== |
70 | ERROR: Failure: ImportError (No module named 'pyblake2') |
71 | ---------------------------------------------------------------------- |
72 | Traceback (most recent call last): |
73 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
74 | raise self.exc_val.with_traceback(self.tb) |
75 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
76 | addr.filename, addr.module) |
77 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
78 | return self.importFromDir(dir_path, fqname) |
79 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
80 | mod = load_module(part_fqname, fh, filename, desc) |
81 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
82 | return load_source(name, filename, file) |
83 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
84 | module = methods.load() |
85 | File "<frozen importlib._bootstrap>", line 1220, in load |
86 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
87 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
88 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
89 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
90 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_converters.py", line 11, in <module> |
91 | from swh.storage import converters |
92 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/__init__.py", line 6, in <module> |
93 | from . import storage |
94 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/storage.py", line 13, in <module> |
95 | from . import converters |
96 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/converters.py", line 9, in <module> |
97 | from swh.model import identifiers |
98 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/identifiers.py", line 10, in <module> |
99 | from .hashutil import hash_data, hash_git_data |
100 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
101 | import pyblake2 |
102 | ImportError: No module named 'pyblake2' |
103 | |
104 | ====================================================================== |
105 | ERROR: Failure: ImportError (No module named 'pyblake2') |
106 | ---------------------------------------------------------------------- |
107 | Traceback (most recent call last): |
108 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
109 | raise self.exc_val.with_traceback(self.tb) |
110 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
111 | addr.filename, addr.module) |
112 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
113 | return self.importFromDir(dir_path, fqname) |
114 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
115 | mod = load_module(part_fqname, fh, filename, desc) |
116 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
117 | return load_source(name, filename, file) |
118 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
119 | module = methods.load() |
120 | File "<frozen importlib._bootstrap>", line 1220, in load |
121 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
122 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
123 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
124 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
125 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_db.py", line 13, in <module> |
126 | from swh.model.hashutil import hash_to_bytes |
127 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
128 | import pyblake2 |
129 | ImportError: No module named 'pyblake2' |
130 | |
131 | ====================================================================== |
132 | ERROR: Failure: ImportError (No module named 'pyblake2') |
133 | ---------------------------------------------------------------------- |
134 | Traceback (most recent call last): |
135 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
136 | raise self.exc_val.with_traceback(self.tb) |
137 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
138 | addr.filename, addr.module) |
139 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
140 | return self.importFromDir(dir_path, fqname) |
141 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
142 | mod = load_module(part_fqname, fh, filename, desc) |
143 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
144 | return load_source(name, filename, file) |
145 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
146 | module = methods.load() |
147 | File "<frozen importlib._bootstrap>", line 1220, in load |
148 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
149 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
150 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
151 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
152 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-storage/swh/storage/tests/test_storage.py", line 22, in <module> |
153 | from swh.model import identifiers |
154 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/identifiers.py", line 10, in <module> |
155 | from .hashutil import hash_data, hash_git_data |
156 | File "/home/temp-drydock/drydock/workingcopy-170/repo/swh-model/swh/model/hashutil.py", line 48, in <module> |
157 | import pyblake2 |
158 | ImportError: No module named 'pyblake2' |
159 | |
160 | ---------------------------------------------------------------------- |
161 | Ran 5 tests in 1.293s |
162 | |
163 | FAILED (errors=5) |
164 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Mar 21 2017, 2:26 PM · Built for 27 s
- Status
Passed
1 empty logs are hidden. Show all logs.
114 | |
---|---|
115 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-tar |
116 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-loader-tar |
117 | Already up-to-date. |
118 | |
119 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-model |
120 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-model |
121 | From ssh://forge.softwareheritage.org/diffusion/DMOD/swh-model |
122 | 3e325ca..a42c75e master -> origin/master |
123 | Updating 3e325ca..a42c75e |
124 | Fast-forward |
125 | debian/control | 1 + |
126 | requirements-swh.txt | 1 + |
127 | swh/model/hashutil.py | 83 ++++++++++++++++++++++++++++------------ |
128 | swh/model/tests/test_hashutil.py | 31 +++++++++++++++ |
129 | 4 files changed, 92 insertions(+), 24 deletions(-) |
130 | |
131 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-py-template |
132 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-py-template |
133 | Already up-to-date. |
134 | |
135 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-objstorage |
136 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-objstorage |
137 | From ssh://forge.softwareheritage.org/diffusion/DOBJS/swh-objstorage |
138 | a48a64f..d316d17 master -> origin/master |
139 | Updating a48a64f..d316d17 |
140 | Fast-forward |
141 | debian/control | 1 + |
142 | requirements-swh.txt | 1 + |
143 | swh/objstorage/cloud/objstorage_azure.py | 6 +++--- |
144 | swh/objstorage/cloud/objstorage_cloud.py | 4 ++-- |
145 | swh/objstorage/multiplexer/filter/id_filter.py | 4 ++-- |
146 | swh/objstorage/objstorage.py | 6 +++--- |
147 | swh/objstorage/objstorage_pathslicing.py | 20 +++++++++++--------- |
148 | swh/objstorage/tests/objstorage_testing.py | 6 +++--- |
149 | swh/objstorage/tests/test_checker.py | 6 +++--- |
150 | swh/objstorage/tests/test_multiplexer_filter.py | 12 ++++++------ |
151 | swh/objstorage/tests/test_objstorage_pathslicing.py | 4 ++-- |
152 | 11 files changed, 37 insertions(+), 33 deletions(-) |
153 | |
154 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-scheduler |
155 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-scheduler |
156 | Already up-to-date. |
157 | |
158 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage-testdata |
159 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage-testdata |
160 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
161 | 9211ffa..36ae27d master -> origin/master |
162 | Updating 9211ffa..36ae27d |
163 | Fast-forward |
164 | dumps/swh-archiver.dump | Bin 18407 -> 20873 bytes |
165 | dumps/swh-archiver.sql | 88 +++++++++++++++++++++++++++++-- |
166 | dumps/swh.dump | Bin 185669 -> 186008 bytes |
167 | dumps/swh.sql | 135 +++++++++++++++++++++++++++--------------------- |
168 | 4 files changed, 160 insertions(+), 63 deletions(-) |
169 | |
170 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage |
171 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage |
172 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
173 | cb03a7d..627bde4 master -> origin/master |
174 | Updating cb03a7d..627bde4 |
175 | Fast-forward |
176 | sql/swh-func.sql | 50 +++----- |
177 | sql/swh-schema.sql | 2 +- |
178 | sql/upgrades/102.sql | 183 +++++++++++++++++++++++++++++ |
179 | swh/storage/db.py | 40 ++++--- |
180 | swh/storage/listener.py | 1 + |
181 | swh/storage/storage.py | 42 ++++--- |
182 | swh/storage/tests/test_api_client.py | 4 +- |
183 | swh/storage/tests/test_storage.py | 66 ++++++----- |
184 | swh/storage/vault/api/cooking_tasks.py | 5 +- |
185 | swh/storage/vault/api/server.py | 17 ++- |
186 | swh/storage/vault/cookers/base.py | 44 +++---- |
187 | swh/storage/vault/cookers/directory.py | 4 +- |
188 | swh/storage/vault/cookers/revision_flat.py | 9 +- |
189 | swh/storage/vault/cookers/revision_git.py | 34 ++++-- |
190 | 14 files changed, 343 insertions(+), 158 deletions(-) |
191 | create mode 100644 sql/upgrades/102.sql |
192 | |
193 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui |
194 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui |
195 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
196 | 0e37496..67b1cf5 master -> origin/master |
197 | * [new tag] v0.0.81 -> v0.0.81 |
198 | Updating 0e37496..67b1cf5 |
199 | Fast-forward |
200 | debian/control | 1 + |
201 | requirements-swh.txt | 1 + |
202 | swh/web/ui/converters.py | 2 +- |
203 | swh/web/ui/query.py | 10 +-- |
204 | swh/web/ui/service.py | 6 +- |
205 | swh/web/ui/tests/test_backend.py | 109 ++++++++++++++++---------------- |
206 | swh/web/ui/tests/test_converters.py | 84 +++++++++++++------------ |
207 | swh/web/ui/tests/test_query.py | 14 ++--- |
208 | swh/web/ui/tests/test_service.py | 122 +++++++++++++++++++----------------- |
209 | swh/web/ui/views/browse.py | 4 -- |
210 | 10 files changed, 180 insertions(+), 173 deletions(-) |
211 | |
212 | mr update: finished (24 ok) |
213 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Mar 21 2017, 2:26 PM · Built instantly
- Status
Passed