Your message dated Fri, 10 Oct 2025 17:05:03 +0000
with message-id <[email protected]>
and subject line Bug#1117771: fixed in rust-wiremock 0.6.5-1
has caused the Debian Bug report #1117771,
regarding rust-wiremock: FTBFS: error[E0432]: unresolved import
`tokio::net::TcpListener`
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1117771: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117771
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rust-wiremock
Version: 0.6.4-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202510/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:rust-wiremock, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
warning: `futures` (lib) generated 1 warning
Compiling url v2.5.4
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=url CARG
[too-long-redacted] stry=/usr/share/cargo/registry`
warning: unexpected `cfg` condition value: `debugger_visualizer`
--> /usr/share/cargo/registry/url-2.5.4/src/lib.rs:148:5
|
148 | feature = "debugger_visualizer",
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`, `expose_internals`,
`serde`, and `std`
= help: consider adding `debugger_visualizer` as a feature in `Cargo.toml`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
Compiling regex v1.11.2
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.11.2
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.11.2/Cargo.toml
CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant
<[email protected]>' CARGO_PKG_DESCRIPTION='An implementation of regular
expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CA
[too-long-redacted] stry=/usr/share/cargo/registry`
warning: `url` (lib) generated 1 warning
Compiling assert-json-diff v2.0.2
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=assert_j
[too-long-redacted] stry=/usr/share/cargo/registry`
Compiling hyper-util v0.1.17
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=hyper_ut
[too-long-redacted] stry=/usr/share/cargo/registry`
Compiling http-body-util v0.1.2
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=http_body_util
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/http-body-util-0.1.2
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/http-body-util-0.1.2/Cargo.toml
CARGO_PKG_AUTHORS='Carl Lerche <[email protected]>:Lucio Franco
<[email protected]>:Sean McArthur <[email protected]>'
CARGO_PKG_DESCRIPTION='Combinators and adapters for HTTP request or response
bodies.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICE
[too-long-redacted] stry=/usr/share/cargo/registry`
warning: function `poll_fn` is never used
--> /usr/share/cargo/registry/hyper-util-0.1.17/src/common/future.rs:8:15
|
8 | pub(crate) fn poll_fn<T, F>(f: F) -> PollFn<F>
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: `hyper-util` (lib) generated 1 warning
Compiling base64 v0.22.1
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=base64 C
[too-long-redacted] stry=/usr/share/cargo/registry`
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /usr/share/cargo/registry/base64-0.22.1/src/lib.rs:223:13
|
223 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `default`, and `std`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
Compiling wiremock v0.6.4 (/<<PKGBUILDDIR>>)
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=wiremock
[too-long-redacted] stry=/usr/share/cargo/registry`
warning: `base64` (lib) generated 1 warning
error[E0432]: unresolved import `tokio::net::TcpListener`
--> src/mock_server/hyper.rs:5:5
|
5 | use tokio::net::TcpListener;
| ^^^^^^^^^^^^^^^^^^^^^^^ no `TcpListener` in `net`
|
note: found an item that was configured out
--> /usr/share/cargo/registry/tokio-1.47.1/src/net/mod.rs:43:28
|
43 | pub use tcp::listener::TcpListener;
| ^^^^^^^^^^^
note: the item is gated behind the `net` feature
--> /usr/share/cargo/registry/tokio-1.47.1/src/net/mod.rs:38:1
|
38 | / cfg_net! {
39 | | mod lookup_host;
40 | | pub use lookup_host::lookup_host;
... |
52 | | }
| |_^
= note: this error originates in the macro `cfg_net` (in Nightly builds, run
with -Z macro-backtrace for more info)
help: consider importing this struct instead
|
5 - use tokio::net::TcpListener;
5 + use std::net::TcpListener;
|
For more information about this error, try `rustc --explain E0432`.
error: could not compile `wiremock` (lib) due to 1 previous error
Caused by:
process didn't exit successfully: `CARGO=/usr/bin/cargo CA
[too-long-redacted] argo/registry` (exit status: 1)
dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101
make: *** [debian/rules:3: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: rust-wiremock
Source-Version: 0.6.5-1
Done: Fabian Grünbichler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rust-wiremock, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Fabian Grünbichler <[email protected]> (supplier of updated
rust-wiremock package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 10 Oct 2025 18:55:25 +0200
Source: rust-wiremock
Architecture: source
Version: 0.6.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers
<[email protected]>
Changed-By: Fabian Grünbichler <[email protected]>
Closes: 1117771
Changes:
rust-wiremock (0.6.5-1) unstable; urgency=medium
.
* Team upload.
* Package wiremock 0.6.5 from crates.io using debcargo 2.7.11
- 0.6.5 properly uses tokio with the "net" feature enabled
(Closes: #1117771)
- Update d/watch to uscan v5
- Drop default RRR³ "no" value
Checksums-Sha1:
3b9baf23c71e3e56c345f03430b63510d171e981 3736 rust-wiremock_0.6.5-1.dsc
9cf598be5c7071a255c27c9eaf4253443fd25086 60561 rust-wiremock_0.6.5.orig.tar.gz
998eb077b1f5e9b8ecaeb877dcd42a050a0624ab 3108
rust-wiremock_0.6.5-1.debian.tar.xz
b4778af2bdb3472f3a63baca11c1ef2b75662dd7 7469
rust-wiremock_0.6.5-1_source.buildinfo
Checksums-Sha256:
0703e8a7a02f5c8f48f689fb66e030b1ee118dce592a4132caafb78a5ea0ad15 3736
rust-wiremock_0.6.5-1.dsc
08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031 60561
rust-wiremock_0.6.5.orig.tar.gz
972ecc1bb6f02d622d7a260445dc3760c3ac2c141f9e460914e8e522d81bbbfb 3108
rust-wiremock_0.6.5-1.debian.tar.xz
143381996d40661d0f576dd35e7758cbe042542d967c985870f19d0431dd614f 7469
rust-wiremock_0.6.5-1_source.buildinfo
Files:
c7664173ebf35adad117adbd4caf9ce2 3736 rust optional rust-wiremock_0.6.5-1.dsc
f9688355fa47b9911828531d02b7f6e7 60561 rust optional
rust-wiremock_0.6.5.orig.tar.gz
6e8fbc5543c16d7393f5a73096e474bb 3108 rust optional
rust-wiremock_0.6.5-1.debian.tar.xz
e0873da8d980395fac89915e21d22334 7469 rust optional
rust-wiremock_0.6.5-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJVBAEBCgA/FiEEbdkGe7ToK0Amc9ppdh5TKjcTRTAFAmjpOoMhHGRlYmlhbkBm
YWJpYW4uZ3J1ZW5iaWNobGVyLmVtYWlsAAoJEHYeUyo3E0UwBrEQAJ1GPvOs3Vau
RqMgfBBh2oe0yAwevAPDb5K7y/IlnZWjJIGYRvvGQmoNMMC1KlIxaBRT1AThg2EQ
xGSlJViqNNKc+9bqh1Ec+HUaY0p53qIzwMAA6CWnFIPhtSdSQ9nZrYiDLzymOyIR
YEXwIpv6wQPmeWG41gd4tz/wq1PZs4ftu9LzeS70xKjHUs32I4i+xJHJ7DxFMdga
zTdX+S4PKg0zY5wSJJwEfhlM4JJzf57Ay5NO5ryyzv/d68o8xTMF+zWczqhyrIxE
d8oW33lvb0SZGvOHt8Czfb6eJj4LjhA3hmGMSRRo1w7RTbB8kOSwvGyUsWWmlsJr
PmJ7mMA5KVX/iC7Ui9TG27PK30N5Eas08v6aouhIj8UozenvNrDYY6CUzQfgpcBn
B4GQRnE2MRx+KLiytTHrF0MUznPUaQWJjq4z2zcAvPXfR5AQwR8z5z8RYvlfa+X6
Qrqm5uwcwW6KpA7kwfDe2uUCfxqQLhQqPc3R4JbFnPkAVfTnIv/bW53gS+oqTVna
+3J6U4BSQL7YyvZOlDpK4milTcL90PkR4j8i+ExWQX5/bknHUTmZlvHBa+u5oP9V
KgUqxtAmlgbu1Dpg9P/zsfXHUu8C9XkNECQzgtXBL+0yhoLDm2M2BBDIv5LK+MBB
4QgGL1wZQ90krlXFcIW0Z6BydHBtrYpB
=+Zle
-----END PGP SIGNATURE-----
pgpfLAPMmbuzb.pgp
Description: PGP signature
--- End Message ---