-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stm32f7xx-hal v0.6.0 docs build failure #1563
Comments
Hmm, this happens because cargo tries to fetch sources for the dependencies when network access is blocked. But those sources should already have been fetched by rustwide before entering the sandbox. I guess cargo might make different decisions for fetching when we pass --target? I wonder if this is related to #1559 somehow. |
The build is from 2021-11-02, so before the #1559 changes. |
What's weird is that it's attempting to download |
The uploaded The build was from before the currently retained logs, so no extra clues there. I have requeued the build to see if it works correctly now or if we can get some more info. |
Ah, the initial build fails
then it regenerates the |
Has been rebuilt and docs are available. |
Crate name
stm32f7xx-hal
Build failure link
https://docs.rs/crate/stm32f7xx-hal/0.6.0/builds/457266
Additional details
From the build logs, it appears that the build sandbox could not resolve DNS for crates.io despite 2 retries.
The text was updated successfully, but these errors were encountered: