Your message dated Mon, 04 Jan 2021 00:48:29 +0000
with message-id <e1kwe2v-0009yf...@fasolo.debian.org>
and subject line Bug#977489: fixed in rust-rand 0.7.3-3
has caused the Debian Bug report #977489,
regarding rust-rand: autopkgtest regression in testing: error: could not 
compile `packed_simd`.
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 ow...@bugs.debian.org
immediately.)


-- 
977489: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977489
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-rand
Version: 0.7.3-2
X-Debbugs-CC: debian...@lists.debian.org
Severity: serious
User: debian...@lists.debian.org
Usertags: regression

Dear maintainer(s),

With a recent change in testing the autopkgtest of your package started
to fail. I copied some of the output at the bottom of this report. Can
you please investigate the situation and fix it?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

https://ci.debian.net/data/autopkgtest/testing/amd64/r/rust-rand/8796845/log.gz

       Fresh libc v0.2.80
   Compiling packed_simd v0.3.3
       Fresh getrandom v0.1.13
     Running `CARGO_PKG_DESCRIPTION='Portable Packed SIMD vectors'
CARGO_MANIFEST_DIR=/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3
CARGO_PKG_NAME=packed_simd CARGO_PKG_VERSION_MAJOR=0
LD_LIBRARY_PATH='/tmp/tmp.bEO96iw5Bj/target/debug/deps:/usr/lib'
CARGO_PKG_VERSION_PRE=
CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/packed_simd'
CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/packed_simd'
CARGO_PKG_AUTHORS='Gonzalo Brito Gadeschi <gonzalob...@gmail.com>'
OUT_DIR=/tmp/tmp.bEO96iw5Bj/target/x86_64-unknown-linux-gnu/debug/build/packed_simd-a352a16ab59ad104/out
CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION=0.3.3
CARGO_PKG_VERSION_MINOR=3 CARGO=/usr/bin/cargo rustc --crate-name
packed_simd --edition=2018
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/lib.rs
--error-format=json --json=diagnostic-rendered-ansi,artifacts
--crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg
'feature="default"' --cfg 'feature="into_bits"' -C
metadata=d9a7377f8843c64a -C extra-filename=-d9a7377f8843c64a --out-dir
/tmp/tmp.bEO96iw5Bj/target/x86_64-unknown-linux-gnu/debug/deps --target
x86_64-unknown-linux-gnu -L
dependency=/tmp/tmp.bEO96iw5Bj/target/x86_64-unknown-linux-gnu/debug/deps -L
dependency=/tmp/tmp.bEO96iw5Bj/target/debug/deps --extern
cfg_if=/tmp/tmp.bEO96iw5Bj/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-71b81642113b1aa7.rmeta
--cap-lints warn -C debuginfo=2 --cap-lints warn -C
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix
/usr/share/cargo/registry/rand-0.7.3=/usr/share/cargo/registry/rand-0.7.3`
       Fresh rand_core v0.5.1
       Fresh rand_chacha v0.2.2
       Fresh rand_pcg v0.2.1
       Fresh rand_hc v0.2.0
error[E0432]: unresolved import `crate::arch::x86_64::__m64`
  -->
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/api/into_bits/arch_specific.rs:51:15
   |
51 |               $($arch_ty),*
   |                 ^^^^^^^^ no `__m64` in `arch::x86_64`
