On Sat, May 2, 2026, at 9:01 PM, Jerome BENOIT wrote: > Hello, > > I am on my way to package a software partially written in rust and in python. > I may add that rust is new for me. > Whatever, I gave it a try to cargo-debstatus, > but it keeps stalling and terminating with the message > > Error: A worker crashed > > Caused by: > 0: error connecting to server: Connection timed out (os error 110) > 1: Connection timed out (os error 110) > > Can anyone give a hint to solve this issue ?
Which version of cargo-debstatus are you using? which crate/project are you running it on? It sounds to me like it fails/failed to connect to UDD. If you run it with `RUST_LOG=debug cargo debstatus` it will be more verbose (you can also use `info` or `trace` as levels). If you are on IRC, feel free to join #debian-rust on IRC, we're happy to help :) Fabian

