Properties
Properties
- Buildable
- B876: rDSTO5ff3979b9d6c: swh.storage: Update db schema to new version
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Jun 1 2017, 6:58 PM · Built for 14 s
- Status
Failed
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 | swh/storage/db.py:198:40: E701 multiple statements on one line (colon) |
3 | swh/storage/db.py:201:39: E701 multiple statements on one line (colon) |
4 | swh/storage/db.py:204:50: E701 multiple statements on one line (colon) |
5 | swh/storage/db.py:207:45: E701 multiple statements on one line (colon) |
6 | swh/storage/db.py:210:46: E701 multiple statements on one line (colon) |
7 | swh/storage/db.py:213:37: E701 multiple statements on one line (colon) |
8 | swh/storage/db.py:216:45: E701 multiple statements on one line (colon) |
9 | swh/storage/db.py:219:53: E701 multiple statements on one line (colon) |
10 | swh/storage/db.py:235:46: E701 multiple statements on one line (colon) |
11 | swh/storage/db.py:238:48: E701 multiple statements on one line (colon) |
12 | swh/storage/db.py:241:54: E701 multiple statements on one line (colon) |
13 | swh/storage/db.py:244:47: E701 multiple statements on one line (colon) |
14 | swh/storage/db.py:247:46: E701 multiple statements on one line (colon) |
15 | swh/storage/db.py:250:57: E701 multiple statements on one line (colon) |
16 | swh/storage/db.py:253:53: E701 multiple statements on one line (colon) |
17 | swh/storage/db.py:256:51: E701 multiple statements on one line (colon) |
18 | swh/storage/db.py:824:28: E121 continuation line indentation is not a multiple of four |
19 | swh/storage/db.py:836:28: E121 continuation line indentation is not a multiple of four |
20 | swh/storage/db.py:848:56: E701 multiple statements on one line (colon) |
21 | swh/storage/db.py:859:48: E701 multiple statements on one line (colon) |
22 | swh/storage/db.py:877:48: E701 multiple statements on one line (colon) |
23 | swh/storage/db.py:880:56: E701 multiple statements on one line (colon) |
24 | swh/storage/db.py:929:28: E121 continuation line indentation is not a multiple of four |
25 | swh/storage/db.py:939:28: E121 continuation line indentation is not a multiple of four |
26 | swh/storage/db.py:949:65: E701 multiple statements on one line (colon) |
27 | swh/storage/db.py:960:57: E701 multiple statements on one line (colon) |
28 | swh/storage/db.py:963:65: E701 multiple statements on one line (colon) |
29 | swh/storage/db.py:1004:34: E121 continuation line indentation is not a multiple of four |
30 | swh/storage/storage.py:511:80: E501 line too long (80 > 79 characters) |
31 | swh/storage/storage.py:1607:19: E121 continuation line indentation is not a multiple of four |
32 | swh/storage/provenance/tasks.py:92:25: E126 continuation line over-indented for hanging indent |
33 | swh/storage/tests/test_db.py:49:25: E126 continuation line over-indented for hanging indent |
34 | swh/storage/tests/test_storage.py:1546:28: E121 continuation line indentation is not a multiple of four |
35 | swh/storage/tests/test_storage.py:1569:32: E121 continuation line indentation is not a multiple of four |
36 | swh/storage/tests/test_storage.py:1574:28: E121 continuation line indentation is not a multiple of four |
37 | swh/storage/tests/test_storage.py:1742:17: E126 continuation line over-indented for hanging indent |
38 | swh/storage/tests/test_storage.py:1743:17: E126 continuation line over-indented for hanging indent |
39 | swh/storage/api/server.py:29:13: E124 closing bracket does not match visual indentation |
40 | ../Makefile.python:25: recipe for target 'check' failed |
41 |
Python tests
Python tests
- When
- Completed at Jun 1 2017, 6:58 PM · Built for 10 s
- Status
Failed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | W: unknown repository 'swh-lister-github', you might want to remove it |
3 | W: unknown repository 'swh-lister-bitbucket', you might want to remove it |
4 | Failure: ImportError (No module named 'multidict') ... ERROR |
5 | ctags_to_db (test_converters.TestConverters) ... ok |
6 | db_to_author (test_converters.TestConverters) ... ok |
7 | db_to_ctags (test_converters.TestConverters) ... ok |
8 | db_to_fossology_license (test_converters.TestConverters) ... ok |
9 | db_to_git_headers (test_converters.TestConverters) ... ok |
10 | db_to_language (test_converters.TestConverters) ... ok |
11 | db_to_mimetype (test_converters.TestConverters) ... ok |
12 | db_to_release (test_converters.TestConverters) ... ok |
13 | db_to_revision (test_converters.TestConverters) ... ok |
14 | |
15 | ====================================================================== |
16 | ERROR: Failure: ImportError (No module named 'multidict') |
17 | ---------------------------------------------------------------------- |
18 | Traceback (most recent call last): |
19 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
20 | raise self.exc_val.with_traceback(self.tb) |
21 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
22 | addr.filename, addr.module) |
23 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
24 | return self.importFromDir(dir_path, fqname) |
25 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
26 | mod = load_module(part_fqname, fh, filename, desc) |
27 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
28 | return load_source(name, filename, file) |
29 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
30 | module = methods.load() |
31 | File "<frozen importlib._bootstrap>", line 1220, in load |
32 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
33 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
34 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
35 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
36 | File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-storage/swh/storage/tests/test_archiver.py", line 27, in <module> |
37 | from swh.objstorage.api.server import make_app |
38 | File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-objstorage/swh/objstorage/api/server.py", line 11, in <module> |
39 | from swh.core.api_async import (SWHRemoteAPI, decode_request, |
40 | File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-core/swh/core/api_async.py", line 5, in <module> |
41 | import multidict |
42 | ImportError: No module named 'multidict' |
43 | |
44 | ---------------------------------------------------------------------- |
45 | Ran 10 tests in 3.492s |
46 | |
47 | FAILED (errors=1) |
48 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 1 2017, 6:57 PM · Built for 27 s
- Status
Passed
1 empty logs are hidden. Show all logs.
44 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-mercurial |
---|---|
45 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-mercurial |
46 | Already up-to-date. |
47 | |
48 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-git |
49 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-git |
50 | Already up-to-date. |
51 | |
52 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-tar |
53 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-tar |
54 | Already up-to-date. |
55 | |
56 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-svn |
57 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-svn |
58 | Already up-to-date. |
59 | |
60 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-mirror-forge |
61 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-mirror-forge |
62 | Already up-to-date. |
63 | |
64 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-model |
65 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-model |
66 | Already up-to-date. |
67 | |
68 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-py-template |
69 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-py-template |
70 | Already up-to-date. |
71 | |
72 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-objstorage |
73 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-objstorage |
74 | Already up-to-date. |
75 | |
76 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-scheduler |
77 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-scheduler |
78 | Already up-to-date. |
79 | |
80 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata |
81 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata |
82 | Already up-to-date. |
83 | |
84 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage |
85 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage |
86 | Already up-to-date. |
87 | |
88 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui |
89 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui |
90 | Already up-to-date. |
91 | |
92 | mr update: finished (23 ok) |
93 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 1 2017, 6:57 PM · Built instantly
- Status
Passed