D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-minimal-lexical-0.2.1-0.2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.NU08gk Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.kFPNr5 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build + rm -rf minimal-lexical-0.2.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/minimal-lexical-0.2.1.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd minimal-lexical-0.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + 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.lh7dJH + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build + cd minimal-lexical-0.2.1 + /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.KYknwq + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-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 minimal-lexical-0.2.1 + '[' 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 minimal-lexical v0.2.1 (/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1) Running `/usr/bin/rustc --crate-name minimal_lexical --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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=a6adf73401370c33 -C extra-filename=-5fe44d0446c6de91 --out-dir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: hiding a lifetime that's elided elsewhere is confusing --> src/bigint.rs:127:17 | 127 | pub fn rview(x: &[Limb]) -> ReverseView { | ^^^^^^^ ----------------- the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 127 | pub fn rview(x: &[Limb]) -> ReverseView<'_, Limb> { | +++ warning: `minimal-lexical` (lib) generated 1 warning Finished `rpm` profile [optimized + debuginfo] target(s) in 0.55s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.GO9NvM + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-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 minimal-lexical-0.2.1 + '[' 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=minimal-lexical ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.2.1 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/BUILDROOT/usr/share/cargo/registry/minimal-lexical-0.2.1 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/BUILDROOT/usr/share/cargo/registry/minimal-lexical-0.2.1 + /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-minimal-lexical-0.2.1-build/BUILDROOT/usr/share/cargo/registry/minimal-lexical-0.2.1 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/BUILDROOT/usr/share/cargo/registry/minimal-lexical-0.2.1/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/BUILDROOT/usr/share/cargo/registry/minimal-lexical-0.2.1/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.KAzzh9 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-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 minimal-lexical-0.2.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 test -j16 -Z avoid-dev-deps --profile rpm --no-fail-fast warning: hiding a lifetime that's elided elsewhere is confusing --> src/bigint.rs:127:17 | 127 | pub fn rview(x: &[Limb]) -> ReverseView { | ^^^^^^^ ----------------- the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 127 | pub fn rview(x: &[Limb]) -> ReverseView<'_, Limb> { | +++ warning: `minimal-lexical` (lib) generated 1 warning Compiling minimal-lexical v0.2.1 (/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1) Running `/usr/bin/rustc --crate-name lemire_tests --edition=2018 tests/lemire_tests.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=2830444f18f9c0d6 -C extra-filename=-f0db11dad81835c2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps --extern minimal_lexical=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libminimal_lexical-5fe44d0446c6de91.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name number_tests --edition=2018 tests/number_tests.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=7d9687a762103cbe -C extra-filename=-96dae2039659bd25 --out-dir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps --extern minimal_lexical=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libminimal_lexical-5fe44d0446c6de91.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name mask_tests --edition=2018 tests/mask_tests.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=3310c87dba572369 -C extra-filename=-c63e64dca502532b --out-dir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps --extern minimal_lexical=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libminimal_lexical-5fe44d0446c6de91.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name slow_tests --edition=2018 tests/slow_tests.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=5e4b03c10587020b -C extra-filename=-76942d5031b3a64d --out-dir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps --extern minimal_lexical=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libminimal_lexical-5fe44d0446c6de91.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name parse_tests --edition=2018 tests/parse_tests.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=602599993296fced -C extra-filename=-786d41b352cd2d69 --out-dir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps --extern minimal_lexical=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libminimal_lexical-5fe44d0446c6de91.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name stackvec --edition=2018 tests/stackvec.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=44e28738f8c79513 -C extra-filename=-af57722730ca2d66 --out-dir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps --extern minimal_lexical=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libminimal_lexical-5fe44d0446c6de91.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name libm_tests --edition=2018 tests/libm_tests.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=5d0b5e4a011b886a -C extra-filename=-fa21f74400b0816e --out-dir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps --extern minimal_lexical=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libminimal_lexical-5fe44d0446c6de91.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name integration_tests --edition=2018 tests/integration_tests.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=eb9fd89fd5d605f9 -C extra-filename=-20941628df9d6bd3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps --extern minimal_lexical=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libminimal_lexical-5fe44d0446c6de91.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name bellerophon_tests --edition=2018 tests/bellerophon_tests.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=6cfe4b90e1cb5caf -C extra-filename=-81c1600d4e345d8a --out-dir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps --extern minimal_lexical=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libminimal_lexical-5fe44d0446c6de91.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name vec_tests --edition=2018 tests/vec_tests.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=997f2d96584cde50 -C extra-filename=-7b90cfe71c7b10d9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps --extern minimal_lexical=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libminimal_lexical-5fe44d0446c6de91.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name bellerophon --edition=2018 tests/bellerophon.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=efc668cc54cd6785 -C extra-filename=-40f77c3dee515862 --out-dir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps --extern minimal_lexical=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libminimal_lexical-5fe44d0446c6de91.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name rounding_tests --edition=2018 tests/rounding_tests.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=8570ce0784b397f6 -C extra-filename=-f5fe83b18087b932 --out-dir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps --extern minimal_lexical=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libminimal_lexical-5fe44d0446c6de91.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name minimal_lexical --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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=81d313f1e312c8ae -C extra-filename=-5dd47adad3ec97f0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `minimal-lexical` (lib test) generated 1 warning (1 duplicate) Finished `rpm` profile [optimized + debuginfo] target(s) in 1.09s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/minimal_lexical-5dd47adad3ec97f0` 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-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/bellerophon-40f77c3dee515862` 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-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/bellerophon_tests-81c1600d4e345d8a` 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-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/integration_tests-20941628df9d6bd3` running 2 tests test f32_test ... ok test f64_test ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/lemire_tests-f0db11dad81835c2` running 6 tests test compute_error32_test ... ok test compute_error_scaled64_test ... ok test compute_error64_test ... ok test compute_error_scaled32_test ... ok test compute_float_f32_rounding ... ok test compute_float_f64_rounding ... ok test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libm_tests-fa21f74400b0816e` 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-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/mask_tests-c63e64dca502532b` running 3 tests test lower_n_halfway_test ... ok test lower_n_mask_test ... ok test nth_bit_test ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/number_tests-96dae2039659bd25` running 2 tests test is_fast_path_test ... ok test try_fast_path_test ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/parse_tests-786d41b352cd2d69` running 2 tests test parse_f32_test ... ok test parse_f64_test ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/rounding_tests-f5fe83b18087b932` running 1 test test round_test ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/slow_tests-76942d5031b3a64d` running 6 tests test b_test ... ok test bh_test ... ok test positive_digit_comp_test ... ok test parse_mantissa_test ... ok test negative_digit_comp_test ... ok test slow_test ... ok test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/stackvec-af57722730ca2d66` 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-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/vec_tests-7b90cfe71c7b10d9` running 16 tests test bit_length_test ... ok test cmp_test ... ok test hi64_test ... ok test large_mul_test ... ok test large_add_test ... ok test math_test ... ok test pow_test ... ok test scalar_add_test ... ok test scalar_mul_test ... ok test shl_bits_test ... ok test shl_limbs_test ... ok test shl_test ... ok test simple_test ... ok test small_add_test ... ok test small_mul_test ... ok test very_large_mul_test ... ok test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests minimal_lexical Running `/usr/bin/rustdoc --edition=2018 --crate-type lib --color auto --crate-name minimal_lexical --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps --extern minimal_lexical=/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libminimal_lexical-5fe44d0446c6de91.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' --error-format human` running 4 tests test src/mask.rs - mask::lower_n_halfway (line 30) ... ok test src/mask.rs - mask::nth_bit (line 50) ... ok test src/mask.rs - mask::lower_n_mask (line 9) ... ok test src/lib.rs - (line 14) ... ok test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-minimal-lexical-devel-0.2.1-0.2.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/minimal-lexical-0.2.1/CHANGELOG warning: File listed twice: /usr/share/cargo/registry/minimal-lexical-0.2.1/CODE_OF_CONDUCT.md warning: File listed twice: /usr/share/cargo/registry/minimal-lexical-0.2.1/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/minimal-lexical-0.2.1/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/minimal-lexical-0.2.1/LICENSE.md warning: File listed twice: /usr/share/cargo/registry/minimal-lexical-0.2.1/README.md Provides: crate(minimal-lexical) = 0.2.1 rust-minimal-lexical-devel = 0.2.1-0.2.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-minimal-lexical+default-devel-0.2.1-0.2.mga10.noarch Provides: crate(minimal-lexical/default) = 0.2.1 rust-minimal-lexical+default-devel = 0.2.1-0.2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(minimal-lexical) = 0.2.1 crate(minimal-lexical/std) = 0.2.1 Processing files: rust-minimal-lexical+alloc-devel-0.2.1-0.2.mga10.noarch Provides: crate(minimal-lexical/alloc) = 0.2.1 rust-minimal-lexical+alloc-devel = 0.2.1-0.2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(minimal-lexical) = 0.2.1 Processing files: rust-minimal-lexical+compact-devel-0.2.1-0.2.mga10.noarch Provides: crate(minimal-lexical/compact) = 0.2.1 rust-minimal-lexical+compact-devel = 0.2.1-0.2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(minimal-lexical) = 0.2.1 Processing files: rust-minimal-lexical+lint-devel-0.2.1-0.2.mga10.noarch Provides: crate(minimal-lexical/lint) = 0.2.1 rust-minimal-lexical+lint-devel = 0.2.1-0.2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(minimal-lexical) = 0.2.1 Processing files: rust-minimal-lexical+nightly-devel-0.2.1-0.2.mga10.noarch Provides: crate(minimal-lexical/nightly) = 0.2.1 rust-minimal-lexical+nightly-devel = 0.2.1-0.2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(minimal-lexical) = 0.2.1 Processing files: rust-minimal-lexical+std-devel-0.2.1-0.2.mga10.noarch Provides: crate(minimal-lexical/std) = 0.2.1 rust-minimal-lexical+std-devel = 0.2.1-0.2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(minimal-lexical) = 0.2.1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-minimal-lexical+std-devel-0.2.1-0.2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-minimal-lexical+alloc-devel-0.2.1-0.2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-minimal-lexical+default-devel-0.2.1-0.2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-minimal-lexical+compact-devel-0.2.1-0.2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-minimal-lexical+nightly-devel-0.2.1-0.2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-minimal-lexical+lint-devel-0.2.1-0.2.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-minimal-lexical-devel-0.2.1-0.2.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.2NvJP3 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build + test -d /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/minimal-lexical-0.2.1/CHANGELOG File listed twice: /usr/share/cargo/registry/minimal-lexical-0.2.1/CODE_OF_CONDUCT.md File listed twice: /usr/share/cargo/registry/minimal-lexical-0.2.1/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/minimal-lexical-0.2.1/LICENSE-MIT File listed twice: /usr/share/cargo/registry/minimal-lexical-0.2.1/LICENSE.md File listed twice: /usr/share/cargo/registry/minimal-lexical-0.2.1/README.md D: [iurt_root_command] Success!