Mock Version: 2.3 Mock Version: 2.3 Mock Version: 2.3 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/perl-Storable.spec'], chrootPath='/var/lib/mock/f33-build-21852341-1795473/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/perl-Storable.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False sh: perl: command not found Building target platforms: armv7hl Building for target armv7hl setting SOURCE_DATE_EPOCH=1595894400 Wrote: /builddir/build/SRPMS/perl-Storable-3.21-457.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/perl-Storable.spec'], chrootPath='/var/lib/mock/f33-build-21852341-1795473/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/perl-Storable.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: armv7hl Building for target armv7hl setting SOURCE_DATE_EPOCH=1595894400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wr3dxg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Storable-3.15 + /usr/bin/gzip -dc /builddir/build/SOURCES/Storable-3.15.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Storable-3.15 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (Storable-3.15-perl-134179-include-regexps-in-the-seen-objects-tabl.patch):' Patch #0 (Storable-3.15-perl-134179-include-regexps-in-the-seen-objects-tabl.patch): + /usr/bin/patch --no-backup-if-mismatch -p3 --fuzz=0 patching file Storable.xs patching file t/regexp.t patching file t/weak.t Patch #1 (Storable-3.16-Storable-make-count-large-enough.patch): + echo 'Patch #1 (Storable-3.16-Storable-make-count-large-enough.patch):' + /usr/bin/patch --no-backup-if-mismatch -p3 --fuzz=0 patching file Storable.xs Patch #2 (perl-5.31.6-disallow-vstring-magic-strings-over-2GB-1.patch): + echo 'Patch #2 (perl-5.31.6-disallow-vstring-magic-strings-over-2GB-1.patch):' + /usr/bin/patch --no-backup-if-mismatch -p3 --fuzz=0 patching file Storable.xs Hunk #1 succeeded at 2622 (offset -6 lines). Hunk #2 succeeded at 5937 (offset -6 lines). Patch #3 (Storable-3.15-Upgrade-to-3.21.patch): + echo 'Patch #3 (Storable-3.15-Upgrade-to-3.21.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file ChangeLog patching file MANIFEST patching file Makefile.PL patching file Storable.pm (renamed from __Storable__.pm) patching file Storable.pm.PL patching file Storable.xs patching file stacksize patching file t/attach_errors.t patching file t/huge.t patching file t/recurse.t patching file t/regexp.t + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uxMMRh + umask 022 + cd /builddir/build/BUILD + cd Storable-3.15 + perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 'OPTIMIZE=-O2 -flto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Storable You appear to have a perl configured to use 64 bit integers in its scalar variables. If you have existing data written with an earlier version of Storable which this version of Storable refuses to load with a Byte order is not compatible error, then please read the section "64 bit data in perl 5.6.0 and 5.6.1" in the Storable documentation for instructions on how to read your data. (You can find the documentation at the end of Storable.pm in POD format) + /usr/bin/make -O -j5 V=1 VERBOSE=1 Running Mkbootstrap for Storable () chmod 644 "Storable.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Storable.bs blib/arch/auto/Storable/Storable.bs 644 cp Storable.pm blib/lib/Storable.pm "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' Storable.xs > Storable.xsc mv Storable.xsc Storable.c gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -DVERSION=\"3.21\" -DXS_VERSION=\"3.21\" -fPIC "-I/usr/lib/perl5/CORE" Storable.c rm -f blib/arch/auto/Storable/Storable.so gcc -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong Storable.o -o blib/arch/auto/Storable/Storable.so \ -lperl \ chmod 755 blib/arch/auto/Storable/Storable.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.sdb5dj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm ++ dirname /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm + cd Storable-3.15 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm 'INSTALL=/usr/bin/install -p' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Storable.bs blib/arch/auto/Storable/Storable.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm/usr/lib/perl5/vendor_perl/auto/Storable/Storable.so Installing /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm/usr/lib/perl5/vendor_perl/Storable.pm Installing /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm/usr/share/man/man3/Storable.3pm + find /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm -type f -name '*.bs' -size 0 -delete + find /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm -type f -name '*.3pm' -size 0 -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm/usr + /usr/lib/rpm/find-debuginfo.sh -j5 --strict-build-id -m -i --build-id-seed 3.21-457.fc33 --unique-debug-suffix -3.21-457.fc33.arm --unique-debug-src-base perl-Storable-3.21-457.fc33.arm --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Storable-3.15 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm/usr/lib/perl5/vendor_perl/auto/Storable/Storable.so extracting debug info from /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm/usr/lib/perl5/vendor_perl/auto/Storable/Storable.so original debug info size: 328kB, size after compression: 320kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 949 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.VMkT5e + umask 022 + cd /builddir/build/BUILD + cd Storable-3.15 + unset PERL_CORE PERL_TEST_MEMORY PERL_RUN_SLOW_TESTS + make test "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Storable.bs blib/arch/auto/Storable/Storable.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/attach.t ............ ok t/attach_errors.t ..... ok t/attach_singleton.t .. ok t/blessed.t ........... ok # Will use Digest::MD5 t/canonical.t ......... ok t/circular_hook.t ..... ok t/code.t .............. ok t/compat01.t .......... skipped: Test only works for 32 bit little-ending machines t/compat06.t .......... ok t/croak.t ............. ok t/CVE-2015-1592.t ..... ok t/dclone.t ............ ok t/destroy.t ........... ok t/downgrade.t ......... ok t/file_magic.t ........ ok t/flags.t ............. ok t/forgive.t ........... ok t/freeze.t ............ ok t/huge.t .............. skipped: Need 64-bit pointers for this test t/hugeids.t ........... skipped: Need 64-bit pointers for this test t/integer.t ........... ok t/interwork56.t ....... ok t/just_plain_nasty.t .. ok t/leaks.t ............. skipped: Test::LeakTrace required for this tests t/lock.t .............. ok t/malice.t ............ ok t/overload.t .......... ok t/recurse.t ........... ok t/regexp.t ............ ok t/restrict.t .......... ok t/retrieve.t .......... ok t/robust.t ............ ok t/sig_die.t ........... ok t/store.t ............. ok t/threads.t ........... ok t/tied.t .............. ok t/tied_hook.t ......... ok t/tied_items.t ........ ok t/tied_reify.t ........ ok t/tied_store.t ........ ok t/utf8.t .............. ok t/utf8hash.t .......... ok t/weak.t .............. ok All tests successful. Files=43, Tests=2743, 7 wallclock secs ( 0.56 usr 0.14 sys + 6.64 cusr 0.86 csys = 8.20 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Storable-3.21-457.fc33.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2855Df + umask 022 + cd /builddir/build/BUILD + cd Storable-3.15 + DOCDIR=/builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm/usr/share/doc/perl-Storable + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm/usr/share/doc/perl-Storable + cp -pr ChangeLog /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm/usr/share/doc/perl-Storable + cp -pr README /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm/usr/share/doc/perl-Storable + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Storable) = 3.21 perl-Storable = 1:3.21-457.fc33 perl-Storable(armv7hl-32) = 1:3.21-457.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libperl.so.5.32 libpthread.so.0 perl(Carp) perl(Exporter) rtld(GNU_HASH) Processing files: perl-Storable-debugsource-3.21-457.fc33.armv7hl Provides: perl-Storable-debugsource = 1:3.21-457.fc33 perl-Storable-debugsource(armv7hl-32) = 1:3.21-457.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Storable-debuginfo-3.21-457.fc33.armv7hl Provides: debuginfo(build-id) = a1c3ed2c0c4469b355d6c14a3a86a228e1967fdd perl-Storable-debuginfo = 1:3.21-457.fc33 perl-Storable-debuginfo(armv7hl-32) = 1:3.21-457.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Storable-debugsource(armv7hl-32) = 1:3.21-457.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm Wrote: /builddir/build/RPMS/perl-Storable-3.21-457.fc33.armv7hl.rpm Wrote: /builddir/build/RPMS/perl-Storable-debuginfo-3.21-457.fc33.armv7hl.rpm Wrote: /builddir/build/RPMS/perl-Storable-debugsource-3.21-457.fc33.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AhTdbf + umask 022 + cd /builddir/build/BUILD + cd Storable-3.15 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Storable-3.21-457.fc33.arm + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0