Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/man-pages-pl.spec'], timeout=0uid=1000user='mockbuild'gid=135shell=FalsechrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-18397/root'env={'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/man-pages-pl.spec'] with env {'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False warning: Could not canonicalize hostname: armbuilder Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/man-pages-pl-0.6-2.fc20.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/man-pages-pl.spec '], printOutput=Falsetimeout=0uid=1000user='mockbuild'gid=135shell=FalsechrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-18397/root'private_network=Truelogger=env={'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/man-pages-pl.spec '] with env {'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.plenP6 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf manpages-pl-0.6 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/manpages-pl-0.6.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd manpages-pl-0.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IR3FrJ + umask 022 + cd /builddir/build/BUILD + cd manpages-pl-0.6 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NsTXAo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm ++ dirname /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm + cd manpages-pl-0.6 + make install DESTDIR=/builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm test -d /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm//usr/share/man/pl || install -d -m 755 /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm//usr/share/man/pl # Install old manpages for i in man?; do \ test -d /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm//usr/share/man/pl/$i || install -d -m 755 /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm//usr/share/man/pl/$i; \ for m in $i/*; do \ test -f /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm//usr/share/man/pl/$m || install -m 644 $m /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm//usr/share/man/pl/$i; \ # Compress manpages \ gzip /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm//usr/share/man/pl/$m; \ done; \ done # Install generated manpages for m in generated/man?/*; do \ file=`basename $m`; \ section=`basename $m | sed -e "s/.\+\.//"`; \ test -d /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm//usr/share/man/pl/man$section || install -d -m 755 /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm//usr/share/man/pl/man$section; \ test -f /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm//usr/share/man/pl/man$section/$file || install -m 644 $m /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm//usr/share/man/pl/man$section/$file; \ # Compress manpages \ gzip /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm//usr/share/man/pl/man$section/$file; \ done # Install links for linkfile in `find -type f -name "*.links"`; do \ perl create-links.pl /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm//usr/share/man/pl $linkfile; \ done + /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/manpages-pl-0.6 /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 Processing files: man-pages-pl-0.6-2.fc20.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.RxqRoG + umask 022 + cd /builddir/build/BUILD + cd manpages-pl-0.6 + DOCDIR=/builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm/usr/share/doc/man-pages-pl + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm/usr/share/doc/man-pages-pl + cp -pr AUTHORS /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm/usr/share/doc/man-pages-pl + cp -pr CHANGELOG /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm/usr/share/doc/man-pages-pl + cp -pr COPYRIGHT /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm/usr/share/doc/man-pages-pl + cp -pr README /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm/usr/share/doc/man-pages-pl + cp -pr VERSION /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm/usr/share/doc/man-pages-pl + cp -pr licenses /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm/usr/share/doc/man-pages-pl + exit 0 Provides: man-pages-pl = 1:0.6-2.fc20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm warning: Could not canonicalize hostname: armbuilder Wrote: /builddir/build/RPMS/man-pages-pl-0.6-2.fc20.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.we9yL5 + umask 022 + cd /builddir/build/BUILD + cd manpages-pl-0.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/man-pages-pl-0.6-2.fc20.arm + exit 0 Child return code was: 0 LEAVE do -->