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-Authen-Smb-0.910.0-25.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BeYAhW
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf Authen-Smb-0.91
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Authen-Smb-0.91.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd Authen-Smb-0.91
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/Authen-Smb-0.91-64bit-fixes.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ukwCUM
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Authen-Smb-0.91
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
Checking if your kit is complete...
Looks good
Writing MYMETA.yml and MYMETA.json
Generating a Unix-style Makefile
Writing Makefile for Authen::Smb
Writing MYMETA.yml and MYMETA.json
+ make
cp Smb.pm blib/lib/Authen/Smb.pm
AutoSplitting blib/lib/Authen/Smb.pm (blib/lib/auto/Authen/Smb)
cd smbval && make LIBPERL_A="libperl.a" LINKTYPE="dynamic" OPTIMIZE="-g" PREFIX="/usr" PASTHRU_DEFINE=' ' PASTHRU_INC=' '
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Authen-Smb-0.91/smbval'
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=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE"   valid.c
valid.c: In function 'Valid_User':
valid.c:22:3: warning: implicit declaration of function 'SMB_Init' [-Wimplicit-function-declaration]
   22 |   SMB_Init();
      |   ^~~~~~~~
valid.c:30:7: warning: implicit declaration of function 'SMB_Negotiate' [-Wimplicit-function-declaration]
   30 |   if (SMB_Negotiate(con, SMB_Prots) < 0) { /* An error */
      |       ^~~~~~~~~~~~~
valid.c:31:5: warning: implicit declaration of function 'SMB_Discon'; did you mean 'SMBtcon'? [-Wimplicit-function-declaration]
   31 |     SMB_Discon(con,0);
      |     ^~~~~~~~~~
      |     SMBtcon
valid.c:42:7: warning: implicit declaration of function 'SMB_Logon_Server'; did you mean 'SMB_Connect_Server'? [-Wimplicit-function-declaration]
   42 |   if (SMB_Logon_Server(con, USERNAME, PASSWORD) < 0) {
      |       ^~~~~~~~~~~~~~~~
      |       SMB_Connect_Server
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=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE"   session.c
session.c: In function 'RFCNB_Get_Error_Msg':
session.c:360:40: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration]
  360 |   strncpy(msg_buf, RFCNB_Error_Strings[abs(code)], len);
      |                                        ^~~
session.c:38:1: note: include '<stdlib.h>' or provide a declaration of 'abs'
   37 | #include "rfcnb-io.h"
  +++ |+#include <stdlib.h>
   38 | 
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=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE"   rfcnb-util.c
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=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE"   rfcnb-io.c
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=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE"   smblib-util.c
smblib-util.c: In function 'SMB_AtrToStr':
smblib-util.c:87:5: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration]
   87 |     strcat(SMB_Attrib_Temp, (verbose?"Read Only ":"R"));
      |     ^~~~~~
smblib-util.c:30:1: note: include '<string.h>' or provide a declaration of 'strcat'
   29 | #include "rfcnb.h"
  +++ |+#include <string.h>
   30 | 
smblib-util.c:87:5: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
   87 |     strcat(SMB_Attrib_Temp, (verbose?"Read Only ":"R"));
      |     ^~~~~~
smblib-util.c:87:5: note: include '<string.h>' or provide a declaration of 'strcat'
smblib-util.c:90:5: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
   90 |     strcat(SMB_Attrib_Temp, (verbose?"Hidden ":"H"));
      |     ^~~~~~
smblib-util.c:90:5: note: include '<string.h>' or provide a declaration of 'strcat'
smblib-util.c:93:5: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
   93 |     strcat(SMB_Attrib_Temp, (verbose?"System ":"S"));
      |     ^~~~~~
smblib-util.c:93:5: note: include '<string.h>' or provide a declaration of 'strcat'
smblib-util.c:96:5: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
   96 |     strcat(SMB_Attrib_Temp, (verbose?"Volume ":"V"));
      |     ^~~~~~
smblib-util.c:96:5: note: include '<string.h>' or provide a declaration of 'strcat'
smblib-util.c:99:5: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
   99 |     strcat(SMB_Attrib_Temp, (verbose?"Directory ":"D"));
      |     ^~~~~~
