Package: src:obfuscate Version: 0.0.10-12 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/202512/ 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:obfuscate, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] Compiling obfuscate v0.0.10 (/<<PKGBUILDDIR>>) Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=obfuscate [too-long-redacted] stry=/usr/share/cargo/registry` error[E0308]: mismatched types --> src/widgets/window.rs:261:46 | 261 | match &*dialog.clone().choose_future(self).await { | ------------- ^^^^ expected `Option<&_>`, found `&Window` | | | arguments to this method are incorrect | = note: expected enum `std::option::Option<&_>` found reference `&widgets::window::Window` note: method defined here --> /usr/share/cargo/registry/libadwaita-0.8.1/src/alert_dialog.rs:83:8 | 83 | fn choose_future( | ^^^^^^^^^^^^^ help: try wrapping the expression in `Some` | 261 | match &*dialog.clone().choose_future(Some(self)).await { | +++++ + For more information about this error, try `rustc --explain E0308`. error: could not compile `obfuscate` (bin "obfuscate") 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) [40/41] /usr/bin/glib-compile-resources ../data/resources.gresource.xml --sourcedir ../data --internal --generate --target data/obfuscate.gresource --dependency-file data/obfuscate.gresource.d FAILED: [code=101] src/obfuscate /usr/bin/env /usr/share/cargo/bin/cargo build --manifest-path /<<PKGBUILDDIR>>/Cargo.toml --target-dir /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src --release && cp src/x86_64-unknown-linux-gnu/release/obfuscate src/obfuscate ninja: build stopped: subcommand failed. dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v returned exit code 101 make: *** [debian/rules:14: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

