D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/perl-Tree-Simple-1.340.0-2.mga10.src.rpm Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.2oKvdz + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf Tree-Simple-1.34 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Tree-Simple-1.34.tgz + STATUS=0 + '[' 0 -ne 0 ']' + cd Tree-Simple-1.34 + rm -rf /home/pterjan/rpmbuild/BUILD/Tree-Simple-1.34-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/Tree-Simple-1.34-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.pgHVKb + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Tree-Simple-1.34 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Tree::Simple Writing MYMETA.yml and MYMETA.json + /usr/bin/make cp lib/Tree/Simple.pm blib/lib/Tree/Simple.pm cp lib/Tree/Simple/Visitor.pm blib/lib/Tree/Simple/Visitor.pm Manifying 2 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SJxR5L + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch ++ dirname /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch + cd Tree-Simple-1.34 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch 'INSTALL=/usr/bin/install -p' Manifying 2 pod documents Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch/usr/share/perl5/vendor_perl/Tree/Simple.pm Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch/usr/share/perl5/vendor_perl/Tree/Simple/Visitor.pm Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch/usr/share/man/man3/Tree::Simple.3pm Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch/usr/share/man/man3/Tree::Simple::Visitor.3pm Appending installation info to /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.340.0-2.mga10 --unique-debug-suffix -1.340.0-2.mga10.noarch --unique-debug-src-base perl-Tree-Simple-1.340.0-2.mga10.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/Tree-Simple-1.34 find-debuginfo: starting Extracting debug info from 0 files Creating .debug symlinks for symlinks to ELF files find-debuginfo: done + /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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.zT8Dc8 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Tree-Simple-1.34 + '[' 1 -eq 1 ']' + /usr/bin/make test PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.38.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Tree::Simple V 1.34 # Using constant V 1.33 # Using Scalar::Util V 1.63 # Using strict V 1.12 # Using warnings V 1.65 t/00.versions.t ..................... ok t/10_Tree_Simple_test.t ............. ok t/11_Tree_Simple_fixDepth_test.t .... ok t/12_Tree_Simple_exceptions_test.t .. ok t/13_Tree_Simple_clone_test.t ....... ok t/14_Tree_Simple_leak_test.t ........ skipped: Test::Memory::Cycle required for testing memory leaks t/14a_Tree_Simple_weak_refs_test.t .. skipped: Test::Memory::Cycle required for testing memory leaks t/15_Tree_Simple_height_test.t ...... ok t/16_Tree_Simple_width_test.t ....... ok t/17_Tree_Simple_width_test.t ....... ok t/20_Tree_Simple_Visitor_test.t ..... ok t/21_Tree_Simple_Visitor_test.t ..... ok t/22_Tree_Simple_generate_child.t ... ok t/24_Tree_Simple_sibling_test.t ..... ok All tests successful. Files=14, Tests=648, 1 wallclock secs ( 0.07 usr 0.02 sys + 0.73 cusr 0.02 csys = 0.84 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Tree-Simple-1.340.0-2.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.IAmC6G + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Tree-Simple-1.34 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch/usr/share/doc/perl-Tree-Simple + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch/usr/share/doc/perl-Tree-Simple + cp -pr /home/pterjan/rpmbuild/BUILD/Tree-Simple-1.34/Changes /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch/usr/share/doc/perl-Tree-Simple + cp -pr /home/pterjan/rpmbuild/BUILD/Tree-Simple-1.34/LICENSE /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch/usr/share/doc/perl-Tree-Simple + cp -pr /home/pterjan/rpmbuild/BUILD/Tree-Simple-1.34/META.json /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch/usr/share/doc/perl-Tree-Simple + cp -pr /home/pterjan/rpmbuild/BUILD/Tree-Simple-1.34/META.yml /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch/usr/share/doc/perl-Tree-Simple + cp -pr /home/pterjan/rpmbuild/BUILD/Tree-Simple-1.34/MYMETA.yml /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch/usr/share/doc/perl-Tree-Simple + cp -pr /home/pterjan/rpmbuild/BUILD/Tree-Simple-1.34/README /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch/usr/share/doc/perl-Tree-Simple + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Tree::Simple) = 1.340.0 perl(Tree::Simple::Visitor) = 1.340.0 perl-Tree-Simple = 1.340.0-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: perl(Scalar::Util) >= 1.180.0 perl(constant) perl(strict) perl(warnings) perl-base >= 2:5.38.2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch Wrote: /home/pterjan/rpmbuild/RPMS/noarch/perl-Tree-Simple-1.340.0-2.mga10.noarch.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cfS3z6 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Tree-Simple-1.34 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-Tree-Simple-1.340.0-2.mga10.noarch + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ehfFh7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf /home/pterjan/rpmbuild/BUILD/Tree-Simple-1.34-SPECPARTS + rm -rf Tree-Simple-1.34 Tree-Simple-1.34.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!