smblib-util.c:99:5: note: include '<string.h>' or provide a declaration of 'strcat'
smblib-util.c:102:5: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
  102 |     strcat(SMB_Attrib_Temp, (verbose?"Archive ":"A"));
      |     ^~~~~~
smblib-util.c:102:5: note: include '<string.h>' or provide a declaration of 'strcat'
smblib-util.c: In function 'SMB_Figure_Protocol':
smblib-util.c:178:11: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  178 |       if (strcmp(dialects[prot_index], SMB_Prots[i]) == 0) { /* A match */
      |           ^~~~~~
smblib-util.c:178:11: note: include '<string.h>' or provide a declaration of 'strcmp'
smblib-util.c: In function 'SMB_Negotiate':
smblib-util.c:214:29: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  214 |     prots_len = prots_len + strlen(Prots[i]) + 2; /* Account for null etc */
      |                             ^~~~~~
smblib-util.c:214:29: note: include '<string.h>' or provide a declaration of 'strlen'
smblib-util.c:214:29: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
smblib-util.c:214:29: note: include '<string.h>' or provide a declaration of 'strlen'
smblib-util.c:266:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
  266 |     strcpy(p + 1, Prots[i]);
      |     ^~~~~~
smblib-util.c:266:5: note: include '<string.h>' or provide a declaration of 'strcpy'
smblib-util.c:266:5: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
smblib-util.c:266:5: note: include '<string.h>' or provide a declaration of 'strcpy'
smblib-util.c:267:13: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  267 |     p = p + strlen(Prots[i]) + 2; /* Adjust len of p for null plus dialectID */
      |             ^~~~~~
smblib-util.c:267:13: note: include '<string.h>' or provide a declaration of 'strlen'
smblib-util.c:362:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'char *' [-Wformat=]
  362 |     fprintf(stderr, "%d", (char *)(SMB_Hdr(pkt) + SMB_negrLM_buf_offset));
      |                      ~^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                       |   |
      |                       int char *
      |                      %s
smblib-util.c:363:5: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
  363 |     memcpy(Con_Handle->Encrypt_Key, p, 8);
      |     ^~~~~~
smblib-util.c:363:5: note: include '<string.h>' or provide a declaration of 'memcpy'
smblib-util.c:363:5: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
smblib-util.c:363:5: note: include '<string.h>' or provide a declaration of 'memcpy'
smblib-util.c:367:5: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration]
  367 |     strncpy(p, Con_Handle -> Svr_PDom, sizeof(Con_Handle -> Svr_PDom) - 1);
      |     ^~~~~~~
smblib-util.c:367:5: note: include '<string.h>' or provide a declaration of 'strncpy'
smblib-util.c:367:5: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
smblib-util.c:367:5: note: include '<string.h>' or provide a declaration of 'strncpy'
smblib-util.c: In function 'SMB_Get_My_Name':
smblib-util.c:421:5: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
  421 |     strncpy(name, "unknown", len);
      |     ^~~~~~~
smblib-util.c:421:5: note: include '<string.h>' or provide a declaration of 'strncpy'
smblib-util.c: In function 'SMB_TreeConnect':
smblib-util.c:465:15: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  465 |   param_len = strlen(path) + 2 + strlen(password) + 2 + strlen(device) + 2;
      |               ^~~~~~
smblib-util.c:465:15: note: include '<string.h>' or provide a declaration of 'strlen'
smblib-util.c:503:3: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
  503 |   strncpy(tree -> path, path, sizeof(tree -> path));
      |   ^~~~~~~
smblib-util.c:503:3: note: include '<string.h>' or provide a declaration of 'strncpy'
smblib-util.c:523:3: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
  523 |   strcpy(p + 1, path);
      |   ^~~~~~
