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/202607/
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:icann-rdap-cli, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
Compiling jsonpath_lib v0.3.0
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=jsonpath [too-long-redacted] stry=/usr/share/cargo/registry`
warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
--> /usr/share/cargo/registry/jsonpath_lib-0.3.0/src/ffi/mod.rs:38:5
|
38 | std::mem::forget(ref_node);
| ^^^^^^^^^^^^^^^^^--------^
| |
| argument has type `*mut parser::Node`
|
= note: `#[warn(forgetting_copy_types)]` on by default
help: use `let _ = ...` to ignore the expression or result
|
38 - std::mem::forget(ref_node);
38 + let _ = ref_node;
|
Compiling enumflags2_derive v0.7.12
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=enumflag [too-long-redacted] rn proc_macro --cap-lints warn`
Compiling minimad v0.14.0
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=minimad [too-long-redacted] stry=/usr/share/cargo/registry`
warning: `jsonpath_lib` (lib) generated 1 warning
Compiling unicode-width v0.1.14
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-width-0.1.14 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-width-0.1.14/Cargo.toml CARGO_PKG_AUTHORS='kwantam <kwantam@gmail.com>:Manish Goregaokar <manishsmail@gmail.com>' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode- [too-long-redacted] stry=/usr/share/cargo/registry`
Compiling termimad v0.34.1
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=termimad [too-long-redacted] stry=/usr/share/cargo/registry`
Compiling icann-rdap-client v0.0.30
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=icann_rdap_client CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/icann-rdap-client-0.0.30 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/icann-rdap-client-0.0.30/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='An RDAP client library.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0 [too-long-redacted] uild/ring-a94417c559307014/out`
error[E0599]: no method named `val` found for struct `QueryRef<'a, T>` in the current scope
--> /usr/share/cargo/registry/icann-rdap-client-0.0.30/src/md/redacted.rs:121:73
|
121 | if let Value::String(_found_val) = path_ref.clone().val() {
| ^^^-- help: remove the arguments
| |
| field, not a method
error[E0599]: no method named `path` found for struct `QueryRef<'a, T>` in the current scope
--> /usr/share/cargo/registry/icann-rdap-client-0.0.30/src/md/redacted.rs:123:59
|
123 | let found_path = path_ref.clone().path();
| ^^^^-- help: remove the arguments
| |
| field, not a method
For more information about this error, try `rustc --explain E0599`.
error: could not compile `icann-rdap-client` (lib) due to 2 previous errors
Caused by:
process didn't exit successfully: `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=icann_rdap_client CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/icann-rdap-client-0.0.30 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/icann-rdap-client-0.0.30/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='An RDAP client library.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2 [too-long-redacted] 559307014/out` (exit status: 1)
warning: build failed, waiting for other jobs to finish...
dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------