Properties
Properties
- Buildable
- B519: rDSTOa43b962c5f5c: Rename to swh_cache_content_get_all
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Sep 29 2016, 7:18 PM · Built for 3 s
- Status
Failed
179 | swh/storage/storage.py:1049:58: E211 whitespace before '(' |
---|---|
180 | swh/storage/storage.py:1050:22: E211 whitespace before '(' |
181 | swh/storage/storage.py:1050:30: E701 multiple statements on one line (colon) |
182 | swh/storage/storage.py:1079:50: W604 backticks are deprecated, use 'repr()' |
183 | swh/storage/storage.py:1080:12: E111 indentation is not a multiple of four |
184 | swh/storage/storage.py:1080:12: E113 unexpected indentation |
185 | swh/storage/storage.py:1080:26: W604 backticks are deprecated, use 'repr()' |
186 | swh/storage/storage.py:1096:48: W604 backticks are deprecated, use 'repr()' |
187 | swh/storage/storage.py:1102:51: E211 whitespace before '(' |
188 | swh/storage/storage.py:1105:23: E701 multiple statements on one line (colon) |
189 | swh/storage/storage.py:1106:23: E211 whitespace before '(' |
190 | swh/storage/storage.py:1106:30: E701 multiple statements on one line (colon) |
191 | swh/storage/storage.py:1107:25: E211 whitespace before '(' |
192 | swh/storage/storage.py:1107:32: E701 multiple statements on one line (colon) |
193 | swh/storage/storage.py:1108:23: E211 whitespace before '(' |
194 | swh/storage/storage.py:1108:29: E701 multiple statements on one line (colon) |
195 | swh/storage/storage.py:1109:23: E211 whitespace before '(' |
196 | swh/storage/storage.py:1109:29: E701 multiple statements on one line (colon) |
197 | swh/storage/storage.py:1109:45: E211 whitespace before '(' |
198 | swh/storage/storage.py:1110:21: E128 continuation line under-indented for visual indent |
199 | swh/storage/storage.py:1111:21: E128 continuation line under-indented for visual indent |
200 | swh/storage/storage.py:1112:30: E211 whitespace before '(' |
201 | swh/storage/storage.py:1112:46: E701 multiple statements on one line (colon) |
202 | swh/storage/storage.py:1113:27: E211 whitespace before '(' |
203 | swh/storage/storage.py:1113:33: E701 multiple statements on one line (colon) |
204 | swh/storage/storage.py:1114:25: E211 whitespace before '(' |
205 | swh/storage/storage.py:1114:32: E701 multiple statements on one line (colon) |
206 | swh/storage/storage.py:1115:28: E211 whitespace before '(' |
207 | swh/storage/storage.py:1115:35: E701 multiple statements on one line (colon) |
208 | swh/storage/storage.py:1116:34: E211 whitespace before '(' |
209 | swh/storage/storage.py:1116:41: E701 multiple statements on one line (colon) |
210 | swh/storage/storage.py:1117:27: E211 whitespace before '(' |
211 | swh/storage/storage.py:1117:34: E701 multiple statements on one line (colon) |
212 | swh/storage/storage.py:1118:27: E211 whitespace before '(' |
213 | swh/storage/storage.py:1118:53: E701 multiple statements on one line (colon) |
214 | swh/storage/storage.py:1119:21: E113 unexpected indentation |
215 | swh/storage/storage.py:1133:12: E111 indentation is not a multiple of four |
216 | swh/storage/storage.py:1133:12: E113 unexpected indentation |
217 | swh/storage/storage.py:1136:21: E701 multiple statements on one line (colon) |
218 | swh/storage/storage.py:1137:16: E111 indentation is not a multiple of four |
219 | swh/storage/storage.py:1137:16: E113 unexpected indentation |
220 | swh/storage/storage.py:1179:17: E701 multiple statements on one line (colon) |
221 | swh/storage/storage.py:1195:17: E701 multiple statements on one line (colon) |
222 | swh/storage/storage.py:1213:48: E211 whitespace before '(' |
223 | swh/storage/storage.py:1214:19: E211 whitespace before '(' |
224 | swh/storage/storage.py:1216:9: E901 TokenError: EOF in multi-line string |
225 | swh/storage/tests/test_storage.py:929:5: E303 too many blank lines (2) |
226 | swh/storage/api/client.py:130:5: E303 too many blank lines (2) |
227 | ../Makefile.python:25: recipe for target 'check' failed |
228 |
Python tests
Python tests
- When
- Completed at Sep 29 2016, 7:18 PM · Built for 1 s
- Status
Failed
1 empty logs are hidden. Show all logs.
112 | module = methods.load() |
---|---|
113 | File "<frozen importlib._bootstrap>", line 1220, in load |
114 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
115 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
116 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
117 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
118 | File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-storage/swh/storage/tests/test_db.py", line 14, in <module> |
119 | from swh.storage.db import Db |
120 | File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-storage/swh/storage/__init__.py", line 1, in <module> |
121 | from . import storage |
122 | File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-storage/swh/storage/storage.py", line 456 |
123 | Args: |
124 | ^ |
125 | IndentationError: unexpected indent |
126 | |
127 | ====================================================================== |
128 | ERROR: Failure: IndentationError (unexpected indent (storage.py, line 456)) |
129 | ---------------------------------------------------------------------- |
130 | Traceback (most recent call last): |
131 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
132 | raise self.exc_val.with_traceback(self.tb) |
133 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
134 | addr.filename, addr.module) |
135 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
136 | return self.importFromDir(dir_path, fqname) |
137 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
138 | mod = load_module(part_fqname, fh, filename, desc) |
139 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
140 | return load_source(name, filename, file) |
141 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
142 | module = methods.load() |
143 | File "<frozen importlib._bootstrap>", line 1220, in load |
144 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
145 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
146 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
147 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
148 | File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-storage/swh/storage/tests/test_storage.py", line 22, in <module> |
149 | from swh.storage import Storage |
150 | File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-storage/swh/storage/__init__.py", line 1, in <module> |
151 | from . import storage |
152 | File "/home/temp-drydock/drydock/workingcopy-176/repo/swh-storage/swh/storage/storage.py", line 456 |
153 | Args: |
154 | ^ |
155 | IndentationError: unexpected indent |
156 | |
157 | ---------------------------------------------------------------------- |
158 | Ran 5 tests in 0.117s |
159 | |
160 | FAILED (errors=5) |
161 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Sep 29 2016, 7:18 PM · Built for 13 s
- Status
Passed
1 | mr update: command failed |
---|---|
2 | mr update: command failed |
3 | mr update: command failed |
4 | mr update: command failed |
5 | mr update: command failed |
6 | mr update: command failed |
7 | mr update: command failed |
8 |
64 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-objstorage |
---|---|
65 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-objstorage |
66 | ssh_exchange_identification: Connection closed by remote host |
67 | fatal: Could not read from remote repository. |
68 | |
69 | Please make sure you have the correct access rights |
70 | and the repository exists. |
71 | |
72 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-py-template |
73 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-py-template |
74 | ssh_exchange_identification: Connection closed by remote host |
75 | fatal: Could not read from remote repository. |
76 | |
77 | Please make sure you have the correct access rights |
78 | and the repository exists. |
79 | |
80 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage |
81 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage |
82 | ssh_exchange_identification: read: Connection reset by peer |
83 | fatal: Could not read from remote repository. |
84 | |
85 | Please make sure you have the correct access rights |
86 | and the repository exists. |
87 | |
88 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-dir |
89 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-dir |
90 | Already up-to-date. |
91 | |
92 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-svn |
93 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-svn |
94 | Already up-to-date. |
95 | |
96 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-model |
97 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-model |
98 | Already up-to-date. |
99 | |
100 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-scheduler |
101 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-scheduler |
102 | Already up-to-date. |
103 | |
104 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata |
105 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata |
106 | Already up-to-date. |
107 | |
108 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui |
109 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui |
110 | Already up-to-date. |
111 | |
112 | mr update: finished (14 ok; 7 failed) |
113 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Sep 29 2016, 7:18 PM · Built instantly
- Status
Passed