[From nobody Sat May 23 00:09:05 2026
Received: (at submit) by bugs.debian.org; 16 May 2026 16:04:54 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-120.6 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,SPF_HELO_PASS,
 SPF_PASS,USER_IN_DKIM_WELCOMELIST,WORD_WITHOUT_VOWELS,X_DEBBUGS_CC
 autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 45; hammy, 150; neutral, 279; spammy,
 0. spammytokens: hammytokens:0.000-+--pkgbuilddir,
 0.000-+--PKGBUILDDIR, 0.000-+--forky, 0.000-+--HTo:N*Debian,
 0.000-+--H*F:U*sanvila
Return-path: &lt;sanvila@debian.org&gt;
Received: from mailly.debian.org ([2001:41b8:202:deb:6564:a62:52c3:4b72]:53690)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1wOHVW-002CLV-1t
 for submit@bugs.debian.org; Sat, 16 May 2026 16:04:54 +0000
Received: via submission
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=paradis.debian.org, EMAIL=hostmaster@paradis.debian.org (verified)
 by mailly.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1wOHVV-000BpA-1q
 for submit@bugs.debian.org; Sat, 16 May 2026 16:04:53 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.paradis;
 h=Date:Message-Id:Subject:To:From:Reply-To:Cc:
 MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=PVJWAG6tYvnoxRLxOv1NMspQau2h4t7tNWJNI2Krv3w=; b=FiAWtRFQ/G6KxHeoDg1QEtCQDn
 tH8IvGCLaEz0jQCva1IqA7IRwFGpNg2fvElosfVCu//Fec4QRhexPgqjuZGZCAdwu/twMuFQ+mK1W
 zoCeRzl2eqxYCcCghGZlzvsF7Ix1bAXnL21Vhz/UvhVLxXXvuVbVWI95R6MrPZt1m52TqpuRcVwh4
 z4g5h55vGfXbrxmUGfZC9TnMB8gn0q/5Qiz8Peua4444dM+a2h/aZN+k9dTdgxevpc3aiviNVzznK
 bO+1Tx2QtQtoa2YUwMUK25A4gKWP+lqy0OxFs7WsIN6kWcPoWzI3gNEhPTthTnGy7kj+rvyS7J9B7
 Docr/Hkg==;
Received: from sanvila by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;sanvila@debian.org&gt;) id 1wOHVT-000ARy-2c
 for submit@bugs.debian.org; Sat, 16 May 2026 16:04:51 +0000
From: Santiago Vila &lt;sanvila@debian.org&gt;
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Subject: gnome-snapshot: FTBFS: error[E0277]: can't compare `auto::path::Path`
 with `auto::path::Path`
X-Debbugs-Cc: sanvila@debian.org
Message-Id: &lt;E1wOHVT-000ARy-2c@paradis.debian.org&gt;
Date: Sat, 16 May 2026 16:04:51 +0000
Delivered-To: submit@bugs.debian.org

Package: src:gnome-snapshot
Version: 49.1-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/202605/

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:gnome-snapshot, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
error[E0277]: can't compare `auto::path::Path` with `auto::path::Path`
  --&gt; /usr/share/cargo/registry/gsk4-0.10.3/src/auto/path.rs:9:21
   |
 9 |     #[derive(Debug, PartialOrd, Ord, Hash)]
   |                     ^^^^^^^^^^ no implementation for `auto::path::Path == auto::path::Path`
   |
   = help: the trait `PartialEq` is not implemented for `auto::path::Path`
note: required by a bound in `PartialOrd`
  --&gt; /usr/src/rustc-1.94.1/library/core/src/cmp.rs:1358:0
help: consider annotating `auto::path::Path` with `#[derive(PartialEq)]`
  --&gt; /usr/share/cargo/registry/glib-0.21.5/src/shared.rs:35:1
   |
