-
Notifications
You must be signed in to change notification settings - Fork 943
Install takes forever(?) #6849
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
Comments
Update: the installer finished after about 15 minutes total. If this can't be made faster, then at least I think it should be more verbose and show some progress. |
I suspect that was was This can be caused if you change your rust version, and the recompilation of all the crates (that are a few) is trigger |
The Current version is |
i think i saw a commit for cln that updated the rust version and it might be that cargo updated its repo which takes a long time (git resolving deltas). I gave it a quick search and found this: rust-lang/cargo#11014 |
No, we did not, we do not force the rustc version at the moment but it is possible that cargo is rebuilding. If this happens could you run a patch version of the |
Good idea, I'll try that if it happens again. |
It's being slow again while upgrading to v24.02, but I can't find the Cargo version before install: |
It was a bit faster than last time, only about 5 minutes. Cargo version after install is unchanged. |
git grep returned some item
The cln-rust library is changed in this case, causing rebuilding (maybe) but I do not know why it is taking all this time :/ |
Oh I guess I did a |
I'm trying to install
v23.11rc1
on Ubuntu 23.04, but the installer seems to get stuck.Log for the latter command:
1 CPU seems to be 100% busy with
cargo build --quiet --bin cln-grpc
for 10+ minutes now. I guess I'll just wait, but the whole build never took more than a few minutes on this machine.The text was updated successfully, but these errors were encountered: