Your message dated Tue, 01 Sep 2020 16:34:43 +0000 with message-id <[email protected]> and subject line Bug#964651: fixed in rust-core-arch 0.1.5-4 has caused the Debian Bug report #964651, regarding rust-core-arch: FTBFS: dh_auto_test: error: /usr/share/cargo/bin/cargo build 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.) -- 964651: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964651 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: rust-core-arch Version: 0.1.5-3 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200709 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > export RUSTC_BOOTSTRAP=1; \ > dh_auto_test > debian cargo wrapper: options, profiles, parallel: ['parallel=4'] [] ['-j4'] > 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', 'build', '--verbose', '--verbose', > '-j4', '--target', 'x86_64-unknown-linux-gnu'],) {} > Compiling core_arch v0.1.5 (/<<PKGBUILDDIR>>) > Running `CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_NAME=core_arch > CARGO_PKG_VERSION_PRE= CARGO=/usr/bin/cargo > CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Alex Crichton > <[email protected]>:Andrew Gallant <[email protected]>:Gonzalo Brito > Gadeschi <[email protected]>' > CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/stdsimd' > LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' > CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MINOR=1 > CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/stdsimd' > CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_DESCRIPTION='`core::arch` - Rust'\''s > core library architecture-specific intrinsics.' rustc --crate-name > build_script_build build.rs --error-format=json > --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C > debuginfo=2 -C metadata=3ced685bd91f4af9 -C extra-filename=-3ced685bd91f4af9 > --out-dir /<<PKGBUILDDIR>>/target/debug/build/core_arch-3ced685bd91f4af9 -C > incremental=/<<PKGBUILDDIR>>/target/debug/incremental -L > dependency=/<<PKGBUILDDIR>>/target/debug/deps` > Running > `/<<PKGBUILDDIR>>/target/debug/build/core_arch-3ced685bd91f4af9/build-script-build` > [core_arch 0.1.5] cargo:rustc-cfg=core_arch_docs > Running > `OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/core_arch-dec210fe67df190e/out > CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_NAME=core_arch CARGO_PKG_VERSION_PRE= > CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> > CARGO_PKG_AUTHORS='Alex Crichton <[email protected]>:Andrew Gallant > <[email protected]>:Gonzalo Brito Gadeschi <[email protected]>' > CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/stdsimd' > LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' > CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MINOR=1 > CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/stdsimd' > CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_DESCRIPTION='`core::arch` - Rust'\''s > core library architecture-specific intrinsics.' rustc --crate-name core_arch > src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type > lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=9f73e5ba48717b3f > -C extra-filename=-9f73e5ba48717b3f --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 --cap-lints warn > -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix > /<<PKGBUILDDIR>>=/usr/share/cargo/registry/core-arch-0.1.5 --cfg > core_arch_docs` > warning: unnecessary parentheses around assigned value > --> src/x86/sse41.rs:38:35 > | > 38 | pub const _MM_FROUND_FLOOR: i32 = (_MM_FROUND_RAISE_EXC | > _MM_FROUND_TO_NEG_INF); > | > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses > | > = note: `#[warn(unused_parens)]` on by default > > warning: unnecessary parentheses around assigned value > --> src/x86/sse41.rs:41:34 > | > 41 | pub const _MM_FROUND_CEIL: i32 = (_MM_FROUND_RAISE_EXC | > _MM_FROUND_TO_POS_INF); > | > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses > > warning: unnecessary parentheses around assigned value > --> src/x86/sse41.rs:44:35 > | > 44 | pub const _MM_FROUND_TRUNC: i32 = (_MM_FROUND_RAISE_EXC | > _MM_FROUND_TO_ZERO); > | > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses > > warning: unnecessary parentheses around assigned value > --> src/x86/sse41.rs:48:34 > | > 48 | pub const _MM_FROUND_RINT: i32 = (_MM_FROUND_RAISE_EXC | > _MM_FROUND_CUR_DIRECTION); > | > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these > parentheses > > warning: unnecessary parentheses around assigned value > --> src/x86/sse41.rs:51:39 > | > 51 | pub const _MM_FROUND_NEARBYINT: i32 = (_MM_FROUND_NO_EXC | > _MM_FROUND_CUR_DIRECTION); > | > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses > > error[E0545]: `issue` must be a non-zero numeric string or "none" > --> src/x86/mod.rs:355:41 > | > 355 | #[unstable(feature = "stdimd_internal", issue = "0")] > | ^^^^^^^^--- > | | > | `issue` must not be > "0", use "none" instead > > error[E0545]: `issue` must be a non-zero numeric string or "none" > --> src/x86/mod.rs:408:41 > | > 408 | #[unstable(feature = "stdimd_internal", issue = "0")] > | ^^^^^^^^--- > | | > | `issue` must not be > "0", use "none" instead > > error[E0545]: `issue` must be a non-zero numeric string or "none" > --> src/x86/mod.rs:461:41 > | > 461 | #[unstable(feature = "stdimd_internal", issue = "0")] > | ^^^^^^^^--- > | | > | `issue` must not be > "0", use "none" instead > > error: aborting due to 3 previous errors > > error: could not compile `core_arch`. > > Caused by: > process didn't exit successfully: > `OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/core_arch-dec210fe67df190e/out > CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_NAME=core_arch CARGO_PKG_VERSION_PRE= > CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> > CARGO_PKG_AUTHORS='Alex Crichton <[email protected]>:Andrew Gallant > <[email protected]>:Gonzalo Brito Gadeschi <[email protected]>' > CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/stdsimd' > LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' > CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MINOR=1 > CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/stdsimd' > CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_DESCRIPTION='`core::arch` - Rust'\''s > core library architecture-specific intrinsics.' rustc --crate-name core_arch > src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type > lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=9f73e5ba48717b3f > -C extra-filename=-9f73e5ba48717b3f --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 --cap-lints warn > -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix > /<<PKGBUILDDIR>>=/usr/share/cargo/registry/core-arch-0.1.5 --cfg > core_arch_docs` (exit code: 1) > dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101 The full build log is available from: http://qa-logs.debian.net/2020/07/09/rust-core-arch_0.1.5-3_unstable.log 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! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---Source: rust-core-arch Source-Version: 0.1.5-4 Done: Peter Michael Green <[email protected]> We believe that the bug you reported is fixed in the latest version of rust-core-arch, 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-core-arch 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: Tue, 01 Sep 2020 16:22:18 +0000 Source: rust-core-arch Architecture: source Version: 0.1.5-4 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers <[email protected]> Changed-By: Peter Michael Green <[email protected]> Closes: 964651 Changes: rust-core-arch (0.1.5-4) unstable; urgency=medium . * Team upload. * Package core_arch 0.1.5 from crates.io using debcargo 2.4.3 * Change 'issue = "0"' to 'issue = "none"' as suggested in error message. (Closes: 964651) * Change asm: to llvm-asm: as suggested in error message. Checksums-Sha1: 825ec3535b15929441aadcbacc992b28a09d4372 2256 rust-core-arch_0.1.5-4.dsc 6366f66084327416db916713ff027bbde61aa806 5212 rust-core-arch_0.1.5-4.debian.tar.xz b2367e393df61b983e9cb11a241416bf28fc6fb4 6981 rust-core-arch_0.1.5-4_source.buildinfo Checksums-Sha256: 7bcc470b2a197fae91f07cdd02824f3f03a20da42974d8950e62879fe31c7aae 2256 rust-core-arch_0.1.5-4.dsc 9a23526088b2e080d630e2d4ab7e7a5f9f1dc6e28c2c1a27889a33f2977fdf76 5212 rust-core-arch_0.1.5-4.debian.tar.xz ebe317e45ab856977405d4870c1fbfec68fac52a3edf0ec0678e7eb46ec44196 6981 rust-core-arch_0.1.5-4_source.buildinfo Files: fd4bb8253e0c50057c227e2eafb9d471 2256 rust optional rust-core-arch_0.1.5-4.dsc db4e747899285030532a301144b38e3c 5212 rust optional rust-core-arch_0.1.5-4.debian.tar.xz f9bc5d9b92e3077454c130cf16ea2f10 6981 rust optional rust-core-arch_0.1.5-4_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl9OdZUUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XvIUA//VHTRG3Z1pzxcp15Xqf7/ND8MmuME QhyI6HrdKB88gU32zyiFSvFkr02Ia+xYqscxyUc2CO8OKOMJUvR0DbroNvPITcRA FpkORMkNKevZ6Iy5g7rwNZ6hPCxp/C1O6c8y8FCFxesbyV6Hb+VjKapGHnKpGl8H gyjqjl+T8ei3o8GUibwdNjd74Ll4Bto4V+ejiN+uvQK3jl/Epl4I1azdK3CNdH9T UQu3Ikl/KdoNn7oh7a/LWhNkJZpqcBHHghDIwxMScr6RB01643rQcXrS+AI8Y3Bf 54yIAuPd6lDGpoJTXxlBmjMKs8wY77cyK8ApK4keuiJzP7HR/ULWn9yZ1i0clsQm B08EG32gfxURGcTBpHCsFtWuqYvSCnXpWRsnU8cPI9xIWmvAr3efETaOrjd1wpEC rezGG49sthM/TJ+xfJ6mnqKdyRpBZpapSyi/7cjKKTyzENEVsfyWBGC6NNmcXW7K OzYsuRzTvVj0gj8Dql49hXSAGf9seMFvREVoNB1lZ1BfkfWHl5sikKuGuR3xrkec 3838dZoWqfg6E8Sybk1TgN/Psj5BJkzq27y4l22nEtU+pdJmO/ce8BBfn6Bnpcle 9AWCPxAEoDgptL0VveGPyCsraxa9KSHcLUfBpomVtoz8Ygpt1/zi50GdibbHRGvj 2BL0PAY9P/mynuw= =OZrE -----END PGP SIGNATURE-----
--- End Message ---

