Skip to content

Downloading crates from crates.io fails with HTTP 503 Application Error from herokucdn #6385

Closed
@Jolg42

Description

@Jolg42

Problem

Here is an example:

https://github.com/prisma/prisma-engines/actions/runs/4797771434/jobs/8535173263?pr=3917#step:4:1

Downloading crates ...
warning: spurious network error (2 tries remaining): failed to get successful HTTP response from `[https://crates.io/api/v1/crates/ahash/0.7.6/download`](https://crates.io/api/v1/crates/ahash/0.7.6/download%60), got 503
body:
<!DOCTYPE html>
	<html>
	  <head>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<meta charset="utf-8">
		<title>Application Error</title>
		<style media="screen">
		  html,body,iframe {
			margin: 0;
			padding: 0;
		  }
		  html,body {
			height: 100%;
			overflow: hidden;
		  }
		  iframe {
			width: 100%;
			height: 100%;
			border: 0;
		  }
		</style>
	  </head>
	  <body>
		<iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
	  </body>
	</html>

Is there anything we can do on our side? (besides retrying)

https://status.crates.io/ does not mention any outage.

Steps

  • cargo clean && cargo build

Possible Solution(s)

No response

Notes

No response

Version

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions