Mock Version: 1.1.8 Mock Version: 1.1.8 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/perl-HTML-Selector-XPath.spec'], False, '/var/lib/mock/f16-build-1142543-177760/root/', None, 86400, True, 0, 498, 498, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/perl-HTML-Selector-XPath.spec'] warning: Could not canonicalize hostname: x86-05.phx2.fedoraproject.org Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/perl-HTML-Selector-XPath-0.08-1.fc16.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/perl-HTML-Selector-XPath.spec'], False, '/var/lib/mock/f16-build-1142543-177760/root/', None, 86400, True, 0, 498, 498, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/perl-HTML-Selector-XPath.spec'] Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qZBvq2 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf HTML-Selector-XPath-0.08 + /usr/bin/gzip -dc /builddir/build/SOURCES/HTML-Selector-XPath-0.08.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd HTML-Selector-XPath-0.08 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GaMWVq + umask 022 + cd /builddir/build/BUILD + cd HTML-Selector-XPath-0.08 + LANG=C + export LANG + unset DISPLAY + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Checking if your kit is complete... Looks good Writing Makefile for HTML::Selector::XPath Writing MYMETA.yml + make -j4 cp lib/HTML/Selector/XPath.pm blib/lib/HTML/Selector/XPath.pm Manifying blib/man3/HTML::Selector::XPath.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9bG6AQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch ++ dirname /builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch + cd HTML-Selector-XPath-0.08 + LANG=C + export LANG + unset DISPLAY + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch Manifying blib/man3/HTML::Selector::XPath.3pm Installing /builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch/usr/share/perl5/vendor_perl/HTML/Selector/XPath.pm Installing /builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch/usr/share/man/man3/HTML::Selector::XPath.3pm + find /builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch -depth -type d -exec rmdir '{}' ';' + /bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch/usr + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/HTML-Selector-XPath-0.08 + /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/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.TpDjWg + umask 022 + cd /builddir/build/BUILD + cd HTML-Selector-XPath-0.08 + unset DISPLAY + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00_compile.t ..... ok t/01_xpath.t ....... ok # //div[contains(concat(' ', @class, ' '), ' foo ')] # //ul//li # //ul//li[count(preceding-sibling::*) = 0 and parent::*] # //ul//li[count(following-sibling::*) = 0 and parent::*] # //li[contains(concat(' ', @class, ' '), ' bar ')] # //div[@id='bar'] # //div[@id='bar'] | //div[contains(concat(' ', @class, ' '), ' baz ')] # //div[not(@lang='en' or starts-with(@lang, 'en-'))] # //div[not(contains(concat(' ', @class, ' '), ' foo '))] # //div[not(@class)] # //p[contains(concat(' ', @class, ' '), ' pastoral ')][contains(concat(' ', @class, ' '), ' marine ')] # //p[count(preceding-sibling::*) = 0 and parent::*] # //p[count(preceding-sibling::*) = 1 and parent::*] # //a[contains(@href, 'bar')] # //a[not(contains(@href, 'bar'))] # //p/a[3] # //p/following-sibling::a # //p/following-sibling::a[contains(concat(' ', @class, ' '), ' foo ')] # //p//*[text()[contains(string(.),"description")]] # //p/*[text()[contains(string(.),"description")]] # //*[text()[contains(string(.),"description")]] # //*[not(* or text())] # //div//*[not(self::p)]//em # //div/*[not(self::p)]/em # //div//em[count(preceding-sibling::*) = 0 and parent::*][count(following-sibling::*) = 0 and parent::*] # //div//em[not((count(preceding-sibling::*)+1)<0) and ((count(preceding-sibling::*) + 1) - 0) mod 2 = 0 and parent::*] # //div//em[not((count(preceding-sibling::*)+1)<1) and ((count(preceding-sibling::*) + 1) - 1) mod 2 = 0 and parent::*] # //div//em[not((count(following-sibling::*)+1)<0) and ((count(following-sibling::*) + 1) - 0) mod 3 = 0 and parent::*] # //div//em[not((count(following-sibling::*)+1)<1) and ((count(following-sibling::*) + 1) - 1) mod 2 = 0 and parent::*] t/02_html.t ........ ok t/03_xpath_root.t .. ok t/99_pod.t ......... ok All tests successful. Files=5, Tests=115, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.48 cusr 0.02 csys = 0.56 CPU) Result: PASS + exit 0 Processing files: perl-HTML-Selector-XPath-0.08-1.fc16.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.IFgrUI + umask 022 + cd /builddir/build/BUILD + cd HTML-Selector-XPath-0.08 + DOCDIR=/builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch/usr/share/doc/perl-HTML-Selector-XPath-0.08 + export DOCDIR + /bin/mkdir -p /builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch/usr/share/doc/perl-HTML-Selector-XPath-0.08 + cp -pr Changes README /builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch/usr/share/doc/perl-HTML-Selector-XPath-0.08 + exit 0 Provides: perl(HTML::Selector::XPath) = 0.08 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: perl >= 0:5.008_001 perl(Carp) perl(Exporter) perl(strict) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch warning: Could not canonicalize hostname: x86-05.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/perl-HTML-Selector-XPath-0.08-1.fc16.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.S8Xq5C + umask 022 + cd /builddir/build/BUILD + cd HTML-Selector-XPath-0.08 + /bin/rm -rf /builddir/build/BUILDROOT/perl-HTML-Selector-XPath-0.08-1.fc16.noarch + exit 0 Child returncode was: 0 LEAVE do -->