D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/perl-Audio-CD-0.50.0-23.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zjE0n2
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf Audio-CD-0.05
+ /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/Audio-CD-0.05.tar.bz2
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd Audio-CD-0.05
+ /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.gSYyST
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Audio-CD-0.05
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Audio::CD
Writing MYMETA.yml and MYMETA.json
+ /usr/bin/make -O -j8 V=1 VERBOSE=1
Running Mkbootstrap for CD ()
chmod 644 "CD.bs"
cp CD.pm blib/lib/Audio/CD.pm
"/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Audio-CD-0.05/typemap'  CD.xs > CD.xsc
mv CD.xsc CD.c
"/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CD.bs blib/arch/auto/Audio/CD/CD.bs 644
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 -g   -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/usr/lib64/perl5/CORE"  -g cddb_lookup.c
cddb_lookup.c: In function 'inexact_selection':
cddb_lookup.c:53:16: warning: implicit declaration of function 'strtol' [-Wimplicit-function-declaration]
   53 |         return strtol(inbuffer, NULL, 10);
      |                ^~~~~~
cddb_lookup.c: In function 'cddb_lookup':
cddb_lookup.c:100:40: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
  100 |          proxy = (struct cddb_server *)malloc(sizeof(struct cddb_server));
      |                                        ^~~~~~
cddb_lookup.c:24:1: note: include '<stdlib.h>' or provide a declaration of 'malloc'
   23 | #include "stdio.h"
  +++ |+#include <stdlib.h>
   24 | 
cddb_lookup.c:100:40: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
  100 |          proxy = (struct cddb_server *)malloc(sizeof(struct cddb_server));
      |                                        ^~~~~~
cddb_lookup.c:100:40: note: include '<stdlib.h>' or provide a declaration of 'malloc'
cddb_lookup.c:103:13: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
  103 |             free(proxy);
      |             ^~~~
cddb_lookup.c:103:13: note: include '<stdlib.h>' or provide a declaration of 'free'
cddb_lookup.c:103:13: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
cddb_lookup.c:103:13: note: include '<stdlib.h>' or provide a declaration of 'free'
cddb_lookup.c:108:13: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
  108 |             free(proxy);
      |             ^~~~
cddb_lookup.c:108:13: note: include '<stdlib.h>' or provide a declaration of 'free'
cddb_lookup.c:113:10: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration]
  113 |          strncpy(hello.hello_program, PACKAGE, 256);
      |          ^~~~~~~
cddb_lookup.c:24:1: note: include '<string.h>' or provide a declaration of 'strncpy'
   23 | #include "stdio.h"
  +++ |+#include <string.h>
   24 | 
cddb_lookup.c:113:10: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
  113 |          strncpy(hello.hello_program, PACKAGE, 256);
      |          ^~~~~~~
cddb_lookup.c:113:10: note: include '<string.h>' or provide a declaration of 'strncpy'
cddb_lookup.c:141:33: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
  141 |             if(conf.conf_proxy) free(proxy);
      |                                 ^~~~
cddb_lookup.c:141:33: note: include '<stdlib.h>' or provide a declaration of 'free'
cddb_lookup.c:153:36: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
  153 |                if(conf.conf_proxy) free(proxy);
      |                                    ^~~~
cddb_lookup.c:153:36: note: include '<stdlib.h>' or provide a declaration of 'free'
cddb_lookup.c:162:36: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
  162 |                if(conf.conf_proxy) free(proxy);
      |                                    ^~~~
cddb_lookup.c:162:36: note: include '<stdlib.h>' or provide a declaration of 'free'
cddb_lookup.c:166:13: warning: implicit declaration of function 'shutdown' [-Wimplicit-function-declaration]
  166 |             shutdown(sock, 2);
      |             ^~~~~~~~
cddb_lookup.c:167:13: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
  167 |             close(sock);
      |             ^~~~~
      |             pclose
cddb_lookup.c:171:36: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
  171 |                if(conf.conf_proxy) free(proxy);
      |                                    ^~~~
cddb_lookup.c:171:36: note: include '<stdlib.h>' or provide a declaration of 'free'
cddb_lookup.c:181:36: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
  181 |                if(conf.conf_proxy) free(proxy);
      |                                    ^~~~
cddb_lookup.c:181:36: note: include '<stdlib.h>' or provide a declaration of 'free'
cddb_lookup.c:190:30: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
  190 |          if(conf.conf_proxy) free(proxy);
      |                              ^~~~
cddb_lookup.c:190:30: note: include '<stdlib.h>' or provide a declaration of 'free'
cddb_lookup.c:196:16: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  196 |             if(strlen(query.query_list[0].list_artist) > 0)
      |                ^~~~~~
