Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-HTML-Strip.spec'], chrootPath='/var/lib/mock/f29-build-13042322-949926/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': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-HTML-Strip.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': 'en_US.UTF-8'} and shell False sh: /usr/bin/perl: No such file or directory sh: /usr/bin/perl: No such file or directory sh: /usr/bin/perl: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/perl-HTML-Strip-2.10-10.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-HTML-Strip.spec'], chrootPath='/var/lib/mock/f29-build-13042322-949926/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': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-HTML-Strip.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': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.yiuqTc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf HTML-Strip-2.10 + /usr/bin/gzip -dc /builddir/build/SOURCES/HTML-Strip-2.10.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd HTML-Strip-2.10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3Hqh9a + umask 022 + cd /builddir/build/BUILD + cd HTML-Strip-2.10 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTML::Strip + make -j6 "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/HTML-Strip-2.10/typemap' Strip.xs > Strip.xsc gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DVERSION=\"2.10\" -DXS_VERSION=\"2.10\" -fPIC "-I/usr/lib64/perl5/CORE" strip_html.c Running Mkbootstrap for Strip () chmod 644 "Strip.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Strip.bs blib/arch/auto/HTML/Strip/Strip.bs 644 strip_html.c: In function '_strip_html': strip_html.c:23:25: warning: implicit declaration of function 'utf8_char_width' [-Wimplicit-function-declaration] width = is_utf8_p ? utf8_char_width(p_raw) : 1; ^~~~~~~~~~~~~~~ strip_html.c: In function 'utf8_char_width': strip_html.c:203:20: warning: pointer targets in initialization of 'char *' from 'unsigned char *' differ in signedness [-Wpointer-sign] char * p = string; ^~~~~~ cp Strip.pm blib/lib/HTML/Strip.pm mv Strip.xsc Strip.c gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DVERSION=\"2.10\" -DXS_VERSION=\"2.10\" -fPIC "-I/usr/lib64/perl5/CORE" Strip.c rm -f blib/arch/auto/HTML/Strip/Strip.so gcc -lpthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong Strip.o strip_html.o -o blib/arch/auto/HTML/Strip/Strip.so \ -lperl \ chmod 755 blib/arch/auto/HTML/Strip/Strip.so Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JgcWyb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64 ++ dirname /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64 + cd HTML-Strip-2.10 + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Strip.bs blib/arch/auto/HTML/Strip/Strip.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-HTML-Strip-2.10-10.fc29.x86_64/usr/lib64/perl5/vendor_perl/auto/HTML/Strip/Strip.so Installing /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64/usr/lib64/perl5/vendor_perl/HTML/Strip.pm Installing /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64/usr/share/man/man3/HTML::Strip.3pm + find /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64 -depth -type d -exec rmdir '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64/usr + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 2.10-10.fc29 --unique-debug-suffix -2.10-10.fc29.x86_64 --unique-debug-src-base perl-HTML-Strip-2.10-10.fc29.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/HTML-Strip-2.10 extracting debug info from /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64/usr/lib64/perl5/vendor_perl/auto/HTML/Strip/Strip.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 59 blocks + /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 /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.rbRM5c + umask 022 + cd /builddir/build/BUILD + cd HTML-Strip-2.10 + make test "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Strip.bs blib/arch/auto/HTML/Strip/Strip.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/001_smoke.t ....................... ok t/100_basic.t ....................... ok t/200_comment.t ..................... ok t/210_auto_reset.t .................. ok t/220_edge_case.t ................... ok t/230_filter.t ...................... ok t/240_striptags.t ................... ok t/250_whitespace_single_char.t ...... ok t/260_offbyone.t .................... ok t/270_mathematical_comparisons.t .... ok t/280_invalid_multiline_segfault.t .. ok t/300_utf8.t ........................ ok t/310_latin1.t ...................... ok t/400_kwalitee.t .................... skipped: these tests are for release candidate testing t/410_pod.t ......................... skipped: Test::Pod 1.00 required for testing POD t/420_pod_coverage.t ................ skipped: Test::Pod::Coverage 1.00 required for testing POD coverage All tests successful. Test Summary Report ------------------- t/300_utf8.t (Wstat: 0 Tests: 5 Failed: 0) TODO passed: 5 Files=16, Tests=38, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.96 cusr 0.15 csys = 1.17 CPU) Result: PASS + exit 0 Processing files: perl-HTML-Strip-2.10-10.fc29.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jaygKh + umask 022 + cd /builddir/build/BUILD + cd HTML-Strip-2.10 + DOCDIR=/builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64/usr/share/doc/perl-HTML-Strip + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64/usr/share/doc/perl-HTML-Strip + cp -pr Changes /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64/usr/share/doc/perl-HTML-Strip + cp -pr README /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64/usr/share/doc/perl-HTML-Strip + exit 0 Provides: perl(HTML::Strip) = 2.10 perl-HTML-Strip = 2.10-10.fc29 perl-HTML-Strip(x86-64) = 2.10-10.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libperl.so.5.28()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) perl(:VERSION) >= 5.8.0 perl(Carp) perl(DynaLoader) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-HTML-Strip-debugsource-2.10-10.fc29.x86_64 Provides: perl-HTML-Strip-debugsource = 2.10-10.fc29 perl-HTML-Strip-debugsource(x86-64) = 2.10-10.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-HTML-Strip-debuginfo-2.10-10.fc29.x86_64 Provides: debuginfo(build-id) = e9fb78ee0e8c3ebf4cbeba177d07ea4f5894d3c2 perl-HTML-Strip-debuginfo = 2.10-10.fc29 perl-HTML-Strip-debuginfo(x86-64) = 2.10-10.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-HTML-Strip-debugsource(x86-64) = 2.10-10.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64 Wrote: /builddir/build/RPMS/perl-HTML-Strip-2.10-10.fc29.x86_64.rpm Wrote: /builddir/build/RPMS/perl-HTML-Strip-debugsource-2.10-10.fc29.x86_64.rpm Wrote: /builddir/build/RPMS/perl-HTML-Strip-debuginfo-2.10-10.fc29.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CFVcGm + umask 022 + cd /builddir/build/BUILD + cd HTML-Strip-2.10 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-HTML-Strip-2.10-10.fc29.x86_64 + exit 0 Child return code was: 0