Mock Version: 5.4 Mock Version: 5.4 Mock Version: 5.4 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-autobahn.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-caracal-el9s-build-207070-1170862/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-autobahn.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False sh: line 1: python3: command not found sh: line 1: python3: command not found sh: line 1: python3: command not found sh: line 1: python3: command not found sh: line 1: python3: command not found sh: line 1: python3: command not found sh: line 1: python3: command not found sh: line 1: python3: command not found sh: line 1: python3: command not found sh: line 1: python3: command not found sh: line 1: python3: command not found sh: line 1: python3: command not found sh: line 1: python3: command not found Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1705795200 Wrote: /builddir/build/SRPMS/python-autobahn-23.6.2-4.el9s.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python-autobahn.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-caracal-el9s-build-207070-1170862/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python-autobahn.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1705795200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Jk3j8X + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf autobahn-python-23.6.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/autobahn-23.6.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd autobahn-python-23.6.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf autobahn.egg-info + rm pytest.ini + sed -i -e 's/cryptography>=3.4.6/cryptography>=3.4.2/g' setup.py + rm -rf autobahn/xbr/test/__init__.py autobahn/xbr/test/catalog autobahn/xbr/test/profile autobahn/xbr/test/test_xbr_argon2.py autobahn/xbr/test/test_xbr_config.py autobahn/xbr/test/test_xbr_eip712.py autobahn/xbr/test/test_xbr_frealm.py autobahn/xbr/test/test_xbr_mnemonic.py autobahn/xbr/test/test_xbr_schema_demo.py autobahn/xbr/test/test_xbr_schema_wamp.py autobahn/xbr/test/test_xbr_schema_wamp_control.py autobahn/xbr/test/test_xbr_secmod.py autobahn/xbr/test/test_xbr_web3.py + sed -i '\@recursive-include autobahn/xbr/test/catalog/schema@d' MANIFEST.in + sed -i '\@autobahn/xbr/test/profile@d' MANIFEST.in + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UGqc0h + umask 022 + cd /builddir/build/BUILD + cd autobahn-python-23.6.2 + export AUTOBAHN_USE_NVX=false + AUTOBAHN_USE_NVX=false ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/autobahn copying autobahn/exception.py -> build/lib/autobahn copying autobahn/__init__.py -> build/lib/autobahn copying autobahn/__main__.py -> build/lib/autobahn copying autobahn/util.py -> build/lib/autobahn copying autobahn/_version.py -> build/lib/autobahn copying autobahn/testutil.py -> build/lib/autobahn creating build/lib/autobahn/test copying autobahn/test/__init__.py -> build/lib/autobahn/test copying autobahn/test/test_rng.py -> build/lib/autobahn/test copying autobahn/test/test_util.py -> build/lib/autobahn/test creating build/lib/autobahn/wamp copying autobahn/wamp/serializer.py -> build/lib/autobahn/wamp copying autobahn/wamp/exception.py -> build/lib/autobahn/wamp copying autobahn/wamp/component.py -> build/lib/autobahn/wamp copying autobahn/wamp/__init__.py -> build/lib/autobahn/wamp copying autobahn/wamp/interfaces.py -> build/lib/autobahn/wamp copying autobahn/wamp/protocol.py -> build/lib/autobahn/wamp copying autobahn/wamp/request.py -> build/lib/autobahn/wamp copying autobahn/wamp/types.py -> build/lib/autobahn/wamp copying autobahn/wamp/websocket.py -> build/lib/autobahn/wamp copying autobahn/wamp/auth.py -> build/lib/autobahn/wamp copying autobahn/wamp/message_fbs.py -> build/lib/autobahn/wamp copying autobahn/wamp/cryptosign.py -> build/lib/autobahn/wamp copying autobahn/wamp/role.py -> build/lib/autobahn/wamp copying autobahn/wamp/uri.py -> build/lib/autobahn/wamp copying autobahn/wamp/cryptobox.py -> build/lib/autobahn/wamp copying autobahn/wamp/message.py -> build/lib/autobahn/wamp creating build/lib/autobahn/wamp/gen copying autobahn/wamp/gen/__init__.py -> build/lib/autobahn/wamp/gen creating build/lib/autobahn/wamp/gen/wamp copying autobahn/wamp/gen/wamp/__init__.py -> build/lib/autobahn/wamp/gen/wamp copying autobahn/wamp/gen/wamp/Map.py -> build/lib/autobahn/wamp/gen/wamp copying autobahn/wamp/gen/wamp/Void.py -> build/lib/autobahn/wamp/gen/wamp creating build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Abort.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Authenticate.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Call.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/CallerFeatures.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Serializer.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/__init__.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/CalleeFeatures.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthCraChallenge.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Interrupt.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Challenge.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthCraRequest.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Register.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthTicketWelcome.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Message.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthMode.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Principal.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Result.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Payload.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Unregistered.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthTicketChallenge.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/DealerFeatures.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/HelloNew.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Event.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Error.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Yield.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthFactor.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Subscribe.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/CancelMode.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/PublisherFeatures.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthScramWelcome.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Subscribed.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/EventReceived.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Kdf.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Publish.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/InvocationPolicy.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Published.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthScramRequest.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Unsubscribe.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthCraWelcome.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/ClientRoles.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/ChannelBinding.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Goodbye.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Match.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Registered.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthScramChallenge.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Hello.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Unsubscribed.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/SubscriberFeatures.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/RouterRoles.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthCryptosignRequest.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthTicketRequest.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Unregister.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AnyMessage.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/BrokerFeatures.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthCryptosignChallenge.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Welcome.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Invocation.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthCryptosignWelcome.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/Cancel.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/MessageType.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/AuthMethod.py -> build/lib/autobahn/wamp/gen/wamp/proto copying autobahn/wamp/gen/wamp/proto/SubscriberReceived.py -> build/lib/autobahn/wamp/gen/wamp/proto creating build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_exception.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_transport_details.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/__init__.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_protocol_peer.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_cryptosign.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_cryptobox.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_scram.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_identifiers.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_uri_pattern.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_message.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_user_handler_errors.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_component.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_component_aio.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_serializer.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_protocol.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_auth.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_session_details.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_wamp_websocket.py -> build/lib/autobahn/wamp/test creating build/lib/autobahn/websocket copying autobahn/websocket/__init__.py -> build/lib/autobahn/websocket copying autobahn/websocket/interfaces.py -> build/lib/autobahn/websocket copying autobahn/websocket/compress_deflate.py -> build/lib/autobahn/websocket copying autobahn/websocket/utf8validator.py -> build/lib/autobahn/websocket copying autobahn/websocket/protocol.py -> build/lib/autobahn/websocket copying autobahn/websocket/compress.py -> build/lib/autobahn/websocket copying autobahn/websocket/types.py -> build/lib/autobahn/websocket copying autobahn/websocket/util.py -> build/lib/autobahn/websocket copying autobahn/websocket/compress_snappy.py -> build/lib/autobahn/websocket copying autobahn/websocket/compress_base.py -> build/lib/autobahn/websocket copying autobahn/websocket/compress_bzip2.py -> build/lib/autobahn/websocket copying autobahn/websocket/xormasker.py -> build/lib/autobahn/websocket creating build/lib/autobahn/websocket/test copying autobahn/websocket/test/__init__.py -> build/lib/autobahn/websocket/test copying autobahn/websocket/test/test_websocket_protocol.py -> build/lib/autobahn/websocket/test copying autobahn/websocket/test/test_websocket_url.py -> build/lib/autobahn/websocket/test copying autobahn/websocket/test/test_websocket_frame.py -> build/lib/autobahn/websocket/test creating build/lib/autobahn/rawsocket copying autobahn/rawsocket/__init__.py -> build/lib/autobahn/rawsocket copying autobahn/rawsocket/util.py -> build/lib/autobahn/rawsocket creating build/lib/autobahn/rawsocket/test copying autobahn/rawsocket/test/__init__.py -> build/lib/autobahn/rawsocket/test copying autobahn/rawsocket/test/test_rawsocket_url.py -> build/lib/autobahn/rawsocket/test creating build/lib/autobahn/asyncio copying autobahn/asyncio/rawsocket.py -> build/lib/autobahn/asyncio copying autobahn/asyncio/component.py -> build/lib/autobahn/asyncio copying autobahn/asyncio/__init__.py -> build/lib/autobahn/asyncio copying autobahn/asyncio/util.py -> build/lib/autobahn/asyncio copying autobahn/asyncio/websocket.py -> build/lib/autobahn/asyncio copying autobahn/asyncio/wamp.py -> build/lib/autobahn/asyncio creating build/lib/autobahn/twisted copying autobahn/twisted/choosereactor.py -> build/lib/autobahn/twisted copying autobahn/twisted/rawsocket.py -> build/lib/autobahn/twisted copying autobahn/twisted/component.py -> build/lib/autobahn/twisted copying autobahn/twisted/__init__.py -> build/lib/autobahn/twisted copying autobahn/twisted/resource.py -> build/lib/autobahn/twisted copying autobahn/twisted/util.py -> build/lib/autobahn/twisted copying autobahn/twisted/websocket.py -> build/lib/autobahn/twisted copying autobahn/twisted/wamp.py -> build/lib/autobahn/twisted copying autobahn/twisted/cryptosign.py -> build/lib/autobahn/twisted copying autobahn/twisted/forwarder.py -> build/lib/autobahn/twisted creating build/lib/autobahn/twisted/test copying autobahn/twisted/test/__init__.py -> build/lib/autobahn/twisted/test copying autobahn/twisted/test/test_tx_component.py -> build/lib/autobahn/twisted/test copying autobahn/twisted/test/test_tx_application_runner.py -> build/lib/autobahn/twisted/test copying autobahn/twisted/test/test_tx_protocol.py -> build/lib/autobahn/twisted/test copying autobahn/twisted/test/test_tx_rawsocket.py -> build/lib/autobahn/twisted/test copying autobahn/twisted/test/test_tx_endpoint_plugins.py -> build/lib/autobahn/twisted/test copying autobahn/twisted/test/test_wamp_runner.py -> build/lib/autobahn/twisted/test copying autobahn/twisted/test/test_tx_choosereactor.py -> build/lib/autobahn/twisted/test copying autobahn/twisted/test/test_tx_websocket_agent.py -> build/lib/autobahn/twisted/test creating build/lib/autobahn/twisted/testing copying autobahn/twisted/testing/__init__.py -> build/lib/autobahn/twisted/testing creating build/lib/autobahn/nvx copying autobahn/nvx/__init__.py -> build/lib/autobahn/nvx copying autobahn/nvx/_utf8validator.py -> build/lib/autobahn/nvx creating build/lib/autobahn/nvx/test copying autobahn/nvx/test/__init__.py -> build/lib/autobahn/nvx/test copying autobahn/nvx/test/test_nvx_utf8validator.py -> build/lib/autobahn/nvx/test package init file 'twisted/plugins/__init__.py' not found (or not a regular file) creating build/lib/twisted creating build/lib/twisted/plugins copying twisted/plugins/autobahn_endpoints.py -> build/lib/twisted/plugins copying twisted/plugins/autobahn_twistd.py -> build/lib/twisted/plugins creating build/lib/autobahn/xbr copying autobahn/xbr/_eip712_domain_create.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_market_leave.py -> build/lib/autobahn/xbr copying autobahn/xbr/_gui.py -> build/lib/autobahn/xbr copying autobahn/xbr/__init__.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_delegate_certificate.py -> build/lib/autobahn/xbr copying autobahn/xbr/_buyer.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_base.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_member_unregister.py -> build/lib/autobahn/xbr copying autobahn/xbr/_blockchain.py -> build/lib/autobahn/xbr copying autobahn/xbr/_frealm.py -> build/lib/autobahn/xbr copying autobahn/xbr/_cli.py -> build/lib/autobahn/xbr copying autobahn/xbr/_schema.py -> build/lib/autobahn/xbr copying autobahn/xbr/_mnemonic.py -> build/lib/autobahn/xbr copying autobahn/xbr/_util.py -> build/lib/autobahn/xbr copying autobahn/xbr/_wallet.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_consent.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_authority_certificate.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_market_create.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_catalog_create.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_certificate.py -> build/lib/autobahn/xbr copying autobahn/xbr/_userkey.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_node_pair.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_member_register.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_channel_close.py -> build/lib/autobahn/xbr copying autobahn/xbr/_abi.py -> build/lib/autobahn/xbr copying autobahn/xbr/_interfaces.py -> build/lib/autobahn/xbr copying autobahn/xbr/_dialog.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_market_member_login.py -> build/lib/autobahn/xbr copying autobahn/xbr/_secmod.py -> build/lib/autobahn/xbr copying autobahn/xbr/_seller.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_channel_open.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_market_join.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_api_publish.py -> build/lib/autobahn/xbr copying autobahn/xbr/_config.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_member_login.py -> build/lib/autobahn/xbr copying autobahn/xbr/_eip712_certificate_chain.py -> build/lib/autobahn/xbr package init file 'autobahn/xbr/test/__init__.py' not found (or not a regular file) creating build/lib/autobahn/asyncio/xbr copying autobahn/asyncio/xbr/__init__.py -> build/lib/autobahn/asyncio/xbr creating build/lib/autobahn/twisted/xbr copying autobahn/twisted/xbr/__init__.py -> build/lib/autobahn/twisted/xbr running egg_info creating autobahn.egg-info writing autobahn.egg-info/PKG-INFO writing dependency_links to autobahn.egg-info/dependency_links.txt writing entry points to autobahn.egg-info/entry_points.txt writing requirements to autobahn.egg-info/requires.txt writing top-level names to autobahn.egg-info/top_level.txt writing manifest file 'autobahn.egg-info/SOURCES.txt' reading manifest file 'autobahn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'autobahn.egg-info/SOURCES.txt' /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning: Installing 'autobahn.asset' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autobahn.asset' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autobahn.asset' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'autobahn.asset' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning: Installing 'autobahn.asyncio.test' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autobahn.asyncio.test' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autobahn.asyncio.test' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'autobahn.asyncio.test' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning: Installing 'autobahn.wamp.gen.schema' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autobahn.wamp.gen.schema' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autobahn.wamp.gen.schema' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'autobahn.wamp.gen.schema' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib/autobahn/asset /usr/lib/python3.9/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning: Installing 'autobahn.xbr.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'autobahn.xbr.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'autobahn.xbr.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'autobahn.xbr.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying autobahn/asset/xbr_gray.svg -> build/lib/autobahn/asset copying autobahn/asset/xbr_white.svg -> build/lib/autobahn/asset creating build/lib/autobahn/wamp/gen/schema copying autobahn/wamp/gen/schema/auth.bfbs -> build/lib/autobahn/wamp/gen/schema copying autobahn/wamp/gen/schema/pubsub.bfbs -> build/lib/autobahn/wamp/gen/schema copying autobahn/wamp/gen/schema/roles.bfbs -> build/lib/autobahn/wamp/gen/schema copying autobahn/wamp/gen/schema/rpc.bfbs -> build/lib/autobahn/wamp/gen/schema copying autobahn/wamp/gen/schema/session.bfbs -> build/lib/autobahn/wamp/gen/schema copying autobahn/wamp/gen/schema/types.bfbs -> build/lib/autobahn/wamp/gen/schema copying autobahn/wamp/gen/schema/wamp.bfbs -> build/lib/autobahn/wamp/gen/schema creating build/lib/autobahn/asyncio/test copying autobahn/asyncio/test/README_NO_INIT_PY -> build/lib/autobahn/asyncio/test copying autobahn/asyncio/test/test_aio_rawsocket.py -> build/lib/autobahn/asyncio/test copying autobahn/asyncio/test/test_aio_websocket.py -> build/lib/autobahn/asyncio/test copying autobahn/asyncio/test/test_wamp_runner.py -> build/lib/autobahn/asyncio/test copying autobahn/nvx/_utf8validator.c -> build/lib/autobahn/nvx creating build/lib/autobahn/xbr/templates creating build/lib/autobahn/xbr/templates/py-autobahn copying autobahn/xbr/templates/py-autobahn/enum.py.jinja2 -> build/lib/autobahn/xbr/templates/py-autobahn copying autobahn/xbr/templates/py-autobahn/module.py.jinja2 -> build/lib/autobahn/xbr/templates/py-autobahn copying autobahn/xbr/templates/py-autobahn/obj.py.jinja2 -> build/lib/autobahn/xbr/templates/py-autobahn copying autobahn/xbr/templates/py-autobahn/service.py.jinja2 -> build/lib/autobahn/xbr/templates/py-autobahn copying autobahn/xbr/templates/py-autobahn/test_enum.py.jinja2 -> build/lib/autobahn/xbr/templates/py-autobahn copying autobahn/xbr/templates/py-autobahn/test_module.py.jinja2 -> build/lib/autobahn/xbr/templates/py-autobahn copying autobahn/xbr/templates/py-autobahn/test_obj.py.jinja2 -> build/lib/autobahn/xbr/templates/py-autobahn copying autobahn/xbr/templates/py-autobahn/test_service.py.jinja2 -> build/lib/autobahn/xbr/templates/py-autobahn creating build/lib/autobahn/xbr/templates/sol-eip712 copying autobahn/xbr/templates/sol-eip712/obj-eip712.sol.jinja2 -> build/lib/autobahn/xbr/templates/sol-eip712 Twisted found (default reactor is ) Twisted dropin.cache regenerated. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QhUFIQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch ++ dirname /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch + cd autobahn-python-23.6.2 + export AUTOBAHN_USE_NVX=false + AUTOBAHN_USE_NVX=false ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch --prefix /usr 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 /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/twisted creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/twisted/plugins copying build/lib/twisted/plugins/autobahn_endpoints.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/twisted/plugins copying build/lib/twisted/plugins/autobahn_twistd.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/twisted/plugins creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/test copying build/lib/autobahn/test/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/test copying build/lib/autobahn/test/test_rng.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/test copying build/lib/autobahn/test/test_util.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/test creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test copying build/lib/autobahn/twisted/test/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test copying build/lib/autobahn/twisted/test/test_tx_component.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test copying build/lib/autobahn/twisted/test/test_tx_application_runner.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test copying build/lib/autobahn/twisted/test/test_tx_protocol.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test copying build/lib/autobahn/twisted/test/test_tx_rawsocket.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test copying build/lib/autobahn/twisted/test/test_tx_endpoint_plugins.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test copying build/lib/autobahn/twisted/test/test_wamp_runner.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test copying build/lib/autobahn/twisted/test/test_tx_choosereactor.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test copying build/lib/autobahn/twisted/test/test_tx_websocket_agent.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test copying build/lib/autobahn/twisted/choosereactor.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/rawsocket.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/component.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/resource.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/util.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/websocket.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/wamp.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/cryptosign.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/xbr copying build/lib/autobahn/twisted/xbr/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/xbr copying build/lib/autobahn/twisted/forwarder.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/testing copying build/lib/autobahn/twisted/testing/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/testing copying build/lib/autobahn/exception.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn copying build/lib/autobahn/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/test/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/test/test_websocket_protocol.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/test/test_websocket_url.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/test/test_websocket_frame.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/interfaces.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress_deflate.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/utf8validator.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/protocol.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/types.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/util.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress_snappy.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress_base.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress_bzip2.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/xormasker.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/test copying build/lib/autobahn/asyncio/test/test_aio_rawsocket.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/test copying build/lib/autobahn/asyncio/test/test_wamp_runner.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/test copying build/lib/autobahn/asyncio/test/README_NO_INIT_PY -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/test copying build/lib/autobahn/asyncio/test/test_aio_websocket.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/test copying build/lib/autobahn/asyncio/rawsocket.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/component.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/util.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/websocket.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/wamp.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/xbr copying build/lib/autobahn/asyncio/xbr/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/xbr copying build/lib/autobahn/__main__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn copying build/lib/autobahn/util.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/nvx creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/nvx/test copying build/lib/autobahn/nvx/test/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/nvx/test copying build/lib/autobahn/nvx/test/test_nvx_utf8validator.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/nvx/test copying build/lib/autobahn/nvx/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/nvx copying build/lib/autobahn/nvx/_utf8validator.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/nvx copying build/lib/autobahn/nvx/_utf8validator.c -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/nvx copying build/lib/autobahn/_version.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/rawsocket creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/rawsocket/test copying build/lib/autobahn/rawsocket/test/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/rawsocket/test copying build/lib/autobahn/rawsocket/test/test_rawsocket_url.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/rawsocket/test copying build/lib/autobahn/rawsocket/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/rawsocket copying build/lib/autobahn/rawsocket/util.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/rawsocket creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_domain_create.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_market_leave.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_gui.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_delegate_certificate.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_buyer.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_base.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_member_unregister.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_blockchain.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/templates creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib/autobahn/xbr/templates/py-autobahn/module.py.jinja2 -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib/autobahn/xbr/templates/py-autobahn/enum.py.jinja2 -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib/autobahn/xbr/templates/py-autobahn/test_obj.py.jinja2 -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib/autobahn/xbr/templates/py-autobahn/obj.py.jinja2 -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib/autobahn/xbr/templates/py-autobahn/test_enum.py.jinja2 -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib/autobahn/xbr/templates/py-autobahn/test_service.py.jinja2 -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib/autobahn/xbr/templates/py-autobahn/service.py.jinja2 -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/templates/py-autobahn copying build/lib/autobahn/xbr/templates/py-autobahn/test_module.py.jinja2 -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/templates/py-autobahn creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/templates/sol-eip712 copying build/lib/autobahn/xbr/templates/sol-eip712/obj-eip712.sol.jinja2 -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/templates/sol-eip712 copying build/lib/autobahn/xbr/_frealm.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_cli.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_schema.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_mnemonic.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_util.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_wallet.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_consent.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_authority_certificate.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_market_create.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_catalog_create.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_certificate.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_userkey.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_node_pair.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_member_register.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_channel_close.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_abi.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_interfaces.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_dialog.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_market_member_login.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_secmod.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_seller.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_channel_open.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_market_join.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_api_publish.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_config.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_member_login.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr copying build/lib/autobahn/xbr/_eip712_certificate_chain.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/serializer.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_exception.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_transport_details.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_protocol_peer.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_cryptosign.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_cryptobox.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_scram.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_identifiers.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_uri_pattern.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_message.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_user_handler_errors.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_component.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_component_aio.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_serializer.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_protocol.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_auth.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_session_details.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_wamp_websocket.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/exception.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/component.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/interfaces.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/protocol.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/request.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/types.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/websocket.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/auth.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/message_fbs.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/cryptosign.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/role.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/uri.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/cryptobox.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/message.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen copying build/lib/autobahn/wamp/gen/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp copying build/lib/autobahn/wamp/gen/wamp/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp copying build/lib/autobahn/wamp/gen/wamp/Map.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Abort.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Authenticate.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Call.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/CallerFeatures.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Serializer.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/CalleeFeatures.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthCraChallenge.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Interrupt.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Challenge.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthCraRequest.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Register.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthTicketWelcome.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Message.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthMode.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Principal.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Result.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Payload.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Unregistered.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthTicketChallenge.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/DealerFeatures.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/HelloNew.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Event.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Error.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Yield.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthFactor.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Subscribe.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/CancelMode.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/PublisherFeatures.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthScramWelcome.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Subscribed.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/EventReceived.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Kdf.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Publish.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/InvocationPolicy.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Published.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthScramRequest.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Unsubscribe.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthCraWelcome.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/ClientRoles.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/ChannelBinding.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Goodbye.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Match.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Registered.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthScramChallenge.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Hello.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Unsubscribed.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/SubscriberFeatures.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/RouterRoles.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthCryptosignRequest.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthTicketRequest.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Unregister.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AnyMessage.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/BrokerFeatures.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthCryptosignChallenge.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Welcome.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Invocation.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthCryptosignWelcome.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/Cancel.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/MessageType.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/AuthMethod.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/proto/SubscriberReceived.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto copying build/lib/autobahn/wamp/gen/wamp/Void.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/schema copying build/lib/autobahn/wamp/gen/schema/session.bfbs -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/schema copying build/lib/autobahn/wamp/gen/schema/types.bfbs -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/schema copying build/lib/autobahn/wamp/gen/schema/wamp.bfbs -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/schema copying build/lib/autobahn/wamp/gen/schema/pubsub.bfbs -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/schema copying build/lib/autobahn/wamp/gen/schema/rpc.bfbs -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/schema copying build/lib/autobahn/wamp/gen/schema/auth.bfbs -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/schema copying build/lib/autobahn/wamp/gen/schema/roles.bfbs -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/schema creating /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asset copying build/lib/autobahn/asset/xbr_gray.svg -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asset copying build/lib/autobahn/asset/xbr_white.svg -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asset copying build/lib/autobahn/testutil.py -> /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/twisted/plugins/autobahn_endpoints.py to autobahn_endpoints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/twisted/plugins/autobahn_twistd.py to autobahn_twistd.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/test/test_rng.py to test_rng.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/test/test_util.py to test_util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test/test_tx_component.py to test_tx_component.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test/test_tx_application_runner.py to test_tx_application_runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test/test_tx_protocol.py to test_tx_protocol.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test/test_tx_rawsocket.py to test_tx_rawsocket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test/test_tx_endpoint_plugins.py to test_tx_endpoint_plugins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test/test_wamp_runner.py to test_wamp_runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test/test_tx_choosereactor.py to test_tx_choosereactor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/test/test_tx_websocket_agent.py to test_tx_websocket_agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/choosereactor.py to choosereactor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/rawsocket.py to rawsocket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/component.py to component.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/resource.py to resource.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/websocket.py to websocket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/wamp.py to wamp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/cryptosign.py to cryptosign.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/xbr/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/forwarder.py to forwarder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/twisted/testing/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/exception.py to exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/test/test_websocket_protocol.py to test_websocket_protocol.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/test/test_websocket_url.py to test_websocket_url.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/test/test_websocket_frame.py to test_websocket_frame.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/interfaces.py to interfaces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/compress_deflate.py to compress_deflate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/utf8validator.py to utf8validator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/protocol.py to protocol.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/compress.py to compress.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/types.py to types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/compress_snappy.py to compress_snappy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/compress_base.py to compress_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/compress_bzip2.py to compress_bzip2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/websocket/xormasker.py to xormasker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/test/test_aio_rawsocket.py to test_aio_rawsocket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/test/test_wamp_runner.py to test_wamp_runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/test/test_aio_websocket.py to test_aio_websocket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/rawsocket.py to rawsocket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/component.py to component.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/websocket.py to websocket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/wamp.py to wamp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/asyncio/xbr/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/nvx/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/nvx/test/test_nvx_utf8validator.py to test_nvx_utf8validator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/nvx/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/nvx/_utf8validator.py to _utf8validator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/_version.py to _version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/rawsocket/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/rawsocket/test/test_rawsocket_url.py to test_rawsocket_url.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/rawsocket/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/rawsocket/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_domain_create.py to _eip712_domain_create.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_market_leave.py to _eip712_market_leave.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_gui.py to _gui.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_delegate_certificate.py to _eip712_delegate_certificate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_buyer.py to _buyer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_base.py to _eip712_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_member_unregister.py to _eip712_member_unregister.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_blockchain.py to _blockchain.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_frealm.py to _frealm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_cli.py to _cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_schema.py to _schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_mnemonic.py to _mnemonic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_util.py to _util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_wallet.py to _wallet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_consent.py to _eip712_consent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_authority_certificate.py to _eip712_authority_certificate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_market_create.py to _eip712_market_create.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_catalog_create.py to _eip712_catalog_create.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_certificate.py to _eip712_certificate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_userkey.py to _userkey.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_node_pair.py to _eip712_node_pair.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_member_register.py to _eip712_member_register.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_channel_close.py to _eip712_channel_close.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_abi.py to _abi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_interfaces.py to _interfaces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_dialog.py to _dialog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_market_member_login.py to _eip712_market_member_login.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_secmod.py to _secmod.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_seller.py to _seller.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_channel_open.py to _eip712_channel_open.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_market_join.py to _eip712_market_join.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_api_publish.py to _eip712_api_publish.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_config.py to _config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_member_login.py to _eip712_member_login.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/xbr/_eip712_certificate_chain.py to _eip712_certificate_chain.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/serializer.py to serializer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_exception.py to test_wamp_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_transport_details.py to test_wamp_transport_details.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_protocol_peer.py to test_wamp_protocol_peer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_cryptosign.py to test_wamp_cryptosign.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_cryptobox.py to test_wamp_cryptobox.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_scram.py to test_wamp_scram.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_identifiers.py to test_wamp_identifiers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_uri_pattern.py to test_wamp_uri_pattern.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_message.py to test_wamp_message.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_user_handler_errors.py to test_wamp_user_handler_errors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_component.py to test_wamp_component.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_component_aio.py to test_wamp_component_aio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_serializer.py to test_wamp_serializer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_protocol.py to test_wamp_protocol.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_auth.py to test_wamp_auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_session_details.py to test_wamp_session_details.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/test/test_wamp_websocket.py to test_wamp_websocket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/exception.py to exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/component.py to component.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/interfaces.py to interfaces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/protocol.py to protocol.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/request.py to request.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/types.py to types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/websocket.py to websocket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/message_fbs.py to message_fbs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/cryptosign.py to cryptosign.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/role.py to role.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/uri.py to uri.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/cryptobox.py to cryptobox.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/message.py to message.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/Map.py to Map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Abort.py to Abort.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Authenticate.py to Authenticate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Call.py to Call.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/CallerFeatures.py to CallerFeatures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Serializer.py to Serializer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/CalleeFeatures.py to CalleeFeatures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthCraChallenge.py to AuthCraChallenge.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Interrupt.py to Interrupt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Challenge.py to Challenge.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthCraRequest.py to AuthCraRequest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Register.py to Register.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthTicketWelcome.py to AuthTicketWelcome.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Message.py to Message.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthMode.py to AuthMode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Principal.py to Principal.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Result.py to Result.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Payload.py to Payload.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Unregistered.py to Unregistered.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthTicketChallenge.py to AuthTicketChallenge.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/DealerFeatures.py to DealerFeatures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/HelloNew.py to HelloNew.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Event.py to Event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Error.py to Error.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Yield.py to Yield.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthFactor.py to AuthFactor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Subscribe.py to Subscribe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/CancelMode.py to CancelMode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/PublisherFeatures.py to PublisherFeatures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthScramWelcome.py to AuthScramWelcome.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Subscribed.py to Subscribed.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/EventReceived.py to EventReceived.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Kdf.py to Kdf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Publish.py to Publish.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/InvocationPolicy.py to InvocationPolicy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Published.py to Published.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthScramRequest.py to AuthScramRequest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Unsubscribe.py to Unsubscribe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthCraWelcome.py to AuthCraWelcome.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/ClientRoles.py to ClientRoles.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/ChannelBinding.py to ChannelBinding.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Goodbye.py to Goodbye.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Match.py to Match.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Registered.py to Registered.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthScramChallenge.py to AuthScramChallenge.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Hello.py to Hello.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Unsubscribed.py to Unsubscribed.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/SubscriberFeatures.py to SubscriberFeatures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/RouterRoles.py to RouterRoles.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthCryptosignRequest.py to AuthCryptosignRequest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthTicketRequest.py to AuthTicketRequest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Unregister.py to Unregister.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AnyMessage.py to AnyMessage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/BrokerFeatures.py to BrokerFeatures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthCryptosignChallenge.py to AuthCryptosignChallenge.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Welcome.py to Welcome.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Invocation.py to Invocation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthCryptosignWelcome.py to AuthCryptosignWelcome.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/Cancel.py to Cancel.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/MessageType.py to MessageType.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/AuthMethod.py to AuthMethod.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/proto/SubscriberReceived.py to SubscriberReceived.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/wamp/gen/wamp/Void.py to Void.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn/testutil.py to testutil.cpython-39.pyc writing byte-compilation script '/tmp/tmp697diypa.py' /usr/bin/python3 /tmp/tmp697diypa.py removing /tmp/tmp697diypa.py running install_egg_info running egg_info writing autobahn.egg-info/PKG-INFO writing dependency_links to autobahn.egg-info/dependency_links.txt writing entry points to autobahn.egg-info/entry_points.txt writing requirements to autobahn.egg-info/requires.txt writing top-level names to autobahn.egg-info/top_level.txt package init file 'twisted/plugins/__init__.py' not found (or not a regular file) package init file 'autobahn/xbr/test/__init__.py' not found (or not a regular file) reading manifest file 'autobahn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'autobahn.egg-info/SOURCES.txt' Copying autobahn.egg-info to /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages/autobahn-23.6.2-py3.9.egg-info running install_scripts Installing wamp script to /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/bin Installing xbrnetwork script to /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/bin Installing xbrnetwork-ui script to /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/bin Twisted found (default reactor is ) Twisted dropin.cache regenerated. + /usr/bin/find-debuginfo -j40 --strict-build-id -m -i --build-id-seed 23.6.2-4.el9s --unique-debug-suffix -23.6.2-4.el9s.noarch --unique-debug-src-base python-autobahn-23.6.2-4.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/autobahn-python-23.6.2 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.iFBRNO + umask 022 + cd /builddir/build/BUILD + cd autobahn-python-23.6.2 + USE_ASYNCIO=1 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + PATH=/builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + PYTHONPATH=/builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib64/python3.9/site-packages:/builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/lib/python3.9/site-packages + PYTHONDONTWRITEBYTECODE=1 + /usr/bin/pytest --ignore=xbr/test --pyargs autobahn -k 'not test_no_memory_arg and not test_basic and not test_websocket_custom_loop and not TestSerializer and not TestDecimalSerializer' ============================= test session starts ============================== platform linux -- Python 3.9.18, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 rootdir: /builddir/build/BUILD/autobahn-python-23.6.2, configfile: setup.cfg plugins: asyncio-0.18.3 asyncio: mode=legacy collected 229 items / 17 deselected / 212 selected asyncio/test/test_aio_rawsocket.py ......... [ 4%] asyncio/test/test_aio_websocket.py .. [ 5%] asyncio/test/test_wamp_runner.py ..... [ 7%] nvx/test/test_nvx_utf8validator.py sss [ 8%] rawsocket/test/test_rawsocket_url.py ............................. [ 22%] test/test_rng.py ss [ 23%] test/test_util.py ..... [ 25%] wamp/test/test_wamp_auth.py ............ [ 31%] wamp/test/test_wamp_component_aio.py .. [ 32%] wamp/test/test_wamp_cryptobox.py s [ 33%] wamp/test/test_wamp_cryptosign.py .......... [ 37%] wamp/test/test_wamp_exception.py .. [ 38%] wamp/test/test_wamp_identifiers.py ... [ 40%] wamp/test/test_wamp_message.py ......................................... [ 59%] ...................... [ 69%] wamp/test/test_wamp_protocol_peer.py .. [ 70%] wamp/test/test_wamp_scram.py . [ 71%] wamp/test/test_wamp_session_details.py .. [ 72%] wamp/test/test_wamp_transport_details.py .... [ 74%] wamp/test/test_wamp_uri_pattern.py ................ [ 81%] websocket/test/test_websocket_protocol.py .......... [ 86%] websocket/test/test_websocket_url.py ............................. [100%] ================ 206 passed, 6 skipped, 17 deselected in 4.68s ================= + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-autobahn-23.6.2-4.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3s2MEr + umask 022 + cd /builddir/build/BUILD + cd autobahn-python-23.6.2 + DOCDIR=/builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/share/doc/python3-autobahn + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/share/doc/python3-autobahn + cp -pr docs /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/share/doc/python3-autobahn + cp -pr README.rst /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/share/doc/python3-autobahn + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.A9wWeh + umask 022 + cd /builddir/build/BUILD + cd autobahn-python-23.6.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/share/licenses/python3-autobahn + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/share/licenses/python3-autobahn + cp -pr LICENSE /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/share/licenses/python3-autobahn + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-autobahn = 23.6.2-4.el9s python3-autobahn = 23.6.2-4.el9s python3.9-autobahn = 23.6.2-4.el9s python3.9dist(autobahn) = 23.6.2 python3dist(autobahn) = 23.6.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.9 python3.9dist(cryptography) >= 3.4.2 python3.9dist(hyperlink) >= 21 python3.9dist(setuptools) python3.9dist(txaio) >= 21.2.1 Obsoletes: python39-autobahn < 23.6.2-4.el9s Processing files: python-autobahn-doc-23.6.2-4.el9s.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Q2Z1OM + umask 022 + cd /builddir/build/BUILD + cd autobahn-python-23.6.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/share/licenses/python-autobahn-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/share/licenses/python-autobahn-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch/usr/share/licenses/python-autobahn-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-autobahn-doc = 23.6.2-4.el9s Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-autobahn+twisted-23.6.2-4.el9s.noarch Provides: python-autobahn+twisted = 23.6.2-4.el9s python3-autobahn+twisted = 23.6.2-4.el9s python3.9-autobahn+twisted = 23.6.2-4.el9s python3.9dist(autobahn[twisted]) = 23.6.2 python3dist(autobahn[twisted]) = 23.6.2 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(attrs) >= 20.3 python3.9dist(setuptools) python3.9dist(twisted) >= 20.3 python3.9dist(zope-interface) >= 5.2 Obsoletes: python39-autobahn+twisted < 23.6.2-4.el9s Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-autobahn-23.6.2-4.el9s.noarch Wrote: /builddir/build/RPMS/python-autobahn-doc-23.6.2-4.el9s.noarch.rpm Wrote: /builddir/build/RPMS/python3-autobahn+twisted-23.6.2-4.el9s.noarch.rpm Wrote: /builddir/build/RPMS/python3-autobahn-23.6.2-4.el9s.noarch.rpm Child return code was: 0