Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-web3.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681694715.276216/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-web3.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-web3-6.1.0-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-web3.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681694715.276216/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-web3.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-web3-6.1.0-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-web3.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681694715.276216/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-web3.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.AJw7uO + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf web3-6.1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/web3-6.1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd web3-6.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HLh7Wa + umask 022 + cd /builddir/build/BUILD + cd web3-6.1.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py file web3.py (for module web3) not found file ens.py (for module ens) not found file ethpm.py (for module ethpm) not found creating build creating build/lib creating build/lib/web3 copying web3/manager.py -> build/lib/web3 copying web3/exceptions.py -> build/lib/web3 copying web3/module.py -> build/lib/web3 copying web3/method.py -> build/lib/web3 copying web3/constants.py -> build/lib/web3 copying web3/main.py -> build/lib/web3 copying web3/types.py -> build/lib/web3 copying web3/net.py -> build/lib/web3 copying web3/__init__.py -> build/lib/web3 copying web3/geth.py -> build/lib/web3 copying web3/datastructures.py -> build/lib/web3 copying web3/logs.py -> build/lib/web3 copying web3/pm.py -> build/lib/web3 copying web3/testing.py -> build/lib/web3 copying web3/tracing.py -> build/lib/web3 creating build/lib/ens copying ens/exceptions.py -> build/lib/ens copying ens/contract_data.py -> build/lib/ens copying ens/constants.py -> build/lib/ens copying ens/utils.py -> build/lib/ens copying ens/__init__.py -> build/lib/ens copying ens/abis.py -> build/lib/ens copying ens/auto.py -> build/lib/ens copying ens/async_ens.py -> build/lib/ens copying ens/base_ens.py -> build/lib/ens copying ens/ens.py -> build/lib/ens creating build/lib/ethpm copying ethpm/exceptions.py -> build/lib/ethpm copying ethpm/constants.py -> build/lib/ethpm copying ethpm/dependencies.py -> build/lib/ethpm copying ethpm/__init__.py -> build/lib/ethpm copying ethpm/contract.py -> build/lib/ethpm copying ethpm/package.py -> build/lib/ethpm copying ethpm/uri.py -> build/lib/ethpm copying ethpm/deployments.py -> build/lib/ethpm creating build/lib/web3/gas_strategies copying web3/gas_strategies/rpc.py -> build/lib/web3/gas_strategies copying web3/gas_strategies/time_based.py -> build/lib/web3/gas_strategies copying web3/gas_strategies/__init__.py -> build/lib/web3/gas_strategies creating build/lib/web3/scripts copying web3/scripts/__init__.py -> build/lib/web3/scripts creating build/lib/web3/eth copying web3/eth/base_eth.py -> build/lib/web3/eth copying web3/eth/eth.py -> build/lib/web3/eth copying web3/eth/async_eth.py -> build/lib/web3/eth copying web3/eth/__init__.py -> build/lib/web3/eth creating build/lib/web3/_utils copying web3/_utils/function_identifiers.py -> build/lib/web3/_utils copying web3/_utils/encoding.py -> build/lib/web3/_utils copying web3/_utils/utility_methods.py -> build/lib/web3/_utils copying web3/_utils/module.py -> build/lib/web3/_utils copying web3/_utils/caching.py -> build/lib/web3/_utils copying web3/_utils/type_conversion.py -> build/lib/web3/_utils copying web3/_utils/math.py -> build/lib/web3/_utils copying web3/_utils/transactions.py -> build/lib/web3/_utils copying web3/_utils/request.py -> build/lib/web3/_utils copying web3/_utils/validation.py -> build/lib/web3/_utils copying web3/_utils/empty.py -> build/lib/web3/_utils copying web3/_utils/threads.py -> build/lib/web3/_utils copying web3/_utils/normalizers.py -> build/lib/web3/_utils copying web3/_utils/__init__.py -> build/lib/web3/_utils copying web3/_utils/blocks.py -> build/lib/web3/_utils copying web3/_utils/decorators.py -> build/lib/web3/_utils copying web3/_utils/windows.py -> build/lib/web3/_utils copying web3/_utils/miner.py -> build/lib/web3/_utils copying web3/_utils/formatters.py -> build/lib/web3/_utils copying web3/_utils/async_transactions.py -> build/lib/web3/_utils copying web3/_utils/events.py -> build/lib/web3/_utils copying web3/_utils/contracts.py -> build/lib/web3/_utils copying web3/_utils/filters.py -> build/lib/web3/_utils copying web3/_utils/abi.py -> build/lib/web3/_utils copying web3/_utils/async_caching.py -> build/lib/web3/_utils copying web3/_utils/rpc_abi.py -> build/lib/web3/_utils copying web3/_utils/http.py -> build/lib/web3/_utils copying web3/_utils/ens.py -> build/lib/web3/_utils copying web3/_utils/method_formatters.py -> build/lib/web3/_utils copying web3/_utils/hypothesis.py -> build/lib/web3/_utils copying web3/_utils/fee_utils.py -> build/lib/web3/_utils copying web3/_utils/datatypes.py -> build/lib/web3/_utils creating build/lib/web3/providers copying web3/providers/rpc.py -> build/lib/web3/providers copying web3/providers/websocket.py -> build/lib/web3/providers copying web3/providers/__init__.py -> build/lib/web3/providers copying web3/providers/async_base.py -> build/lib/web3/providers copying web3/providers/auto.py -> build/lib/web3/providers copying web3/providers/async_rpc.py -> build/lib/web3/providers copying web3/providers/ipc.py -> build/lib/web3/providers copying web3/providers/base.py -> build/lib/web3/providers creating build/lib/web3/tools copying web3/tools/__init__.py -> build/lib/web3/tools creating build/lib/web3/contract copying web3/contract/async_contract.py -> build/lib/web3/contract copying web3/contract/utils.py -> build/lib/web3/contract copying web3/contract/base_contract.py -> build/lib/web3/contract copying web3/contract/__init__.py -> build/lib/web3/contract copying web3/contract/contract.py -> build/lib/web3/contract creating build/lib/web3/utils copying web3/utils/address.py -> build/lib/web3/utils copying web3/utils/caching.py -> build/lib/web3/utils copying web3/utils/__init__.py -> build/lib/web3/utils copying web3/utils/async_exception_handling.py -> build/lib/web3/utils copying web3/utils/abi.py -> build/lib/web3/utils copying web3/utils/exception_handling.py -> build/lib/web3/utils creating build/lib/web3/middleware copying web3/middleware/exception_retry_request.py -> build/lib/web3/middleware copying web3/middleware/buffered_gas_estimate.py -> build/lib/web3/middleware copying web3/middleware/simulate_unmined_transaction.py -> build/lib/web3/middleware copying web3/middleware/signing.py -> build/lib/web3/middleware copying web3/middleware/cache.py -> build/lib/web3/middleware copying web3/middleware/validation.py -> build/lib/web3/middleware copying web3/middleware/pythonic.py -> build/lib/web3/middleware copying web3/middleware/gas_price_strategy.py -> build/lib/web3/middleware copying web3/middleware/geth_poa.py -> build/lib/web3/middleware copying web3/middleware/__init__.py -> build/lib/web3/middleware copying web3/middleware/names.py -> build/lib/web3/middleware copying web3/middleware/normalize_request_parameters.py -> build/lib/web3/middleware copying web3/middleware/stalecheck.py -> build/lib/web3/middleware copying web3/middleware/abi.py -> build/lib/web3/middleware copying web3/middleware/filter.py -> build/lib/web3/middleware copying web3/middleware/async_cache.py -> build/lib/web3/middleware copying web3/middleware/formatting.py -> build/lib/web3/middleware copying web3/middleware/fixture.py -> build/lib/web3/middleware copying web3/middleware/attrdict.py -> build/lib/web3/middleware copying web3/middleware/exception_handling.py -> build/lib/web3/middleware creating build/lib/web3/beacon copying web3/beacon/main.py -> build/lib/web3/beacon copying web3/beacon/__init__.py -> build/lib/web3/beacon copying web3/beacon/api_endpoints.py -> build/lib/web3/beacon copying web3/beacon/async_beacon.py -> build/lib/web3/beacon creating build/lib/web3/auto copying web3/auto/gethdev.py -> build/lib/web3/auto copying web3/auto/__init__.py -> build/lib/web3/auto creating build/lib/web3/scripts/release copying web3/scripts/release/__init__.py -> build/lib/web3/scripts/release copying web3/scripts/release/test_package.py -> build/lib/web3/scripts/release creating build/lib/web3/_utils/module_testing copying web3/_utils/module_testing/go_ethereum_admin_module.py -> build/lib/web3/_utils/module_testing copying web3/_utils/module_testing/__init__.py -> build/lib/web3/_utils/module_testing copying web3/_utils/module_testing/net_module.py -> build/lib/web3/_utils/module_testing copying web3/_utils/module_testing/web3_module.py -> build/lib/web3/_utils/module_testing copying web3/_utils/module_testing/go_ethereum_txpool_module.py -> build/lib/web3/_utils/module_testing copying web3/_utils/module_testing/eth_module.py -> build/lib/web3/_utils/module_testing copying web3/_utils/module_testing/module_testing_utils.py -> build/lib/web3/_utils/module_testing copying web3/_utils/module_testing/go_ethereum_personal_module.py -> build/lib/web3/_utils/module_testing creating build/lib/web3/_utils/compat copying web3/_utils/compat/compat_py2.py -> build/lib/web3/_utils/compat copying web3/_utils/compat/compat_py3.py -> build/lib/web3/_utils/compat copying web3/_utils/compat/__init__.py -> build/lib/web3/_utils/compat creating build/lib/web3/_utils/contract_sources copying web3/_utils/contract_sources/__init__.py -> build/lib/web3/_utils/contract_sources copying web3/_utils/contract_sources/compile_contracts.py -> build/lib/web3/_utils/contract_sources creating build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/reflector_contracts.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/fallback_function_contract.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/simple_resolver.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/arrays_contract.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/revert_contract.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/contract_caller_tester.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/string_contract.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/offchain_resolver.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/payable_tester.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/tuple_contracts.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/math_contract.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/__init__.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/receive_function_contracts.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/address_reflector.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/emitter_contract.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/_custom_contract_data.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/extended_resolver.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/constructor_contracts.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/event_contracts.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/bytes_contracts.py -> build/lib/web3/_utils/contract_sources/contract_data copying web3/_utils/contract_sources/contract_data/offchain_lookup.py -> build/lib/web3/_utils/contract_sources/contract_data creating build/lib/web3/providers/eth_tester copying web3/providers/eth_tester/main.py -> build/lib/web3/providers/eth_tester copying web3/providers/eth_tester/__init__.py -> build/lib/web3/providers/eth_tester copying web3/providers/eth_tester/middleware.py -> build/lib/web3/providers/eth_tester copying web3/providers/eth_tester/defaults.py -> build/lib/web3/providers/eth_tester creating build/lib/web3/tools/benchmark copying web3/tools/benchmark/main.py -> build/lib/web3/tools/benchmark copying web3/tools/benchmark/utils.py -> build/lib/web3/tools/benchmark copying web3/tools/benchmark/__init__.py -> build/lib/web3/tools/benchmark copying web3/tools/benchmark/reporting.py -> build/lib/web3/tools/benchmark copying web3/tools/benchmark/node.py -> build/lib/web3/tools/benchmark creating build/lib/web3/tools/pytest_ethereum copying web3/tools/pytest_ethereum/exceptions.py -> build/lib/web3/tools/pytest_ethereum copying web3/tools/pytest_ethereum/_utils.py -> build/lib/web3/tools/pytest_ethereum copying web3/tools/pytest_ethereum/__init__.py -> build/lib/web3/tools/pytest_ethereum copying web3/tools/pytest_ethereum/plugins.py -> build/lib/web3/tools/pytest_ethereum copying web3/tools/pytest_ethereum/deployer.py -> build/lib/web3/tools/pytest_ethereum copying web3/tools/pytest_ethereum/linker.py -> build/lib/web3/tools/pytest_ethereum creating build/lib/ethpm/backends copying ethpm/backends/registry.py -> build/lib/ethpm/backends copying ethpm/backends/__init__.py -> build/lib/ethpm/backends copying ethpm/backends/ipfs.py -> build/lib/ethpm/backends copying ethpm/backends/http.py -> build/lib/ethpm/backends copying ethpm/backends/base.py -> build/lib/ethpm/backends creating build/lib/ethpm/_utils copying ethpm/_utils/cache.py -> build/lib/ethpm/_utils copying ethpm/_utils/chains.py -> build/lib/ethpm/_utils copying ethpm/_utils/registry.py -> build/lib/ethpm/_utils copying ethpm/_utils/__init__.py -> build/lib/ethpm/_utils copying ethpm/_utils/ipfs.py -> build/lib/ethpm/_utils copying ethpm/_utils/contract.py -> build/lib/ethpm/_utils copying ethpm/_utils/deployments.py -> build/lib/ethpm/_utils copying ethpm/_utils/backend.py -> build/lib/ethpm/_utils creating build/lib/ethpm/validation copying ethpm/validation/__init__.py -> build/lib/ethpm/validation copying ethpm/validation/misc.py -> build/lib/ethpm/validation copying ethpm/validation/package.py -> build/lib/ethpm/validation copying ethpm/validation/uri.py -> build/lib/ethpm/validation copying ethpm/validation/manifest.py -> build/lib/ethpm/validation creating build/lib/ethpm/tools copying ethpm/tools/builder.py -> build/lib/ethpm/tools copying ethpm/tools/__init__.py -> build/lib/ethpm/tools copying ethpm/tools/get_manifest.py -> build/lib/ethpm/tools copying ethpm/tools/checker.py -> build/lib/ethpm/tools creating build/lib/ethpm/assets copying ethpm/assets/__init__.py -> build/lib/ethpm/assets creating build/lib/ethpm/_utils/protobuf copying ethpm/_utils/protobuf/__init__.py -> build/lib/ethpm/_utils/protobuf copying ethpm/_utils/protobuf/ipfs_file_pb2.py -> build/lib/ethpm/_utils/protobuf running egg_info writing web3.egg-info/PKG-INFO writing dependency_links to web3.egg-info/dependency_links.txt writing entry points to web3.egg-info/entry_points.txt writing requirements to web3.egg-info/requires.txt writing top-level names to web3.egg-info/top_level.txt file web3.py (for module web3) not found file ens.py (for module ens) not found file ethpm.py (for module ethpm) not found reading manifest file 'web3.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'VERSION' warning: no files found matching 'requirements.txt' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'web3.egg-info/SOURCES.txt' copying web3/py.typed -> build/lib/web3 creating build/lib/ethpm/ethpm-spec creating build/lib/ethpm/ethpm-spec/examples creating build/lib/ethpm/ethpm-spec/examples/escrow copying ethpm/ethpm-spec/examples/escrow/1.0.0-pretty.json -> build/lib/ethpm/ethpm-spec/examples/escrow copying ethpm/ethpm-spec/examples/escrow/1.0.0.json -> build/lib/ethpm/ethpm-spec/examples/escrow copying ethpm/ethpm-spec/examples/escrow/v3-pretty.json -> build/lib/ethpm/ethpm-spec/examples/escrow copying ethpm/ethpm-spec/examples/escrow/v3.json -> build/lib/ethpm/ethpm-spec/examples/escrow creating build/lib/ethpm/ethpm-spec/examples/escrow/contracts copying ethpm/ethpm-spec/examples/escrow/contracts/Escrow.sol -> build/lib/ethpm/ethpm-spec/examples/escrow/contracts copying ethpm/ethpm-spec/examples/escrow/contracts/SafeSendLib.sol -> build/lib/ethpm/ethpm-spec/examples/escrow/contracts creating build/lib/ethpm/ethpm-spec/examples/owned copying ethpm/ethpm-spec/examples/owned/1.0.0-pretty.json -> build/lib/ethpm/ethpm-spec/examples/owned copying ethpm/ethpm-spec/examples/owned/1.0.0.json -> build/lib/ethpm/ethpm-spec/examples/owned copying ethpm/ethpm-spec/examples/owned/v3-pretty.json -> build/lib/ethpm/ethpm-spec/examples/owned copying ethpm/ethpm-spec/examples/owned/v3.json -> build/lib/ethpm/ethpm-spec/examples/owned creating build/lib/ethpm/ethpm-spec/examples/owned/contracts copying ethpm/ethpm-spec/examples/owned/contracts/Owned.sol -> build/lib/ethpm/ethpm-spec/examples/owned/contracts creating build/lib/ethpm/ethpm-spec/examples/piper-coin copying ethpm/ethpm-spec/examples/piper-coin/1.0.0-pretty.json -> build/lib/ethpm/ethpm-spec/examples/piper-coin copying ethpm/ethpm-spec/examples/piper-coin/1.0.0.json -> build/lib/ethpm/ethpm-spec/examples/piper-coin copying ethpm/ethpm-spec/examples/piper-coin/v3-pretty.json -> build/lib/ethpm/ethpm-spec/examples/piper-coin copying ethpm/ethpm-spec/examples/piper-coin/v3.json -> build/lib/ethpm/ethpm-spec/examples/piper-coin creating build/lib/ethpm/ethpm-spec/examples/safe-math-lib copying ethpm/ethpm-spec/examples/safe-math-lib/1.0.0-pretty.json -> build/lib/ethpm/ethpm-spec/examples/safe-math-lib copying ethpm/ethpm-spec/examples/safe-math-lib/1.0.0.json -> build/lib/ethpm/ethpm-spec/examples/safe-math-lib copying ethpm/ethpm-spec/examples/safe-math-lib/v3-pretty.json -> build/lib/ethpm/ethpm-spec/examples/safe-math-lib copying ethpm/ethpm-spec/examples/safe-math-lib/v3.json -> build/lib/ethpm/ethpm-spec/examples/safe-math-lib creating build/lib/ethpm/ethpm-spec/examples/safe-math-lib/contracts copying ethpm/ethpm-spec/examples/safe-math-lib/contracts/SafeMathLib.sol -> build/lib/ethpm/ethpm-spec/examples/safe-math-lib/contracts creating build/lib/ethpm/ethpm-spec/examples/standard-token copying ethpm/ethpm-spec/examples/standard-token/1.0.0-pretty.json -> build/lib/ethpm/ethpm-spec/examples/standard-token copying ethpm/ethpm-spec/examples/standard-token/1.0.0.json -> build/lib/ethpm/ethpm-spec/examples/standard-token copying ethpm/ethpm-spec/examples/standard-token/v3-pretty.json -> build/lib/ethpm/ethpm-spec/examples/standard-token copying ethpm/ethpm-spec/examples/standard-token/v3.json -> build/lib/ethpm/ethpm-spec/examples/standard-token creating build/lib/ethpm/ethpm-spec/examples/standard-token/contracts copying ethpm/ethpm-spec/examples/standard-token/contracts/AbstractToken.sol -> build/lib/ethpm/ethpm-spec/examples/standard-token/contracts copying ethpm/ethpm-spec/examples/standard-token/contracts/StandardToken.sol -> build/lib/ethpm/ethpm-spec/examples/standard-token/contracts creating build/lib/ethpm/ethpm-spec/examples/transferable copying ethpm/ethpm-spec/examples/transferable/1.0.0-pretty.json -> build/lib/ethpm/ethpm-spec/examples/transferable copying ethpm/ethpm-spec/examples/transferable/1.0.0.json -> build/lib/ethpm/ethpm-spec/examples/transferable copying ethpm/ethpm-spec/examples/transferable/v3-pretty.json -> build/lib/ethpm/ethpm-spec/examples/transferable copying ethpm/ethpm-spec/examples/transferable/v3.json -> build/lib/ethpm/ethpm-spec/examples/transferable creating build/lib/ethpm/ethpm-spec/examples/transferable/contracts copying ethpm/ethpm-spec/examples/transferable/contracts/Transferable.sol -> build/lib/ethpm/ethpm-spec/examples/transferable/contracts creating build/lib/ethpm/ethpm-spec/examples/wallet copying ethpm/ethpm-spec/examples/wallet/1.0.0-pretty.json -> build/lib/ethpm/ethpm-spec/examples/wallet copying ethpm/ethpm-spec/examples/wallet/1.0.0.json -> build/lib/ethpm/ethpm-spec/examples/wallet copying ethpm/ethpm-spec/examples/wallet/v3-pretty.json -> build/lib/ethpm/ethpm-spec/examples/wallet copying ethpm/ethpm-spec/examples/wallet/v3.json -> build/lib/ethpm/ethpm-spec/examples/wallet creating build/lib/ethpm/ethpm-spec/examples/wallet-with-send copying ethpm/ethpm-spec/examples/wallet-with-send/1.0.0-pretty.json -> build/lib/ethpm/ethpm-spec/examples/wallet-with-send copying ethpm/ethpm-spec/examples/wallet-with-send/1.0.0.json -> build/lib/ethpm/ethpm-spec/examples/wallet-with-send copying ethpm/ethpm-spec/examples/wallet-with-send/v3-pretty.json -> build/lib/ethpm/ethpm-spec/examples/wallet-with-send copying ethpm/ethpm-spec/examples/wallet-with-send/v3.json -> build/lib/ethpm/ethpm-spec/examples/wallet-with-send creating build/lib/ethpm/ethpm-spec/examples/wallet-with-send/contracts copying ethpm/ethpm-spec/examples/wallet-with-send/contracts/WalletWithSend.sol -> build/lib/ethpm/ethpm-spec/examples/wallet-with-send/contracts creating build/lib/ethpm/ethpm-spec/examples/wallet/contracts copying ethpm/ethpm-spec/examples/wallet/contracts/Wallet.sol -> build/lib/ethpm/ethpm-spec/examples/wallet/contracts creating build/lib/ethpm/ethpm-spec/spec copying ethpm/ethpm-spec/spec/package.spec.json -> build/lib/ethpm/ethpm-spec/spec copying ethpm/ethpm-spec/spec/v3.spec.json -> build/lib/ethpm/ethpm-spec/spec copying ethpm/assets/ipfs_file.proto -> build/lib/ethpm/assets creating build/lib/ethpm/assets/ens copying ethpm/assets/ens/v3.json -> build/lib/ethpm/assets/ens creating build/lib/ethpm/assets/escrow copying ethpm/assets/escrow/with_bytecode_v3.json -> build/lib/ethpm/assets/escrow creating build/lib/ethpm/assets/owned copying ethpm/assets/owned/output_v3.json -> build/lib/ethpm/assets/owned copying ethpm/assets/owned/with_contract_type_v3.json -> build/lib/ethpm/assets/owned creating build/lib/ethpm/assets/registry copying ethpm/assets/registry/solc_input.json -> build/lib/ethpm/assets/registry copying ethpm/assets/registry/solc_output.json -> build/lib/ethpm/assets/registry copying ethpm/assets/registry/v3.json -> build/lib/ethpm/assets/registry creating build/lib/ethpm/assets/registry/contracts copying ethpm/assets/registry/contracts/Authority.sol -> build/lib/ethpm/assets/registry/contracts copying ethpm/assets/registry/contracts/IndexedOrderedSetLib.sol -> build/lib/ethpm/assets/registry/contracts copying ethpm/assets/registry/contracts/PackageDB.sol -> build/lib/ethpm/assets/registry/contracts copying ethpm/assets/registry/contracts/PackageRegistry.sol -> build/lib/ethpm/assets/registry/contracts copying ethpm/assets/registry/contracts/PackageRegistryInterface.sol -> build/lib/ethpm/assets/registry/contracts copying ethpm/assets/registry/contracts/ReleaseDB.sol -> build/lib/ethpm/assets/registry/contracts copying ethpm/assets/registry/contracts/ReleaseValidator.sol -> build/lib/ethpm/assets/registry/contracts creating build/lib/ethpm/assets/safe-math-lib copying ethpm/assets/safe-math-lib/v3-strict-no-deployments.json -> build/lib/ethpm/assets/safe-math-lib creating build/lib/ethpm/assets/simple-registry copying ethpm/assets/simple-registry/solc_input.json -> build/lib/ethpm/assets/simple-registry copying ethpm/assets/simple-registry/solc_output.json -> build/lib/ethpm/assets/simple-registry copying ethpm/assets/simple-registry/v3.json -> build/lib/ethpm/assets/simple-registry creating build/lib/ethpm/assets/simple-registry/contracts copying ethpm/assets/simple-registry/contracts/Ownable.sol -> build/lib/ethpm/assets/simple-registry/contracts copying ethpm/assets/simple-registry/contracts/PackageRegistry.sol -> build/lib/ethpm/assets/simple-registry/contracts copying ethpm/assets/simple-registry/contracts/PackageRegistryInterface.sol -> build/lib/ethpm/assets/simple-registry/contracts creating build/lib/ethpm/assets/standard-token copying ethpm/assets/standard-token/output_v3.json -> build/lib/ethpm/assets/standard-token copying ethpm/assets/standard-token/with_bytecode_v3.json -> build/lib/ethpm/assets/standard-token creating build/lib/ethpm/assets/vyper_registry copying ethpm/assets/vyper_registry/0.1.0.json -> build/lib/ethpm/assets/vyper_registry copying ethpm/assets/vyper_registry/registry.vy -> build/lib/ethpm/assets/vyper_registry copying ethpm/assets/vyper_registry/registry_with_delete.vy -> build/lib/ethpm/assets/vyper_registry file web3.py (for module web3) not found file ens.py (for module ens) not found file ethpm.py (for module ethpm) not found + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LJlHdc + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64 + cd web3-6.1.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64 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-web3-6.1.0-1.x86_64/usr creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 copying build/lib/web3/manager.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 copying build/lib/web3/exceptions.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/gas_strategies copying build/lib/web3/gas_strategies/rpc.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/gas_strategies copying build/lib/web3/gas_strategies/time_based.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/gas_strategies copying build/lib/web3/gas_strategies/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/gas_strategies creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/scripts creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/scripts/release copying build/lib/web3/scripts/release/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/scripts/release copying build/lib/web3/scripts/release/test_package.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/scripts/release copying build/lib/web3/scripts/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/scripts copying build/lib/web3/module.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/eth copying build/lib/web3/eth/base_eth.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/eth copying build/lib/web3/eth/eth.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/eth copying build/lib/web3/eth/async_eth.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/eth copying build/lib/web3/eth/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/eth copying build/lib/web3/method.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 copying build/lib/web3/constants.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/function_identifiers.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/encoding.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/utility_methods.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/module.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/caching.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing copying build/lib/web3/_utils/module_testing/go_ethereum_admin_module.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing copying build/lib/web3/_utils/module_testing/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing copying build/lib/web3/_utils/module_testing/net_module.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing copying build/lib/web3/_utils/module_testing/web3_module.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing copying build/lib/web3/_utils/module_testing/go_ethereum_txpool_module.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing copying build/lib/web3/_utils/module_testing/eth_module.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing copying build/lib/web3/_utils/module_testing/module_testing_utils.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing copying build/lib/web3/_utils/module_testing/go_ethereum_personal_module.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing copying build/lib/web3/_utils/type_conversion.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/math.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/transactions.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/request.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/validation.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/empty.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/threads.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/normalizers.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/blocks.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/compat copying build/lib/web3/_utils/compat/compat_py2.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/compat copying build/lib/web3/_utils/compat/compat_py3.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/compat copying build/lib/web3/_utils/compat/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/compat copying build/lib/web3/_utils/decorators.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/windows.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/miner.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources copying build/lib/web3/_utils/contract_sources/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources copying build/lib/web3/_utils/contract_sources/compile_contracts.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/reflector_contracts.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/fallback_function_contract.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/simple_resolver.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/arrays_contract.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/revert_contract.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/contract_caller_tester.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/string_contract.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/offchain_resolver.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/payable_tester.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/tuple_contracts.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/math_contract.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/receive_function_contracts.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/address_reflector.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/emitter_contract.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/_custom_contract_data.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/extended_resolver.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/constructor_contracts.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/event_contracts.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/bytes_contracts.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/contract_sources/contract_data/offchain_lookup.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data copying build/lib/web3/_utils/formatters.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/async_transactions.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/events.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/contracts.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/filters.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/abi.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/async_caching.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/rpc_abi.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/http.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/ens.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/method_formatters.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/hypothesis.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/fee_utils.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/_utils/datatypes.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils copying build/lib/web3/main.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 copying build/lib/web3/types.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers copying build/lib/web3/providers/rpc.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/eth_tester copying build/lib/web3/providers/eth_tester/main.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/eth_tester copying build/lib/web3/providers/eth_tester/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/eth_tester copying build/lib/web3/providers/eth_tester/middleware.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/eth_tester copying build/lib/web3/providers/eth_tester/defaults.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/eth_tester copying build/lib/web3/providers/websocket.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers copying build/lib/web3/providers/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers copying build/lib/web3/providers/async_base.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers copying build/lib/web3/providers/auto.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers copying build/lib/web3/providers/async_rpc.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers copying build/lib/web3/providers/ipc.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers copying build/lib/web3/providers/base.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers copying build/lib/web3/net.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/benchmark copying build/lib/web3/tools/benchmark/main.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/benchmark copying build/lib/web3/tools/benchmark/utils.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/benchmark copying build/lib/web3/tools/benchmark/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/benchmark copying build/lib/web3/tools/benchmark/reporting.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/benchmark copying build/lib/web3/tools/benchmark/node.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/benchmark copying build/lib/web3/tools/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/pytest_ethereum copying build/lib/web3/tools/pytest_ethereum/exceptions.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/pytest_ethereum copying build/lib/web3/tools/pytest_ethereum/_utils.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/pytest_ethereum copying build/lib/web3/tools/pytest_ethereum/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/pytest_ethereum copying build/lib/web3/tools/pytest_ethereum/plugins.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/pytest_ethereum copying build/lib/web3/tools/pytest_ethereum/deployer.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/pytest_ethereum copying build/lib/web3/tools/pytest_ethereum/linker.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/pytest_ethereum creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/contract copying build/lib/web3/contract/async_contract.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/contract copying build/lib/web3/contract/utils.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/contract copying build/lib/web3/contract/base_contract.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/contract copying build/lib/web3/contract/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/contract copying build/lib/web3/contract/contract.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/contract copying build/lib/web3/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 copying build/lib/web3/geth.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/utils copying build/lib/web3/utils/address.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/utils copying build/lib/web3/utils/caching.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/utils copying build/lib/web3/utils/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/utils copying build/lib/web3/utils/async_exception_handling.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/utils copying build/lib/web3/utils/abi.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/utils copying build/lib/web3/utils/exception_handling.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/utils creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/exception_retry_request.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/buffered_gas_estimate.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/simulate_unmined_transaction.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/signing.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/cache.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/validation.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/pythonic.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/gas_price_strategy.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/geth_poa.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/names.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/normalize_request_parameters.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/stalecheck.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/abi.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/filter.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/async_cache.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/formatting.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/fixture.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/attrdict.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware copying build/lib/web3/middleware/exception_handling.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/beacon copying build/lib/web3/beacon/main.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/beacon copying build/lib/web3/beacon/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/beacon copying build/lib/web3/beacon/api_endpoints.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/beacon copying build/lib/web3/beacon/async_beacon.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/beacon copying build/lib/web3/datastructures.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 copying build/lib/web3/logs.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 copying build/lib/web3/pm.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 copying build/lib/web3/testing.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 copying build/lib/web3/tracing.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 copying build/lib/web3/py.typed -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3 creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/auto copying build/lib/web3/auto/gethdev.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/auto copying build/lib/web3/auto/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/auto creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens copying build/lib/ens/exceptions.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens copying build/lib/ens/contract_data.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens copying build/lib/ens/constants.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens copying build/lib/ens/utils.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens copying build/lib/ens/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens copying build/lib/ens/abis.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens copying build/lib/ens/auto.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens copying build/lib/ens/async_ens.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens copying build/lib/ens/base_ens.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens copying build/lib/ens/ens.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/backends copying build/lib/ethpm/backends/registry.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/backends copying build/lib/ethpm/backends/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/backends copying build/lib/ethpm/backends/ipfs.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/backends copying build/lib/ethpm/backends/http.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/backends copying build/lib/ethpm/backends/base.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/backends copying build/lib/ethpm/exceptions.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm copying build/lib/ethpm/constants.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils copying build/lib/ethpm/_utils/cache.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils copying build/lib/ethpm/_utils/chains.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils copying build/lib/ethpm/_utils/registry.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils copying build/lib/ethpm/_utils/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils copying build/lib/ethpm/_utils/ipfs.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils copying build/lib/ethpm/_utils/contract.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils/protobuf copying build/lib/ethpm/_utils/protobuf/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils/protobuf copying build/lib/ethpm/_utils/protobuf/ipfs_file_pb2.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils/protobuf copying build/lib/ethpm/_utils/deployments.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils copying build/lib/ethpm/_utils/backend.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/validation copying build/lib/ethpm/validation/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/validation copying build/lib/ethpm/validation/misc.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/validation copying build/lib/ethpm/validation/package.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/validation copying build/lib/ethpm/validation/uri.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/validation copying build/lib/ethpm/validation/manifest.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/validation copying build/lib/ethpm/dependencies.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/tools copying build/lib/ethpm/tools/builder.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/tools copying build/lib/ethpm/tools/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/tools copying build/lib/ethpm/tools/get_manifest.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/tools copying build/lib/ethpm/tools/checker.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/tools copying build/lib/ethpm/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/escrow copying build/lib/ethpm/assets/escrow/with_bytecode_v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/escrow creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/owned copying build/lib/ethpm/assets/owned/with_contract_type_v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/owned copying build/lib/ethpm/assets/owned/output_v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/owned creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/registry creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/registry/contracts copying build/lib/ethpm/assets/registry/contracts/PackageRegistry.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/registry/contracts copying build/lib/ethpm/assets/registry/contracts/ReleaseValidator.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/registry/contracts copying build/lib/ethpm/assets/registry/contracts/Authority.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/registry/contracts copying build/lib/ethpm/assets/registry/contracts/IndexedOrderedSetLib.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/registry/contracts copying build/lib/ethpm/assets/registry/contracts/PackageDB.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/registry/contracts copying build/lib/ethpm/assets/registry/contracts/ReleaseDB.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/registry/contracts copying build/lib/ethpm/assets/registry/contracts/PackageRegistryInterface.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/registry/contracts copying build/lib/ethpm/assets/registry/v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/registry copying build/lib/ethpm/assets/registry/solc_output.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/registry copying build/lib/ethpm/assets/registry/solc_input.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/registry creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/simple-registry creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/simple-registry/contracts copying build/lib/ethpm/assets/simple-registry/contracts/PackageRegistry.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/simple-registry/contracts copying build/lib/ethpm/assets/simple-registry/contracts/Ownable.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/simple-registry/contracts copying build/lib/ethpm/assets/simple-registry/contracts/PackageRegistryInterface.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/simple-registry/contracts copying build/lib/ethpm/assets/simple-registry/v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/simple-registry copying build/lib/ethpm/assets/simple-registry/solc_output.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/simple-registry copying build/lib/ethpm/assets/simple-registry/solc_input.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/simple-registry creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/safe-math-lib copying build/lib/ethpm/assets/safe-math-lib/v3-strict-no-deployments.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/safe-math-lib copying build/lib/ethpm/assets/__init__.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/ens copying build/lib/ethpm/assets/ens/v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/ens copying build/lib/ethpm/assets/ipfs_file.proto -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/standard-token copying build/lib/ethpm/assets/standard-token/with_bytecode_v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/standard-token copying build/lib/ethpm/assets/standard-token/output_v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/standard-token creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/vyper_registry copying build/lib/ethpm/assets/vyper_registry/0.1.0.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/vyper_registry copying build/lib/ethpm/assets/vyper_registry/registry_with_delete.vy -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/vyper_registry copying build/lib/ethpm/assets/vyper_registry/registry.vy -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/vyper_registry creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/escrow creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/escrow/contracts copying build/lib/ethpm/ethpm-spec/examples/escrow/contracts/Escrow.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/escrow/contracts copying build/lib/ethpm/ethpm-spec/examples/escrow/contracts/SafeSendLib.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/escrow/contracts copying build/lib/ethpm/ethpm-spec/examples/escrow/v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/escrow copying build/lib/ethpm/ethpm-spec/examples/escrow/1.0.0.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/escrow copying build/lib/ethpm/ethpm-spec/examples/escrow/v3-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/escrow copying build/lib/ethpm/ethpm-spec/examples/escrow/1.0.0-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/escrow creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/owned creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/owned/contracts copying build/lib/ethpm/ethpm-spec/examples/owned/contracts/Owned.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/owned/contracts copying build/lib/ethpm/ethpm-spec/examples/owned/v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/owned copying build/lib/ethpm/ethpm-spec/examples/owned/1.0.0.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/owned copying build/lib/ethpm/ethpm-spec/examples/owned/v3-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/owned copying build/lib/ethpm/ethpm-spec/examples/owned/1.0.0-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/owned creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/piper-coin copying build/lib/ethpm/ethpm-spec/examples/piper-coin/v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/piper-coin copying build/lib/ethpm/ethpm-spec/examples/piper-coin/1.0.0.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/piper-coin copying build/lib/ethpm/ethpm-spec/examples/piper-coin/v3-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/piper-coin copying build/lib/ethpm/ethpm-spec/examples/piper-coin/1.0.0-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/piper-coin creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/safe-math-lib creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/safe-math-lib/contracts copying build/lib/ethpm/ethpm-spec/examples/safe-math-lib/contracts/SafeMathLib.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/safe-math-lib/contracts copying build/lib/ethpm/ethpm-spec/examples/safe-math-lib/v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/safe-math-lib copying build/lib/ethpm/ethpm-spec/examples/safe-math-lib/1.0.0.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/safe-math-lib copying build/lib/ethpm/ethpm-spec/examples/safe-math-lib/v3-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/safe-math-lib copying build/lib/ethpm/ethpm-spec/examples/safe-math-lib/1.0.0-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/safe-math-lib creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/wallet creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/wallet/contracts copying build/lib/ethpm/ethpm-spec/examples/wallet/contracts/Wallet.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/wallet/contracts copying build/lib/ethpm/ethpm-spec/examples/wallet/v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/wallet copying build/lib/ethpm/ethpm-spec/examples/wallet/1.0.0.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/wallet copying build/lib/ethpm/ethpm-spec/examples/wallet/v3-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/wallet copying build/lib/ethpm/ethpm-spec/examples/wallet/1.0.0-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/wallet creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/wallet-with-send creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/wallet-with-send/contracts copying build/lib/ethpm/ethpm-spec/examples/wallet-with-send/contracts/WalletWithSend.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/wallet-with-send/contracts copying build/lib/ethpm/ethpm-spec/examples/wallet-with-send/v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/wallet-with-send copying build/lib/ethpm/ethpm-spec/examples/wallet-with-send/1.0.0.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/wallet-with-send copying build/lib/ethpm/ethpm-spec/examples/wallet-with-send/v3-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/wallet-with-send copying build/lib/ethpm/ethpm-spec/examples/wallet-with-send/1.0.0-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/wallet-with-send creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/standard-token creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/standard-token/contracts copying build/lib/ethpm/ethpm-spec/examples/standard-token/contracts/AbstractToken.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/standard-token/contracts copying build/lib/ethpm/ethpm-spec/examples/standard-token/contracts/StandardToken.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/standard-token/contracts copying build/lib/ethpm/ethpm-spec/examples/standard-token/v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/standard-token copying build/lib/ethpm/ethpm-spec/examples/standard-token/1.0.0.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/standard-token copying build/lib/ethpm/ethpm-spec/examples/standard-token/v3-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/standard-token copying build/lib/ethpm/ethpm-spec/examples/standard-token/1.0.0-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/standard-token creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/transferable creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/transferable/contracts copying build/lib/ethpm/ethpm-spec/examples/transferable/contracts/Transferable.sol -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/transferable/contracts copying build/lib/ethpm/ethpm-spec/examples/transferable/v3.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/transferable copying build/lib/ethpm/ethpm-spec/examples/transferable/1.0.0.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/transferable copying build/lib/ethpm/ethpm-spec/examples/transferable/v3-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/transferable copying build/lib/ethpm/ethpm-spec/examples/transferable/1.0.0-pretty.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/examples/transferable creating /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/spec copying build/lib/ethpm/ethpm-spec/spec/package.spec.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/spec copying build/lib/ethpm/ethpm-spec/spec/v3.spec.json -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/ethpm-spec/spec copying build/lib/ethpm/contract.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm copying build/lib/ethpm/package.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm copying build/lib/ethpm/uri.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm copying build/lib/ethpm/deployments.py -> /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/manager.py to manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/gas_strategies/rpc.py to rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/gas_strategies/time_based.py to time_based.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/gas_strategies/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/scripts/release/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/scripts/release/test_package.py to test_package.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/scripts/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/module.py to module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/eth/base_eth.py to base_eth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/eth/eth.py to eth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/eth/async_eth.py to async_eth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/eth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/method.py to method.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/function_identifiers.py to function_identifiers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/encoding.py to encoding.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/utility_methods.py to utility_methods.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module.py to module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/caching.py to caching.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing/go_ethereum_admin_module.py to go_ethereum_admin_module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing/net_module.py to net_module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing/web3_module.py to web3_module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing/go_ethereum_txpool_module.py to go_ethereum_txpool_module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing/eth_module.py to eth_module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing/module_testing_utils.py to module_testing_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/module_testing/go_ethereum_personal_module.py to go_ethereum_personal_module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/type_conversion.py to type_conversion.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/math.py to math.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/transactions.py to transactions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/request.py to request.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/validation.py to validation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/empty.py to empty.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/threads.py to threads.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/normalizers.py to normalizers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/blocks.py to blocks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/compat/compat_py2.py to compat_py2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/compat/compat_py3.py to compat_py3.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/compat/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/windows.py to windows.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/miner.py to miner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/compile_contracts.py to compile_contracts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/reflector_contracts.py to reflector_contracts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/fallback_function_contract.py to fallback_function_contract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/simple_resolver.py to simple_resolver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/arrays_contract.py to arrays_contract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/revert_contract.py to revert_contract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/contract_caller_tester.py to contract_caller_tester.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/string_contract.py to string_contract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/offchain_resolver.py to offchain_resolver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/payable_tester.py to payable_tester.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/tuple_contracts.py to tuple_contracts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/math_contract.py to math_contract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/receive_function_contracts.py to receive_function_contracts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/address_reflector.py to address_reflector.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/emitter_contract.py to emitter_contract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/_custom_contract_data.py to _custom_contract_data.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/extended_resolver.py to extended_resolver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/constructor_contracts.py to constructor_contracts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/event_contracts.py to event_contracts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/bytes_contracts.py to bytes_contracts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contract_sources/contract_data/offchain_lookup.py to offchain_lookup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/formatters.py to formatters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/async_transactions.py to async_transactions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/events.py to events.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/contracts.py to contracts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/filters.py to filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/abi.py to abi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/async_caching.py to async_caching.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/rpc_abi.py to rpc_abi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/http.py to http.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/ens.py to ens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/method_formatters.py to method_formatters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/hypothesis.py to hypothesis.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/fee_utils.py to fee_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/_utils/datatypes.py to datatypes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/main.py to main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/types.py to types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/rpc.py to rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/eth_tester/main.py to main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/eth_tester/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/eth_tester/middleware.py to middleware.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/eth_tester/defaults.py to defaults.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/websocket.py to websocket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/async_base.py to async_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/auto.py to auto.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/async_rpc.py to async_rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/ipc.py to ipc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/providers/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/net.py to net.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/benchmark/main.py to main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/benchmark/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/benchmark/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/benchmark/reporting.py to reporting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/benchmark/node.py to node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/pytest_ethereum/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/pytest_ethereum/_utils.py to _utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/pytest_ethereum/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/pytest_ethereum/plugins.py to plugins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/pytest_ethereum/deployer.py to deployer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tools/pytest_ethereum/linker.py to linker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/contract/async_contract.py to async_contract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/contract/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/contract/base_contract.py to base_contract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/contract/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/contract/contract.py to contract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/geth.py to geth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/utils/address.py to address.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/utils/caching.py to caching.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/utils/async_exception_handling.py to async_exception_handling.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/utils/abi.py to abi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/utils/exception_handling.py to exception_handling.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/exception_retry_request.py to exception_retry_request.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/buffered_gas_estimate.py to buffered_gas_estimate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/simulate_unmined_transaction.py to simulate_unmined_transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/signing.py to signing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/cache.py to cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/validation.py to validation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/pythonic.py to pythonic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/gas_price_strategy.py to gas_price_strategy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/geth_poa.py to geth_poa.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/names.py to names.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/normalize_request_parameters.py to normalize_request_parameters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/stalecheck.py to stalecheck.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/abi.py to abi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/filter.py to filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/async_cache.py to async_cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/formatting.py to formatting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/fixture.py to fixture.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/attrdict.py to attrdict.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/middleware/exception_handling.py to exception_handling.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/beacon/main.py to main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/beacon/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/beacon/api_endpoints.py to api_endpoints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/beacon/async_beacon.py to async_beacon.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/datastructures.py to datastructures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/logs.py to logs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/pm.py to pm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/testing.py to testing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/tracing.py to tracing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/auto/gethdev.py to gethdev.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3/auto/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens/contract_data.py to contract_data.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens/abis.py to abis.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens/auto.py to auto.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens/async_ens.py to async_ens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens/base_ens.py to base_ens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ens/ens.py to ens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/backends/registry.py to registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/backends/ipfs.py to ipfs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/backends/http.py to http.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils/cache.py to cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils/chains.py to chains.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils/registry.py to registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils/ipfs.py to ipfs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils/contract.py to contract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils/protobuf/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils/protobuf/ipfs_file_pb2.py to ipfs_file_pb2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils/deployments.py to deployments.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/_utils/backend.py to backend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/validation/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/validation/misc.py to misc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/validation/package.py to package.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/validation/uri.py to uri.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/validation/manifest.py to manifest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/dependencies.py to dependencies.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/tools/builder.py to builder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/tools/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/tools/get_manifest.py to get_manifest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/tools/checker.py to checker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/assets/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/contract.py to contract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/package.py to package.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/uri.py to uri.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/ethpm/deployments.py to deployments.cpython-39.pyc writing byte-compilation script '/tmp/tmpetun7a5j.py' /usr/bin/python3 /tmp/tmpetun7a5j.py removing /tmp/tmpetun7a5j.py running install_egg_info running egg_info writing web3.egg-info/PKG-INFO writing dependency_links to web3.egg-info/dependency_links.txt writing entry points to web3.egg-info/entry_points.txt writing requirements to web3.egg-info/requires.txt writing top-level names to web3.egg-info/top_level.txt file web3.py (for module web3) not found file ens.py (for module ens) not found file ethpm.py (for module ethpm) not found reading manifest file 'web3.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'VERSION' warning: no files found matching 'requirements.txt' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'web3.egg-info/SOURCES.txt' Copying web3.egg-info to /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9/site-packages/web3-6.1.0-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64//usr/share/doc/python-web3 + '[' -d doc ']' + '[' -d docs ']' ~/build/BUILDROOT/python-web3-6.1.0-1.x86_64 ~/build/BUILD/web3-6.1.0 + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/web3-6.1.0 + mv /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 6.1.0-1 --unique-debug-suffix -6.1.0-1.x86_64 --unique-debug-src-base python-web3-6.1.0-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/web3-6.1.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-web3-6.1.0-1.noarch Provides: python-web3 python3-web3 = 6.1.0-1 python3.9dist(web3) = 6.1 python3dist(web3) = 6.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(aiohttp) >= 3.7.4.post0 python3.9dist(eth-abi) >= 4 python3.9dist(eth-account) >= 0.8 python3.9dist(eth-hash) >= 0.5.1 python3.9dist(eth-typing) >= 3 python3.9dist(eth-utils) >= 2.1 python3.9dist(hexbytes) >= 0.1 python3.9dist(jsonschema) >= 4 python3.9dist(lru-dict) >= 1.1.6 python3.9dist(protobuf) >= 4.21.6 python3.9dist(requests) >= 2.16 python3.9dist(websockets) >= 10 Processing files: python-web3-help-6.1.0-1.noarch warning: Empty %files file /builddir/build/BUILD/web3-6.1.0/doclist.lst Provides: python-web3-help = 6.1.0-1 python3-web3-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64 Wrote: /builddir/build/RPMS/python-web3-help-6.1.0-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-web3-6.1.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.314ENo + umask 022 + cd /builddir/build/BUILD + cd web3-6.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-web3-6.1.0-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0