Source: rust-nanorand
Version: 0.7.0-7
Severity: serious

https://ci.debian.net/data/autopkgtest/testing/i386/r/rust-nanorand/31043036/log.gz

...
error[E0432]: unresolved import `core::arch::x86::_rdseed64_step`
  --> src/entropy.rs:58:6
   |
58 |     use core::arch::x86::_rdseed64_step as rdseed;
   |         ^^^^^^^^^^^^^^^^^--------------^^^^^^^^^^
   |         |                |
   |         |                help: a similar name exists in the module: 
`_rdseed16_step`
   |         no `_rdseed64_step` in `core_arch::arch::x86`

For more information about this error, try `rustc --explain E0432`.
error: could not compile `nanorand` due to previous error

Caused by:
  process didn't exit successfully: `CARGO=/usr/bin/cargo 
CARGO_CRATE_NAME=nanorand 
CARGO_MANIFEST_DIR=/usr/share/cargo/registry/nanorand-0.7.0 
CARGO_PKG_AUTHORS='Lucy <l...@absolucy.moe>' CARGO_PKG_DESCRIPTION='A tiny, 
fast, zero-dep library for random number generation.' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE=Zlib CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nanorand 
CARGO_PKG_REPOSITORY='https://github.com/Absolucy/nanorand-rs' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 
LD_LIBRARY_PATH='/tmp/tmp.Jyi2v4P3Dk/target/debug/deps:/usr/lib' rustc 
--crate-name nanorand --edition=2021 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 --cfg 'feature="alloc"' --cfg 
'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 
'feature="pcg64"' --cfg 'feature="rdseed"' --cfg 'feature="std"' --cfg 
'feature="tls"' --cfg 'feature="wyrand"' --cfg 'feature="zeroize"' -C 
metadata=afbb08af3d0c46ba -C extra-filename=-afbb08af3d0c46ba --out-dir 
/tmp/tmp.Jyi2v4P3Dk/target/i686-unknown-linux-gnu/debug/deps --target 
i686-unknown-linux-gnu -C 
incremental=/tmp/tmp.Jyi2v4P3Dk/target/i686-unknown-linux-gnu/debug/incremental 
-L dependency=/tmp/tmp.Jyi2v4P3Dk/target/i686-unknown-linux-gnu/debug/deps -L 
dependency=/tmp/tmp.Jyi2v4P3Dk/target/debug/deps --extern 
getrandom=/tmp/tmp.Jyi2v4P3Dk/target/i686-unknown-linux-gnu/debug/deps/libgetrandom-cc172141f5604369.rlib
 --extern 
hex=/tmp/tmp.Jyi2v4P3Dk/target/i686-unknown-linux-gnu/debug/deps/libhex-af2e0eff81a4d982.rlib
 --extern 
zeroize=/tmp/tmp.Jyi2v4P3Dk/target/i686-unknown-linux-gnu/debug/deps/libzeroize-bd8c23daa5be92bd.rlib
 -C debuginfo=2 --cap-lints warn -C linker=i686-linux-gnu-gcc -C 
link-arg=-Wl,-z,relro --remap-path-prefix 
/usr/share/cargo/registry/nanorand-0.7.0=/usr/share/cargo/registry/nanorand-0.7.0
 --remap-path-prefix /tmp/tmp.Jyi2v4P3Dk/registry=/usr/share/cargo/registry` 
(exit status: 1)
autopkgtest [15:43:56]: test rust-nanorand-0.7:@: -----------------------]
autopkgtest [15:43:56]: test rust-nanorand-0.7:@:  - - - - - - - - - - results 
- - - - - - - - - -
rust-nanorand-0.7:@  FAIL non-zero exit status 101
...
autopkgtest [15:54:05]: @@@@@@@@@@@@@@@@@@@@ summary
rust-nanorand-0.7:@  FAIL non-zero exit status 101
rust-nanorand-0.7-dev:alloc PASS
rust-nanorand-0.7-dev:chacha PASS
rust-nanorand-0.7-dev:default PASS
rust-nanorand-0.7-dev:getrandom PASS
rust-nanorand-0.7-dev:pcg64 PASS
rust-nanorand-0.7-dev:rdseed FAIL non-zero exit status 101
rust-nanorand-0.7-dev:std PASS
rust-nanorand-0.7-dev:tls PASS
rust-nanorand-0.7-dev:wyrand PASS
rust-nanorand-0.7-dev:zeroize PASS
rust-nanorand-0.7:   PASS

Reply via email to