2024-03-04T21:58:05,483 Created temporary directory: /tmp/pip-build-tracker-1bhhvf7t 2024-03-04T21:58:05,485 Initialized build tracking at /tmp/pip-build-tracker-1bhhvf7t 2024-03-04T21:58:05,485 Created build tracker: /tmp/pip-build-tracker-1bhhvf7t 2024-03-04T21:58:05,486 Entered build tracker: /tmp/pip-build-tracker-1bhhvf7t 2024-03-04T21:58:05,486 Created temporary directory: /tmp/pip-wheel-cecrjnxu 2024-03-04T21:58:05,490 Created temporary directory: /tmp/pip-ephem-wheel-cache-mxetw41t 2024-03-04T21:58:05,512 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-03-04T21:58:05,516 2 location(s) to search for versions of sdkgen-client: 2024-03-04T21:58:05,516 * https://pypi.org/simple/sdkgen-client/ 2024-03-04T21:58:05,516 * https://www.piwheels.org/simple/sdkgen-client/ 2024-03-04T21:58:05,517 Fetching project page and analyzing links: https://pypi.org/simple/sdkgen-client/ 2024-03-04T21:58:05,517 Getting page https://pypi.org/simple/sdkgen-client/ 2024-03-04T21:58:05,519 Found index url https://pypi.org/simple/ 2024-03-04T21:58:05,734 Fetched page https://pypi.org/simple/sdkgen-client/ as application/vnd.pypi.simple.v1+json 2024-03-04T21:58:05,735 Found link https://files.pythonhosted.org/packages/10/59/8cdf0d9727a73e1e532859e839728f0681cf694adcfa63c23243c7bd2518/sdkgen-client-0.1.0.tar.gz (from https://pypi.org/simple/sdkgen-client/) (requires-python:>=3), version: 0.1.0 2024-03-04T21:58:05,736 Skipping link: No binaries permitted for sdkgen-client: https://files.pythonhosted.org/packages/75/84/a64cea54a7eb38109052b99183e1502c1fce2a4ca60539df6c10b6298267/sdkgen_client-0.1.0-py3-none-any.whl (from https://pypi.org/simple/sdkgen-client/) (requires-python:>=3) 2024-03-04T21:58:05,737 Fetching project page and analyzing links: https://www.piwheels.org/simple/sdkgen-client/ 2024-03-04T21:58:05,737 Getting page https://www.piwheels.org/simple/sdkgen-client/ 2024-03-04T21:58:05,739 Found index url https://www.piwheels.org/simple/ 2024-03-04T21:58:05,957 Fetched page https://www.piwheels.org/simple/sdkgen-client/ as text/html 2024-03-04T21:58:05,959 Skipping link: not a file: https://www.piwheels.org/simple/sdkgen-client/ 2024-03-04T21:58:05,959 Skipping link: not a file: https://pypi.org/simple/sdkgen-client/ 2024-03-04T21:58:05,978 Given no hashes to check 1 links for project 'sdkgen-client': discarding no candidates 2024-03-04T21:58:05,996 Collecting sdkgen-client==0.1.0 2024-03-04T21:58:05,999 Created temporary directory: /tmp/pip-unpack-9sj0zwm8 2024-03-04T21:58:06,227 Downloading sdkgen-client-0.1.0.tar.gz (6.3 kB) 2024-03-04T21:58:06,271 Added sdkgen-client==0.1.0 from https://files.pythonhosted.org/packages/10/59/8cdf0d9727a73e1e532859e839728f0681cf694adcfa63c23243c7bd2518/sdkgen-client-0.1.0.tar.gz to build tracker '/tmp/pip-build-tracker-1bhhvf7t' 2024-03-04T21:58:06,275 Created temporary directory: /tmp/pip-build-env-77tnveaz 2024-03-04T21:58:06,279 Installing build dependencies: started 2024-03-04T21:58:06,280 Running command pip subprocess to install build dependencies 2024-03-04T21:58:07,417 Using pip 23.3.1 from /usr/local/lib/python3.11/dist-packages/pip (python 3.11) 2024-03-04T21:58:07,913 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-03-04T21:58:09,780 Collecting setuptools>=61.0 2024-03-04T21:58:09,822 Using cached https://www.piwheels.org/simple/setuptools/setuptools-69.1.1-py3-none-any.whl (819 kB) 2024-03-04T21:58:12,412 Installing collected packages: setuptools 2024-03-04T21:58:14,624 Successfully installed setuptools-69.1.1 2024-03-04T21:58:14,917 [notice] A new release of pip is available: 23.3.1 -> 24.0 2024-03-04T21:58:14,918 [notice] To update, run: python3 -m pip install --upgrade pip 2024-03-04T21:58:15,190 Installing build dependencies: finished with status 'done' 2024-03-04T21:58:15,193 Getting requirements to build wheel: started 2024-03-04T21:58:15,194 Running command Getting requirements to build wheel 2024-03-04T21:58:15,700 /tmp/pip-build-env-77tnveaz/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:76: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored. 2024-03-04T21:58:15,700 !! 2024-03-04T21:58:15,701 ******************************************************************************** 2024-03-04T21:58:15,702 The following seems to be defined outside of `pyproject.toml`: 2024-03-04T21:58:15,703 `dependencies = ['requests', 'dataclasses-json']` 2024-03-04T21:58:15,704 According to the spec (see the link below), however, setuptools CANNOT 2024-03-04T21:58:15,704 consider this value unless `dependencies` is listed as `dynamic`. 2024-03-04T21:58:15,705 https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table 2024-03-04T21:58:15,706 To prevent this problem, you can list `dependencies` under `dynamic` or alternatively 2024-03-04T21:58:15,706 remove the `[project]` table from your file and rely entirely on other means of 2024-03-04T21:58:15,707 configuration. 2024-03-04T21:58:15,707 ******************************************************************************** 2024-03-04T21:58:15,708 !! 2024-03-04T21:58:15,709 _handle_missing_dynamic(dist, project_table) 2024-03-04T21:58:15,709 /tmp/pip-build-env-77tnveaz/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:83: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) 2024-03-04T21:58:15,710 corresp(dist, value, root_dir) 2024-03-04T21:58:15,943 running egg_info 2024-03-04T21:58:15,948 writing src/sdkgen_client.egg-info/PKG-INFO 2024-03-04T21:58:15,950 writing dependency_links to src/sdkgen_client.egg-info/dependency_links.txt 2024-03-04T21:58:15,953 writing top-level names to src/sdkgen_client.egg-info/top_level.txt 2024-03-04T21:58:15,967 reading manifest file 'src/sdkgen_client.egg-info/SOURCES.txt' 2024-03-04T21:58:15,969 adding license file 'LICENSE' 2024-03-04T21:58:15,971 writing manifest file 'src/sdkgen_client.egg-info/SOURCES.txt' 2024-03-04T21:58:16,082 Getting requirements to build wheel: finished with status 'done' 2024-03-04T21:58:16,090 Installing backend dependencies: started 2024-03-04T21:58:16,092 Running command pip subprocess to install backend dependencies 2024-03-04T21:58:17,221 Using pip 23.3.1 from /usr/local/lib/python3.11/dist-packages/pip (python 3.11) 2024-03-04T21:58:17,715 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-03-04T21:58:18,235 Collecting wheel 2024-03-04T21:58:18,249 Using cached https://www.piwheels.org/simple/wheel/wheel-0.42.0-py3-none-any.whl (65 kB) 2024-03-04T21:58:20,486 Installing collected packages: wheel 2024-03-04T21:58:20,706 Creating /tmp/pip-build-env-77tnveaz/normal/local/bin 2024-03-04T21:58:20,709 changing mode of /tmp/pip-build-env-77tnveaz/normal/local/bin/wheel to 755 2024-03-04T21:58:20,720 Successfully installed wheel-0.42.0 2024-03-04T21:58:20,973 [notice] A new release of pip is available: 23.3.1 -> 24.0 2024-03-04T21:58:20,973 [notice] To update, run: python3 -m pip install --upgrade pip 2024-03-04T21:58:21,202 Installing backend dependencies: finished with status 'done' 2024-03-04T21:58:21,204 Created temporary directory: /tmp/pip-modern-metadata-vxrwicul 2024-03-04T21:58:21,206 Preparing metadata (pyproject.toml): started 2024-03-04T21:58:21,208 Running command Preparing metadata (pyproject.toml) 2024-03-04T21:58:21,697 /tmp/pip-build-env-77tnveaz/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:76: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored. 2024-03-04T21:58:21,698 !! 2024-03-04T21:58:21,699 ******************************************************************************** 2024-03-04T21:58:21,700 The following seems to be defined outside of `pyproject.toml`: 2024-03-04T21:58:21,701 `dependencies = ['requests', 'dataclasses-json']` 2024-03-04T21:58:21,702 According to the spec (see the link below), however, setuptools CANNOT 2024-03-04T21:58:21,703 consider this value unless `dependencies` is listed as `dynamic`. 2024-03-04T21:58:21,704 https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table 2024-03-04T21:58:21,705 To prevent this problem, you can list `dependencies` under `dynamic` or alternatively 2024-03-04T21:58:21,705 remove the `[project]` table from your file and rely entirely on other means of 2024-03-04T21:58:21,705 configuration. 2024-03-04T21:58:21,706 ******************************************************************************** 2024-03-04T21:58:21,707 !! 2024-03-04T21:58:21,707 _handle_missing_dynamic(dist, project_table) 2024-03-04T21:58:21,707 /tmp/pip-build-env-77tnveaz/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:83: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) 2024-03-04T21:58:21,708 corresp(dist, value, root_dir) 2024-03-04T21:58:21,996 running dist_info 2024-03-04T21:58:22,002 creating /tmp/pip-modern-metadata-vxrwicul/sdkgen_client.egg-info 2024-03-04T21:58:22,006 writing /tmp/pip-modern-metadata-vxrwicul/sdkgen_client.egg-info/PKG-INFO 2024-03-04T21:58:22,009 writing dependency_links to /tmp/pip-modern-metadata-vxrwicul/sdkgen_client.egg-info/dependency_links.txt 2024-03-04T21:58:22,011 writing top-level names to /tmp/pip-modern-metadata-vxrwicul/sdkgen_client.egg-info/top_level.txt 2024-03-04T21:58:22,012 writing manifest file '/tmp/pip-modern-metadata-vxrwicul/sdkgen_client.egg-info/SOURCES.txt' 2024-03-04T21:58:22,027 reading manifest file '/tmp/pip-modern-metadata-vxrwicul/sdkgen_client.egg-info/SOURCES.txt' 2024-03-04T21:58:22,029 adding license file 'LICENSE' 2024-03-04T21:58:22,031 writing manifest file '/tmp/pip-modern-metadata-vxrwicul/sdkgen_client.egg-info/SOURCES.txt' 2024-03-04T21:58:22,032 creating '/tmp/pip-modern-metadata-vxrwicul/sdkgen_client-0.1.0.dist-info' 2024-03-04T21:58:22,173 Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-04T21:58:22,178 Source in /tmp/pip-wheel-cecrjnxu/sdkgen-client_335ba049147a4444bbd77868a9f3a514 has version 0.1.0, which satisfies requirement sdkgen-client==0.1.0 from https://files.pythonhosted.org/packages/10/59/8cdf0d9727a73e1e532859e839728f0681cf694adcfa63c23243c7bd2518/sdkgen-client-0.1.0.tar.gz 2024-03-04T21:58:22,179 Removed sdkgen-client==0.1.0 from https://files.pythonhosted.org/packages/10/59/8cdf0d9727a73e1e532859e839728f0681cf694adcfa63c23243c7bd2518/sdkgen-client-0.1.0.tar.gz from build tracker '/tmp/pip-build-tracker-1bhhvf7t' 2024-03-04T21:58:22,184 Created temporary directory: /tmp/pip-unpack-h2g2oizn 2024-03-04T21:58:22,185 Created temporary directory: /tmp/pip-unpack-013yqcmy 2024-03-04T21:58:22,187 Building wheels for collected packages: sdkgen-client 2024-03-04T21:58:22,191 Created temporary directory: /tmp/pip-wheel-2phg3lc6 2024-03-04T21:58:22,192 Destination directory: /tmp/pip-wheel-2phg3lc6 2024-03-04T21:58:22,194 Building wheel for sdkgen-client (pyproject.toml): started 2024-03-04T21:58:22,195 Running command Building wheel for sdkgen-client (pyproject.toml) 2024-03-04T21:58:22,686 /tmp/pip-build-env-77tnveaz/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:76: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored. 2024-03-04T21:58:22,687 !! 2024-03-04T21:58:22,688 ******************************************************************************** 2024-03-04T21:58:22,689 The following seems to be defined outside of `pyproject.toml`: 2024-03-04T21:58:22,690 `dependencies = ['requests', 'dataclasses-json']` 2024-03-04T21:58:22,692 According to the spec (see the link below), however, setuptools CANNOT 2024-03-04T21:58:22,693 consider this value unless `dependencies` is listed as `dynamic`. 2024-03-04T21:58:22,695 https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table 2024-03-04T21:58:22,696 To prevent this problem, you can list `dependencies` under `dynamic` or alternatively 2024-03-04T21:58:22,696 remove the `[project]` table from your file and rely entirely on other means of 2024-03-04T21:58:22,696 configuration. 2024-03-04T21:58:22,697 ******************************************************************************** 2024-03-04T21:58:22,698 !! 2024-03-04T21:58:22,698 _handle_missing_dynamic(dist, project_table) 2024-03-04T21:58:22,699 /tmp/pip-build-env-77tnveaz/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:83: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) 2024-03-04T21:58:22,699 corresp(dist, value, root_dir) 2024-03-04T21:58:22,962 running bdist_wheel 2024-03-04T21:58:22,978 running build 2024-03-04T21:58:22,979 running build_py 2024-03-04T21:58:22,984 creating build 2024-03-04T21:58:22,984 creating build/lib 2024-03-04T21:58:22,985 creating build/lib/sdkgen 2024-03-04T21:58:22,987 copying src/sdkgen/client_abstract.py -> build/lib/sdkgen 2024-03-04T21:58:22,989 copying src/sdkgen/parser.py -> build/lib/sdkgen 2024-03-04T21:58:22,991 copying src/sdkgen/http_client_factory.py -> build/lib/sdkgen 2024-03-04T21:58:22,993 copying src/sdkgen/token_store.py -> build/lib/sdkgen 2024-03-04T21:58:22,995 copying src/sdkgen/__init__.py -> build/lib/sdkgen 2024-03-04T21:58:22,997 copying src/sdkgen/access_token.py -> build/lib/sdkgen 2024-03-04T21:58:22,998 copying src/sdkgen/credentials.py -> build/lib/sdkgen 2024-03-04T21:58:23,001 copying src/sdkgen/authenticator_factory.py -> build/lib/sdkgen 2024-03-04T21:58:23,003 copying src/sdkgen/exceptions.py -> build/lib/sdkgen 2024-03-04T21:58:23,005 copying src/sdkgen/authenticator.py -> build/lib/sdkgen 2024-03-04T21:58:23,007 running egg_info 2024-03-04T21:58:23,010 writing src/sdkgen_client.egg-info/PKG-INFO 2024-03-04T21:58:23,013 writing dependency_links to src/sdkgen_client.egg-info/dependency_links.txt 2024-03-04T21:58:23,015 writing top-level names to src/sdkgen_client.egg-info/top_level.txt 2024-03-04T21:58:23,023 reading manifest file 'src/sdkgen_client.egg-info/SOURCES.txt' 2024-03-04T21:58:23,025 adding license file 'LICENSE' 2024-03-04T21:58:23,027 writing manifest file 'src/sdkgen_client.egg-info/SOURCES.txt' 2024-03-04T21:58:23,037 installing to build/bdist.linux-armv7l/wheel 2024-03-04T21:58:23,037 running install 2024-03-04T21:58:23,061 running install_lib 2024-03-04T21:58:23,066 creating build/bdist.linux-armv7l 2024-03-04T21:58:23,066 creating build/bdist.linux-armv7l/wheel 2024-03-04T21:58:23,068 creating build/bdist.linux-armv7l/wheel/sdkgen 2024-03-04T21:58:23,070 copying build/lib/sdkgen/client_abstract.py -> build/bdist.linux-armv7l/wheel/sdkgen 2024-03-04T21:58:23,072 copying build/lib/sdkgen/parser.py -> build/bdist.linux-armv7l/wheel/sdkgen 2024-03-04T21:58:23,074 copying build/lib/sdkgen/http_client_factory.py -> build/bdist.linux-armv7l/wheel/sdkgen 2024-03-04T21:58:23,076 copying build/lib/sdkgen/token_store.py -> build/bdist.linux-armv7l/wheel/sdkgen 2024-03-04T21:58:23,078 copying build/lib/sdkgen/__init__.py -> build/bdist.linux-armv7l/wheel/sdkgen 2024-03-04T21:58:23,080 copying build/lib/sdkgen/access_token.py -> build/bdist.linux-armv7l/wheel/sdkgen 2024-03-04T21:58:23,082 copying build/lib/sdkgen/credentials.py -> build/bdist.linux-armv7l/wheel/sdkgen 2024-03-04T21:58:23,084 copying build/lib/sdkgen/authenticator_factory.py -> build/bdist.linux-armv7l/wheel/sdkgen 2024-03-04T21:58:23,086 copying build/lib/sdkgen/exceptions.py -> build/bdist.linux-armv7l/wheel/sdkgen 2024-03-04T21:58:23,088 copying build/lib/sdkgen/authenticator.py -> build/bdist.linux-armv7l/wheel/sdkgen 2024-03-04T21:58:23,089 running install_egg_info 2024-03-04T21:58:23,093 Copying src/sdkgen_client.egg-info to build/bdist.linux-armv7l/wheel/sdkgen_client-0.1.0-py3.11.egg-info 2024-03-04T21:58:23,102 running install_scripts 2024-03-04T21:58:23,112 creating build/bdist.linux-armv7l/wheel/sdkgen_client-0.1.0.dist-info/WHEEL 2024-03-04T21:58:23,115 creating '/tmp/pip-wheel-2phg3lc6/.tmp-3_qrl7ii/sdkgen_client-0.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2024-03-04T21:58:23,118 adding 'sdkgen/__init__.py' 2024-03-04T21:58:23,119 adding 'sdkgen/access_token.py' 2024-03-04T21:58:23,121 adding 'sdkgen/authenticator.py' 2024-03-04T21:58:23,123 adding 'sdkgen/authenticator_factory.py' 2024-03-04T21:58:23,124 adding 'sdkgen/client_abstract.py' 2024-03-04T21:58:23,126 adding 'sdkgen/credentials.py' 2024-03-04T21:58:23,127 adding 'sdkgen/exceptions.py' 2024-03-04T21:58:23,128 adding 'sdkgen/http_client_factory.py' 2024-03-04T21:58:23,130 adding 'sdkgen/parser.py' 2024-03-04T21:58:23,131 adding 'sdkgen/token_store.py' 2024-03-04T21:58:23,134 adding 'sdkgen_client-0.1.0.dist-info/LICENSE' 2024-03-04T21:58:23,135 adding 'sdkgen_client-0.1.0.dist-info/METADATA' 2024-03-04T21:58:23,136 adding 'sdkgen_client-0.1.0.dist-info/WHEEL' 2024-03-04T21:58:23,137 adding 'sdkgen_client-0.1.0.dist-info/top_level.txt' 2024-03-04T21:58:23,139 adding 'sdkgen_client-0.1.0.dist-info/RECORD' 2024-03-04T21:58:23,140 removing build/bdist.linux-armv7l/wheel 2024-03-04T21:58:23,263 Building wheel for sdkgen-client (pyproject.toml): finished with status 'done' 2024-03-04T21:58:23,267 Created wheel for sdkgen-client: filename=sdkgen_client-0.1.0-py3-none-any.whl size=6700 sha256=3b473c32c18b7bf4907700797aae3992707383f7890d29d1c80577573df744e3 2024-03-04T21:58:23,269 Stored in directory: /tmp/pip-ephem-wheel-cache-mxetw41t/wheels/05/41/72/74d75e4548a998cacb80163bbdba1139ddbc5021643d0b7955 2024-03-04T21:58:23,278 Successfully built sdkgen-client 2024-03-04T21:58:23,281 Removed build tracker: '/tmp/pip-build-tracker-1bhhvf7t'