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.Eq9rVp Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.T1koHt + 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.WOYNXW + 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.ePG4vC + 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=3aa791e623bf5962 -C extra-filename=-da3d3eb6fa66be5f --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 (run `cargo fix --lib -p minimal-lexical` to apply 1 suggestion) Finished `rpm` profile [optimized + debuginfo] target(s) in 0.60s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8HOBkw + 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.M6bMGR + 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 (run `cargo fix --lib -p minimal-lexical` to apply 1 suggestion) 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 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=6ebe3d8ee04ebb2f -C extra-filename=-cb8fe68fabe53878 --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-da3d3eb6fa66be5f.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=ca00beedfd704db5 -C extra-filename=-e832a23464b79ea0 --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-da3d3eb6fa66be5f.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=ae217622c0e63abb -C extra-filename=-0b57a4a357591dc4 --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-da3d3eb6fa66be5f.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=7df1b328dbcadec1 -C extra-filename=-be41520934323c0f --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-da3d3eb6fa66be5f.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=417ea747912e87fa -C extra-filename=-25139290bc6c237d --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-da3d3eb6fa66be5f.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=91dc346fa99f6c70 -C extra-filename=-8fd0182a4e0b914c --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-da3d3eb6fa66be5f.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` 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=89aa657125f0a081 -C extra-filename=-2dae5cdbce71a97d --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-da3d3eb6fa66be5f.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=0dae7028907188c1 -C extra-filename=-d552ea4009fe0ba7 --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-da3d3eb6fa66be5f.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=d1313edd09bba44e -C extra-filename=-e8cff95f2aa1a5be --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-da3d3eb6fa66be5f.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=825f3614463d3788 -C extra-filename=-5987265c16982a58 --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-da3d3eb6fa66be5f.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=b4c3b722882e53f4 -C extra-filename=-2075a77e56521afd --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-da3d3eb6fa66be5f.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=8afa674d6ea1c94f -C extra-filename=-bfce8c7b00995236 --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` 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=d743a32fc1a96e26 -C extra-filename=-56b256b342f5625f --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-da3d3eb6fa66be5f.rlib -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.76s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/minimal_lexical-bfce8c7b00995236` 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-8fd0182a4e0b914c` 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-0b57a4a357591dc4` 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-e832a23464b79ea0` 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-2dae5cdbce71a97d` running 6 tests test compute_error64_test ... ok test compute_error32_test ... ok test compute_error_scaled32_test ... ok test compute_float_f32_rounding ... ok test compute_float_f64_rounding ... ok test compute_error_scaled64_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/libm_tests-5987265c16982a58` 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-56b256b342f5625f` running 3 tests test lower_n_halfway_test ... ok test nth_bit_test ... ok test lower_n_mask_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-cb8fe68fabe53878` 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-be41520934323c0f` 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-d552ea4009fe0ba7` 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-2075a77e56521afd` running 6 tests test b_test ... ok test bh_test ... ok test parse_mantissa_test ... ok test positive_digit_comp_test ... ok test slow_test ... ok test negative_digit_comp_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-e8cff95f2aa1a5be` 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-25139290bc6c237d` running 16 tests test bit_length_test ... ok test large_mul_test ... ok test cmp_test ... ok test hi64_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_limbs_test ... ok test shl_bits_test ... ok test shl_test ... ok test simple_test ... ok test small_mul_test ... ok test small_add_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-da3d3eb6fa66be5f.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_mask (line 9) ... ok test src/mask.rs - mask::lower_n_halfway (line 30) ... ok test src/mask.rs - mask::nth_bit (line 50) ... 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.63s + 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+default-devel-0.2.1-0.2.mga10.noarch.rpm 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+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+alloc-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.u7HRVY + 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!