Your message dated Mon, 14 Sep 2026 14:25:04 +0000
with message-id <[email protected]>
and subject line Bug#1103130: fixed in rust-wide 1.7.0+ds-1.1
has caused the Debian Bug report #1103130,
regarding rust-wide: FTBFS in testing/i386: dh_auto_test: error: 
/usr/share/dh-rust/bin/cargo test returned exit code 101
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.)


-- 
1103130: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103130
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-wide
Version: 0.7.32-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20250414 ftbfs-trixie

Hi,

During a rebuild of all packages in testing (trixie), your package failed
to build on i386.


Relevant part (hopefully):
>  debian/rules binary
> dh binary
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure --buildsystem=rust
>       /usr/share/dh-rust/bin/cargo prepare-debian debian/cargo_registry
> debian cargo wrapper: options, profiles, parallel, lto: ['parallel=8'] [] 
> ['-j8'] 0
> debian cargo wrapper: rust_type, gnu_type: i686-unknown-linux-gnu, 
> i686-linux-gnu
> debian cargo wrapper: linking /usr/share/cargo/registry/* into 
> /build/reproducible-path/rust-wide-0.7.32/debian/cargo_registry/
>    dh_auto_build --buildsystem=rust
>    dh_auto_test --buildsystem=rust
>       /usr/share/dh-rust/bin/cargo test
> debian cargo wrapper: options, profiles, parallel, lto: ['parallel=8'] [] 
> ['-j8'] 0
> debian cargo wrapper: rust_type, gnu_type: i686-unknown-linux-gnu, 
> i686-linux-gnu
> debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', 
> '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--profile', 'release', 
> '--verbose', '--verbose', '-j8', '--target', 'i686-unknown-linux-gnu'],) {}
>    Compiling serde v1.0.217
>    Compiling bytemuck v1.21.0
>    Compiling wide v0.7.32 (/build/reproducible-path/rust-wide-0.7.32)
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bytemuck 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-wide-0.7.32/debian/cargo_registry/bytemuck-1.21.0
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-wide-0.7.32/debian/cargo_registry/bytemuck-1.21.0/Cargo.toml
>  CARGO_PKG_AUTHORS='Lokathor <[email protected]>' CARGO_PKG_DESCRIPTION='A 
> crate for mucking around with piles of bytes.' CARGO_PKG_HOMEPAGE='' 
> CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' 
> CARGO_PKG_NAME=bytemuck CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/Lokathor/bytemuck' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.21.0 CARGO_PKG_VERSION_MAJOR=1 
> CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-wide-0.7.32/target/release/deps 
> rustc --crate-name bytemuck --edition=2018 
> /build/reproducible-path/rust-wide-0.7.32/debian/cargo_registry/bytemuck-1.21.0/src/lib.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
> --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no 
> --deny=unexpected_cfgs --check-cfg 'cfg(target_arch, values("spirv"))' 
> --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, 
> values("aarch64_simd", "align_offset", "alloc_uninit", "avx512_simd", 
> "bytemuck_derive", "const_zeroed", "derive", "extern_crate_alloc", 
> "extern_crate_std", "latest_stable_rust", "min_const_generics", "must_cast", 
> "must_cast_extra", "nightly_docs", "nightly_float", "nightly_portable_simd", 
> "nightly_stdsimd", "track_caller", "transparentwrapper_extra", 
> "unsound_ptr_pod_impl", "wasm_simd", "zeroable_atomics", 
> "zeroable_maybe_uninit"))' -C metadata=7c3b1fecc19155b2 -C 
> extra-filename=-b1bc0b37f40f8155 --out-dir 
> /build/reproducible-path/rust-wide-0.7.32/target/i686-unknown-linux-gnu/release/deps
>  --target i686-unknown-linux-gnu -C strip=debuginfo -L 
> dependency=/build/reproducible-path/rust-wide-0.7.32/target/i686-unknown-linux-gnu/release/deps
>  -L dependency=/build/reproducible-path/rust-wide-0.7.32/target/release/deps 
> --cap-lints warn --remap-path-prefix 
> wide_0.7.32=/usr/share/cargo/registry/wide-0.7.32`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-wide-0.7.32 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-wide-0.7.32/Cargo.toml 
> CARGO_PKG_AUTHORS='Lokathor <[email protected]>' CARGO_PKG_DESCRIPTION='A 
> crate to help you go wide.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR 
> Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wide 
> CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/Lokathor/wide' 
> CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.7.32 
> CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 
> CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-wide-0.7.32/target/release/deps 
> rustc --crate-name build_script_build --edition=2018 build.rs 
> --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
> --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C 
> debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' 
> --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", 
> "serde", "std"))' -C metadata=7c863d3b65aa6aa6 -C 
> extra-filename=-f7d3c5cc559a93be --out-dir 
> /build/reproducible-path/rust-wide-0.7.32/target/release/build/wide-f7d3c5cc559a93be
>  -C strip=debuginfo -L 
> dependency=/build/reproducible-path/rust-wide-0.7.32/target/release/deps`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-wide-0.7.32/debian/cargo_registry/serde-1.0.217
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-wide-0.7.32/debian/cargo_registry/serde-1.0.217/Cargo.toml
>  CARGO_PKG_AUTHORS='Erick Tryzelaar <[email protected]>:David Tolnay 
> <[email protected]>' CARGO_PKG_DESCRIPTION='A generic 
> serialization/deserialization framework' 
> CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md 
> CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' 
> CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 
> CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 
> CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH=/build/reproducible-path/rust-wide-0.7.32/target/release/deps 
> rustc --crate-name build_script_build --edition=2018 
> /build/reproducible-path/rust-wide-0.7.32/debian/cargo_registry/serde-1.0.217/build.rs
>  --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin 
> --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 
> 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' 
> --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", 
> "serde_derive", "std", "unstable"))' -C metadata=07a22833020245d7 -C 
> extra-filename=-d38f8b5fcc58b842 --out-dir 
> /build/reproducible-path/rust-wide-0.7.32/target/release/build/serde-d38f8b5fcc58b842
>  -C strip=debuginfo -L 
> dependency=/build/reproducible-path/rust-wide-0.7.32/target/release/deps 
> --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CFG_FEATURE=default,std 
> CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 
> CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu 
> CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr 
> CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=32 
> CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' 
> CARGO_ENCODED_RUSTFLAGS='--remap-path-prefixwide_0.7.32=/usr/share/cargo/registry/wide-0.7.32'
>  CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-wide-0.7.32/debian/cargo_registry/serde-1.0.217
>  
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-wide-0.7.32/debian/cargo_registry/serde-1.0.217/Cargo.toml
>  CARGO_PKG_AUTHORS='Erick Tryzelaar <[email protected]>:David Tolnay 
> <[email protected]>' CARGO_PKG_DESCRIPTION='A generic 
> serialization/deserialization framework' 
> CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md 
> CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' 
> CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 
> CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 
> CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' DEBUG=false 
> HOST=i686-unknown-linux-gnu 
> LD_LIBRARY_PATH='/build/reproducible-path/rust-wide-0.7.32/target/release/deps:/build/reproducible-path/rust-wide-0.7.32/target/release:/usr/lib/rustlib/i686-unknown-linux-gnu/lib'
>  NUM_JOBS=8 OPT_LEVEL=3 
> OUT_DIR=/build/reproducible-path/rust-wide-0.7.32/target/i686-unknown-linux-gnu/release/build/serde-7734e2ed21fc64d7/out
>  PROFILE=release RUSTC=rustc RUSTDOC=rustdoc TARGET=i686-unknown-linux-gnu 
> /build/reproducible-path/rust-wide-0.7.32/target/release/build/serde-d38f8b5fcc58b842/build-script-build`
> [serde 1.0.217] cargo:rerun-if-changed=build.rs
>      Running `CARGO=/usr/bin/cargo CARGO_CFG_FEATURE=default,std 
> CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86 
> CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu 
> CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr 
> CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=32 
> CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' 
> CARGO_ENCODED_RUSTFLAGS='--remap-path-prefixwide_0.7.32=/usr/share/cargo/registry/wide-0.7.32'
>  CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-wide-0.7.32 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-wide-0.7.32/Cargo.toml 
> CARGO_PKG_AUTHORS='Lokathor <[email protected]>' CARGO_PKG_DESCRIPTION='A 
> crate to help you go wide.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR 
> Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wide 
> CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/Lokathor/wide' 
> CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.7.32 
> CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 
> CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' DEBUG=false 
> HOST=i686-unknown-linux-gnu 
> LD_LIBRARY_PATH='/build/reproducible-path/rust-wide-0.7.32/target/release/deps:/build/reproducible-path/rust-wide-0.7.32/target/release:/usr/lib/rustlib/i686-unknown-linux-gnu/lib'
>  NUM_JOBS=8 OPT_LEVEL=3 
> OUT_DIR=/build/reproducible-path/rust-wide-0.7.32/target/i686-unknown-linux-gnu/release/build/wide-01bd48ff5cfbc27c/out
>  PROFILE=release RUSTC=rustc RUSTDOC=rustdoc TARGET=i686-unknown-linux-gnu 
> /build/reproducible-path/rust-wide-0.7.32/target/release/build/wide-f7d3c5cc559a93be/build-script-build`
> [wide 0.7.32] cargo:warning=Compiling optimized code on Debian non-SSE2 i686 
> architecture leads to unsound code. Build will be aborted.
> warning: [email protected]: Compiling optimized code on Debian non-SSE2 i686 
> architecture leads to unsound code. Build will be aborted.
> error: failed to run custom build command for `wide v0.7.32 
> (/build/reproducible-path/rust-wide-0.7.32)`
> note: To improve backtraces for build dependencies, set the 
> CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true environment variable to 
> enable debug information generation.
> 
> Caused by:
>   process didn't exit successfully: `CARGO=/usr/bin/cargo 
> CARGO_CFG_FEATURE=default,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' 
> CARGO_CFG_TARGET_ARCH=x86 CARGO_CFG_TARGET_ENDIAN=little 
> CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix 
> CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux 
> CARGO_CFG_TARGET_POINTER_WIDTH=32 CARGO_CFG_TARGET_VENDOR=unknown 
> CARGO_CFG_UNIX='' 
> CARGO_ENCODED_RUSTFLAGS='--remap-path-prefixwide_0.7.32=/usr/share/cargo/registry/wide-0.7.32'
>  CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 
> CARGO_MANIFEST_DIR=/build/reproducible-path/rust-wide-0.7.32 
> CARGO_MANIFEST_PATH=/build/reproducible-path/rust-wide-0.7.32/Cargo.toml 
> CARGO_PKG_AUTHORS='Lokathor <[email protected]>' CARGO_PKG_DESCRIPTION='A 
> crate to help you go wide.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR 
> Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wide 
> CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/Lokathor/wide' 
> CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.7.32 
> CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 
> CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' DEBUG=false 
> HOST=i686-unknown-linux-gnu 
> LD_LIBRARY_PATH='/build/reproducible-path/rust-wide-0.7.32/target/release/deps:/build/reproducible-path/rust-wide-0.7.32/target/release:/usr/lib/rustlib/i686-unknown-linux-gnu/lib'
>  NUM_JOBS=8 OPT_LEVEL=3 
> OUT_DIR=/build/reproducible-path/rust-wide-0.7.32/target/i686-unknown-linux-gnu/release/build/wide-01bd48ff5cfbc27c/out
>  PROFILE=release RUSTC=rustc RUSTDOC=rustdoc TARGET=i686-unknown-linux-gnu 
> /build/reproducible-path/rust-wide-0.7.32/target/release/build/wide-f7d3c5cc559a93be/build-script-build`
>  (exit status: 1)
>   --- stdout
>   cargo:warning=Compiling optimized code on Debian non-SSE2 i686 architecture 
> leads to unsound code. Build will be aborted.
> warning: build failed, waiting for other jobs to finish...
> [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr)
> [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error)
> [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net)
> [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating)
> [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from)
> [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)
> [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign)
> [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)
> [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)
> [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive)
> [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic)
> [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64)
> [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)
> [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic)
> dh_auto_test: error: /usr/share/dh-rust/bin/cargo test returned exit code 101


The full build log is available from:
http://qa-logs.debian.net/2025/04/14/rust-wide_0.7.32-3_testing-i386.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250414;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250414&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: rust-wide
Source-Version: 1.7.0+ds-1.1
Done: Michael R. Crusoe <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rust-wide, 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.
Michael R. Crusoe <[email protected]> (supplier of updated rust-wide 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: Mon, 14 Sep 2026 16:10:21 +0200
Source: rust-wide
Architecture: source
Version: 1.7.0+ds-1.1
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Michael R. Crusoe <[email protected]>
Closes: 1103130 1146804
Changes:
 rust-wide (1.7.0+ds-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Cherry-pick patch from upstream to fix test failures on ppc64el & riscv64.
     Closes: #1146804
   * Recent rustc changes fix FTBFS on i386. Closes: #1103130
Checksums-Sha1:
 d97d00d9353fb3fa7eb97514e3446f2e445ddd1e 2112 rust-wide_1.7.0+ds-1.1.dsc
 e2aab48fd96766f3a7918e84a29c62d93335c450 7456 
rust-wide_1.7.0+ds-1.1.debian.tar.xz
 99344e19d09fec10ce49eb01b9f6b7d3ea5f0345 10292 
rust-wide_1.7.0+ds-1.1_source.buildinfo
Checksums-Sha256:
 3930f1d835e7c63dcda884d694fc8f7c0279e209d8722f5ae1cb6c265c559c07 2112 
rust-wide_1.7.0+ds-1.1.dsc
 f0697655e2f50b34f6123ab2f22990230b730caf0791a9aba5f08d7cbab0e1e6 7456 
rust-wide_1.7.0+ds-1.1.debian.tar.xz
 0f362c6178e814f22c9f1bbbfb55984555e7d3935ff583aa37f3295b3b1c65ba 10292 
rust-wide_1.7.0+ds-1.1_source.buildinfo
Files:
 ddadb862f3aa89473f34fa32b250b23c 2112 rust optional rust-wide_1.7.0+ds-1.1.dsc
 ae008d5a3dfb02b34b39f8e5e2013769 7456 rust optional 
rust-wide_1.7.0+ds-1.1.debian.tar.xz
 37352422a2f8e8a2466c9c509bea6e2f 10292 rust optional 
rust-wide_1.7.0+ds-1.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEck1gkzcRPHEFUNdHPCZ2P2xn5uIFAmqoAHcSHGNydXNvZUBk
ZWJpYW4ub3JnAAoJEDwmdj9sZ+birI8P/37t3KRizDDjafhE2VmuTHp8+xHQw3kS
r7mSdTzu6RJHMmLdf5Idqgp7Mx4iP9EA70hYlmu5NSE0bi+CWqYWPrEB973e949l
YUFPuFZ8hB5cS9hUyy0CJeQa0u/dyNnhhI1ji4Yp3tBD+3MRxM3JkcUrBhWDch20
gonY4u9VST+FkMPTsFEEKyuIjaDj1mxJqZDroYGuFb3Yewso8KOJJgeMCXN4/m//
lTYXcU10L0Xx9BgpD4GeMzQabtdtRsm2h6CG5xB0H3P2KtTXw2ZnlltOTctdJHZX
Vt72xRpRvgbWRCOB2TmcSnZGU3FGHZAzUHReIwQVJsM98QtBS0/9Ij3SS/YI6DDO
mUamZewm/CzdZ3MLvFM4UiCnuftFmWbfp6LUrazD6m98r0vh7rvVwMTHMLmDc5Na
82C6LeW7yZa/vHMAsR0ZmWwaAoY4+hBZ3WSGjckjSTULZw2prXaKo5O3XzQWzsJ5
cUmuGyhPVaS2ezvm9C9uYo9RB/qKA2kiGTmZmSDPdymVpZ176e/VUNIJUh3N4XSd
z9HbMiCkCGCcmY3wgoontOYebYBgF1b0LVrD0vV214YaEJiLwJeVipx3ESgNWzLo
aaMc72zBWNFT0P1W3v1v2FsoVsWViLBIZaAq86INBQKH8eZDc4i8IIfeNq1vXuTY
yV08ag/ilnSi
=WiVD
-----END PGP SIGNATURE-----

Attachment: pgpT6INCm2Xb6.pgp
Description: PGP signature


--- End Message ---

Reply via email to