Mock Version: 1.2.21 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/tapper.spec'], printOutput=Falsegid=135env={'HOME': '/builddir', 'HOSTNAME': 'mock', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'}timeout=0shell=FalsechrootPath='/var/lib/mock/epel-6-x86_64-mockbuilder-4212/root'user='mockbuild'logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/tapper.spec'] with env {'HOME': '/builddir', 'HOSTNAME': 'mock', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'} and shell False warning: Could not canonicalize hostname: copr-builder-876773696.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/tapper-0.2.2-1.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/tapper.spec'], printOutput=Falsegid=135env={'HOME': '/builddir', 'HOSTNAME': 'mock', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'}timeout=0private_network=TruechrootPath='/var/lib/mock/epel-6-x86_64-mockbuilder-4212/root'user='mockbuild'logger=uid=1001shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/tapper.spec'] with env {'HOME': '/builddir', 'HOSTNAME': 'mock', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7BvdrU + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf tapper-0.2.2 + /bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/tapper-0.2.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd tapper-0.2.2 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6EmuiU + umask 022 + cd /builddir/build/BUILD + cd tapper-0.2.2 + LANG=C + export LANG + unset DISPLAY + mkdir _build + cd _build + ../configure --enable-man --disable-rpm --disable-html --disable-dependency-tracking --prefix=/usr --libdir=/usr/lib64 --srcdir=.. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... none checking for cppcheck... no configure: WARNING: cppcheck not found => some tests will be skipped checking for pandoc... /usr/bin/pandoc checking for rsync... no checking for scp... no configure: WARNING: neither rsync nor scp found => upload targets will be disabled checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for X11... yes checking for XTST... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands ## -------- ## ## Warnings ## ## -------- ## cppcheck not found => some tests will be skipped. neither rsync nor scp found => upload targets will be disabled. + make make all-am make[1]: Entering directory `/builddir/build/BUILD/tapper-0.2.2/_build' g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -c -o src/tapper-base.o `test -f 'src/base.cpp' || echo '../'`src/base.cpp g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -c -o src/tapper-string.o `test -f 'src/string.cpp' || echo '../'`src/string.cpp g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -c -o src/tapper-posix.o `test -f 'src/posix.cpp' || echo '../'`src/posix.cpp g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -c -o src/tapper-x.o `test -f 'src/x.cpp' || echo '../'`src/x.cpp g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -c -o src/tapper-tapper.o `test -f 'src/tapper.cpp' || echo '../'`src/tapper.cpp g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -c -o src/tapper-switcher.o `test -f 'src/switcher.cpp' || echo '../'`src/switcher.cpp g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -c -o src/tapper-main.o `test -f 'src/main.cpp' || echo '../'`src/main.cpp g++ -Wall -g -O2 -pthread -lX11 -lXtst -o tapper src/tapper-base.o src/tapper-string.o src/tapper-posix.o src/tapper-x.o src/tapper-tapper.o src/tapper-switcher.o src/tapper-main.o [1] ----- subst.sed ----- { \ echo 's|[@]![@]|Do not edit, this file generated from|g'; \ echo 's|[@]PACKAGE_BRPM[@]||g'; \ echo 's|[@]PACKAGE_BUGREPORT[@]|http://kbd-tapper.sourceforge.net/bugs.html|g'; \ echo 's|[@]PACKAGE_COPR_PKG[@]|https://copr.fedorainfracloud.org/coprs/vandebugger/release/package/tapper|g'; \ echo 's|[@]PACKAGE_COPR_PRJ[@]|vandebugger/release|g'; \ echo 's|[@]PACKAGE_COPR_REPO[@]|https://copr.fedorainfracloud.org/coprs/vandebugger/release/|g'; \ echo 's|[@]PACKAGE_COPYRIGHT_HOLDER[@]|Van de Bugger|g'; \ echo 's|[@]PACKAGE_COPYRIGHT_YEAR[@]|2014, 2016|g'; \ echo 's|[@]PACKAGE_EMAIL[@]|mailto:van.de.bugger@gmail.com|g'; \ echo 's|[@]PACKAGE_LICENSE[@]|GPLv3+: GNU GPL version 3 or later|g'; \ echo 's|[@]PACKAGE_LICENSE_URL[@]|http://gnu.org/licenses/gpl.html|g'; \ echo 's|[@]PACKAGE_NAME[@]|Tapper|g'; \ echo 's|[@]PACKAGE_NVR[@]|tapper-0.2.2-1|g'; \ echo 's|[@]PACKAGE_RELEASE[@]|1|g'; \ echo 's|[@]PACKAGE_SF_FILES[@]|https://sourceforge.net/projects/kbd-tapper/files/0.2.2/|g'; \ echo 's|[@]PACKAGE_SF_FORUMS[@]|https://sourceforge.net/p/kbd-tapper/forums/|g'; \ echo 's|[@]PACKAGE_SF_REVIEWS[@]|https://sourceforge.net/projects/kbd-tapper/reviews/|g'; \ echo 's|[@]PACKAGE_SF_SUMMARY[@]|https://sourceforge.net/projects/kbd-tapper/|g'; \ echo 's|[@]PACKAGE_SF_TICKETS[@]|https://sourceforge.net/p/kbd-tapper/tickets/|g'; \ echo 's|[@]PACKAGE_SRPM[@]||g'; \ echo 's|[@]PACKAGE_STRING[@]|Tapper 0.2.2|g'; \ echo 's|[@]PACKAGE_TARNAME[@]|tapper|g'; \ echo 's|[@]PACKAGE_TGZ[@]|tapper-0.2.2.tar.gz|g'; \ echo 's|[@]PACKAGE_URL[@]|http://kbd-tapper.sourceforge.net/|g'; \ echo 's|[@]PACKAGE_VERSION[@]|0.2.2|g'; \ echo 's|[@]sbindir[@]|/usr/sbin|g'; \ echo 's|[@]srcdir[@]|..|g'; \ echo 's|[@]sysconfdir[@]|/usr/etc|g'; \ } > subst.sed [1] ----- tapper.man ----- if test -n "$BASH_VERSION"; then set -o pipefail; fi; \ sed -f subst.sed ../man/tapper.md \ | \ /usr/bin/pandoc --read=markdown --write=man --template=default.man -o tapper.man make[1]: Leaving directory `/builddir/build/BUILD/tapper-0.2.2/_build' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.P0sRL9 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/tapper-0.2.2-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/tapper-0.2.2-1.x86_64 ++ dirname /builddir/build/BUILDROOT/tapper-0.2.2-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/tapper-0.2.2-1.x86_64 + cd tapper-0.2.2 + LANG=C + export LANG + unset DISPLAY + cd _build + make DESTDIR=/builddir/build/BUILDROOT/tapper-0.2.2-1.x86_64 install make[1]: Entering directory `/builddir/build/BUILD/tapper-0.2.2/_build' /bin/mkdir -p '/builddir/build/BUILDROOT/tapper-0.2.2-1.x86_64/usr/bin' /usr/bin/install -c tapper '/builddir/build/BUILDROOT/tapper-0.2.2-1.x86_64/usr/bin' /bin/mkdir -p '/builddir/build/BUILDROOT/tapper-0.2.2-1.x86_64/usr/share/doc/tapper' /usr/bin/install -c -m 644 ../AUTHORS.md ../CHANGES.md ../GPLv3.txt ../LICENSE.md '/builddir/build/BUILDROOT/tapper-0.2.2-1.x86_64/usr/share/doc/tapper' /bin/mkdir -p '/builddir/build/BUILDROOT/tapper-0.2.2-1.x86_64/usr/share/man/man1' /usr/bin/install -c -m 644 'tapper.man' '/builddir/build/BUILDROOT/tapper-0.2.2-1.x86_64/usr/share/man/man1/tapper.1' make[1]: Leaving directory `/builddir/build/BUILD/tapper-0.2.2/_build' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/tapper-0.2.2 extracting debug info from /builddir/build/BUILDROOT/tapper-0.2.2-1.x86_64/usr/bin/tapper 152 blocks + /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/bin/python + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: tapper-0.2.2-1.x86_64 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libX11.so.6()(64bit) libXtst.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: tapper-debuginfo-0.2.2-1.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/tapper-0.2.2-1.x86_64 warning: Could not canonicalize hostname: copr-builder-876773696.novalocal Wrote: /builddir/build/RPMS/tapper-0.2.2-1.x86_64.rpm Wrote: /builddir/build/RPMS/tapper-debuginfo-0.2.2-1.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.oZ0d7X + umask 022 + cd /builddir/build/BUILD + cd tapper-0.2.2 + /bin/rm -rf /builddir/build/BUILDROOT/tapper-0.2.2-1.x86_64 + exit 0 Child return code was: 0