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

Issue 613284 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: May 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug



Sign in to add a comment

Not able to schedule autotest suite

Project Member Reported by ka...@chromium.org, May 19 2016

Issue description

I am trying to initiate test suites to verify functionality and help qualification for M51-8172.39.0 beta channel RC build



Autotest instance: cautotest
05-19-2016 [13:07:41] Submitted create_suite_job rpc
Error Message: StageControlFileFailure: Failed to stage cyan-release/R51-8172.39.0: 


    
    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/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 656, in respond
    response.body = self.handler()
  File "/usr/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 188, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py", line 34, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/home/chromeos-test/chromiumos/src/platform/dev/devserver.py", line 669, in is_staged
    return str(dl.IsStaged(factory))
  File "/home/chromeos-test/chromiumos/src/platform/dev/downloader.py", line 211, in IsStaged
    raise DownloaderException(exceptions)
DownloaderException: Could not find test_suites.tar.bz2 in Google Storage at gs://chromeos-image-archive/cyan-release/R51-8172.39.0

    
    Powered by CherryPy 3.2.2
    
    


Traceback (most recent call last):
  File "/usr/local/autotest/frontend/afe/json_rpc/serviceHandler.py", line 114, in dispatchRequest
    results['result'] = self.invokeServiceEndpoint(meth, args)
  File "/usr/local/autotest/frontend/afe/json_rpc/serviceHandler.py", line 154, in invokeServiceEndpoint
    return meth(*args)
  File "/usr/local/autotest/frontend/afe/rpc_handler.py", line 125, in new_fn
    return f(*args, **keyword_args)
  File "/usr/local/autotest/frontend/afe/rpc_utils.py", line 1322, in replacement
    return func(**kwargs)
  File "/usr/local/autotest/frontend/afe/site_rpc_interface.py", line 247, in create_suite_job
    test_source_build, hostname=sample_dut)
  File "/usr/local/autotest/frontend/afe/site_rpc_interface.py", line 143, in _stage_build_artifacts
    "Failed to stage %s: %s" % (build, e))
StageControlFileFailure: Failed to stage cyan-release/R51-8172.39.0: 


    
    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/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 656, in respond
    response.body = self.handler()
  File "/usr/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 188, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py", line 34, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/home/chromeos-test/chromiumos/src/platform/dev/devserver.py", line 669, in is_staged
    return str(dl.IsStaged(factory))
  File "/home/chromeos-test/chromiumos/src/platform/dev/downloader.py", line 211, in IsStaged
    raise DownloaderException(exceptions)
DownloaderException: Could not find test_suites.tar.bz2 in Google Storage at gs://chromeos-image-archive/cyan-release/R51-8172.39.0

    
    Powered by CherryPy 3.2.2
    
    



Traceback (most recent call last):
  File "../../../third_party/autotest/files/site_utils/run_suite.py", line 1734, in <module>
    sys.exit(main())
  File "../../../third_party/autotest/files/site_utils/run_suite.py", line 1721, in main
    output_json = json.dumps(output_dict, sort_keys=True)
  File "/usr/lib/python2.7/json/__init__.py", line 250, in dumps
    sort_keys=sort_keys, **kw).encode(obj)
  File "/usr/lib/python2.7/json/encoder.py", line 209, in encode
    chunks = list(chunks)
  File "/usr/lib/python2.7/json/encoder.py", line 434, in _iterencode
    for chunk in _iterencode_dict(o, _current_indent_level):
  File "/usr/lib/python2.7/json/encoder.py", line 408, in _iterencode_dict
    for chunk in chunks:
  File "/usr/lib/python2.7/json/encoder.py", line 442, in _iterencode
    o = _default(o)
  File "/usr/lib/python2.7/json/encoder.py", line 184, in default
    raise TypeError(repr(o) + " is not JSON serializable")
