D: [iurt_root_command] chroot
warning: Macro expanded in comment on line 14: %{upstream_name}-%{upstream_version}.tar.gz

Installing /home/iurt/rpmbuild/SRPMS/perl-Sereal-Decoder-4.18.0-1.mga8.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BYSv05
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf Sereal-Decoder-4.018
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Sereal-Decoder-4.018.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd Sereal-Decoder-4.018
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ sed -i s/-O3/-O2/ inc/Sereal/BuildTools.pm
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hIv0f6
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Sereal-Decoder-4.018
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
Using bundled csnappy code
Using bundled miniz code
Using bundled zstd code
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Sereal::Decoder
Writing MYMETA.yml and MYMETA.json
+ make
cp lib/Sereal/Decoder/Constants.pm blib/lib/Sereal/Decoder/Constants.pm
cp lib/Sereal/Decoder.pm blib/lib/Sereal/Decoder.pm
cp lib/Sereal/Performance.pm blib/lib/Sereal/Performance.pm
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Sereal-Decoder-4.018/zstd'
compiling static library
x86_64-mageia-linux-gnu-gcc -I. -I./common -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -O3 -fPIC -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith  -c common/debug.c common/entropy_common.c common/error_private.c common/fse_decompress.c common/pool.c common/threading.c common/xxhash.c common/zstd_common.c compress/fse_compress.c compress/hist.c compress/huf_compress.c compress/zstd_compress.c compress/zstd_compress_literals.c compress/zstd_compress_sequences.c compress/zstd_compress_superblock.c compress/zstd_double_fast.c compress/zstd_fast.c compress/zstd_lazy.c compress/zstd_ldm.c compress/zstd_opt.c compress/zstdmt_compress.c decompress/huf_decompress.c decompress/zstd_ddict.c decompress/zstd_decompress.c decompress/zstd_decompress_block.c
compress/zstd_compress.c: In function 'ZSTD_loadCEntropy':
compress/zstd_compress.c:2913:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
 2913 |         size_t const hufHeaderSize = HUF_readCTable((HUF_CElt*)bs->entropy.huf.CTable, &maxSymbolValue, dictPtr,
      |                                                                ^~
compress/zstd_compress_literals.c: In function 'ZSTD_compressLiterals':
compress/zstd_compress_literals.c:108:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
  108 |                 (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2) :
      |                            ^~~~~~~
compress/zstd_compress_literals.c:112:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
  112 |                 (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2);
      |                            ^~~~~~~
compress/zstd_compress_superblock.c: In function 'ZSTD_buildSuperBlockEntropy_literal':
compress/zstd_compress_superblock.c:116:76: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
  116 |     if (repeat == HUF_repeat_check && !HUF_validateCTable((HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue)) {
      |                                                                            ^~~~~~~
compress/zstd_compress_superblock.c:123:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
  123 |     {   size_t const maxBits = HUF_buildCTable_wksp((HUF_CElt*)nextHuf->CTable, countWksp,
      |                                                                ^~~~~~~
compress/zstd_compress_superblock.c:130:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
  130 |                     (HUF_CElt*)nextHuf->CTable, countWksp, maxSymbolValue);
      |                                ^~~~~~~
compress/zstd_compress_superblock.c:133:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
  133 |                     (HUF_CElt*)nextHuf->CTable, maxSymbolValue, huffLog);
      |                                ^~~~~~~
compress/zstd_compress_superblock.c:137:42: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
  137 |                         (HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue);
      |                                          ^~~~~~~
compress/zstd_compress_superblock.c: In function 'ZSTD_compressSubBlock':
compress/zstd_compress_superblock.c:553:74: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
  553 |     {   size_t cLitSize = ZSTD_compressSubBlock_literal((const HUF_CElt*)entropy->huf.CTable,
      |                                                                          ^~~~~~~
compress/zstd_compress_superblock.c: In function 'ZSTD_estimateSubBlockSize_literal':
compress/zstd_compress_superblock.c:594:83: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
  594 |         {   size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, maxSymbolValue);
      |                                                                                   ^~~
ar rcs libzstd.o *.o
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Sereal-Decoder-4.018/zstd'
Running Mkbootstrap for Decoder ()
chmod 644 "Decoder.bs"
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Decoder.bs blib/arch/auto/Sereal/Decoder/Decoder.bs 644
"/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Sereal-Decoder-4.018/typemap'  Decoder.xs > Decoder.xsc
mv Decoder.xsc Decoder.c
x86_64-mageia-linux-gnu-gcc -c  -I. -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 -Werror=declaration-after-statement    -DVERSION=\"4.018\" -DXS_VERSION=\"4.018\" -fPIC "-I/usr/lib64/perl5/CORE"  -DNDEBUG Decoder.c
x86_64-mageia-linux-gnu-gcc -c  -I. -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 -Werror=declaration-after-statement    -DVERSION=\"4.018\" -DXS_VERSION=\"4.018\" -fPIC "-I/usr/lib64/perl5/CORE"  -DNDEBUG srl_decoder.c
x86_64-mageia-linux-gnu-gcc -c  -I. -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 -Werror=declaration-after-statement    -DVERSION=\"4.018\" -DXS_VERSION=\"4.018\" -fPIC "-I/usr/lib64/perl5/CORE"  -DNDEBUG miniz.c
rm -f blib/arch/auto/Sereal/Decoder/Decoder.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  Decoder.o srl_decoder.o miniz.o zstd/libzstd.o  -o blib/arch/auto/Sereal/Decoder/Decoder.so  \
    -lperl   \
  
chmod 755 blib/arch/auto/Sereal/Decoder/Decoder.so
Manifying 2 pod documents
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rAPpF7
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64
++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64
+ cd Sereal-Decoder-4.018
+ '[' 1 -eq 1 ']'
+ /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64 'INSTALL=/usr/bin/install -p'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Sereal-Decoder-4.018/zstd'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Sereal-Decoder-4.018/zstd'
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Decoder.bs blib/arch/auto/Sereal/Decoder/Decoder.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-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Sereal/Decoder/Decoder.so
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/Sereal/Performance.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/Sereal/Decoder.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/Sereal/Decoder/Constants.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/share/man/man3/Sereal::Performance.3pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/share/man/man3/Sereal::Decoder.3pm
Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/lib64/perl5/perllocal.pod
+ /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 4.18.0-1.mga8 --unique-debug-suffix -4.18.0-1.mga8.x86_64 --unique-debug-src-base perl-Sereal-Decoder-4.18.0-1.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Sereal-Decoder-4.018

explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Sereal/Decoder/Decoder.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Sereal/Decoder/Decoder.so
objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Sereal/Decoder/Decoder.so'; reason: Permission denied
objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Sereal/Decoder/Decoder.so'; reason: Permission denied
original debug info size: 728kB, size after compression: 692kB
/usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
1391 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.9RRZN6
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Sereal-Decoder-4.018
+ '[' 1 -eq 1 ']'
+ /usr/bin/make test
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Decoder.bs blib/arch/auto/Sereal/Decoder/Decoder.bs 644
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Sereal-Decoder-4.018/zstd'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Sereal-Decoder-4.018/zstd'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Sereal-Decoder-4.018/zstd'
make[1]: Nothing to be done for 'test_dynamic'.
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Sereal-Decoder-4.018/zstd'
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/*/*/*.t
# Perl Regexp Internals Type = MODERN_REGEXP
t/001_load.t .................................. ok
t/002_have_enc_and_dec.t ...................... skipped: Must have both encoder and decoder to run this test.
t/004_testset.t ............................... ok
t/005_flags.t ................................. skipped: Did not find right version of encoder/decoder
t/010_desperate.t ............................. ok
t/020_incremental.t ........................... ok
t/030_looks_like_sereal.t ..................... ok
t/040_special_vars.t .......................... skipped: Did not find right version of encoder
t/060_each.t .................................. skipped: Did not find right version of encoder
t/070_alias_options.t ......................... skipped: Did not find right version of encoder
t/071_alias_reserealize.t ..................... skipped: Did not find right version of encoder
t/080_set_readonly.t .......................... skipped: Did not find right version of encoder
t/110_nobless.t ............................... skipped: Did not find right version of encoder
t/150_dec_exception.t ......................... ok
t/155_zipbomb.t ............................... skipped: Did not find right version of encoder
t/160_recursion.t ............................. ok
t/190_customop.t .............................. ok
t/200_bulk.t .................................. skipped: Did not find right version of encoder
t/210_bulk_readonly.t ......................... skipped: Did not find right version of encoder
t/300_overload.t .............................. skipped: Did not find right version of encoder
t/400_evil.t .................................. skipped: Did not find right version of decoder
t/400_utf8validate.t .......................... ok
t/500_utf8decoding.t .......................... skipped: Did not find right version of encoder
t/550_decode_into.t ........................... ok
t/700_roundtrip/v1/plain.t .................... skipped: Did not find right version of encoder
t/700_roundtrip/v1/plain_canon.t .............. skipped: Did not find right version of encoder (want 3.001006)
t/700_roundtrip/v1/snappy.t ................... skipped: Did not find right version of encoder
t/700_roundtrip/v1/snappy_canon.t ............. skipped: Did not find right version of encoder (want 3.001006)
t/700_roundtrip/v2/dedudep_strings.t .......... skipped: Did not find right version of encoder
t/700_roundtrip/v2/freeze_thaw.t .............. skipped: Did not find right version of encoder
t/700_roundtrip/v2/plain.t .................... skipped: Did not find right version of encoder
t/700_roundtrip/v2/plain_canon.t .............. skipped: Did not find right version of encoder (want 3.001006)
t/700_roundtrip/v2/readonly.t ................. skipped: Did not find right version of encoder
t/700_roundtrip/v2/snappy.t ................... skipped: Did not find right version of encoder
t/700_roundtrip/v2/snappy_canon.t ............. skipped: Did not find right version of encoder (want 3.001006)
t/700_roundtrip/v2/snappy_incr.t .............. skipped: Did not find right version of encoder
t/700_roundtrip/v2/snappy_incr_canon.t ........ skipped: Did not find right version of encoder (want 3.001006)
t/700_roundtrip/v2/sort_keys.t ................ skipped: Did not find right version of encoder
t/700_roundtrip/v3/dedudep_strings.t .......... skipped: Did not find right version of encoder
t/700_roundtrip/v3/freeze_thaw.t .............. skipped: Did not find right version of encoder
t/700_roundtrip/v3/plain.t .................... skipped: Did not find right version of encoder
t/700_roundtrip/v3/plain_canon.t .............. skipped: Did not find right version of encoder (want 3.001006)
t/700_roundtrip/v3/readonly.t ................. skipped: Did not find right version of encoder
t/700_roundtrip/v3/snappy.t ................... skipped: Did not find right version of encoder
t/700_roundtrip/v3/snappy_canon.t ............. skipped: Did not find right version of encoder (want 3.001006)
t/700_roundtrip/v3/snappy_incr.t .............. skipped: Did not find right version of encoder
t/700_roundtrip/v3/snappy_incr_canon.t ........ skipped: Did not find right version of encoder (want 3.001006)
t/700_roundtrip/v3/sort_keys.t ................ skipped: Did not find right version of encoder
t/700_roundtrip/v3/sort_keys_perl.t ........... skipped: Did not find right version of encoder
t/700_roundtrip/v3/sort_keys_perl_rev.t ....... skipped: Did not find right version of encoder
t/700_roundtrip/v3/zlib.t ..................... skipped: Did not find right version of encoder
t/700_roundtrip/v3/zlib_force.t ............... skipped: Did not find right version of encoder
t/700_roundtrip/v4/dedudep_strings.t .......... skipped: Did not find right version of encoder
t/700_roundtrip/v4/freeze_thaw.t .............. skipped: Did not find right version of encoder
t/700_roundtrip/v4/plain.t .................... skipped: Did not find right version of encoder
t/700_roundtrip/v4/plain_canon.t .............. skipped: Did not find right version of encoder (want 3.001006)
t/700_roundtrip/v4/readonly.t ................. skipped: Did not find right version of encoder
t/700_roundtrip/v4/snappy.t ................... skipped: Did not find right version of encoder
t/700_roundtrip/v4/snappy_and_warn_unknown.t .. skipped: Did not find right version of encoder
t/700_roundtrip/v4/snappy_canon.t ............. skipped: Did not find right version of encoder (want 3.001006)
t/700_roundtrip/v4/snappy_incr.t .............. skipped: Did not find right version of encoder
t/700_roundtrip/v4/snappy_incr_canon.t ........ skipped: Did not find right version of encoder (want 3.001006)
t/700_roundtrip/v4/sort_keys.t ................ skipped: Did not find right version of encoder
t/700_roundtrip/v4/sort_keys_perl.t ........... skipped: Did not find right version of encoder
t/700_roundtrip/v4/sort_keys_perl_rev.t ....... skipped: Did not find right version of encoder
t/700_roundtrip/v4/zlib.t ..................... skipped: Did not find right version of encoder
t/700_roundtrip/v4/zlib_force.t ............... skipped: Did not find right version of encoder
t/700_roundtrip/v4/zstd.t ..................... skipped: Did not find right version of encoder
t/700_roundtrip/v4/zstd_force.t ............... skipped: Did not find right version of encoder
t/800_threads.t ............................... ok
t/900_regr_issue_15.t ......................... ok
t/901_regr_segv.t ............................. ok
t/902_bad_input.t ............................. ok
t/903_reentrancy.t ............................ ok
All tests successful.
Files=74, Tests=737, 13 wallclock secs ( 0.40 usr  0.12 sys + 10.62 cusr  1.36 csys = 12.50 CPU)
Result: PASS
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: perl-Sereal-Decoder-4.18.0-1.mga8.x86_64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.WxRf94
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Sereal-Decoder-4.018
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/share/doc/perl-Sereal-Decoder
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/share/doc/perl-Sereal-Decoder
+ cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/share/doc/perl-Sereal-Decoder
+ cp -pr INSTALL /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/share/doc/perl-Sereal-Decoder
+ cp -pr META.json /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/share/doc/perl-Sereal-Decoder
+ cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/share/doc/perl-Sereal-Decoder
+ cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64/usr/share/doc/perl-Sereal-Decoder
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: perl(Sereal::Decoder) = 4.18.0 perl(Sereal::Decoder::Constants) = 4.18.0 perl(Sereal::Performance) perl-Sereal-Decoder = 4.18.0-1.mga8 perl-Sereal-Decoder(x86-64) = 4.18.0-1.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.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) perl >= 0:5.008 perl(Carp) perl(Exporter) perl(XSLoader) perl(constant) perl(strict) perl(warnings) perl-base >= 2:5.32.0
Processing files: perl-Sereal-Decoder-debugsource-4.18.0-1.mga8.x86_64
Provides: perl-Sereal-Decoder-debugsource = 4.18.0-1.mga8 perl-Sereal-Decoder-debugsource(x86-64) = 4.18.0-1.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: perl-Sereal-Decoder-debuginfo-4.18.0-1.mga8.x86_64
Provides: debuginfo(build-id) = cfd92b4cd2490778cf2dfd78d21d3f8c6c20baf8 perl-Sereal-Decoder-debuginfo = 4.18.0-1.mga8 perl-Sereal-Decoder-debuginfo(x86-64) = 4.18.0-1.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: perl-Sereal-Decoder-debugsource(x86-64) = 4.18.0-1.mga8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Sereal-Decoder-debugsource-4.18.0-1.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Sereal-Decoder-debuginfo-4.18.0-1.mga8.x86_64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.UVPIc7
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Sereal-Decoder-4.018
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Sereal-Decoder-4.18.0-1.mga8.x86_64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.reGMN8
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf Sereal-Decoder-4.018
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!