cddb_lookup.c:196:16: note: include '<string.h>' or provide a declaration of 'strlen'
cddb_lookup.c:196:16: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
cddb_lookup.c:196:16: note: include '<string.h>' or provide a declaration of 'strlen'
cddb_lookup.c:227:18: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  227 |               if(strlen(query.query_list[index].list_artist) < 1)
      |                  ^~~~~~
cddb_lookup.c:227:18: note: include '<string.h>' or provide a declaration of 'strlen'
cddb_lookup.c: In function 'inexact_selection':
cddb_lookup.c:52:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
   52 |         fgets(inbuffer, sizeof(inbuffer), stdin);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 -g   -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/usr/lib64/perl5/CORE"  -g CD.c
In file included from /usr/lib64/perl5/CORE/perl.h:5744,
                 from CD.xs:16:
CD.c: In function 'XS_Audio__CD_init':
CD.c:299:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  299 |             sv_setref_pv(RETVALSV, "Audio::CD", (void*)RETVAL);
      |                                                 ^
/usr/lib64/perl5/CORE/embed.h:687:61: note: in definition of macro 'sv_setref_pv'
  687 | #define sv_setref_pv(a,b,c)     Perl_sv_setref_pv(aTHX_ a,b,c)
      |                                                             ^
CD.c: In function 'XS_Audio__CD_cddb':
CD.c:359:51: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  359 |             sv_setref_pv(RETVALSV, "Audio::CDDB", (void*)RETVAL);
      |                                                   ^
/usr/lib64/perl5/CORE/embed.h:687:61: note: in definition of macro 'sv_setref_pv'
  687 | #define sv_setref_pv(a,b,c)     Perl_sv_setref_pv(aTHX_ a,b,c)
      |                                                             ^
rm -f blib/arch/auto/Audio/CD/CD.so
gcc  -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong  cddb_lookup.o CD.o  -o blib/arch/auto/Audio/CD/CD.so  \
   -lcdaudio -lperl   \
  
chmod 755 blib/arch/auto/Audio/CD/CD.so
Manifying 1 pod document
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.twSqhq
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64
+ cd Audio-CD-0.05
+ '[' 1 -eq 1 ']'
+ /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64 'INSTALL=/usr/bin/install -p'
"/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CD.bs blib/arch/auto/Audio/CD/CD.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-Audio-CD-0.50.0-23.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Audio/CD/CD.so
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64/usr/lib64/perl5/vendor_perl/Audio/CD.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64/usr/share/man/man3/Audio::CD.3pm
Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64/usr/lib64/perl5/perllocal.pod
+ chmod 644 README
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.50.0-23.mga9 --unique-debug-suffix -0.50.0-23.mga9.aarch64 --unique-debug-src-base perl-Audio-CD-0.50.0-23.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Audio-CD-0.05

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Audio/CD/CD.so
objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Audio/CD/CD.so'; reason: Permission denied
objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Audio/CD/CD.so'; reason: Permission denied
dwz: ./usr/lib64/perl5/vendor_perl/auto/Audio/CD/CD.so-0.50.0-23.mga9.aarch64.debug: Unknown debugging section .debug_line_str
original debug info size: 152kB, size after compression: 152kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match.
130 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 0
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: perl-Audio-CD-0.50.0-23.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EU28Ke
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Audio-CD-0.05
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64/usr/share/doc/perl-Audio-CD
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64/usr/share/doc/perl-Audio-CD
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64/usr/share/doc/perl-Audio-CD
+ RPM_EC=0
++ jobs -p
+ exit 0
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Provides: perl(Audio::CD) = 0.50.0 perl-Audio-CD = 0.50.0-23.mga9 perl-Audio-CD(aarch-64) = 0.50.0-23.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcdaudio.so.1()(64bit) libperl.so.5.34()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) perl(DynaLoader) perl(strict) perl-base >= 2:5.34.0
Processing files: perl-Audio-CD-debugsource-0.50.0-23.mga9.aarch64
Provides: perl-Audio-CD-debugsource = 0.50.0-23.mga9 perl-Audio-CD-debugsource(aarch-64) = 0.50.0-23.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: perl-Audio-CD-debuginfo-0.50.0-23.mga9.aarch64
Provides: debuginfo(build-id) = c3574973842342000639494e43cee886817ac051 perl-Audio-CD-debuginfo = 0.50.0-23.mga9 perl-Audio-CD-debuginfo(aarch-64) = 0.50.0-23.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: perl-Audio-CD-debugsource(aarch-64) = 0.50.0-23.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Audio-CD-debugsource-0.50.0-23.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Audio-CD-0.50.0-23.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Audio-CD-debuginfo-0.50.0-23.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.J7q4wn
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Audio-CD-0.05
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-23.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rolLtY
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf Audio-CD-0.05
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!