TypeError: JSONRPCException(u'StageControlFileFailure: Failed to stage cyan-release/R51-8172.39.0: \n\n\n    \n    500 Internal Server Error\n    \n    #powered_by {\n        margin-top: 20px;\n        border-top: 2px solid black;\n        font-style: italic;\n    }\n\n    #traceback {\n        color: red;\n    }\n    \n\n    \n        500 Internal Server Error\n        The server encountered an unexpected condition which prevented it from fulfilling the request.\n        Traceback (most recent call last):\n  File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 656, in respond\n    response.body = self.handler()\n  File "/usr/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 188, in __call__\n    self.body = self.oldhandler(*args, **kwargs)\n  File "/usr/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py", line 34, in __call__\n    return self.callable(*self.args, **self.kwargs)\n  File "/home/chromeos-test/chromiumos/src/platform/dev/devserver.py", line 669, in is_staged\n    return str(dl.IsStaged(factory))\n  File "/home/chromeos-test/chromiumos/src/platform/dev/downloader.py", line 211, in IsStaged\n    raise DownloaderException(exceptions)\nDownloaderException: Could not find test_suites.tar.bz2 in Google Storage at gs://chromeos-image-archive/cyan-release/R51-8172.39.0\n\n    \n    Powered by CherryPy 3.2.2\n    \n    \n\n\nTraceback (most recent call last):\n  File "/usr/local/autotest/frontend/afe/json_rpc/serviceHandler.py", line 114, in dispatchRequest\n    results[\'result\'] = self.invokeServiceEndpoint(meth, args)\n  File "/usr/local/autotest/frontend/afe/json_rpc/serviceHandler.py", line 154, in invokeServiceEndpoint\n    return meth(*args)\n  File "/usr/local/autotest/frontend/afe/rpc_handler.py", line 125, in new_fn\n    return f(*args, **keyword_args)\n  File "/usr/local/autotest/frontend/afe/rpc_utils.py", line 1322, in replacement\n    return func(**kwargs)\n  File "/usr/local/autotest/frontend/afe/site_rpc_interface.py", line 247, in create_suite_job\n    test_source_build, hostname=sample_dut)\n  File "/usr/local/autotest/frontend/afe/site_rpc_interface.py", line 143, in _stage_build_artifacts\n    "Failed to stage %s: %s" % (build, e))\nStageControlFileFailure: Failed to stage cyan-release/R51-8172.39.0: \n\n\n    \n    500 Internal Server Error\n    \n    #powered_by {\n        margin-top: 20px;\n        border-top: 2px solid black;\n        font-style: italic;\n    }\n\n    #traceback {\n        color: red;\n    }\n    \n\n    \n        500 Internal Server Error\n        The server encountered an unexpected condition which prevented it from fulfilling the request.\n        Traceback (most recent call last):\n  File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 656, in respond\n    response.body = self.handler()\n  File "/usr/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 188, in __call__\n    self.body = self.oldhandler(*args, **kwargs)\n  File "/usr/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py", line 34, in __call__\n    return self.callable(*self.args, **self.kwargs)\n  File "/home/chromeos-test/chromiumos/src/platform/dev/devserver.py", line 669, in is_staged\n    return str(dl.IsStaged(factory))\n  File "/home/chromeos-test/chromiumos/src/platform/dev/downloader.py", line 211, in IsStaged\n    raise DownloaderException(exceptions)\nDownloaderException: Could not find test_suites.tar.bz2 in Google Storage at gs://chromeos-image-archive/cyan-release/R51-8172.39.0\n\n    \n    Powered by CherryPy 3.2.2\n    \n    \n\n\n',) is not JSON serializable
 

Comment 1 by ka...@chromium.org, May 19 2016

At this time  issue 613265  is present.

Comment 2 by dshi@chromium.org, May 19 2016

gsutil ls gs://chromeos-image-archive/cyan-release/R51-8172.39.0
returns an error

Seems the build is never get to GS.

Comment 3 by ka...@chromium.org, May 19 2016

Status: WontFix (was: Untriaged)
I see, thanks for the clarification
GE shows Failed build- https://screenshot.googleplex.com/GOJHT3qviOV

I should not have tried to run test suites on cyan

Sign in to add a comment