rust-lang / docs.rs

crates.io documentation generator
https://docs.rs
MIT License
977 stars 195 forks source link

liboxen docs failing #2515

Closed gschoeni closed 3 months ago

gschoeni commented 3 months ago

Crate name

liboxen

Build failure link

https://docs.rs/crate/liboxen/0.15.13/builds/1243240

Requested RAM limit

8GB

Requested timeout

30 minutes

Requested number of targets

No response

Why your crate needs the resource increases

Not sure why it keeps failing on the duckdb build, it seems like their docs build fine. Maybe there is some other configuration I am missing. Any pointers would be helpful, but I thought I'd try extending the RAM and the timeout.

syphar commented 3 months ago

the error says ReadOnlyFilesystem, which means it's definitely not related to our memory limit.

My (wild) guess would be that the bundled feature you're setting results in this error, because then the duckdb lib tries to write into a directory it shouldn't.

The libduckdb_sys docs themselves don't set this feature, so the build succeeds there.

So you could:

gschoeni commented 3 months ago

Thanks for following up! Let me try disabling the feature for the doc-build

syphar commented 3 months ago

I see the build for the last version has succeeded, so I'll close this issue.