Properties
Properties
- Buildable
- B873: rDSTO7738a768f63c: swh.storage: indexer endpoints: Fix filtering missing data issue
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Jun 1 2017, 4:58 PM · Built for 1 s
- Status
Failed
1 | /usr/bin/python3: No module named flake8 |
---|---|
2 | make: *** [check] Error 1 |
3 |
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 | ../Makefile.python:25: recipe for target 'check' failed |
3 |
Python tests
Python tests
- When
- Completed at Jun 1 2017, 4:58 PM · Built for 11 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 'aiohttp') ... ERROR |
5 | Failure: ImportError (No module named 'aiohttp') ... ERROR |
6 | Failure: ImportError (No module named 'aiohttp') ... ERROR |
7 | ctags_to_db (test_converters.TestConverters) ... ok |
8 | db_to_author (test_converters.TestConverters) ... ok |
9 | db_to_ctags (test_converters.TestConverters) ... ok |
10 | db_to_git_headers (test_converters.TestConverters) ... ok |
11 | db_to_language (test_converters.TestConverters) ... ok |
12 | db_to_mimetype (test_converters.TestConverters) ... ok |
13 | db_to_release (test_converters.TestConverters) ... ok |
14 | db_to_revision (test_converters.TestConverters) ... ok |
15 | |
16 | ====================================================================== |
17 | ERROR: Failure: ImportError (No module named 'aiohttp') |
18 | ---------------------------------------------------------------------- |
19 | Traceback (most recent call last): |
20 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
21 | raise self.exc_val.with_traceback(self.tb) |
22 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
23 | addr.filename, addr.module) |
24 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
25 | return self.importFromDir(dir_path, fqname) |
26 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
27 | mod = load_module(part_fqname, fh, filename, desc) |
28 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
29 | return load_source(name, filename, file) |
30 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
31 | module = methods.load() |
32 | File "<frozen importlib._bootstrap>", line 1220, in load |
33 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
34 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
35 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
36 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
37 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module> |
38 | import aiohttp |
39 | ImportError: No module named 'aiohttp' |
40 | |
41 | ====================================================================== |
42 | ERROR: Failure: ImportError (No module named 'aiohttp') |
43 | ---------------------------------------------------------------------- |
44 | Traceback (most recent call last): |
45 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
46 | raise self.exc_val.with_traceback(self.tb) |
47 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
48 | addr.filename, addr.module) |
49 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
50 | return self.importFromDir(dir_path, fqname) |
51 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
52 | mod = load_module(part_fqname, fh, filename, desc) |
53 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
54 | return load_source(name, filename, file) |
55 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
56 | module = methods.load() |
57 | File "<frozen importlib._bootstrap>", line 1220, in load |
58 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
59 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
60 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
61 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
62 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/tests/test_api_client.py", line 10, in <module> |
63 | from swh.storage.tests.server_testing import ServerTestFixture |
64 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module> |
65 | import aiohttp |
66 | ImportError: No module named 'aiohttp' |
67 | |
68 | ====================================================================== |
69 | ERROR: Failure: ImportError (No module named 'aiohttp') |
70 | ---------------------------------------------------------------------- |
71 | Traceback (most recent call last): |
72 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
73 | raise self.exc_val.with_traceback(self.tb) |
74 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
75 | addr.filename, addr.module) |
76 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
77 | return self.importFromDir(dir_path, fqname) |
78 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
79 | mod = load_module(part_fqname, fh, filename, desc) |
80 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
81 | return load_source(name, filename, file) |
82 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
83 | module = methods.load() |
84 | File "<frozen importlib._bootstrap>", line 1220, in load |
85 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
86 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
87 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
88 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
89 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/tests/test_archiver.py", line 19, in <module> |
90 | from server_testing import ServerTestFixtureAsync |
91 | File "/home/temp-drydock/drydock/workingcopy-175/repo/swh-storage/swh/storage/tests/server_testing.py", line 7, in <module> |
92 | import aiohttp |
93 | ImportError: No module named 'aiohttp' |
94 | |
95 | ---------------------------------------------------------------------- |
96 | Ran 11 tests in 3.295s |
97 | |
98 | FAILED (errors=3) |
99 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 1 2017, 4:58 PM · Built for 39 s
- Status
Passed
1 | mr update: command failed |
---|---|
2 | mr update: command failed |
3 | mr update: command failed |
4 | mr update: command failed |
5 |
71 | fatal: Could not read from remote repository. |
---|---|
72 | |
73 | Please make sure you have the correct access rights |
74 | and the repository exists. |
75 | |
76 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-svn |
77 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-svn |
78 | ssh_exchange_identification: Connection closed by remote host |
79 | fatal: Could not read from remote repository. |
80 | |
81 | Please make sure you have the correct access rights |
82 | and the repository exists. |
83 | |
84 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-mercurial |
85 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-mercurial |
86 | ssh_exchange_identification: Connection closed by remote host |
87 | fatal: Could not read from remote repository. |
88 | |
89 | Please make sure you have the correct access rights |
90 | and the repository exists. |
91 | |
92 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-objstorage |
93 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-objstorage |
94 | Already up-to-date. |
95 | |
96 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-git |
97 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-git |
98 | Already up-to-date. |
99 | |
100 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-tar |
101 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-loader-tar |
102 | Already up-to-date. |
103 | |
104 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-model |
105 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-model |
106 | Already up-to-date. |
107 | |
108 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-mirror-forge |
109 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-mirror-forge |
110 | Already up-to-date. |
111 | |
112 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage-testdata |
113 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage-testdata |
114 | ssh_exchange_identification: Connection closed by remote host |
115 | fatal: Could not read from remote repository. |
116 | |
117 | Please make sure you have the correct access rights |
118 | and the repository exists. |
119 | |
120 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-py-template |
121 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-py-template |
122 | Already up-to-date. |
123 | |
124 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-scheduler |
125 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-scheduler |
126 | From ssh://forge.softwareheritage.org/diffusion/DSCH/swh-scheduler |
127 | f758291..07ea766 master -> origin/master |
128 | Updating f758291..07ea766 |
129 | Fast-forward |
130 | bin/swh-worker-control | 269 +++++++++++++++++++++++++++++++++ |
131 | setup.py | 2 +- |
132 | swh/scheduler/celery_backend/config.py | 9 ++ |
133 | 3 files changed, 279 insertions(+), 1 deletion(-) |
134 | create mode 100755 bin/swh-worker-control |
135 | |
136 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-web-ui |
137 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-web-ui |
138 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
139 | 06d1446..3471862 master -> origin/master |
140 | Updating 06d1446..3471862 |
141 | Fast-forward |
142 | swh/web/ui/main.py | 35 ++++++++++++++++++++++++++--------- |
143 | swh/web/ui/tests/test_app.py | 10 ++++++++-- |
144 | 2 files changed, 34 insertions(+), 11 deletions(-) |
145 | |
146 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage |
147 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-storage |
148 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
149 | 55495ec..5ff3979 master -> origin/master |
150 | Updating 55495ec..5ff3979 |
151 | Fast-forward |
152 | sql/swh-data.sql | 3 + |
153 | sql/swh-func.sql | 134 ++++++--------- |
154 | sql/swh-indexes.sql | 2 +- |
155 | sql/swh-schema.sql | 2 +- |
156 | sql/upgrades/105.sql | 31 ++++ |
157 | swh/storage/api/client.py | 3 + |
158 | swh/storage/api/server.py | 6 + |
159 | swh/storage/converters.py | 38 +++-- |
160 | swh/storage/db.py | 48 ++++-- |
161 | swh/storage/storage.py | 61 ++++--- |
162 | swh/storage/tests/server_testing.py | 107 +++++++++--- |
163 | swh/storage/tests/test_archiver.py | 8 +- |
164 | swh/storage/tests/test_converters.py | 55 ++++-- |
165 | swh/storage/tests/test_storage.py | 321 +++++++++++++++++++---------------- |
166 | 14 files changed, 508 insertions(+), 311 deletions(-) |
167 | create mode 100644 sql/upgrades/105.sql |
168 | |
169 | mr update: finished (19 ok; 4 failed) |
170 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 1 2017, 4:58 PM · Built instantly
- Status
Passed