Properties
Properties
- Buildable
- B920: Diff 718
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 27 2017, 4:25 PM · Built for 7 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Jun 27 2017, 4:25 PM · Built for 6 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | ./pythonpath.sh: line 7: local: can only be used in a function |
---|---|
2 | ./pythonpath.sh: line 11: local: can only be used in a function |
3 | W: unknown repository 'swh-loader-antelink', you might want to remove it |
4 | W: unknown repository 'swh-cloner-git', you might want to remove it |
5 | W: unknown repository 'swh-environment', you might want to remove it |
6 | W: unknown repository 'swh-lister-github', you might want to remove it |
7 | W: unknown repository 'swh-lister-bitbucket', you might want to remove it |
8 | W: unknown repository 'swh-fetcher-googlecode', you might want to remove it |
9 | ctags_to_db (test_converters.TestConverters) ... ok |
10 | db_to_author (test_converters.TestConverters) ... ok |
11 | db_to_ctags (test_converters.TestConverters) ... ok |
12 | db_to_fossology_license (test_converters.TestConverters) ... ok |
13 | db_to_git_headers (test_converters.TestConverters) ... ok |
14 | db_to_language (test_converters.TestConverters) ... ok |
15 | db_to_mimetype (test_converters.TestConverters) ... ok |
16 | db_to_release (test_converters.TestConverters) ... ok |
17 | db_to_revision (test_converters.TestConverters) ... ok |
18 | |
19 | ---------------------------------------------------------------------- |
20 | Ran 9 tests in 3.172s |
21 | |
22 | OK |
23 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 27 2017, 4:24 PM · Built for 18 s
- Status
Passed
1 empty logs are hidden. Show all logs.
224 | debian/control | 13 +- |
---|---|
225 | debian/rules | 3 - |
226 | requirements-swh.txt | 2 +- |
227 | requirements.txt | 1 - |
228 | sql/archiver/Makefile | 42 --- |
229 | sql/archiver/swh-archiver-data.sql | 3 - |
230 | sql/archiver/swh-archiver-func.sql | 40 --- |
231 | sql/archiver/swh-archiver-schema.sql | 63 ----- |
232 | sql/archiver/upgrades/002.sql | 9 - |
233 | sql/archiver/upgrades/003.sql | 25 -- |
234 | sql/archiver/upgrades/004.sql | 44 ---- |
235 | sql/archiver/upgrades/005.sql | 24 -- |
236 | sql/archiver/upgrades/006.sql | 100 ------- |
237 | sql/archiver/upgrades/007.sql | 21 -- |
238 | sql/archiver/upgrades/008.sql | 49 ---- |
239 | sql/archiver/upgrades/009.sql | 42 --- |
240 | swh/storage/archiver/__init__.py | 5 - |
241 | swh/storage/archiver/copier.py | 56 ---- |
242 | swh/storage/archiver/db.py | 224 ---------------- |
243 | swh/storage/archiver/director.py | 307 ---------------------- |
244 | swh/storage/archiver/storage.py | 361 -------------------------- |
245 | swh/storage/archiver/tasks.py | 28 -- |
246 | swh/storage/archiver/updater.py | 56 ---- |
247 | swh/storage/archiver/worker.py | 426 ------------------------------ |
248 | swh/storage/tests/test_archiver.py | 486 ----------------------------------- |
249 | 25 files changed, 3 insertions(+), 2427 deletions(-) |
250 | delete mode 100644 sql/archiver/Makefile |
251 | delete mode 100644 sql/archiver/swh-archiver-data.sql |
252 | delete mode 100644 sql/archiver/swh-archiver-func.sql |
253 | delete mode 100644 sql/archiver/swh-archiver-schema.sql |
254 | delete mode 100644 sql/archiver/upgrades/002.sql |
255 | delete mode 100644 sql/archiver/upgrades/003.sql |
256 | delete mode 100644 sql/archiver/upgrades/004.sql |
257 | delete mode 100644 sql/archiver/upgrades/005.sql |
258 | delete mode 100644 sql/archiver/upgrades/006.sql |
259 | delete mode 100644 sql/archiver/upgrades/007.sql |
260 | delete mode 100644 sql/archiver/upgrades/008.sql |
261 | delete mode 100644 sql/archiver/upgrades/009.sql |
262 | delete mode 100644 swh/storage/archiver/__init__.py |
263 | delete mode 100644 swh/storage/archiver/copier.py |
264 | delete mode 100644 swh/storage/archiver/db.py |
265 | delete mode 100644 swh/storage/archiver/director.py |
266 | delete mode 100644 swh/storage/archiver/storage.py |
267 | delete mode 100644 swh/storage/archiver/tasks.py |
268 | delete mode 100644 swh/storage/archiver/updater.py |
269 | delete mode 100644 swh/storage/archiver/worker.py |
270 | delete mode 100644 swh/storage/tests/test_archiver.py |
271 | |
272 | mr update: finished (22 ok) |
273 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 27 2017, 4:24 PM · Built instantly
- Status
Passed