...
86 | / impl_arch!(
87 | |     [x86["x86"]: __m64], [x86_64["x86_64"]: __m64],
88 | |     [arm["arm"]: int8x8_t, uint8x8_t, poly8x8_t, int16x4_t,
uint16x4_t,
89 | |      poly16x4_t, int32x2_t, uint32x2_t, float32x2_t, int64x1_t,
...  |
96 | |     test: test_v64
97 | | );
   | |__- in this macro invocation
   |
   = note: this error originates in a macro (in Nightly builds, run with
-Z macro-backtrace for more info)

error[E0432]: unresolved import `crate::arch::x86_64::_mm_movemask_pi8`
  -->
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/codegen/reductions/mask/x86/sse.rs:47:21
   |
47 |                 use crate::arch::x86_64::_mm_movemask_pi8;
   |                     ^^^^^^^^^^^^^^^^^^^^^----------------
   |                     |                    |
   |                     |                    help: a similar name
exists in the module: `_mm_movemask_epi8`
   |                     no `_mm_movemask_pi8` in `arch::x86_64`
   |
  :::
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/codegen/reductions/mask.rs:41:1
   |
41 | impl_mask_reductions!(m8x8);
   | ---------------------------- in this macro invocation
   |
   = note: this error originates in a macro (in Nightly builds, run with
-Z macro-backtrace for more info)

error[E0432]: unresolved import `crate::arch::x86_64::_mm_movemask_pi8`
  -->
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/codegen/reductions/mask/x86/sse.rs:62:21
   |
62 |                 use crate::arch::x86_64::_mm_movemask_pi8;
   |                     ^^^^^^^^^^^^^^^^^^^^^----------------
   |                     |                    |
   |                     |                    help: a similar name
exists in the module: `_mm_movemask_epi8`
   |                     no `_mm_movemask_pi8` in `arch::x86_64`
   |
  :::
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/codegen/reductions/mask.rs:41:1
   |
41 | impl_mask_reductions!(m8x8);
   | ---------------------------- in this macro invocation
   |
   = note: this error originates in a macro (in Nightly builds, run with
-Z macro-backtrace for more info)

error[E0432]: unresolved import `crate::arch::x86_64::_mm_movemask_pi8`
  -->
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/codegen/reductions/mask/x86/sse.rs:47:21
   |
47 |                 use crate::arch::x86_64::_mm_movemask_pi8;
   |                     ^^^^^^^^^^^^^^^^^^^^^----------------
   |                     |                    |
   |                     |                    help: a similar name
exists in the module: `_mm_movemask_epi8`
   |                     no `_mm_movemask_pi8` in `arch::x86_64`
   |
  :::
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/codegen/reductions/mask.rs:47:1
   |
47 | impl_mask_reductions!(m16x4);
   | ----------------------------- in this macro invocation
   |
   = note: this error originates in a macro (in Nightly builds, run with
-Z macro-backtrace for more info)

error[E0432]: unresolved import `crate::arch::x86_64::_mm_movemask_pi8`
  -->
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/codegen/reductions/mask/x86/sse.rs:62:21
   |
62 |                 use crate::arch::x86_64::_mm_movemask_pi8;
   |                     ^^^^^^^^^^^^^^^^^^^^^----------------
   |                     |                    |
   |                     |                    help: a similar name
exists in the module: `_mm_movemask_epi8`
   |                     no `_mm_movemask_pi8` in `arch::x86_64`
   |
  :::
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/codegen/reductions/mask.rs:47:1
   |
47 | impl_mask_reductions!(m16x4);
   | ----------------------------- in this macro invocation
   |
   = note: this error originates in a macro (in Nightly builds, run with
-Z macro-backtrace for more info)

error[E0432]: unresolved import `crate::arch::x86_64::_mm_movemask_pi8`
  -->
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/codegen/reductions/mask/x86/sse.rs:47:21
   |
47 |                 use crate::arch::x86_64::_mm_movemask_pi8;
   |                     ^^^^^^^^^^^^^^^^^^^^^----------------
   |                     |                    |
   |                     |                    help: a similar name
exists in the module: `_mm_movemask_epi8`
   |                     no `_mm_movemask_pi8` in `arch::x86_64`
   |
  :::
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/codegen/reductions/mask.rs:52:1
   |
52 | impl_mask_reductions!(m32x2);
   | ----------------------------- in this macro invocation
   |
   = note: this error originates in a macro (in Nightly builds, run with
-Z macro-backtrace for more info)

error[E0432]: unresolved import `crate::arch::x86_64::_mm_movemask_pi8`
  -->
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/codegen/reductions/mask/x86/sse.rs:62:21
   |
62 |                 use crate::arch::x86_64::_mm_movemask_pi8;
   |                     ^^^^^^^^^^^^^^^^^^^^^----------------
   |                     |                    |
   |                     |                    help: a similar name
exists in the module: `_mm_movemask_epi8`
   |                     no `_mm_movemask_pi8` in `arch::x86_64`
   |
  :::
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/codegen/reductions/mask.rs:52:1
   |
52 | impl_mask_reductions!(m32x2);
   | ----------------------------- in this macro invocation
   |
   = note: this error originates in a macro (in Nightly builds, run with
-Z macro-backtrace for more info)

error: aborting due to 7 previous errors

For more information about this error, try `rustc --explain E0432`.
error: could not compile `packed_simd`.

Caused by:
  process didn't exit successfully: `CARGO_PKG_DESCRIPTION='Portable
Packed SIMD vectors'
CARGO_MANIFEST_DIR=/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3
CARGO_PKG_NAME=packed_simd CARGO_PKG_VERSION_MAJOR=0
LD_LIBRARY_PATH='/tmp/tmp.bEO96iw5Bj/target/debug/deps:/usr/lib'
CARGO_PKG_VERSION_PRE=
CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/packed_simd'
CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/packed_simd'
CARGO_PKG_AUTHORS='Gonzalo Brito Gadeschi <gonzalob...@gmail.com>'
OUT_DIR=/tmp/tmp.bEO96iw5Bj/target/x86_64-unknown-linux-gnu/debug/build/packed_simd-a352a16ab59ad104/out
CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION=0.3.3
CARGO_PKG_VERSION_MINOR=3 CARGO=/usr/bin/cargo rustc --crate-name
packed_simd --edition=2018
/tmp/tmp.bEO96iw5Bj/registry/packed_simd-0.3.3/src/lib.rs
--error-format=json --json=diagnostic-rendered-ansi,artifacts
--crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg
'feature="default"' --cfg 'feature="into_bits"' -C
metadata=d9a7377f8843c64a -C extra-filename=-d9a7377f8843c64a --out-dir
/tmp/tmp.bEO96iw5Bj/target/x86_64-unknown-linux-gnu/debug/deps --target
x86_64-unknown-linux-gnu -L
dependency=/tmp/tmp.bEO96iw5Bj/target/x86_64-unknown-linux-gnu/debug/deps -L
dependency=/tmp/tmp.bEO96iw5Bj/target/debug/deps --extern
cfg_if=/tmp/tmp.bEO96iw5Bj/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-71b81642113b1aa7.rmeta
--cap-lints warn -C debuginfo=2 --cap-lints warn -C
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix
/usr/share/cargo/registry/rand-0.7.3=/usr/share/cargo/registry/rand-0.7.3`
(exit code: 1)
autopkgtest [09:36:32]: test librust-rand+packed-simd-dev:
-----------------------]

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: rust-rand
Source-Version: 0.7.3-3
Done: Peter Michael Green <plugw...@debian.org>

We believe that the bug you reported is fixed in the latest version of
rust-rand, 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 977...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Michael Green <plugw...@debian.org> (supplier of updated rust-rand 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 04 Jan 2021 00:23:18 +0000
Source: rust-rand
Architecture: source
Version: 0.7.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 
<pkg-rust-maintain...@alioth-lists.debian.net>
Changed-By: Peter Michael Green <plugw...@debian.org>
Closes: 977489
Changes:
 rust-rand (0.7.3-3) unstable; urgency=medium
 .
   * Team upload.
   * Package rand 0.7.3 from crates.io using debcargo 2.4.3
   * Apply upstream patch for removal of mmx in rustc (Closes: 977489).
Checksums-Sha1:
 1067974a80f2f3e188656a31df63265928ab7c8b 3525 rust-rand_0.7.3-3.dsc
 44651186dc961da081e00a96e68117c1d1a5c2e5 4772 rust-rand_0.7.3-3.debian.tar.xz
 479cba78a94bc60142d682857e2dde245ec8e907 7527 
rust-rand_0.7.3-3_source.buildinfo
Checksums-Sha256:
 7fe7b8a2442a5669a6e35e7e879b15d9db46c56ee09b475b04dd1407b47839bf 3525 
rust-rand_0.7.3-3.dsc
 57816dce2312acfa6a20547ffa39eeff63c123c5212243798fd8426c02fef950 4772 
rust-rand_0.7.3-3.debian.tar.xz
 9d0296f8bfeadb251edee12f29431a66943362fc128fe63aa92b11efcd53da04 7527 
rust-rand_0.7.3-3_source.buildinfo
Files:
 29a80eeb4c5ed9838469e288aac3b48b 3525 rust optional rust-rand_0.7.3-3.dsc
 a344f8252a5ba232734c5fd457684fa7 4772 rust optional 
rust-rand_0.7.3-3.debian.tar.xz
 a166977c620c7c40e3ce70f267eafb1b 7527 rust optional 
rust-rand_0.7.3-3_source.buildinfo

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

iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl/yYD4UHHBsdWd3YXNo
QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xso9g/+IivMWL6IlO3jp0ZvoMFZCRbV8n4u
nFzQHIpQjVLfjcxIFA7EWLMYtwshz8DB1FSg14et/J3LMInvp105mj5r6twx8dcZ
eTLJGSYDvEXxd1GNNHWVJEFMEMwQlv6oCeKaD4GIAC9vpJJwS59nZRLWO7eWMdMm
uiSPzi37/KTMjXXy2q7xNxlqNJx1hQfOffpJ0ob3O1mruSEsjnABTomF7MRpkG2v
xV0v/nWd53DPJOYTV9EgV+dO+cBikDYQZAy4cDXQYoOLS03uTw32prr2qzyk9PoE
B/DXn52N+LoOPmM5KBCktg9OGNrkdEd8q20uyU70F1n9rAUbEhkRMeDOz2VhHasq
p2boefCN64EE6pdDPbf4cBzpXIxtNVfkYOTAlq1HgCm+T8C5g9PRhUdflTFgs0eq
wlYbAgBmvK2IvUelsSKaImWZK4fPTcoAbQiVDLNkVSJ9qRYI1wDXqVj9ykn+xNFa
nAwsEmbOHuQIkpVFRHtsAHHCaxpOb2LxnBtG0mSAEtHnxS7shP6Bx1586FiwIhmR
cEWx7WTp4DIPtWoJU5JdV+gEqkpJPtFKHDAIPpbzzOzoNK1IqO+T2X1Dcq6ZC/RD
Aep+CNMlpDauQyUBza+cQ8yf31jvMa1XW9R0tDtpPyLqmXbEhYQUaOL4uBtwiTDI
LwRxIPd4eSaGSkI=
=kvir
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to