Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-swap.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1687304038.935924/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-swap.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-swap-0.5.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-swap.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1687304038.935924/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-swap.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-swap-0.5.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-swap.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1687304038.935924/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-swap.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.we3Lu3 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf swap-0.5.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/swap-0.5.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd swap-0.5.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.LcxUSy + umask 022 + cd /builddir/build/BUILD + cd swap-0.5.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 creating build creating build/lib creating build/lib/swap copying swap/__init__.py -> build/lib/swap copying swap/exceptions.py -> build/lib/swap copying swap/utils.py -> build/lib/swap creating build/lib/tests copying tests/test_utils.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/conftest.py -> build/lib/tests copying tests/test_exceptions.py -> build/lib/tests creating build/lib/swap/cli copying swap/cli/__init__.py -> build/lib/swap/cli copying swap/cli/__main__.py -> build/lib/swap/cli creating build/lib/swap/providers copying swap/providers/__init__.py -> build/lib/swap/providers copying swap/providers/config.py -> build/lib/swap/providers creating build/lib/swap/cli/providers copying swap/cli/providers/__init__.py -> build/lib/swap/cli/providers creating build/lib/swap/cli/providers/xinfin copying swap/cli/providers/xinfin/decode.py -> build/lib/swap/cli/providers/xinfin copying swap/cli/providers/xinfin/submit.py -> build/lib/swap/cli/providers/xinfin copying swap/cli/providers/xinfin/fund.py -> build/lib/swap/cli/providers/xinfin copying swap/cli/providers/xinfin/__init__.py -> build/lib/swap/cli/providers/xinfin copying swap/cli/providers/xinfin/htlc.py -> build/lib/swap/cli/providers/xinfin copying swap/cli/providers/xinfin/refund.py -> build/lib/swap/cli/providers/xinfin copying swap/cli/providers/xinfin/withdraw.py -> build/lib/swap/cli/providers/xinfin copying swap/cli/providers/xinfin/signature.py -> build/lib/swap/cli/providers/xinfin creating build/lib/swap/cli/providers/bitcoin copying swap/cli/providers/bitcoin/decode.py -> build/lib/swap/cli/providers/bitcoin copying swap/cli/providers/bitcoin/submit.py -> build/lib/swap/cli/providers/bitcoin copying swap/cli/providers/bitcoin/fund.py -> build/lib/swap/cli/providers/bitcoin copying swap/cli/providers/bitcoin/__init__.py -> build/lib/swap/cli/providers/bitcoin copying swap/cli/providers/bitcoin/htlc.py -> build/lib/swap/cli/providers/bitcoin copying swap/cli/providers/bitcoin/refund.py -> build/lib/swap/cli/providers/bitcoin copying swap/cli/providers/bitcoin/withdraw.py -> build/lib/swap/cli/providers/bitcoin copying swap/cli/providers/bitcoin/signature.py -> build/lib/swap/cli/providers/bitcoin creating build/lib/swap/cli/providers/ethereum copying swap/cli/providers/ethereum/decode.py -> build/lib/swap/cli/providers/ethereum copying swap/cli/providers/ethereum/submit.py -> build/lib/swap/cli/providers/ethereum copying swap/cli/providers/ethereum/fund.py -> build/lib/swap/cli/providers/ethereum copying swap/cli/providers/ethereum/__init__.py -> build/lib/swap/cli/providers/ethereum copying swap/cli/providers/ethereum/htlc.py -> build/lib/swap/cli/providers/ethereum copying swap/cli/providers/ethereum/refund.py -> build/lib/swap/cli/providers/ethereum copying swap/cli/providers/ethereum/withdraw.py -> build/lib/swap/cli/providers/ethereum copying swap/cli/providers/ethereum/signature.py -> build/lib/swap/cli/providers/ethereum creating build/lib/swap/cli/providers/bytom copying swap/cli/providers/bytom/decode.py -> build/lib/swap/cli/providers/bytom copying swap/cli/providers/bytom/submit.py -> build/lib/swap/cli/providers/bytom copying swap/cli/providers/bytom/fund.py -> build/lib/swap/cli/providers/bytom copying swap/cli/providers/bytom/__init__.py -> build/lib/swap/cli/providers/bytom copying swap/cli/providers/bytom/htlc.py -> build/lib/swap/cli/providers/bytom copying swap/cli/providers/bytom/refund.py -> build/lib/swap/cli/providers/bytom copying swap/cli/providers/bytom/withdraw.py -> build/lib/swap/cli/providers/bytom copying swap/cli/providers/bytom/signature.py -> build/lib/swap/cli/providers/bytom creating build/lib/swap/cli/providers/vapor copying swap/cli/providers/vapor/decode.py -> build/lib/swap/cli/providers/vapor copying swap/cli/providers/vapor/submit.py -> build/lib/swap/cli/providers/vapor copying swap/cli/providers/vapor/fund.py -> build/lib/swap/cli/providers/vapor copying swap/cli/providers/vapor/__init__.py -> build/lib/swap/cli/providers/vapor copying swap/cli/providers/vapor/htlc.py -> build/lib/swap/cli/providers/vapor copying swap/cli/providers/vapor/refund.py -> build/lib/swap/cli/providers/vapor copying swap/cli/providers/vapor/withdraw.py -> build/lib/swap/cli/providers/vapor copying swap/cli/providers/vapor/signature.py -> build/lib/swap/cli/providers/vapor creating build/lib/swap/providers/xinfin copying swap/providers/xinfin/wallet.py -> build/lib/swap/providers/xinfin copying swap/providers/xinfin/rpc.py -> build/lib/swap/providers/xinfin copying swap/providers/xinfin/__init__.py -> build/lib/swap/providers/xinfin copying swap/providers/xinfin/htlc.py -> build/lib/swap/providers/xinfin copying swap/providers/xinfin/solver.py -> build/lib/swap/providers/xinfin copying swap/providers/xinfin/signature.py -> build/lib/swap/providers/xinfin copying swap/providers/xinfin/transaction.py -> build/lib/swap/providers/xinfin copying swap/providers/xinfin/utils.py -> build/lib/swap/providers/xinfin creating build/lib/swap/providers/bitcoin copying swap/providers/bitcoin/wallet.py -> build/lib/swap/providers/bitcoin copying swap/providers/bitcoin/rpc.py -> build/lib/swap/providers/bitcoin copying swap/providers/bitcoin/__init__.py -> build/lib/swap/providers/bitcoin copying swap/providers/bitcoin/htlc.py -> build/lib/swap/providers/bitcoin copying swap/providers/bitcoin/solver.py -> build/lib/swap/providers/bitcoin copying swap/providers/bitcoin/signature.py -> build/lib/swap/providers/bitcoin copying swap/providers/bitcoin/transaction.py -> build/lib/swap/providers/bitcoin copying swap/providers/bitcoin/utils.py -> build/lib/swap/providers/bitcoin creating build/lib/swap/providers/ethereum copying swap/providers/ethereum/wallet.py -> build/lib/swap/providers/ethereum copying swap/providers/ethereum/rpc.py -> build/lib/swap/providers/ethereum copying swap/providers/ethereum/__init__.py -> build/lib/swap/providers/ethereum copying swap/providers/ethereum/htlc.py -> build/lib/swap/providers/ethereum copying swap/providers/ethereum/solver.py -> build/lib/swap/providers/ethereum copying swap/providers/ethereum/signature.py -> build/lib/swap/providers/ethereum copying swap/providers/ethereum/transaction.py -> build/lib/swap/providers/ethereum copying swap/providers/ethereum/utils.py -> build/lib/swap/providers/ethereum creating build/lib/swap/providers/bytom copying swap/providers/bytom/assets.py -> build/lib/swap/providers/bytom copying swap/providers/bytom/wallet.py -> build/lib/swap/providers/bytom copying swap/providers/bytom/rpc.py -> build/lib/swap/providers/bytom copying swap/providers/bytom/__init__.py -> build/lib/swap/providers/bytom copying swap/providers/bytom/htlc.py -> build/lib/swap/providers/bytom copying swap/providers/bytom/solver.py -> build/lib/swap/providers/bytom copying swap/providers/bytom/signature.py -> build/lib/swap/providers/bytom copying swap/providers/bytom/transaction.py -> build/lib/swap/providers/bytom copying swap/providers/bytom/utils.py -> build/lib/swap/providers/bytom creating build/lib/swap/providers/vapor copying swap/providers/vapor/assets.py -> build/lib/swap/providers/vapor copying swap/providers/vapor/wallet.py -> build/lib/swap/providers/vapor copying swap/providers/vapor/rpc.py -> build/lib/swap/providers/vapor copying swap/providers/vapor/__init__.py -> build/lib/swap/providers/vapor copying swap/providers/vapor/htlc.py -> build/lib/swap/providers/vapor copying swap/providers/vapor/solver.py -> build/lib/swap/providers/vapor copying swap/providers/vapor/signature.py -> build/lib/swap/providers/vapor copying swap/providers/vapor/transaction.py -> build/lib/swap/providers/vapor copying swap/providers/vapor/utils.py -> build/lib/swap/providers/vapor creating build/lib/tests/cli copying tests/cli/__init__.py -> build/lib/tests/cli copying tests/cli/test_cli.py -> build/lib/tests/cli creating build/lib/tests/providers copying tests/providers/__init__.py -> build/lib/tests/providers copying tests/providers/test_config.py -> build/lib/tests/providers creating build/lib/tests/cli/xinfin copying tests/cli/xinfin/test_xinfin_cli_withdraw.py -> build/lib/tests/cli/xinfin copying tests/cli/xinfin/test_xinfin_cli_fund.py -> build/lib/tests/cli/xinfin copying tests/cli/xinfin/test_xinfin_cli_signature.py -> build/lib/tests/cli/xinfin copying tests/cli/xinfin/__init__.py -> build/lib/tests/cli/xinfin copying tests/cli/xinfin/test_xinfin_cli_htlc.py -> build/lib/tests/cli/xinfin copying tests/cli/xinfin/test_xinfin_cli_submit.py -> build/lib/tests/cli/xinfin copying tests/cli/xinfin/test_xinfin_cli_refund.py -> build/lib/tests/cli/xinfin copying tests/cli/xinfin/test_xinfin_cli_decode.py -> build/lib/tests/cli/xinfin creating build/lib/tests/cli/bitcoin copying tests/cli/bitcoin/test_bitcoin_cli_signature.py -> build/lib/tests/cli/bitcoin copying tests/cli/bitcoin/test_bitcoin_cli_submit.py -> build/lib/tests/cli/bitcoin copying tests/cli/bitcoin/__init__.py -> build/lib/tests/cli/bitcoin copying tests/cli/bitcoin/test_bitcoin_cli_decode.py -> build/lib/tests/cli/bitcoin copying tests/cli/bitcoin/test_bitcoin_cli_refund.py -> build/lib/tests/cli/bitcoin copying tests/cli/bitcoin/test_bitcoin_cli_htlc.py -> build/lib/tests/cli/bitcoin copying tests/cli/bitcoin/test_bitcoin_cli_withdraw.py -> build/lib/tests/cli/bitcoin copying tests/cli/bitcoin/test_bitcoin_cli_fund.py -> build/lib/tests/cli/bitcoin creating build/lib/tests/cli/ethereum copying tests/cli/ethereum/test_ethereum_cli_fund.py -> build/lib/tests/cli/ethereum copying tests/cli/ethereum/test_ethereum_cli_refund.py -> build/lib/tests/cli/ethereum copying tests/cli/ethereum/test_ethereum_cli_htlc.py -> build/lib/tests/cli/ethereum copying tests/cli/ethereum/test_ethereum_cli_decode.py -> build/lib/tests/cli/ethereum copying tests/cli/ethereum/test_ethereum_cli_submit.py -> build/lib/tests/cli/ethereum copying tests/cli/ethereum/__init__.py -> build/lib/tests/cli/ethereum copying tests/cli/ethereum/test_ethereum_cli_withdraw.py -> build/lib/tests/cli/ethereum copying tests/cli/ethereum/test_ethereum_cli_signature.py -> build/lib/tests/cli/ethereum creating build/lib/tests/cli/bytom copying tests/cli/bytom/test_bytom_cli_decode.py -> build/lib/tests/cli/bytom copying tests/cli/bytom/test_bytom_cli_refund.py -> build/lib/tests/cli/bytom copying tests/cli/bytom/__init__.py -> build/lib/tests/cli/bytom copying tests/cli/bytom/test_bytom_cli_signature.py -> build/lib/tests/cli/bytom copying tests/cli/bytom/test_bytom_cli_fund.py -> build/lib/tests/cli/bytom copying tests/cli/bytom/test_bytom_cli_htlc.py -> build/lib/tests/cli/bytom copying tests/cli/bytom/test_bytom_cli_submit.py -> build/lib/tests/cli/bytom copying tests/cli/bytom/test_bytom_cli_withdraw.py -> build/lib/tests/cli/bytom creating build/lib/tests/cli/vapor copying tests/cli/vapor/test_vapor_cli_fund.py -> build/lib/tests/cli/vapor copying tests/cli/vapor/test_vapor_cli_signature.py -> build/lib/tests/cli/vapor copying tests/cli/vapor/__init__.py -> build/lib/tests/cli/vapor copying tests/cli/vapor/test_vapor_cli_htlc.py -> build/lib/tests/cli/vapor copying tests/cli/vapor/test_vapor_cli_submit.py -> build/lib/tests/cli/vapor copying tests/cli/vapor/test_vapor_cli_withdraw.py -> build/lib/tests/cli/vapor copying tests/cli/vapor/test_vapor_cli_decode.py -> build/lib/tests/cli/vapor copying tests/cli/vapor/test_vapor_cli_refund.py -> build/lib/tests/cli/vapor creating build/lib/tests/cli/xinfin/xrc20 copying tests/cli/xinfin/xrc20/test_xinfin_cli_xrc20_htlc.py -> build/lib/tests/cli/xinfin/xrc20 copying tests/cli/xinfin/xrc20/__init__.py -> build/lib/tests/cli/xinfin/xrc20 copying tests/cli/xinfin/xrc20/test_xinfin_cli_xrc20_withdraw.py -> build/lib/tests/cli/xinfin/xrc20 copying tests/cli/xinfin/xrc20/test_xinfin_cli_xrc20_refund.py -> build/lib/tests/cli/xinfin/xrc20 copying tests/cli/xinfin/xrc20/test_xinfin_cli_xrc20_fund.py -> build/lib/tests/cli/xinfin/xrc20 creating build/lib/tests/cli/ethereum/erc20 copying tests/cli/ethereum/erc20/test_ethereum_cli_erc20_fund.py -> build/lib/tests/cli/ethereum/erc20 copying tests/cli/ethereum/erc20/test_ethereum_cli_erc20_htlc.py -> build/lib/tests/cli/ethereum/erc20 copying tests/cli/ethereum/erc20/__init__.py -> build/lib/tests/cli/ethereum/erc20 copying tests/cli/ethereum/erc20/test_ethereum_cli_erc20_withdraw.py -> build/lib/tests/cli/ethereum/erc20 copying tests/cli/ethereum/erc20/test_ethereum_cli_erc20_refund.py -> build/lib/tests/cli/ethereum/erc20 creating build/lib/tests/providers/xinfin copying tests/providers/xinfin/test_xinfin_wallet.py -> build/lib/tests/providers/xinfin copying tests/providers/xinfin/test_xinfin_transaction.py -> build/lib/tests/providers/xinfin copying tests/providers/xinfin/test_xinfin_signature.py -> build/lib/tests/providers/xinfin copying tests/providers/xinfin/test_xinfin_solver.py -> build/lib/tests/providers/xinfin copying tests/providers/xinfin/__init__.py -> build/lib/tests/providers/xinfin copying tests/providers/xinfin/test_xinfin_rpc.py -> build/lib/tests/providers/xinfin copying tests/providers/xinfin/test_xinfin_htlc.py -> build/lib/tests/providers/xinfin copying tests/providers/xinfin/test_xinfin_utils.py -> build/lib/tests/providers/xinfin creating build/lib/tests/providers/bitcoin copying tests/providers/bitcoin/test_bitcoin_utils.py -> build/lib/tests/providers/bitcoin copying tests/providers/bitcoin/test_bitcoin_wallet.py -> build/lib/tests/providers/bitcoin copying tests/providers/bitcoin/test_bitcoin_signature.py -> build/lib/tests/providers/bitcoin copying tests/providers/bitcoin/test_bitcoin_transaction.py -> build/lib/tests/providers/bitcoin copying tests/providers/bitcoin/test_bitcoin_htlc.py -> build/lib/tests/providers/bitcoin copying tests/providers/bitcoin/__init__.py -> build/lib/tests/providers/bitcoin copying tests/providers/bitcoin/test_bitcoin_solver.py -> build/lib/tests/providers/bitcoin copying tests/providers/bitcoin/test_bitcoin_rpc.py -> build/lib/tests/providers/bitcoin creating build/lib/tests/providers/ethereum copying tests/providers/ethereum/test_ethereum_solver.py -> build/lib/tests/providers/ethereum copying tests/providers/ethereum/__init__.py -> build/lib/tests/providers/ethereum copying tests/providers/ethereum/test_ethereum_wallet.py -> build/lib/tests/providers/ethereum copying tests/providers/ethereum/test_ethereum_rpc.py -> build/lib/tests/providers/ethereum copying tests/providers/ethereum/test_ethereum_htlc.py -> build/lib/tests/providers/ethereum copying tests/providers/ethereum/test_ethereum_signature.py -> build/lib/tests/providers/ethereum copying tests/providers/ethereum/test_ethereum_transaction.py -> build/lib/tests/providers/ethereum copying tests/providers/ethereum/test_ethereum_utils.py -> build/lib/tests/providers/ethereum creating build/lib/tests/providers/bytom copying tests/providers/bytom/test_bytom_wallet.py -> build/lib/tests/providers/bytom copying tests/providers/bytom/__init__.py -> build/lib/tests/providers/bytom copying tests/providers/bytom/test_bytom_solver.py -> build/lib/tests/providers/bytom copying tests/providers/bytom/test_bytom_signature.py -> build/lib/tests/providers/bytom copying tests/providers/bytom/test_bytom_transaction.py -> build/lib/tests/providers/bytom copying tests/providers/bytom/test_bytom_htlc.py -> build/lib/tests/providers/bytom copying tests/providers/bytom/test_bytom_rpc.py -> build/lib/tests/providers/bytom copying tests/providers/bytom/test_bytom_utils.py -> build/lib/tests/providers/bytom creating build/lib/tests/providers/vapor copying tests/providers/vapor/test_vapor_rpc.py -> build/lib/tests/providers/vapor copying tests/providers/vapor/test_vapor_wallet.py -> build/lib/tests/providers/vapor copying tests/providers/vapor/test_vapor_solver.py -> build/lib/tests/providers/vapor copying tests/providers/vapor/test_vapor_htlc.py -> build/lib/tests/providers/vapor copying tests/providers/vapor/__init__.py -> build/lib/tests/providers/vapor copying tests/providers/vapor/test_vapor_signature.py -> build/lib/tests/providers/vapor copying tests/providers/vapor/test_vapor_utils.py -> build/lib/tests/providers/vapor copying tests/providers/vapor/test_vapor_transaction.py -> build/lib/tests/providers/vapor creating build/lib/tests/providers/xinfin/xrc20 copying tests/providers/xinfin/xrc20/test_xinfin_xrc20_htlc.py -> build/lib/tests/providers/xinfin/xrc20 copying tests/providers/xinfin/xrc20/test_xinfin_xrc20_solver.py -> build/lib/tests/providers/xinfin/xrc20 copying tests/providers/xinfin/xrc20/test_xinfin_xrc20_transaction.py -> build/lib/tests/providers/xinfin/xrc20 copying tests/providers/xinfin/xrc20/__init__.py -> build/lib/tests/providers/xinfin/xrc20 copying tests/providers/xinfin/xrc20/test_xinfin_xrc20_signature.py -> build/lib/tests/providers/xinfin/xrc20 creating build/lib/tests/providers/ethereum/erc20 copying tests/providers/ethereum/erc20/test_ethereum_erc20_solver.py -> build/lib/tests/providers/ethereum/erc20 copying tests/providers/ethereum/erc20/__init__.py -> build/lib/tests/providers/ethereum/erc20 copying tests/providers/ethereum/erc20/test_ethereum_erc20_signature.py -> build/lib/tests/providers/ethereum/erc20 copying tests/providers/ethereum/erc20/test_ethereum_erc20_transaction.py -> build/lib/tests/providers/ethereum/erc20 copying tests/providers/ethereum/erc20/test_ethereum_erc20_htlc.py -> build/lib/tests/providers/ethereum/erc20 running egg_info writing swap.egg-info/PKG-INFO writing dependency_links to swap.egg-info/dependency_links.txt writing entry points to swap.egg-info/entry_points.txt writing requirements to swap.egg-info/requires.txt writing top-level names to swap.egg-info/top_level.txt reading manifest file 'swap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' 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 'swap.egg-info/SOURCES.txt' creating build/lib/swap/providers/xinfin/contracts copying swap/providers/xinfin/contracts/htlc-xrc20.json -> build/lib/swap/providers/xinfin/contracts copying swap/providers/xinfin/contracts/htlc-xrc20.sol -> build/lib/swap/providers/xinfin/contracts copying swap/providers/xinfin/contracts/htlc.json -> build/lib/swap/providers/xinfin/contracts copying swap/providers/xinfin/contracts/htlc.sol -> build/lib/swap/providers/xinfin/contracts creating build/lib/swap/providers/xinfin/contracts/libs copying swap/providers/xinfin/contracts/libs/xrc20.json -> build/lib/swap/providers/xinfin/contracts/libs copying swap/providers/xinfin/contracts/libs/xrc20.sol -> build/lib/swap/providers/xinfin/contracts/libs creating build/lib/swap/providers/bitcoin/contracts copying swap/providers/bitcoin/contracts/htlc.script -> build/lib/swap/providers/bitcoin/contracts creating build/lib/swap/providers/ethereum/contracts copying swap/providers/ethereum/contracts/htlc-erc20.json -> build/lib/swap/providers/ethereum/contracts copying swap/providers/ethereum/contracts/htlc-erc20.sol -> build/lib/swap/providers/ethereum/contracts copying swap/providers/ethereum/contracts/htlc.json -> build/lib/swap/providers/ethereum/contracts copying swap/providers/ethereum/contracts/htlc.sol -> build/lib/swap/providers/ethereum/contracts creating build/lib/swap/providers/ethereum/contracts/libs copying swap/providers/ethereum/contracts/libs/erc20.json -> build/lib/swap/providers/ethereum/contracts/libs copying swap/providers/ethereum/contracts/libs/erc20.sol -> build/lib/swap/providers/ethereum/contracts/libs creating build/lib/swap/providers/bytom/contracts copying swap/providers/bytom/contracts/htlc.equity -> build/lib/swap/providers/bytom/contracts creating build/lib/swap/providers/vapor/contracts copying swap/providers/vapor/contracts/htlc.equity -> build/lib/swap/providers/vapor/contracts + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Tl9IkC + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64 + cd swap-0.5.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-swap-0.5.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-swap-0.5.0-1.x86_64/usr creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli copying build/lib/swap/cli/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin copying build/lib/swap/cli/providers/xinfin/decode.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin copying build/lib/swap/cli/providers/xinfin/submit.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin copying build/lib/swap/cli/providers/xinfin/fund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin copying build/lib/swap/cli/providers/xinfin/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin copying build/lib/swap/cli/providers/xinfin/htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin copying build/lib/swap/cli/providers/xinfin/refund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin copying build/lib/swap/cli/providers/xinfin/withdraw.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin copying build/lib/swap/cli/providers/xinfin/signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin copying build/lib/swap/cli/providers/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin copying build/lib/swap/cli/providers/bitcoin/decode.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin copying build/lib/swap/cli/providers/bitcoin/submit.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin copying build/lib/swap/cli/providers/bitcoin/fund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin copying build/lib/swap/cli/providers/bitcoin/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin copying build/lib/swap/cli/providers/bitcoin/htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin copying build/lib/swap/cli/providers/bitcoin/refund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin copying build/lib/swap/cli/providers/bitcoin/withdraw.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin copying build/lib/swap/cli/providers/bitcoin/signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum copying build/lib/swap/cli/providers/ethereum/decode.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum copying build/lib/swap/cli/providers/ethereum/submit.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum copying build/lib/swap/cli/providers/ethereum/fund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum copying build/lib/swap/cli/providers/ethereum/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum copying build/lib/swap/cli/providers/ethereum/htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum copying build/lib/swap/cli/providers/ethereum/refund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum copying build/lib/swap/cli/providers/ethereum/withdraw.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum copying build/lib/swap/cli/providers/ethereum/signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom copying build/lib/swap/cli/providers/bytom/decode.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom copying build/lib/swap/cli/providers/bytom/submit.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom copying build/lib/swap/cli/providers/bytom/fund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom copying build/lib/swap/cli/providers/bytom/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom copying build/lib/swap/cli/providers/bytom/htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom copying build/lib/swap/cli/providers/bytom/refund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom copying build/lib/swap/cli/providers/bytom/withdraw.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom copying build/lib/swap/cli/providers/bytom/signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor copying build/lib/swap/cli/providers/vapor/decode.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor copying build/lib/swap/cli/providers/vapor/submit.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor copying build/lib/swap/cli/providers/vapor/fund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor copying build/lib/swap/cli/providers/vapor/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor copying build/lib/swap/cli/providers/vapor/htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor copying build/lib/swap/cli/providers/vapor/refund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor copying build/lib/swap/cli/providers/vapor/withdraw.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor copying build/lib/swap/cli/providers/vapor/signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor copying build/lib/swap/cli/__main__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli copying build/lib/swap/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin copying build/lib/swap/providers/xinfin/wallet.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin copying build/lib/swap/providers/xinfin/rpc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin copying build/lib/swap/providers/xinfin/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin copying build/lib/swap/providers/xinfin/htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/contracts creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/contracts/libs copying build/lib/swap/providers/xinfin/contracts/libs/xrc20.sol -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/contracts/libs copying build/lib/swap/providers/xinfin/contracts/libs/xrc20.json -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/contracts/libs copying build/lib/swap/providers/xinfin/contracts/htlc.json -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/contracts copying build/lib/swap/providers/xinfin/contracts/htlc-xrc20.json -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/contracts copying build/lib/swap/providers/xinfin/contracts/htlc-xrc20.sol -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/contracts copying build/lib/swap/providers/xinfin/contracts/htlc.sol -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/contracts copying build/lib/swap/providers/xinfin/solver.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin copying build/lib/swap/providers/xinfin/signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin copying build/lib/swap/providers/xinfin/transaction.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin copying build/lib/swap/providers/xinfin/utils.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin copying build/lib/swap/providers/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin copying build/lib/swap/providers/bitcoin/wallet.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin copying build/lib/swap/providers/bitcoin/rpc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin copying build/lib/swap/providers/bitcoin/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin copying build/lib/swap/providers/bitcoin/htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin/contracts copying build/lib/swap/providers/bitcoin/contracts/htlc.script -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin/contracts copying build/lib/swap/providers/bitcoin/solver.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin copying build/lib/swap/providers/bitcoin/signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin copying build/lib/swap/providers/bitcoin/transaction.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin copying build/lib/swap/providers/bitcoin/utils.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin copying build/lib/swap/providers/config.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum copying build/lib/swap/providers/ethereum/wallet.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum copying build/lib/swap/providers/ethereum/rpc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum copying build/lib/swap/providers/ethereum/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum copying build/lib/swap/providers/ethereum/htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/contracts copying build/lib/swap/providers/ethereum/contracts/htlc-erc20.sol -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/contracts creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/contracts/libs copying build/lib/swap/providers/ethereum/contracts/libs/erc20.sol -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/contracts/libs copying build/lib/swap/providers/ethereum/contracts/libs/erc20.json -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/contracts/libs copying build/lib/swap/providers/ethereum/contracts/htlc.json -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/contracts copying build/lib/swap/providers/ethereum/contracts/htlc.sol -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/contracts copying build/lib/swap/providers/ethereum/contracts/htlc-erc20.json -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/contracts copying build/lib/swap/providers/ethereum/solver.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum copying build/lib/swap/providers/ethereum/signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum copying build/lib/swap/providers/ethereum/transaction.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum copying build/lib/swap/providers/ethereum/utils.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom copying build/lib/swap/providers/bytom/assets.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom copying build/lib/swap/providers/bytom/wallet.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom copying build/lib/swap/providers/bytom/rpc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom copying build/lib/swap/providers/bytom/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom copying build/lib/swap/providers/bytom/htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom/contracts copying build/lib/swap/providers/bytom/contracts/htlc.equity -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom/contracts copying build/lib/swap/providers/bytom/solver.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom copying build/lib/swap/providers/bytom/signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom copying build/lib/swap/providers/bytom/transaction.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom copying build/lib/swap/providers/bytom/utils.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor copying build/lib/swap/providers/vapor/assets.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor copying build/lib/swap/providers/vapor/wallet.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor copying build/lib/swap/providers/vapor/rpc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor copying build/lib/swap/providers/vapor/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor copying build/lib/swap/providers/vapor/htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor/contracts copying build/lib/swap/providers/vapor/contracts/htlc.equity -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor/contracts copying build/lib/swap/providers/vapor/solver.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor copying build/lib/swap/providers/vapor/signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor copying build/lib/swap/providers/vapor/transaction.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor copying build/lib/swap/providers/vapor/utils.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor copying build/lib/swap/exceptions.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap copying build/lib/swap/utils.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_utils.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin copying build/lib/tests/cli/xinfin/test_xinfin_cli_withdraw.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin copying build/lib/tests/cli/xinfin/test_xinfin_cli_fund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/xrc20 copying build/lib/tests/cli/xinfin/xrc20/test_xinfin_cli_xrc20_htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/xrc20 copying build/lib/tests/cli/xinfin/xrc20/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/xrc20 copying build/lib/tests/cli/xinfin/xrc20/test_xinfin_cli_xrc20_withdraw.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/xrc20 copying build/lib/tests/cli/xinfin/xrc20/test_xinfin_cli_xrc20_refund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/xrc20 copying build/lib/tests/cli/xinfin/xrc20/test_xinfin_cli_xrc20_fund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/xrc20 copying build/lib/tests/cli/xinfin/test_xinfin_cli_signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin copying build/lib/tests/cli/xinfin/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin copying build/lib/tests/cli/xinfin/test_xinfin_cli_htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin copying build/lib/tests/cli/xinfin/test_xinfin_cli_submit.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin copying build/lib/tests/cli/xinfin/test_xinfin_cli_refund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin copying build/lib/tests/cli/xinfin/test_xinfin_cli_decode.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin copying build/lib/tests/cli/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin copying build/lib/tests/cli/bitcoin/test_bitcoin_cli_signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin copying build/lib/tests/cli/bitcoin/test_bitcoin_cli_submit.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin copying build/lib/tests/cli/bitcoin/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin copying build/lib/tests/cli/bitcoin/test_bitcoin_cli_decode.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin copying build/lib/tests/cli/bitcoin/test_bitcoin_cli_refund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin copying build/lib/tests/cli/bitcoin/test_bitcoin_cli_htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin copying build/lib/tests/cli/bitcoin/test_bitcoin_cli_withdraw.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin copying build/lib/tests/cli/bitcoin/test_bitcoin_cli_fund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum copying build/lib/tests/cli/ethereum/test_ethereum_cli_fund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/erc20 copying build/lib/tests/cli/ethereum/erc20/test_ethereum_cli_erc20_fund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/erc20 copying build/lib/tests/cli/ethereum/erc20/test_ethereum_cli_erc20_htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/erc20 copying build/lib/tests/cli/ethereum/erc20/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/erc20 copying build/lib/tests/cli/ethereum/erc20/test_ethereum_cli_erc20_withdraw.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/erc20 copying build/lib/tests/cli/ethereum/erc20/test_ethereum_cli_erc20_refund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/erc20 copying build/lib/tests/cli/ethereum/test_ethereum_cli_refund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum copying build/lib/tests/cli/ethereum/test_ethereum_cli_htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum copying build/lib/tests/cli/ethereum/test_ethereum_cli_decode.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum copying build/lib/tests/cli/ethereum/test_ethereum_cli_submit.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum copying build/lib/tests/cli/ethereum/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum copying build/lib/tests/cli/ethereum/test_ethereum_cli_withdraw.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum copying build/lib/tests/cli/ethereum/test_ethereum_cli_signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum copying build/lib/tests/cli/test_cli.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom copying build/lib/tests/cli/bytom/test_bytom_cli_decode.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom copying build/lib/tests/cli/bytom/test_bytom_cli_refund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom copying build/lib/tests/cli/bytom/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom copying build/lib/tests/cli/bytom/test_bytom_cli_signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom copying build/lib/tests/cli/bytom/test_bytom_cli_fund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom copying build/lib/tests/cli/bytom/test_bytom_cli_htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom copying build/lib/tests/cli/bytom/test_bytom_cli_submit.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom copying build/lib/tests/cli/bytom/test_bytom_cli_withdraw.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor copying build/lib/tests/cli/vapor/test_vapor_cli_fund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor copying build/lib/tests/cli/vapor/test_vapor_cli_signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor copying build/lib/tests/cli/vapor/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor copying build/lib/tests/cli/vapor/test_vapor_cli_htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor copying build/lib/tests/cli/vapor/test_vapor_cli_submit.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor copying build/lib/tests/cli/vapor/test_vapor_cli_withdraw.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor copying build/lib/tests/cli/vapor/test_vapor_cli_decode.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor copying build/lib/tests/cli/vapor/test_vapor_cli_refund.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin copying build/lib/tests/providers/xinfin/test_xinfin_wallet.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin copying build/lib/tests/providers/xinfin/test_xinfin_transaction.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/xrc20 copying build/lib/tests/providers/xinfin/xrc20/test_xinfin_xrc20_htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/xrc20 copying build/lib/tests/providers/xinfin/xrc20/test_xinfin_xrc20_solver.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/xrc20 copying build/lib/tests/providers/xinfin/xrc20/test_xinfin_xrc20_transaction.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/xrc20 copying build/lib/tests/providers/xinfin/xrc20/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/xrc20 copying build/lib/tests/providers/xinfin/xrc20/test_xinfin_xrc20_signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/xrc20 copying build/lib/tests/providers/xinfin/test_xinfin_signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin copying build/lib/tests/providers/xinfin/test_xinfin_solver.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin copying build/lib/tests/providers/xinfin/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin copying build/lib/tests/providers/xinfin/test_xinfin_rpc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin copying build/lib/tests/providers/xinfin/test_xinfin_htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin copying build/lib/tests/providers/xinfin/test_xinfin_utils.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin copying build/lib/tests/providers/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin copying build/lib/tests/providers/bitcoin/test_bitcoin_utils.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin copying build/lib/tests/providers/bitcoin/test_bitcoin_wallet.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin copying build/lib/tests/providers/bitcoin/test_bitcoin_signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin copying build/lib/tests/providers/bitcoin/test_bitcoin_transaction.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin copying build/lib/tests/providers/bitcoin/test_bitcoin_htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin copying build/lib/tests/providers/bitcoin/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin copying build/lib/tests/providers/bitcoin/test_bitcoin_solver.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin copying build/lib/tests/providers/bitcoin/test_bitcoin_rpc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum copying build/lib/tests/providers/ethereum/test_ethereum_solver.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/erc20 copying build/lib/tests/providers/ethereum/erc20/test_ethereum_erc20_solver.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/erc20 copying build/lib/tests/providers/ethereum/erc20/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/erc20 copying build/lib/tests/providers/ethereum/erc20/test_ethereum_erc20_signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/erc20 copying build/lib/tests/providers/ethereum/erc20/test_ethereum_erc20_transaction.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/erc20 copying build/lib/tests/providers/ethereum/erc20/test_ethereum_erc20_htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/erc20 copying build/lib/tests/providers/ethereum/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum copying build/lib/tests/providers/ethereum/test_ethereum_wallet.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum copying build/lib/tests/providers/ethereum/test_ethereum_rpc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum copying build/lib/tests/providers/ethereum/test_ethereum_htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum copying build/lib/tests/providers/ethereum/test_ethereum_signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum copying build/lib/tests/providers/ethereum/test_ethereum_transaction.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum copying build/lib/tests/providers/ethereum/test_ethereum_utils.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum copying build/lib/tests/providers/test_config.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom copying build/lib/tests/providers/bytom/test_bytom_wallet.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom copying build/lib/tests/providers/bytom/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom copying build/lib/tests/providers/bytom/test_bytom_solver.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom copying build/lib/tests/providers/bytom/test_bytom_signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom copying build/lib/tests/providers/bytom/test_bytom_transaction.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom copying build/lib/tests/providers/bytom/test_bytom_htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom copying build/lib/tests/providers/bytom/test_bytom_rpc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom copying build/lib/tests/providers/bytom/test_bytom_utils.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom creating /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor copying build/lib/tests/providers/vapor/test_vapor_rpc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor copying build/lib/tests/providers/vapor/test_vapor_wallet.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor copying build/lib/tests/providers/vapor/test_vapor_solver.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor copying build/lib/tests/providers/vapor/test_vapor_htlc.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor copying build/lib/tests/providers/vapor/__init__.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor copying build/lib/tests/providers/vapor/test_vapor_signature.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor copying build/lib/tests/providers/vapor/test_vapor_utils.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor copying build/lib/tests/providers/vapor/test_vapor_transaction.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor copying build/lib/tests/conftest.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_exceptions.py -> /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin/decode.py to decode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin/submit.py to submit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin/fund.py to fund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin/htlc.py to htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin/refund.py to refund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin/withdraw.py to withdraw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/xinfin/signature.py to signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin/decode.py to decode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin/submit.py to submit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin/fund.py to fund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin/htlc.py to htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin/refund.py to refund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin/withdraw.py to withdraw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bitcoin/signature.py to signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum/decode.py to decode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum/submit.py to submit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum/fund.py to fund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum/htlc.py to htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum/refund.py to refund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum/withdraw.py to withdraw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/ethereum/signature.py to signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom/decode.py to decode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom/submit.py to submit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom/fund.py to fund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom/htlc.py to htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom/refund.py to refund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom/withdraw.py to withdraw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/bytom/signature.py to signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor/decode.py to decode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor/submit.py to submit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor/fund.py to fund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor/htlc.py to htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor/refund.py to refund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor/withdraw.py to withdraw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/providers/vapor/signature.py to signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/cli/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/wallet.py to wallet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/rpc.py to rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/htlc.py to htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/solver.py to solver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/signature.py to signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/transaction.py to transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/xinfin/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin/wallet.py to wallet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin/rpc.py to rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin/htlc.py to htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin/solver.py to solver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin/signature.py to signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin/transaction.py to transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bitcoin/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/wallet.py to wallet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/rpc.py to rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/htlc.py to htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/solver.py to solver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/signature.py to signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/transaction.py to transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/ethereum/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom/assets.py to assets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom/wallet.py to wallet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom/rpc.py to rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom/htlc.py to htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom/solver.py to solver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom/signature.py to signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom/transaction.py to transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/bytom/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor/assets.py to assets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor/wallet.py to wallet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor/rpc.py to rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor/htlc.py to htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor/solver.py to solver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor/signature.py to signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor/transaction.py to transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/providers/vapor/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/test_xinfin_cli_withdraw.py to test_xinfin_cli_withdraw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/test_xinfin_cli_fund.py to test_xinfin_cli_fund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/xrc20/test_xinfin_cli_xrc20_htlc.py to test_xinfin_cli_xrc20_htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/xrc20/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/xrc20/test_xinfin_cli_xrc20_withdraw.py to test_xinfin_cli_xrc20_withdraw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/xrc20/test_xinfin_cli_xrc20_refund.py to test_xinfin_cli_xrc20_refund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/xrc20/test_xinfin_cli_xrc20_fund.py to test_xinfin_cli_xrc20_fund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/test_xinfin_cli_signature.py to test_xinfin_cli_signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/test_xinfin_cli_htlc.py to test_xinfin_cli_htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/test_xinfin_cli_submit.py to test_xinfin_cli_submit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/test_xinfin_cli_refund.py to test_xinfin_cli_refund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/xinfin/test_xinfin_cli_decode.py to test_xinfin_cli_decode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin/test_bitcoin_cli_signature.py to test_bitcoin_cli_signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin/test_bitcoin_cli_submit.py to test_bitcoin_cli_submit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin/test_bitcoin_cli_decode.py to test_bitcoin_cli_decode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin/test_bitcoin_cli_refund.py to test_bitcoin_cli_refund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin/test_bitcoin_cli_htlc.py to test_bitcoin_cli_htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin/test_bitcoin_cli_withdraw.py to test_bitcoin_cli_withdraw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bitcoin/test_bitcoin_cli_fund.py to test_bitcoin_cli_fund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/test_ethereum_cli_fund.py to test_ethereum_cli_fund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/erc20/test_ethereum_cli_erc20_fund.py to test_ethereum_cli_erc20_fund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/erc20/test_ethereum_cli_erc20_htlc.py to test_ethereum_cli_erc20_htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/erc20/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/erc20/test_ethereum_cli_erc20_withdraw.py to test_ethereum_cli_erc20_withdraw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/erc20/test_ethereum_cli_erc20_refund.py to test_ethereum_cli_erc20_refund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/test_ethereum_cli_refund.py to test_ethereum_cli_refund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/test_ethereum_cli_htlc.py to test_ethereum_cli_htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/test_ethereum_cli_decode.py to test_ethereum_cli_decode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/test_ethereum_cli_submit.py to test_ethereum_cli_submit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/test_ethereum_cli_withdraw.py to test_ethereum_cli_withdraw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/ethereum/test_ethereum_cli_signature.py to test_ethereum_cli_signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/test_cli.py to test_cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom/test_bytom_cli_decode.py to test_bytom_cli_decode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom/test_bytom_cli_refund.py to test_bytom_cli_refund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom/test_bytom_cli_signature.py to test_bytom_cli_signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom/test_bytom_cli_fund.py to test_bytom_cli_fund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom/test_bytom_cli_htlc.py to test_bytom_cli_htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom/test_bytom_cli_submit.py to test_bytom_cli_submit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/bytom/test_bytom_cli_withdraw.py to test_bytom_cli_withdraw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor/test_vapor_cli_fund.py to test_vapor_cli_fund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor/test_vapor_cli_signature.py to test_vapor_cli_signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor/test_vapor_cli_htlc.py to test_vapor_cli_htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor/test_vapor_cli_submit.py to test_vapor_cli_submit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor/test_vapor_cli_withdraw.py to test_vapor_cli_withdraw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor/test_vapor_cli_decode.py to test_vapor_cli_decode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/cli/vapor/test_vapor_cli_refund.py to test_vapor_cli_refund.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/test_xinfin_wallet.py to test_xinfin_wallet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/test_xinfin_transaction.py to test_xinfin_transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/xrc20/test_xinfin_xrc20_htlc.py to test_xinfin_xrc20_htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/xrc20/test_xinfin_xrc20_solver.py to test_xinfin_xrc20_solver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/xrc20/test_xinfin_xrc20_transaction.py to test_xinfin_xrc20_transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/xrc20/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/xrc20/test_xinfin_xrc20_signature.py to test_xinfin_xrc20_signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/test_xinfin_signature.py to test_xinfin_signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/test_xinfin_solver.py to test_xinfin_solver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/test_xinfin_rpc.py to test_xinfin_rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/test_xinfin_htlc.py to test_xinfin_htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/xinfin/test_xinfin_utils.py to test_xinfin_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin/test_bitcoin_utils.py to test_bitcoin_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin/test_bitcoin_wallet.py to test_bitcoin_wallet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin/test_bitcoin_signature.py to test_bitcoin_signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin/test_bitcoin_transaction.py to test_bitcoin_transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin/test_bitcoin_htlc.py to test_bitcoin_htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin/test_bitcoin_solver.py to test_bitcoin_solver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bitcoin/test_bitcoin_rpc.py to test_bitcoin_rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/test_ethereum_solver.py to test_ethereum_solver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/erc20/test_ethereum_erc20_solver.py to test_ethereum_erc20_solver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/erc20/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/erc20/test_ethereum_erc20_signature.py to test_ethereum_erc20_signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/erc20/test_ethereum_erc20_transaction.py to test_ethereum_erc20_transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/erc20/test_ethereum_erc20_htlc.py to test_ethereum_erc20_htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/test_ethereum_wallet.py to test_ethereum_wallet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/test_ethereum_rpc.py to test_ethereum_rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/test_ethereum_htlc.py to test_ethereum_htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/test_ethereum_signature.py to test_ethereum_signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/test_ethereum_transaction.py to test_ethereum_transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/ethereum/test_ethereum_utils.py to test_ethereum_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/test_config.py to test_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom/test_bytom_wallet.py to test_bytom_wallet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom/test_bytom_solver.py to test_bytom_solver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom/test_bytom_signature.py to test_bytom_signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom/test_bytom_transaction.py to test_bytom_transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom/test_bytom_htlc.py to test_bytom_htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom/test_bytom_rpc.py to test_bytom_rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/bytom/test_bytom_utils.py to test_bytom_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor/test_vapor_rpc.py to test_vapor_rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor/test_vapor_wallet.py to test_vapor_wallet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor/test_vapor_solver.py to test_vapor_solver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor/test_vapor_htlc.py to test_vapor_htlc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor/test_vapor_signature.py to test_vapor_signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor/test_vapor_utils.py to test_vapor_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/providers/vapor/test_vapor_transaction.py to test_vapor_transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/tests/test_exceptions.py to test_exceptions.cpython-39.pyc writing byte-compilation script '/tmp/tmp5kixbm9p.py' /usr/bin/python3 /tmp/tmp5kixbm9p.py removing /tmp/tmp5kixbm9p.py running install_egg_info running egg_info writing swap.egg-info/PKG-INFO writing dependency_links to swap.egg-info/dependency_links.txt writing entry points to swap.egg-info/entry_points.txt writing requirements to swap.egg-info/requires.txt writing top-level names to swap.egg-info/top_level.txt reading manifest file 'swap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' 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 'swap.egg-info/SOURCES.txt' Copying swap.egg-info to /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/lib/python3.9/site-packages/swap-0.5.0-py3.9.egg-info running install_scripts Installing swap script to /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64//usr/share/doc/python-swap + '[' -d doc ']' ~/build/BUILDROOT/python-swap-0.5.0-1.x86_64 ~/build/BUILD/swap-0.5.0 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64 + '[' -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 ']' + popd ~/build/BUILD/swap-0.5.0 + mv /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.5.0-1 --unique-debug-suffix -0.5.0-1.x86_64 --unique-debug-src-base python-swap-0.5.0-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/swap-0.5.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-swap-0.5.0-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-swap-0.5.0-1.noarch Provides: python-swap python3-swap = 0.5.0-1 python3.9dist(swap) = 0.5 python3dist(swap) = 0.5 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(chainside-btcpy) >= 0.6.5 python3.9dist(chainside-btcpy) < 1 python3.9dist(click) >= 8.0.3 python3.9dist(click) < 9 python3.9dist(cryptos) >= 1.36 python3.9dist(cryptos) < 2 python3.9dist(ecdsa) >= 0.13 python3.9dist(ecdsa) < 1 python3.9dist(hdwallet) >= 2.0.1 python3.9dist(hdwallet) < 3 python3.9dist(hexbytes) >= 0.2.1 python3.9dist(hexbytes) < 1 python3.9dist(mnemonic) >= 0.19 python3.9dist(mnemonic) < 1 python3.9dist(py-equity) >= 0.1 python3.9dist(py-equity) < 1 python3.9dist(py-solc-x) >= 1.1.1 python3.9dist(py-solc-x) < 2 python3.9dist(pybytom) >= 1.5.4 python3.9dist(pybytom) < 2 python3.9dist(pyxdc) = 0.1.2a1 python3.9dist(requests) >= 2.25 python3.9dist(requests) < 3 python3.9dist(setuptools) python3.9dist(six) >= 1.15 python3.9dist(six) < 2 python3.9dist(web3) >= 5.25 python3.9dist(web3) < 6 Processing files: python-swap-help-0.5.0-1.noarch warning: Empty %files file /builddir/build/BUILD/swap-0.5.0/doclist.lst Provides: python-swap-help = 0.5.0-1 python3-swap-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-swap-0.5.0-1.x86_64 Wrote: /builddir/build/RPMS/python-swap-help-0.5.0-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-swap-0.5.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.g13E4B + umask 022 + cd /builddir/build/BUILD + cd swap-0.5.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-swap-0.5.0-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0