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

Please increase timeout time for rerun to 60 minutes #2680

Closed
emilk opened this issue Nov 29, 2024 · 3 comments
Closed

Please increase timeout time for rerun to 60 minutes #2680

emilk opened this issue Nov 29, 2024 · 3 comments

Comments

@emilk
Copy link

emilk commented Nov 29, 2024

Crate name

rerun

Build failure link

https://docs.rs/crate/rerun/0.20.2/builds/1567546

Requested RAM limit

No response

Requested timeout

60

Requested number of targets

No response

Why your crate needs the resource increases

It timed out after 30 minutes.

Rerun has 1233 (indirect) dependencies, so I guess that's why it is so slow. Sorry 😬

For what it's worth, a single core on my M3 macBook can build the docs in ten minutes:

cargo +nightly doc -p rerun -j 1 --all-features 521.58s user 170.56s system 108% cpu 10:36.25 total

(with --no-deps it is 20 seconds. I don't know why docs.rs doesn't run with --no-deps)

Related:

@syphar
Copy link
Member

syphar commented Nov 30, 2024

I updated the limit.

(with --no-deps it is 20 seconds. I don't know why docs.rs doesn't run with --no-deps)

we are running with --no-deps, kind of. Which is why you don't see the dependency docs in docs.rs :)

It timed out after 30 minutes.

there are plenty of reasons of the long build time, dependencies could be one, most of the time it's macros that consume more time. we're actually building with 6 cores, if I recall correctly.

@syphar syphar closed this as completed Nov 30, 2024
@syphar
Copy link
Member

syphar commented Nov 30, 2024

I also triggered a rebuild for the release

@emilk
Copy link
Author

emilk commented Dec 1, 2024

Thank you 🙏

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

2 participants