Page MenuHomeSoftware Heritage

Build 872

Properties

Buildable
B640: Diff 456
Build Plan
Plan 2 Software Heritage Python tests
Status
Passed

Lint

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

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

1python3 -m flake8 swh bin/swh-storage-add-dir
2

Python tests

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

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

1mr list: failed to chdir to /home/temp-drydock/drydock/workingcopy-177/repo/swh-loader-mercurial/: No such file or directory
2W: unknown repository 'swh-environment', you might want to remove it
3ctags_to_db (test_converters.TestConverters) ... ok
4db_to_author (test_converters.TestConverters) ... ok
5db_to_ctags (test_converters.TestConverters) ... ok
6db_to_git_headers (test_converters.TestConverters) ... ok
7db_to_language (test_converters.TestConverters) ... ok
8db_to_mimetype (test_converters.TestConverters) ... ok
9db_to_release (test_converters.TestConverters) ... ok
10db_to_revision (test_converters.TestConverters) ... ok
11
12----------------------------------------------------------------------
13Ran 8 tests in 1.582s
14
15OK
16

Update environment from working copy

When
Completed at Feb 9 2017, 3:19 PM · Built for 29 s
Status
Passed

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

1mr checkout: command failed
2mr update: command failed
3

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

129 sql/archiver/upgrades/006.sql | 100 +++++++++++++++++++++++++++++++++++
130 swh/storage/tests/test_storage.py | 3 +-
131 8 files changed, 208 insertions(+), 14 deletions(-)
132 create mode 100644 requirements-swh.txt
133 create mode 100644 sql/archiver/upgrades/006.sql
134
135mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage-testdata
136mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage-testdata
137From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata
138 e32f585..9211ffa master -> origin/master
139Updating e32f585..9211ffa
140Fast-forward
141 dumps/swh-archiver.dump | Bin 11449 -> 18407 bytes
142 dumps/swh-archiver.sql | 183 ++++++++++++++++++++++++++++++++-
143 dumps/swh.dump | Bin 191266 -> 185669 bytes
144 dumps/swh.sql | 264 ++++++++++++------------------------------------
145 4 files changed, 246 insertions(+), 201 deletions(-)
146
147mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-web-ui
148mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-web-ui
149From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
150 0a84869..d06879a master -> origin/master
151 * [new tag] v0.0.71 -> v0.0.71
152 * [new tag] v0.0.72 -> v0.0.72
153 * [new tag] v0.0.73 -> v0.0.73
154 * [new tag] v0.0.74 -> v0.0.74
155 * [new tag] v0.0.75 -> v0.0.75
156 * [new tag] v0.0.76 -> v0.0.76
157Updating 0a84869..d06879a
158Fast-forward
159 MANIFEST.in | 1 +
160 debian/control | 10 +-
161 requirements-swh.txt | 2 +
162 requirements.txt | 10 +-
163 setup.py | 14 +-
164 swh/web/ui/apidoc.py | 195 ++++++------------
165 swh/web/ui/converters.py | 4 +-
166 swh/web/ui/main.py | 13 ++
167 swh/web/ui/renderers.py | 7 +-
168 swh/web/ui/static/css/jquery.dataTables.min.css | 1 -
169 swh/web/ui/static/css/style.css | 65 ++++--
170 swh/web/ui/static/img/icons/swh-logo-32x32.png | Bin 0 -> 2126 bytes
171 .../static/img/icons/swh-logo-archive-180x180.png | Bin 0 -> 16349 bytes
172 .../static/img/icons/swh-logo-archive-192x192.png | Bin 0 -> 17289 bytes
173 .../static/img/icons/swh-logo-archive-270x270.png | Bin 0 -> 24005 bytes
174 swh/web/ui/static/img/swh-logo-archive.png | Bin 0 -> 45564 bytes
175 swh/web/ui/static/img/swh-logo-archive.svg | 160 +++++++++++++++
176 swh/web/ui/static/img/swh-logo.png | Bin 47353 -> 0 bytes
177 swh/web/ui/static/lib/README | 2 -
178 swh/web/ui/static/lib/core.js | 1 -
179 swh/web/ui/static/lib/jquery.dataTables.min.js | 1 -
180 swh/web/ui/static/lib/jquery.flot.min.js | 1 -
181 swh/web/ui/static/lib/jquery.flot.selection.min.js | 1 -
182 swh/web/ui/static/lib/jquery.flot.time.min.js | 1 -
183 swh/web/ui/static/lib/jquery.flot.tooltip.min.js | 1 -
184 swh/web/ui/static/lib/lib-typedarrays.js | 1 -
185 swh/web/ui/static/lib/sha1.js | 1 -
186 swh/web/ui/static/lib/sha256.js | 1 -
187 swh/web/ui/templates/api-endpoints.html | 20 +-
188 swh/web/ui/templates/api.html | 2 +-
189 swh/web/ui/templates/apidoc.html | 42 ++--
190 swh/web/ui/templates/includes/apidoc-header.html | 18 +-
191 swh/web/ui/templates/includes/apidoc-header.md | 23 ++-
192 swh/web/ui/templates/includes/search-form.html | 9 +-
193 swh/web/ui/templates/layout.html | 35 +++-
194 swh/web/ui/templates/origin.html | 9 +-
195 swh/web/ui/tests/test_apidoc.py | 20 +-
196 swh/web/ui/tests/test_app.py | 4 +-
197 swh/web/ui/tests/test_converters.py | 8 +-
198 swh/web/ui/tests/test_renderers.py | 6 +-
199 swh/web/ui/tests/test_utils.py | 113 +++++++++--
200 swh/web/ui/tests/views/test_api.py | 219 ++++++++++++---------
201 swh/web/ui/tests/views/test_main.py | 16 +-
202 swh/web/ui/utils.py | 56 ++++--
203 swh/web/ui/views/api.py | 53 +++--
204 swh/web/ui/views/browse.py | 23 +--
205 swh/web/ui/views/main.py | 2 +-
206 47 files changed, 728 insertions(+), 443 deletions(-)
207 create mode 100644 requirements-swh.txt
208 delete mode 120000 swh/web/ui/static/css/jquery.dataTables.min.css
209 create mode 100644 swh/web/ui/static/img/icons/swh-logo-32x32.png
210 create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-180x180.png
211 create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-192x192.png
212 create mode 100644 swh/web/ui/static/img/icons/swh-logo-archive-270x270.png
213 create mode 100644 swh/web/ui/static/img/swh-logo-archive.png
214 create mode 100644 swh/web/ui/static/img/swh-logo-archive.svg
215 delete mode 100644 swh/web/ui/static/img/swh-logo.png
216 delete mode 100644 swh/web/ui/static/lib/README
217 delete mode 120000 swh/web/ui/static/lib/core.js
218 delete mode 120000 swh/web/ui/static/lib/jquery.dataTables.min.js
219 delete mode 120000 swh/web/ui/static/lib/jquery.flot.min.js
220 delete mode 120000 swh/web/ui/static/lib/jquery.flot.selection.min.js
221 delete mode 120000 swh/web/ui/static/lib/jquery.flot.time.min.js
222 delete mode 120000 swh/web/ui/static/lib/jquery.flot.tooltip.min.js
223 delete mode 120000 swh/web/ui/static/lib/lib-typedarrays.js
224 delete mode 120000 swh/web/ui/static/lib/sha1.js
225 delete mode 120000 swh/web/ui/static/lib/sha256.js
226
227mr update: finished (22 ok; 2 failed)
228

Clone on Software Heritage Worker

When
Completed at Feb 9 2017, 3:19 PM · Built instantly
Status
Passed

Event Timeline