New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 902872 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Nov 8
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

"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.
 
Cc: mqg@chromium.org mattmallett@chromium.org
Owner: haddowk@chromium.org
reproduce:
1. "autotest web frontend" UI
2. Choose image URL, and select "fetch tests from build"
3. see error message "Failed to update tests for given build." 

The above error message I copied from the "error log" box. 
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?
Keith came to look - this is due to some gsutil permission issue. Closing for now. 
Status: Verified (was: Untriaged)

Sign in to add a comment