D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-catcher-0.1.7-12.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xe7snZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf python-catcher-0.1.7 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/python-catcher-0.1.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-catcher-0.1.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf python-catcher.egg-info + find -name '*.py' + xargs sed -i '1s|^#!python|#!/usr/bin/python3|' + 2to3 -w -n . RefactoringTool: Skipping optional fixer: buffer RefactoringTool: Skipping optional fixer: idioms RefactoringTool: Skipping optional fixer: set_literal RefactoringTool: Skipping optional fixer: ws_comma RefactoringTool: Refactored ./setup.py RefactoringTool: Refactored ./catcher/__init__.py RefactoringTool: No changes to ./catcher/_version.py RefactoringTool: No changes to ./catcher/collector.py RefactoringTool: Refactored ./catcher/tests.py RefactoringTool: No changes to ./catcher/formatters/html.py RefactoringTool: No changes to ./catcher/formatters/text.py RefactoringTool: No changes to ./catcher/uploaders/ajentiorg.py RefactoringTool: No changes to ./catcher/uploaders/pastehtml.py RefactoringTool: Files that were modified: RefactoringTool: ./setup.py RefactoringTool: ./catcher/__init__.py RefactoringTool: ./catcher/_version.py RefactoringTool: ./catcher/collector.py RefactoringTool: ./catcher/tests.py RefactoringTool: ./catcher/formatters/html.py RefactoringTool: ./catcher/formatters/text.py RefactoringTool: ./catcher/uploaders/ajentiorg.py RefactoringTool: ./catcher/uploaders/pastehtml.py --- ./setup.py (original) +++ ./setup.py (refactored) @@ -3,7 +3,7 @@ from distutils.core import setup from setuptools import find_packages -execfile('catcher/_version.py') +exec(compile(open('catcher/_version.py', "rb").read(), 'catcher/_version.py', 'exec')) setup( name='python-catcher', --- ./catcher/__init__.py (original) +++ ./catcher/__init__.py (refactored) @@ -1,4 +1,4 @@ from . import formatters from . import uploaders from .collector import collect, backup -from _version import __version__ +from ._version import __version__ --- ./catcher/tests.py (original) +++ ./catcher/tests.py (refactored) @@ -1,4 +1,4 @@ -from __future__ import print_function + import unittest import catcher + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SvCwF1 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd python-catcher-0.1.7 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/catcher copying catcher/__init__.py -> build/lib/catcher copying catcher/tests.py -> build/lib/catcher copying catcher/collector.py -> build/lib/catcher copying catcher/_version.py -> build/lib/catcher creating build/lib/catcher/uploaders copying catcher/uploaders/ajentiorg.py -> build/lib/catcher/uploaders copying catcher/uploaders/__init__.py -> build/lib/catcher/uploaders copying catcher/uploaders/pastehtml.py -> build/lib/catcher/uploaders creating build/lib/catcher/formatters copying catcher/formatters/html.py -> build/lib/catcher/formatters copying catcher/formatters/__init__.py -> build/lib/catcher/formatters copying catcher/formatters/text.py -> build/lib/catcher/formatters + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Zofo61 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64 + cd python-catcher-0.1.7 + '[' 1 -eq 1 ']' + /usr/bin/python3 setup.py install --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib creating /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher creating /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/uploaders copying build/lib/catcher/uploaders/ajentiorg.py -> /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/uploaders copying build/lib/catcher/uploaders/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/uploaders copying build/lib/catcher/uploaders/pastehtml.py -> /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/uploaders copying build/lib/catcher/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher copying build/lib/catcher/tests.py -> /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher copying build/lib/catcher/collector.py -> /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher copying build/lib/catcher/_version.py -> /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher creating /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/formatters copying build/lib/catcher/formatters/html.py -> /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/formatters copying build/lib/catcher/formatters/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/formatters copying build/lib/catcher/formatters/text.py -> /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/formatters byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/uploaders/ajentiorg.py to ajentiorg.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/uploaders/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/uploaders/pastehtml.py to pastehtml.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/tests.py to tests.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/collector.py to collector.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/_version.py to _version.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/formatters/html.py to html.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/formatters/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/catcher/formatters/text.py to text.cpython-38.pyc running install_egg_info running egg_info writing python_catcher.egg-info/PKG-INFO writing dependency_links to python_catcher.egg-info/dependency_links.txt writing requirements to python_catcher.egg-info/requires.txt writing top-level names to python_catcher.egg-info/top_level.txt reading manifest file 'python_catcher.egg-info/SOURCES.txt' writing manifest file 'python_catcher.egg-info/SOURCES.txt' Copying python_catcher.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8/site-packages/python_catcher-0.1.7-py3.8.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.1.7-12.mga8 --unique-debug-suffix -0.1.7-12.mga8.aarch64 --unique-debug-src-base python-catcher-0.1.7-12.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/python-catcher-0.1.7 + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64/usr/lib/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-catcher-0.1.7-12.mga8.noarch Provides: python-catcher = 0.1.7-12.mga8 python3-catcher = 0.1.7-12.mga8 python3.8-catcher = 0.1.7-12.mga8 python3.8dist(python-catcher) = 0.1.7 python3dist(python-catcher) = 0.1.7 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: python(abi) = 3.8 python3.8dist(mako) python3.8dist(requests) Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-catcher-0.1.7-12.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.WHAMD0 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd python-catcher-0.1.7 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-catcher-0.1.7-12.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vTWvT2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf python-catcher-0.1.7 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!