Your message dated Thu, 04 Jul 2024 21:22:31 +0000
with message-id <[email protected]>
and subject line Bug#1074746: fixed in rust-rand-core 0.6.4-2
has caused the Debian Bug report #1074746,
regarding rust-rand-core: FTBFS: dh_auto_test: error: 
/usr/share/cargo/bin/cargo test --all 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.)


-- 
1074746: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074746
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-rand-core
Version: 0.6.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240702 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_test -- test --all
> debian cargo wrapper: options, profiles, parallel, lto: ['parallel=8'] [] 
> ['-j8'] 0
> 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', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', 
> '-j8', '--target', 'x86_64-unknown-linux-gnu', '--all'],) {}
>    Compiling rand_core v0.6.4 (/<<PKGBUILDDIR>>)
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=rand_core 
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='The Rand Project 
> Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random 
> number generator traits and tools for implementation.
> ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' 
> CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
> CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
> rand_core --edition=2018 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 -C 
> metadata=df9694816f2e8336 -C extra-filename=-df9694816f2e8336 --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 -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/rand-core-0.6.4 
> --remap-path-prefix 
> /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=rand_core 
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='The Rand Project 
> Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random 
> number generator traits and tools for implementation.
> ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' 
> CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
> CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
> rand_core --edition=2018 src/lib.rs --error-format=json 
> --json=diagnostic-rendered-ansi,artifacts,future-incompat 
> --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C 
> metadata=86c09e0c772bbdc9 -C extra-filename=-86c09e0c772bbdc9 --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 -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/rand-core-0.6.4 
> --remap-path-prefix 
> /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.33s
>      Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
> CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' 
> CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for 
> implementation.
> ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' 
> CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
> CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
>  
> /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/rand_core-86c09e0c772bbdc9`
> 
> running 6 tests
> test block::test::blockrng64_next_u32_vs_next_u64 ... ok
> test block::test::blockrng_next_u32_vs_next_u64 ... ok
> test impls::test::test_fill_via_u64_chunks ... ok
> test impls::test::test_fill_via_u32_chunks ... ok
> test le::test_read ... ok
> test test::test_seed_from_u64 ... ok
> 
> test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
> finished in 0.00s
> 
>    Doc-tests rand_core
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=rand_core 
> CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='The Rand Project 
> Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random 
> number generator traits and tools for implementation.
> ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' 
> CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
> CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md 
> CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' 
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustdoc --edition=2018 
> --crate-type lib --crate-name rand_core --test src/lib.rs 
> --test-run-directory /<<PKGBUILDDIR>> --target x86_64-unknown-linux-gnu -L 
> dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L 
> dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern 
> rand_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librand_core-df9694816f2e8336.rlib
>  -C embed-bitcode=no --error-format human`
> 
> running 5 tests
> test src/impls.rs - impls::fill_via_u32_chunks (line 123) ... ignored
> test src/lib.rs - SeedableRng::Seed (line 265) ... FAILED
> test src/block.rs - block (line 24) - compile ... ok
> test src/lib.rs - RngCore (line 111) ... ok
> test src/lib.rs - CryptoRngCore (line 219) ... ok
> 
> failures:
> 
> ---- src/lib.rs - SeedableRng::Seed (line 265) stdout ----
> error: field `0` is never read
>   --> src/lib.rs:271:18
>    |
> 10 | pub struct MyRng(MyRngSeed);
>    |            ----- ^^^^^^^^^
>    |            |
>    |            field in this struct
>    |
> note: the lint level is defined here
>   --> src/lib.rs:263:9
>    |
> 2  | #![deny(warnings)]
>    |         ^^^^^^^^
>    = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]`
> help: consider changing the field to be of unit type to suppress this warning 
> while preserving the field numbering, or remove the field
>    |
> 10 | pub struct MyRng(());
>    |                  ~~
> 
> error: aborting due to 1 previous error
> 
> Couldn't compile the test.
> 
> failures:
>     src/lib.rs - SeedableRng::Seed (line 265)
> 
> test result: FAILED. 3 passed; 1 failed; 1 ignored; 0 measured; 0 filtered 
> out; finished in 0.37s
> 
> error: doctest failed, to rerun pass `--doc`
> dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code 
> 101


The full build log is available from:
http://qa-logs.debian.net/2024/07/02/rust-rand-core_0.6.4-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240702;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240702&[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-rand-core
Source-Version: 0.6.4-2
Done: Peter Michael Green <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rust-rand-core, 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.
Peter Michael Green <[email protected]> (supplier of updated rust-rand-core 
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: SHA256

Format: 1.8
Date: Thu, 04 Jul 2024 21:00:44 +0000
Source: rust-rand-core
Architecture: source
Version: 0.6.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 
<[email protected]>
Changed-By: Peter Michael Green <[email protected]>
Closes: 1074746
Changes:
 rust-rand-core (0.6.4-2) unstable; urgency=medium
 .
   * Team upload.
   * Package rand_core 0.6.4 from crates.io using debcargo 2.6.1
   * Don't fail build due to compiler warnings (Closes: #1074746)
Checksums-Sha1:
 28f89e804eca5a49811e4b687c24915239278db9 2468 rust-rand-core_0.6.4-2.dsc
 c6a599650df506af11a83ebfd69bbb0af8da5672 3692 
rust-rand-core_0.6.4-2.debian.tar.xz
 c45a1c53439c3dfbe97d3fcf571b8e4d6be45d33 8329 
rust-rand-core_0.6.4-2_source.buildinfo
Checksums-Sha256:
 1f6938a4015b700fc497dd3c114a56abbcc7fddd12dee47442a88767ac9bb8e2 2468 
rust-rand-core_0.6.4-2.dsc
 837d4c4b51f94a2174475dbb0fc8cbfd2ed7beced4da5459dacb329fa2c868e1 3692 
rust-rand-core_0.6.4-2.debian.tar.xz
 48b25311e11d0e65a35c40a596147f6d7438ef1c36434eba0f3a8cd70a1cabb6 8329 
rust-rand-core_0.6.4-2_source.buildinfo
Files:
 189caebf28352235a8922a33270cac9c 2468 rust optional rust-rand-core_0.6.4-2.dsc
 a14c5ec8e7b3edf50ed26f8f7b733035 3692 rust optional 
rust-rand-core_0.6.4-2.debian.tar.xz
 a18ebdeb0a11d299aec27061c1fa2ed6 8329 rust optional 
rust-rand-core_0.6.4-2_source.buildinfo

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

iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAmaHDz8UHHBsdWd3YXNo
QGRlYmlhbi5vcmcACgkQDEjqKnqP/XtVGg/+L2Z+JV4wAJXKO3o7q36hHrZysWU0
jOHbpnDrxUBswzP88fVzuLIv0lPMt4Oen1bTf/50xFSpO8AsgPcApn40ljXquCLt
r+/CcDq3qIC2/QMN5MpgFTILaPe616PcZFdN6TBmu+eziYP2KkmP91TqWEf+c77w
+damG7k+rlA97z03Rg2hDFtnneKVtTCqflvcYuZE6tZ12x3qvz0TfzUYLCGpv/43
kO66jX1VbQwlsu/HyYVBvOg7ovKHqMWP0tw7N06XfcwQN9+E4FFwW3+MHnHFC321
DUpHVYHCUCe1SOmQ0KTnyRhgSIiTXkzsLKVNhjEs2BjDG8yP+PNOyTYqyaevVq7J
+nN8VuMhiXCIRALuSsI3uS3wcot0qr9ooHpbk8BREN3JLvWGttCXUpyMPjH6NuIQ
QXoY2cWY3CJaMsYKGO6QGZZLtXywF7vP/Ep6VTYzodav/pl5eEEipKPR4YTrAimF
rTCBZPS2sMhMWW2fZGBD3E71dKZbAB1DFQHtR71uFr26WQ/kwMuZO8zg33lCYBqj
T4WyDx9WMFSBm1Jbgctr6HPnicvow77k5/avAOf1BzZEGGo3QSF5pj5RXFBIPWCB
wcJoNV3xARJuBzrfxRRDooiD/4U6Ff2lbASrv3MeLA5mkBQrZOTbHj8kDgNo8XLI
HS35PbCFd83FQ+4=
=AQf2
-----END PGP SIGNATURE-----

Attachment: pgpbClGofrhTv.pgp
Description: PGP signature


--- End Message ---

Reply via email to