/build/tracer/src/tracer-tracer-0.7.8-1/setup.py:5: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running build running build_py creating build/lib creating build/lib/tracer copying tracer/__init__.py -> build/lib/tracer copying tracer/version.py -> build/lib/tracer copying tracer/hooks.py -> build/lib/tracer copying tracer/main.py -> build/lib/tracer copying tracer/paths.py -> build/lib/tracer copying tracer/query.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/helper.py -> build/lib/tracer/controllers copying tracer/controllers/default.py -> build/lib/tracer/controllers creating build/lib/tracer/packageManagers copying tracer/packageManagers/portage.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/rpm.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/ipackageManager.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/__init__.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/yum.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/dnf.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/dpkg.py -> build/lib/tracer/packageManagers copying tracer/packageManagers/alpm.py -> build/lib/tracer/packageManagers creating build/lib/tracer/resources copying tracer/resources/processes.py -> build/lib/tracer/resources copying tracer/resources/PackageManager.py -> build/lib/tracer/resources copying tracer/resources/memory.py -> build/lib/tracer/resources copying tracer/resources/__init__.py -> build/lib/tracer/resources copying tracer/resources/rules.py -> build/lib/tracer/resources copying tracer/resources/tracer.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/package.py -> build/lib/tracer/resources copying tracer/resources/args_parser.py -> build/lib/tracer/resources copying tracer/resources/collections.py -> build/lib/tracer/resources copying tracer/resources/SystemdDbus.py -> build/lib/tracer/resources copying tracer/resources/system.py -> build/lib/tracer/resources copying tracer/resources/pycomp.py -> build/lib/tracer/resources copying tracer/resources/router.py -> build/lib/tracer/resources copying tracer/resources/exceptions.py -> build/lib/tracer/resources copying tracer/resources/applications.py -> build/lib/tracer/resources creating build/lib/tracer/views copying tracer/views/note_for_hidden.py -> build/lib/tracer/views copying tracer/views/blocks.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 copying tracer/views/default.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/__init__.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/system.py -> build/lib/tracer/views/resource copying tracer/views/resource/applications.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.10 copying and adjusting build/tracer -> build/scripts-3.10 changing mode of build/scripts-3.10/tracer from 644 to 755