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-transaction-3.0.1-2.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.v6ZBey + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf transaction-3.0.1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/transaction-3.0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd transaction-3.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf transaction.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bYZsty + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd transaction-3.0.1 + '[' 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/transaction copying src/transaction/weakset.py -> build/lib/transaction copying src/transaction/interfaces.py -> build/lib/transaction copying src/transaction/_transaction.py -> build/lib/transaction copying src/transaction/_manager.py -> build/lib/transaction copying src/transaction/_compat.py -> build/lib/transaction copying src/transaction/__init__.py -> build/lib/transaction creating build/lib/transaction/tests copying src/transaction/tests/test_weakset.py -> build/lib/transaction/tests copying src/transaction/tests/test_savepoint.py -> build/lib/transaction/tests copying src/transaction/tests/test__transaction.py -> build/lib/transaction/tests copying src/transaction/tests/test__manager.py -> build/lib/transaction/tests copying src/transaction/tests/savepointsample.py -> build/lib/transaction/tests copying src/transaction/tests/examples.py -> build/lib/transaction/tests copying src/transaction/tests/common.py -> build/lib/transaction/tests copying src/transaction/tests/__init__.py -> build/lib/transaction/tests running egg_info writing src/transaction.egg-info/PKG-INFO writing dependency_links to src/transaction.egg-info/dependency_links.txt writing entry points to src/transaction.egg-info/entry_points.txt writing requirements to src/transaction.egg-info/requires.txt writing top-level names to src/transaction.egg-info/top_level.txt reading manifest file 'src/transaction.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'transaction' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching 'coverage.xml' found anywhere in distribution no previously-included directories found matching 'docs/_build' adding license file 'LICENSE.txt' writing manifest file 'src/transaction.egg-info/SOURCES.txt' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EzcOIT + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64 + cd transaction-3.0.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 install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib creating /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9 creating /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction creating /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests copying build/lib/transaction/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests copying build/lib/transaction/tests/common.py -> /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests copying build/lib/transaction/tests/examples.py -> /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests copying build/lib/transaction/tests/savepointsample.py -> /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests copying build/lib/transaction/tests/test__manager.py -> /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests copying build/lib/transaction/tests/test__transaction.py -> /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests copying build/lib/transaction/tests/test_savepoint.py -> /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests copying build/lib/transaction/tests/test_weakset.py -> /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests copying build/lib/transaction/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction copying build/lib/transaction/_compat.py -> /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction copying build/lib/transaction/_manager.py -> /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction copying build/lib/transaction/_transaction.py -> /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction copying build/lib/transaction/interfaces.py -> /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction copying build/lib/transaction/weakset.py -> /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests/common.py to common.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests/examples.py to examples.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests/savepointsample.py to savepointsample.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests/test__manager.py to test__manager.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests/test__transaction.py to test__transaction.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests/test_savepoint.py to test_savepoint.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/tests/test_weakset.py to test_weakset.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/_compat.py to _compat.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/_manager.py to _manager.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/_transaction.py to _transaction.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/interfaces.py to interfaces.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction/weakset.py to weakset.cpython-39.pyc writing byte-compilation script '/tmp/tmptus3paur.py' /usr/bin/python3 /tmp/tmptus3paur.py removing /tmp/tmptus3paur.py running install_egg_info running egg_info writing src/transaction.egg-info/PKG-INFO writing dependency_links to src/transaction.egg-info/dependency_links.txt writing entry points to src/transaction.egg-info/entry_points.txt writing requirements to src/transaction.egg-info/requires.txt writing top-level names to src/transaction.egg-info/top_level.txt reading manifest file 'src/transaction.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'transaction' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching 'coverage.xml' found anywhere in distribution no previously-included directories found matching 'docs/_build' adding license file 'LICENSE.txt' writing manifest file 'src/transaction.egg-info/SOURCES.txt' Copying src/transaction.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/transaction-3.0.1-py3.9.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 3.0.1-2.mga9 --unique-debug-suffix -3.0.1-2.mga9.aarch64 --unique-debug-src-base python-transaction-3.0.1-2.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/transaction-3.0.1 + /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-transaction-3.0.1-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 Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YeLZul + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd transaction-3.0.1 + '[' 1 -eq 1 ']' + /usr/bin/python3 setup.py test running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing src/transaction.egg-info/PKG-INFO writing dependency_links to src/transaction.egg-info/dependency_links.txt writing entry points to src/transaction.egg-info/entry_points.txt writing requirements to src/transaction.egg-info/requires.txt writing top-level names to src/transaction.egg-info/top_level.txt reading manifest file 'src/transaction.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'transaction' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching 'coverage.xml' found anywhere in distribution no previously-included directories found matching 'docs/_build' adding license file 'LICENSE.txt' writing manifest file 'src/transaction.egg-info/SOURCES.txt' running build_ext test_as_weakref_list (transaction.tests.test_weakset.WeakSetTests) ... ok test_clear (transaction.tests.test_weakset.WeakSetTests) ... ok test_contains (transaction.tests.test_weakset.WeakSetTests) ... ok test_len (transaction.tests.test_weakset.WeakSetTests) ... ok test_map (transaction.tests.test_weakset.WeakSetTests) ... ok test_map_w_gced_element (transaction.tests.test_weakset.WeakSetTests) ... ok test_remove (transaction.tests.test_weakset.WeakSetTests) ... ok testRollbackRollsbackDataManagersThatJoinedLater (transaction.tests.test_savepoint.SavepointTests) ... ok test_commit_after_rollback_for_dm_that_joins_after_savepoint (transaction.tests.test_savepoint.SavepointTests) ... ok test_ctor (transaction.tests.test__transaction.AbortSavepointTests) ... ok test_rollback (transaction.tests.test__transaction.AbortSavepointTests) ... ok test_bug239086 (transaction.tests.test__transaction.MiscellaneousTests) ... ok test_gh5 (transaction.tests.test__transaction.MiscellaneousTests) ... ok test_ctor (transaction.tests.test__transaction.NoRollbackSavepointTests) ... ok test_rollback (transaction.tests.test__transaction.NoRollbackSavepointTests) ... ok test_ctor_w_savepoint_aware_resources (transaction.tests.test__transaction.SavepointTests) ... ok test_ctor_w_savepoint_oblivious_resource_non_optimistic (transaction.tests.test__transaction.SavepointTests) ... ok test_ctor_w_savepoint_oblivious_resource_optimistic (transaction.tests.test__transaction.SavepointTests) ... ok test_rollback_w_sp_error (transaction.tests.test__transaction.SavepointTests) ... ok test_rollback_w_txn_None (transaction.tests.test__transaction.SavepointTests) ... ok test_valid_w_transacction (transaction.tests.test__transaction.SavepointTests) ... ok test_valid_wo_transacction (transaction.tests.test__transaction.SavepointTests) ... ok test_hit (transaction.tests.test__transaction.Test_rm_key) ... ok test_miss (transaction.tests.test__transaction.Test_rm_key) ... ok test__commitResources_error_in_afterCompletion (transaction.tests.test__transaction.TransactionTests) ... ok test__commitResources_error_in_commit (transaction.tests.test__transaction.TransactionTests) ... ok test__commitResources_error_in_tpc_begin (transaction.tests.test__transaction.TransactionTests) ... ok test__commitResources_error_in_tpc_finish (transaction.tests.test__transaction.TransactionTests) ... ok test__commitResources_error_in_tpc_vote (transaction.tests.test__transaction.TransactionTests) ... ok test__commitResources_normal (transaction.tests.test__transaction.TransactionTests) ... ok test__extension_settable (transaction.tests.test__transaction.TransactionTests) ... ok test__invalidate_all_savepoints (transaction.tests.test__transaction.TransactionTests) ... ok test__prior_operation_failed (transaction.tests.test__transaction.TransactionTests) ... ok test__remove_and_invalidate_after_hit (transaction.tests.test__transaction.TransactionTests) ... ok test__remove_and_invalidate_after_miss (transaction.tests.test__transaction.TransactionTests) ... ok test__unjoin_hit (transaction.tests.test__transaction.TransactionTests) ... ok test__unjoin_miss (transaction.tests.test__transaction.TransactionTests) ... ok test_abort_clears_resources (transaction.tests.test__transaction.TransactionTests) ... ok test_abort_error_w_afterCommitHooks (transaction.tests.test__transaction.TransactionTests) ... ok test_abort_error_w_synchronizers (transaction.tests.test__transaction.TransactionTests) ... ok test_abort_synchronizer_error_w_resources (transaction.tests.test__transaction.TransactionTests) ... ok test_abort_w_abortHooks (transaction.tests.test__transaction.TransactionTests) ... ok test_abort_w_afterCommitHooks (transaction.tests.test__transaction.TransactionTests) ... ok test_abort_w_beforeCommitHooks (transaction.tests.test__transaction.TransactionTests) ... ok test_abort_w_savepoints (transaction.tests.test__transaction.TransactionTests) ... ok test_abort_w_synchronizers (transaction.tests.test__transaction.TransactionTests) ... ok test_abort_wo_savepoints_wo_hooks_wo_synchronizers (transaction.tests.test__transaction.TransactionTests) ... ok test_addAfterAbortHook (transaction.tests.test__transaction.TransactionTests) ... ok test_addAfterAbortHook_wo_kws (transaction.tests.test__transaction.TransactionTests) ... ok test_addAfterCommitHook (transaction.tests.test__transaction.TransactionTests) ... ok test_addAfterCommitHook_wo_kws (transaction.tests.test__transaction.TransactionTests) ... ok test_addBeforeAbortHook (transaction.tests.test__transaction.TransactionTests) ... ok test_addBeforeAbortHook_w_kws (transaction.tests.test__transaction.TransactionTests) ... ok test_addBeforeCommitHook (transaction.tests.test__transaction.TransactionTests) ... ok test_addBeforeCommitHook_w_kws (transaction.tests.test__transaction.TransactionTests) ... ok test_callAfterAbortHook_w_abort_error (transaction.tests.test__transaction.TransactionTests) ... ok test_callAfterAbortHook_w_error_w_abort_error (transaction.tests.test__transaction.TransactionTests) ... ok test_callAfterCommitHook_w_abort (transaction.tests.test__transaction.TransactionTests) ... ok test_callAfterCommitHook_w_error (transaction.tests.test__transaction.TransactionTests) ... ok test_callBeforeAbortHook_w_abort (transaction.tests.test__transaction.TransactionTests) ... ok test_callBeforeAbortHook_w_error (transaction.tests.test__transaction.TransactionTests) ... ok test_callBeforeCommitHook_w_error (transaction.tests.test__transaction.TransactionTests) ... ok test_commit_COMMITFAILED (transaction.tests.test__transaction.TransactionTests) ... ok test_commit_DOOMED (transaction.tests.test__transaction.TransactionTests) ... ok test_commit_clears_resources (transaction.tests.test__transaction.TransactionTests) ... ok test_commit_error_w_afterCompleteHooks (transaction.tests.test__transaction.TransactionTests) ... ok test_commit_error_w_synchronizers (transaction.tests.test__transaction.TransactionTests) ... ok test_commit_w_abortHooks (transaction.tests.test__transaction.TransactionTests) ... ok test_commit_w_afterCommitHooks (transaction.tests.test__transaction.TransactionTests) ... ok test_commit_w_beforeCommitHooks (transaction.tests.test__transaction.TransactionTests) ... ok test_commit_w_error_w_abortHooks (transaction.tests.test__transaction.TransactionTests) ... ok test_commit_w_savepoints (transaction.tests.test__transaction.TransactionTests) ... ok test_commit_w_synchronizers (transaction.tests.test__transaction.TransactionTests) ... ok test_commit_wo_savepoints_wo_hooks_wo_synchronizers (transaction.tests.test__transaction.TransactionTests) ... ok test_ctor_defaults (transaction.tests.test__transaction.TransactionTests) ... ok test_ctor_w_syncs (transaction.tests.test__transaction.TransactionTests) ... ok test_data (transaction.tests.test__transaction.TransactionTests) ... ok test_description_42 (transaction.tests.test__transaction.TransactionTests) ... ok test_description_None (transaction.tests.test__transaction.TransactionTests) ... ok test_description_bytes (transaction.tests.test__transaction.TransactionTests) ... ok test_doom_active (transaction.tests.test__transaction.TransactionTests) ... ok test_doom_already_doomed (transaction.tests.test__transaction.TransactionTests) ... ok test_doom_invalid (transaction.tests.test__transaction.TransactionTests) ... ok test_getAfterAbortHooks_empty (transaction.tests.test__transaction.TransactionTests) ... ok test_getAfterCommitHooks_empty (transaction.tests.test__transaction.TransactionTests) ... ok test_getBeforeAbortHooks_empty (transaction.tests.test__transaction.TransactionTests) ... ok test_getBeforeCommitHooks_empty (transaction.tests.test__transaction.TransactionTests) ... ok test_isDoomed (transaction.tests.test__transaction.TransactionTests) ... ok test_isRetryableError_w_multiple (transaction.tests.test__transaction.TransactionTests) ... ok test_isRetryableError_w_normal_exception_no_resources (transaction.tests.test__transaction.TransactionTests) ... ok test_isRetryableError_w_normal_exception_w_resource_voting_yes (transaction.tests.test__transaction.TransactionTests) ... ok test_isRetryableError_w_transient_error (transaction.tests.test__transaction.TransactionTests) ... ok test_isRetryableError_w_transient_subclass (transaction.tests.test__transaction.TransactionTests) ... ok test_join_COMMITFAILED (transaction.tests.test__transaction.TransactionTests) ... ok test_join_COMMITTED (transaction.tests.test__transaction.TransactionTests) ... ok test_join_COMMITTING (transaction.tests.test__transaction.TransactionTests) ... ok test_join_DOOMED_non_preparing_wo_sp2index (transaction.tests.test__transaction.TransactionTests) ... ok test_note (transaction.tests.test__transaction.TransactionTests) ... ok test_note_42 (transaction.tests.test__transaction.TransactionTests) ... ok test_note_None (transaction.tests.test__transaction.TransactionTests) ... ok test_note_bytes (transaction.tests.test__transaction.TransactionTests) ... ok test_savepoint_COMMITFAILED (transaction.tests.test__transaction.TransactionTests) ... ok test_savepoint_empty (transaction.tests.test__transaction.TransactionTests) ... ok test_savepoint_non_optimistc_resource_wo_support (transaction.tests.test__transaction.TransactionTests) ... ok test_setExtendedInfo_multiple (transaction.tests.test__transaction.TransactionTests) ... ok test_setExtendedInfo_single (transaction.tests.test__transaction.TransactionTests) ... ok test_setUser_default_path (transaction.tests.test__transaction.TransactionTests) ... ok test_setUser_explicit_path (transaction.tests.test__transaction.TransactionTests) ... ok test_user_non_text (transaction.tests.test__transaction.TransactionTests) ... ok test_user_w_none (transaction.tests.test__transaction.TransactionTests) ... /home/iurt/rpmbuild/BUILD/transaction-3.0.1/src/transaction/tests/test__transaction.py:1346: DeprecationWarning: Expected text txn.user = b'phreddy' ok test_verifyImplements_ITransaction (transaction.tests.test__transaction.TransactionTests) ... ok test_verifyProvides_ITransaction (transaction.tests.test__transaction.TransactionTests) ... ok test___enter__ (transaction.tests.test__manager.AttemptTests) ... ok test___exit__no_exc_abort_exception_after_nonretryable_commit_exc (transaction.tests.test__manager.AttemptTests) ... ok test___exit__no_exc_no_commit_exception (transaction.tests.test__manager.AttemptTests) ... ok test___exit__no_exc_nonretryable_commit_exception (transaction.tests.test__manager.AttemptTests) ... ok test___exit__no_exc_retryable_commit_exception (transaction.tests.test__manager.AttemptTests) ... ok test___exit__with_exception_value_nonretryable (transaction.tests.test__manager.AttemptTests) ... ok test___exit__with_exception_value_retryable (transaction.tests.test__manager.AttemptTests) ... ok test_explicit_mode (transaction.tests.test__manager.AttemptTests) ... ok test_explicit_thread_local_manager (transaction.tests.test__manager.TestThreadTransactionManager) ... ok test_interface (transaction.tests.test__manager.TestThreadTransactionManager) ... ok test_sync_registration_thread_local_manager (transaction.tests.test__manager.TestThreadTransactionManager) ... ok test__retryable_w_multiple (transaction.tests.test__manager.TransactionManagerTests) ... ok test__retryable_w_normal_exception_no_resources (transaction.tests.test__manager.TransactionManagerTests) ... ok test__retryable_w_normal_exception_w_resource_voting_yes (transaction.tests.test__manager.TransactionManagerTests) ... ok test__retryable_w_transient_error (transaction.tests.test__manager.TransactionManagerTests) ... ok test__retryable_w_transient_subclass (transaction.tests.test__manager.TransactionManagerTests) ... ok test_abort_normal (transaction.tests.test__manager.TransactionManagerTests) ... ok test_abort_w_broken_jar (transaction.tests.test__manager.TransactionManagerTests) ... ok test_abort_w_existing_txn (transaction.tests.test__manager.TransactionManagerTests) ... ok test_abort_w_nonsub_jar (transaction.tests.test__manager.TransactionManagerTests) ... ok test_as_context_manager_w_error (transaction.tests.test__manager.TransactionManagerTests) ... ok test_as_context_manager_wo_error (transaction.tests.test__manager.TransactionManagerTests) ... ok test_attempts_defer_to_dm (transaction.tests.test__manager.TransactionManagerTests) ... ok test_attempts_propigates_errors (transaction.tests.test__manager.TransactionManagerTests) ... ok test_attempts_retries (transaction.tests.test__manager.TransactionManagerTests) ... ok test_attempts_retries_but_gives_up (transaction.tests.test__manager.TransactionManagerTests) ... ok test_attempts_stop_on_success (transaction.tests.test__manager.TransactionManagerTests) ... ok test_attempts_w_default_count (transaction.tests.test__manager.TransactionManagerTests) ... ok test_attempts_w_invalid_count (transaction.tests.test__manager.TransactionManagerTests) ... ok test_attempts_w_valid_count (transaction.tests.test__manager.TransactionManagerTests) ... ok test_begin_w_existing_txn (transaction.tests.test__manager.TransactionManagerTests) ... ok test_begin_wo_existing_txn_w_synchs (transaction.tests.test__manager.TransactionManagerTests) ... ok test_begin_wo_existing_txn_wo_synchs (transaction.tests.test__manager.TransactionManagerTests) ... ok test_clearSynchs (transaction.tests.test__manager.TransactionManagerTests) ... ok test_commit_normal (transaction.tests.test__manager.TransactionManagerTests) ... ok test_commit_w_broken_jar_commit (transaction.tests.test__manager.TransactionManagerTests) ... ok test_commit_w_broken_jar_tpc_abort_tpc_vote (transaction.tests.test__manager.TransactionManagerTests) ... ok test_commit_w_broken_jar_tpc_begin (transaction.tests.test__manager.TransactionManagerTests) ... ok test_commit_w_broken_jar_tpc_vote (transaction.tests.test__manager.TransactionManagerTests) ... ok test_commit_w_existing_txn (transaction.tests.test__manager.TransactionManagerTests) ... ok test_commit_w_nonsub_jar (transaction.tests.test__manager.TransactionManagerTests) ... ok test_ctor (transaction.tests.test__manager.TransactionManagerTests) ... ok test_doom (transaction.tests.test__manager.TransactionManagerTests) ... ok test_free_w_existing_txn (transaction.tests.test__manager.TransactionManagerTests) ... ok test_free_w_other_txn (transaction.tests.test__manager.TransactionManagerTests) ... ok test_get_w_existing_txn (transaction.tests.test__manager.TransactionManagerTests) ... ok test_get_wo_existing_txn (transaction.tests.test__manager.TransactionManagerTests) ... ok test_interface (transaction.tests.test__manager.TransactionManagerTests) ... ok test_isDoomed_w_existing_txn (transaction.tests.test__manager.TransactionManagerTests) ... ok test_isDoomed_wo_existing_txn (transaction.tests.test__manager.TransactionManagerTests) ... ok test_notify_transaction_late_comers (transaction.tests.test__manager.TransactionManagerTests) ... ok test_registerSynch (transaction.tests.test__manager.TransactionManagerTests) ... ok test_run (transaction.tests.test__manager.TransactionManagerTests) ... ok test_run_callable_with_bytes_doc (transaction.tests.test__manager.TransactionManagerTests) ... ok test_run_defer_to_dm (transaction.tests.test__manager.TransactionManagerTests) ... ok test_run_no_name_explicit_tries (transaction.tests.test__manager.TransactionManagerTests) ... ok test_run_pos_tries (transaction.tests.test__manager.TransactionManagerTests) ... ok test_run_propigates_errors (transaction.tests.test__manager.TransactionManagerTests) ... ok test_run_retries_but_gives_up (transaction.tests.test__manager.TransactionManagerTests) ... ok test_run_stop_on_success (transaction.tests.test__manager.TransactionManagerTests) ... ok test_savepoint_default (transaction.tests.test__manager.TransactionManagerTests) ... ok test_savepoint_explicit (transaction.tests.test__manager.TransactionManagerTests) ... ok test_unregisterSynch (transaction.tests.test__manager.TransactionManagerTests) ... ok test_unregisterSynch_on_transaction_manager_from_serparate_thread (transaction.tests.test__manager.TransactionManagerTests) ... ok ---------------------------------------------------------------------- Ran 176 tests in 0.154s OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-transaction-3.0.1-2.mga9.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wwkcth + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd transaction-3.0.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/share/doc/python3-transaction + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/share/doc/python3-transaction + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/share/doc/python3-transaction + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hxdoGj + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd transaction-3.0.1 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/share/licenses/python3-transaction + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/share/licenses/python3-transaction + cp -pr LICENSE.txt /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64/usr/share/licenses/python3-transaction + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-transaction = 3.0.1-2.mga9 python3-transaction = 3.0.1-2.mga9 python3.9-transaction = 3.0.1-2.mga9 python3.9dist(transaction) = 3.0.1 python3dist(transaction) = 3.0.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(zope-interface) Obsoletes: python-transaction < 3.0.1-2.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-transaction-3.0.1-2.mga9.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xjJWlN + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd transaction-3.0.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-transaction-3.0.1-2.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Z8Sawv + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf transaction-3.0.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!