Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/tracer.spec'], nspawn_args=[]shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-605a7facde3e4072f3656655854fcedb0b6036e2/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/tracer.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/tracer-0.7.6-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/tracer.spec'], nspawn_args=[]shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-605a7facde3e4072f3656655854fcedb0b6036e2/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/tracer.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dM7dCm + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tracer-0.7.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/tracer-0.7.6.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd tracer-0.7.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e '1s|^#!.*$|#!/usr/bin/python2|' bin/tracer.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2EzBFJ + umask 022 + cd /builddir/build/BUILD + cd tracer-0.7.6 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running build running build_py creating build/lib creating build/lib/tracer copying tracer/main.py -> build/lib/tracer copying tracer/version.py -> build/lib/tracer copying tracer/query.py -> build/lib/tracer copying tracer/__init__.py -> build/lib/tracer copying tracer/paths.py -> build/lib/tracer copying tracer/hooks.py -> build/lib/tracer creating build/lib/tracer/controllers copying tracer/controllers/default.py -> build/lib/tracer/controllers copying tracer/controllers/__init__.py -> build/lib/tracer/controllers copying tracer/controllers/helper.py -> build/lib/tracer/controllers copying tracer/controllers/resource.py -> build/lib/tracer/controllers creating build/lib/tracer/packageManagers copying tracer/packageManagers/rpm.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/alpm.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/ipackageManager.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/yum.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/dpkg.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/dnf.py -> build/lib/tracer/packageManagers creating build/lib/tracer/resources copying tracer/resources/collections.py -> build/lib/tracer/resources copying tracer/resources/processes.py -> build/lib/tracer/resources copying tracer/resources/FilenameCleaner.py -> build/lib/tracer/resources copying tracer/resources/lang.py -> build/lib/tracer/resources copying tracer/resources/tracer.py -> build/lib/tracer/resources copying tracer/resources/PackageManager.py -> build/lib/tracer/resources copying tracer/resources/exceptions.py -> build/lib/tracer/resources copying tracer/resources/memory.py -> build/lib/tracer/resources copying tracer/resources/pycomp.py -> build/lib/tracer/resources copying tracer/resources/rules.py -> build/lib/tracer/resources copying tracer/resources/router.py -> build/lib/tracer/resources copying tracer/resources/applications.py -> build/lib/tracer/resources copying tracer/resources/__init__.py -> build/lib/tracer/resources copying tracer/resources/args_parser.py -> build/lib/tracer/resources copying tracer/resources/system.py -> build/lib/tracer/resources copying tracer/resources/SystemdDbus.py -> build/lib/tracer/resources copying tracer/resources/package.py -> build/lib/tracer/resources creating build/lib/tracer/views copying tracer/views/default.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/__init__.py -> build/lib/tracer/views copying tracer/views/helper.py -> build/lib/tracer/views copying tracer/views/interactive.py -> build/lib/tracer/views creating build/lib/tracer/views/resource copying tracer/views/resource/processes.py -> build/lib/tracer/views/resource copying tracer/views/resource/rules.py -> build/lib/tracer/views/resource copying tracer/views/resource/packages.py -> build/lib/tracer/views/resource copying tracer/views/resource/applications.py -> build/lib/tracer/views/resource copying tracer/views/resource/__init__.py -> build/lib/tracer/views/resource copying tracer/views/resource/system.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-2.7 copying and adjusting build/tracer -> build/scripts-2.7 changing mode of build/scripts-2.7/tracer from 644 to 755 + sleep 1 + make -j4 man make --directory=doc man make[1]: Entering directory `/builddir/build/BUILD/tracer-0.7.6/doc' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. sphinx-build -b man -d build/doctrees source build/man Making output directory... Running Sphinx v1.1.3 loading pickled environment... not yet created 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. Build finished. The manual pages are in build/man. make[1]: Leaving directory `/builddir/build/BUILD/tracer-0.7.6/doc' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yy1CaI + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch + cd tracer-0.7.6 + mkdir -p /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/share/tracer/ + cp -a data/README.md data/__init__.py data/applications.xml data/rules.xml /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/share/tracer/ + mkdir -p /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/lib/python2.7/site-packages/tracer/ + cp -ar tracer/__init__.py tracer/__init__.pyc tracer/controllers tracer/hooks.py tracer/hooks.pyc tracer/main.py tracer/packageManagers tracer/paths.py tracer/paths.pyc tracer/query.py tracer/query.pyc tracer/resources tracer/version.py tracer/version.pyc tracer/views tests /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/lib/python2.7/site-packages/tracer/ + install -Dpm0755 bin/tracer.py /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/bin/tracer + install -Dpm0644 doc/build/man/tracer.8 /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/share/man/man8/tracer.8 + mkdir -p /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/etc/bash_completion.d + install -pm 644 scripts/tracer.bash_completion /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/etc/bash_completion.d/tracer + make DESTDIR=/builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/share mo mkdir -p /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/share/locale/cs/LC_MESSAGES/ msgcat po/cs.po | msgfmt -o /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/share/locale/cs/LC_MESSAGES/tracer.mo - + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch tracer + /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/tracer-0.7.6 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /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 Bytecompiling .py files below /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.FJOS0t + umask 022 + cd /builddir/build/BUILD + cd tracer-0.7.6 + python2 -m pytest -v tests ============================= test session starts ============================== platform linux2 -- Python 2.7.5 -- py-1.4.32 -- pytest-2.7.0 -- /usr/bin/python2 rootdir: /builddir/build/BUILD/tracer-0.7.6, inifile: collecting ... collected 73 items tests/test_FilenameCleaner.py::TestFilenameCleaner::test_strip PASSED tests/test_alpm.py::TestAlpm::test_implements_package_manager_interface SKIPPED tests/test_alpm.py::TestAlpm::test_load_package_info SKIPPED tests/test_alpm.py::TestAlpm::test_package_files_implemented SKIPPED tests/test_alpm.py::TestAlpm::test_package_newer_than_implemented SKIPPED tests/test_alpm.py::TestAlpm::test_provided_by SKIPPED tests/test_applications.py::TestApplications::test_app_with_no_definition <- /builddir/build/BUILD/tracer-0.7.6/tests/test_applications.py PASSED tests/test_applications.py::TestApplications::test_application_processes <- /builddir/build/BUILD/tracer-0.7.6/tests/test_applications.py PASSED tests/test_applications.py::TestApplications::test_apps_attributes <- /builddir/build/BUILD/tracer-0.7.6/tests/test_applications.py PASSED tests/test_applications.py::TestApplications::test_apps_duplicity <- /builddir/build/BUILD/tracer-0.7.6/tests/test_applications.py PASSED tests/test_applications.py::TestApplications::test_apps_types <- /builddir/build/BUILD/tracer-0.7.6/tests/test_applications.py PASSED tests/test_applications.py::TestApplications::test_contains_formating <- /builddir/build/BUILD/tracer-0.7.6/tests/test_applications.py PASSED tests/test_applications.py::TestApplications::test_contains_name <- /builddir/build/BUILD/tracer-0.7.6/tests/test_applications.py PASSED tests/test_applications.py::TestApplications::test_helper_contains_when_none <- /builddir/build/BUILD/tracer-0.7.6/tests/test_applications.py PASSED tests/test_applications.py::TestApplications::test_load <- /builddir/build/BUILD/tracer-0.7.6/tests/test_applications.py PASSED tests/test_applications.py::TestApplications::test_representations <- /builddir/build/BUILD/tracer-0.7.6/tests/test_applications.py PASSED tests/test_collections.py::TestCollections::test_applications_sorted PASSED tests/test_collections.py::TestCollections::test_packages_intersection PASSED tests/test_collections.py::TestCollections::test_processes_none_user PASSED tests/test_collections.py::TestCollections::test_processes_types PASSED tests/test_collections.py::TestCollections::test_processes_update <- ../../../../usr/lib/python2.7/unittest/case.py SKIPPED tests/test_collections.py::TestCollections::test_replace_values PASSED tests/test_dnf.py::TestDnf::test_implements_package_manager_interface SKIPPED tests/test_dnf.py::TestDnf::test_load_package_info SKIPPED tests/test_dnf.py::TestDnf::test_package_files_implemented SKIPPED tests/test_dnf.py::TestDnf::test_package_newer_than_implemented SKIPPED tests/test_dnf.py::TestDnf::test_provided_by SKIPPED tests/test_dpkg.py::TestDpkg::test_implements_package_manager_interface SKIPPED tests/test_dpkg.py::TestDpkg::test_load_package_info SKIPPED tests/test_dpkg.py::TestDpkg::test_package_files_implemented SKIPPED tests/test_dpkg.py::TestDpkg::test_package_newer_than_implemented SKIPPED tests/test_dpkg.py::TestDpkg::test_provided_by SKIPPED tests/test_hooks.py::TestHooks::test_hook PASSED tests/test_hooks.py::TestHooks::test_hooks_list PASSED tests/test_hooks.py::TestHooks::test_undefined_hook PASSED tests/test_lang.py::TestLang::test_provide_underscore_function PASSED tests/test_package.py::TestPackage::test_equality PASSED tests/test_package.py::TestPackage::test_representation PASSED tests/test_portage.py::TestPortage::test_implements_package_manager_interface SKIPPED tests/test_portage.py::TestPortage::test_load_package_info SKIPPED tests/test_portage.py::TestPortage::test_package_files_implemented SKIPPED tests/test_portage.py::TestPortage::test_package_newer_than_implemented SKIPPED tests/test_portage.py::TestPortage::test_provided_by SKIPPED tests/test_processes.py::TestProcesses::test_children <- ../../../../usr/lib/python2.7/unittest/case.py SKIPPED tests/test_processes.py::TestProcesses::test_name_sshd PASSED tests/test_processes.py::TestProcesses::test_process_caching <- ../../../../usr/lib/python2.7/unittest/case.py SKIPPED tests/test_processes.py::TestProcesses::test_unique_process <- ../../../../usr/lib/python2.7/unittest/case.py SKIPPED tests/test_query.py::TestQuery::test_affected_applications PASSED tests/test_rules.py::TestRules::test_app_with_no_rule PASSED tests/test_rules.py::TestRules::test_load PASSED tests/test_rules.py::TestRules::test_representations PASSED tests/test_rules.py::TestRules::test_rules_attributes PASSED tests/test_rules.py::TestRules::test_rules_duplicity PASSED tests/test_rules.py::TestRules::test_rules_types PASSED tests/test_rules.py::TestRules::test_update PASSED tests/test_tracer.py::TestRules::test_trace_affected <- /builddir/build/BUILD/tracer-0.7.6/tests/test_tracer.py PASSED tests/test_tracer.py::TestRules::test_trace_application <- /builddir/build/BUILD/tracer-0.7.6/tests/test_tracer.py PASSED tests/test_views.py::TestViews::test_default_all PASSED tests/test_views.py::TestViews::test_default_all_session PASSED tests/test_views.py::TestViews::test_default_all_session_static PASSED tests/test_views.py::TestViews::test_default_all_static PASSED tests/test_views.py::TestViews::test_default_none PASSED tests/test_views.py::TestViews::test_default_not_all PASSED tests/test_views.py::TestViews::test_default_note_only PASSED tests/test_views.py::TestViews::test_default_with_helpers PASSED tests/test_views.py::TestViews::test_default_with_without_helpers PASSED tests/test_views.py::TestViews::test_default_without_helpers PASSED tests/test_views.py::TestViews::test_helper PASSED tests/test_yum.py::TestYum::test_implements_package_manager_interface SKIPPED tests/test_yum.py::TestYum::test_load_package_info SKIPPED tests/test_yum.py::TestYum::test_package_files_implemented SKIPPED tests/test_yum.py::TestYum::test_package_newer_than_implemented SKIPPED tests/test_yum.py::TestYum::test_provided_by SKIPPED ==================== 44 passed, 29 skipped in 6.17 seconds ===================== + exit 0 Processing files: tracer-common-0.7.6-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oQZXFZ + umask 022 + cd /builddir/build/BUILD + cd tracer-0.7.6 + DOCDIR=/builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/share/doc/tracer-common-0.7.6 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/share/doc/tracer-common-0.7.6 + cp -pr README.md /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/share/doc/tracer-common-0.7.6 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xKPufy + umask 022 + cd /builddir/build/BUILD + cd tracer-0.7.6 + LICENSEDIR=/builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/share/licenses/tracer-common-0.7.6 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/share/licenses/tracer-common-0.7.6 + cp -pr LICENSE /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch/usr/share/licenses/tracer-common-0.7.6 + exit 0 Provides: tracer-common = 0.7.6-1.el7 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 Processing files: python2-tracer-0.7.6-1.el7.noarch Provides: python-tracer = 0.7.6-1.el7 python2-tracer = 0.7.6-1.el7 tracer = 0.7.6-1.el7 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/bin/python2 python(abi) = 2.7 Obsoletes: tracer <= 0.6.11 python-tracer < 0.7.6-1.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch Wrote: /builddir/build/RPMS/tracer-common-0.7.6-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-tracer-0.7.6-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Cwn5lm + umask 022 + cd /builddir/build/BUILD + cd tracer-0.7.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/tracer-0.7.6-1.el7.noarch + exit 0 Child return code was: 0