Package: src:rust-prr Version: 0.18.0-2 Severity: serious Tags: ftbfs trixie sid
Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --buildsystem cargo dh_auto_clean -O--buildsystem=cargo debian cargo wrapper: options, profiles, parallel, lto: ['parallel=1'] [] ['-j1'] debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, x86_64-linux-gnu debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', 'clean', '--verbose', '--verbose'],) {'check': True} Removed 0 files dh_autoreconf_clean -O--buildsystem=cargo dh_clean -O--buildsystem=cargo debian/rules binary dh binary --buildsystem cargo dh_update_autotools_config -O--buildsystem=cargo dh_autoreconf -O--buildsystem=cargo dh_auto_configure -O--buildsystem=cargo [... snipped ...] | |_- in this macro invocation | = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting --> /usr/share/cargo/registry/encode_unicode-0.3.6/src/errors.rs:206:25 | 206 | match (self.cause(), $use_cause) { | ^^^^^ ... 253 | / complex!{InvalidUtf8Array { 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, 256 | | } { ... | 262 | | }/// Always returns `Some`. 263 | | } | |_- in this macro invocation | = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() --> /usr/share/cargo/registry/encode_unicode-0.3.6/src/errors.rs:207:63 | 207 | (Some(d),true) => write!(fmtr, "{}: {}", self.description(), d), | ^^^^^^^^^^^ ... 253 | / complex!{InvalidUtf8Array { 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, 256 | | } { ... | 262 | | }/// Always returns `Some`. 263 | | } | |_- in this macro invocation | = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() --> /usr/share/cargo/registry/encode_unicode-0.3.6/src/errors.rs:208:59 | 208 | _ => write!(fmtr, "{}", self.description()), | ^^^^^^^^^^^ ... 253 | / complex!{InvalidUtf8Array { 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, 256 | | } { ... | 262 | | }/// Always returns `Some`. 263 | | } | |_- in this macro invocation | = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting --> /usr/share/cargo/registry/encode_unicode-0.3.6/src/errors.rs:206:25 | 206 | match (self.cause(), $use_cause) { | ^^^^^ ... 276 | / complex!{InvalidUtf8Slice { 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, 279 | | } { ... | 288 | | } 289 | | } | |_- in this macro invocation | = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() --> /usr/share/cargo/registry/encode_unicode-0.3.6/src/errors.rs:207:63 | 207 | (Some(d),true) => write!(fmtr, "{}: {}", self.description(), d), | ^^^^^^^^^^^ ... 276 | / complex!{InvalidUtf8Slice { 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, 279 | | } { ... | 288 | | } 289 | | } | |_- in this macro invocation | = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() --> /usr/share/cargo/registry/encode_unicode-0.3.6/src/errors.rs:208:59 | 208 | _ => write!(fmtr, "{}", self.description()), | ^^^^^^^^^^^ ... 276 | / complex!{InvalidUtf8Slice { 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, 279 | | } { ... | 288 | | } 289 | | } | |_- in this macro invocation | = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unreachable pattern --> /usr/share/cargo/registry/encode_unicode-0.3.6/src/traits.rs:506:13 | 506 | (Some(_), _) => unreachable!() | ^^^^^^^^^^^^ no value can reach this | note: multiple earlier patterns match some of the same values --> /usr/share/cargo/registry/encode_unicode-0.3.6/src/traits.rs:506:13 | 497 | / (Some(&u @ 0x00_00...0xd7_ff), _) | 498 | | (Some(&u @ 0xe0_00...0xff_ff), _) | |_____________________________________________- matches some of the same values 499 | => Ok((char::from_u32_unchecked(u as u32), 1)), 500 | (Some(&0xdc_00...0xdf_ff), _) => Err(FirstLowSurrogate), | ----------------------------- matches some of the same values 501 | (None, _) => Err(EmptySlice), 502 | (Some(&f @ 0xd8_00...0xdb_ff), Some(&s @ 0xdc_00...0xdf_ff)) | ------------------------------------------------------------ matches some of the same values 503 | => Ok((char::from_utf16_tuple_unchecked((f, Some(s))), 2)), 504 | (Some(&0xd8_00...0xdb_ff), Some(_)) => Err(SecondNotLowSurrogate), | ----------------------------------- matches some of the same values 505 | (Some(&0xd8_00...0xdb_ff), None) => Err(MissingSecond), 506 | (Some(_), _) => unreachable!() | ^^^^^^^^^^^^ ...and 1 other patterns collectively make this unreachable = note: `#[warn(unreachable_patterns)]` on by default warning: unreachable pattern --> /usr/share/cargo/registry/encode_unicode-0.3.6/src/traits.rs:534:13 | 534 | ( _ , None ) => unreachable!() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no value can reach this | note: multiple earlier patterns match some of the same values --> /usr/share/cargo/registry/encode_unicode-0.3.6/src/traits.rs:534:13 | 526 | / (0x00_00...0xd7_ff, None) | // single 527 | | (0xe0_00...0xff_ff, None) | // single 528 | | (0xd8_00...0xdb_ff, Some(0xdc_00...0xdf_ff)) // correct surrogate | |________________________________________________________- matches some of the same values ... 531 | (0xd8_00...0xdb_ff, None ) => Err(MissingSecond), | ---------------------------- matches some of the same values 532 | (0xdc_00...0xdf_ff, _ ) => Err(FirstIsTrailingSurrogate), | ---------------------------- matches some of the same values 533 | ( _ , Some(_)) => Err(SuperfluousSecond), 534 | ( _ , None ) => unreachable!() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ collectively making this unreachable warning: unreachable pattern --> /usr/share/cargo/registry/encode_unicode-0.3.6/src/decoding_iterators.rs:188:17 | 188 | _ => unreachable!("all possible byte values should be covered") | ^ no value can reach this | note: multiple earlier patterns match some of the same values --> /usr/share/cargo/registry/encode_unicode-0.3.6/src/decoding_iterators.rs:188:17 | 146 | 0b0000_0000...0b0111_1111 => {/*1 and */Ok(())}, | ------------------------- matches some of the same values 147 | 0b1100_0010...0b1101_1111 => {//2 and not overlong | ------------------------- matches some of the same values ... 150 | 0b1110_0000...0b1110_1111 => {//3 | ------------------------- matches some of the same values ... 163 | 0b1111_0000...0b1111_0100 => {//4 | ------------------------- matches some of the same values ... 188 | _ => unreachable!("all possible byte values should be covered") | ^ ...and 4 other patterns collectively make this unreachable warning: `encode_unicode` (lib) generated 67 warnings Compiling prettytable-rs v0.10.0 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=prettytable CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/prettytable-rs-0.10.0 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/prettytable-rs-0.10.0/Cargo.toml CARGO_PKG_AUTHORS='Pierre-Henri Symoneaux' CARGO_PKG_DESCRIPTION='A library for printing pretty formatted tables in terminal' CARGO_PKG_HOMEPAGE='https://github.com/phsym/prettytable-rs' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=prettytable-rs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/phsym/prettytable-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name prettytable --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/prettytable-rs-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incom pat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="csv"' --cfg 'feature="default"' --cfg 'feature="win_crlf"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("csv", "default", "evcxr", "win_crlf"))' -C metadata=9823828794225db6 -C extra-filename=-9823828794225db6 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern csv=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcsv-d8e26823779c1e17.rmeta --extern encode_unicode=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libencode_unicode-73cf42b88e4e39ec.rmeta --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_static-f74c77a20d13c02b.rmeta --extern term=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libterm-a53c6bf6ee97113 a.rmeta --extern unicode_width=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_width-3c5034388014fa04.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/prr-0.18.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry` warning: for loop over a `&Option`. This is more readably written as an `if let` statement --> /usr/share/cargo/registry/prettytable-rs-0.10.0/src/csv.rs:20:22 | 20 | for title in self.titles { | ^^^^^^^^^^^ | = note: `#[warn(for_loops_over_fallibles)]` on by default help: to check pattern in a loop use `while let` | 20 | while let Some(title) = self.titles { | ~~~~~~~~~~~~~~~ ~~~ help: consider using `if let` to clear intent | 20 | if let Some(title) = self.titles { | ~~~~~~~~~~~~ ~~~ warning: `prettytable-rs` (lib) generated 1 warning Compiling octocrab v0.31.2 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=octocrab CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/octocrab-0.31.2 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/octocrab-0.31.2/Cargo.toml CARGO_PKG_AUTHORS='XAMPPRocky <xamppro...@gmail.com>' CARGO_PKG_DESCRIPTION='A modern, extensible GitHub API client.' CARGO_PKG_HOMEPAGE='https://github.com/XAMPPRocky/octocrab' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=octocrab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/XAMPPRocky/octocrab.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.31.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name octocrab --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/octocrab-0.31.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=d ep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-timeout"' --cfg 'feature="retry"' --cfg 'feature="rustls"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "follow-redirect", "futures-core", "futures-util", "hyper-rustls", "hyper-timeout", "hyper-tls", "opentls", "retry", "rustls", "stream", "timeout", "tokio", "tracing"))' -C metadata=0cd42267563501ca -C extra-filename=-0cd42267563501ca --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern arc_swap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libarc_swap-7dae37d8ff1b578c.rmeta --extern async_t rait=/<<PKGBUILDDIR>>/target/debug/deps/libasync_trait-96a74dee6f4adf48.so --extern base64=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbase64-12d882b80d617b3b.rmeta --extern bytes=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbytes-77fac6f2d9eaf837.rmeta --extern cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-5ed9838e5ccca9fa.rmeta --extern chrono=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libchrono-b4e7b25b88cb47bc.rmeta --extern either=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libeither-4867da320764fb26.rmeta --extern futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfutures-9021edac691e25bc.rmeta --extern futures_util=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfutures_util-2e01321df015d037.rmeta --extern http=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhttp-d097b995703a434f.rmeta --extern http_body=/<<PKGBUILDDIR>>/target /x86_64-unknown-linux-gnu/debug/deps/libhttp_body-7d8a0e169a3413e8.rmeta --extern hyper=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhyper-df0975894135f21c.rmeta --extern hyper_rustls=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhyper_rustls-a8c757ae4ab25230.rmeta --extern hyper_timeout=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhyper_timeout-bd73f778fa5d35df.rmeta --extern jsonwebtoken=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libjsonwebtoken-a1bbed5f38eda896.rmeta --extern once_cell=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libonce_cell-a28a821057b23b48.rmeta --extern percent_encoding=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpercent_encoding-565dba9b275c5e1d.rmeta --extern pin_project=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpin_project-bebb834770d58b9f.rmeta --extern secrecy=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsecrecy-4 6a6885161376763.rmeta --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-07626548805e999f.rmeta --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-2caa07416d5ff04e.rmeta --extern serde_path_to_error=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_path_to_error-67d4d802ba067d79.rmeta --extern serde_urlencoded=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_urlencoded-6025deb1fa2f87ce.rmeta --extern snafu=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsnafu-915847e4c723633e.rmeta --extern tokio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtokio-331c73a676142dea.rmeta --extern tower=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtower-c452f89336aa0b2f.rmeta --extern tower_http=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtower_http-db21b30725d1ae7c.rmeta --extern tracing=/<<PKGBUILDDIR>>/target/x86_64-u nknown-linux-gnu/debug/deps/libtracing-856ad68ff777ae51.rmeta --extern url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liburl-dc4787609e7884ab.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/prr-0.18.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/ring-55c5206a31ff8b8f/out` warning: unexpected `cfg` condition value: `rustls-webpki-tokio` --> /usr/share/cargo/registry/octocrab-0.31.2/src/lib.rs:578:23 | 578 | #[cfg(feature = "rustls-webpki-tokio")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `follow-redirect`, `futures-core`, `futures-util`, `hyper-rustls`, `hyper-timeout`, `hyper-tls`, `opentls`, `retry`, `rustls`, `stream`, `timeout`, `tokio`, and `tracing` = help: consider adding `rustls-webpki-tokio` 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 warning: unexpected `cfg` condition value: `rustls-webpki-tokio` --> /usr/share/cargo/registry/octocrab-0.31.2/src/lib.rs:580:27 | 580 | #[cfg(not(feature = "rustls-webpki-tokio"))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `follow-redirect`, `futures-core`, `futures-util`, `hyper-rustls`, `hyper-timeout`, `hyper-tls`, `opentls`, `retry`, `rustls`, `stream`, `timeout`, `tokio`, and `tracing` = help: consider adding `rustls-webpki-tokio` 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 warning: `octocrab` (lib) generated 2 warnings Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/anyhow-1.0.86 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/anyhow-1.0.86/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <dtol...@gmail.com>' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.86 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=86 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/anyhow-de193bc779020538/out rustc --crate-name anyhow --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/anyhow-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-a nsi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=f03a2326a41e11dd -C extra-filename=-f03a2326a41e11dd --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/prr-0.18.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyho w_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` Compiling git2 v0.19.0 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=git2 CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/git2-0.19.0 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/git2-0.19.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Triplett <j...@joshtriplett.org>:Alex Crichton <a...@alexcrichton.com>' CARGO_PKG_DESCRIPTION='Bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=git2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/git2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.19.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name git2 --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="https"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --cfg 'feature="ssh_key_from_memory"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable"))' -C metada ta=26938bf9a922d3e4 -C extra-filename=-26938bf9a922d3e4 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bitflags=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbitflags-b36ee911cf19588f.rmeta --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-d61aaaa2774da485.rmeta --extern libgit2_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibgit2_sys-3827509767bc20f3.rmeta --extern log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-80e16c09b8f7862f.rmeta --extern openssl_probe=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopenssl_probe-26bbef7de850316c.rmeta --extern openssl_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopenssl_sys-28c4ed295e45af72.rmeta --extern url=/<<PKGBUILDDIR>>/ta rget/x86_64-unknown-linux-gnu/debug/deps/liburl-dc4787609e7884ab.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/prr-0.18.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu` Running `CARGO=/usr/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=x86_64-linux-gnu-gcc-Clink-arg=-Wl,-z,relro--remap-path-prefix/<<PKGBUILDDIR>>=/usr/share/cargo/registry/prr-0.18.0--remap-path-prefix/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry' CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Mailing list style code reviews for github' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=prr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dan obi/prr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.18.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/<<PKGBUILDDIR>>/target/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' NUM_JOBS=1 OPT_LEVEL=0 OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/prr-e548f0b1d1296efc/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-linux-gnu /<<PKGBUILDDIR>>/target/debug/build/prr-b70354d90b692d52/build-script-build` [prr 0.18.0] cargo:rustc-env=TARGET=x86_64-unknown-linux-gnu [prr 0.18.0] cargo:rerun-if-env-changed=GEN_DIR [prr 0.18.0] cargo:rerun-if-env-changed=CARGO_FEATURE_CLAP_MANGEN [prr 0.18.0] cargo:rerun-if-env-changed=CARGO_FEATURE_CLAP_COMPLETE Compiling regex v1.11.1 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.11.1 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant <jams...@gmail.com>' 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' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name regex --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unico de-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=e7f79bec57be48d0 -C extra-filename=-e7f79bec57be48d0 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern aho_corasick=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libaho_corasick-05fae484fa287a13.rmeta --extern memc hr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-7da29f584e7457d7.rmeta --extern regex_automata=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex_automata-85bad71f85cab5c5.rmeta --extern regex_syntax=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex_syntax-4291153fa2a4aadb.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/prr-0.18.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry` Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/clap-4.5.23 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/clap-4.5.23/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.23 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name clap --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/clap-4.5.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_ 2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clip py::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-ext", "unstable-styles", "usage", "wrap_help"))' -C metadata=fb7e69108488e713 -C extra-filename=-fb7e69108488e713 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PK GBUILDDIR>>/target/debug/deps --extern clap_builder=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libclap_builder-51ffe7d91f69c785.rmeta --extern clap_derive=/<<PKGBUILDDIR>>/target/debug/deps/libclap_derive-243580aeb0d70618.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/prr-0.18.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry` warning: unexpected `cfg` condition value: `unstable-doc` --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:93:7 | 93 | #[cfg(feature = "unstable-doc")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"unstable-ext"` | = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` = help: consider adding `unstable-doc` 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 warning: unexpected `cfg` condition value: `unstable-doc` --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:95:7 | 95 | #[cfg(feature = "unstable-doc")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"unstable-ext"` | = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` = help: consider adding `unstable-doc` 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 warning: unexpected `cfg` condition value: `unstable-doc` --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:97:7 | 97 | #[cfg(feature = "unstable-doc")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"unstable-ext"` | = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` = help: consider adding `unstable-doc` 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 warning: unexpected `cfg` condition value: `unstable-doc` --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:99:7 | 99 | #[cfg(feature = "unstable-doc")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"unstable-ext"` | = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` = help: consider adding `unstable-doc` 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 warning: unexpected `cfg` condition value: `unstable-doc` --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:101:7 | 101 | #[cfg(feature = "unstable-doc")] | ^^^^^^^^^^-------------- | | | help: there is a expected value with a similar name: `"unstable-ext"` | = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` = help: consider adding `unstable-doc` 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 warning: `clap` (lib) generated 5 warnings Compiling http v1.2.0 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=http CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/http-1.2.0 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/http-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton <a...@alexcrichton.com>:Carl Lerche <m...@carllerche.com>:Sean McArthur <s...@seanmonstar.com>' CARGO_PKG_DESCRIPTION='A set of types for representing HTTP requests and responses. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=http CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/http' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name http --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/http-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=eedaefce4dbfcea1 -C extra-filename=-eedaefce4dbfcea1 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_6 4-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bytes=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbytes-77fac6f2d9eaf837.rmeta --extern fnv=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfnv-e76bc42f467e84bb.rmeta --extern itoa=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libitoa-6af2ad54c94cf218.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/prr-0.18.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry` Compiling toml v0.5.11 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/toml-0.5.11 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/toml-0.5.11/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton <a...@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.48.0 CARGO_PKG_VERSION=0.5.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name toml --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "preserve_order"))' -C metadata=b59eb38aa7309f23 -C extra-filename=-b59eb38aa7309f23 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency= /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-07626548805e999f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/prr-0.18.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry` warning: use of deprecated method `de::Deserializer::<'a>::end` --> /usr/share/cargo/registry/toml-0.5.11/src/de.rs:79:7 | 79 | d.end()?; | ^^^ | = note: `#[warn(deprecated)]` on by default warning: `toml` (lib) generated 1 warning Compiling xdg v2.5.2 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=xdg CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/xdg-2.5.2 CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/xdg-2.5.2/Cargo.toml CARGO_PKG_AUTHORS='Ben Longbons <b.r.longb...@gmail.com>:whitequark <whitequ...@whitequark.org>' CARGO_PKG_DESCRIPTION='A library for storing and retrieving files according to XDG Base Directory specification' CARGO_PKG_HOMEPAGE='https://github.com/whitequark/rust-xdg' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xdg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/whitequark/rust-xdg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name xdg --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/xdg-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ans i,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=581294db4f37c69a -C extra-filename=-581294db4f37c69a --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/prr-0.18.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry` Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=prr CARGO_CRATE_NAME=prr CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Mailing list style code reviews for github' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=prr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/danobi/prr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.18.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/prr-e548f0b1d1296efc/out TARGET=x86_64-unknown-linux-gnu rustc --crate-name prr --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docs rs)' --check-cfg 'cfg(feature, values())' -C metadata=7f14eea66bae254f -C extra-filename=-7f14eea66bae254f --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libanyhow-f03a2326a41e11dd.rlib --extern clap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libclap-fb7e69108488e713.rlib --extern git2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgit2-26938bf9a922d3e4.rlib --extern http=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhttp-eedaefce4dbfcea1.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_static-f74c77a20d13c02b.rlib --extern octocrab=/<<PKGBUILDDIR>>/target/x 86_64-unknown-linux-gnu/debug/deps/liboctocrab-0cd42267563501ca.rlib --extern prettytable=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libprettytable-9823828794225db6.rlib --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex-e7f79bec57be48d0.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-07626548805e999f.rlib --extern serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-4d6e82e48a63bc69.so --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-2caa07416d5ff04e.rlib --extern tokio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtokio-331c73a676142dea.rlib --extern toml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtoml-b59eb38aa7309f23.rlib --extern xdg=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libxdg-581294db4f37c69a.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/prr-0.18.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/ring-55c5206a31ff8b8f/out` error[E0277]: the trait bound `http::uri::Uri: From<http::Uri>` is not satisfied --> src/prr.rs:354:31 | 354 | match self.crab._post(uri, Some(body)).await { | ----- ^^^ the trait `From<http::Uri>` is not implemented for `http::uri::Uri` | | | required by a bound introduced by this call | = help: the following other types implement trait `From<T>`: `http::uri::Uri` implements `From<http::uri::authority::Authority>` `http::uri::Uri` implements `From<http::uri::path::PathAndQuery>` = note: required for `http::Uri` to implement `Into<http::uri::Uri>` = note: required for `http::uri::Uri` to implement `TryFrom<http::Uri>` = note: required for `http::Uri` to implement `TryInto<http::uri::Uri>` note: required by a bound in `Octocrab::_post` --> /usr/share/cargo/registry/octocrab-0.31.2/src/lib.rs:1164:19 | 1162 | pub async fn _post<P: Serialize + ?Sized>( | ----- required by a bound in this associated function 1163 | &self, 1164 | uri: impl TryInto<http::Uri>, | ^^^^^^^^^^^^^^^^^^ required by this bound in `Octocrab::_post` error[E0277]: the trait bound `http::uri::Uri: From<http::Uri>` is not satisfied --> src/prr.rs:354:15 | 354 | match self.crab._post(uri, Some(body)).await { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<http::Uri>` is not implemented for `http::uri::Uri` | = help: the following other types implement trait `From<T>`: `http::uri::Uri` implements `From<http::uri::authority::Authority>` `http::uri::Uri` implements `From<http::uri::path::PathAndQuery>` = note: required for `http::Uri` to implement `Into<http::uri::Uri>` = note: required for `http::uri::Uri` to implement `TryFrom<http::Uri>` = note: required for `http::Uri` to implement `TryInto<http::uri::Uri>` note: required by a bound in `Octocrab::_post` --> /usr/share/cargo/registry/octocrab-0.31.2/src/lib.rs:1164:19 | 1162 | pub async fn _post<P: Serialize + ?Sized>( | ----- required by a bound in this associated function 1163 | &self, 1164 | uri: impl TryInto<http::Uri>, | ^^^^^^^^^^^^^^^^^^ required by this bound in `Octocrab::_post` error[E0277]: the trait bound `http::uri::Uri: From<http::Uri>` is not satisfied --> src/prr.rs:354:48 | 354 | match self.crab._post(uri, Some(body)).await { | ^^^^^ the trait `From<http::Uri>` is not implemented for `http::uri::Uri` | = help: the following other types implement trait `From<T>`: `http::uri::Uri` implements `From<http::uri::authority::Authority>` `http::uri::Uri` implements `From<http::uri::path::PathAndQuery>` = note: required for `http::Uri` to implement `Into<http::uri::Uri>` = note: required for `http::uri::Uri` to implement `TryFrom<http::Uri>` = note: required for `http::Uri` to implement `TryInto<http::uri::Uri>` note: required by a bound in `Octocrab::_post` --> /usr/share/cargo/registry/octocrab-0.31.2/src/lib.rs:1164:19 | 1162 | pub async fn _post<P: Serialize + ?Sized>( | ----- required by a bound in this associated function 1163 | &self, 1164 | uri: impl TryInto<http::Uri>, | ^^^^^^^^^^^^^^^^^^ required by this bound in `Octocrab::_post` error[E0277]: can't compare `http::status::StatusCode` with `StatusCode` --> src/prr.rs:357:27 | 357 | if status != StatusCode::OK { | ^^ no implementation for `http::status::StatusCode == StatusCode` | = help: the trait `PartialEq<StatusCode>` is not implemented for `http::status::StatusCode` = help: the following other types implement trait `PartialEq<Rhs>`: `http::status::StatusCode` implements `PartialEq<u16>` `http::status::StatusCode` implements `PartialEq` error[E0277]: the trait bound `http::uri::Uri: From<http::Uri>` is not satisfied --> src/prr.rs:404:31 | 404 | match self.crab._post(uri, Some(&body)).await { | ----- ^^^ the trait `From<http::Uri>` is not implemented for `http::uri::Uri` | | | required by a bound introduced by this call | = help: the following other types implement trait `From<T>`: `http::uri::Uri` implements `From<http::uri::authority::Authority>` `http::uri::Uri` implements `From<http::uri::path::PathAndQuery>` = note: required for `http::Uri` to implement `Into<http::uri::Uri>` = note: required for `http::uri::Uri` to implement `TryFrom<http::Uri>` = note: required for `http::Uri` to implement `TryInto<http::uri::Uri>` note: required by a bound in `Octocrab::_post` --> /usr/share/cargo/registry/octocrab-0.31.2/src/lib.rs:1164:19 | 1162 | pub async fn _post<P: Serialize + ?Sized>( | ----- required by a bound in this associated function 1163 | &self, 1164 | uri: impl TryInto<http::Uri>, | ^^^^^^^^^^^^^^^^^^ required by this bound in `Octocrab::_post` error[E0277]: the trait bound `http::uri::Uri: From<http::Uri>` is not satisfied --> src/prr.rs:404:15 | 404 | match self.crab._post(uri, Some(&body)).await { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<http::Uri>` is not implemented for `http::uri::Uri` | = help: the following other types implement trait `From<T>`: `http::uri::Uri` implements `From<http::uri::authority::Authority>` `http::uri::Uri` implements `From<http::uri::path::PathAndQuery>` = note: required for `http::Uri` to implement `Into<http::uri::Uri>` = note: required for `http::uri::Uri` to implement `TryFrom<http::Uri>` = note: required for `http::Uri` to implement `TryInto<http::uri::Uri>` note: required by a bound in `Octocrab::_post` --> /usr/share/cargo/registry/octocrab-0.31.2/src/lib.rs:1164:19 | 1162 | pub async fn _post<P: Serialize + ?Sized>( | ----- required by a bound in this associated function 1163 | &self, 1164 | uri: impl TryInto<http::Uri>, | ^^^^^^^^^^^^^^^^^^ required by this bound in `Octocrab::_post` error[E0277]: the trait bound `http::uri::Uri: From<http::Uri>` is not satisfied --> src/prr.rs:404:49 | 404 | match self.crab._post(uri, Some(&body)).await { | ^^^^^ the trait `From<http::Uri>` is not implemented for `http::uri::Uri` | = help: the following other types implement trait `From<T>`: `http::uri::Uri` implements `From<http::uri::authority::Authority>` `http::uri::Uri` implements `From<http::uri::path::PathAndQuery>` = note: required for `http::Uri` to implement `Into<http::uri::Uri>` = note: required for `http::uri::Uri` to implement `TryFrom<http::Uri>` = note: required for `http::Uri` to implement `TryInto<http::uri::Uri>` note: required by a bound in `Octocrab::_post` --> /usr/share/cargo/registry/octocrab-0.31.2/src/lib.rs:1164:19 | 1162 | pub async fn _post<P: Serialize + ?Sized>( | ----- required by a bound in this associated function 1163 | &self, 1164 | uri: impl TryInto<http::Uri>, | ^^^^^^^^^^^^^^^^^^ required by this bound in `Octocrab::_post` error[E0277]: can't compare `http::status::StatusCode` with `StatusCode` --> src/prr.rs:407:27 | 407 | if status != StatusCode::CREATED { | ^^ no implementation for `http::status::StatusCode == StatusCode` | = help: the trait `PartialEq<StatusCode>` is not implemented for `http::status::StatusCode` = help: the following other types implement trait `PartialEq<Rhs>`: `http::status::StatusCode` implements `PartialEq<u16>` `http::status::StatusCode` implements `PartialEq` For more information about this error, try `rustc --explain E0277`. error: could not compile `prr` (bin "prr") due to 8 previous errors Caused by: process didn't exit successfully: `CARGO=/usr/bin/cargo CARGO_BIN_NAME=prr CARGO_CRATE_NAME=prr CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Mailing list style code reviews for github' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE CARGO_PKG_NAME=prr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/danobi/prr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.18.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/prr-e548f0b1d1296efc/out TARGET=x86_64-unknown-linux-gnu rustc --crate-name prr --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo= 2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f14eea66bae254f -C extra-filename=-7f14eea66bae254f --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libanyhow-f03a2326a41e11dd.rlib --extern clap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libclap-fb7e69108488e713.rlib --extern git2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgit2-26938bf9a922d3e4.rlib --extern http=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhttp-eedaefce4dbfcea1.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_static-f74c77a20d13c02b.rlib --extern octocrab=/< <PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liboctocrab-0cd42267563501ca.rlib --extern prettytable=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libprettytable-9823828794225db6.rlib --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex-e7f79bec57be48d0.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-07626548805e999f.rlib --extern serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-4d6e82e48a63bc69.so --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-2caa07416d5ff04e.rlib --extern tokio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtokio-331c73a676142dea.rlib --extern toml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtoml-b59eb38aa7309f23.rlib --extern xdg=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libxdg-581294db4f37c69a.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linke r=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/prr-0.18.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/ring-55c5206a31ff8b8f/out` (exit status: 1) dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101 make[1]: *** [debian/rules:7: override_dh_auto_test] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:3: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 -------------------------------------------------------------------------------- The above is just how the build ends and not necessarily the most relevant part. If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202501/ 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 could not 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-prr, so that this is still visible in the BTS web page for this package. Thanks.