35 +         #[derive(PartialEq)]
36 |         $visibility struct $name $(&lt;$($generic $(: $bound $(+ $bound2)*)?),+&gt;)? {
   |

error[E0277]: the trait bound `auto::path::Path: std::cmp::Eq` is not satisfied
  --&gt; /usr/share/cargo/registry/gsk4-0.10.3/src/auto/path.rs:9:33
   |
 9 |     #[derive(Debug, PartialOrd, Ord, Hash)]
   |                                 ^^^ the trait `std::cmp::Eq` is not implemented for `auto::path::Path`
   |
note: required by a bound in `Ord`
  --&gt; /usr/src/rustc-1.94.1/library/core/src/cmp.rs:973:0
help: consider annotating `auto::path::Path` with `#[derive(Eq)]`
  --&gt; /usr/share/cargo/registry/glib-0.21.5/src/shared.rs:35:1
   |
35 +         #[derive(Eq)]
36 |         $visibility struct $name $(&lt;$($generic $(: $bound $(+ $bound2)*)?),+&gt;)? {
   |

     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=field_of [too-long-redacted] it --cfg fieldoffset_has_alloc`
warning: unexpected `cfg` condition name: `fieldoffset_assert_in_const_fn`
 --&gt; /usr/share/cargo/registry/field-offset-0.3.6/src/lib.rs:2:13
  |
2 | #![cfg_attr(fieldoffset_assert_in_const_fn, feature(const_panic))]
  |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = &quot;warn&quot;, check-cfg = ['cfg(fieldoffset_assert_in_const_fn)'] }
  = help: or consider adding `println!(&quot;cargo::rustc-check-cfg=cfg(fieldoffset_assert_in_const_fn)&quot;);` to the top of the `build.rs`
  = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration
  = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `fieldoffset_has_alloc`
 --&gt; /usr/share/cargo/registry/field-offset-0.3.6/src/lib.rs:8:17
  |
8 | #[cfg(all(test, fieldoffset_has_alloc))]
  |                 ^^^^^^^^^^^^^^^^^^^^^
  |
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = &quot;warn&quot;, check-cfg = ['cfg(fieldoffset_has_alloc)'] }
  = help: or consider adding `println!(&quot;cargo::rustc-check-cfg=cfg(fieldoffset_has_alloc)&quot;);` to the top of the `build.rs`
  = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fieldoffset_maybe_uninit`
  --&gt; /usr/share/cargo/registry/field-offset-0.3.6/src/lib.rs:73:11
   |
73 |     #[cfg(fieldoffset_maybe_uninit)]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = &quot;warn&quot;, check-cfg = ['cfg(fieldoffset_maybe_uninit)'] }
   = help: or consider adding `println!(&quot;cargo::rustc-check-cfg=cfg(fieldoffset_maybe_uninit)&quot;);` to the top of the `build.rs`
   = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fieldoffset_maybe_uninit`
  --&gt; /usr/share/cargo/registry/field-offset-0.3.6/src/lib.rs:81:15
   |
81 |     #[cfg(not(fieldoffset_maybe_uninit))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = &quot;warn&quot;, check-cfg = ['cfg(fieldoffset_maybe_uninit)'] }
   = help: or consider adding `println!(&quot;cargo::rustc-check-cfg=cfg(fieldoffset_maybe_uninit)&quot;);` to the top of the `build.rs`
   = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fieldoffset_assert_in_const_fn`
   --&gt; /usr/share/cargo/registry/field-offset-0.3.6/src/lib.rs:124:15
    |
124 |         #[cfg(fieldoffset_assert_in_const_fn)]
    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = &quot;warn&quot;, check-cfg = ['cfg(fieldoffset_assert_in_const_fn)'] }
    = help: or consider adding `println!(&quot;cargo::rustc-check-cfg=cfg(fieldoffset_assert_in_const_fn)&quot;);` to the top of the `build.rs`
    = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: field `0` is never read
  --&gt; /usr/share/cargo/registry/field-offset-0.3.6/src/lib.rs:60:25
   |
60 | struct PhantomContra&lt;T&gt;(fn(T));
   |        -------------    ^^^^^
   |        |
   |        field in this struct
   |
   = help: consider removing this field
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: `field-offset` (lib) generated 6 warnings
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=ahash CA [too-long-redacted] eck-cfg 'cfg(folded_multiply)'`
warning: unexpected `cfg` condition value: `nightly-arm-aes`
   --&gt; /usr/share/cargo/registry/ahash-0.8.12/src/lib.rs:101:13
    |
101 | #![cfg_attr(feature = &quot;nightly-arm-aes&quot;, feature(stdarch_arm_neon_intrinsics))]
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `nightly-arm-aes` as a feature in `Cargo.toml`
    = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `nightly-arm-aes`
   --&gt; /usr/share/cargo/registry/ahash-0.8.12/src/lib.rs:111:17
    |
111 |             all(feature = &quot;nightly-arm-aes&quot;, target_arch = &quot;aarch64&quot;, target_feature = &quot;aes&quot;, not(miri)),
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `nightly-arm-aes` as a feature in `Cargo.toml`
    = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `nightly-arm-aes`
   --&gt; /usr/share/cargo/registry/ahash-0.8.12/src/lib.rs:112:17
    |
112 |             all(feature = &quot;nightly-arm-aes&quot;, target_arch = &quot;arm&quot;, target_feature = &quot;aes&quot;, not(miri)),
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `nightly-arm-aes` as a feature in `Cargo.toml`
    = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `128`
   --&gt; /usr/share/cargo/registry/ahash-0.8.12/src/fallback_hash.rs:164:11
    |
164 |     #[cfg(target_pointer_width = &quot;128&quot;)]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
    = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `nightly-arm-aes`
   --&gt; /usr/share/cargo/registry/ahash-0.8.12/src/operations.rs:115:9
    |
115 |     all(feature = &quot;nightly-arm-aes&quot;, target_arch = &quot;aarch64&quot;, target_feature = &quot;aes&quot;, not(miri)),
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `nightly-arm-aes` as a feature in `Cargo.toml`
    = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `nightly-arm-aes`
   --&gt; /usr/share/cargo/registry/ahash-0.8.12/src/operations.rs:116:9
    |
116 |     all(feature = &quot;nightly-arm-aes&quot;, target_arch = &quot;arm&quot;, target_feature = &quot;aes&quot;, not(miri)),
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `nightly-arm-aes` as a feature in `Cargo.toml`
    = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `nightly-arm-aes`
   --&gt; /usr/share/cargo/registry/ahash-0.8.12/src/operations.rs:145:9
    |
145 |     all(feature = &quot;nightly-arm-aes&quot;, target_arch = &quot;aarch64&quot;, target_feature = &quot;aes&quot;, not(miri)),
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `nightly-arm-aes` as a feature in `Cargo.toml`
    = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `nightly-arm-aes`
   --&gt; /usr/share/cargo/registry/ahash-0.8.12/src/operations.rs:146:9
    |
146 |     all(feature = &quot;nightly-arm-aes&quot;, target_arch = &quot;arm&quot;, target_feature = &quot;aes&quot;, not(miri)),
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `nightly-arm-aes` as a feature in `Cargo.toml`
    = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `nightly-arm-aes`
 --&gt; /usr/share/cargo/registry/ahash-0.8.12/src/random_state.rs:5:13
  |
5 |         all(feature = &quot;nightly-arm-aes&quot;, target_arch = &quot;aarch64&quot;, target_feature = &quot;aes&quot;, not(miri)),
  |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `no-rng`, `runtime-rng`, `serde`, and `std`
  = help: consider adding `nightly-arm-aes` as a feature in `Cargo.toml`
  = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `nightly-arm-aes`
 --&gt; /usr/share/cargo/registry/ahash-0.8.12/src/random_state.rs:6:13
  |
6 |         all(feature = &quot;nightly-arm-aes&quot;, target_arch = &quot;arm&quot;, target_feature = &quot;aes&quot;, not(miri)),
  |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `no-rng`, `runtime-rng`, `serde`, and `std`
  = help: consider adding `nightly-arm-aes` as a feature in `Cargo.toml`
  = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fuzzing`
  --&gt; /usr/share/cargo/registry/ahash-0.8.12/src/random_state.rs:48:58
   |
48 |     if #[cfg(all(feature = &quot;compile-time-rng&quot;, any(test, fuzzing)))] {
   |                                                          ^^^^^^^
   |
   = help: expected names are: `docsrs`, `feature`, `folded_multiply`, `specialize`, and `test` and 31 more
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = &quot;warn&quot;, check-cfg = ['cfg(fuzzing)'] }
   = help: or consider adding `println!(&quot;cargo::rustc-check-cfg=cfg(fuzzing)&quot;);` to the top of the `build.rs`
   = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fuzzing`
  --&gt; /usr/share/cargo/registry/ahash-0.8.12/src/random_state.rs:68:54
   |
68 |     } else if #[cfg(all(feature = &quot;runtime-rng&quot;, not(fuzzing)))] {
   |                                                      ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = &quot;warn&quot;, check-cfg = ['cfg(fuzzing)'] }
   = help: or consider adding `println!(&quot;cargo::rustc-check-cfg=cfg(fuzzing)&quot;);` to the top of the `build.rs`
   = note: see &lt;https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html&gt; for more information about checking conditional configuration

warning: methods `read_u128x2`, `read_u128x4`, `read_last_u16`, `read_last_u128x2`, and `read_last_u128x4` are never used
  --&gt; /usr/share/cargo/registry/ahash-0.8.12/src/convert.rs:68:8
   |
63 | pub(crate) trait ReadFromSlice {
   |                  ------------- methods in this trait
...
68 |     fn read_u128x2(&amp;self) -&gt; ([u128; 2], &amp;[u8]);
   |        ^^^^^^^^^^^
69 |     fn read_u128x4(&amp;self) -&gt; ([u128; 4], &amp;[u8]);
   |        ^^^^^^^^^^^
70 |     fn read_last_u16(&amp;self) -&gt; u16;
   |        ^^^^^^^^^^^^^
...
74 |     fn read_last_u128x2(&amp;self) -&gt; [u128; 2];
   |        ^^^^^^^^^^^^^^^^
75 |     fn read_last_u128x4(&amp;self) -&gt; [u128; 4];
   |        ^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: `ahash` (lib) generated 13 warnings
   Compiling zbus_macros v5.13.2
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=zbus_mac [too-long-redacted] rn proc_macro --cap-lints warn`
For more information about this error, try `rustc --explain E0277`.
warning: `gsk4` (lib) generated 23 warnings
error: could not compile `gsk4` (lib) due to 2 previous errors; 23 warnings emitted

Caused by:
  process didn't exit successfully: `CARGO=/usr/bin/cargo CA [too-long-redacted] argo/registry` (exit status: 1)
warning: build failed, waiting for other jobs to finish...
[58/59] /usr/bin/msgfmt -o po/zh_TW/LC_MESSAGES/snapshot.mo ../po/zh_TW.po
FAILED: [code=101] src/snapshot 
/usr/bin/env /usr/share/cargo/bin/cargo build --manifest-path /&lt;&lt;PKGBUILDDIR&gt;&gt;/Cargo.toml --target-dir /&lt;&lt;PKGBUILDDIR&gt;&gt;/obj-x86_64-linux-gnu/src --release --features x11 &amp;&amp; cp src/x86_64-unknown-linux-gnu/release/snapshot src/snapshot
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu &amp;&amp; LC_ALL=C.UTF-8 ninja -j2 -v returned exit code 101
make: *** [debian/rules:15: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------
]