Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-ethereum-etl.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686519674.637417/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 aarch64 --nodeps /builddir/build/SPECS/python-ethereum-etl.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-ethereum-etl-2.2.1-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-ethereum-etl.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686519674.637417/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 aarch64 --nodeps /builddir/build/SPECS/python-ethereum-etl.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-ethereum-etl-2.2.1-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-ethereum-etl.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686519674.637417/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 aarch64 --nodeps /builddir/build/SPECS/python-ethereum-etl.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: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.p0Eqed + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ethereum-etl-2.2.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/ethereum-etl-2.2.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ethereum-etl-2.2.1 + /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.e4U8Ki + umask 022 + cd /builddir/build/BUILD + cd ethereum-etl-2.2.1 + 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 -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 creating build creating build/lib creating build/lib/ethereumetl copying ethereumetl/mainnet_genesis_alloc.py -> build/lib/ethereumetl copying ethereumetl/utils.py -> build/lib/ethereumetl copying ethereumetl/json_rpc_requests.py -> build/lib/ethereumetl copying ethereumetl/exporters.py -> build/lib/ethereumetl copying ethereumetl/__main__.py -> build/lib/ethereumetl copying ethereumetl/mainnet_daofork_state_changes.py -> build/lib/ethereumetl copying ethereumetl/web3_utils.py -> build/lib/ethereumetl copying ethereumetl/misc_utils.py -> build/lib/ethereumetl copying ethereumetl/atomic_counter.py -> build/lib/ethereumetl copying ethereumetl/thread_local_proxy.py -> build/lib/ethereumetl copying ethereumetl/progress_logger.py -> build/lib/ethereumetl copying ethereumetl/csv_utils.py -> build/lib/ethereumetl copying ethereumetl/erc20_abi.py -> build/lib/ethereumetl copying ethereumetl/__init__.py -> build/lib/ethereumetl creating build/lib/blockchainetl copying blockchainetl/logging_utils.py -> build/lib/blockchainetl copying blockchainetl/exporters.py -> build/lib/blockchainetl copying blockchainetl/atomic_counter.py -> build/lib/blockchainetl copying blockchainetl/file_utils.py -> build/lib/blockchainetl copying blockchainetl/csv_utils.py -> build/lib/blockchainetl copying blockchainetl/__init__.py -> build/lib/blockchainetl creating build/lib/ethereumetl/cli copying ethereumetl/cli/extract_geth_traces.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/export_geth_traces.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/extract_csv_column.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/filter_items.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/export_origin.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/extract_field.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/stream.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/export_token_transfers.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/export_all.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/export_contracts.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/extract_contracts.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/extract_token_transfers.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/get_keccak_hash.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/extract_tokens.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/export_tokens.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/export_receipts_and_logs.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/get_block_range_for_date.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/__init__.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/export_traces.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/export_blocks_and_transactions.py -> build/lib/ethereumetl/cli copying ethereumetl/cli/get_block_range_for_timestamps.py -> build/lib/ethereumetl/cli creating build/lib/ethereumetl/enumeration copying ethereumetl/enumeration/entity_type.py -> build/lib/ethereumetl/enumeration copying ethereumetl/enumeration/__init__.py -> build/lib/ethereumetl/enumeration creating build/lib/ethereumetl/providers copying ethereumetl/providers/ipc.py -> build/lib/ethereumetl/providers copying ethereumetl/providers/rpc.py -> build/lib/ethereumetl/providers copying ethereumetl/providers/auto.py -> build/lib/ethereumetl/providers copying ethereumetl/providers/__init__.py -> build/lib/ethereumetl/providers creating build/lib/ethereumetl/domain copying ethereumetl/domain/origin.py -> build/lib/ethereumetl/domain copying ethereumetl/domain/transaction.py -> build/lib/ethereumetl/domain copying ethereumetl/domain/geth_trace.py -> build/lib/ethereumetl/domain copying ethereumetl/domain/receipt_log.py -> build/lib/ethereumetl/domain copying ethereumetl/domain/contract.py -> build/lib/ethereumetl/domain copying ethereumetl/domain/token.py -> build/lib/ethereumetl/domain copying ethereumetl/domain/token_transfer.py -> build/lib/ethereumetl/domain copying ethereumetl/domain/block.py -> build/lib/ethereumetl/domain copying ethereumetl/domain/receipt.py -> build/lib/ethereumetl/domain copying ethereumetl/domain/__init__.py -> build/lib/ethereumetl/domain copying ethereumetl/domain/trace.py -> build/lib/ethereumetl/domain creating build/lib/ethereumetl/executors copying ethereumetl/executors/batch_work_executor.py -> build/lib/ethereumetl/executors copying ethereumetl/executors/fail_safe_executor.py -> build/lib/ethereumetl/executors copying ethereumetl/executors/bounded_executor.py -> build/lib/ethereumetl/executors copying ethereumetl/executors/__init__.py -> build/lib/ethereumetl/executors creating build/lib/ethereumetl/ipfs copying ethereumetl/ipfs/client.py -> build/lib/ethereumetl/ipfs copying ethereumetl/ipfs/origin.py -> build/lib/ethereumetl/ipfs copying ethereumetl/ipfs/__init__.py -> build/lib/ethereumetl/ipfs creating build/lib/ethereumetl/service copying ethereumetl/service/trace_status_calculator.py -> build/lib/ethereumetl/service copying ethereumetl/service/token_transfer_extractor.py -> build/lib/ethereumetl/service copying ethereumetl/service/origin_extractor.py -> build/lib/ethereumetl/service copying ethereumetl/service/eth_special_trace_service.py -> build/lib/ethereumetl/service copying ethereumetl/service/eth_service.py -> build/lib/ethereumetl/service copying ethereumetl/service/eth_contract_service.py -> build/lib/ethereumetl/service copying ethereumetl/service/eth_token_service.py -> build/lib/ethereumetl/service copying ethereumetl/service/graph_operations.py -> build/lib/ethereumetl/service copying ethereumetl/service/__init__.py -> build/lib/ethereumetl/service copying ethereumetl/service/trace_id_calculator.py -> build/lib/ethereumetl/service creating build/lib/ethereumetl/misc copying ethereumetl/misc/retriable_value_error.py -> build/lib/ethereumetl/misc copying ethereumetl/misc/__init__.py -> build/lib/ethereumetl/misc creating build/lib/ethereumetl/streaming copying ethereumetl/streaming/eth_item_id_calculator.py -> build/lib/ethereumetl/streaming copying ethereumetl/streaming/postgres_tables.py -> build/lib/ethereumetl/streaming copying ethereumetl/streaming/eth_streamer_adapter.py -> build/lib/ethereumetl/streaming copying ethereumetl/streaming/enrich.py -> build/lib/ethereumetl/streaming copying ethereumetl/streaming/eth_item_timestamp_calculator.py -> build/lib/ethereumetl/streaming copying ethereumetl/streaming/item_exporter_creator.py -> build/lib/ethereumetl/streaming copying ethereumetl/streaming/__init__.py -> build/lib/ethereumetl/streaming creating build/lib/ethereumetl/jobs copying ethereumetl/jobs/extract_contracts_job.py -> build/lib/ethereumetl/jobs copying ethereumetl/jobs/export_token_transfers_job.py -> build/lib/ethereumetl/jobs copying ethereumetl/jobs/export_receipts_job.py -> build/lib/ethereumetl/jobs copying ethereumetl/jobs/extract_geth_traces_job.py -> build/lib/ethereumetl/jobs copying ethereumetl/jobs/export_traces_job.py -> build/lib/ethereumetl/jobs copying ethereumetl/jobs/export_all_common.py -> build/lib/ethereumetl/jobs copying ethereumetl/jobs/export_geth_traces_job.py -> build/lib/ethereumetl/jobs copying ethereumetl/jobs/extract_tokens_job.py -> build/lib/ethereumetl/jobs copying ethereumetl/jobs/extract_token_transfers_job.py -> build/lib/ethereumetl/jobs copying ethereumetl/jobs/export_tokens_job.py -> build/lib/ethereumetl/jobs copying ethereumetl/jobs/export_contracts_job.py -> build/lib/ethereumetl/jobs copying ethereumetl/jobs/export_origin_job.py -> build/lib/ethereumetl/jobs copying ethereumetl/jobs/export_blocks_job.py -> build/lib/ethereumetl/jobs copying ethereumetl/jobs/__init__.py -> build/lib/ethereumetl/jobs creating build/lib/ethereumetl/mappers copying ethereumetl/mappers/origin_mapper.py -> build/lib/ethereumetl/mappers copying ethereumetl/mappers/token_mapper.py -> build/lib/ethereumetl/mappers copying ethereumetl/mappers/trace_mapper.py -> build/lib/ethereumetl/mappers copying ethereumetl/mappers/block_mapper.py -> build/lib/ethereumetl/mappers copying ethereumetl/mappers/receipt_mapper.py -> build/lib/ethereumetl/mappers copying ethereumetl/mappers/transaction_mapper.py -> build/lib/ethereumetl/mappers copying ethereumetl/mappers/receipt_log_mapper.py -> build/lib/ethereumetl/mappers copying ethereumetl/mappers/contract_mapper.py -> build/lib/ethereumetl/mappers copying ethereumetl/mappers/geth_trace_mapper.py -> build/lib/ethereumetl/mappers copying ethereumetl/mappers/__init__.py -> build/lib/ethereumetl/mappers copying ethereumetl/mappers/token_transfer_mapper.py -> build/lib/ethereumetl/mappers creating build/lib/ethereumetl/jobs/exporters copying ethereumetl/jobs/exporters/origin_exporter.py -> build/lib/ethereumetl/jobs/exporters copying ethereumetl/jobs/exporters/receipts_and_logs_item_exporter.py -> build/lib/ethereumetl/jobs/exporters copying ethereumetl/jobs/exporters/contracts_item_exporter.py -> build/lib/ethereumetl/jobs/exporters copying ethereumetl/jobs/exporters/tokens_item_exporter.py -> build/lib/ethereumetl/jobs/exporters copying ethereumetl/jobs/exporters/blocks_and_transactions_item_exporter.py -> build/lib/ethereumetl/jobs/exporters copying ethereumetl/jobs/exporters/token_transfers_item_exporter.py -> build/lib/ethereumetl/jobs/exporters copying ethereumetl/jobs/exporters/geth_traces_item_exporter.py -> build/lib/ethereumetl/jobs/exporters copying ethereumetl/jobs/exporters/traces_item_exporter.py -> build/lib/ethereumetl/jobs/exporters copying ethereumetl/jobs/exporters/__init__.py -> build/lib/ethereumetl/jobs/exporters creating build/lib/blockchainetl/streaming copying blockchainetl/streaming/streamer_adapter_stub.py -> build/lib/blockchainetl/streaming copying blockchainetl/streaming/streamer.py -> build/lib/blockchainetl/streaming copying blockchainetl/streaming/postgres_utils.py -> build/lib/blockchainetl/streaming copying blockchainetl/streaming/streaming_utils.py -> build/lib/blockchainetl/streaming copying blockchainetl/streaming/__init__.py -> build/lib/blockchainetl/streaming creating build/lib/blockchainetl/jobs copying blockchainetl/jobs/base_job.py -> build/lib/blockchainetl/jobs copying blockchainetl/jobs/__init__.py -> build/lib/blockchainetl/jobs creating build/lib/blockchainetl/jobs/exporters copying blockchainetl/jobs/exporters/multi_item_exporter.py -> build/lib/blockchainetl/jobs/exporters copying blockchainetl/jobs/exporters/console_item_exporter.py -> build/lib/blockchainetl/jobs/exporters copying blockchainetl/jobs/exporters/gcs_item_exporter.py -> build/lib/blockchainetl/jobs/exporters copying blockchainetl/jobs/exporters/google_pubsub_item_exporter.py -> build/lib/blockchainetl/jobs/exporters copying blockchainetl/jobs/exporters/kinesis_item_exporter.py -> build/lib/blockchainetl/jobs/exporters copying blockchainetl/jobs/exporters/in_memory_item_exporter.py -> build/lib/blockchainetl/jobs/exporters copying blockchainetl/jobs/exporters/composite_item_exporter.py -> build/lib/blockchainetl/jobs/exporters copying blockchainetl/jobs/exporters/postgres_item_exporter.py -> build/lib/blockchainetl/jobs/exporters copying blockchainetl/jobs/exporters/kafka_exporter.py -> build/lib/blockchainetl/jobs/exporters copying blockchainetl/jobs/exporters/__init__.py -> build/lib/blockchainetl/jobs/exporters creating build/lib/blockchainetl/jobs/exporters/converters copying blockchainetl/jobs/exporters/converters/simple_item_converter.py -> build/lib/blockchainetl/jobs/exporters/converters copying blockchainetl/jobs/exporters/converters/list_field_item_converter.py -> build/lib/blockchainetl/jobs/exporters/converters copying blockchainetl/jobs/exporters/converters/composite_item_converter.py -> build/lib/blockchainetl/jobs/exporters/converters copying blockchainetl/jobs/exporters/converters/int_to_string_item_converter.py -> build/lib/blockchainetl/jobs/exporters/converters copying blockchainetl/jobs/exporters/converters/int_to_decimal_item_converter.py -> build/lib/blockchainetl/jobs/exporters/converters copying blockchainetl/jobs/exporters/converters/unix_timestamp_item_converter.py -> build/lib/blockchainetl/jobs/exporters/converters copying blockchainetl/jobs/exporters/converters/__init__.py -> build/lib/blockchainetl/jobs/exporters/converters + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dDPhlt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64 + cd ethereum-etl-2.2.1 + 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 -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-ethereum-etl-2.2.1-1.aarch64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/extract_geth_traces.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/export_geth_traces.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/extract_csv_column.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/filter_items.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/export_origin.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/extract_field.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/stream.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/export_token_transfers.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/export_all.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/export_contracts.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/extract_contracts.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/extract_token_transfers.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/get_keccak_hash.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/extract_tokens.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/export_tokens.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/export_receipts_and_logs.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/get_block_range_for_date.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/export_traces.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/export_blocks_and_transactions.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/cli/get_block_range_for_timestamps.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli copying build/lib/ethereumetl/mainnet_genesis_alloc.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/enumeration copying build/lib/ethereumetl/enumeration/entity_type.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/enumeration copying build/lib/ethereumetl/enumeration/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/enumeration copying build/lib/ethereumetl/utils.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/providers copying build/lib/ethereumetl/providers/ipc.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/providers copying build/lib/ethereumetl/providers/rpc.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/providers copying build/lib/ethereumetl/providers/auto.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/providers copying build/lib/ethereumetl/providers/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/providers copying build/lib/ethereumetl/json_rpc_requests.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl copying build/lib/ethereumetl/exporters.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl copying build/lib/ethereumetl/__main__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl copying build/lib/ethereumetl/mainnet_daofork_state_changes.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain copying build/lib/ethereumetl/domain/origin.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain copying build/lib/ethereumetl/domain/transaction.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain copying build/lib/ethereumetl/domain/geth_trace.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain copying build/lib/ethereumetl/domain/receipt_log.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain copying build/lib/ethereumetl/domain/contract.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain copying build/lib/ethereumetl/domain/token.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain copying build/lib/ethereumetl/domain/token_transfer.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain copying build/lib/ethereumetl/domain/block.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain copying build/lib/ethereumetl/domain/receipt.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain copying build/lib/ethereumetl/domain/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain copying build/lib/ethereumetl/domain/trace.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/executors copying build/lib/ethereumetl/executors/batch_work_executor.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/executors copying build/lib/ethereumetl/executors/fail_safe_executor.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/executors copying build/lib/ethereumetl/executors/bounded_executor.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/executors copying build/lib/ethereumetl/executors/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/executors creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/ipfs copying build/lib/ethereumetl/ipfs/client.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/ipfs copying build/lib/ethereumetl/ipfs/origin.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/ipfs copying build/lib/ethereumetl/ipfs/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/ipfs copying build/lib/ethereumetl/web3_utils.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service copying build/lib/ethereumetl/service/trace_status_calculator.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service copying build/lib/ethereumetl/service/token_transfer_extractor.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service copying build/lib/ethereumetl/service/origin_extractor.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service copying build/lib/ethereumetl/service/eth_special_trace_service.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service copying build/lib/ethereumetl/service/eth_service.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service copying build/lib/ethereumetl/service/eth_contract_service.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service copying build/lib/ethereumetl/service/eth_token_service.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service copying build/lib/ethereumetl/service/graph_operations.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service copying build/lib/ethereumetl/service/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service copying build/lib/ethereumetl/service/trace_id_calculator.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/misc copying build/lib/ethereumetl/misc/retriable_value_error.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/misc copying build/lib/ethereumetl/misc/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/misc copying build/lib/ethereumetl/misc_utils.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming copying build/lib/ethereumetl/streaming/eth_item_id_calculator.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming copying build/lib/ethereumetl/streaming/postgres_tables.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming copying build/lib/ethereumetl/streaming/eth_streamer_adapter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming copying build/lib/ethereumetl/streaming/enrich.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming copying build/lib/ethereumetl/streaming/eth_item_timestamp_calculator.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming copying build/lib/ethereumetl/streaming/item_exporter_creator.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming copying build/lib/ethereumetl/streaming/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs copying build/lib/ethereumetl/jobs/extract_contracts_job.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs copying build/lib/ethereumetl/jobs/export_token_transfers_job.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs copying build/lib/ethereumetl/jobs/export_receipts_job.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs copying build/lib/ethereumetl/jobs/extract_geth_traces_job.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs copying build/lib/ethereumetl/jobs/export_traces_job.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs copying build/lib/ethereumetl/jobs/export_all_common.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs copying build/lib/ethereumetl/jobs/export_geth_traces_job.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs copying build/lib/ethereumetl/jobs/extract_tokens_job.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters copying build/lib/ethereumetl/jobs/exporters/origin_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters copying build/lib/ethereumetl/jobs/exporters/receipts_and_logs_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters copying build/lib/ethereumetl/jobs/exporters/contracts_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters copying build/lib/ethereumetl/jobs/exporters/tokens_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters copying build/lib/ethereumetl/jobs/exporters/blocks_and_transactions_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters copying build/lib/ethereumetl/jobs/exporters/token_transfers_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters copying build/lib/ethereumetl/jobs/exporters/geth_traces_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters copying build/lib/ethereumetl/jobs/exporters/traces_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters copying build/lib/ethereumetl/jobs/exporters/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters copying build/lib/ethereumetl/jobs/extract_token_transfers_job.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs copying build/lib/ethereumetl/jobs/export_tokens_job.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs copying build/lib/ethereumetl/jobs/export_contracts_job.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs copying build/lib/ethereumetl/jobs/export_origin_job.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs copying build/lib/ethereumetl/jobs/export_blocks_job.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs copying build/lib/ethereumetl/jobs/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs copying build/lib/ethereumetl/atomic_counter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl copying build/lib/ethereumetl/thread_local_proxy.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers copying build/lib/ethereumetl/mappers/origin_mapper.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers copying build/lib/ethereumetl/mappers/token_mapper.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers copying build/lib/ethereumetl/mappers/trace_mapper.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers copying build/lib/ethereumetl/mappers/block_mapper.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers copying build/lib/ethereumetl/mappers/receipt_mapper.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers copying build/lib/ethereumetl/mappers/transaction_mapper.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers copying build/lib/ethereumetl/mappers/receipt_log_mapper.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers copying build/lib/ethereumetl/mappers/contract_mapper.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers copying build/lib/ethereumetl/mappers/geth_trace_mapper.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers copying build/lib/ethereumetl/mappers/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers copying build/lib/ethereumetl/mappers/token_transfer_mapper.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers copying build/lib/ethereumetl/progress_logger.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl copying build/lib/ethereumetl/csv_utils.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl copying build/lib/ethereumetl/erc20_abi.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl copying build/lib/ethereumetl/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl copying build/lib/blockchainetl/logging_utils.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl copying build/lib/blockchainetl/exporters.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/streaming copying build/lib/blockchainetl/streaming/streamer_adapter_stub.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/streaming copying build/lib/blockchainetl/streaming/streamer.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/streaming copying build/lib/blockchainetl/streaming/postgres_utils.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/streaming copying build/lib/blockchainetl/streaming/streaming_utils.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/streaming copying build/lib/blockchainetl/streaming/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/streaming creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters copying build/lib/blockchainetl/jobs/exporters/multi_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters copying build/lib/blockchainetl/jobs/exporters/console_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters copying build/lib/blockchainetl/jobs/exporters/gcs_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters copying build/lib/blockchainetl/jobs/exporters/google_pubsub_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters copying build/lib/blockchainetl/jobs/exporters/kinesis_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters copying build/lib/blockchainetl/jobs/exporters/in_memory_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters copying build/lib/blockchainetl/jobs/exporters/composite_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters copying build/lib/blockchainetl/jobs/exporters/postgres_item_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters creating /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters copying build/lib/blockchainetl/jobs/exporters/converters/simple_item_converter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters copying build/lib/blockchainetl/jobs/exporters/converters/list_field_item_converter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters copying build/lib/blockchainetl/jobs/exporters/converters/composite_item_converter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters copying build/lib/blockchainetl/jobs/exporters/converters/int_to_string_item_converter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters copying build/lib/blockchainetl/jobs/exporters/converters/int_to_decimal_item_converter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters copying build/lib/blockchainetl/jobs/exporters/converters/unix_timestamp_item_converter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters copying build/lib/blockchainetl/jobs/exporters/converters/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters copying build/lib/blockchainetl/jobs/exporters/kafka_exporter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters copying build/lib/blockchainetl/jobs/exporters/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters copying build/lib/blockchainetl/jobs/base_job.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs copying build/lib/blockchainetl/jobs/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs copying build/lib/blockchainetl/atomic_counter.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl copying build/lib/blockchainetl/file_utils.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl copying build/lib/blockchainetl/csv_utils.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl copying build/lib/blockchainetl/__init__.py -> /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/extract_geth_traces.py to extract_geth_traces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/export_geth_traces.py to export_geth_traces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/extract_csv_column.py to extract_csv_column.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/filter_items.py to filter_items.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/export_origin.py to export_origin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/extract_field.py to extract_field.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/stream.py to stream.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/export_token_transfers.py to export_token_transfers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/export_all.py to export_all.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/export_contracts.py to export_contracts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/extract_contracts.py to extract_contracts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/extract_token_transfers.py to extract_token_transfers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/get_keccak_hash.py to get_keccak_hash.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/extract_tokens.py to extract_tokens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/export_tokens.py to export_tokens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/export_receipts_and_logs.py to export_receipts_and_logs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/get_block_range_for_date.py to get_block_range_for_date.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/export_traces.py to export_traces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/export_blocks_and_transactions.py to export_blocks_and_transactions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/cli/get_block_range_for_timestamps.py to get_block_range_for_timestamps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mainnet_genesis_alloc.py to mainnet_genesis_alloc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/enumeration/entity_type.py to entity_type.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/enumeration/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/providers/ipc.py to ipc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/providers/rpc.py to rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/providers/auto.py to auto.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/providers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/json_rpc_requests.py to json_rpc_requests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/exporters.py to exporters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mainnet_daofork_state_changes.py to mainnet_daofork_state_changes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain/origin.py to origin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain/transaction.py to transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain/geth_trace.py to geth_trace.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain/receipt_log.py to receipt_log.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain/contract.py to contract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain/token.py to token.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain/token_transfer.py to token_transfer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain/block.py to block.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain/receipt.py to receipt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/domain/trace.py to trace.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/executors/batch_work_executor.py to batch_work_executor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/executors/fail_safe_executor.py to fail_safe_executor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/executors/bounded_executor.py to bounded_executor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/executors/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/ipfs/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/ipfs/origin.py to origin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/ipfs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/web3_utils.py to web3_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service/trace_status_calculator.py to trace_status_calculator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service/token_transfer_extractor.py to token_transfer_extractor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service/origin_extractor.py to origin_extractor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service/eth_special_trace_service.py to eth_special_trace_service.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service/eth_service.py to eth_service.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service/eth_contract_service.py to eth_contract_service.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service/eth_token_service.py to eth_token_service.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service/graph_operations.py to graph_operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/service/trace_id_calculator.py to trace_id_calculator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/misc/retriable_value_error.py to retriable_value_error.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/misc/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/misc_utils.py to misc_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming/eth_item_id_calculator.py to eth_item_id_calculator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming/postgres_tables.py to postgres_tables.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming/eth_streamer_adapter.py to eth_streamer_adapter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming/enrich.py to enrich.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming/eth_item_timestamp_calculator.py to eth_item_timestamp_calculator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming/item_exporter_creator.py to item_exporter_creator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/streaming/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/extract_contracts_job.py to extract_contracts_job.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/export_token_transfers_job.py to export_token_transfers_job.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/export_receipts_job.py to export_receipts_job.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/extract_geth_traces_job.py to extract_geth_traces_job.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/export_traces_job.py to export_traces_job.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/export_all_common.py to export_all_common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/export_geth_traces_job.py to export_geth_traces_job.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/extract_tokens_job.py to extract_tokens_job.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters/origin_exporter.py to origin_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters/receipts_and_logs_item_exporter.py to receipts_and_logs_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters/contracts_item_exporter.py to contracts_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters/tokens_item_exporter.py to tokens_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters/blocks_and_transactions_item_exporter.py to blocks_and_transactions_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters/token_transfers_item_exporter.py to token_transfers_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters/geth_traces_item_exporter.py to geth_traces_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters/traces_item_exporter.py to traces_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/exporters/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/extract_token_transfers_job.py to extract_token_transfers_job.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/export_tokens_job.py to export_tokens_job.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/export_contracts_job.py to export_contracts_job.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/export_origin_job.py to export_origin_job.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/export_blocks_job.py to export_blocks_job.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/jobs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/atomic_counter.py to atomic_counter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/thread_local_proxy.py to thread_local_proxy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers/origin_mapper.py to origin_mapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers/token_mapper.py to token_mapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers/trace_mapper.py to trace_mapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers/block_mapper.py to block_mapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers/receipt_mapper.py to receipt_mapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers/transaction_mapper.py to transaction_mapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers/receipt_log_mapper.py to receipt_log_mapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers/contract_mapper.py to contract_mapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers/geth_trace_mapper.py to geth_trace_mapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/mappers/token_transfer_mapper.py to token_transfer_mapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/progress_logger.py to progress_logger.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/csv_utils.py to csv_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/erc20_abi.py to erc20_abi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereumetl/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/logging_utils.py to logging_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/exporters.py to exporters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/streaming/streamer_adapter_stub.py to streamer_adapter_stub.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/streaming/streamer.py to streamer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/streaming/postgres_utils.py to postgres_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/streaming/streaming_utils.py to streaming_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/streaming/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/multi_item_exporter.py to multi_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/console_item_exporter.py to console_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/gcs_item_exporter.py to gcs_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/google_pubsub_item_exporter.py to google_pubsub_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/kinesis_item_exporter.py to kinesis_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/in_memory_item_exporter.py to in_memory_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/composite_item_exporter.py to composite_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/postgres_item_exporter.py to postgres_item_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters/simple_item_converter.py to simple_item_converter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters/list_field_item_converter.py to list_field_item_converter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters/composite_item_converter.py to composite_item_converter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters/int_to_string_item_converter.py to int_to_string_item_converter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters/int_to_decimal_item_converter.py to int_to_decimal_item_converter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters/unix_timestamp_item_converter.py to unix_timestamp_item_converter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/converters/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/kafka_exporter.py to kafka_exporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/exporters/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/base_job.py to base_job.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/jobs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/atomic_counter.py to atomic_counter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/file_utils.py to file_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/csv_utils.py to csv_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/blockchainetl/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmpiyeww00r.py' /usr/bin/python3 /tmp/tmpiyeww00r.py removing /tmp/tmpiyeww00r.py running install_egg_info running egg_info writing ethereum_etl.egg-info/PKG-INFO writing dependency_links to ethereum_etl.egg-info/dependency_links.txt writing entry points to ethereum_etl.egg-info/entry_points.txt writing requirements to ethereum_etl.egg-info/requires.txt writing top-level names to ethereum_etl.egg-info/top_level.txt reading manifest file 'ethereum_etl.egg-info/SOURCES.txt' writing manifest file 'ethereum_etl.egg-info/SOURCES.txt' Copying ethereum_etl.egg-info to /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9/site-packages/ethereum_etl-2.2.1-py3.9.egg-info running install_scripts Installing ethereumetl script to /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64//usr/share/doc/python-ethereum-etl + '[' -d doc ']' ~/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64 ~/build/BUILD/ethereum-etl-2.2.1 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '"/%h/%f"\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '"/%h/%f"\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/ethereum-etl-2.2.1 + popd + mv /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.2.1-1 --unique-debug-suffix -2.2.1-1.aarch64 --unique-debug-src-base python-ethereum-etl-2.2.1-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/ethereum-etl-2.2.1 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-ethereum-etl-2.2.1-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-ethereum-etl-2.2.1-1.noarch Provides: python-ethereum-etl python3-ethereum-etl = 2.2.1-1 python3.9dist(ethereum-etl) = 2.2.1 python3dist(ethereum-etl) = 2.2.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: /usr/bin/python3 python(abi) = 3.9 python3.9dist(base58) python3.9dist(click) >= 8.0.4 python3.9dist(click) < 9 python3.9dist(eth-abi) >= 2.2 python3.9dist(eth-abi) < 3 python3.9dist(eth-utils) = 1.10 python3.9dist(ethereum-dasm) = 0.1.4 python3.9dist(python-dateutil) >= 2.8 python3.9dist(python-dateutil) < 3 python3.9dist(requests) python3.9dist(setuptools) python3.9dist(web3) >= 5.29 python3.9dist(web3) < 6 Processing files: python-ethereum-etl-help-2.2.1-1.noarch warning: Empty %files file /builddir/build/BUILD/ethereum-etl-2.2.1/doclist.lst Provides: python-ethereum-etl-help = 2.2.1-1 python3-ethereum-etl-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-ethereum-etl-2.2.1-1.aarch64 Wrote: /builddir/build/RPMS/python-ethereum-etl-help-2.2.1-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-ethereum-etl-2.2.1-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.mAoRoz + umask 022 + cd /builddir/build/BUILD + cd ethereum-etl-2.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-ethereum-etl-2.2.1-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0