Skip to content
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

Crate succeeds to build, but some pages are unreachable #2536

Closed
Bromeon opened this issue Jun 24, 2024 · 8 comments
Closed

Crate succeeds to build, but some pages are unreachable #2536

Bromeon opened this issue Jun 24, 2024 · 8 comments

Comments

@Bromeon
Copy link

Bromeon commented Jun 24, 2024

Crate name

godot

Build failure link

https://docs.rs/crate/godot/0.1.1/builds

Additional details

Several modules in the godot crate page are unreachable. Some like builtin work, others like classes don't.
https://docs.rs/godot/0.1.1/godot/#modules

The error message is: The requested resource does not exist

In case this is a misconfiguration on my side, could you help me point that out?
See also downstream issue godot-rust/gdext#779.

Thanks a lot in advance! 🙂

@syphar
Copy link
Member

syphar commented Jun 25, 2024

This odd, but I have a hunch what the reason could be.

I'm currently on the way back from rustfest zürich, with wonky internet connection, will look into it later today

@syphar
Copy link
Member

syphar commented Jun 25, 2024

Still odd, I checked the two typical issues / solutions for these kind of errors, both didn't help.

I need to dig deeper and see if I can reproduce this locally to debug

@StatisMike
Copy link

At least currently, all pages seem to be showing up on when choosing every platform besides x86_62-unknown-linux-gnu (which is default)

@syphar
Copy link
Member

syphar commented Jun 26, 2024

note to myself, things I just checked:

next step:

  • run the build locally, so I can see if the issue is in the webserver, or the archive index file

@syphar
Copy link
Member

syphar commented Jun 29, 2024

now it gets tricky: local build succeeds, and all pages I tested worked.

in the logs on the server I saw an odd "missing bz2 header", though I couldn't directly link it to this crate.

Next test I'll do is to download the archive index & archive from S3, and test locally with these. Also I'll probably have to extend logging in the respective handler.

@syphar
Copy link
Member

syphar commented Jul 11, 2024

I found the issue and deployed a fix.

A rebuild is queued after which it should be fine for this crate release.

I'll leave this issue open since I also have to queue rebuilds (or just fix the archive indexes) for all affected releases since I deployed #2520, so ~june 23nd

@syphar
Copy link
Member

syphar commented Jul 12, 2024

I found another issue on the zip library for this zip-rs/zip2#189

let's see how it's fixed

@Bromeon
Copy link
Author

Bromeon commented Jul 12, 2024

Thank you so much! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants