Properties
Properties
- Buildable
- B985: rDSTO45b3426765a3: docs/: add sphinx apidoc generation skeleton
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Sep 1 2017, 10:28 AM · Built for 5 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:28 AM · Built for 5 s
- Status
Failed
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 | Failure: ImportError (cannot import name 'SingleDbTestFixture') ... ERROR |
20 | |
21 | ====================================================================== |
22 | ERROR: Failure: ImportError (cannot import name 'SingleDbTestFixture') |
23 | ---------------------------------------------------------------------- |
24 | Traceback (most recent call last): |
25 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
26 | raise self.exc_val.with_traceback(self.tb) |
27 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
28 | addr.filename, addr.module) |
29 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
30 | return self.importFromDir(dir_path, fqname) |
31 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
32 | mod = load_module(part_fqname, fh, filename, desc) |
33 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
34 | return load_source(name, filename, file) |
35 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
36 | module = methods.load() |
37 | File "<frozen importlib._bootstrap>", line 1220, in load |
38 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
39 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
40 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
41 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
42 | File "/home/temp-drydock/drydock/workingcopy-173/repo/swh-storage/swh/storage/tests/test_db.py", line 12, in <module> |
43 | from swh.core.tests.db_testing import SingleDbTestFixture |
44 | ImportError: cannot import name 'SingleDbTestFixture' |
45 | |
46 | ---------------------------------------------------------------------- |
47 | Ran 11 tests in 2.433s |
48 | |
49 | FAILED (errors=1) |
50 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Sep 1 2017, 10:28 AM · Built for 38 s
- Status
Passed
1 | mr update: command failed |
---|---|
2 | mr update: command failed |
3 | mr update: command failed |
4 |
423 | swh/storage/storage.py | 101 ++++ |
---|---|
424 | swh/storage/tests/server_testing.py | 3 +- |
425 | swh/storage/tests/storage_testing.py | 72 +++ |
426 | swh/storage/tests/test_api_client.py | 2 +- |
427 | swh/storage/tests/test_converters.py | 26 + |
428 | swh/storage/tests/test_db.py | 4 +- |
429 | swh/storage/tests/test_storage.py | 602 ++++++++++++++++++--- |
430 | 22 files changed, 1273 insertions(+), 99 deletions(-) |
431 | create mode 100644 docs/.gitignore |
432 | create mode 100644 docs/Makefile |
433 | create mode 100644 docs/_static/.placeholder |
434 | create mode 100644 docs/_templates/.placeholder |
435 | create mode 100644 docs/conf.py |
436 | create mode 100644 docs/index.rst |
437 | create mode 100644 sql/json/revision_metadata.translated_metadata.json |
438 | create mode 100644 swh/storage/tests/storage_testing.py |
439 | |
440 | mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-web-ui |
441 | mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-web-ui |
442 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
443 | edf7e7a..8f1188f master -> origin/master |
444 | Updating edf7e7a..8f1188f |
445 | Fast-forward |
446 | docs/.gitignore | 3 + |
447 | docs/Makefile | 212 +------------------------- |
448 | docs/_static/.placeholder | 0 |
449 | docs/_templates/.placeholder | 0 |
450 | docs/conf.py | 1 + |
451 | docs/index.rst | 15 ++ |
452 | docs/source/_static/dependencies.dot | 41 ----- |
453 | docs/source/_static/dependencies.png | Bin 58152 -> 0 bytes |
454 | docs/source/conf.py | 286 ----------------------------------- |
455 | docs/source/index.rst | 22 --- |
456 | docs/source/modules.rst | 7 - |
457 | docs/source/swh.web.ui.rst | 118 --------------- |
458 | 12 files changed, 20 insertions(+), 685 deletions(-) |
459 | create mode 100644 docs/.gitignore |
460 | create mode 100644 docs/_static/.placeholder |
461 | create mode 100644 docs/_templates/.placeholder |
462 | create mode 100644 docs/conf.py |
463 | create mode 100644 docs/index.rst |
464 | delete mode 100644 docs/source/_static/dependencies.dot |
465 | delete mode 100644 docs/source/_static/dependencies.png |
466 | delete mode 100644 docs/source/conf.py |
467 | delete mode 100644 docs/source/index.rst |
468 | delete mode 100644 docs/source/modules.rst |
469 | delete mode 100644 docs/source/swh.web.ui.rst |
470 | |
471 | mr update: finished (20 ok; 3 failed) |
472 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Sep 1 2017, 10:27 AM · Built instantly
- Status
Passed