D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-ttf-parser-0.25.1-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.iLmRED Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.JXmlrJ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build + rm -rf ttf-parser-0.25.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/ttf-parser-0.25.1.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd ttf-parser-0.25.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/ttf-parser-fix-metadata.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + set -euo pipefail + /usr/bin/mkdir -p target/rpm + /usr/bin/ln -s rpm target/release + /usr/bin/rm -rf .cargo/ + /usr/bin/mkdir -p .cargo + cat + cat + /usr/bin/rm -f Cargo.lock + /usr/bin/rm -f Cargo.toml.orig + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.OEyfmh + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build + cd ttf-parser-0.25.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.d9FAst + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.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 ttf-parser-0.25.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 ttf-parser v0.25.1 (/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1) Running `/usr/bin/rustc --crate-name ttf_parser --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="apple-layout"' --cfg 'feature="default"' --cfg 'feature="glyph-names"' --cfg 'feature="opentype-layout"' --cfg 'feature="std"' --cfg 'feature="variable-fonts"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("apple-layout", "core_maths", "default", "glyph-names", "gvar-alloc", "no-std-float", "opentype-layout", "std", "variable-fonts"))' -C metadata=5546b6fb3718a635 -C extra-filename=-41415b0b4fab0506 --out-dir /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.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/lib.rs:2204:9 | 2204 | &self, | ^^^^^ the lifetime is elided here ... 2207 | ) -> Option { | ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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 | 2207 | ) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/cff/cff1.rs:802:29 | 802 | fn parse_cid_metadata(data: &[u8], top_dict: TopDict, number_of_glyphs: u16) -> Option { | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 802 | fn parse_cid_metadata(data: &[u8], top_dict: TopDict, number_of_glyphs: u16) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/glyf.rs:485:17 | 485 | glyph_data: &[u8], | ^^^^^ the lifetime is elided here 486 | number_of_contours: NonZeroU16, 487 | ) -> Option { | ^^^^^^^^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 487 | ) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/stat.rs:420:9 | 420 | &self, | ^^^^^ the lifetime is elided here ... 423 | ) -> Option { | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 423 | ) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/gpos.rs:910:16 | 910 | pub fn get(&self, row: u16, col: u16) -> Option { | ^^^^^ the lifetime is elided here ^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 910 | pub fn get(&self, row: u16, col: u16) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/math.rs:48:24 | 48 | fn get(self, data: &[u8]) -> MathValue { | ^^^^^ ^^^^^^^^^ 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 help: use `'_` for type paths | 48 | fn get(self, data: &[u8]) -> MathValue<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/var_store.rs:63:27 | 63 | pub fn region_indices(&self, index: u16) -> Option> { | ^^^^^ ^^^^^^^^^^^^^^^^ 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 help: use `'_` for type paths | 63 | pub fn region_indices(&self, index: u16) -> Option> { | +++ warning: `ttf-parser` (lib) generated 7 warnings (run `cargo fix --lib -p ttf-parser` to apply 7 suggestions) Finished `rpm` profile [optimized + debuginfo] target(s) in 10.97s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fnVCPR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.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 ttf-parser-0.25.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=ttf-parser ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.25.1 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/BUILDROOT/usr/share/cargo/registry/ttf-parser-0.25.1 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/BUILDROOT/usr/share/cargo/registry/ttf-parser-0.25.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-ttf-parser-0.25.1-build/BUILDROOT/usr/share/cargo/registry/ttf-parser-0.25.1 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/BUILDROOT/usr/share/cargo/registry/ttf-parser-0.25.1/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/BUILDROOT/usr/share/cargo/registry/ttf-parser-0.25.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.t61vGY + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.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 ttf-parser-0.25.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 --lib Compiling strict-num v0.2.0 Compiling arrayref v0.3.9 Compiling bytemuck v1.24.0 Compiling base64 v0.22.1 Compiling xmlwriter v0.1.0 Running `/usr/bin/rustc --crate-name strict_num --edition=2021 /usr/share/cargo/registry/strict-num-0.2.0/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("approx-eq", "default", "float-cmp", "serde"))' -C metadata=e95155cbbf77a88a -C extra-filename=-ba3a000c2f4795b2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name bytemuck --edition=2018 /usr/share/cargo/registry/bytemuck-1.24.0/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 --deny=unexpected_cfgs --check-cfg 'cfg(target_arch, values("spirv"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64_simd", "align_offset", "alloc_uninit", "avx512_simd", "bytemuck_derive", "const_zeroed", "derive", "extern_crate_alloc", "extern_crate_std", "impl_core_error", "latest_stable_rust", "min_const_generics", "must_cast", "must_cast_extra", "nightly_docs", "nightly_float", "nightly_portable_simd", "nightly_stdsimd", "pod_saturating", "track_caller", "transparentwrapper_extra", "unsound_ptr_pod_impl", "wasm_simd", "zeroable_atomics", "zeroable_maybe_uninit", "zeroable_unwind_fn"))' -C metadata=42cf6b343086ad7e -C extra-filename=-36581dded5da5f57 --out-dir /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name arrayref --edition=2015 /usr/share/cargo/registry/arrayref-0.3.9/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09a55667f92999af -C extra-filename=-55a0681134452add --out-dir /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name base64 --edition=2018 /usr/share/cargo/registry/base64-0.22.1/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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7eb903b3c710e316 -C extra-filename=-009bc129232b2119 --out-dir /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name xmlwriter --edition=2018 /usr/share/cargo/registry/xmlwriter-0.1.0/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2db31c9d0476f9f8 -C extra-filename=-d89b33a49a22e764 --out-dir /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling tiny-skia-path v0.11.4 Running `/usr/bin/rustc --crate-name tiny_skia_path --edition=2018 /usr/share/cargo/registry/tiny-skia-path-0.11.4/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("default", "libm", "no-std-float", "std"))' -C metadata=c78db042086e108f -C extra-filename=-61a3bff59b2710f8 --out-dir /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps --extern arrayref=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps/libarrayref-55a0681134452add.rmeta --extern bytemuck=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps/libbytemuck-36581dded5da5f57.rmeta --extern strict_num=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps/libstrict_num-ba3a000c2f4795b2.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling ttf-parser v0.25.1 (/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1) Running `/usr/bin/rustc --crate-name ttf_parser --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="apple-layout"' --cfg 'feature="default"' --cfg 'feature="glyph-names"' --cfg 'feature="opentype-layout"' --cfg 'feature="std"' --cfg 'feature="variable-fonts"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("apple-layout", "core_maths", "default", "glyph-names", "gvar-alloc", "no-std-float", "opentype-layout", "std", "variable-fonts"))' -C metadata=5c3e0da0c90c783e -C extra-filename=-e1e54996572fc7a6 --out-dir /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps --extern base64=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps/libbase64-009bc129232b2119.rlib --extern tiny_skia_path=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps/libtiny_skia_path-61a3bff59b2710f8.rlib --extern xmlwriter=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps/libxmlwriter-d89b33a49a22e764.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: hiding a lifetime that's elided elsewhere is confusing --> src/lib.rs:2204:9 | 2204 | &self, | ^^^^^ the lifetime is elided here ... 2207 | ) -> Option { | ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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 | 2207 | ) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/cff/cff1.rs:802:29 | 802 | fn parse_cid_metadata(data: &[u8], top_dict: TopDict, number_of_glyphs: u16) -> Option { | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 802 | fn parse_cid_metadata(data: &[u8], top_dict: TopDict, number_of_glyphs: u16) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/glyf.rs:485:17 | 485 | glyph_data: &[u8], | ^^^^^ the lifetime is elided here 486 | number_of_contours: NonZeroU16, 487 | ) -> Option { | ^^^^^^^^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 487 | ) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/stat.rs:420:9 | 420 | &self, | ^^^^^ the lifetime is elided here ... 423 | ) -> Option { | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 423 | ) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/gpos.rs:910:16 | 910 | pub fn get(&self, row: u16, col: u16) -> Option { | ^^^^^ the lifetime is elided here ^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 910 | pub fn get(&self, row: u16, col: u16) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/math.rs:48:24 | 48 | fn get(self, data: &[u8]) -> MathValue { | ^^^^^ ^^^^^^^^^ 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 help: use `'_` for type paths | 48 | fn get(self, data: &[u8]) -> MathValue<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/var_store.rs:63:27 | 63 | pub fn region_indices(&self, index: u16) -> Option> { | ^^^^^ ^^^^^^^^^^^^^^^^ 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 help: use `'_` for type paths | 63 | pub fn region_indices(&self, index: u16) -> Option> { | +++ warning: `ttf-parser` (lib test) generated 7 warnings (run `cargo fix --lib -p ttf-parser --tests` to apply 7 suggestions) Finished `rpm` profile [optimized + debuginfo] target(s) in 5.78s Running `/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps/ttf_parser-e1e54996572fc7a6` running 37 tests test tables::cff::cff1::tests::negative_private_dict_offset_and_size ... ok test tables::cff::cff1::tests::private_dict_negative_char_strings_offset ... ok test tables::cff::cff1::tests::private_dict_no_char_strings_offset_operand ... ok test tables::cff::dict::tests::parse_dict_number ... ok test tables::cff::index::tests::parse_offset_size ... ok test tables::gvar::packed_deltas::tests::delta_after_zeros ... ok test tables::cff::cff1::tests::private_dict_size_overflow ... ok test tables::gvar::packed_deltas::tests::empty ... ok test tables::gvar::packed_deltas::tests::invalid_number_of_pairs ... ok test tables::gvar::packed_deltas::tests::mixed_runs ... ok test tables::gvar::packed_deltas::tests::non_default_scalar ... ok test tables::gvar::packed_deltas::tests::single_delta ... ok test tables::gvar::packed_deltas::tests::single_long_delta ... ok test tables::gvar::packed_deltas::tests::single_run ... ok test tables::gvar::packed_deltas::tests::runs_overflow ... ok test tables::gvar::packed_deltas::tests::unexpected_end_of_data_1 ... ok test tables::gvar::packed_deltas::tests::too_many_pairs ... ok test tables::gvar::packed_deltas::tests::unexpected_end_of_data_2 ... ok test tables::gvar::packed_deltas::tests::two_deltas ... ok test tables::gvar::packed_deltas::tests::unexpected_end_of_data_3 ... ok test tables::gvar::packed_deltas::tests::unexpected_end_of_data_7 ... ok test tables::gvar::packed_deltas::tests::unexpected_end_of_data_6 ... ok test tables::gvar::packed_deltas::tests::unexpected_end_of_data_4 ... ok test tables::gvar::packed_deltas::tests::zero_runs ... ok test tables::gvar::packed_deltas::tests::zero_words ... ok test tables::gvar::packed_points::tests::empty ... ok test tables::gvar::packed_points::tests::long_points ... ok test tables::gvar::packed_deltas::tests::zeros ... ok test tables::gvar::packed_points::tests::more_than_127_points ... ok test tables::gvar::packed_points::tests::multiple_runs ... ok test tables::gvar::packed_points::tests::set_0_and_2 ... ok test tables::gvar::packed_points::tests::runs_overflow ... ok test tables::gvar::packed_points::tests::set_1_and_2 ... ok test tables::gvar::packed_points::tests::set_1_and_3 ... ok test tables::gvar::packed_points::tests::set_2_5_7 ... ok test tables::gvar::packed_points::tests::single_point ... ok test tables::gvar::packed_points::tests::single_zero_control ... ok test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s + /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 --doc Fresh strict-num v0.2.0 Fresh bytemuck v1.24.0 Fresh arrayref v0.3.9 Fresh tiny-skia-path v0.11.4 Fresh base64 v0.22.1 Fresh xmlwriter v0.1.0 warning: hiding a lifetime that's elided elsewhere is confusing --> src/lib.rs:2204:9 | 2204 | &self, | ^^^^^ the lifetime is elided here ... 2207 | ) -> Option { | ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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 | 2207 | ) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/cff/cff1.rs:802:29 | 802 | fn parse_cid_metadata(data: &[u8], top_dict: TopDict, number_of_glyphs: u16) -> Option { | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 802 | fn parse_cid_metadata(data: &[u8], top_dict: TopDict, number_of_glyphs: u16) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/glyf.rs:485:17 | 485 | glyph_data: &[u8], | ^^^^^ the lifetime is elided here 486 | number_of_contours: NonZeroU16, 487 | ) -> Option { | ^^^^^^^^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 487 | ) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/stat.rs:420:9 | 420 | &self, | ^^^^^ the lifetime is elided here ... 423 | ) -> Option { | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 423 | ) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/gpos.rs:910:16 | 910 | pub fn get(&self, row: u16, col: u16) -> Option { | ^^^^^ the lifetime is elided here ^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 910 | pub fn get(&self, row: u16, col: u16) -> Option> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/tables/math.rs:48:24 | 48 | fn get(self, data: &[u8]) -> MathValue { | ^^^^^ ^^^^^^^^^ 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 help: use `'_` for type paths | 48 | fn get(self, data: &[u8]) -> MathValue<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/var_store.rs:63:27 | 63 | pub fn region_indices(&self, index: u16) -> Option> { | ^^^^^ ^^^^^^^^^^^^^^^^ 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 help: use `'_` for type paths | 63 | pub fn region_indices(&self, index: u16) -> Option> { | +++ warning: `ttf-parser` (lib) generated 7 warnings (run `cargo fix --lib -p ttf-parser` to apply 7 suggestions) Fresh ttf-parser v0.25.1 (/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1) Finished `rpm` profile [optimized + debuginfo] target(s) in 0.01s Doc-tests ttf_parser Running `/usr/bin/rustdoc --edition=2018 --crate-type lib --color auto --crate-name ttf_parser --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps --extern base64=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps/libbase64-009bc129232b2119.rlib --extern tiny_skia_path=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps/libtiny_skia_path-61a3bff59b2710f8.rlib --extern ttf_parser=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps/libttf_parser-41415b0b4fab0506.rlib --extern xmlwriter=/home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/ttf-parser-0.25.1/target/rpm/deps/libxmlwriter-d89b33a49a22e764.rlib -C embed-bitcode=no --cfg 'feature="apple-layout"' --cfg 'feature="default"' --cfg 'feature="glyph-names"' --cfg 'feature="opentype-layout"' --cfg 'feature="std"' --cfg 'feature="variable-fonts"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("apple-layout", "core_maths", "default", "glyph-names", "gvar-alloc", "no-std-float", "opentype-layout", "std", "variable-fonts"))' --error-format human` running 3 tests test src/lib.rs - Variation (line 190) ... ok test src/lib.rs - Tag::from_bytes (line 213) ... ok test src/lib.rs - Face<'a>::outline_glyph (line 2088) ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-ttf-parser-devel-0.25.1-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/ttf-parser-0.25.1/CHANGELOG.md warning: File listed twice: /usr/share/cargo/registry/ttf-parser-0.25.1/LICENSE-APACHE warning: File listed twice: /usr/share/cargo/registry/ttf-parser-0.25.1/LICENSE-MIT warning: File listed twice: /usr/share/cargo/registry/ttf-parser-0.25.1/README.md Provides: crate(ttf-parser) = 0.25.1 rust-ttf-parser-devel = 0.25.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo rust >= 1.63.0 Processing files: rust-ttf-parser+default-devel-0.25.1-1.mga10.noarch Provides: crate(ttf-parser/default) = 0.25.1 rust-ttf-parser+default-devel = 0.25.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(ttf-parser) = 0.25.1 crate(ttf-parser/apple-layout) = 0.25.1 crate(ttf-parser/glyph-names) = 0.25.1 crate(ttf-parser/opentype-layout) = 0.25.1 crate(ttf-parser/std) = 0.25.1 crate(ttf-parser/variable-fonts) = 0.25.1 Processing files: rust-ttf-parser+apple-layout-devel-0.25.1-1.mga10.noarch Provides: crate(ttf-parser/apple-layout) = 0.25.1 rust-ttf-parser+apple-layout-devel = 0.25.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(ttf-parser) = 0.25.1 Processing files: rust-ttf-parser+core_maths-devel-0.25.1-1.mga10.noarch Provides: crate(ttf-parser/core_maths) = 0.25.1 rust-ttf-parser+core_maths-devel = 0.25.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(core_maths/default) >= 0.1.0 crate(ttf-parser) = 0.25.1 Processing files: rust-ttf-parser+glyph-names-devel-0.25.1-1.mga10.noarch Provides: crate(ttf-parser/glyph-names) = 0.25.1 rust-ttf-parser+glyph-names-devel = 0.25.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(ttf-parser) = 0.25.1 Processing files: rust-ttf-parser+gvar-alloc-devel-0.25.1-1.mga10.noarch Provides: crate(ttf-parser/gvar-alloc) = 0.25.1 rust-ttf-parser+gvar-alloc-devel = 0.25.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(ttf-parser) = 0.25.1 crate(ttf-parser/std) = 0.25.1 Processing files: rust-ttf-parser+no-std-float-devel-0.25.1-1.mga10.noarch Provides: crate(ttf-parser/no-std-float) = 0.25.1 rust-ttf-parser+no-std-float-devel = 0.25.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(ttf-parser) = 0.25.1 crate(ttf-parser/core_maths) = 0.25.1 Processing files: rust-ttf-parser+opentype-layout-devel-0.25.1-1.mga10.noarch Provides: crate(ttf-parser/opentype-layout) = 0.25.1 rust-ttf-parser+opentype-layout-devel = 0.25.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(ttf-parser) = 0.25.1 Processing files: rust-ttf-parser+std-devel-0.25.1-1.mga10.noarch Provides: crate(ttf-parser/std) = 0.25.1 rust-ttf-parser+std-devel = 0.25.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(ttf-parser) = 0.25.1 Processing files: rust-ttf-parser+variable-fonts-devel-0.25.1-1.mga10.noarch Provides: crate(ttf-parser/variable-fonts) = 0.25.1 rust-ttf-parser+variable-fonts-devel = 0.25.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(ttf-parser) = 0.25.1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-ttf-parser+glyph-names-devel-0.25.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-ttf-parser+default-devel-0.25.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-ttf-parser+no-std-float-devel-0.25.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-ttf-parser+apple-layout-devel-0.25.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-ttf-parser+opentype-layout-devel-0.25.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-ttf-parser+gvar-alloc-devel-0.25.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-ttf-parser+std-devel-0.25.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-ttf-parser+variable-fonts-devel-0.25.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-ttf-parser+core_maths-devel-0.25.1-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-ttf-parser-devel-0.25.1-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.dChxdR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build + test -d /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-ttf-parser-0.25.1-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/ttf-parser-0.25.1/CHANGELOG.md File listed twice: /usr/share/cargo/registry/ttf-parser-0.25.1/LICENSE-APACHE File listed twice: /usr/share/cargo/registry/ttf-parser-0.25.1/LICENSE-MIT File listed twice: /usr/share/cargo/registry/ttf-parser-0.25.1/README.md D: [iurt_root_command] Success!