Page MenuHomeSoftware Heritage

Build 427

Lint

When
Completed at Jul 21 2016, 11:07 AM · Built for 2 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

Python tests

When
Completed at Jul 21 2016, 11:07 AM · Built for 1 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

1W: unknown repository 'swh-environment', you might want to remove it
2W: unknown repository 'swh-loader-vcs', you might want to remove it
3db_to_author (test_converters.TestConverters) ... ok
4db_to_git_headers (test_converters.TestConverters) ... ok
5db_to_release (test_converters.TestConverters) ... ok
6db_to_revision (test_converters.TestConverters) ... ok
7
8----------------------------------------------------------------------
9Ran 4 tests in 0.486s
10
11OK
12

Update environment from working copy

When
Completed at Jul 21 2016, 11:07 AM · Built for 9 s
Status
Passed

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

1mr update: command failed
2

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

111Updating c504df0..5c05844
112Fast-forward
113 Makefile | 17 +++-
114 dumps/swh-archiver.dump | Bin 0 -> 8097 bytes
115 dumps/swh-archiver.sql | 259 ++++++++++++++++++++++++++++++++++++++++++++++++
116 dumps/swh.dump | Bin 100692 -> 100373 bytes
117 dumps/swh.sql | 64 +++++++-----
118 5 files changed, 312 insertions(+), 28 deletions(-)
119 create mode 100644 dumps/swh-archiver.dump
120 create mode 100644 dumps/swh-archiver.sql
121
122mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-storage
123mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-storage
124From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage
125 92e6cd8..df1fe44 master -> origin/master
126 * [new branch] add-revision-origin-cache -> origin/add-revision-origin-cache
127 * [new tag] v0.0.42 -> v0.0.42
128 * [new tag] v0.0.43 -> v0.0.43
129 * [new tag] v0.0.44 -> v0.0.44
130 * [new tag] v0.0.45 -> v0.0.45
131 * [new tag] v0.0.46 -> v0.0.46
132Updating 92e6cd8..df1fe44
133Fast-forward
134 debian/control | 4 +-
135 requirements.txt | 2 +-
136 sql/archiver/Makefile | 41 +++++++++
137 sql/archiver/swh-archiver-data.sql | 2 +
138 sql/archiver/swh-archiver-schema.sql | 52 +++++++++++
139 sql/swh-func.sql | 12 +++
140 sql/swh-schema.sql | 26 ------
141 sql/upgrades/070.sql | 15 ++++
142 swh/storage/api/client.py | 3 +
143 swh/storage/api/server.py | 5 ++
144 swh/storage/archiver/copier.py | 22 +++--
145 swh/storage/archiver/director.py | 145 ++++++++++++++++++++----------
146 swh/storage/archiver/storage.py | 89 ++++++++++++++++++
147 swh/storage/archiver/tasks.py | 8 +-
148 swh/storage/archiver/worker.py | 60 ++++++++-----
149 swh/storage/common.py | 32 +++++++
150 swh/storage/db.py | 24 ++++-
151 swh/storage/storage.py | 46 ++++------
152 swh/storage/tests/manual_test_archiver.py | 13 +--
153 swh/storage/tests/test_archiver.py | 76 +++++++++++-----
154 swh/storage/tests/test_storage.py | 53 +++++++++++
155 21 files changed, 557 insertions(+), 173 deletions(-)
156 create mode 100644 sql/archiver/Makefile
157 create mode 100644 sql/archiver/swh-archiver-data.sql
158 create mode 100644 sql/archiver/swh-archiver-schema.sql
159 create mode 100644 sql/upgrades/070.sql
160 create mode 100644 swh/storage/archiver/storage.py
161 create mode 100644 swh/storage/common.py
162
163mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-web-ui
164mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-web-ui
165From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui
166 f3cf763..2137c95 master -> origin/master
167 * [new tag] v0.0.32 -> v0.0.32
168 * [new tag] v0.0.30 -> v0.0.30
169 * [new tag] v0.0.31 -> v0.0.31
170Updating f3cf763..2137c95
171Fast-forward
172 debian/control | 13 +-
173 debian/rules | 5 +-
174 requirements.txt | 4 +-
175 swh/web/ui/backend.py | 9 +
176 swh/web/ui/service.py | 33 +-
177 swh/web/ui/static/js/calendar.js | 373 +++++++++++++++++++++
178 swh/web/ui/static/js/filedrop.js | 52 ++-
179 swh/web/ui/static/lib/jquery.flot.min.js | 1 +
180 swh/web/ui/static/lib/jquery.flot.selection.min.js | 1 +
181 swh/web/ui/static/lib/jquery.flot.time.min.js | 1 +
182 swh/web/ui/static/lib/jquery.flot.tooltip.min.js | 1 +
183 swh/web/ui/static/lib/jquery.js | 1 +
184 swh/web/ui/templates/origin.html | 15 +-
185 swh/web/ui/templates/revision-log.html | 7 +
186 swh/web/ui/templates/revision.html | 7 +
187 .../{upload_and_search.html => search.html} | 12 +-
188 swh/web/ui/tests/test_backend.py | 36 ++
189 swh/web/ui/tests/test_service.py | 89 +++--
190 swh/web/ui/tests/test_upload.py | 148 --------
191 swh/web/ui/tests/test_utils.py | 288 ++++++++++++----
192 swh/web/ui/tests/views/test_api.py | 120 ++++---
193 swh/web/ui/tests/views/test_browse.py | 42 ++-
194 swh/web/ui/upload.py | 79 -----
195 swh/web/ui/utils.py | 120 ++++++-
196 swh/web/ui/views/api.py | 52 ++-
197 swh/web/ui/views/browse.py | 76 ++++-
198 26 files changed, 1132 insertions(+), 453 deletions(-)
199 create mode 100644 swh/web/ui/static/js/calendar.js
200 create mode 120000 swh/web/ui/static/lib/jquery.flot.min.js
201 create mode 120000 swh/web/ui/static/lib/jquery.flot.selection.min.js
202 create mode 120000 swh/web/ui/static/lib/jquery.flot.time.min.js
203 create mode 120000 swh/web/ui/static/lib/jquery.flot.tooltip.min.js
204 create mode 120000 swh/web/ui/static/lib/jquery.js
205 rename swh/web/ui/templates/{upload_and_search.html => search.html} (89%)
206 delete mode 100644 swh/web/ui/tests/test_upload.py
207 delete mode 100644 swh/web/ui/upload.py
208
209mr update: finished (18 ok; 1 failed)
210

Clone on Software Heritage Worker

When
Completed at Jul 21 2016, 11:07 AM · Built instantly
Status
Passed

Event Timeline