D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-safe_arch-0.7.4-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qNIqQw Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6fatqf + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build + rm -rf safe_arch-0.7.4 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/safe_arch-0.7.4.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd safe_arch-0.7.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/safe_arch-fix-metadata.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + set -euo pipefail + /usr/bin/mkdir -p target/rpm + /usr/bin/ln -s rpm target/release + /usr/bin/rm -rf .cargo/ + /usr/bin/mkdir -p .cargo + cat + cat + /usr/bin/rm -f Cargo.lock + /usr/bin/rm -f Cargo.toml.orig + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.yKKdxA + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build + cd safe_arch-0.7.4 + /usr/bin/cargo2rpm --path Cargo.toml buildrequires --with-check + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.28D7qK + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd safe_arch-0.7.4 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo build -j16 -Z avoid-dev-deps --profile rpm Compiling safe_arch v0.7.4 (/home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4) Running `/usr/bin/rustc --crate-name safe_arch --edition=2018 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 -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytemuck", "default"))' -C metadata=c58be0205b2df04c -C extra-filename=-516ce3b65c58adac --out-dir /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128_.rs:67:3 | 67 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128_.rs:76:3 | 76 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128_.rs:84:3 | 84 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128_.rs:95:3 | 95 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128d_.rs:67:3 | 67 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128d_.rs:76:3 | 76 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128d_.rs:84:3 | 84 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128d_.rs:95:3 | 95 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:29:3 | 29 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:38:3 | 38 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:48:3 | 48 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:56:3 | 56 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:64:3 | 64 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:72:3 | 72 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:82:3 | 82 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:90:3 | 90 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:98:3 | 98 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:106:3 | 106 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:116:3 | 116 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:124:3 | 124 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:132:3 | 132 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:140:3 | 140 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:150:3 | 150 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:158:3 | 158 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:166:3 | 166 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:174:3 | 174 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:184:3 | 184 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:192:3 | 192 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:200:3 | 200 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:208:3 | 208 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256_.rs:65:3 | 65 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256_.rs:74:3 | 74 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256_.rs:82:3 | 82 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256_.rs:93:3 | 93 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256d_.rs:67:3 | 67 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256d_.rs:76:3 | 76 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256d_.rs:84:3 | 84 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256d_.rs:95:3 | 95 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:29:3 | 29 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:38:3 | 38 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:48:3 | 48 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:56:3 | 56 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:64:3 | 64 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:72:3 | 72 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:82:3 | 82 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:90:3 | 90 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:98:3 | 98 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:106:3 | 106 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:116:3 | 116 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:124:3 | 124 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:132:3 | 132 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:140:3 | 140 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:150:3 | 150 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:158:3 | 158 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:166:3 | 166 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:174:3 | 174 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:184:3 | 184 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:192:3 | 192 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:200:3 | 200 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:208:3 | 208 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1345:3 | 1345 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1360:3 | 1360 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1375:3 | 1375 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1390:3 | 1390 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1405:3 | 1405 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1420:3 | 1420 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1435:3 | 1435 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1448:3 | 1448 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1458:3 | 1458 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1473:3 | 1473 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3080:3 | 3080 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3095:3 | 3095 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3110:3 | 3110 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3125:3 | 3125 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3140:3 | 3140 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3155:3 | 3155 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3170:3 | 3170 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3183:3 | 3183 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3193:3 | 3193 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3208:3 | 3208 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3221:3 | 3221 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3236:3 | 3236 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3251:3 | 3251 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3270:3 | 3270 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3281:3 | 3281 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `safe_arch` (lib) generated 85 warnings (run `cargo fix --lib -p safe_arch` to apply 85 suggestions) Finished `rpm` profile [optimized + debuginfo] target(s) in 0.76s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.F2ok8o + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd safe_arch-0.7.4 + '[' 1 -eq 1 ']' + set -euo pipefail ++ /usr/bin/cargo2rpm --path Cargo.toml is-lib + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' ++ /usr/bin/cargo2rpm --path Cargo.toml name + CRATE_NAME=safe_arch ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.7.4 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/BUILDROOT/usr/share/cargo/registry/safe_arch-0.7.4 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/BUILDROOT/usr/share/cargo/registry/safe_arch-0.7.4 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l + grep -w -E -v 'Cargo.(lock|toml.orig)' + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/BUILDROOT/usr/share/cargo/registry/safe_arch-0.7.4 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/BUILDROOT/usr/share/cargo/registry/safe_arch-0.7.4/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/BUILDROOT/usr/share/cargo/registry/safe_arch-0.7.4/Cargo.toml.deps + echo '{"files":{},"package":""}' ++ /usr/bin/cargo2rpm --path Cargo.toml is-bin + '[' 0 -eq 1 ']' + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.lP8ZNH + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd safe_arch-0.7.4 + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo test -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128_.rs:67:3 | 67 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128_.rs:76:3 | 76 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128_.rs:84:3 | 84 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128_.rs:95:3 | 95 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128d_.rs:67:3 | 67 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128d_.rs:76:3 | 76 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128d_.rs:84:3 | 84 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128d_.rs:95:3 | 95 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:29:3 | 29 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:38:3 | 38 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:48:3 | 48 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:56:3 | 56 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:64:3 | 64 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:72:3 | 72 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:82:3 | 82 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:90:3 | 90 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:98:3 | 98 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:106:3 | 106 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:116:3 | 116 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:124:3 | 124 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:132:3 | 132 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:140:3 | 140 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:150:3 | 150 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:158:3 | 158 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:166:3 | 166 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:174:3 | 174 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:184:3 | 184 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:192:3 | 192 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:200:3 | 200 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m128i_.rs:208:3 | 208 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256_.rs:65:3 | 65 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256_.rs:74:3 | 74 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256_.rs:82:3 | 82 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256_.rs:93:3 | 93 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256d_.rs:67:3 | 67 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256d_.rs:76:3 | 76 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256d_.rs:84:3 | 84 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256d_.rs:95:3 | 95 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:29:3 | 29 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:38:3 | 38 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:48:3 | 48 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:56:3 | 56 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:64:3 | 64 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:72:3 | 72 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:82:3 | 82 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:90:3 | 90 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:98:3 | 98 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:106:3 | 106 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:116:3 | 116 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:124:3 | 124 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:132:3 | 132 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:140:3 | 140 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:150:3 | 150 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:158:3 | 158 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:166:3 | 166 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:174:3 | 174 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:184:3 | 184 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:192:3 | 192 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:200:3 | 200 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/m256i_.rs:208:3 | 208 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1345:3 | 1345 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1360:3 | 1360 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1375:3 | 1375 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1390:3 | 1390 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1405:3 | 1405 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1420:3 | 1420 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1435:3 | 1435 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1448:3 | 1448 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1458:3 | 1458 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse.rs:1473:3 | 1473 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3080:3 | 3080 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3095:3 | 3095 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3110:3 | 3110 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3125:3 | 3125 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3140:3 | 3140 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3155:3 | 3155 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3170:3 | 3170 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3183:3 | 3183 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3193:3 | 3193 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3208:3 | 3208 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3221:3 | 3221 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3236:3 | 3236 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3251:3 | 3251 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3270:3 | 3270 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks --> src/x86_x64/sse2.rs:3281:3 | 3281 | #[must_use] | ^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions warning: `safe_arch` (lib) generated 85 warnings (run `cargo fix --lib -p safe_arch` to apply 85 suggestions) Compiling safe_arch v0.7.4 (/home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4) Running `/usr/bin/rustc --crate-name integration --edition=2018 tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytemuck", "default"))' -C metadata=100e8ba6154b4720 -C extra-filename=-7b41110ab78f9ac9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4/target/rpm/deps --extern safe_arch=/home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4/target/rpm/deps/libsafe_arch-516ce3b65c58adac.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name safe_arch --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytemuck", "default"))' -C metadata=7f11c02dba62e566 -C extra-filename=-fc60bc856c970d3f --out-dir /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `safe_arch` (lib test) generated 85 warnings (85 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 0.55s Running `/home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4/target/rpm/deps/safe_arch-fc60bc856c970d3f` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4/target/rpm/deps/integration-7b41110ab78f9ac9` running 7 tests test test_m128_fmt ... ok test test_m128_size_align ... ok test test_m128d_size_align ... ok test test_m128i_size_align ... ok test test_m256_size_align ... ok test test_m256d_size_align ... ok test test_m256i_size_align ... ok test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests safe_arch Running `/usr/bin/rustdoc --edition=2018 --crate-type lib --color auto --crate-name safe_arch --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4/target/rpm/deps --extern safe_arch=/home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/safe_arch-0.7.4/target/rpm/deps/libsafe_arch-516ce3b65c58adac.rlib -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytemuck", "default"))' --error-format human` running 315 tests test src/x86_x64/m128i_.rs - x86_x64::m128i_::m128i::fmt (line 278) ... ok test src/x86_x64/m128i_.rs - x86_x64::m128i_::m128i::fmt (line 316) ... ok test src/x86_x64/m256_.rs - x86_x64::m256_::m256::fmt (line 145) ... ok test src/x86_x64/m256d_.rs - x86_x64::m256d_::m256d::fmt (line 194) ... ok test src/x86_x64/m128d_.rs - x86_x64::m128d_::m128d::fmt (line 211) ... ok test src/x86_x64/m128d_.rs - x86_x64::m128d_::m128d::fmt (line 177) ... ok test src/x86_x64/m256_.rs - x86_x64::m256_::m256::fmt (line 164) ... ok test src/lib.rs - x86_x64::byte_swap_i64 (line 308) ... ok test src/lib.rs - x86_x64::byte_swap_i32 (line 296) ... ok test src/x86_x64/m128d_.rs - x86_x64::m128d_::m128d::fmt (line 109) ... ok test src/x86_x64/m256i_.rs - x86_x64::m256i_::m256i::fmt (line 335) ... ok test src/x86_x64/m256i_.rs - x86_x64::m256i_::m256i::fmt (line 354) ... ok test src/x86_x64/m256_.rs - x86_x64::m256_::m256::fmt (line 240) ... ok test src/x86_x64/sse.rs - x86_x64::sse::bitandnot_m128 (line 99) ... ok test src/x86_x64/m256d_.rs - x86_x64::m256d_::m256d::fmt (line 143) ... ok test src/x86_x64/sse.rs - x86_x64::sse::add_m128_s (line 69) ... ok test src/x86_x64/m256i_.rs - x86_x64::m256i_::m256i::fmt (line 316) ... ok test src/x86_x64/m256_.rs - x86_x64::m256_::m256::fmt (line 221) ... ok test src/x86_x64/m128d_.rs - x86_x64::m128d_::m128d::fmt (line 126) ... ok test src/x86_x64/m128i_.rs - x86_x64::m128i_::m128i::fmt (line 259) ... ok test src/x86_x64/m256_.rs - x86_x64::m256_::m256::fmt (line 202) ... ok test src/x86_x64/m256i_.rs - x86_x64::m256i_::m256i::fmt (line 278) ... ok test src/x86_x64/sse.rs - x86_x64::sse::bitand_m128 (line 84) ... ok test src/x86_x64/m256i_.rs - x86_x64::m256i_::m256i::fmt (line 259) ... ok test src/x86_x64/m128d_.rs - x86_x64::m128d_::m128d::fmt (line 143) ... ok test src/x86_x64/m128i_.rs - x86_x64::m128i_::m128i::fmt (line 221) ... ok test src/x86_x64/sse.rs - x86_x64::sse::add_m128 (line 54) ... ok test src/x86_x64/m256i_.rs - x86_x64::m256i_::m256i::fmt (line 240) ... ok test src/x86_x64/m128i_.rs - x86_x64::m128i_::m128i::fmt (line 354) ... ok test src/x86_x64/m256_.rs - x86_x64::m256_::m256::fmt (line 107) ... ok test src/x86_x64/m256d_.rs - x86_x64::m256d_::m256d::fmt (line 160) ... ok test src/x86_x64/m256d_.rs - x86_x64::m256d_::m256d::fmt (line 177) ... ok test src/x86_x64/m128d_.rs - x86_x64::m128d_::m128d::fmt (line 228) ... ok test src/x86_x64/m256i_.rs - x86_x64::m256i_::m256i::fmt (line 297) ... ok test src/x86_x64/sse.rs - x86_x64::sse::bitor_m128 (line 949) ... ok test src/x86_x64/m128d_.rs - x86_x64::m128d_::m128d::fmt (line 160) ... ok test src/x86_x64/sse.rs - x86_x64::sse::bitxor_m128 (line 1318) ... ok test src/x86_x64/m128i_.rs - x86_x64::m128i_::m128i::fmt (line 335) ... ok test src/x86_x64/m256i_.rs - x86_x64::m256i_::m256i::fmt (line 221) ... ok test src/x86_x64/m256d_.rs - x86_x64::m256d_::m256d::fmt (line 126) ... ok test src/x86_x64/m256d_.rs - x86_x64::m256d_::m256d::fmt (line 211) ... ok test src/x86_x64/m256d_.rs - x86_x64::m256d_::m256d::fmt (line 228) ... ok test src/x86_x64/m256d_.rs - x86_x64::m256d_::m256d::fmt (line 109) ... ok test src/x86_x64/m256_.rs - x86_x64::m256_::m256::fmt (line 183) ... ok test src/x86_x64/m128i_.rs - x86_x64::m128i_::m128i::fmt (line 297) ... ok test src/x86_x64/m256_.rs - x86_x64::m256_::m256::fmt (line 126) ... ok test src/x86_x64/m128i_.rs - x86_x64::m128i_::m128i::fmt (line 240) ... ok test src/x86_x64/m128d_.rs - x86_x64::m128d_::m128d::fmt (line 194) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_eq_mask_m128 (line 116) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_eq_mask_m128_s (line 133) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_eq_i32_m128_s (line 524) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_ge_i32_m128_s (line 540) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_gt_i32_m128_s (line 556) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_lt_mask_m128 (line 252) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_neq_i32_m128_s (line 604) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_le_i32_m128_s (line 572) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_gt_mask_m128 (line 184) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_gt_mask_m128_s (line 201) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_neq_mask_m128 (line 286) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_nge_mask_m128 (line 320) ... ok test src/x86_x64/sse.rs - x86_x64::sse::div_m128_s (line 706) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_ordered_mask_m128 (line 456) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_unord_mask_m128_s (line 507) ... ok test src/x86_x64/sse.rs - x86_x64::sse::get_i64_from_m128_s (line 677) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_ge_mask_m128_s (line 167) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_ngt_mask_m128 (line 354) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_nle_mask_m128 (line 388) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_nge_mask_m128_s (line 337) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_nlt_mask_m128 (line 422) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_ngt_mask_m128_s (line 371) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_ordered_mask_m128_s (line 473) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_lt_mask_m128_s (line 269) ... ok test src/x86_x64/sse.rs - x86_x64::sse::get_f32_from_m128_s (line 651) ... ok test src/x86_x64/sse.rs - x86_x64::sse::div_m128 (line 691) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_neq_mask_m128_s (line 303) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_ge_mask_m128 (line 150) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_lt_i32_m128_s (line 588) ... ok test src/x86_x64/sse.rs - x86_x64::sse::convert_i32_replace_m128_s (line 618) ... ok test src/x86_x64/sse.rs - x86_x64::sse::move_low_high_m128 (line 888) ... ok test src/x86_x64/sse.rs - x86_x64::sse::load_m128 (line 721) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_unord_mask_m128 (line 490) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_nlt_mask_m128_s (line 439) ... ok test src/x86_x64/sse.rs - x86_x64::sse::load_f32_splat_m128 (line 735) ... ok test src/x86_x64/sse.rs - x86_x64::sse::convert_i64_replace_m128_s (line 634) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_nle_mask_m128_s (line 405) ... ok test src/x86_x64/sse.rs - x86_x64::sse::load_unaligned_m128 (line 784) ... ok test src/x86_x64/sse.rs - x86_x64::sse::load_f32_m128_s (line 751) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_le_mask_m128_s (line 235) ... ok test src/x86_x64/sse.rs - x86_x64::sse::min_m128 (line 828) ... ok test src/x86_x64/sse.rs - x86_x64::sse::move_high_low_m128 (line 873) ... ok test src/x86_x64/sse.rs - x86_x64::sse::cmp_le_mask_m128 (line 218) ... ok test src/x86_x64/sse.rs - x86_x64::sse::max_m128_s (line 813) ... ok test src/x86_x64/sse.rs - x86_x64::sse::load_reverse_m128 (line 766) ... ok test src/x86_x64/sse.rs - x86_x64::sse::min_m128_s (line 843) ... ok test src/x86_x64/sse.rs - x86_x64::sse::mul_m128 (line 919) ... ok test src/x86_x64/sse.rs - x86_x64::sse::max_m128 (line 798) ... ok test src/x86_x64/sse.rs - x86_x64::sse::get_i32_from_m128_s (line 664) ... ok test src/x86_x64/sse.rs - x86_x64::sse::mul_m128_s (line 934) ... ok test src/x86_x64/sse.rs - x86_x64::sse::move_m128_s (line 858) ... ok test src/x86_x64/sse.rs - x86_x64::sse::move_mask_m128 (line 905) ... ok test src/x86_x64/sse.rs - x86_x64::sse::reciprocal_sqrt_m128_s (line 1015) ... ok test src/x86_x64/sse.rs - x86_x64::sse::reciprocal_sqrt_m128 (line 998) ... ok test src/x86_x64/sse.rs - x86_x64::sse::set_reversed_m128 (line 1074) ... ok test src/x86_x64/sse.rs - x86_x64::sse::sub_m128 (line 1239) ... ok test src/x86_x64/sse.rs - x86_x64::sse::reciprocal_m128_s (line 981) ... ok test src/x86_x64/sse.rs - x86_x64::sse::sqrt_m128_s (line 1148) ... ok test src/x86_x64/sse.rs - x86_x64::sse::set_m128 (line 1032) ... ok test src/x86_x64/sse.rs - x86_x64::sse::sqrt_m128 (line 1134) ... ok test src/x86_x64/sse.rs - x86_x64::sse::zeroed_m128 (line 1088) ... ok test src/x86_x64/sse.rs - x86_x64::sse::set_splat_m128 (line 1060) ... ok test src/x86_x64/sse.rs - x86_x64::sse::set_m128_s (line 1046) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::add_i16_m128i (line 21) ... ok test src/x86_x64/sse.rs - x86_x64::sse::reciprocal_m128 (line 964) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::add_i64_m128i (line 51) ... ok test src/x86_x64/sse.rs - x86_x64::sse::sub_m128_s (line 1254) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::add_i8_m128i (line 6) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::add_m128d (line 66) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::add_i32_m128i (line 36) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::add_saturating_u8_m128i (line 139) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::add_m128d_s (line 81) ... ok test src/x86_x64/sse.rs - x86_x64::sse::store_reverse_m128 (line 1206) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::bitxor_m128i (line 3051) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::add_saturating_u16_m128i (line 167) ... ok test src/x86_x64/sse.rs - x86_x64::sse::store_unaligned_m128 (line 1225) ... ok test src/x86_x64/sse.rs - x86_x64::sse::shuffle_abi_f32_all_m128 (line 1110) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::average_u16_m128i (line 270) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::byte_shl_imm_u128_m128i (line 286) ... ok test src/x86_x64/sse.rs - x86_x64::sse::store_m128 (line 1162) ... ok test src/x86_x64/sse.rs - x86_x64::sse::transpose_four_m128 (line 1269) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::byte_shr_imm_u128_m128i (line 302) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::bitand_m128i (line 197) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::add_saturating_i8_m128i (line 96) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::bitandnot_m128i (line 227) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::bitor_m128i (line 1907) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::add_saturating_i16_m128i (line 124) ... ok test src/x86_x64/sse.rs - x86_x64::sse::unpack_low_m128 (line 1303) ... ok test src/x86_x64/sse.rs - x86_x64::sse::store_splat_m128 (line 1191) ... ok test src/x86_x64/sse.rs - x86_x64::sse::store_m128_s (line 1177) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::bitor_m128d (line 1892) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::bitand_m128d (line 182) ... ok test src/x86_x64/sse.rs - x86_x64::sse::unpack_high_m128 (line 1288) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::average_u8_m128i (line 242) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::bitandnot_m128d (line 212) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::bitxor_m128d (line 3036) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cast_to_m128_from_m128d (line 317) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cast_to_m128d_from_m128 (line 345) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cast_to_m128_from_m128i (line 387) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cast_to_m128d_from_m128i (line 373) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_eq_i32_m128d_s (line 964) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_ge_mask_m128d (line 488) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_ge_mask_m128d_s (line 505) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_gt_mask_i32_m128i (line 556) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_gt_mask_i16_m128i (line 539) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_eq_mask_i16_m128i (line 420) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_ge_i32_m128d_s (line 980) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_gt_mask_i8_m128i (line 522) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_eq_mask_m128d (line 454) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_eq_mask_m128d_s (line 471) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_eq_mask_i8_m128i (line 403) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_neq_i32_m128d_s (line 1044) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cast_to_m128i_from_m128 (line 359) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_gt_i32_m128d_s (line 996) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_eq_mask_i32_m128i (line 437) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cast_to_m128i_from_m128d (line 331) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_nge_mask_m128d_s (line 777) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_lt_mask_i32_m128i (line 675) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_le_mask_m128d_s (line 624) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_lt_i32_m128d_s (line 1028) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_lt_mask_i16_m128i (line 658) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_le_mask_m128d (line 607) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_nle_mask_m128d (line 828) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_le_i32_m128d_s (line 1012) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_gt_mask_m128d (line 573) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_unord_mask_m128d_s (line 947) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_nlt_mask_m128d_s (line 879) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_nle_mask_m128d_s (line 845) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_gt_mask_m128d_s (line 590) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_nge_mask_m128d (line 760) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_nlt_mask_m128d (line 862) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::convert_i32_replace_m128d_s (line 1248) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_lt_mask_m128d (line 692) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_neq_mask_m128d_s (line 743) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_neq_mask_m128d (line 726) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_lt_mask_i8_m128i (line 641) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_ordered_mask_m128d (line 896) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_ordered_mask_m128d_s (line 913) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_ngt_mask_m128d (line 794) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_lt_mask_m128d_s (line 709) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_unord_mask_m128d (line 930) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::cmp_ngt_mask_m128d_s (line 811) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::convert_to_m128_from_i32_m128i (line 1075) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::convert_i64_replace_m128d_s (line 1278) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::convert_m128d_s_replace_m128_s (line 1201) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::convert_to_i32_m128i_from_m128d (line 1092) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::convert_m128_s_replace_m128d_s (line 1310) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::convert_to_i32_m128i_from_m128 (line 1125) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::get_i32_from_m128d_s (line 1172) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::copy_replace_low_f64_m128d (line 1751) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::get_f64_from_m128d_s (line 1158) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::convert_to_m128_from_m128d (line 1109) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::convert_to_m128d_from_lower2_i32_m128i (line 1058) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::convert_to_m128d_from_lower2_m128 (line 1142) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::extract_i16_as_i32_m128i (line 1415) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::get_i32_from_m128i_s (line 1219) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::copy_i64_m128i_s (line 1737) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::div_m128d_s (line 1397) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::insert_i16_from_i32_m128i (line 1433) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::load_i64_m128i_s (line 1521) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::load_f64_splat_m128d (line 1462) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::get_i64_from_m128i_s (line 1233) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::load_m128d (line 1448) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::load_f64_m128d_s (line 1477) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::load_m128i (line 1492) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::div_m128d (line 1382) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::move_mask_m128d (line 1784) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::mul_u16_keep_high_m128i (line 1861) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::load_reverse_m128d (line 1550) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::load_replace_low_m128d (line 1535) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::min_m128d_s (line 1722) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::min_u8_m128i (line 1677) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::max_u8_m128i (line 1617) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::max_m128d (line 1647) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::mul_i16_keep_high_m128i (line 1845) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::move_mask_i8_m128i (line 1768) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::mul_m128d_s (line 1829) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::load_unaligned_m128d (line 1568) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::max_m128d_s (line 1662) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::mul_i16_horizontal_add_m128i (line 1602) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::max_i16_m128i (line 1632) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::load_unaligned_m128i (line 1586) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::load_replace_high_m128d (line 1506) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::mul_widen_u32_odd_m128i (line 1799) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::get_i64_from_m128d_s (line 1186) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::min_i16_m128i (line 1692) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::mul_m128d (line 1814) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_i64_m128i (line 2032) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_i32_m128i (line 2018) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_i16_m128i (line 2002) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::mul_i16_keep_low_m128i (line 1877) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::pack_i16_to_i8_m128i (line 1922) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::min_m128d (line 1707) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::pack_i16_to_u8_m128i (line 1952) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::pack_i32_to_i16_m128i (line 1937) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_reversed_i16_m128i (line 2160) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_m128d_s (line 2060) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_splat_m128d (line 2074) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_i8_m128i (line 1986) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_m128d (line 2046) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_splat_i64_m128i (line 2130) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_reversed_i8_m128i (line 2144) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_splat_i8_m128i (line 2088) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_i32_m128i_s (line 1264) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_reversed_m128d (line 2190) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_reversed_i32_m128i (line 2176) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_splat_i16_m128i (line 2102) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_i64_m128i_s (line 1295) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shl_imm_u16_m128i (line 2362) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shl_all_u16_m128i (line 2312) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shr_all_u16_m128i (line 2504) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::sqrt_m128d (line 2406) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shr_all_i32_m128i (line 2454) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shr_imm_u16_m128i (line 2555) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::store_m128d_s (line 2620) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shuffle_abi_f64_all_m128d (line 2258) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::store_m128i (line 2649) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::store_reversed_m128d (line 2693) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::store_high_m128d_s (line 2664) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::store_splat_m128d (line 2634) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::store_unaligned_m128d (line 2708) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::sub_i16_m128i (line 2751) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::sqrt_m128d_s (line 2420) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shl_imm_u64_m128i (line 2392) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::store_unaligned_m128i (line 2722) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shr_imm_u32_m128i (line 2572) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shuffle_ai_f32_all_m128i (line 2232) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shl_all_u64_m128i (line 2346) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::store_m128d (line 2605) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shr_imm_i32_m128i (line 2489) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shr_all_u64_m128i (line 2537) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::sub_i32_m128i (line 2766) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::sub_i64_m128i (line 2781) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::set_splat_i32_m128i (line 2116) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shr_all_u32_m128i (line 2520) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shuffle_ai_i16_l64all_m128i (line 2293) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::sub_i8_m128i (line 2736) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::sub_m128d_s (line 2811) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::sub_saturating_u16_m128i (line 2871) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shuffle_ai_i16_h64all_m128i (line 2277) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::sub_saturating_u8_m128i (line 2856) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::sub_m128d (line 2796) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::store_i64_m128i_s (line 2678) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::sub_saturating_i8_m128i (line 2826) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::truncate_to_i64_m128d_s (line 1368) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::truncate_to_i32_m128d_s (line 1355) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::truncate_m128_to_m128i (line 1341) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shl_all_u32_m128i (line 2329) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shl_imm_u32_m128i (line 2377) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::sum_of_u8_abs_diff_m128i (line 1971) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::sub_saturating_i16_m128i (line 2841) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::truncate_m128d_to_m128i (line 1327) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shr_all_i16_m128i (line 2437) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shr_imm_u64_m128i (line 2589) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::shr_imm_i16_m128i (line 2472) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::unpack_high_i16_m128i (line 2901) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::unpack_high_m128d (line 2946) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::unpack_low_i16_m128i (line 2976) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::unpack_high_i32_m128i (line 2916) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::unpack_low_m128d (line 3021) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::unpack_low_i64_m128i (line 3006) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::unpack_low_i32_m128i (line 2991) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::unpack_high_i64_m128i (line 2931) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::unpack_high_i8_m128i (line 2886) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::zeroed_m128i (line 2204) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::unpack_low_i8_m128i (line 2961) ... ok test src/x86_x64/sse2.rs - x86_x64::sse2::zeroed_m128d (line 2217) ... ok test result: ok. 315 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.43s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-safe_arch-devel-0.7.4-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/safe_arch-0.7.4/LICENSE-APACHE.md warning: File listed twice: /usr/share/cargo/registry/safe_arch-0.7.4/LICENSE-MIT.md warning: File listed twice: /usr/share/cargo/registry/safe_arch-0.7.4/LICENSE-ZLIB.md warning: File listed twice: /usr/share/cargo/registry/safe_arch-0.7.4/README.md Provides: crate(safe_arch) = 0.7.4 rust-safe_arch-devel = 0.7.4-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo Processing files: rust-safe_arch+default-devel-0.7.4-1.mga10.noarch Provides: crate(safe_arch/default) = 0.7.4 rust-safe_arch+default-devel = 0.7.4-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(safe_arch) = 0.7.4 Processing files: rust-safe_arch+bytemuck-devel-0.7.4-1.mga10.noarch Provides: crate(safe_arch/bytemuck) = 0.7.4 rust-safe_arch+bytemuck-devel = 0.7.4-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(bytemuck/default) >= 1.2.0 crate(safe_arch) = 0.7.4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-safe_arch+bytemuck-devel-0.7.4-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-safe_arch+default-devel-0.7.4-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-safe_arch-devel-0.7.4-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ju5Rfh + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build + test -d /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-safe_arch-0.7.4-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/safe_arch-0.7.4/LICENSE-APACHE.md File listed twice: /usr/share/cargo/registry/safe_arch-0.7.4/LICENSE-MIT.md File listed twice: /usr/share/cargo/registry/safe_arch-0.7.4/LICENSE-ZLIB.md File listed twice: /usr/share/cargo/registry/safe_arch-0.7.4/README.md D: [iurt_root_command] Success!