D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-Socket6-0.290.0-4.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.d5VDwH + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Socket6-0.29 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Socket6-0.29.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Socket6-0.29 + /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/iurt/rpmbuild/tmp/rpm-tmp.DXD7CH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Socket6-0.29 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' checking for gcc... x86_64-mageia-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-mageia-linux-gnu-gcc accepts -g... yes checking for x86_64-mageia-linux-gnu-gcc option to accept ISO C89... none needed checking whether your Perl5 have PL_sv_undef... yes checking how to run the C preprocessor... x86_64-mageia-linux-gnu-gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for getaddrinfo... yes checking for getnameinfo... yes checking for gethostbyname2... yes checking for getipnodebyname... no checking for getipnodebyname in -lsocket... no checking whether your system has IPv6 directory... no checking for getipnodebyaddr... no checking for getipnodebyaddr in -lsocket... no checking whether your system has IPv6 directory... (cached) no checking for inet_pton... yes checking for inet_ntop... yes checking for working inet_ntop... yes checking whether you have sa_len in struct sockaddr... no checking whether you have sin6_scope_id in struct sockaddr_in6... yes checking for socklen_t... yes configure: creating ./config.status config.status: creating config.pl config.status: creating gailookup.pl config.status: creating config.h Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Socket6 Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 Running Mkbootstrap for Socket6 () chmod 644 "Socket6.bs" cp Socket6.pm blib/lib/Socket6.pm "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket6.bs blib/arch/auto/Socket6/Socket6.bs 644 "/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/ExtUtils/typemap' Socket6.xs > Socket6.xsc mv Socket6.xsc Socket6.c x86_64-mageia-linux-gnu-gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DVERSION=\"0.29\" -DXS_VERSION=\"0.29\" -fPIC "-I/usr/lib64/perl5/CORE" Socket6.c Socket6.xs: In function 'XS_Socket6_inet_ntop': Socket6.xs:543:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 543 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 544 | "Socket6::inet_ntop", 545 | addrlen, alen); | ~~~~~~~ | | | STRLEN {aka long unsigned int} Socket6.xs:543:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] Socket6.xs: In function 'XS_Socket6_unpack_sockaddr_in6': Socket6.xs:622:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 622 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 623 | "Socket6::unpack_sockaddr_in6", 624 | sockaddrlen, sizeof(addr)); | ~~~~~~~~~~~ | | | STRLEN {aka long unsigned int} Socket6.xs:622:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] Socket6.xs: In function 'XS_Socket6_unpack_sockaddr_in6_all': Socket6.xs:658:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 658 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 659 | "Socket6::unpack_sockaddr_in6", 660 | sockaddrlen, sizeof(addr)); | ~~~~~~~~~~~ | | | STRLEN {aka long unsigned int} Socket6.xs:658:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] Socket6.xs: In function 'XS_Socket6_getipnodebyname': Socket6.xs:872:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 872 | ST(0) = (SV *) not_here("getipnodebyname"); | ^ Socket6.xs: In function 'XS_Socket6_getipnodebyaddr': Socket6.xs:943:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 943 | ST(0) = (SV *) not_here("getipnodebyaddr"); | ^ rm -f blib/arch/auto/Socket6/Socket6.so x86_64-mageia-linux-gnu-gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib64 -fstack-protector-strong Socket6.o -o blib/arch/auto/Socket6/Socket6.so \ -lperl \ chmod 755 blib/arch/auto/Socket6/Socket6.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LXvqAG + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64 + cd Socket6-0.29 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket6.bs blib/arch/auto/Socket6/Socket6.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Socket6/Socket6.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/Socket6.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/share/man/man3/Socket6.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/lib64/perl5/perllocal.pod + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.290.0-4.mga8 --unique-debug-suffix -0.290.0-4.mga8.x86_64 --unique-debug-src-base perl-Socket6-0.290.0-4.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Socket6-0.29 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Socket6/Socket6.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Socket6/Socket6.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Socket6/Socket6.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Socket6/Socket6.so'; reason: Permission denied original debug info size: 116kB, size after compression: 116kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 106 blocks + /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-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0xvMxE + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Socket6-0.29 + '[' 1 -eq 1 ']' + make test "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket6.bs blib/arch/auto/Socket6/Socket6.bs 644 PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.32.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/use.t .. ok All tests successful. Files=1, Tests=9, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.03 cusr 0.00 csys = 0.05 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Socket6-0.290.0-4.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.K19kKE + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Socket6-0.29 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/share/doc/perl-Socket6 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/share/doc/perl-Socket6 + cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/share/doc/perl-Socket6 + cp -pr META.json /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/share/doc/perl-Socket6 + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/share/doc/perl-Socket6 + cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/share/doc/perl-Socket6 + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64/usr/share/doc/perl-Socket6 + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Socket6) = 0.290.0 perl-Socket6 = 0.290.0-4.mga8 perl-Socket6(x86-64) = 0.290.0-4.mga8 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.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) perl(Carp) perl(DynaLoader) perl(Exporter) perl(base) perl(strict) perl(vars) perl-base >= 2:5.32.0 Processing files: perl-Socket6-debugsource-0.290.0-4.mga8.x86_64 Provides: perl-Socket6-debugsource = 0.290.0-4.mga8 perl-Socket6-debugsource(x86-64) = 0.290.0-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Socket6-debuginfo-0.290.0-4.mga8.x86_64 Provides: debuginfo(build-id) = f7cea10a3137f38d5c436829758e87061cc2cd36 perl-Socket6-debuginfo = 0.290.0-4.mga8 perl-Socket6-debuginfo(x86-64) = 0.290.0-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Socket6-debugsource(x86-64) = 0.290.0-4.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Socket6-debugsource-0.290.0-4.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Socket6-0.290.0-4.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Socket6-debuginfo-0.290.0-4.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jEP0mG + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Socket6-0.29 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Socket6-0.290.0-4.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.o9MLVG + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Socket6-0.29 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!