D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-CBOR-XS-1.830.0-1.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MqK2kk + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf CBOR-XS-1.83 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/CBOR-XS-1.83.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd CBOR-XS-1.83 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/CBOR-XS-1.41-Cast-char-and-U8-where-needed.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xnLCpk + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd CBOR-XS-1.83 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 'OPTIMIZE=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.032000, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by CBOR::XS. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by CBOR::XS, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of CBOR::XS with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for CBOR::XS Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 cp XS.pm blib/lib/CBOR/XS.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/CBOR/XS/XS.bs 644 "/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/CBOR-XS-1.83/typemap' XS.xs > XS.xsc mv XS.xsc XS.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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DVERSION=\"1.83\" -DXS_VERSION=\"1.83\" -fPIC "-I/usr/lib64/perl5/CORE" XS.c XS.xs: In function 'decode_cbor': XS.xs:1475:14: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 1475 | croak ("%s, at offset %d (octet 0x%02x)", dec.err, dec.cur - (U8 *)data, (int)(uint8_t)*dec.cur); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ | | | long int rm -f blib/arch/auto/CBOR/XS/XS.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 XS.o -o blib/arch/auto/CBOR/XS/XS.so \ -lperl \ chmod 755 blib/arch/auto/CBOR/XS/XS.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QfROHk + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64 + cd CBOR-XS-1.83 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/CBOR/XS/XS.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-CBOR-XS-1.830.0-1.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/CBOR/XS/XS.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64/usr/lib64/perl5/vendor_perl/CBOR/XS.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64/usr/share/man/man3/CBOR::XS.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64/usr/lib64/perl5/perllocal.pod + find /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64 -name '*.bs' -size 0 -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64/usr + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.830.0-1.mga8 --unique-debug-suffix -1.830.0-1.mga8.aarch64 --unique-debug-src-base perl-CBOR-XS-1.830.0-1.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/CBOR-XS-1.83 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/CBOR/XS/XS.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/CBOR/XS/XS.so original debug info size: 236kB, size after compression: 232kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 302 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.iFsFNk + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd CBOR-XS-1.83 + '[' 1 -eq 1 ']' + make test "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/CBOR/XS/XS.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 t/00_load.t ..... ok t/50_rfc.t ...... ok t/51_types.t .... ok t/52_object.t ... ok t/53_bignum.t ... ok t/54_sharing.t .. ok t/55_utf8.t ..... ok t/56_filter.t ... ok t/57_incr.t ..... ok t/58_hv.t ....... ok t/99_binary.t ... ok All tests successful. Files=11, Tests=6541, 2 wallclock secs ( 0.77 usr 0.05 sys + 1.32 cusr 0.11 csys = 2.25 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-CBOR-XS-1.830.0-1.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ueI1pj + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd CBOR-XS-1.83 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64/usr/share/doc/perl-CBOR-XS + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64/usr/share/doc/perl-CBOR-XS + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64/usr/share/doc/perl-CBOR-XS + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64/usr/share/doc/perl-CBOR-XS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Y56JNk + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd CBOR-XS-1.83 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64/usr/share/licenses/perl-CBOR-XS + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64/usr/share/licenses/perl-CBOR-XS + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64/usr/share/licenses/perl-CBOR-XS + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(CBOR::XS) = 1.830.0 perl-CBOR-XS = 1.830.0-1.mga8 perl-CBOR-XS(aarch-64) = 1.830.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.17)(64bit) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) perl(Exporter) perl(Types::Serialiser) perl(XSLoader) perl(common::sense) perl-base >= 2:5.32.0 Processing files: perl-CBOR-XS-debugsource-1.830.0-1.mga8.aarch64 Provides: perl-CBOR-XS-debugsource = 1.830.0-1.mga8 perl-CBOR-XS-debugsource(aarch-64) = 1.830.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-CBOR-XS-debuginfo-1.830.0-1.mga8.aarch64 Provides: debuginfo(build-id) = ed0c24076c63b63810a0f90d4feccc2200ac4676 perl-CBOR-XS-debuginfo = 1.830.0-1.mga8 perl-CBOR-XS-debuginfo(aarch-64) = 1.830.0-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-CBOR-XS-debugsource(aarch-64) = 1.830.0-1.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-CBOR-XS-1.830.0-1.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-CBOR-XS-debugsource-1.830.0-1.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-CBOR-XS-debuginfo-1.830.0-1.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.k8TPBj + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd CBOR-XS-1.83 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-CBOR-XS-1.830.0-1.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JWDVri + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf CBOR-XS-1.83 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!