-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
error: failed to wait on curl Multi
#11435
Comments
Something that might be worth pointing out, however I can't tell whether that has something to do with the error:
|
Also:
//edit: I've just tried The thing I was trying to build using |
Can you say more about how you installed rust/cargo? Can you provide the output of |
I'm encountering a similar issue, also on OpenBSD 7.2, though I'm trying to install a different package: Output of
Cargo was installed by installing Think you're right about using the system curl--how do I tell cargo otherwise? |
I tried in multiple ways but the one that imho should have worked was by simply installing |
When I try with "normal" user, ex. "cargo install gitui", this finish with no error.
But when I try with "root" (or with doas), shows me this error
|
It also appears to not be always reproducible: $ cargo build
error: failed to wait on curl `Multi`
Caused by:
Unrecoverable error in select/poll
$ cargo build
Downloaded opentelemetry-jaeger v0.17.0
Downloaded futures-core v0.3.28
Downloaded zstd-sys v2.0.8+zstd.1.5.5
Downloaded libsqlite3-sys v0.26.0
Downloaded rand_chacha v0.2.2
Downloaded librocksdb-sys v0.11.0+8.1.1
Downloading 190 crates, extracting librocksdb-sys ... Facts about this system:
I might be wise to try the same command a couples of time before thinking about which context it happens, as it might very much be luck when running in one context, and not another. |
same problem here, using openbsd 7.3. funny thing is, it works with the first user created, not with root, not with any other 'normal' user. like its locked to uid 1000 or smth. |
Increasing the number of file descriptors, e.g. |
I can confirm that on OpenBSD 7.4 this issue can be avoided by setting Feel free to either leave this issue open, in case you believe that |
Thanks for the update! I wonder if it still happens with the latest Cargo (nightly or 1.75.0). If yes, we may leave this open until we find the root cause of this :) |
This is also happening to me on 7.5-current. It is also the file descriptor limit in my case. |
|
When trying to build a project on OpenBSD 7.2 (
-current
) I'm running into the following error:I tracked down the source of this error:
cargo/src/cargo/core/package.rs
Line 1014 in a2ea66b
However, I do not understand why this is happening. I've also run the command with
ktrace
and skimmed over the attachedktrace.out
usingkdump -f ktrace.out | less
, however I can't see an obvious issue in there either.I'd appreciate hints!
ktrace.out.gz
The text was updated successfully, but these errors were encountered: