-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
A-networkingArea: networking issues, curl, etc.Area: networking issues, curl, etc.O-openbsdOS: OpenBSDOS: OpenBSDS-needs-infoStatus: Needs more info, such as a reproduction or more background for a feature request.Status: Needs more info, such as a reproduction or more background for a feature request.
Description
When trying to build a project on OpenBSD 7.2 (-current
) I'm running into the following error:
$ cargo build --release --verbose
error: failed to wait on curl `Multi`
Caused by:
Unrecoverable error in select/poll
I tracked down the source of this error:
cargo/src/cargo/core/package.rs
Line 1014 in a2ea66b
.with_context(|| "failed to wait on curl `Multi`")?; |
However, I do not understand why this is happening. I've also run the command with ktrace
and skimmed over the attached ktrace.out
using kdump -f ktrace.out | less
, however I can't see an obvious issue in there either.
I'd appreciate hints!
$ cargo --version
cargo 1.65.0
$ rustc --version
rustc 1.65.0
Metadata
Metadata
Assignees
Labels
A-networkingArea: networking issues, curl, etc.Area: networking issues, curl, etc.O-openbsdOS: OpenBSDOS: OpenBSDS-needs-infoStatus: Needs more info, such as a reproduction or more background for a feature request.Status: Needs more info, such as a reproduction or more background for a feature request.