Using the following command:
curl "http://localhost:8082/stage?artifacts=full_payload,stateful,autotest_packages&files=&archive_url=gs://chromeos-image-archive/daisy-release/R53-8480.0.0"
Receiving the following output:
chromeos-test@android1758-infra-devserver10:~/chromiumos/chromite$ curl "http://localhost:8082/stage?artifacts=full_payload,stateful,autotest_packages&files=&archive_url=gs://chromeos-image-archive/daisy-release/R53-8480.0.0"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<title>500 Internal Server Error</title>
<style type="text/css">
#powered_by {
margin-top: 20px;
border-top: 2px solid black;
font-style: italic;
}
#traceback {
color: red;
}
</style>
</head>
<body>
<h2>500 Internal Server Error</h2>
<p>The server encountered an unexpected condition which prevented it from fulfilling the request.</p>
<pre id="traceback">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 791, in stage
dl.Download(factory, async=async)
File "/home/chromeos-test/chromiumos/src/platform/dev/downloader.py", line 190, in Download
self._DownloadArtifactsSerially(required_artifacts, no_wait=True)
File "/home/chromeos-test/chromiumos/src/platform/dev/downloader.py", line 231, in _DownloadArtifactsSerially
artifact.Process(self, no_wait)
File "/home/chromeos-test/chromiumos/src/platform/dev/build_artifact.py", line 334, in Process
self.name, self.is_regex_name, timeout)
File "/home/chromeos-test/chromiumos/src/platform/dev/downloader.py", line 327, in Wait
(name, self._archive_url))
ArtifactDownloadError: Could not find *_full_* in Google Storage at gs://chromeos-image-archive/daisy-release/R53-8480.0.0
</pre>
<div id="powered_by">
<span>Powered by <a href="http://www.cherrypy.org">CherryPy 3.2.2</a></span>
</div>
</body>
</html>
Comment 1 by kevcheng@chromium.org
, Dec 13 2016