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-trio-0.19.0-1.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.S3Zx5f + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf trio-0.19.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/trio-0.19.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd trio-0.19.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0001-Skip-tests-failing-with-pytest-6.2.2.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + rm -rf trio.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qiIisy + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd trio-0.19.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/trio copying trio/to_thread.py -> build/lib/trio copying trio/socket.py -> build/lib/trio copying trio/lowlevel.py -> build/lib/trio copying trio/from_thread.py -> build/lib/trio copying trio/abc.py -> build/lib/trio copying trio/_windows_pipes.py -> build/lib/trio copying trio/_wait_for_object.py -> build/lib/trio copying trio/_version.py -> build/lib/trio copying trio/_util.py -> build/lib/trio copying trio/_unix_pipes.py -> build/lib/trio copying trio/_timeouts.py -> build/lib/trio copying trio/_threads.py -> build/lib/trio copying trio/_sync.py -> build/lib/trio copying trio/_subprocess.py -> build/lib/trio copying trio/_ssl.py -> build/lib/trio copying trio/_socket.py -> build/lib/trio copying trio/_signals.py -> build/lib/trio copying trio/_path.py -> build/lib/trio copying trio/_highlevel_ssl_helpers.py -> build/lib/trio copying trio/_highlevel_socket.py -> build/lib/trio copying trio/_highlevel_serve_listeners.py -> build/lib/trio copying trio/_highlevel_open_unix_stream.py -> build/lib/trio copying trio/_highlevel_open_tcp_stream.py -> build/lib/trio copying trio/_highlevel_open_tcp_listeners.py -> build/lib/trio copying trio/_highlevel_generic.py -> build/lib/trio copying trio/_file_io.py -> build/lib/trio copying trio/_deprecate.py -> build/lib/trio copying trio/_channel.py -> build/lib/trio copying trio/_abc.py -> build/lib/trio copying trio/__init__.py -> build/lib/trio creating build/lib/trio/tests copying trio/tests/test_windows_pipes.py -> build/lib/trio/tests copying trio/tests/test_wait_for_object.py -> build/lib/trio/tests copying trio/tests/test_util.py -> build/lib/trio/tests copying trio/tests/test_unix_pipes.py -> build/lib/trio/tests copying trio/tests/test_timeouts.py -> build/lib/trio/tests copying trio/tests/test_threads.py -> build/lib/trio/tests copying trio/tests/test_testing.py -> build/lib/trio/tests copying trio/tests/test_sync.py -> build/lib/trio/tests copying trio/tests/test_subprocess.py -> build/lib/trio/tests copying trio/tests/test_ssl.py -> build/lib/trio/tests copying trio/tests/test_socket.py -> build/lib/trio/tests copying trio/tests/test_signals.py -> build/lib/trio/tests copying trio/tests/test_scheduler_determinism.py -> build/lib/trio/tests copying trio/tests/test_path.py -> build/lib/trio/tests copying trio/tests/test_highlevel_ssl_helpers.py -> build/lib/trio/tests copying trio/tests/test_highlevel_socket.py -> build/lib/trio/tests copying trio/tests/test_highlevel_serve_listeners.py -> build/lib/trio/tests copying trio/tests/test_highlevel_open_unix_stream.py -> build/lib/trio/tests copying trio/tests/test_highlevel_open_tcp_stream.py -> build/lib/trio/tests copying trio/tests/test_highlevel_open_tcp_listeners.py -> build/lib/trio/tests copying trio/tests/test_highlevel_generic.py -> build/lib/trio/tests copying trio/tests/test_file_io.py -> build/lib/trio/tests copying trio/tests/test_exports.py -> build/lib/trio/tests copying trio/tests/test_deprecate.py -> build/lib/trio/tests copying trio/tests/test_channel.py -> build/lib/trio/tests copying trio/tests/test_abc.py -> build/lib/trio/tests copying trio/tests/module_with_deprecations.py -> build/lib/trio/tests copying trio/tests/conftest.py -> build/lib/trio/tests copying trio/tests/__init__.py -> build/lib/trio/tests creating build/lib/trio/testing copying trio/testing/_trio_test.py -> build/lib/trio/testing copying trio/testing/_sequencer.py -> build/lib/trio/testing copying trio/testing/_network.py -> build/lib/trio/testing copying trio/testing/_memory_streams.py -> build/lib/trio/testing copying trio/testing/_checkpoints.py -> build/lib/trio/testing copying trio/testing/_check_streams.py -> build/lib/trio/testing copying trio/testing/__init__.py -> build/lib/trio/testing creating build/lib/trio/_tools copying trio/_tools/gen_exports.py -> build/lib/trio/_tools copying trio/_tools/__init__.py -> build/lib/trio/_tools creating build/lib/trio/_subprocess_platform copying trio/_subprocess_platform/windows.py -> build/lib/trio/_subprocess_platform copying trio/_subprocess_platform/waitid.py -> build/lib/trio/_subprocess_platform copying trio/_subprocess_platform/kqueue.py -> build/lib/trio/_subprocess_platform copying trio/_subprocess_platform/__init__.py -> build/lib/trio/_subprocess_platform creating build/lib/trio/_core copying trio/_core/_windows_cffi.py -> build/lib/trio/_core copying trio/_core/_wakeup_socketpair.py -> build/lib/trio/_core copying trio/_core/_unbounded_queue.py -> build/lib/trio/_core copying trio/_core/_traps.py -> build/lib/trio/_core copying trio/_core/_thread_cache.py -> build/lib/trio/_core copying trio/_core/_run.py -> build/lib/trio/_core copying trio/_core/_parking_lot.py -> build/lib/trio/_core copying trio/_core/_multierror.py -> build/lib/trio/_core copying trio/_core/_mock_clock.py -> build/lib/trio/_core copying trio/_core/_local.py -> build/lib/trio/_core copying trio/_core/_ki.py -> build/lib/trio/_core copying trio/_core/_io_windows.py -> build/lib/trio/_core copying trio/_core/_io_kqueue.py -> build/lib/trio/_core copying trio/_core/_io_epoll.py -> build/lib/trio/_core copying trio/_core/_io_common.py -> build/lib/trio/_core copying trio/_core/_instrumentation.py -> build/lib/trio/_core copying trio/_core/_generated_run.py -> build/lib/trio/_core copying trio/_core/_generated_io_windows.py -> build/lib/trio/_core copying trio/_core/_generated_io_kqueue.py -> build/lib/trio/_core copying trio/_core/_generated_io_epoll.py -> build/lib/trio/_core copying trio/_core/_generated_instrumentation.py -> build/lib/trio/_core copying trio/_core/_exceptions.py -> build/lib/trio/_core copying trio/_core/_entry_queue.py -> build/lib/trio/_core copying trio/_core/_asyncgens.py -> build/lib/trio/_core copying trio/_core/__init__.py -> build/lib/trio/_core creating build/lib/trio/tests/tools copying trio/tests/tools/test_gen_exports.py -> build/lib/trio/tests/tools copying trio/tests/tools/__init__.py -> build/lib/trio/tests/tools creating build/lib/trio/_core/tests copying trio/_core/tests/test_run.py -> build/lib/trio/_core/tests copying trio/_core/tests/test_asyncgen.py -> build/lib/trio/_core/tests copying trio/_core/tests/tutil.py -> build/lib/trio/_core/tests copying trio/_core/tests/test_windows.py -> build/lib/trio/_core/tests copying trio/_core/tests/test_util.py -> build/lib/trio/_core/tests copying trio/_core/tests/test_unbounded_queue.py -> build/lib/trio/_core/tests copying trio/_core/tests/test_tutil.py -> build/lib/trio/_core/tests copying trio/_core/tests/test_thread_cache.py -> build/lib/trio/_core/tests copying trio/_core/tests/test_parking_lot.py -> build/lib/trio/_core/tests copying trio/_core/tests/test_multierror.py -> build/lib/trio/_core/tests copying trio/_core/tests/test_mock_clock.py -> build/lib/trio/_core/tests copying trio/_core/tests/test_local.py -> build/lib/trio/_core/tests copying trio/_core/tests/test_ki.py -> build/lib/trio/_core/tests copying trio/_core/tests/test_io.py -> build/lib/trio/_core/tests copying trio/_core/tests/test_instrumentation.py -> build/lib/trio/_core/tests copying trio/_core/tests/test_guest_mode.py -> build/lib/trio/_core/tests copying trio/_core/tests/conftest.py -> build/lib/trio/_core/tests copying trio/_core/tests/__init__.py -> build/lib/trio/_core/tests creating build/lib/trio/_core/tests/test_multierror_scripts copying trio/_core/tests/test_multierror_scripts/simple_excepthook_partial.py -> build/lib/trio/_core/tests/test_multierror_scripts copying trio/_core/tests/test_multierror_scripts/simple_excepthook_IPython.py -> build/lib/trio/_core/tests/test_multierror_scripts copying trio/_core/tests/test_multierror_scripts/simple_excepthook.py -> build/lib/trio/_core/tests/test_multierror_scripts copying trio/_core/tests/test_multierror_scripts/ipython_custom_exc.py -> build/lib/trio/_core/tests/test_multierror_scripts copying trio/_core/tests/test_multierror_scripts/custom_excepthook.py -> build/lib/trio/_core/tests/test_multierror_scripts copying trio/_core/tests/test_multierror_scripts/apport_excepthook.py -> build/lib/trio/_core/tests/test_multierror_scripts copying trio/_core/tests/test_multierror_scripts/_common.py -> build/lib/trio/_core/tests/test_multierror_scripts copying trio/_core/tests/test_multierror_scripts/__init__.py -> build/lib/trio/_core/tests/test_multierror_scripts running egg_info creating trio.egg-info writing trio.egg-info/PKG-INFO writing dependency_links to trio.egg-info/dependency_links.txt writing requirements to trio.egg-info/requires.txt writing top-level names to trio.egg-info/top_level.txt writing manifest file 'trio.egg-info/SOURCES.txt' reading manifest file 'trio.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.pem' under directory 'trio/tests/test_ssl_certs' no previously-included directories found matching 'docs/build' adding license file 'LICENSE' adding license file 'LICENSE.APACHE2' adding license file 'LICENSE.MIT' writing manifest file 'trio.egg-info/SOURCES.txt' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0GVCBT + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64 + cd trio-0.19.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-trio-0.19.0-1.mga9.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib creating /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9 creating /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio creating /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core creating /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests creating /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts copying build/lib/trio/_core/tests/test_multierror_scripts/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts copying build/lib/trio/_core/tests/test_multierror_scripts/_common.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts copying build/lib/trio/_core/tests/test_multierror_scripts/apport_excepthook.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts copying build/lib/trio/_core/tests/test_multierror_scripts/custom_excepthook.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts copying build/lib/trio/_core/tests/test_multierror_scripts/ipython_custom_exc.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts copying build/lib/trio/_core/tests/test_multierror_scripts/simple_excepthook.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts copying build/lib/trio/_core/tests/test_multierror_scripts/simple_excepthook_IPython.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts copying build/lib/trio/_core/tests/test_multierror_scripts/simple_excepthook_partial.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts copying build/lib/trio/_core/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/conftest.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_guest_mode.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_instrumentation.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_io.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_ki.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_local.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_mock_clock.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_multierror.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_parking_lot.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_thread_cache.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_tutil.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_unbounded_queue.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_util.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_windows.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/tutil.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_asyncgen.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/tests/test_run.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests copying build/lib/trio/_core/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_asyncgens.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_entry_queue.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_generated_instrumentation.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_generated_io_epoll.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_generated_io_kqueue.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_generated_io_windows.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_generated_run.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_instrumentation.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_io_common.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_io_epoll.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_io_kqueue.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_io_windows.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_ki.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_local.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_mock_clock.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_multierror.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_parking_lot.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_run.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_thread_cache.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_traps.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_unbounded_queue.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_wakeup_socketpair.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core copying build/lib/trio/_core/_windows_cffi.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core creating /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_subprocess_platform copying build/lib/trio/_subprocess_platform/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_subprocess_platform copying build/lib/trio/_subprocess_platform/kqueue.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_subprocess_platform copying build/lib/trio/_subprocess_platform/waitid.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_subprocess_platform copying build/lib/trio/_subprocess_platform/windows.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_subprocess_platform creating /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_tools copying build/lib/trio/_tools/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_tools copying build/lib/trio/_tools/gen_exports.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_tools creating /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing copying build/lib/trio/testing/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing copying build/lib/trio/testing/_check_streams.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing copying build/lib/trio/testing/_checkpoints.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing copying build/lib/trio/testing/_memory_streams.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing copying build/lib/trio/testing/_network.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing copying build/lib/trio/testing/_sequencer.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing copying build/lib/trio/testing/_trio_test.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing creating /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests creating /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/tools copying build/lib/trio/tests/tools/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/tools copying build/lib/trio/tests/tools/test_gen_exports.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/tools copying build/lib/trio/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/conftest.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/module_with_deprecations.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_abc.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_channel.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_deprecate.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_exports.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_file_io.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_highlevel_generic.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_highlevel_open_tcp_listeners.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_highlevel_open_tcp_stream.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_highlevel_open_unix_stream.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_highlevel_serve_listeners.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_highlevel_socket.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_highlevel_ssl_helpers.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_path.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_scheduler_determinism.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_signals.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_socket.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_ssl.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_subprocess.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_sync.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_testing.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_threads.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_timeouts.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_unix_pipes.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_util.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_wait_for_object.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/tests/test_windows_pipes.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests copying build/lib/trio/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_abc.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_channel.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_deprecate.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_file_io.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_highlevel_generic.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_highlevel_open_tcp_listeners.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_highlevel_open_tcp_stream.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_highlevel_open_unix_stream.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_highlevel_serve_listeners.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_highlevel_socket.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_highlevel_ssl_helpers.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_path.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_signals.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_socket.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_ssl.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_subprocess.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_sync.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_threads.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_timeouts.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_unix_pipes.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_util.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_version.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_wait_for_object.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/_windows_pipes.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/abc.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/from_thread.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/lowlevel.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/socket.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio copying build/lib/trio/to_thread.py -> /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts/_common.py to _common.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts/apport_excepthook.py to apport_excepthook.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts/custom_excepthook.py to custom_excepthook.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts/ipython_custom_exc.py to ipython_custom_exc.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts/simple_excepthook.py to simple_excepthook.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts/simple_excepthook_IPython.py to simple_excepthook_IPython.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror_scripts/simple_excepthook_partial.py to simple_excepthook_partial.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/conftest.py to conftest.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_guest_mode.py to test_guest_mode.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_instrumentation.py to test_instrumentation.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_io.py to test_io.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_ki.py to test_ki.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_local.py to test_local.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_mock_clock.py to test_mock_clock.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_multierror.py to test_multierror.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_parking_lot.py to test_parking_lot.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_thread_cache.py to test_thread_cache.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_tutil.py to test_tutil.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_unbounded_queue.py to test_unbounded_queue.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_util.py to test_util.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_windows.py to test_windows.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/tutil.py to tutil.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_asyncgen.py to test_asyncgen.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/tests/test_run.py to test_run.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_asyncgens.py to _asyncgens.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_entry_queue.py to _entry_queue.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_exceptions.py to _exceptions.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_generated_instrumentation.py to _generated_instrumentation.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_generated_io_epoll.py to _generated_io_epoll.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_generated_io_kqueue.py to _generated_io_kqueue.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_generated_io_windows.py to _generated_io_windows.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_generated_run.py to _generated_run.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_instrumentation.py to _instrumentation.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_io_common.py to _io_common.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_io_epoll.py to _io_epoll.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_io_kqueue.py to _io_kqueue.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_io_windows.py to _io_windows.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_ki.py to _ki.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_local.py to _local.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_mock_clock.py to _mock_clock.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_multierror.py to _multierror.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_parking_lot.py to _parking_lot.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_run.py to _run.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_thread_cache.py to _thread_cache.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_traps.py to _traps.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_unbounded_queue.py to _unbounded_queue.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_wakeup_socketpair.py to _wakeup_socketpair.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_core/_windows_cffi.py to _windows_cffi.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_subprocess_platform/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_subprocess_platform/kqueue.py to kqueue.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_subprocess_platform/waitid.py to waitid.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_subprocess_platform/windows.py to windows.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_tools/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_tools/gen_exports.py to gen_exports.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing/_check_streams.py to _check_streams.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing/_checkpoints.py to _checkpoints.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing/_memory_streams.py to _memory_streams.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing/_network.py to _network.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing/_sequencer.py to _sequencer.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/testing/_trio_test.py to _trio_test.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/tools/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/tools/test_gen_exports.py to test_gen_exports.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/conftest.py to conftest.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/module_with_deprecations.py to module_with_deprecations.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_abc.py to test_abc.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_channel.py to test_channel.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_deprecate.py to test_deprecate.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_exports.py to test_exports.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_file_io.py to test_file_io.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_highlevel_generic.py to test_highlevel_generic.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_highlevel_open_tcp_listeners.py to test_highlevel_open_tcp_listeners.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_highlevel_open_tcp_stream.py to test_highlevel_open_tcp_stream.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_highlevel_open_unix_stream.py to test_highlevel_open_unix_stream.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_highlevel_serve_listeners.py to test_highlevel_serve_listeners.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_highlevel_socket.py to test_highlevel_socket.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_highlevel_ssl_helpers.py to test_highlevel_ssl_helpers.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_path.py to test_path.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_scheduler_determinism.py to test_scheduler_determinism.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_signals.py to test_signals.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_socket.py to test_socket.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_ssl.py to test_ssl.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_subprocess.py to test_subprocess.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_sync.py to test_sync.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_testing.py to test_testing.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_threads.py to test_threads.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_timeouts.py to test_timeouts.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_unix_pipes.py to test_unix_pipes.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_util.py to test_util.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_wait_for_object.py to test_wait_for_object.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/tests/test_windows_pipes.py to test_windows_pipes.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_abc.py to _abc.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_channel.py to _channel.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_deprecate.py to _deprecate.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_file_io.py to _file_io.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_highlevel_generic.py to _highlevel_generic.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_highlevel_open_tcp_listeners.py to _highlevel_open_tcp_listeners.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_highlevel_open_tcp_stream.py to _highlevel_open_tcp_stream.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_highlevel_open_unix_stream.py to _highlevel_open_unix_stream.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_highlevel_serve_listeners.py to _highlevel_serve_listeners.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_highlevel_socket.py to _highlevel_socket.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_highlevel_ssl_helpers.py to _highlevel_ssl_helpers.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_path.py to _path.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_signals.py to _signals.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_socket.py to _socket.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_ssl.py to _ssl.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_subprocess.py to _subprocess.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_sync.py to _sync.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_threads.py to _threads.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_timeouts.py to _timeouts.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_unix_pipes.py to _unix_pipes.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_util.py to _util.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_version.py to _version.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_wait_for_object.py to _wait_for_object.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/_windows_pipes.py to _windows_pipes.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/abc.py to abc.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/from_thread.py to from_thread.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/lowlevel.py to lowlevel.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/socket.py to socket.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio/to_thread.py to to_thread.cpython-39.pyc writing byte-compilation script '/tmp/tmppcf5l0mz.py' /usr/bin/python3 /tmp/tmppcf5l0mz.py removing /tmp/tmppcf5l0mz.py running install_egg_info running egg_info writing trio.egg-info/PKG-INFO writing dependency_links to trio.egg-info/dependency_links.txt writing requirements to trio.egg-info/requires.txt writing top-level names to trio.egg-info/top_level.txt reading manifest file 'trio.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.pem' under directory 'trio/tests/test_ssl_certs' no previously-included directories found matching 'docs/build' adding license file 'LICENSE' adding license file 'LICENSE.APACHE2' adding license file 'LICENSE.MIT' writing manifest file 'trio.egg-info/SOURCES.txt' Copying trio.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/trio-0.19.0-py3.9.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.19.0-1.mga9 --unique-debug-suffix -0.19.0-1.mga9.aarch64 --unique-debug-src-base python-trio-0.19.0-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/trio-0.19.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-trio-0.19.0-1.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.Ze8jSO + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd trio-0.19.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' + PATH=/home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/bin:/usr/local/bin:/usr/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/home/iurt/.local/bin:/home/iurt/bin + PYTHONPATH=/home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib64/python3.9/site-packages:/home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/lib/python3.9/site-packages + PYTHONDONTWRITEBYTECODE=1 + /usr/bin/pytest --verbose trio/_core/tests ============================= test session starts ============================== platform linux -- Python 3.9.6, pytest-6.2.4, py-1.10.0, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/iurt/rpmbuild/BUILD/trio-0.19.0, configfile: pyproject.toml collecting ... collected 212 items trio/_core/tests/test_asyncgen.py::test_asyncgen_basics PASSED [ 0%] trio/_core/tests/test_asyncgen.py::test_asyncgen_throws_during_finalization PASSED [ 0%] trio/_core/tests/test_asyncgen.py::test_firstiter_after_closing PASSED [ 1%] trio/_core/tests/test_asyncgen.py::test_interdependent_asyncgen_cleanup_order PASSED [ 1%] trio/_core/tests/test_asyncgen.py::test_last_minute_gc_edge_case PASSED [ 2%] trio/_core/tests/test_asyncgen.py::test_fallback_when_no_hook_claims_it SKIPPED [ 2%] trio/_core/tests/test_asyncgen.py::test_delegation_to_existing_hooks PASSED [ 3%] trio/_core/tests/test_guest_mode.py::test_guest_trivial PASSED [ 3%] trio/_core/tests/test_guest_mode.py::test_guest_can_do_io PASSED [ 4%] trio/_core/tests/test_guest_mode.py::test_host_can_directly_wake_trio_task PASSED [ 4%] trio/_core/tests/test_guest_mode.py::test_host_altering_deadlines_wakes_trio_up PASSED [ 5%] trio/_core/tests/test_guest_mode.py::test_warn_set_wakeup_fd_overwrite PASSED [ 5%] trio/_core/tests/test_guest_mode.py::test_host_wakeup_doesnt_trigger_wait_all_tasks_blocked PASSED [ 6%] trio/_core/tests/test_guest_mode.py::test_guest_warns_if_abandoned PASSED [ 6%] trio/_core/tests/test_guest_mode.py::test_guest_mode_on_asyncio PASSED [ 7%] trio/_core/tests/test_guest_mode.py::test_guest_mode_internal_errors PASSED [ 7%] trio/_core/tests/test_guest_mode.py::test_guest_mode_ki PASSED [ 8%] trio/_core/tests/test_guest_mode.py::test_guest_mode_autojump_clock_threshold_changing PASSED [ 8%] trio/_core/tests/test_guest_mode.py::test_guest_mode_asyncgens PASSED [ 8%] trio/_core/tests/test_instrumentation.py::test_instruments PASSED [ 9%] trio/_core/tests/test_instrumentation.py::test_instruments_interleave PASSED [ 9%] trio/_core/tests/test_instrumentation.py::test_null_instrument PASSED [ 10%] trio/_core/tests/test_instrumentation.py::test_instrument_before_after_run PASSED [ 10%] trio/_core/tests/test_instrumentation.py::test_instrument_task_spawn_exit PASSED [ 11%] trio/_core/tests/test_instrumentation.py::test_instruments_crash PASSED [ 11%] trio/_core/tests/test_instrumentation.py::test_instruments_monkeypatch PASSED [ 12%] trio/_core/tests/test_instrumentation.py::test_instrument_that_raises_on_getattr PASSED [ 12%] trio/_core/tests/test_io.py::test_wait_basic[wait_writable-wait_readable] PASSED [ 13%] trio/_core/tests/test_io.py::test_wait_basic[wait_writable-] PASSED [ 13%] trio/_core/tests/test_io.py::test_wait_basic[-wait_readable] PASSED [ 14%] trio/_core/tests/test_io.py::test_wait_basic[-] PASSED [ 14%] trio/_core/tests/test_io.py::test_double_read[wait_readable] PASSED [ 15%] trio/_core/tests/test_io.py::test_double_read[] PASSED [ 15%] trio/_core/tests/test_io.py::test_double_write[wait_writable] PASSED [ 16%] trio/_core/tests/test_io.py::test_double_write[] PASSED [ 16%] trio/_core/tests/test_io.py::test_interrupted_by_close[notify_closing-wait_writable-wait_readable] PASSED [ 16%] trio/_core/tests/test_io.py::test_interrupted_by_close[notify_closing-wait_writable-] PASSED [ 17%] trio/_core/tests/test_io.py::test_interrupted_by_close[notify_closing--wait_readable] PASSED [ 17%] trio/_core/tests/test_io.py::test_interrupted_by_close[notify_closing--] PASSED [ 18%] trio/_core/tests/test_io.py::test_interrupted_by_close[-wait_writable-wait_readable] PASSED [ 18%] trio/_core/tests/test_io.py::test_interrupted_by_close[-wait_writable-] PASSED [ 19%] trio/_core/tests/test_io.py::test_interrupted_by_close[--wait_readable] PASSED [ 19%] trio/_core/tests/test_io.py::test_interrupted_by_close[--] PASSED [ 20%] trio/_core/tests/test_io.py::test_socket_simultaneous_read_write[wait_writable-wait_readable] PASSED [ 20%] trio/_core/tests/test_io.py::test_socket_simultaneous_read_write[wait_writable-] PASSED [ 21%] trio/_core/tests/test_io.py::test_socket_simultaneous_read_write[-wait_readable] PASSED [ 21%] trio/_core/tests/test_io.py::test_socket_simultaneous_read_write[-] PASSED [ 22%] trio/_core/tests/test_io.py::test_socket_actual_streaming[wait_writable-wait_readable] PASSED [ 22%] trio/_core/tests/test_io.py::test_socket_actual_streaming[wait_writable-] PASSED [ 23%] trio/_core/tests/test_io.py::test_socket_actual_streaming[-wait_readable] PASSED [ 23%] trio/_core/tests/test_io.py::test_socket_actual_streaming[-] PASSED [ 24%] trio/_core/tests/test_io.py::test_notify_closing_on_invalid_object PASSED [ 24%] trio/_core/tests/test_io.py::test_wait_on_invalid_object PASSED [ 25%] trio/_core/tests/test_io.py::test_io_manager_statistics PASSED [ 25%] trio/_core/tests/test_io.py::test_can_survive_unnotified_close PASSED [ 25%] trio/_core/tests/test_ki.py::test_ki_self PASSED [ 26%] trio/_core/tests/test_ki.py::test_ki_enabled PASSED [ 26%] trio/_core/tests/test_ki.py::test_ki_enabled_after_yield_briefly PASSED [ 27%] trio/_core/tests/test_ki.py::test_generator_based_context_manager_throw PASSED [ 27%] trio/_core/tests/test_ki.py::test_agen_protection PASSED [ 28%] trio/_core/tests/test_ki.py::test_ki_disabled_out_of_context PASSED [ 28%] trio/_core/tests/test_ki.py::test_ki_disabled_in_del PASSED [ 29%] trio/_core/tests/test_ki.py::test_ki_protection_works PASSED [ 29%] trio/_core/tests/test_ki.py::test_ki_is_good_neighbor PASSED [ 30%] trio/_core/tests/test_ki.py::test_ki_with_broken_threads PASSED [ 30%] trio/_core/tests/test_ki.py::test_ki_wakes_us_up PASSED [ 31%] trio/_core/tests/test_local.py::test_runvar_smoketest PASSED [ 31%] trio/_core/tests/test_local.py::test_runvar_resetting PASSED [ 32%] trio/_core/tests/test_local.py::test_runvar_sync PASSED [ 32%] trio/_core/tests/test_local.py::test_accessing_runvar_outside_run_call_fails PASSED [ 33%] trio/_core/tests/test_mock_clock.py::test_mock_clock PASSED [ 33%] trio/_core/tests/test_mock_clock.py::test_mock_clock_autojump PASSED [ 33%] trio/_core/tests/test_mock_clock.py::test_mock_clock_autojump_interference PASSED [ 34%] trio/_core/tests/test_mock_clock.py::test_mock_clock_autojump_preset PASSED [ 34%] trio/_core/tests/test_mock_clock.py::test_mock_clock_autojump_0_and_wait_all_tasks_blocked_0 PASSED [ 35%] trio/_core/tests/test_mock_clock.py::test_mock_clock_autojump_0_and_wait_all_tasks_blocked_nonzero PASSED [ 35%] trio/_core/tests/test_multierror.py::test_concat_tb PASSED [ 36%] trio/_core/tests/test_multierror.py::test_MultiError PASSED [ 36%] trio/_core/tests/test_multierror.py::test_MultiErrorOfSingleMultiError PASSED [ 37%] trio/_core/tests/test_multierror.py::test_MultiErrorNotHashable PASSED [ 37%] trio/_core/tests/test_multierror.py::test_MultiError_filter_NotHashable PASSED [ 38%] trio/_core/tests/test_multierror.py::test_traceback_recursion PASSED [ 38%] trio/_core/tests/test_multierror.py::test_MultiError_filter PASSED [ 39%] trio/_core/tests/test_multierror.py::test_MultiError_catch PASSED [ 39%] trio/_core/tests/test_multierror.py::test_assert_match_in_seq PASSED [ 40%] trio/_core/tests/test_multierror.py::test_format_exception PASSED [ 40%] trio/_core/tests/test_multierror.py::test_logging PASSED [ 41%] trio/_core/tests/test_multierror.py::test_simple_excepthook PASSED [ 41%] trio/_core/tests/test_multierror.py::test_custom_excepthook PASSED [ 41%] trio/_core/tests/test_multierror.py::test_ipython_exc_handler SKIPPED [ 42%] trio/_core/tests/test_multierror.py::test_ipython_imported_but_unused SKIPPED [ 42%] trio/_core/tests/test_multierror.py::test_partial_imported_but_unused PASSED [ 43%] trio/_core/tests/test_multierror.py::test_ipython_custom_exc_handler SKIPPED [ 43%] trio/_core/tests/test_multierror.py::test_apport_excepthook_monkeypatch_interaction SKIPPED [ 44%] trio/_core/tests/test_parking_lot.py::test_parking_lot_basic PASSED [ 44%] trio/_core/tests/test_parking_lot.py::test_parking_lot_cancel PASSED [ 45%] trio/_core/tests/test_parking_lot.py::test_parking_lot_repark PASSED [ 45%] trio/_core/tests/test_parking_lot.py::test_parking_lot_repark_with_count PASSED [ 46%] trio/_core/tests/test_run.py::test_basic PASSED [ 46%] trio/_core/tests/test_run.py::test_initial_task_error PASSED [ 47%] trio/_core/tests/test_run.py::test_run_nesting PASSED [ 47%] trio/_core/tests/test_run.py::test_nursery_warn_use_async_with PASSED [ 48%] trio/_core/tests/test_run.py::test_nursery_main_block_error_basic PASSED [ 48%] trio/_core/tests/test_run.py::test_child_crash_basic PASSED [ 49%] trio/_core/tests/test_run.py::test_basic_interleave PASSED [ 49%] trio/_core/tests/test_run.py::test_task_crash_propagation PASSED [ 50%] trio/_core/tests/test_run.py::test_main_and_task_both_crash PASSED [ 50%] trio/_core/tests/test_run.py::test_two_child_crashes PASSED [ 50%] trio/_core/tests/test_run.py::test_child_crash_wakes_parent PASSED [ 51%] trio/_core/tests/test_run.py::test_reschedule PASSED [ 51%] trio/_core/tests/test_run.py::test_current_time PASSED [ 52%] trio/_core/tests/test_run.py::test_current_time_with_mock_clock PASSED [ 52%] trio/_core/tests/test_run.py::test_current_clock PASSED [ 53%] trio/_core/tests/test_run.py::test_current_task PASSED [ 53%] trio/_core/tests/test_run.py::test_root_task PASSED [ 54%] trio/_core/tests/test_run.py::test_out_of_context PASSED [ 54%] trio/_core/tests/test_run.py::test_current_statistics PASSED [ 55%] trio/_core/tests/test_run.py::test_cancel_scope_repr PASSED [ 55%] trio/_core/tests/test_run.py::test_cancel_points PASSED [ 56%] trio/_core/tests/test_run.py::test_cancel_edge_cases PASSED [ 56%] trio/_core/tests/test_run.py::test_cancel_scope_multierror_filtering PASSED [ 57%] trio/_core/tests/test_run.py::test_precancelled_task PASSED [ 57%] trio/_core/tests/test_run.py::test_cancel_shielding PASSED [ 58%] trio/_core/tests/test_run.py::test_cancel_inheritance PASSED [ 58%] trio/_core/tests/test_run.py::test_cancel_shield_abort PASSED [ 58%] trio/_core/tests/test_run.py::test_basic_timeout PASSED [ 59%] trio/_core/tests/test_run.py::test_cancel_scope_nesting PASSED [ 59%] trio/_core/tests/test_run.py::test_unshield_while_cancel_propagating PASSED [ 60%] trio/_core/tests/test_run.py::test_cancel_unbound PASSED [ 60%] trio/_core/tests/test_run.py::test_cancel_scope_misnesting PASSED [ 61%] trio/_core/tests/test_run.py::test_timekeeping PASSED [ 61%] trio/_core/tests/test_run.py::test_failed_abort PASSED [ 62%] trio/_core/tests/test_run.py::test_broken_abort PASSED [ 62%] trio/_core/tests/test_run.py::test_error_in_run_loop PASSED [ 63%] trio/_core/tests/test_run.py::test_spawn_system_task PASSED [ 63%] trio/_core/tests/test_run.py::test_system_task_crash PASSED [ 64%] trio/_core/tests/test_run.py::test_system_task_crash_MultiError PASSED [ 64%] trio/_core/tests/test_run.py::test_system_task_crash_plus_Cancelled PASSED [ 65%] trio/_core/tests/test_run.py::test_system_task_crash_KeyboardInterrupt PASSED [ 65%] trio/_core/tests/test_run.py::test_yield_briefly_checks_for_timeout PASSED [ 66%] trio/_core/tests/test_run.py::test_exc_info PASSED [ 66%] trio/_core/tests/test_run.py::test_exc_info_after_yield_error PASSED [ 66%] trio/_core/tests/test_run.py::test_exception_chaining_after_yield_error PASSED [ 67%] trio/_core/tests/test_run.py::test_nursery_exception_chaining_doesnt_make_context_loops PASSED [ 67%] trio/_core/tests/test_run.py::test_TrioToken_identity PASSED [ 68%] trio/_core/tests/test_run.py::test_TrioToken_run_sync_soon_basic PASSED [ 68%] trio/_core/tests/test_run.py::test_TrioToken_run_sync_soon_too_late PASSED [ 69%] trio/_core/tests/test_run.py::test_TrioToken_run_sync_soon_idempotent PASSED [ 69%] trio/_core/tests/test_run.py::test_TrioToken_run_sync_soon_idempotent_requeue PASSED [ 70%] trio/_core/tests/test_run.py::test_TrioToken_run_sync_soon_after_main_crash PASSED [ 70%] trio/_core/tests/test_run.py::test_TrioToken_run_sync_soon_crashes PASSED [ 71%] trio/_core/tests/test_run.py::test_TrioToken_run_sync_soon_FIFO PASSED [ 71%] trio/_core/tests/test_run.py::test_TrioToken_run_sync_soon_starvation_resistance PASSED [ 72%] trio/_core/tests/test_run.py::test_TrioToken_run_sync_soon_threaded_stress_test PASSED [ 72%] trio/_core/tests/test_run.py::test_TrioToken_run_sync_soon_massive_queue PASSED [ 73%] trio/_core/tests/test_run.py::test_TrioToken_run_sync_soon_late_crash PASSED [ 73%] trio/_core/tests/test_run.py::test_slow_abort_basic PASSED [ 74%] trio/_core/tests/test_run.py::test_slow_abort_edge_cases PASSED [ 74%] trio/_core/tests/test_run.py::test_task_tree_introspection PASSED [ 75%] trio/_core/tests/test_run.py::test_nursery_closure PASSED [ 75%] trio/_core/tests/test_run.py::test_spawn_name PASSED [ 75%] trio/_core/tests/test_run.py::test_current_effective_deadline PASSED [ 76%] trio/_core/tests/test_run.py::test_nice_error_on_bad_calls_to_run_or_spawn PASSED [ 76%] trio/_core/tests/test_run.py::test_calling_asyncio_function_gives_nice_error PASSED [ 77%] trio/_core/tests/test_run.py::test_asyncio_function_inside_nursery_does_not_explode PASSED [ 77%] trio/_core/tests/test_run.py::test_trivial_yields PASSED [ 78%] trio/_core/tests/test_run.py::test_nursery_start PASSED [ 78%] trio/_core/tests/test_run.py::test_task_nursery_stack PASSED [ 79%] trio/_core/tests/test_run.py::test_nursery_start_with_cancelled_nursery PASSED [ 79%] trio/_core/tests/test_run.py::test_nursery_start_keeps_nursery_open PASSED [ 80%] trio/_core/tests/test_run.py::test_nursery_explicit_exception PASSED [ 80%] trio/_core/tests/test_run.py::test_nursery_stop_iteration PASSED [ 81%] trio/_core/tests/test_run.py::test_nursery_stop_async_iteration PASSED [ 81%] trio/_core/tests/test_run.py::test_traceback_frame_removal PASSED [ 82%] trio/_core/tests/test_run.py::test_contextvar_support PASSED [ 82%] trio/_core/tests/test_run.py::test_contextvar_multitask PASSED [ 83%] trio/_core/tests/test_run.py::test_system_task_contexts PASSED [ 83%] trio/_core/tests/test_run.py::test_Nursery_init PASSED [ 83%] trio/_core/tests/test_run.py::test_Nursery_private_init PASSED [ 84%] trio/_core/tests/test_run.py::test_Nursery_subclass PASSED [ 84%] trio/_core/tests/test_run.py::test_Cancelled_init PASSED [ 85%] trio/_core/tests/test_run.py::test_Cancelled_str PASSED [ 85%] trio/_core/tests/test_run.py::test_Cancelled_subclass PASSED [ 86%] trio/_core/tests/test_run.py::test_CancelScope_subclass PASSED [ 86%] trio/_core/tests/test_run.py::test_sniffio_integration PASSED [ 87%] trio/_core/tests/test_run.py::test_Task_custom_sleep_data PASSED [ 87%] trio/_core/tests/test_run.py::test_permanently_detach_coroutine_object PASSED [ 88%] trio/_core/tests/test_run.py::test_detach_and_reattach_coroutine_object PASSED [ 88%] trio/_core/tests/test_run.py::test_detached_coroutine_cancellation PASSED [ 89%] trio/_core/tests/test_run.py::test_async_function_implemented_in_C PASSED [ 89%] trio/_core/tests/test_run.py::test_very_deep_cancel_scope_nesting PASSED [ 90%] trio/_core/tests/test_run.py::test_cancel_scope_deadline_duplicates PASSED [ 90%] trio/_core/tests/test_run.py::test_simple_cancel_scope_usage_doesnt_create_cyclic_garbage SKIPPED [ 91%] trio/_core/tests/test_run.py::test_nursery_cancel_doesnt_create_cyclic_garbage SKIPPED [ 91%] trio/_core/tests/test_run.py::test_locals_destroyed_promptly_on_cancel PASSED [ 91%] trio/_core/tests/test_thread_cache.py::test_thread_cache_basics PASSED [ 92%] trio/_core/tests/test_thread_cache.py::test_thread_cache_deref PASSED [ 92%] trio/_core/tests/test_thread_cache.py::test_spawning_new_thread_from_deliver_reuses_starting_thread PASSED [ 93%] trio/_core/tests/test_thread_cache.py::test_idle_threads_exit PASSED [ 93%] trio/_core/tests/test_thread_cache.py::test_race_between_idle_exit_and_job_assignment PASSED [ 94%] trio/_core/tests/test_tutil.py::test_check_sequence_matches PASSED [ 94%] trio/_core/tests/test_unbounded_queue.py::test_UnboundedQueue_basic PASSED [ 95%] trio/_core/tests/test_unbounded_queue.py::test_UnboundedQueue_blocking PASSED [ 95%] trio/_core/tests/test_unbounded_queue.py::test_UnboundedQueue_fairness PASSED [ 96%] trio/_core/tests/test_unbounded_queue.py::test_UnboundedQueue_trivial_yields PASSED [ 96%] trio/_core/tests/test_unbounded_queue.py::test_UnboundedQueue_no_spurious_wakeups PASSED [ 97%] trio/_core/tests/test_windows.py::test_completion_key_listen SKIPPED [ 97%] trio/_core/tests/test_windows.py::test_readinto_overlapped SKIPPED (...) [ 98%] trio/_core/tests/test_windows.py::test_forgot_to_register_with_iocp SKIPPED [ 98%] trio/_core/tests/test_windows.py::test_too_late_to_cancel SKIPPED (w...) [ 99%] trio/_core/tests/test_windows.py::test_lsp_that_hooks_select_gives_good_error SKIPPED [ 99%] trio/_core/tests/test_windows.py::test_lsp_that_completely_hides_base_socket_gives_good_error SKIPPED [100%] ======================= 199 passed, 13 skipped in 9.59s ======================== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-trio-0.19.0-1.mga9.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.nxmtkO + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd trio-0.19.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/share/doc/python3-trio + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/share/doc/python3-trio + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/share/doc/python3-trio + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.DXdHCk + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd trio-0.19.0 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/share/licenses/python3-trio + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/share/licenses/python3-trio + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/share/licenses/python3-trio + cp -pr LICENSE.MIT /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/share/licenses/python3-trio + cp -pr LICENSE.APACHE2 /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64/usr/share/licenses/python3-trio + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-trio = 0.19.0-1.mga9 python3-trio = 0.19.0-1.mga9 python3.9-trio = 0.19.0-1.mga9 python3.9dist(trio) = 0.19 python3dist(trio) = 0.19 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(async-generator) >= 1.9 python3.9dist(attrs) >= 19.2 python3.9dist(idna) python3.9dist(outcome) python3.9dist(sniffio) python3.9dist(sortedcontainers) Obsoletes: python-trio < 0.19.0-1.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-trio-0.19.0-1.mga9.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.WZ5gOJ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd trio-0.19.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-trio-0.19.0-1.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.oWCVA0 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf trio-0.19.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!