2026-03-19T22:42:51,751 Created temporary directory: /tmp/pip-ephem-wheel-cache-5rnl2hje 2026-03-19T22:42:51,753 Created temporary directory: /tmp/pip-build-tracker-6il_elcs 2026-03-19T22:42:51,754 Initialized build tracking at /tmp/pip-build-tracker-6il_elcs 2026-03-19T22:42:51,754 Created build tracker: /tmp/pip-build-tracker-6il_elcs 2026-03-19T22:42:51,755 Entered build tracker: /tmp/pip-build-tracker-6il_elcs 2026-03-19T22:42:51,755 Created temporary directory: /tmp/pip-wheel-y390rwlo 2026-03-19T22:42:51,758 DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453 2026-03-19T22:42:51,761 Created temporary directory: /tmp/pip-ephem-wheel-cache-gkdo1duo 2026-03-19T22:42:51,783 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2026-03-19T22:42:51,786 2 location(s) to search for versions of antchain-account: 2026-03-19T22:42:51,786 * https://pypi.org/simple/antchain-account/ 2026-03-19T22:42:51,786 * https://www.piwheels.org/simple/antchain-account/ 2026-03-19T22:42:51,787 Fetching project page and analyzing links: https://pypi.org/simple/antchain-account/ 2026-03-19T22:42:51,788 Getting page https://pypi.org/simple/antchain-account/ 2026-03-19T22:42:51,789 Found index url https://pypi.org/simple 2026-03-19T22:42:51,999 Fetched page https://pypi.org/simple/antchain-account/ as application/vnd.pypi.simple.v1+json 2026-03-19T22:42:52,001 Skipping link: No binaries permitted for antchain-account: https://files.pythonhosted.org/packages/0c/80/fb9de83a2d4971bade2d31e6f2a6d368b395a268d2959357f0299bccdcb6/antchain_account-1.0.9-py3-none-any.whl (from https://pypi.org/simple/antchain-account/) (requires-python:>=3.6) 2026-03-19T22:42:52,002 Found link https://files.pythonhosted.org/packages/bd/c5/cfc96a204dbb7e032c7a6132e1e26198680c70bd2150cd25ebccc242f8e0/antchain_account-1.0.9.tar.gz (from https://pypi.org/simple/antchain-account/) (requires-python:>=3.6), version: 1.0.9 2026-03-19T22:42:52,003 Skipping link: No binaries permitted for antchain-account: https://files.pythonhosted.org/packages/be/c4/b73dfcd8f688a98368f6bffbda4a726b8caf305fda63b35758183dd4deae/antchain_account-1.1.2-py3-none-any.whl (from https://pypi.org/simple/antchain-account/) (requires-python:>=3.6) 2026-03-19T22:42:52,004 Found link https://files.pythonhosted.org/packages/32/5a/8305eb899fd18ff6ba2f5d73982ad0a31f7f400c8feb4361661c1bbb2afd/antchain_account-1.1.2.tar.gz (from https://pypi.org/simple/antchain-account/) (requires-python:>=3.6), version: 1.1.2 2026-03-19T22:42:52,005 Fetching project page and analyzing links: https://www.piwheels.org/simple/antchain-account/ 2026-03-19T22:42:52,005 Getting page https://www.piwheels.org/simple/antchain-account/ 2026-03-19T22:42:52,007 Found index url https://www.piwheels.org/simple 2026-03-19T22:42:52,156 Fetched page https://www.piwheels.org/simple/antchain-account/ as text/html 2026-03-19T22:42:52,158 Skipping link: No binaries permitted for antchain-account: https://archive1.piwheels.org/simple/antchain-account/antchain_account-1.0.9-py3-none-any.whl#sha256=8caff4d147c90f3c27a8bc3155d368ecf988bafdb1370fa3b4e7d270d99fb007 (from https://www.piwheels.org/simple/antchain-account/) (requires-python:>=3.6) 2026-03-19T22:42:52,159 Skipping link: not a file: https://www.piwheels.org/simple/antchain-account/ 2026-03-19T22:42:52,159 Skipping link: not a file: https://pypi.org/simple/antchain-account/ 2026-03-19T22:42:52,179 Given no hashes to check 1 links for project 'antchain-account': discarding no candidates 2026-03-19T22:42:52,199 Collecting antchain-account==1.1.2 2026-03-19T22:42:52,201 Created temporary directory: /tmp/pip-unpack-ah5x9iru 2026-03-19T22:42:52,407 Downloading antchain_account-1.1.2.tar.gz (10 kB) 2026-03-19T22:42:52,439 Added antchain-account==1.1.2 from https://files.pythonhosted.org/packages/32/5a/8305eb899fd18ff6ba2f5d73982ad0a31f7f400c8feb4361661c1bbb2afd/antchain_account-1.1.2.tar.gz to build tracker '/tmp/pip-build-tracker-6il_elcs' 2026-03-19T22:42:52,440 Running setup.py (path:/tmp/pip-wheel-y390rwlo/antchain-account_a247ddb6839547a9962c5f68373e1b24/setup.py) egg_info for package antchain-account 2026-03-19T22:42:52,441 Created temporary directory: /tmp/pip-pip-egg-info-2mnge8f8 2026-03-19T22:42:52,442 Preparing metadata (setup.py): started 2026-03-19T22:42:52,443 Running command python setup.py egg_info 2026-03-19T22:42:52,989 Warning: 'classifiers' should be a list, got type 'tuple' 2026-03-19T22:42:53,276 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2026-03-19T22:42:53,277 !! 2026-03-19T22:42:53,278 ******************************************************************************** 2026-03-19T22:42:53,278 Please consider removing the following classifiers in favor of a SPDX license expression: 2026-03-19T22:42:53,279 License :: OSI Approved :: Apache Software License 2026-03-19T22:42:53,281 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2026-03-19T22:42:53,281 ******************************************************************************** 2026-03-19T22:42:53,282 !! 2026-03-19T22:42:53,283 self._finalize_license_expression() 2026-03-19T22:42:53,304 running egg_info 2026-03-19T22:42:53,330 creating /tmp/pip-pip-egg-info-2mnge8f8/antchain_account.egg-info 2026-03-19T22:42:53,331 writing /tmp/pip-pip-egg-info-2mnge8f8/antchain_account.egg-info/PKG-INFO 2026-03-19T22:42:53,334 writing dependency_links to /tmp/pip-pip-egg-info-2mnge8f8/antchain_account.egg-info/dependency_links.txt 2026-03-19T22:42:53,336 writing requirements to /tmp/pip-pip-egg-info-2mnge8f8/antchain_account.egg-info/requires.txt 2026-03-19T22:42:53,337 writing top-level names to /tmp/pip-pip-egg-info-2mnge8f8/antchain_account.egg-info/top_level.txt 2026-03-19T22:42:53,338 writing manifest file '/tmp/pip-pip-egg-info-2mnge8f8/antchain_account.egg-info/SOURCES.txt' 2026-03-19T22:42:53,424 reading manifest file '/tmp/pip-pip-egg-info-2mnge8f8/antchain_account.egg-info/SOURCES.txt' 2026-03-19T22:42:53,425 reading manifest template 'MANIFEST.in' 2026-03-19T22:42:53,427 adding license file 'LICENSE' 2026-03-19T22:42:53,430 writing manifest file '/tmp/pip-pip-egg-info-2mnge8f8/antchain_account.egg-info/SOURCES.txt' 2026-03-19T22:42:53,541 Preparing metadata (setup.py): finished with status 'done' 2026-03-19T22:42:53,546 Source in /tmp/pip-wheel-y390rwlo/antchain-account_a247ddb6839547a9962c5f68373e1b24 has version 1.1.2, which satisfies requirement antchain-account==1.1.2 from https://files.pythonhosted.org/packages/32/5a/8305eb899fd18ff6ba2f5d73982ad0a31f7f400c8feb4361661c1bbb2afd/antchain_account-1.1.2.tar.gz 2026-03-19T22:42:53,547 Removed antchain-account==1.1.2 from https://files.pythonhosted.org/packages/32/5a/8305eb899fd18ff6ba2f5d73982ad0a31f7f400c8feb4361661c1bbb2afd/antchain_account-1.1.2.tar.gz from build tracker '/tmp/pip-build-tracker-6il_elcs' 2026-03-19T22:42:53,553 Created temporary directory: /tmp/pip-unpack-8fq6bjvr 2026-03-19T22:42:53,554 Building wheels for collected packages: antchain-account 2026-03-19T22:42:53,558 Created temporary directory: /tmp/pip-wheel-w44hcx7f 2026-03-19T22:42:53,559 Building wheel for antchain-account (setup.py): started 2026-03-19T22:42:53,560 Destination directory: /tmp/pip-wheel-w44hcx7f 2026-03-19T22:42:53,561 Running command python setup.py bdist_wheel 2026-03-19T22:42:54,105 Warning: 'classifiers' should be a list, got type 'tuple' 2026-03-19T22:42:54,396 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2026-03-19T22:42:54,397 !! 2026-03-19T22:42:54,398 ******************************************************************************** 2026-03-19T22:42:54,398 Please consider removing the following classifiers in favor of a SPDX license expression: 2026-03-19T22:42:54,400 License :: OSI Approved :: Apache Software License 2026-03-19T22:42:54,401 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2026-03-19T22:42:54,401 ******************************************************************************** 2026-03-19T22:42:54,402 !! 2026-03-19T22:42:54,402 self._finalize_license_expression() 2026-03-19T22:42:54,403 running bdist_wheel 2026-03-19T22:42:54,528 running build 2026-03-19T22:42:54,529 running build_py 2026-03-19T22:42:54,561 creating build/lib/antchain_sdk_account 2026-03-19T22:42:54,564 copying antchain_sdk_account/models.py -> build/lib/antchain_sdk_account 2026-03-19T22:42:54,566 copying antchain_sdk_account/client.py -> build/lib/antchain_sdk_account 2026-03-19T22:42:54,569 copying antchain_sdk_account/__init__.py -> build/lib/antchain_sdk_account 2026-03-19T22:42:54,570 running egg_info 2026-03-19T22:42:54,596 writing antchain_account.egg-info/PKG-INFO 2026-03-19T22:42:54,599 writing dependency_links to antchain_account.egg-info/dependency_links.txt 2026-03-19T22:42:54,601 writing requirements to antchain_account.egg-info/requires.txt 2026-03-19T22:42:54,602 writing top-level names to antchain_account.egg-info/top_level.txt 2026-03-19T22:42:54,631 reading manifest file 'antchain_account.egg-info/SOURCES.txt' 2026-03-19T22:42:54,634 reading manifest template 'MANIFEST.in' 2026-03-19T22:42:54,635 adding license file 'LICENSE' 2026-03-19T22:42:54,638 writing manifest file 'antchain_account.egg-info/SOURCES.txt' 2026-03-19T22:42:54,667 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2026-03-19T22:42:54,667 !! 2026-03-19T22:42:54,669 ******************************************************************************** 2026-03-19T22:42:54,669 Please avoid running ``setup.py`` directly. 2026-03-19T22:42:54,670 Instead, use pypa/build, pypa/installer or other 2026-03-19T22:42:54,671 standards-based tools. 2026-03-19T22:42:54,672 This deprecation is overdue, please update your project and remove deprecated 2026-03-19T22:42:54,672 calls to avoid build errors in the future. 2026-03-19T22:42:54,673 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2026-03-19T22:42:54,674 ******************************************************************************** 2026-03-19T22:42:54,675 !! 2026-03-19T22:42:54,676 self.initialize_options() 2026-03-19T22:42:54,695 installing to build/bdist.linux-armv7l/wheel 2026-03-19T22:42:54,696 running install 2026-03-19T22:42:54,719 running install_lib 2026-03-19T22:42:54,749 creating build/bdist.linux-armv7l/wheel 2026-03-19T22:42:54,751 creating build/bdist.linux-armv7l/wheel/antchain_sdk_account 2026-03-19T22:42:54,753 copying build/lib/antchain_sdk_account/models.py -> build/bdist.linux-armv7l/wheel/./antchain_sdk_account 2026-03-19T22:42:54,757 copying build/lib/antchain_sdk_account/client.py -> build/bdist.linux-armv7l/wheel/./antchain_sdk_account 2026-03-19T22:42:54,763 copying build/lib/antchain_sdk_account/__init__.py -> build/bdist.linux-armv7l/wheel/./antchain_sdk_account 2026-03-19T22:42:54,767 running install_egg_info 2026-03-19T22:42:54,819 Copying antchain_account.egg-info to build/bdist.linux-armv7l/wheel/./antchain_account-1.1.2-py3.11.egg-info 2026-03-19T22:42:54,850 running install_scripts 2026-03-19T22:42:54,883 creating build/bdist.linux-armv7l/wheel/antchain_account-1.1.2.dist-info/WHEEL 2026-03-19T22:42:54,887 creating '/tmp/pip-wheel-w44hcx7f/antchain_account-1.1.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2026-03-19T22:42:54,890 adding 'antchain_account-1.1.2.dist-info/licenses/LICENSE' 2026-03-19T22:42:54,891 adding 'antchain_sdk_account/__init__.py' 2026-03-19T22:42:54,894 adding 'antchain_sdk_account/client.py' 2026-03-19T22:42:54,897 adding 'antchain_sdk_account/models.py' 2026-03-19T22:42:54,899 adding 'antchain_account-1.1.2.dist-info/METADATA' 2026-03-19T22:42:54,900 adding 'antchain_account-1.1.2.dist-info/WHEEL' 2026-03-19T22:42:54,901 adding 'antchain_account-1.1.2.dist-info/top_level.txt' 2026-03-19T22:42:54,902 adding 'antchain_account-1.1.2.dist-info/RECORD' 2026-03-19T22:42:54,903 removing build/bdist.linux-armv7l/wheel 2026-03-19T22:42:55,020 Building wheel for antchain-account (setup.py): finished with status 'done' 2026-03-19T22:42:55,023 Created wheel for antchain-account: filename=antchain_account-1.1.2-py3-none-any.whl size=10146 sha256=f05b1ab2f41eb34cd1eeb3239a4ca3a638c2cf439be9081a2f0aa407071d84fd 2026-03-19T22:42:55,025 Stored in directory: /tmp/pip-ephem-wheel-cache-gkdo1duo/wheels/ca/9e/f4/a4813587f73c6b708f70009b7ce40f66a66ee2effdb94db9e9 2026-03-19T22:42:55,039 Successfully built antchain-account 2026-03-19T22:42:55,045 Removed build tracker: '/tmp/pip-build-tracker-6il_elcs'