D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/rust-parse-zoneinfo-0.5.0-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.doI2j7 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.2fRr31 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build + rm -rf parse-zoneinfo-0.5.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/parse-zoneinfo-0.5.0.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd parse-zoneinfo-0.5.0 + /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.6VZHBD + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build + cd parse-zoneinfo-0.5.0 + /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.r6NHiA + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-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 parse-zoneinfo-0.5.0 + '[' 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 parse-zoneinfo v0.5.0 (/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0) Running `/usr/bin/rustc --crate-name parse_zoneinfo --edition=2021 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=ca7437b2e70690b2 -C extra-filename=-ab1fac6fde6d6ea3 --out-dir /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/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/structure.rs:40:18 | 40 | fn structure(&self) -> TableStructure; | ^^^^^ ^^^^^^^^^^^^^^ 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 | 40 | fn structure(&self) -> TableStructure<'_>; | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/structure.rs:44:18 | 44 | fn structure(&self) -> TableStructure { | ^^^^^ ^^^^^^^^^^^^^^ 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 | 44 | fn structure(&self) -> TableStructure<'_> { | ++++ warning: `parse-zoneinfo` (lib) generated 2 warnings (run `cargo fix --lib -p parse-zoneinfo` to apply 2 suggestions) Finished `rpm` profile [optimized + debuginfo] target(s) in 4.14s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.LITRwR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-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 parse-zoneinfo-0.5.0 + '[' 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=parse-zoneinfo ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.5.0 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/BUILDROOT/usr/share/cargo/registry/parse-zoneinfo-0.5.0 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/BUILDROOT/usr/share/cargo/registry/parse-zoneinfo-0.5.0 + /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-parse-zoneinfo-0.5.0-build/BUILDROOT/usr/share/cargo/registry/parse-zoneinfo-0.5.0 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/BUILDROOT/usr/share/cargo/registry/parse-zoneinfo-0.5.0/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/BUILDROOT/usr/share/cargo/registry/parse-zoneinfo-0.5.0/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.3Wi4Dd + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-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 parse-zoneinfo-0.5.0 + '[' 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 Compiling libc v0.2.180 Compiling once_cell v1.21.3 Compiling similar v2.7.0 warning: hiding a lifetime that's elided elsewhere is confusing --> src/structure.rs:40:18 | 40 | fn structure(&self) -> TableStructure; | ^^^^^ ^^^^^^^^^^^^^^ 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 | 40 | fn structure(&self) -> TableStructure<'_>; | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/structure.rs:44:18 | 44 | fn structure(&self) -> TableStructure { | ^^^^^ ^^^^^^^^^^^^^^ 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 | 44 | fn structure(&self) -> TableStructure<'_> { | ++++ Running `/usr/bin/rustc --crate-name build_script_build --edition=2021 /usr/share/cargo/registry/libc-0.2.180/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=5847cfa6a656dc4c -C extra-filename=-5e3842ffd01dceae --out-dir /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/build/libc-5e3842ffd01dceae -L dependency=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/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 once_cell --edition=2021 /usr/share/cargo/registry/once_cell-1.21.3/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="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=6bfe2465895ff571 -C extra-filename=-244f09646171f1c7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/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 similar --edition=2018 /usr/share/cargo/registry/similar-2.7.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 --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "web-time"))' -C metadata=dfc7849b8688e184 -C extra-filename=-32ca54f88526e3c0 --out-dir /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `parse-zoneinfo` (lib) generated 2 warnings (run `cargo fix --lib -p parse-zoneinfo` to apply 2 suggestions) Running `/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/build/libc-5e3842ffd01dceae/build-script-build` Running `/usr/bin/rustc --crate-name libc --edition=2021 /usr/share/cargo/registry/libc-0.2.180/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 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=a90c244e0b1f6725 -C extra-filename=-3c016273de920cf5 --out-dir /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` Compiling console v0.16.1 Running `/usr/bin/rustc --crate-name console --edition=2021 /usr/share/cargo/registry/console-0.16.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=2e5546cc8c2682e6 -C extra-filename=-80a0db3e097fbe34 --out-dir /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps --extern libc=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps/liblibc-3c016273de920cf5.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling insta v1.43.2 Running `/usr/bin/rustc --crate-name insta --edition=2021 /usr/share/cargo/registry/insta-1.43.2/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="colors"' --cfg 'feature="console"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_cargo_insta_internal", "clap", "colors", "console", "csv", "default", "filters", "glob", "globset", "json", "pest", "pest_derive", "redactions", "regex", "ron", "serde", "toml", "walkdir", "yaml"))' -C metadata=e1953e8646ae5339 -C extra-filename=-0a69bc3861cb3f81 --out-dir /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps --extern console=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps/libconsole-80a0db3e097fbe34.rmeta --extern once_cell=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps/libonce_cell-244f09646171f1c7.rmeta --extern similar=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps/libsimilar-32ca54f88526e3c0.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Compiling parse-zoneinfo v0.5.0 (/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0) Running `/usr/bin/rustc --crate-name parse_zoneinfo --edition=2021 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c38bb60d6305654 -C extra-filename=-76342933f7f8c6f2 --out-dir /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps --extern insta=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps/libinsta-0a69bc3861cb3f81.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name transition_tests --edition=2021 tests/transition_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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b01a37426e932e2b -C extra-filename=-b134bbe36a70bd73 --out-dir /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps --extern insta=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps/libinsta-0a69bc3861cb3f81.rlib --extern parse_zoneinfo=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps/libparse_zoneinfo-ab1fac6fde6d6ea3.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` Running `/usr/bin/rustc --crate-name benchmark --edition=2021 examples/benchmark.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,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=351968fc7426cc22 -C extra-filename=-363a2073e223e12b --out-dir /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/examples -L dependency=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps --extern insta=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps/libinsta-0a69bc3861cb3f81.rlib --extern parse_zoneinfo=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps/libparse_zoneinfo-ab1fac6fde6d6ea3.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `parse-zoneinfo` (lib test) generated 2 warnings (2 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 22.00s Running `/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps/parse_zoneinfo-76342933f7f8c6f2` running 34 tests test line::tests::another_comment ... ok test line::tests::bad_month ... ok test line::tests::comment ... ok test line::tests::comment_after ... ok test line::tests::continuation_2 ... ok test line::tests::continuation_1 ... ok test line::tests::empty ... ok test line::tests::first_monday_on_or_after ... ok test line::tests::first_sunday_in_toronto ... ok test line::tests::golb ... ok test line::tests::last_monday ... ok test line::tests::leap_years ... ok test line::tests::link ... ok test line::tests::month ... ok test line::tests::multiple_hash ... ok test line::tests::negative_offsets ... ok test line::tests::negative_offsets_2 ... ok test line::tests::negative_offsets_3 ... ok test line::tests::no_hyphen ... ok test line::tests::non_comment ... ok test line::tests::rule_1 ... ok test line::tests::rule_2 ... ok test line::tests::rule_3 ... ok test line::tests::spaces ... ok test line::tests::to_timestamp ... ok test line::tests::two_comments_after ... ok test line::tests::weekdays ... ok test line::tests::zone ... ok test line::tests::zone_hyphen ... ok test structure::test::empty ... ok test structure::test::child ... ok test structure::test::hierarchy ... ok test structure::test::separate ... ok test transitions::test::optimise_macquarie ... ok test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running `/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps/transition_tests-b134bbe36a70bd73` running 7 tests test dushanbe ... ok test one_rule ... ok test one_transition ... ok test no_transitions ... ok test two_rules ... ok test two_transitions ... ok test tripoli ... ok test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests parse_zoneinfo Running `/usr/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name parse_zoneinfo --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps --extern insta=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps/libinsta-0a69bc3861cb3f81.rlib --extern parse_zoneinfo=/home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/parse-zoneinfo-0.5.0/target/rpm/deps/libparse_zoneinfo-ab1fac6fde6d6ea3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human` running 4 tests test src/table.rs - table (line 19) ... ok test src/line.rs - line (line 35) ... ok test src/line.rs - line (line 58) ... ok test src/line.rs - line (line 16) ... ok test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rust-parse-zoneinfo-devel-0.5.0-1.mga10.noarch warning: File listed twice: /usr/share/cargo/registry/parse-zoneinfo-0.5.0/LICENSE warning: File listed twice: /usr/share/cargo/registry/parse-zoneinfo-0.5.0/README.md Provides: crate(parse-zoneinfo) = 0.5.0 rust-parse-zoneinfo-devel = 0.5.0-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.56.0 Processing files: rust-parse-zoneinfo+default-devel-0.5.0-1.mga10.noarch Provides: crate(parse-zoneinfo/default) = 0.5.0 rust-parse-zoneinfo+default-devel = 0.5.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: cargo crate(parse-zoneinfo) = 0.5.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-parse-zoneinfo+default-devel-0.5.0-1.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/rust-parse-zoneinfo-devel-0.5.0-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.quRMTz + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build + test -d /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/rust-parse-zoneinfo-0.5.0-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /usr/share/cargo/registry/parse-zoneinfo-0.5.0/LICENSE File listed twice: /usr/share/cargo/registry/parse-zoneinfo-0.5.0/README.md D: [iurt_root_command] Success!