Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/debhelper.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-8c5afd9478785e8316ac47cece1903ebe3f6bc7f/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/debhelper.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/debhelper-9.20150628-4.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/debhelper.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-8c5afd9478785e8316ac47cece1903ebe3f6bc7f/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/debhelper.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4rCcrx + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf debhelper + /usr/bin/tar -xf - + /usr/bin/xz -dc /builddir/build/SOURCES/debhelper_9.20150628.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd debhelper + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (debhelper-7.4.20-no-utf8-to-pod2man.patch): + echo 'Patch #0 (debhelper-7.4.20-no-utf8-to-pod2man.patch):' + /usr/bin/cat /builddir/build/SOURCES/debhelper-7.4.20-no-utf8-to-pod2man.patch + /usr/bin/patch -p1 -b --suffix .no-utf8-to-pod2man --fuzz=0 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wdPDkn + umask 022 + cd /builddir/build/BUILD + cd debhelper + make -j4 build printf "package Debian::Debhelper::Dh_Version;\n\$version='9.20150628';\n1" > \ Debian/Debhelper/Dh_Version.pm cat debhelper.pod | \ perl -e ' undef $/; foreach (@ARGV) { open (IN, $_) or die "$_: $!"; $file=; close IN; if ($file=~m/=head1 .*?\n\n(.*?) - (.*?)\n\n/s) { my $item="=item $1(1)\n\n$2\n\n"; if (" dh_desktop dh_installmanpages dh_scrollkeeper dh_suidregister dh_undocumented " !~ / $1 /) { $list.=$item; } else { $list_deprecated.=$item; } } } END { while () { s/#LIST#/$list/; s/#LIST_DEPRECATED#/$list_deprecated/; print; }; }' dh_auto_build dh_auto_clean dh_auto_configure dh_auto_install dh_auto_test dh_bugfiles dh_builddeb dh_clean dh_compress dh_desktop dh_fixperms dh_gconf dh_gencontrol dh_icons dh_install dh_installcatalogs dh_installchangelogs dh_installcron dh_installdeb dh_installdebconf dh_installdirs dh_installdocs dh_installemacsen dh_installexamples dh_installgsettings dh_installifupdown dh_installinfo dh_installinit dh_installlogcheck dh_installlogrotate dh_installman dh_installmanpages dh_installmenu dh_installmime dh_installmodules dh_installpam dh_installppp dh_installudev dh_installwm dh_installxfonts dh_link dh_lintian dh_listpackages dh_makeshlibs dh_md5sums dh_movefiles dh_perl dh_prep dh_scrollkeeper dh_shlibdeps dh_strip dh_suidregister dh_testdir dh_testroot dh_ucf dh_undocumented dh_usrlocal | \ pod2man -c Debhelper -r "9.20150628" --name="debhelper" --section=7 > debhelper.7 find . -maxdepth 1 -type f -perm /100 -name "dh*" \ -exec pod2man -c Debhelper -r "9.20150628" {} {}.1 \; po4a --previous -L UTF-8 man/po4a/po4a.cfg Discard man/de/dh_strip.pod (25 of 38 strings; only 65.78% translated; need 80%). Discard man/es/dh_strip.pod (25 of 38 strings; only 65.78% translated; need 80%). Discard man/fr/dh_strip.pod (25 of 38 strings; only 65.78% translated; need 80%). Discard man/pt/dh_strip.pod (25 of 38 strings; only 65.78% translated; need 80%). set -e; \ for lang in es pt fr de; do \ dir=man/$lang; \ for file in $dir/dh*.pod; do \ prog=`basename $file | sed 's/.pod//'`; \ pod2man -c Debhelper -r "9.20150628" $file $prog.$lang.1; \ done; \ if [ -e $dir/debhelper.pod ]; then \ cat $dir/debhelper.pod | \ perl -e ' undef $/; foreach (@ARGV) { open (IN, $_) or die "$_: $!"; $file=; close IN; if ($file=~m/=head1 .*?\n\n(.*?) - (.*?)\n\n/s) { my $item="=item $1(1)\n\n$2\n\n"; if (" dh_desktop dh_installmanpages dh_scrollkeeper dh_suidregister dh_undocumented " !~ / $1 /) { $list.=$item; } else { $list_deprecated.=$item; } } } END { while () { s/#LIST#/$list/; s/#LIST_DEPRECATED#/$list_deprecated/; print; }; }' `find $dir -type f -maxdepth 1 -name "dh_*.pod" | sort` | \ pod2man -c Debhelper -r "9.20150628" --name="debhelper" --section=7 > debhelper.$lang.7; \ fi; \ done + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rQPKdT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch ++ dirname /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch + cd debhelper + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch install -d /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/bin \ /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/debhelper/autoscripts \ /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/perl5/vendor_perl/Debian/Debhelper/Sequence \ /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/perl5/vendor_perl/Debian/Debhelper/Buildsystem install dh dh_auto_build dh_auto_clean dh_auto_configure dh_auto_install dh_auto_test dh_bugfiles dh_builddeb dh_clean dh_compress dh_desktop dh_fixperms dh_gconf dh_gencontrol dh_icons dh_install dh_installcatalogs dh_installchangelogs dh_installcron dh_installdeb dh_installdebconf dh_installdirs dh_installdocs dh_installemacsen dh_installexamples dh_installgsettings dh_installifupdown dh_installinfo dh_installinit dh_installlogcheck dh_installlogrotate dh_installman dh_installmanpages dh_installmenu dh_installmime dh_installmodules dh_installpam dh_installppp dh_installudev dh_installwm dh_installxfonts dh_link dh_lintian dh_listpackages dh_makeshlibs dh_md5sums dh_movefiles dh_perl dh_prep dh_scrollkeeper dh_shlibdeps dh_strip dh_suidregister dh_testdir dh_testroot dh_ucf dh_undocumented dh_usrlocal /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/bin install -m 0644 autoscripts/* /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/debhelper/autoscripts install -m 0644 Debian/Debhelper/*.pm /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/perl5/vendor_perl/Debian/Debhelper [ "/usr" = /usr ] || \ sed -i '/$prefix=/s@/usr@/usr@g' /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/perl5/vendor_perl/Debian/Debhelper/Dh_Lib.pm install -m 0644 Debian/Debhelper/Sequence/*.pm /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/perl5/vendor_perl/Debian/Debhelper/Sequence install -m 0644 Debian/Debhelper/Buildsystem/*.pm /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/perl5/vendor_perl/Debian/Debhelper/Buildsystem + ./run dh_installman -P /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch Can't exec "man": Permission denied at /builddir/build/BUILD/debhelper/dh_installman line 204, line 38488. + rm -f debhelper-mans.lang + for lang in de es fr pt + for level in 1 7 + find /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/man/de/man1 -type f -o -type l + sed ' s:^/builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch:%lang(de) : s:$:*: ' + for level in 1 7 + find /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/man/de/man7 -type f -o -type l + sed ' s:^/builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch:%lang(de) : s:$:*: ' + for lang in de es fr pt + for level in 1 7 + find /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/man/es/man1 -type f -o -type l + sed ' s:^/builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch:%lang(es) : s:$:*: ' + for level in 1 7 + find /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/man/es/man7 -type f -o -type l + sed ' s:^/builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch:%lang(es) : s:$:*: ' + for lang in de es fr pt + for level in 1 7 + find /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/man/fr/man1 -type f -o -type l + sed ' s:^/builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch:%lang(fr) : s:$:*: ' + for level in 1 7 + find /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/man/fr/man7 -type f -o -type l + sed ' s:^/builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch:%lang(fr) : s:$:*: ' + for lang in de es fr pt + for level in 1 7 + find /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/man/pt/man1 -type f -o -type l + sed ' s:^/builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch:%lang(pt) : s:$:*: ' + for level in 1 7 + find /builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch/usr/share/man/pt/man7 -type f -o -type l + sed ' s:^/builddir/build/BUILDROOT/debhelper-9.20150628-4.el7.noarch:%lang(pt) : s:$:*: ' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/debhelper /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /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.PZ7eQf + umask 022 + cd /builddir/build/BUILD + cd debhelper + dpkg-architecture -qDEB_BUILD_GNU_TYPE arm-linux-gnu + dpkg-architecture -qDEB_HOST_GNU_TYPE arm-linux-gnueabi + make test printf "package Debian::Debhelper::Dh_Version;\n\$version='9.20150628';\n1" > \ Debian/Debhelper/Dh_Version.pm ./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ && -f && -x } @ARGV' t/* t/buildsystems/* t/dh-lib .......................... ok t/dh_install ...................... ok t/dh_link ......................... ok t/override_target ................. ok t/pod ............................. ok t/size ............................ ok t/syntax .......................... ok # Failed test 'autoconf/stamp_configure contains extra args' # at t/buildsystems/buildsystem_tests line 472. # Structures begin differing at: # $got->[0] = '--host=arm-linux-gnueabi' # $expected->[0] = Does not exist # Failed test 'bld/dir/stamp_configure contains extra args' # at t/buildsystems/buildsystem_tests line 472. # Structures begin differing at: # $got->[0] = '--host=arm-linux-gnueabi' # $expected->[0] = '--extra-autoconf-configure-arg' t/buildsystems/buildsystem_tests .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/297 subtests Test Summary Report ------------------- t/buildsystems/buildsystem_tests (Wstat: 512 Tests: 297 Failed: 2) Failed tests: 248, 262 Non-zero exit status: 2 Files=8, Tests=588, 52 wallclock secs ( 1.14 usr 0.10 sys + 39.33 cusr 4.31 csys = 44.88 CPU) Result: FAIL # Looks like you failed 2 tests of 297. Failed 1/8 test programs. 2/588 subtests failed. make: *** [test] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.PZ7eQf (%check) Bad exit status from /var/tmp/rpm-tmp.PZ7eQf (%check) RPM build errors: Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 88, in trace result = func(*args, **kw) File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 547, in do raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) Error: Command failed. See logs for output. # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/debhelper.spec