[Pkg-rust-maintainers] Bug#1069804: rust-mio-0.6 accesses network resources during the build

Jochen Sprickerhof jspricke at debian.org
Thu Apr 25 07:30:33 BST 2024


Source: rust-mio-0.6
Version: 0.6.23-3
Severity: serious
Tags: sid trixie ftbfs

rust-mio-0.6 accesses network resources during the build:

Test executable failed (exit status: 101).

stderr:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" }', src/sys/unix/ready.rs:22:16
stack backtrace:
   0: rust_begin_unwind
             at /usr/src/rustc-1.70.0/library/std/src/panicking.rs:578:5
   1: core::panicking::panic_fmt
             at /usr/src/rustc-1.70.0/library/core/src/panicking.rs:67:14
   2: core::result::unwrap_failed
             at /usr/src/rustc-1.70.0/library/core/src/result.rs:1687:5
   3: core::result::Result<T,E>::unwrap
   4: rust_out::main
   5: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.



failures:
    src/poll.rs - poll::Poll (line 267)
    src/poll.rs - poll::Poll::deregister (line 877)
    src/poll.rs - poll::Poll::register (line 735)
    src/poll.rs - poll::Poll::reregister (line 820)
    src/sys/unix/ready.rs - sys::unix::ready::UnixReady (line 66)

test result: FAILED. 74 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.37s



More information about the Pkg-rust-maintainers mailing list