Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/Tree-Simple.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-4299-6478/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/Tree-Simple.spec'] warning: Could not canonicalize hostname: opus5.rutgers.edu Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/perl-Tree-Simple-1.25-1.ru6.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/Tree-Simple.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-4299-6478/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/Tree-Simple.spec'] Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ciySGO + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf Tree-Simple-1.25 + /usr/bin/gzip -dc /builddir/build/SOURCES/Tree-Simple-1.25.tgz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Tree-Simple-1.25 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod -R u+w /builddir/build/BUILD/Tree-Simple-1.25 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vzwQzy + umask 022 + cd /builddir/build/BUILD + cd Tree-Simple-1.25 + LANG=C + export LANG + unset DISPLAY + grep -rsl '^#!.*perl' . + grep -v '.bak$' + xargs --no-run-if-empty /usr/bin/perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)' + /usr/bin/perl Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'Tree-Simple' version '1.25' + /usr/bin/perl Build Copying lib/Tree/Simple/Visitor.pm -> blib/lib/Tree/Simple/Visitor.pm Copying lib/Tree/Simple.pm -> blib/lib/Tree/Simple.pm Manifying blib/lib/Tree/Simple/Visitor.pm -> blib/libdoc/Tree::Simple::Visitor.3pm Manifying blib/lib/Tree/Simple.pm -> blib/libdoc/Tree::Simple.3pm + /usr/bin/perl Build test 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 All tests successful. Files=11, Tests=624, 1 wallclock secs ( 0.16 usr 0.03 sys + 0.72 cusr 0.08 csys = 0.99 CPU) Result: PASS + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LYRJUn + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch ++ dirname /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch + cd Tree-Simple-1.25 + LANG=C + export LANG + unset DISPLAY + '[' /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch + /usr/bin/perl Build install destdir=/builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch Installing /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch/usr/local/share/perl5/Tree/Simple.pm Installing /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch/usr/local/share/perl5/Tree/Simple/Visitor.pm Installing /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch/usr/local/share/man/man3/Tree::Simple::Visitor.3pm Installing /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch/usr/local/share/man/man3/Tree::Simple.3pm Writing /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch/usr/local/lib/perl5/auto/Tree/Simple/.packlist + cmd=/usr/share/spec-helper/compress_files + '[' -x /usr/share/spec-helper/compress_files ']' + cmd=/usr/lib/rpm/brp-compress + '[' -x /usr/lib/rpm/brp-compress ']' + /usr/lib/rpm/brp-compress + '[' -e /etc/SuSE-release -o -e /etc/UnitedLinux-release ']' + find /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch -name perllocal.pod -o -name .packlist -o -name '*.bs' + xargs -i rm -f '{}' + find /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch/usr -type d -depth -exec rmdir '{}' ';' + /usr/bin/perl -MFile::Find -le ' find({ wanted => \&wanted, no_chdir => 1}, "/builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch"); print "%doc xt Changes README"; for my $x (sort @dirs, @files) { push @ret, $x unless indirs($x); } print join "\n", sort @ret; sub wanted { return if /auto$/; local $_ = $File::Find::name; my $f = $_; s|^\Q/builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch\E||; return unless length; return $files[@files] = $_ if -f $f; $d = $_; /\Q$d\E/ && return for reverse sort @INC; $d =~ /\Q$_\E/ && return for qw|/etc /usr/man /usr/bin /usr/share|; $dirs[@dirs] = $_; } sub indirs { my $x = shift; $x =~ /^\Q$_\E\// && $x ne $_ && return 1 for @dirs; } ' + '[' -z Tree-Simple-1.25-filelist ']' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/Tree-Simple-1.25 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: perl-Tree-Simple-1.25-1.ru6.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ybJPAe + umask 022 + cd /builddir/build/BUILD + cd Tree-Simple-1.25 + DOCDIR=/builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch/usr/share/doc/perl-Tree-Simple-1.25 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch/usr/share/doc/perl-Tree-Simple-1.25 + /bin/mkdir -p /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch/usr/share/doc/perl-Tree-Simple-1.25 + cp -pr xt Changes README /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch/usr/share/doc/perl-Tree-Simple-1.25 + exit 0 Provides: perl(Tree::Simple) = 1.25 perl(Tree::Simple::Visitor) = 1.25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: perl(Scalar::Util) perl(constant) perl(strict) perl(warnings) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch warning: Could not canonicalize hostname: opus5.rutgers.edu Wrote: /builddir/build/RPMS/perl-Tree-Simple-1.25-1.ru6.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UeX63W + umask 022 + cd /builddir/build/BUILD + cd Tree-Simple-1.25 + '[' /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Tree-Simple-1.25-1.ru6.noarch + exit 0 Child returncode was: 0 LEAVE do -->