D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/perl-Sereal-Encoder-4.5.0-1.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RnDDgR + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf Sereal-Encoder-4.005 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/Sereal-Encoder-4.005.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Sereal-Encoder-4.005 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.5v3Vqg + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Sereal-Encoder-4.005 + '[' 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 Warning: prerequisite Test::Deep 0 not found. Warning: prerequisite Test::Differences 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sereal::Encoder Writing MYMETA.yml and MYMETA.json + /usr/bin/make cp lib/Sereal/Encoder/Constants.pm blib/lib/Sereal/Encoder/Constants.pm cp lib/Sereal/Encoder.pm blib/lib/Sereal/Encoder.pm make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/Sereal-Encoder-4.005/zstd' compiling static library 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/entropy_common.c common/error_private.c common/fse_decompress.c common/xxhash.c common/zstd_common.c compress/fse_compress.c compress/huf_compress.c compress/zstd_compress.c decompress/huf_decompress.c decompress/zstd_decompress.c In file included from common/fse_decompress.c:63:0: common/bitstream.h: In function 'BIT_initDStream': common/bitstream.h:277:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->bitContainer)*8 - 16); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/bitstream.h:278:13: note: here case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ^~~~ common/bitstream.h:278:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/bitstream.h:279:13: note: here case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ^~~~ common/bitstream.h:279:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/bitstream.h:280:13: note: here case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ^~~~ common/bitstream.h:280:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/bitstream.h:281:13: note: here case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ^~~~ common/bitstream.h:281:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/bitstream.h:282:13: note: here case 2: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[1]) << 8; ^~~~ compress/huf_compress.c: In function 'HUF_compress1X_usingCTable': compress/huf_compress.c:425:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (sizeof((stream)->bitContainer)*8 < HUF_TABLELOG_MAX*4+7) HUF_FLUSHBITS(stream) ^ compress/huf_compress.c:446:18: note: in expansion of macro 'HUF_FLUSHBITS_2' HUF_FLUSHBITS_2(&bitC); ^~~~~~~~~~~~~~~ compress/huf_compress.c:447:9: note: here case 2 : HUF_encodeSymbol(&bitC, ip[n+ 1], CTable); ^~~~ compress/huf_compress.c:422:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (sizeof((stream)->bitContainer)*8 < HUF_TABLELOG_MAX*2+7) HUF_FLUSHBITS(stream) ^ compress/huf_compress.c:448:18: note: in expansion of macro 'HUF_FLUSHBITS_1' HUF_FLUSHBITS_1(&bitC); ^~~~~~~~~~~~~~~ compress/huf_compress.c:449:9: note: here case 1 : HUF_encodeSymbol(&bitC, ip[n+ 0], CTable); ^~~~ compress/zstd_compress.c: In function 'ZSTD_compressStream_generic': compress/zstd_compress.c:3045:28: warning: this statement may fall through [-Wimplicit-fallthrough=] zcs->stage = zcss_flush; /* pass-through to flush stage */ ~~~~~~~~~~~^~~~~~~~~~~~ compress/zstd_compress.c:3048:9: note: here case zcss_flush: ^~~~ In file included from decompress/huf_decompress.c:55:0: ./common/bitstream.h: In function 'BIT_initDStream': ./common/bitstream.h:277:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->bitContainer)*8 - 16); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./common/bitstream.h:278:13: note: here case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ^~~~ ./common/bitstream.h:278:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./common/bitstream.h:279:13: note: here case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ^~~~ ./common/bitstream.h:279:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./common/bitstream.h:280:13: note: here case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ^~~~ ./common/bitstream.h:280:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./common/bitstream.h:281:13: note: here case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ^~~~ ./common/bitstream.h:281:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./common/bitstream.h:282:13: note: here case 2: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[1]) << 8; ^~~~ In file included from ./common/fse.h:278:0, from decompress/zstd_decompress.c:49: ./common/bitstream.h: In function 'BIT_initDStream': ./common/bitstream.h:277:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->bitContainer)*8 - 16); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./common/bitstream.h:278:13: note: here case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ^~~~ ./common/bitstream.h:278:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./common/bitstream.h:279:13: note: here case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ^~~~ ./common/bitstream.h:279:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./common/bitstream.h:280:13: note: here case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ^~~~ ./common/bitstream.h:280:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./common/bitstream.h:281:13: note: here case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ^~~~ ./common/bitstream.h:281:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./common/bitstream.h:282:13: note: here case 2: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[1]) << 8; ^~~~ decompress/zstd_decompress.c: In function 'ZSTD_decompressContinue': decompress/zstd_decompress.c:1531:24: warning: this statement may fall through [-Wimplicit-fallthrough=] dctx->expected = 0; /* not necessary to copy more */ ~~~~~~~~~~~~~~~^~~ decompress/zstd_decompress.c:1533:5: note: here case ZSTDds_decodeFrameHeader: ^~~~ decompress/zstd_decompress.c: In function 'ZSTD_decompressStream': decompress/zstd_decompress.c:2063:24: warning: this statement may fall through [-Wimplicit-fallthrough=] zds->stage = zdss_read; ~~~~~~~~~~~^~~~~~~~~~~ decompress/zstd_decompress.c:2066:9: note: here case zdss_read: ^~~~ decompress/zstd_decompress.c:2086:28: warning: this statement may fall through [-Wimplicit-fallthrough=] zds->stage = zdss_load; ~~~~~~~~~~~^~~~~~~~~~~ decompress/zstd_decompress.c:2090:9: note: here case zdss_load: ^~~~ decompress/zstd_decompress.c:2109:32: warning: this statement may fall through [-Wimplicit-fallthrough=] zds->stage = zdss_flush; ~~~~~~~~~~~^~~~~~~~~~~~ decompress/zstd_decompress.c:2113:9: note: here case zdss_flush: ^~~~ ar rcs libzstd.o *.o make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/Sereal-Encoder-4.005/zstd' Running Mkbootstrap for Encoder () chmod 644 "Encoder.bs" "/usr/bin/perl5.26.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encoder.bs blib/arch/auto/Sereal/Encoder/Encoder.bs 644 "/usr/bin/perl5.26.2" "/usr/lib/perl5/5.26.2/ExtUtils/xsubpp" -typemap '/usr/lib/perl5/5.26.2/ExtUtils/typemap' -typemap '/home/pterjan/rpmbuild/BUILD/Sereal-Encoder-4.005/typemap' Encoder.xs > Encoder.xsc mv Encoder.xsc Encoder.c 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 -O3 -Werror=declaration-after-statement -DVERSION=\"4.005\" -DXS_VERSION=\"4.005\" -fPIC "-I/usr/lib/perl5/5.26.2/x86_64-linux-thread-multi/CORE" -DNDEBUG -DHAVE_BUILTIN_CTZ Encoder.c 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 -O3 -Werror=declaration-after-statement -DVERSION=\"4.005\" -DXS_VERSION=\"4.005\" -fPIC "-I/usr/lib/perl5/5.26.2/x86_64-linux-thread-multi/CORE" -DNDEBUG -DHAVE_BUILTIN_CTZ srl_encoder.c 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 -O3 -Werror=declaration-after-statement -DVERSION=\"4.005\" -DXS_VERSION=\"4.005\" -fPIC "-I/usr/lib/perl5/5.26.2/x86_64-linux-thread-multi/CORE" -DNDEBUG -DHAVE_BUILTIN_CTZ miniz.c rm -f blib/arch/auto/Sereal/Encoder/Encoder.so gcc -lpthread -shared -L/usr/local/lib64 -fstack-protector-strong Encoder.o srl_encoder.o miniz.o zstd/libzstd.o -o blib/arch/auto/Sereal/Encoder/Encoder.so \ -lperl \ chmod 755 blib/arch/auto/Sereal/Encoder/Encoder.so Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.13wEQ4 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64 + cd Sereal-Encoder-4.005 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64 'INSTALL=/usr/bin/install -p' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/Sereal-Encoder-4.005/zstd' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/Sereal-Encoder-4.005/zstd' "/usr/bin/perl5.26.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encoder.bs blib/arch/auto/Sereal/Encoder/Encoder.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64/usr/lib/perl5/vendor_perl/5.26.2/x86_64-linux-thread-multi/auto/Sereal/Encoder/Encoder.so Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64/usr/lib/perl5/vendor_perl/5.26.2/x86_64-linux-thread-multi/Sereal/Encoder.pm Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64/usr/lib/perl5/vendor_perl/5.26.2/x86_64-linux-thread-multi/Sereal/Encoder/Constants.pm Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64/usr/share/man/man3/Sereal::Encoder.3pm Appending installation info to /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64/usr/lib/perl5/5.26.2/x86_64-linux-thread-multi/perllocal.pod + /usr/lib/rpm/find-debuginfo.sh -j4 -m -i --build-id-seed 4.5.0-1.mga7 --unique-debug-suffix -4.5.0-1.mga7.x86_64 --unique-debug-src-base perl-Sereal-Encoder-4.5.0-1.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/Sereal-Encoder-4.005 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64/usr/lib/perl5/vendor_perl/5.26.2/x86_64-linux-thread-multi/auto/Sereal/Encoder/Encoder.so objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64/usr/lib/perl5/vendor_perl/5.26.2/x86_64-linux-thread-multi/auto/Sereal/Encoder/Encoder.so'; reason: Permission denied /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1264 blocks + '[' -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/translate_menu + '[' -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_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.d5nLxU + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Sereal-Encoder-4.005 + '[' 1 -eq 1 ']' + /usr/bin/make test "/usr/bin/perl5.26.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encoder.bs blib/arch/auto/Sereal/Encoder/Encoder.bs 644 make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/Sereal-Encoder-4.005/zstd' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/Sereal-Encoder-4.005/zstd' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/Sereal-Encoder-4.005/zstd' make[1]: Nothing to be done for 'test_dynamic'. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/Sereal-Encoder-4.005/zstd' PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.26.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*/*.t t/001_load.t .................................. ok t/002_constants.t ............................. ok # Testing with both encoder and decoder. # Sereal::Decoder v4.005 # Sereal::Encoder v4.005 t/002_have_enc_and_dec.t ...................... ok t/003_ptable.t ................................ ok t/004_testset.t ............................... ok t/005_flags.t ................................. ok t/010_desperate.t ............................. ok t/011_aliased_dedupe.t ........................ ok t/020_sort_keys.t ............................. ok t/021_sort_keys_option.t ...................... ok t/022_canonical_refs.t ........................ ok t/030_canonical_vs_test_deep.t ................ skipped: We are skipping all our tests because we don't have a suitable Test::Deep here, got error: Can't locate Test/Deep/NoTest.pm in @INC (you may need to install the Test::Deep::NoTest module) (@INC contains: t/lib /home/pterjan/rpmbuild/BUILD/Sereal-Encoder-4.005/blib/lib /home/pterjan/rpmbuild/BUILD/Sereal-Encoder-4.005/blib/arch /usr/lib/perl5/site_perl/5.26.2/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.26.2 /usr/lib/perl5/vendor_perl/5.26.2/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.26.2 /usr/lib/perl5/5.26.2/x86_64-linux-thread-multi /usr/lib/perl5/5.26.2 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.26.1 /usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.26.0 /usr/lib/perl5/vendor_perl/5.22.3 /usr/lib/perl5/vendor_perl/5.22.2 /usr/lib/perl5/vendor_perl .) at t/030_canonical_vs_test_deep.t line 38. t/040_tied_hash.t ............................. ok t/110_nobless.t ............................... ok t/120_hdr_data.t .............................. ok t/130_freezethaw.t ............................ ok t/160_recursion.t ............................. ok t/170_cyclic_weakrefs.t ....................... ok t/180_magic_array.t ........................... ok t/200_bulk.t .................................. ok t/300_fail.t .................................. ok t/400_evil.t .................................. ok t/700_roundtrip/v1/plain.t .................... ok t/700_roundtrip/v1/plain_canon.t .............. ok t/700_roundtrip/v1/snappy.t ................... ok t/700_roundtrip/v1/snappy_canon.t ............. ok t/700_roundtrip/v2/dedudep_strings.t .......... ok t/700_roundtrip/v2/freeze_thaw.t .............. ok t/700_roundtrip/v2/plain.t .................... ok t/700_roundtrip/v2/plain_canon.t .............. ok t/700_roundtrip/v2/readonly.t ................. ok t/700_roundtrip/v2/snappy.t ................... ok t/700_roundtrip/v2/snappy_canon.t ............. ok t/700_roundtrip/v2/snappy_incr.t .............. ok t/700_roundtrip/v2/snappy_incr_canon.t ........ ok t/700_roundtrip/v2/sort_keys.t ................ ok t/700_roundtrip/v3/dedudep_strings.t .......... ok t/700_roundtrip/v3/freeze_thaw.t .............. ok t/700_roundtrip/v3/plain.t .................... ok t/700_roundtrip/v3/plain_canon.t .............. ok t/700_roundtrip/v3/readonly.t ................. ok t/700_roundtrip/v3/snappy.t ................... ok t/700_roundtrip/v3/snappy_canon.t ............. ok t/700_roundtrip/v3/snappy_incr.t .............. ok t/700_roundtrip/v3/snappy_incr_canon.t ........ ok t/700_roundtrip/v3/sort_keys.t ................ ok t/700_roundtrip/v3/sort_keys_perl.t ........... ok t/700_roundtrip/v3/sort_keys_perl_rev.t ....... ok t/700_roundtrip/v3/zlib.t ..................... ok t/700_roundtrip/v3/zlib_force.t ............... ok t/700_roundtrip/v4/dedudep_strings.t .......... ok t/700_roundtrip/v4/freeze_thaw.t .............. ok t/700_roundtrip/v4/plain.t .................... ok t/700_roundtrip/v4/plain_canon.t .............. ok t/700_roundtrip/v4/readonly.t ................. ok t/700_roundtrip/v4/snappy.t ................... ok t/700_roundtrip/v4/snappy_and_warn_unknown.t .. ok t/700_roundtrip/v4/snappy_canon.t ............. ok t/700_roundtrip/v4/snappy_incr.t .............. ok t/700_roundtrip/v4/snappy_incr_canon.t ........ ok t/700_roundtrip/v4/sort_keys.t ................ ok t/700_roundtrip/v4/sort_keys_perl.t ........... ok t/700_roundtrip/v4/sort_keys_perl_rev.t ....... ok t/700_roundtrip/v4/zlib.t ..................... ok t/700_roundtrip/v4/zlib_force.t ............... ok t/700_roundtrip/v4/zstd.t ..................... ok t/700_roundtrip/v4/zstd_force.t ............... ok t/800_threads.t ............................... ok t/900_reentrancy.t ............................ ok All tests successful. Files=69, Tests=294309, 104 wallclock secs (30.81 usr 1.52 sys + 98.57 cusr 3.23 csys = 134.13 CPU) Result: PASS + exit 0 Processing files: perl-Sereal-Encoder-4.5.0-1.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.zoVsiq + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Sereal-Encoder-4.005 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64/usr/share/doc/perl-Sereal-Encoder + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64/usr/share/doc/perl-Sereal-Encoder + cp -pr Changes /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64/usr/share/doc/perl-Sereal-Encoder + cp -pr INSTALL /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64/usr/share/doc/perl-Sereal-Encoder + cp -pr META.json /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64/usr/share/doc/perl-Sereal-Encoder + cp -pr META.yml /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64/usr/share/doc/perl-Sereal-Encoder + cp -pr MYMETA.yml /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64/usr/share/doc/perl-Sereal-Encoder + exit 0 Provides: perl(Sereal::Encoder) = 4.5.0 perl(Sereal::Encoder::Constants) = 4.5.0 perl-Sereal-Encoder = 4.5.0-1.mga7 perl-Sereal-Encoder(x86-64) = 4.5.0-1.mga7 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.26()(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.26.2 Processing files: perl-Sereal-Encoder-debugsource-4.5.0-1.mga7.x86_64 Provides: perl-Sereal-Encoder-debugsource = 4.5.0-1.mga7 perl-Sereal-Encoder-debugsource(x86-64) = 4.5.0-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Sereal-Encoder-debuginfo-4.5.0-1.mga7.x86_64 Provides: debuginfo(build-id) = c1b782773ad39c975899df674c5a3d527338301a perl-Sereal-Encoder-debuginfo = 4.5.0-1.mga7 perl-Sereal-Encoder-debuginfo(x86-64) = 4.5.0-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Sereal-Encoder-debugsource(x86-64) = 4.5.0-1.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Sereal-Encoder-debugsource-4.5.0-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Sereal-Encoder-debuginfo-4.5.0-1.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.V39XhY + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Sereal-Encoder-4.005 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-Sereal-Encoder-4.5.0-1.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.bjZRiw + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf Sereal-Encoder-4.005 + exit 0 D: [iurt_root_command] Success!