D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/python-rope-0.18.0-2.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TND5xC
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf rope-0.18.0
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/rope-0.18.0.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd rope-0.18.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ rm -rf rope.egg-info/
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BbI9fC
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd rope-0.18.0
+ '[' 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/rope
copying rope/__init__.py -> build/lib/rope
creating build/lib/rope/base
copying rope/base/worder.py -> build/lib/rope/base
copying rope/base/taskhandle.py -> build/lib/rope/base
copying rope/base/stdmods.py -> build/lib/rope/base
copying rope/base/simplify.py -> build/lib/rope/base
copying rope/base/resources.py -> build/lib/rope/base
copying rope/base/resourceobserver.py -> build/lib/rope/base
copying rope/base/pyscopes.py -> build/lib/rope/base
copying rope/base/pyobjectsdef.py -> build/lib/rope/base
copying rope/base/pyobjects.py -> build/lib/rope/base
copying rope/base/pynamesdef.py -> build/lib/rope/base
copying rope/base/pynames.py -> build/lib/rope/base
copying rope/base/pycore.py -> build/lib/rope/base
copying rope/base/project.py -> build/lib/rope/base
copying rope/base/prefs.py -> build/lib/rope/base
copying rope/base/libutils.py -> build/lib/rope/base
copying rope/base/history.py -> build/lib/rope/base
copying rope/base/fscommands.py -> build/lib/rope/base
copying rope/base/exceptions.py -> build/lib/rope/base
copying rope/base/evaluate.py -> build/lib/rope/base
copying rope/base/default_config.py -> build/lib/rope/base
copying rope/base/codeanalyze.py -> build/lib/rope/base
copying rope/base/change.py -> build/lib/rope/base
copying rope/base/builtins.py -> build/lib/rope/base
copying rope/base/astutils.py -> build/lib/rope/base
copying rope/base/ast.py -> build/lib/rope/base
copying rope/base/arguments.py -> build/lib/rope/base
copying rope/base/__init__.py -> build/lib/rope/base
creating build/lib/rope/base/oi
copying rope/base/oi/transform.py -> build/lib/rope/base/oi
copying rope/base/oi/soi.py -> build/lib/rope/base/oi
copying rope/base/oi/soa.py -> build/lib/rope/base/oi
copying rope/base/oi/runmod.py -> build/lib/rope/base/oi
copying rope/base/oi/objectinfo.py -> build/lib/rope/base/oi
copying rope/base/oi/objectdb.py -> build/lib/rope/base/oi
copying rope/base/oi/memorydb.py -> build/lib/rope/base/oi
copying rope/base/oi/doa.py -> build/lib/rope/base/oi
copying rope/base/oi/__init__.py -> build/lib/rope/base/oi
creating build/lib/rope/base/oi/type_hinting
copying rope/base/oi/type_hinting/utils.py -> build/lib/rope/base/oi/type_hinting
copying rope/base/oi/type_hinting/interfaces.py -> build/lib/rope/base/oi/type_hinting
copying rope/base/oi/type_hinting/factory.py -> build/lib/rope/base/oi/type_hinting
copying rope/base/oi/type_hinting/evaluate.py -> build/lib/rope/base/oi/type_hinting
copying rope/base/oi/type_hinting/__init__.py -> build/lib/rope/base/oi/type_hinting
creating build/lib/rope/base/oi/type_hinting/providers
copying rope/base/oi/type_hinting/providers/pep0484_type_comments.py -> build/lib/rope/base/oi/type_hinting/providers
copying rope/base/oi/type_hinting/providers/numpydocstrings.py -> build/lib/rope/base/oi/type_hinting/providers
copying rope/base/oi/type_hinting/providers/interfaces.py -> build/lib/rope/base/oi/type_hinting/providers
copying rope/base/oi/type_hinting/providers/inheritance.py -> build/lib/rope/base/oi/type_hinting/providers
copying rope/base/oi/type_hinting/providers/docstrings.py -> build/lib/rope/base/oi/type_hinting/providers
copying rope/base/oi/type_hinting/providers/composite.py -> build/lib/rope/base/oi/type_hinting/providers
copying rope/base/oi/type_hinting/providers/__init__.py -> build/lib/rope/base/oi/type_hinting/providers
creating build/lib/rope/base/oi/type_hinting/resolvers
copying rope/base/oi/type_hinting/resolvers/types.py -> build/lib/rope/base/oi/type_hinting/resolvers
copying rope/base/oi/type_hinting/resolvers/interfaces.py -> build/lib/rope/base/oi/type_hinting/resolvers
copying rope/base/oi/type_hinting/resolvers/composite.py -> build/lib/rope/base/oi/type_hinting/resolvers
copying rope/base/oi/type_hinting/resolvers/__init__.py -> build/lib/rope/base/oi/type_hinting/resolvers
creating build/lib/rope/base/utils
copying rope/base/utils/pycompat.py -> build/lib/rope/base/utils
copying rope/base/utils/datastructures.py -> build/lib/rope/base/utils
copying rope/base/utils/__init__.py -> build/lib/rope/base/utils
creating build/lib/rope/contrib
copying rope/contrib/generate.py -> build/lib/rope/contrib
copying rope/contrib/fixsyntax.py -> build/lib/rope/contrib
copying rope/contrib/fixmodnames.py -> build/lib/rope/contrib
copying rope/contrib/findit.py -> build/lib/rope/contrib
copying rope/contrib/finderrors.py -> build/lib/rope/contrib
copying rope/contrib/codeassist.py -> build/lib/rope/contrib
copying rope/contrib/changestack.py -> build/lib/rope/contrib
copying rope/contrib/autoimport.py -> build/lib/rope/contrib
copying rope/contrib/__init__.py -> build/lib/rope/contrib
creating build/lib/rope/refactor
copying rope/refactor/wildcards.py -> build/lib/rope/refactor
copying rope/refactor/usefunction.py -> build/lib/rope/refactor
copying rope/refactor/topackage.py -> build/lib/rope/refactor
copying rope/refactor/suites.py -> build/lib/rope/refactor
copying rope/refactor/sourceutils.py -> build/lib/rope/refactor
copying rope/refactor/similarfinder.py -> build/lib/rope/refactor
copying rope/refactor/restructure.py -> build/lib/rope/refactor
copying rope/refactor/rename.py -> build/lib/rope/refactor
copying rope/refactor/patchedast.py -> build/lib/rope/refactor
copying rope/refactor/occurrences.py -> build/lib/rope/refactor
copying rope/refactor/multiproject.py -> build/lib/rope/refactor
copying rope/refactor/move.py -> build/lib/rope/refactor
copying rope/refactor/method_object.py -> build/lib/rope/refactor
copying rope/refactor/localtofield.py -> build/lib/rope/refactor
copying rope/refactor/introduce_parameter.py -> build/lib/rope/refactor
copying rope/refactor/introduce_factory.py -> build/lib/rope/refactor
copying rope/refactor/inline.py -> build/lib/rope/refactor
copying rope/refactor/functionutils.py -> build/lib/rope/refactor
copying rope/refactor/extract.py -> build/lib/rope/refactor
copying rope/refactor/encapsulate_field.py -> build/lib/rope/refactor
copying rope/refactor/change_signature.py -> build/lib/rope/refactor
copying rope/refactor/__init__.py -> build/lib/rope/refactor
creating build/lib/rope/refactor/importutils
copying rope/refactor/importutils/module_imports.py -> build/lib/rope/refactor/importutils
copying rope/refactor/importutils/importinfo.py -> build/lib/rope/refactor/importutils
copying rope/refactor/importutils/actions.py -> build/lib/rope/refactor/importutils
copying rope/refactor/importutils/__init__.py -> build/lib/rope/refactor/importutils
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PmUWh7
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64
+ cd rope-0.18.0
+ '[' 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 install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64
running install
running install_lib
creating /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr
creating /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib
creating /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9
creating /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages
creating /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope
creating /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
creating /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/importutils
copying build/lib/rope/refactor/importutils/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/importutils
copying build/lib/rope/refactor/importutils/actions.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/importutils
copying build/lib/rope/refactor/importutils/importinfo.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/importutils
copying build/lib/rope/refactor/importutils/module_imports.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/importutils
copying build/lib/rope/refactor/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/change_signature.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/encapsulate_field.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/extract.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/functionutils.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/inline.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/introduce_factory.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/introduce_parameter.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/localtofield.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/method_object.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/move.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/multiproject.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/occurrences.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/patchedast.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/rename.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/restructure.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/similarfinder.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/sourceutils.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/suites.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/topackage.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/usefunction.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
copying build/lib/rope/refactor/wildcards.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor
creating /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib
copying build/lib/rope/contrib/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib
copying build/lib/rope/contrib/autoimport.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib
copying build/lib/rope/contrib/changestack.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib
copying build/lib/rope/contrib/codeassist.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib
copying build/lib/rope/contrib/finderrors.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib
copying build/lib/rope/contrib/findit.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib
copying build/lib/rope/contrib/fixmodnames.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib
copying build/lib/rope/contrib/fixsyntax.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib
copying build/lib/rope/contrib/generate.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib
creating /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
creating /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/utils
copying build/lib/rope/base/utils/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/utils
copying build/lib/rope/base/utils/datastructures.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/utils
copying build/lib/rope/base/utils/pycompat.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/utils
creating /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi
creating /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting
creating /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/resolvers
copying build/lib/rope/base/oi/type_hinting/resolvers/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/resolvers
copying build/lib/rope/base/oi/type_hinting/resolvers/composite.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/resolvers
copying build/lib/rope/base/oi/type_hinting/resolvers/interfaces.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/resolvers
copying build/lib/rope/base/oi/type_hinting/resolvers/types.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/resolvers
creating /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/providers/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/providers/composite.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/providers/docstrings.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/providers/inheritance.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/providers/interfaces.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/providers/numpydocstrings.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/providers/pep0484_type_comments.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting
copying build/lib/rope/base/oi/type_hinting/evaluate.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting
copying build/lib/rope/base/oi/type_hinting/factory.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting
copying build/lib/rope/base/oi/type_hinting/interfaces.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting
copying build/lib/rope/base/oi/type_hinting/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting
copying build/lib/rope/base/oi/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi
copying build/lib/rope/base/oi/doa.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi
copying build/lib/rope/base/oi/memorydb.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi
copying build/lib/rope/base/oi/objectdb.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi
copying build/lib/rope/base/oi/objectinfo.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi
copying build/lib/rope/base/oi/runmod.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi
copying build/lib/rope/base/oi/soa.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi
copying build/lib/rope/base/oi/soi.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi
copying build/lib/rope/base/oi/transform.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi
copying build/lib/rope/base/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/arguments.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/ast.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/astutils.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/builtins.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/change.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/codeanalyze.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/default_config.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/evaluate.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/fscommands.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/history.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/libutils.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/prefs.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/project.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/pycore.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/pynames.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/pynamesdef.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/pyobjects.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/pyobjectsdef.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/pyscopes.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/resourceobserver.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/resources.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/simplify.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/stdmods.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/taskhandle.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/base/worder.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base
copying build/lib/rope/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/importutils/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/importutils/actions.py to actions.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/importutils/importinfo.py to importinfo.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/importutils/module_imports.py to module_imports.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/change_signature.py to change_signature.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/encapsulate_field.py to encapsulate_field.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/extract.py to extract.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/functionutils.py to functionutils.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/inline.py to inline.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/introduce_factory.py to introduce_factory.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/introduce_parameter.py to introduce_parameter.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/localtofield.py to localtofield.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/method_object.py to method_object.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/move.py to move.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/multiproject.py to multiproject.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/occurrences.py to occurrences.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/patchedast.py to patchedast.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/rename.py to rename.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/restructure.py to restructure.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/similarfinder.py to similarfinder.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/sourceutils.py to sourceutils.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/suites.py to suites.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/topackage.py to topackage.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/usefunction.py to usefunction.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/refactor/wildcards.py to wildcards.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib/autoimport.py to autoimport.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib/changestack.py to changestack.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib/codeassist.py to codeassist.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib/finderrors.py to finderrors.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib/findit.py to findit.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib/fixmodnames.py to fixmodnames.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib/fixsyntax.py to fixsyntax.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/contrib/generate.py to generate.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/utils/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/utils/datastructures.py to datastructures.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/utils/pycompat.py to pycompat.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/resolvers/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/resolvers/composite.py to composite.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/resolvers/interfaces.py to interfaces.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/resolvers/types.py to types.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers/composite.py to composite.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers/docstrings.py to docstrings.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers/inheritance.py to inheritance.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers/interfaces.py to interfaces.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers/numpydocstrings.py to numpydocstrings.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/providers/pep0484_type_comments.py to pep0484_type_comments.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/evaluate.py to evaluate.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/factory.py to factory.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/interfaces.py to interfaces.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/type_hinting/utils.py to utils.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/doa.py to doa.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/memorydb.py to memorydb.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/objectdb.py to objectdb.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/objectinfo.py to objectinfo.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/runmod.py to runmod.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/soa.py to soa.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/soi.py to soi.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/oi/transform.py to transform.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/arguments.py to arguments.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/ast.py to ast.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/astutils.py to astutils.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/builtins.py to builtins.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/change.py to change.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/codeanalyze.py to codeanalyze.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/default_config.py to default_config.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/evaluate.py to evaluate.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/exceptions.py to exceptions.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/fscommands.py to fscommands.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/history.py to history.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/libutils.py to libutils.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/prefs.py to prefs.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/project.py to project.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/pycore.py to pycore.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/pynames.py to pynames.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/pynamesdef.py to pynamesdef.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/pyobjects.py to pyobjects.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/pyobjectsdef.py to pyobjectsdef.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/pyscopes.py to pyscopes.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/resourceobserver.py to resourceobserver.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/resources.py to resources.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/simplify.py to simplify.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/stdmods.py to stdmods.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/taskhandle.py to taskhandle.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/base/worder.py to worder.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope/__init__.py to __init__.cpython-39.pyc
writing byte-compilation script '/tmp/tmpoebpuvt1.py'
/usr/bin/python3 /tmp/tmpoebpuvt1.py
removing /tmp/tmpoebpuvt1.py
running install_egg_info
running egg_info
creating rope.egg-info
writing rope.egg-info/PKG-INFO
writing dependency_links to rope.egg-info/dependency_links.txt
writing requirements to rope.egg-info/requires.txt
writing top-level names to rope.egg-info/top_level.txt
writing manifest file 'rope.egg-info/SOURCES.txt'
reading manifest file 'rope.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
writing manifest file 'rope.egg-info/SOURCES.txt'
Copying rope.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9/site-packages/rope-0.18.0-py3.9.egg-info
running install_scripts
+ rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/bin/__pycache__
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.18.0-2.mga9 --unique-debug-suffix -0.18.0-2.mga9.aarch64 --unique-debug-src-base python-rope-0.18.0-2.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/rope-0.18.0

+ /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 0
Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/lib/python3.9 using python3.9
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: python3-rope-0.18.0-2.mga9.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.W8V020
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd rope-0.18.0
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/share/doc/python3-rope
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/share/doc/python3-rope
+ cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/share/doc/python3-rope
+ cp -pr docs/contributing.rst docs/dev docs/done.rst docs/library.rst docs/overview.rst docs/rope.rst /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/share/doc/python3-rope
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gV3gNX
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd rope-0.18.0
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/share/licenses/python3-rope
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/share/licenses/python3-rope
+ cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64/usr/share/licenses/python3-rope
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-rope = 0.18.0-2.mga9 python3-rope = 0.18.0-2.mga9 python3.9-rope = 0.18.0-2.mga9 python3.9dist(rope) = 0.18 python3dist(rope) = 0.18
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: python(abi) = 3.9
Obsoletes: python-rope < 0.18.0-2.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-rope-0.18.0-2.mga9.noarch.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.C0jYxb
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd rope-0.18.0
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-rope-0.18.0-2.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.93e2Ei
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf rope-0.18.0
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!