Page MenuHomeSoftware Heritage

Build 744

Lint

When
Completed at Sep 29 2016, 7:18 PM · Built for 3 s
Status
Failed

Build Log 2613 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1make: *** [check] Error 1
2

Build Log 2612 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

179swh/storage/storage.py:1049:58: E211 whitespace before '('
180swh/storage/storage.py:1050:22: E211 whitespace before '('
181swh/storage/storage.py:1050:30: E701 multiple statements on one line (colon)
182swh/storage/storage.py:1079:50: W604 backticks are deprecated, use 'repr()'
183swh/storage/storage.py:1080:12: E111 indentation is not a multiple of four
184swh/storage/storage.py:1080:12: E113 unexpected indentation
185swh/storage/storage.py:1080:26: W604 backticks are deprecated, use 'repr()'
186swh/storage/storage.py:1096:48: W604 backticks are deprecated, use 'repr()'
187swh/storage/storage.py:1102:51: E211 whitespace before '('
188swh/storage/storage.py:1105:23: E701 multiple statements on one line (colon)
189swh/storage/storage.py:1106:23: E211 whitespace before '('
190swh/storage/storage.py:1106:30: E701 multiple statements on one line (colon)
191swh/storage/storage.py:1107:25: E211 whitespace before '('
192swh/storage/storage.py:1107:32: E701 multiple statements on one line (colon)
193swh/storage/storage.py:1108:23: E211 whitespace before '('
194swh/storage/storage.py:1108:29: E701 multiple statements on one line (colon)
195swh/storage/storage.py:1109:23: E211 whitespace before '('
196swh/storage/storage.py:1109:29: E701 multiple statements on one line (colon)
197swh/storage/storage.py:1109:45: E211 whitespace before '('
198swh/storage/storage.py:1110:21: E128 continuation line under-indented for visual indent
199swh/storage/storage.py:1111:21: E128 continuation line under-indented for visual indent
200swh/storage/storage.py:1112:30: E211 whitespace before '('
201swh/storage/storage.py:1112:46: E701 multiple statements on one line (colon)
202swh/storage/storage.py:1113:27: E211 whitespace before '('
203swh/storage/storage.py:1113:33: E701 multiple statements on one line (colon)
204swh/storage/storage.py:1114:25: E211 whitespace before '('
205swh/storage/storage.py:1114:32: E701 multiple statements on one line (colon)
206swh/storage/storage.py:1115:28: E211 whitespace before '('
207swh/storage/storage.py:1115:35: E701 multiple statements on one line (colon)
208swh/storage/storage.py:1116:34: E211 whitespace before '('
209swh/storage/storage.py:1116:41: E701 multiple statements on one line (colon)
210swh/storage/storage.py:1117:27: E211 whitespace before '('
211swh/storage/storage.py:1117:34: E701 multiple statements on one line (colon)
212swh/storage/storage.py:1118:27: E211 whitespace before '('
213swh/storage/storage.py:1118:53: E701 multiple statements on one line (colon)
214swh/storage/storage.py:1119:21: E113 unexpected indentation
215swh/storage/storage.py:1133:12: E111 indentation is not a multiple of four
216swh/storage/storage.py:1133:12: E113 unexpected indentation
217swh/storage/storage.py:1136:21: E701 multiple statements on one line (colon)
218swh/storage/storage.py:1137:16: E111 indentation is not a multiple of four
219swh/storage/storage.py:1137:16: E113 unexpected indentation
220swh/storage/storage.py:1179:17: E701 multiple statements on one line (colon)
221swh/storage/storage.py:1195:17: E701 multiple statements on one line (colon)
222swh/storage/storage.py:1213:48: E211 whitespace before '('
223swh/storage/storage.py:1214:19: E211 whitespace before '('
224swh/storage/storage.py:1216:9: E901 TokenError: EOF in multi-line string
225swh/storage/tests/test_storage.py:929:5: E303 too many blank lines (2)
226swh/storage/api/client.py:130:5: E303 too many blank lines (2)
227../Makefile.python:25: recipe for target 'check' failed
228

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.

Build Log 2611 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

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 ^
125IndentationError: unexpected indent
126
127======================================================================
128ERROR: Failure: IndentationError (unexpected indent (storage.py, line 456))
129----------------------------------------------------------------------
130Traceback (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 ^
155IndentationError: unexpected indent
156
157----------------------------------------------------------------------
158Ran 5 tests in 0.117s
159
160FAILED (errors=5)
161

Update environment from working copy

When
Completed at Sep 29 2016, 7:18 PM · Built for 13 s
Status
Passed

Build Log 2605 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1mr update: command failed
2mr update: command failed
3mr update: command failed
4mr update: command failed
5mr update: command failed
6mr update: command failed
7mr update: command failed
8

Build Log 2604 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

64mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-objstorage
65mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-objstorage
66ssh_exchange_identification: Connection closed by remote host
67fatal: Could not read from remote repository.
68
69Please make sure you have the correct access rights
70and the repository exists.
71
72mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-py-template
73mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-py-template
74ssh_exchange_identification: Connection closed by remote host
75fatal: Could not read from remote repository.
76
77Please make sure you have the correct access rights
78and the repository exists.
79
80mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage
81mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage
82ssh_exchange_identification: read: Connection reset by peer
83fatal: Could not read from remote repository.
84
85Please make sure you have the correct access rights
86and the repository exists.
87
88mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-dir
89mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-dir
90Already up-to-date.
91
92mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-svn
93mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-loader-svn
94Already up-to-date.
95
96mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-model
97mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-model
98Already up-to-date.
99
100mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-scheduler
101mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-scheduler
102Already up-to-date.
103
104mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata
105mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-storage-testdata
106Already up-to-date.
107
108mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui
109mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui
110Already up-to-date.
111
112mr update: finished (14 ok; 7 failed)
113

Clone on Software Heritage Worker

When
Completed at Sep 29 2016, 7:18 PM · Built instantly
Status
Passed

Event Timeline