D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-Digest-GOST-0.60.0-12.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.H071OA + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Digest-GOST-0.06 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Digest-GOST-0.06.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Digest-GOST-0.06 + /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.x07cyz + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Digest-GOST-0.06 + '[' 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 Digest::GOST Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 Running Mkbootstrap for GOST () chmod 644 "GOST.bs" "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- GOST.bs blib/arch/auto/Digest/GOST/GOST.bs 644 cp lib/Digest/GOST/CryptoPro.pm blib/lib/Digest/GOST/CryptoPro.pm cp lib/Digest/GOST.pm blib/lib/Digest/GOST.pm "/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Digest-GOST-0.06/typemap' GOST.xs > GOST.xsc mv GOST.xsc GOST.c aarch64-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 -g -DVERSION=\"0.06\" -DXS_VERSION=\"0.06\" -fPIC "-I/usr/lib64/perl5/CORE" GOST.c In file included from src/gost.c:16, from GOST.xs:8: src/byte_order.h:160: warning: "ROTL32" redefined 160 | #define ROTL32(dword, n) ((dword) << (n) ^ ((dword) >> (32 - (n)))) | In file included from /usr/lib64/perl5/CORE/hv_func.h:55, from /usr/lib64/perl5/CORE/hv.h:663, from /usr/lib64/perl5/CORE/perl.h:3918, from GOST.xs:4: /usr/lib64/perl5/CORE/stadtx_hash.h:55: note: this is the location of the previous definition 55 | #define ROTL32(x,r) (((U32)(x) << (r)) | ((U32)(x) >> (32 - (r)))) | In file included from src/gost.c:16, from GOST.xs:8: src/byte_order.h:161: warning: "ROTR32" redefined 161 | #define ROTR32(dword, n) ((dword) >> (n) ^ ((dword) << (32 - (n)))) | In file included from /usr/lib64/perl5/CORE/hv_func.h:55, from /usr/lib64/perl5/CORE/hv.h:663, from /usr/lib64/perl5/CORE/perl.h:3918, from GOST.xs:4: /usr/lib64/perl5/CORE/stadtx_hash.h:56: note: this is the location of the previous definition 56 | #define ROTR32(x,r) (((U32)(x) << (32 - (r))) | ((U32)(x) >> (r))) | In file included from src/gost.c:16, from GOST.xs:8: src/byte_order.h:162: warning: "ROTL64" redefined 162 | #define ROTL64(qword, n) ((qword) << (n) ^ ((qword) >> (64 - (n)))) | In file included from /usr/lib64/perl5/CORE/hv_func.h:55, from /usr/lib64/perl5/CORE/hv.h:663, from /usr/lib64/perl5/CORE/perl.h:3918, from GOST.xs:4: /usr/lib64/perl5/CORE/stadtx_hash.h:57: note: this is the location of the previous definition 57 | #define ROTL64(x,r) ( ( (U64)(x) << (r) ) | ( (U64)(x) >> ( 64 - (r) ) ) ) | In file included from src/gost.c:16, from GOST.xs:8: src/byte_order.h:163: warning: "ROTR64" redefined 163 | #define ROTR64(qword, n) ((qword) >> (n) ^ ((qword) << (64 - (n)))) | In file included from /usr/lib64/perl5/CORE/hv_func.h:55, from /usr/lib64/perl5/CORE/hv.h:663, from /usr/lib64/perl5/CORE/perl.h:3918, from GOST.xs:4: /usr/lib64/perl5/CORE/stadtx_hash.h:58: note: this is the location of the previous definition 58 | #define ROTR64(x,r) ( ( (U64)(x) << ( 64 - (r) ) ) | ( (U64)(x) >> (r) ) ) | rm -f blib/arch/auto/Digest/GOST/GOST.so aarch64-mageia-linux-gnu-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 GOST.o -o blib/arch/auto/Digest/GOST/GOST.so \ -lperl \ chmod 755 blib/arch/auto/Digest/GOST/GOST.so Manifying 2 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Wxx5TB + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64 + cd Digest-GOST-0.06 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- GOST.bs blib/arch/auto/Digest/GOST/GOST.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Digest/GOST/GOST.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/lib64/perl5/vendor_perl/Digest/GOST.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/lib64/perl5/vendor_perl/Digest/GOST/CryptoPro.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/share/man/man3/Digest::GOST.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/share/man/man3/Digest::GOST::CryptoPro.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/lib64/perl5/perllocal.pod + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.60.0-12.mga8 --unique-debug-suffix -0.60.0-12.mga8.aarch64 --unique-debug-src-base perl-Digest-GOST-0.60.0-12.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Digest-GOST-0.06 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Digest/GOST/GOST.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Digest/GOST/GOST.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Digest/GOST/GOST.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Digest/GOST/GOST.so'; reason: Permission denied original debug info size: 120kB, size after compression: 120kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 121 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.ea9xmB + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Digest-GOST-0.06 + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 test "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- GOST.bs blib/arch/auto/Digest/GOST/GOST.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 # Testing Digest::GOST 0.06 t/00_load.t ......... ok t/01_new.t .......... ok t/gost_cryptopro.t .. ok t/gost_test.t ....... ok All tests successful. Files=4, Tests=78, 1 wallclock secs ( 0.06 usr 0.02 sys + 0.65 cusr 0.16 csys = 0.89 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Digest-GOST-0.60.0-12.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MpB9SC + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Digest-GOST-0.06 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/share/doc/perl-Digest-GOST + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/share/doc/perl-Digest-GOST + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/share/doc/perl-Digest-GOST + cp -pr META.json /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/share/doc/perl-Digest-GOST + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/share/doc/perl-Digest-GOST + cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/share/doc/perl-Digest-GOST + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64/usr/share/doc/perl-Digest-GOST + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Digest::GOST) = 0.60.0 perl(Digest::GOST::CryptoPro) perl-Digest-GOST = 0.60.0-12.mga8 perl-Digest-GOST(aarch-64) = 0.60.0-12.mga8 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) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) perl(Digest) perl(Digest::GOST) perl(Digest::base) perl(Exporter) perl(XSLoader) perl(parent) perl(strict) perl(warnings) perl-base >= 2:5.32.0 Processing files: perl-Digest-GOST-debugsource-0.60.0-12.mga8.aarch64 Provides: perl-Digest-GOST-debugsource = 0.60.0-12.mga8 perl-Digest-GOST-debugsource(aarch-64) = 0.60.0-12.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Digest-GOST-debuginfo-0.60.0-12.mga8.aarch64 Provides: debuginfo(build-id) = d14de9c2e747f9119e8d5eec97f71a71d1cfdac9 perl-Digest-GOST-debuginfo = 0.60.0-12.mga8 perl-Digest-GOST-debuginfo(aarch-64) = 0.60.0-12.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Digest-GOST-debugsource(aarch-64) = 0.60.0-12.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Digest-GOST-0.60.0-12.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Digest-GOST-debugsource-0.60.0-12.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Digest-GOST-debuginfo-0.60.0-12.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ob2haD + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Digest-GOST-0.06 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Digest-GOST-0.60.0-12.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yfHMvC + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Digest-GOST-0.06 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!