Mock Version: 2.9 Mock Version: 2.9 Mock Version: 2.9 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/perl-Readonly.spec'], chrootPath='/var/lib/mock/dist-circle8-build-36035-6246/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=86400uid=993gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/perl-Readonly.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: noarch Building for target noarch Wrote: /builddir/build/SRPMS/perl-Readonly-2.05-5.el8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/perl-Readonly.spec'], chrootPath='/var/lib/mock/dist-circle8-build-36035-6246/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=86400uid=993gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/perl-Readonly.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: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sRroL3 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Readonly-2.05 + /usr/bin/gzip -dc /builddir/build/SOURCES/Readonly-2.05.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Readonly-2.05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (Readonly-2.05-interpreter.patch): + echo 'Patch #0 (Readonly-2.05-interpreter.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file t/bugs/001_assign.t patching file t/bugs/007_implicit_undef.t patching file t/general/array.t patching file t/general/deepa.t patching file t/general/deeph.t patching file t/general/deeps.t patching file t/general/docs.t patching file t/general/export.t patching file t/general/hash.t patching file t/general/readonly.t patching file t/general/reassign.t patching file t/general/scalar.t patching file t/general/tie.t + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jOmX8g + umask 022 + cd /builddir/build/BUILD + cd Readonly-2.05 + perl Build.PL --installdirs=vendor Creating new 'Build' script for 'Readonly' version '2.05' + ./Build cp lib/Readonly.pm blib/lib/Readonly.pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OE1hbv + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch ++ dirname /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch + cd Readonly-2.05 + ./Build install --destdir=/builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch --create_packlist=0 Installing /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch/usr/share/perl5/vendor_perl/Readonly.pm Installing /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch/usr/share/man/man3/Readonly.3pm + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 2.05-5.el8 --unique-debug-suffix -2.05-5.el8.noarch --unique-debug-src-base perl-Readonly-2.05-5.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Readonly-2.05 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jBoREJ + umask 022 + cd /builddir/build/BUILD + cd Readonly-2.05 + ./Build test t/bugs/001_assign.t .......... ok t/bugs/007_implicit_undef.t .. ok t/general/array.t ............ ok t/general/clone.t ............ ok t/general/deepa.t ............ ok t/general/deeph.t ............ ok t/general/deeps.t ............ ok t/general/docs.t ............. ok t/general/export.t ........... ok t/general/hash.t ............. ok t/general/readonly.t ......... ok t/general/reassign.t ......... ok t/general/scalar.t ........... ok t/general/tie.t .............. ok All tests successful. Files=14, Tests=188, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.65 cusr 0.07 csys = 0.77 CPU) Result: PASS + exit 0 Processing files: perl-Readonly-2.05-5.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QVbtX0 + umask 022 + cd /builddir/build/BUILD + cd Readonly-2.05 + DOCDIR=/builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch/usr/share/doc/perl-Readonly + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch/usr/share/doc/perl-Readonly + cp -pr Changes /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch/usr/share/doc/perl-Readonly + cp -pr README.md /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch/usr/share/doc/perl-Readonly + cp -pr eg/benchmark.pl /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch/usr/share/doc/perl-Readonly + cp -pr t/ /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch/usr/share/doc/perl-Readonly + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Bd2Thi + umask 022 + cd /builddir/build/BUILD + cd Readonly-2.05 + LICENSEDIR=/builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch/usr/share/licenses/perl-Readonly + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch/usr/share/licenses/perl-Readonly + cp -pr LICENSE /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch/usr/share/licenses/perl-Readonly + exit 0 Provides: perl(Readonly) = 2.05 perl(Readonly::Array) perl(Readonly::Hash) perl(Readonly::Scalar) perl-Readonly = 2.05-5.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: perl(:VERSION) >= 5.5.0 perl(Exporter) perl(strict) perl(vars) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch Wrote: /builddir/build/RPMS/perl-Readonly-2.05-5.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sniFUz + umask 022 + cd /builddir/build/BUILD + cd Readonly-2.05 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Readonly-2.05-5.el8.noarch + exit 0 Child return code was: 0