Properties
Properties
- Buildable
- B986: rDSTO20f47ddc1d27: sql/swh-func: keep a cache of exact object counts as a table
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Sep 1 2017, 10:32 AM · Built for 3 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 Sep 1 2017, 10:32 AM · Built for 2 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_metadata (test_converters.TestConverters) ... ok |
16 | db_to_mimetype (test_converters.TestConverters) ... ok |
17 | db_to_release (test_converters.TestConverters) ... ok |
18 | db_to_revision (test_converters.TestConverters) ... ok |
19 | |
20 | ---------------------------------------------------------------------- |
21 | Ran 10 tests in 1.263s |
22 | |
23 | OK |
24 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Sep 1 2017, 10:32 AM · Built for 20 s
- Status
Passed
1 empty logs are hidden. Show all logs.
338 | docs/.gitignore | 3 + |
---|---|
339 | docs/Makefile | 1 + |
340 | docs/_static/.placeholder | 0 |
341 | docs/_templates/.placeholder | 0 |
342 | docs/conf.py | 1 + |
343 | docs/index.rst | 15 ++++ |
344 | requirements-swh.txt | 2 +- |
345 | sql/swh-scheduler-schema.sql | 3 +- |
346 | sql/updates/05.sql | 143 ++++++++++++++++++++++++++++++++++ |
347 | swh/scheduler/tests/test_scheduler.py | 2 + |
348 | 11 files changed, 170 insertions(+), 4 deletions(-) |
349 | create mode 100644 docs/.gitignore |
350 | create mode 100644 docs/Makefile |
351 | create mode 100644 docs/_static/.placeholder |
352 | create mode 100644 docs/_templates/.placeholder |
353 | create mode 100644 docs/conf.py |
354 | create mode 100644 docs/index.rst |
355 | create mode 100644 sql/updates/05.sql |
356 | |
357 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata |
358 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata |
359 | Already up-to-date. |
360 | |
361 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-vault |
362 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-vault |
363 | From ssh://forge.softwareheritage.org/diffusion/DVAU/swh-vault |
364 | 6f4441b..f190b6a master -> origin/master |
365 | Updating 6f4441b..f190b6a |
366 | Fast-forward |
367 | docs/.gitignore | 3 +++ |
368 | docs/Makefile | 1 + |
369 | docs/_static/.placeholder | 0 |
370 | docs/_templates/.placeholder | 0 |
371 | docs/conf.py | 1 + |
372 | docs/index.rst | 15 +++++++++++++++ |
373 | 6 files changed, 20 insertions(+) |
374 | create mode 100644 docs/.gitignore |
375 | create mode 100644 docs/Makefile |
376 | create mode 100644 docs/_static/.placeholder |
377 | create mode 100644 docs/_templates/.placeholder |
378 | create mode 100644 docs/conf.py |
379 | create mode 100644 docs/index.rst |
380 | |
381 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage |
382 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage |
383 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
384 | 464d5bc..20f47dd master -> origin/master |
385 | Updating 464d5bc..20f47dd |
386 | Fast-forward |
387 | docs/.gitignore | 3 + |
388 | docs/Makefile | 1 + |
389 | docs/_static/.placeholder | 0 |
390 | docs/_templates/.placeholder | 0 |
391 | docs/conf.py | 1 + |
392 | docs/index.rst | 15 +++++ |
393 | sql/swh-func.sql | 54 ++++++++++++------ |
394 | sql/swh-indexes.sql | 4 ++ |
395 | sql/swh-schema.sql | 9 ++- |
396 | swh/storage/tests/test_storage.py | 114 ++++++++++++++++++++------------------ |
397 | 10 files changed, 128 insertions(+), 73 deletions(-) |
398 | create mode 100644 docs/.gitignore |
399 | create mode 100644 docs/Makefile |
400 | create mode 100644 docs/_static/.placeholder |
401 | create mode 100644 docs/_templates/.placeholder |
402 | create mode 100644 docs/conf.py |
403 | create mode 100644 docs/index.rst |
404 | |
405 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui |
406 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui |
407 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
408 | edf7e7a..8f1188f master -> origin/master |
409 | Updating edf7e7a..8f1188f |
410 | Fast-forward |
411 | docs/.gitignore | 3 + |
412 | docs/Makefile | 212 +------------------------- |
413 | docs/_static/.placeholder | 0 |
414 | docs/_templates/.placeholder | 0 |
415 | docs/conf.py | 1 + |
416 | docs/index.rst | 15 ++ |
417 | docs/source/_static/dependencies.dot | 41 ----- |
418 | docs/source/_static/dependencies.png | Bin 58152 -> 0 bytes |
419 | docs/source/conf.py | 286 ----------------------------------- |
420 | docs/source/index.rst | 22 --- |
421 | docs/source/modules.rst | 7 - |
422 | docs/source/swh.web.ui.rst | 118 --------------- |
423 | 12 files changed, 20 insertions(+), 685 deletions(-) |
424 | create mode 100644 docs/.gitignore |
425 | create mode 100644 docs/_static/.placeholder |
426 | create mode 100644 docs/_templates/.placeholder |
427 | create mode 100644 docs/conf.py |
428 | create mode 100644 docs/index.rst |
429 | delete mode 100644 docs/source/_static/dependencies.dot |
430 | delete mode 100644 docs/source/_static/dependencies.png |
431 | delete mode 100644 docs/source/conf.py |
432 | delete mode 100644 docs/source/index.rst |
433 | delete mode 100644 docs/source/modules.rst |
434 | delete mode 100644 docs/source/swh.web.ui.rst |
435 | |
436 | mr update: finished (23 ok) |
437 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Sep 1 2017, 10:32 AM · Built instantly
- Status
Passed