Closed
Description
Having problems running cargo build
right now because package downloads keep erroring out. It happens about once every 3 packages, but isn't correlated with the package being downloaded (i.e. when retrying it downloads fine). Sometimes it returns 503, sometimes it times out.
Caused by:
Failed to get 200 reponse from https://crates.io/api/v1/crates/gl_generator/0.0.25/download
Response {503, connection: keep-alive, cache-control: no-cache, no-store, server: Cowboy, content-length: 484, date: Mon, 11 May 2015 03:32:03 GMT, content-type: text/html; charset=utf-8, <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
html, body, iframe { margin: 0; padding: 0; height: 100%; }
iframe { display: block; width: 100%; border: none; }
</style>
<title>Application Error</title>
</head>
<body>
<iframe src="//s3.amazonaws.com/heroku_pages/error.html">
<p>Application Error</p>
</iframe>
</body>
</html>]
Metadata
Metadata
Assignees
Labels
No labels