Page MenuHomeSoftware Heritage

Build 818

Lint

When
Completed at Feb 1 2017, 3:42 PM · Built for 20 s
Status
Failed

Build Log 3015 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1make: *** [check] Error 1
2

Build Log 3014 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1python3 -m flake8 swh bin/swh-storage-add-dir
2swh/storage/tests/test_storage.py:1202:80: E501 line too long (82 > 79 characters)
3../Makefile.python:25: recipe for target 'check' failed
4

Python tests

When
Completed at Feb 1 2017, 3:42 PM · Built for 13 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 3013 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1W: unknown repository 'swh-environment', you might want to remove it
2ctags_to_db (test_converters.TestConverters) ... ok
3db_to_author (test_converters.TestConverters) ... ok
4db_to_ctags (test_converters.TestConverters) ... ok
5db_to_git_headers (test_converters.TestConverters) ... ok
6db_to_language (test_converters.TestConverters) ... ok
7db_to_mimetype (test_converters.TestConverters) ... ok
8db_to_release (test_converters.TestConverters) ... ok
9db_to_revision (test_converters.TestConverters) ... ok
10
11----------------------------------------------------------------------
12Ran 8 tests in 5.972s
13
14OK
15

Update environment from working copy

When
Completed at Feb 1 2017, 3:41 PM · Built for 1 m, 5 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 3000 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

159 * [new tag] v0.0.64 -> v0.0.64
160 * [new tag] v0.0.65 -> v0.0.65
161 * [new tag] v0.0.67 -> v0.0.67
162 * [new tag] v0.0.68 -> v0.0.68
163 * [new tag] v0.0.69 -> v0.0.69
164 * [new tag] v0.0.70 -> v0.0.70
165Updating b84a083..0a84869
166Fast-forward
167 Makefile.local | 4 +
168 README | 59 +-
169 debian/control | 17 +-
170 requirements.txt | 5 +-
171 resources/test/webapp.yml | 10 +
172 swh/web/ui/apidoc.py | 207 ++++---
173 swh/web/ui/backend.py | 16 +-
174 swh/web/ui/converters.py | 59 +-
175 swh/web/ui/main.py | 61 +-
176 swh/web/ui/renderers.py | 65 ++-
177 swh/web/ui/service.py | 13 +-
178 swh/web/ui/static/css/style.css | 253 ++++++++-
179 swh/web/ui/static/img/arrow-up-small.png | Bin 0 -> 868 bytes
180 swh/web/ui/static/img/swh-logo.png | Bin 0 -> 47353 bytes
181 swh/web/ui/static/robots.txt | 2 +
182 swh/web/ui/templates/api-endpoints.html | 63 +++
183 swh/web/ui/templates/api.html | 11 +-
184 swh/web/ui/templates/apidoc.html | 62 +-
185 .../ui/templates/includes/apidoc-header-toc.html | 8 +
186 swh/web/ui/templates/includes/apidoc-header.html | 104 ++++
187 swh/web/ui/templates/includes/apidoc-header.md | 192 +++++++
188 swh/web/ui/templates/layout.html | 73 ++-
189 swh/web/ui/tests/test_apidoc.py | 6 +
190 swh/web/ui/tests/test_app.py | 15 +-
191 swh/web/ui/tests/test_backend.py | 5 +-
192 swh/web/ui/tests/test_converters.py | 60 +-
193 swh/web/ui/tests/test_renderers.py | 48 +-
194 swh/web/ui/tests/test_service.py | 15 +-
195 swh/web/ui/tests/test_utils.py | 52 +-
196 swh/web/ui/tests/views/test_api.py | 173 +++---
197 swh/web/ui/tests/views/test_browse.py | 38 +-
198 swh/web/ui/tests/views/test_main.py | 2 +-
199 swh/web/ui/utils.py | 16 +-
200 swh/web/ui/views/api.py | 621 ++++++++++++---------
201 swh/web/ui/views/browse.py | 33 +-
202 swh/web/ui/views/main.py | 8 +-
203 36 files changed, 1613 insertions(+), 763 deletions(-)
204 create mode 100644 swh/web/ui/static/img/arrow-up-small.png
205 create mode 100644 swh/web/ui/static/img/swh-logo.png
206 create mode 100644 swh/web/ui/static/robots.txt
207 create mode 100644 swh/web/ui/templates/api-endpoints.html
208 create mode 100644 swh/web/ui/templates/includes/apidoc-header-toc.html
209 create mode 100644 swh/web/ui/templates/includes/apidoc-header.html
210 create mode 100644 swh/web/ui/templates/includes/apidoc-header.md
211
212mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage
213mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage
214From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
215 2ff562f..b5cd7f0 master -> origin/master
216 * [new tag] v0.0.77 -> v0.0.77
217 * [new tag] v0.0.78 -> v0.0.78
218Updating 2ff562f..b5cd7f0
219Fast-forward
220 debian/control | 6 +-
221 requirements.txt | 7 +-
222 sql/Makefile | 17 +-
223 sql/swh-func.sql | 50 +++---
224 sql/swh-indexes.sql | 272 ++++++++++++++++++++++++++++++++
225 sql/swh-schema.sql | 318 ++++++++------------------------------
226 sql/swh-triggers.sql | 124 +++++++++++++++
227 sql/upgrades/098.sql | 9 ++
228 sql/upgrades/099.sql | 30 ++++
229 sql/upgrades/100.sql | 58 +++++++
230 swh/storage/api/client.py | 61 +-------
231 swh/storage/api/server.py | 13 +-
232 swh/storage/archiver/worker.py | 2 +-
233 swh/storage/db.py | 13 +-
234 swh/storage/storage.py | 11 +-
235 swh/storage/tests/test_storage.py | 31 +++-
236 swh/storage/vault/api/client.py | 54 +------
237 swh/storage/vault/api/server.py | 9 +-
238 18 files changed, 660 insertions(+), 425 deletions(-)
239 create mode 100644 sql/swh-indexes.sql
240 create mode 100644 sql/swh-triggers.sql
241 create mode 100644 sql/upgrades/098.sql
242 create mode 100644 sql/upgrades/099.sql
243 create mode 100644 sql/upgrades/100.sql
244
245mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata
246mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata
247From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata
248 e59a742..e32f585 master -> origin/master
249Updating e59a742..e32f585
250Fast-forward
251 dumps/swh-archiver.dump | Bin 10675 -> 11449 bytes
252 dumps/swh-archiver.sql | 57 +++++++++++++++++++++++++++++++++---------------
253 dumps/swh.dump | Bin 190149 -> 191266 bytes
254 dumps/swh.sql | 53 +++++++++++++++++++-------------------------
255 4 files changed, 63 insertions(+), 47 deletions(-)
256
257mr update: finished (21 ok)
258

Clone on Software Heritage Worker

When
Completed at Feb 1 2017, 3:40 PM · Built instantly
Status
Passed

Event Timeline