smblib-util.c:523:3: note: include '<string.h>' or provide a declaration of 'strcpy'
smblib-util.c: In function 'SMB_Get_Error_Msg':
smblib-util.c:765:5: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
  765 |     strncpy(msgbuf,
      |     ^~~~~~~
smblib-util.c:765:5: note: include '<string.h>' or provide a declaration of 'strncpy'
smblib-util.c:776:5: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
  776 |     strncpy(msgbuf,
      |     ^~~~~~~
smblib-util.c:776:5: note: include '<string.h>' or provide a declaration of 'strncpy'
smblib-util.c:782:9: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  782 |     if (strlen(msgbuf) < len) { /* If there is space, put rest in */
      |         ^~~~~~
smblib-util.c:782:9: note: include '<string.h>' or provide a declaration of 'strlen'
smblib-util.c:784:7: warning: implicit declaration of function 'strncat' [-Wimplicit-function-declaration]
  784 |       strncat(msgbuf, "\n\t", len - strlen(msgbuf));
      |       ^~~~~~~
smblib-util.c:784:7: note: include '<string.h>' or provide a declaration of 'strncat'
smblib-util.c:784:7: warning: incompatible implicit declaration of built-in function 'strncat' [-Wbuiltin-declaration-mismatch]
smblib-util.c:784:7: note: include '<string.h>' or provide a declaration of 'strncat'
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=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE"   smblib.c
smblib.c: In function 'SMBlib_Set_Sock_NoDelay':
smblib.c:94:7: warning: implicit declaration of function 'RFCNB_Set_Sock_NoDelay'; did you mean 'SMBlib_Set_Sock_NoDelay'? [-Wimplicit-function-declaration]
   94 |   if (RFCNB_Set_Sock_NoDelay(Con_Handle -> Trans_Connect, yn) < 0) {
      |       ^~~~~~~~~~~~~~~~~~~~~~
      |       SMBlib_Set_Sock_NoDelay
smblib.c: In function 'SMB_Connect_Server':
smblib.c:145:3: warning: implicit declaration of function 'SMB_Get_My_Name' [-Wimplicit-function-declaration]
  145 |   SMB_Get_My_Name(con -> myname, sizeof(con -> myname));
      |   ^~~~~~~~~~~~~~~
smblib.c:160:17: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration]
  160 |     called[i] = toupper(server[i]);
      |                 ^~~~~~~
smblib.c:37:1: note: include '<ctype.h>' or provide a declaration of 'toupper'
   36 | #include "rfcnb.h"
  +++ |+#include <ctype.h>
   37 | 
smblib.c: In function 'SMB_Connect':
smblib.c:296:7: warning: implicit declaration of function 'SMB_Negotiate' [-Wimplicit-function-declaration]
  296 |   if (SMB_Negotiate(con, SMB_Prots_Restrict) < 0) {
      |       ^~~~~~~~~~~~~
smblib.c: In function 'SMB_Logon_Server':
smblib.c:343:5: warning: implicit declaration of function 'SMBencrypt' [-Wimplicit-function-declaration]
  343 |     SMBencrypt((uchar *) PassWord, (uchar *)Con_Handle -> Encrypt_Key,(uchar *)pword);
      |     ^~~~~~~~~~
smblib.c:494:5: warning: implicit declaration of function 'RFCNB_Free_Pkt'; did you mean 'RFCNB_Alloc_Pkt'? [-Wimplicit-function-declaration]
  494 |     RFCNB_Free_Pkt(pkt);
      |     ^~~~~~~~~~~~~~
      |     RFCNB_Alloc_Pkt
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=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE"   smbencrypt.c
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=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE"   smbdes.c
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=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib64/perl5/CORE"   md4.c
ar cr smbvalid.a valid.o session.o rfcnb-util.o rfcnb-io.o smblib-util.o smblib.o smbencrypt.o smbdes.o md4.o
: smbvalid.a
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Authen-Smb-0.91/smbval'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Authen-Smb-0.91/smbval'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Authen-Smb-0.91/smbval'
Running Mkbootstrap for Smb ()
chmod 644 "Smb.bs"
"/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Smb.bs blib/arch/auto/Authen/Smb/Smb.bs 644
"/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/ExtUtils/typemap'  Smb.xs > Smb.xsc
Please specify prototyping behavior for Smb.xs (see perlxs manual)
mv Smb.xsc Smb.c
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.91\" -DXS_VERSION=\"0.91\" -fPIC "-I/usr/lib64/perl5/CORE"   Smb.c
Smb.c: In function 'XS_Authen__Smb_Valid_User':
Smb.c:308:18: warning: implicit declaration of function 'Valid_User' [-Wimplicit-function-declaration]
  308 |         RETVAL = Valid_User(username, password, server, backup, domain);
      |                  ^~~~~~~~~~
rm -f blib/arch/auto/Authen/Smb/Smb.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  Smb.o  -o blib/arch/auto/Authen/Smb/Smb.so smbval/smbvalid.a \
    -lperl   \
  
chmod 755 blib/arch/auto/Authen/Smb/Smb.so
Manifying 1 pod document
+ make test
"/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Smb.bs blib/arch/auto/Authen/Smb/Smb.bs 644
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Authen-Smb-0.91/smbval'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Authen-Smb-0.91/smbval'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Authen-Smb-0.91/smbval'
make[1]: Nothing to be done for 'test_dynamic'.
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Authen-Smb-0.91/smbval'
PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.34.0" "-Iblib/lib" "-Iblib/arch" test.pl
1..1
ok 1
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yDvWvg
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64
+ cd Authen-Smb-0.91
+ '[' 1 -eq 1 ']'
+ /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64 'INSTALL=/usr/bin/install -p'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Authen-Smb-0.91/smbval'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Authen-Smb-0.91/smbval'
"/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Smb.bs blib/arch/auto/Authen/Smb/Smb.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-Authen-Smb-0.910.0-25.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Authen/Smb/Smb.so
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Authen/Smb/autosplit.ix
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64/usr/lib64/perl5/vendor_perl/Authen/Smb.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64/usr/share/man/man3/Authen::Smb.3pm
Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64/usr/lib64/perl5/perllocal.pod
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.910.0-25.mga9 --unique-debug-suffix -0.910.0-25.mga9.aarch64 --unique-debug-src-base perl-Authen-Smb-0.910.0-25.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Authen-Smb-0.91

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Authen/Smb/Smb.so
objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Authen/Smb/Smb.so'; reason: Permission denied
objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Authen/Smb/Smb.so'; reason: Permission denied
dwz: ./usr/lib64/perl5/vendor_perl/auto/Authen/Smb/Smb.so-0.910.0-25.mga9.aarch64.debug: Unknown debugging section .debug_line_str
original debug info size: 156kB, size after compression: 156kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match.
271 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-Authen-Smb-0.910.0-25.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LfosjM
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Authen-Smb-0.91
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64/usr/share/doc/perl-Authen-Smb
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64/usr/share/doc/perl-Authen-Smb
+ cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64/usr/share/doc/perl-Authen-Smb
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64/usr/share/doc/perl-Authen-Smb
+ 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.
Provides: perl(Authen::Smb) = 0.910.0 perl-Authen-Smb = 0.910.0-25.mga9 perl-Authen-Smb(aarch-64) = 0.910.0-25.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) libc.so.6(GLIBC_2.34)(64bit) libperl.so.5.34()(64bit) perl(AutoLoader) perl(Carp) perl(DynaLoader) perl(Exporter) perl(strict) perl(vars) perl-base >= 2:5.34.0
Processing files: perl-Authen-Smb-debugsource-0.910.0-25.mga9.aarch64
Provides: perl-Authen-Smb-debugsource = 0.910.0-25.mga9 perl-Authen-Smb-debugsource(aarch-64) = 0.910.0-25.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: perl-Authen-Smb-debuginfo-0.910.0-25.mga9.aarch64
Provides: debuginfo(build-id) = 7813e71553072820aaf843e43eca8b8f9298f747 perl-Authen-Smb-debuginfo = 0.910.0-25.mga9 perl-Authen-Smb-debuginfo(aarch-64) = 0.910.0-25.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: perl-Authen-Smb-debugsource(aarch-64) = 0.910.0-25.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Authen-Smb-0.910.0-25.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Authen-Smb-debuginfo-0.910.0-25.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Authen-Smb-debugsource-0.910.0-25.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zcUvF7
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Authen-Smb-0.91
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Authen-Smb-0.910.0-25.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0GTHsG
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf Authen-Smb-0.91
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!