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.EtYHUH Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.D7ps2l + 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.DG4Itc + 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.hzS6tW + 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=9e65f918f2f7d2fe -C extra-filename=-1a2aa1f8cc6c4120 --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.94s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.i921wg + 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.BZxvB5 + 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 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=32d43dd3a57c85f6 -C extra-filename=-b550591bdc379f67 --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-1a2aa1f8cc6c4120.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=63ef843c689599af -C extra-filename=-bbc8ea3c312388d9 --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-1a2aa1f8cc6c4120.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=024c20919b5bf0f5 -C extra-filename=-00fc1acf743b472e --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-1a2aa1f8cc6c4120.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=f6c265375c233423 -C extra-filename=-599aede950054830 --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-1a2aa1f8cc6c4120.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=c72e51b0d22aae53 -C extra-filename=-e60adde47eeb7a13 --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-1a2aa1f8cc6c4120.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=bba31ced8b820e90 -C extra-filename=-6670f33444b81b55 --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-1a2aa1f8cc6c4120.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=e0ffa03fa8822d98 -C extra-filename=-49abc3db908b69ba --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-1a2aa1f8cc6c4120.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=25a8413680601c6c -C extra-filename=-15c7c4c3956a414b --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-1a2aa1f8cc6c4120.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=4ef00c62cf2baa4f -C extra-filename=-6e02dc610b26e49b --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-1a2aa1f8cc6c4120.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=d3f59fb9f7cf699e -C extra-filename=-65143d1292aeaef0 --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-1a2aa1f8cc6c4120.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=1360d52487c6f09c -C extra-filename=-c2a9ade6a1f1b744 --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-1a2aa1f8cc6c4120.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=c469e6d8fc482a5a -C extra-filename=-a8b92ce13adea15a --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-1a2aa1f8cc6c4120.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=73d5c0e129f58ccf -C extra-filename=-535daad700dab0a7 --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 3.30s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/minimal_lexical-535daad700dab0a7` 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-599aede950054830` 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-b550591bdc379f67` 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-49abc3db908b69ba` running 2 tests test f64_test ... ok test f32_test ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/lemire_tests-e60adde47eeb7a13` running 6 tests test compute_error_scaled64_test ... ok test compute_error32_test ... ok test compute_float_f64_rounding ... ok test compute_float_f32_rounding ... ok test compute_error64_test ... ok test compute_error_scaled32_test ... ok test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/libm_tests-bbc8ea3c312388d9` 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-6e02dc610b26e49b` running 3 tests test nth_bit_test ... ok test lower_n_halfway_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-15c7c4c3956a414b` running 2 tests test try_fast_path_test ... ok test is_fast_path_test ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/parse_tests-00fc1acf743b472e` running 2 tests test parse_f64_test ... ok test parse_f32_test ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/rounding_tests-a8b92ce13adea15a` 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-c2a9ade6a1f1b744` running 6 tests test bh_test ... ok test b_test ... ok test positive_digit_comp_test ... ok test negative_digit_comp_test ... ok test slow_test ... ok test parse_mantissa_test ... ok test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Running `/home/pterjan/rpmbuild/BUILD/rust-minimal-lexical-0.2.1-build/minimal-lexical-0.2.1/target/rpm/deps/stackvec-65143d1292aeaef0` 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-6670f33444b81b55` running 16 tests test math_test ... ok test shl_limbs_test ... ok test very_large_mul_test ... ok test bit_length_test ... ok test hi64_test ... ok test scalar_mul_test ... ok test shl_test ... ok test shl_bits_test ... ok test cmp_test ... ok test large_add_test ... ok test small_add_test ... ok test small_mul_test ... ok test scalar_add_test ... ok test simple_test ... ok test large_mul_test ... ok test pow_test ... ok test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s 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-1a2aa1f8cc6c4120.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/lib.rs - (line 14) ... ok test src/mask.rs - mask::lower_n_mask (line 9) ... ok test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s + 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+lint-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+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-devel-0.2.1-0.2.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.iw1zji + 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!