-
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
Build failure not recorded if failure during crate fetch step #797
Comments
Note that we still have a record of the crate: it's in the |
I think this can't be fixed without changes to rustwide. In particular, I don't think there's anything docs.rs can do without at least being able to parse the Cargo manifest, and we can't parse the manifest until we have access to the source directory: docs.rs/src/docbuilder/rustwide_builder.rs Line 310 in ba9364b
And rustwide generates its own errors before ever running that closure :/ the error from alcro looks like
|
I guess another thing we could do is just record the name and version? But at that point I think it makes more sense to fix #1011 instead, we don't have any more info available than what's in the index. |
Yep, my thoughts on this was definitely to do it after #1011, so that we can also create the |
solved with #2467 |
If you run
> docker-compose run web build crate alcro 0.1.4
it will fail because of the lockfile (currently at least, this might be a bug). This is not recorded anywhere, so if it's built via the queue the version just silently disappears.
The text was updated successfully, but these errors were encountered: