Mock Version: 4.1 Mock Version: 4.1 Mock Version: 4.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/tracer.spec'], chrootPath='/var/lib/mock/dist-oc8-build-74787-51301/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': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/tracer.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': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/tracer-1.1-1.oc8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps --nocheck /builddir/build/SPECS/tracer.spec'], chrootPath='/var/lib/mock/dist-oc8-build-74787-51301/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': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps --nocheck /builddir/build/SPECS/tracer.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': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5LmCVH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tracer-1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/tracer-1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd tracer-1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e '1s|^#!.*$|#!/usr/libexec/platform-python|' bin/tracer.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.g4HRFh + umask 022 + cd /builddir/build/BUILD + cd tracer-1.1 + CFLAGS='-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 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' running build running build_py creating build/lib creating build/lib/tracer copying tracer/paths.py -> build/lib/tracer copying tracer/main.py -> build/lib/tracer copying tracer/query.py -> build/lib/tracer copying tracer/hooks.py -> build/lib/tracer copying tracer/__init__.py -> build/lib/tracer copying tracer/version.py -> build/lib/tracer creating build/lib/tracer/controllers copying tracer/controllers/__init__.py -> build/lib/tracer/controllers copying tracer/controllers/resource.py -> build/lib/tracer/controllers copying tracer/controllers/default.py -> build/lib/tracer/controllers copying tracer/controllers/helper.py -> build/lib/tracer/controllers creating build/lib/tracer/packageManagers copying tracer/packageManagers/dnf.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/portage.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/__init__.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/alpm.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/yum.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/ipackageManager.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/rpm.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/dpkg.py -> build/lib/tracer/packageManagers creating build/lib/tracer/resources copying tracer/resources/rules.py -> build/lib/tracer/resources copying tracer/resources/system.py -> build/lib/tracer/resources copying tracer/resources/router.py -> build/lib/tracer/resources copying tracer/resources/PackageManager.py -> build/lib/tracer/resources copying tracer/resources/args_parser.py -> build/lib/tracer/resources copying tracer/resources/__init__.py -> build/lib/tracer/resources copying tracer/resources/pycomp.py -> build/lib/tracer/resources copying tracer/resources/lang.py -> build/lib/tracer/resources copying tracer/resources/package.py -> build/lib/tracer/resources copying tracer/resources/applications.py -> build/lib/tracer/resources copying tracer/resources/tracer.py -> build/lib/tracer/resources copying tracer/resources/processes.py -> build/lib/tracer/resources copying tracer/resources/memory.py -> build/lib/tracer/resources copying tracer/resources/SystemdDbus.py -> build/lib/tracer/resources copying tracer/resources/FilenameCleaner.py -> build/lib/tracer/resources copying tracer/resources/collections.py -> build/lib/tracer/resources copying tracer/resources/exceptions.py -> build/lib/tracer/resources creating build/lib/tracer/views copying tracer/views/__init__.py -> build/lib/tracer/views copying tracer/views/default.py -> build/lib/tracer/views copying tracer/views/helper.py -> build/lib/tracer/views copying tracer/views/blocks.py -> build/lib/tracer/views copying tracer/views/note_for_hidden.py -> build/lib/tracer/views copying tracer/views/interactive.py -> build/lib/tracer/views creating build/lib/tracer/views/resource copying tracer/views/resource/rules.py -> build/lib/tracer/views/resource copying tracer/views/resource/system.py -> build/lib/tracer/views/resource copying tracer/views/resource/__init__.py -> build/lib/tracer/views/resource copying tracer/views/resource/applications.py -> build/lib/tracer/views/resource copying tracer/views/resource/processes.py -> build/lib/tracer/views/resource copying tracer/views/resource/packages.py -> build/lib/tracer/views/resource creating build/lib/data copying data/__init__.py -> build/lib/data copying data/applications.xml -> build/lib/data copying data/rules.xml -> build/lib/data running build_scripts creating build/scripts-3.6 copying and adjusting build/tracer -> build/scripts-3.6 changing mode of build/scripts-3.6/tracer from 644 to 755 /usr/lib64/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) + sleep 1 + make -j8 man make --directory=doc man make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/tracer-1.1/doc' sphinx-build -b man -d build/doctrees source build/man Running Sphinx v1.7.6 making output directory... loading pickled environment... not yet created building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: 6 added, 0 changed, 0 removed reading sources... [ 16%] api reading sources... [ 33%] developer-guide reading sources... [ 50%] get-tracer reading sources... [ 66%] index reading sources... [ 83%] manpage reading sources... [100%] user-guide looking for now-outdated files... none found pickling environment... done checking consistency... done writing... tracer.8 { } build succeeded. The manual pages are in build/man. Build finished. The manual pages are in build/man. make[1]: Leaving directory '/builddir/build/BUILD/tracer-1.1/doc' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BW7gaH + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch ++ dirname /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch + cd tracer-1.1 + mkdir -p /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/share/tracer/ + cp -a data/README.md data/__init__.py data/applications.xml data/rules.xml /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/share/tracer/ + mkdir -p /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/lib/python3.6/site-packages/tracer/ + cp -ar tracer/__init__.py tracer/__pycache__ tracer/controllers tracer/hooks.py tracer/main.py tracer/packageManagers tracer/paths.py tracer/query.py tracer/resources tracer/version.py tracer/views tests /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/lib/python3.6/site-packages/tracer/ + install -Dpm0755 bin/tracer.py /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/bin/tracer + install -Dpm0644 doc/build/man/tracer.8 /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/share/man/man8/tracer.8 + mkdir -p /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/etc/bash_completion.d + install -pm 644 scripts/tracer.bash_completion /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/etc/bash_completion.d/tracer + make DESTDIR=/builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/share mo mkdir -p /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/share/locale/cs/LC_MESSAGES/ msgcat po/cs.po | msgfmt -o /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/share/locale/cs/LC_MESSAGES/tracer.mo - + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch tracer + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.1-1.oc8 --unique-debug-suffix -1.1-1.oc8.noarch --unique-debug-src-base tracer-1.1-1.oc8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/tracer-1.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/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 '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: tracer-common-1.1-1.oc8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Kbnbf2 + umask 022 + cd /builddir/build/BUILD + cd tracer-1.1 + DOCDIR=/builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/share/doc/tracer-common + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/share/doc/tracer-common + cp -pr README.md /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/share/doc/tracer-common + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.0D3ESO + umask 022 + cd /builddir/build/BUILD + cd tracer-1.1 + LICENSEDIR=/builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/share/licenses/tracer-common + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/share/licenses/tracer-common + cp -pr LICENSE /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch/usr/share/licenses/tracer-common + exit 0 Provides: tracer-common = 1.1-1.oc8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-tracer-1.1-1.oc8.noarch Provides: python3-tracer = 1.1-1.oc8 tracer = 1.1-1.oc8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/libexec/platform-python python(abi) = 3.6 Obsoletes: tracer <= 0.6.11 Suggests: python3-argcomplete Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/tracer-1.1-1.oc8.noarch Wrote: /builddir/build/RPMS/tracer-common-1.1-1.oc8.noarch.rpm Wrote: /builddir/build/RPMS/python3-tracer-1.1-1.oc8.noarch.rpm Child return code was: 0