"Fetch tests from build" error
Reported by
chasing....@gmail.com,
Nov 7
|
||
Issue description
StageControlFileFailure: Failed to stage nocturne-release/R72-11233.0.0 on 192.168.231.1:
500 Internal Server Error
#powered_by {
margin-top: 20px;
border-top: 2px solid black;
font-style: italic;
}
#traceback {
color: red;
}
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/cherrypy/_cprequest.py", line 656, in respond
response.body = self.handler()
File "/usr/lib64/python2.7/site-packages/cherrypy/lib/encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/usr/lib64/python2.7/site-packages/cherrypy/_cpdispatch.py", line 34, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/lib/devserver/devserver.py", line 798, in is_staged
response = str(dl.IsStaged(factory))
File "/usr/lib/devserver/downloader.py", line 216, in IsStaged
raise DownloaderException(exceptions)
DownloaderException: None
Powered by CherryPy 3.2.2
Traceback (most recent call last):
File "/usr/local/autotest/frontend/afe/json_rpc/serviceHandler.py", line 109, in dispatchRequest
results['result'] = self.invokeServiceEndpoint(meth, args)
File "/usr/local/autotest/frontend/afe/json_rpc/serviceHandler.py", line 147, in invokeServiceEndpoint
return meth(*args)
File "/usr/local/autotest/frontend/afe/rpc_handler.py", line 270, in new_fn
return f(*args, **keyword_args)
File "/usr/local/autotest/frontend/afe/rpc_interface.py", line 2362, in get_tests_by_build
cfile_getter = control_file_lib._initialize_control_file_getter(build)
File "/usr/local/autotest/frontend/afe/control_file.py", line 253, in _initialize_control_file_getter
'Failed to stage %s on %s: %s' % (build, ds_name, e))
StageControlFileFailure: Failed to stage nocturne-release/R72-11233.0.0 on 192.168.231.1:
500 Internal Server Error
#powered_by {
margin-top: 20px;
border-top: 2px solid black;
font-style: italic;
}
#traceback {
color: red;
}
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/cherrypy/_cprequest.py", line 656, in respond
response.body = self.handler()
File "/usr/lib64/python2.7/site-packages/cherrypy/lib/encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/usr/lib64/python2.7/site-packages/cherrypy/_cpdispatch.py", line 34, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/lib/devserver/devserver.py", line 798, in is_staged
response = str(dl.IsStaged(factory))
File "/usr/lib/devserver/downloader.py", line 216, in IsStaged
raise DownloaderException(exceptions)
DownloaderException: None
Powered by CherryPy 3.2.2
------------------------------
Failed to update tests for given build.
,
Nov 8
This is on the Create Job page - correct? Can you confirm that your boto and image storage URL are correctly configured on the Moblab Config Wizard page?
,
Nov 8
Keith came to look - this is due to some gsutil permission issue. Closing for now.
,
Nov 8
|
||
►
Sign in to add a comment |
||
Comment 1 by mqg@chromium.org
, Nov 7Owner: haddowk@chromium.org