-
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
bevy_mod_picking
fails to build
#2441
Comments
That shouldn't be the issue, we only build docs for the
|
Ah wait no, there's more logs that have been stripped because they're too long, they start with:
and go on for pages and pages of repetitive That is probably not the cause though, just hiding the ability to see the failure code. I wonder if it is an out of memory error, you could try |
There is a self-referential
So, 576 MB if I'm reading this correctly. I'm on macos, so I had to install |
I've tried removing the self reference, which doesn't seem to be used, and republished. |
That did not seem to change anything. https://docs.rs/crate/bevy_mod_picking/0.18.1/builds/1149464 |
short update: we still don't know the actual error But we'll wait until cargo is fixed (next nightly or the one after) and try the build again. Alternatively we see if we can get rust-lang/rustwide#83 released & integrated into docs.rs, and then re-run the build. |
bevy_mod_picking
fails to build, too many build targets?bevy_mod_picking
fails to build
Let me know if there is anything I can do locally to debug this. Thanks! |
|
thanks for the ping! I queued a rebuild for bevy_mod_picking 0.18.1 : https://docs.rs/releases/queue |
it looks like the build succeeded now: |
I'm aware we still don't know what the actual build failure was, if it failed becauses of the huge amount of logs? or something else. |
Thanks! |
Crate name
bevy_mod_picking
Build failure link
https://docs.rs/crate/bevy_mod_picking/0.18.0/builds/1148272
Additional details
I think this latest release added an 11th build target, which is why it is now failing. Running
cargo doc --all-features --no-deps --workspace
locally generates 11 output files, which I assume is the issue. Unfortunately, the logs are truncated, so I'm just guessing at the issue.The text was updated successfully, but these errors were encountered: