D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 warning: /home/pterjan/rpmbuild/SPECS/perl-Data-Clone.spec line 45: autopatch: no matching patches in range Installing /home/pterjan/rpmbuild/SRPMS/perl-Data-Clone-0.6.0-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.OQoMfa Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3IvB0q + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build + rm -rf Data-Clone-0.006 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Data-Clone-0.006.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Data-Clone-0.006 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.tkk6Ow + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.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/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd Data-Clone-0.006 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + perl Build.PL --installdirs=vendor '--optimize=-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' Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Data-Clone' version '0.006' + ./Build Building Data-Clone gcc -I/usr/lib64/perl5/CORE '-DVERSION="0.006"' '-DXS_VERSION="0.006"' -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -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' -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -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' -g -o lib/Data/Clone.o lib/Data/Clone.c In file included from /usr/lib64/perl5/CORE/perl.h:46, from lib/Data/xshelper.h:36, from lib/Data/Clone.xs:3: /usr/lib64/perl5/CORE/inline.h: In function 'Perl_av_remove_offset': /usr/lib64/perl5/CORE/config.h:1211:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 1211 | #define SSize_t ssize_t /* signed count of bytes */ | ^~~~~~~ /usr/lib64/perl5/CORE/inline.h:226:5: note: in expansion of macro 'SSize_t' 226 | SSize_t i = AvARRAY(av) - AvALLOC(av); | ^~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:7869: /usr/lib64/perl5/CORE/inline.h: In function 'S_PerlEnv_putenv': /usr/lib64/perl5/CORE/inline.h:313:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 313 | bool retval = putenv(str); | ^~~~ /usr/lib64/perl5/CORE/inline.h: In function 'Perl_rpp_context': /usr/lib64/perl5/CORE/inline.h:1074:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 1074 | SV *top = *svp; | ^~ /usr/lib64/perl5/CORE/inline.h: In function 'Perl_push_stackinfo': /usr/lib64/perl5/CORE/inline.h:4012:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 4012 | PERL_SI *next = PL_curstackinfo->si_next; | ^~~~~~~ /usr/lib64/perl5/CORE/inline.h: In function 'Perl_pop_stackinfo': /usr/lib64/perl5/CORE/inline.h:4052:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 4052 | PERL_SI * const prev = PL_curstackinfo->si_prev; | ^~~~~~~ /usr/lib64/perl5/CORE/inline.h: In function 'Perl_newPADxVOP': /usr/lib64/perl5/CORE/inline.h:4094:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 4094 | OP *o = newOP(type, flags); | ^~ /usr/lib64/perl5/CORE/inline.h: In function 'Perl_foldEQ': /usr/lib64/perl5/CORE/inline.h:4120:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 4120 | const U8 *a = (const U8 *)s1; | ^~~~~ /usr/lib64/perl5/CORE/inline.h: In function 'Perl_foldEQ_latin1': /usr/lib64/perl5/CORE/inline.h:4145:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 4145 | const U8 *a = (const U8 *)s1; | ^~~~~ /usr/lib64/perl5/CORE/inline.h: In function 'Perl_cop_file_avn': /usr/lib64/perl5/CORE/inline.h:4464:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 4464 | const char *file = CopFILE(cop); | ^~~~~ lib/Data/xshelper.h: At top level: lib/Data/xshelper.h:92:9: warning: 'newAV_mortal' redefined 92 | #define newAV_mortal() (AV*)sv_2mortal((SV*)newAV()) | ^~~~~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:4552: /usr/lib64/perl5/CORE/av.h:219:9: note: this is the location of the previous definition 219 | #define newAV_mortal() MUTABLE_AV(newSV_type_mortal(SVt_PVAV)) | ^~~~~~~~~~~~ ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Data/Clone/Clone.bs') gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 '-Wl,--build-id=sha1' -Wl,--enable-new-dtags '-specs=/usr/lib/rpm/redhat/redhat-hardened-ld' -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Data/Clone/Clone.so lib/Data/Clone.o -lperl + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Cc6TBt + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build + mkdir /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.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/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd Data-Clone-0.006 + '[' 1 -eq 1 ']' + ./Build install --destdir=/home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/BUILDROOT Building Data-Clone Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Data/Clone/Clone.so Installing /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Data/Clone/Clone.bs Installing /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/Data/Clone.pm Installing /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/BUILDROOT/usr/share/man/man3/Data::Clone.3pm + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.6.0-2.mga10 --unique-debug-suffix -0.6.0-2.mga10.x86_64 --unique-debug-src-base perl-Data-Clone-0.6.0-2.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/Data-Clone-0.006 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/perl-Data-Clone-0.6.0-2.mga10.x86_64 find-debuginfo: done + /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/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 Reading /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/SPECPARTS/rpm-debuginfo.specpart Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Q47Vrs + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.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/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd Data-Clone-0.006 + '[' 1 -eq 1 ']' + ./Build test # Testing Data::Clone/0.006 t/00_load.t ........ ok t/01_basic.t ....... ok t/02_object.t ...... ok t/03_scalar_ref.t .. ok t/04_tree.t ........ ok t/05_super.t ....... ok t/06_tie.t ......... ok t/07_stack.t ....... ok t/10_threads.t ..... ok t/11_leaktrace.t ... skipped: Test requires module 'Test::LeakTrace' but it's not found All tests successful. Files=10, Tests=218, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.57 cusr 0.12 csys = 0.74 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Data-Clone-0.6.0-2.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7pAq2n + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build + cd Data-Clone-0.006 + DOCDIR=/home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/BUILDROOT/usr/share/doc/perl-Data-Clone + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/BUILDROOT/usr/share/doc/perl-Data-Clone + cp -pr /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/Data-Clone-0.006/META.yml /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/BUILDROOT/usr/share/doc/perl-Data-Clone + cp -pr /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/Data-Clone-0.006/Changes /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/BUILDROOT/usr/share/doc/perl-Data-Clone + cp -pr /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/Data-Clone-0.006/README.md /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/BUILDROOT/usr/share/doc/perl-Data-Clone + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Data::Clone) = 0.6.0 perl-Data-Clone = 0.6.0-2.mga10 perl-Data-Clone(x86-64) = 0.6.0-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libperl.so.5.40()(64bit) perl >= 0:5.008_001 perl(Exporter) perl(XSLoader) >= 0.20.0 perl(parent) perl(strict) perl-base >= 2:5.40.1 Processing files: perl-Data-Clone-debugsource-0.6.0-2.mga10.x86_64 Provides: perl-Data-Clone-debugsource = 0.6.0-2.mga10 perl-Data-Clone-debugsource(x86-64) = 0.6.0-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Data-Clone-debuginfo-0.6.0-2.mga10.x86_64 Provides: debuginfo(build-id) = 70d495d923b959b032edf3b857622b709dcc7bd9 perl-Data-Clone-debuginfo = 0.6.0-2.mga10 perl-Data-Clone-debuginfo(x86-64) = 0.6.0-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Data-Clone-debugsource(x86-64) = 0.6.0-2.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Data-Clone-debugsource-0.6.0-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Data-Clone-0.6.0-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Data-Clone-debuginfo-0.6.0-2.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9wzisd + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build + test -d /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/perl-Data-Clone-0.6.0-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: /home/pterjan/rpmbuild/SPECS/perl-Data-Clone.spec line 45: autopatch: no matching patches in range D: [iurt_root_command] Success!