2023-03-07T20:27:32,298 Created temporary directory: /tmp/pip-ephem-wheel-cache-fyw50zhy 2023-03-07T20:27:32,304 Created temporary directory: /tmp/pip-build-tracker-l6vbfzna 2023-03-07T20:27:32,305 Initialized build tracking at /tmp/pip-build-tracker-l6vbfzna 2023-03-07T20:27:32,305 Created build tracker: /tmp/pip-build-tracker-l6vbfzna 2023-03-07T20:27:32,306 Entered build tracker: /tmp/pip-build-tracker-l6vbfzna 2023-03-07T20:27:32,307 Created temporary directory: /tmp/pip-wheel-fvpmo2a5 2023-03-07T20:27:32,318 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 2023-03-07T20:27:32,323 Created temporary directory: /tmp/pip-ephem-wheel-cache-gw8dhwta 2023-03-07T20:27:32,385 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-03-07T20:27:32,391 2 location(s) to search for versions of uml-django: 2023-03-07T20:27:32,391 * https://pypi.org/simple/uml-django/ 2023-03-07T20:27:32,391 * https://www.piwheels.org/simple/uml-django/ 2023-03-07T20:27:32,393 Fetching project page and analyzing links: https://pypi.org/simple/uml-django/ 2023-03-07T20:27:32,394 Getting page https://pypi.org/simple/uml-django/ 2023-03-07T20:27:32,398 Found index url https://pypi.org/simple 2023-03-07T20:27:32,615 Fetched page https://pypi.org/simple/uml-django/ as application/vnd.pypi.simple.v1+json 2023-03-07T20:27:32,617 Found link https://files.pythonhosted.org/packages/db/c4/eef43a2e0a144ba825d30ebf2f2944b0edb86350fac2f39f0a24e8aba56b/uml_django-1.0.0.tar.gz (from https://pypi.org/simple/uml-django/), version: 1.0.0 2023-03-07T20:27:32,618 Fetching project page and analyzing links: https://www.piwheels.org/simple/uml-django/ 2023-03-07T20:27:32,619 Getting page https://www.piwheels.org/simple/uml-django/ 2023-03-07T20:27:32,621 Found index url https://www.piwheels.org/simple 2023-03-07T20:27:32,841 Fetched page https://www.piwheels.org/simple/uml-django/ as text/html 2023-03-07T20:27:32,843 Skipping link: not a file: https://www.piwheels.org/simple/uml-django/ 2023-03-07T20:27:32,843 Skipping link: not a file: https://pypi.org/simple/uml-django/ 2023-03-07T20:27:32,879 Given no hashes to check 1 links for project 'uml-django': discarding no candidates 2023-03-07T20:27:32,909 Collecting uml-django==1.0.0 2023-03-07T20:27:32,914 Created temporary directory: /tmp/pip-unpack-6zvf9x1w 2023-03-07T20:27:33,154 Downloading uml_django-1.0.0.tar.gz (3.6 kB) 2023-03-07T20:27:33,220 Added uml-django==1.0.0 from https://files.pythonhosted.org/packages/db/c4/eef43a2e0a144ba825d30ebf2f2944b0edb86350fac2f39f0a24e8aba56b/uml_django-1.0.0.tar.gz to build tracker '/tmp/pip-build-tracker-l6vbfzna' 2023-03-07T20:27:33,224 Running setup.py (path:/tmp/pip-wheel-fvpmo2a5/uml-django_fc3d920f8bf74abeb4c1328b94b8a40c/setup.py) egg_info for package uml-django 2023-03-07T20:27:33,225 Created temporary directory: /tmp/pip-pip-egg-info-afr1iho5 2023-03-07T20:27:33,226 Preparing metadata (setup.py): started 2023-03-07T20:27:33,228 Running command python setup.py egg_info 2023-03-07T20:27:34,907 running egg_info 2023-03-07T20:27:34,911 creating /tmp/pip-pip-egg-info-afr1iho5/uml_django.egg-info 2023-03-07T20:27:34,962 writing /tmp/pip-pip-egg-info-afr1iho5/uml_django.egg-info/PKG-INFO 2023-03-07T20:27:34,967 writing dependency_links to /tmp/pip-pip-egg-info-afr1iho5/uml_django.egg-info/dependency_links.txt 2023-03-07T20:27:34,971 writing requirements to /tmp/pip-pip-egg-info-afr1iho5/uml_django.egg-info/requires.txt 2023-03-07T20:27:34,973 writing top-level names to /tmp/pip-pip-egg-info-afr1iho5/uml_django.egg-info/top_level.txt 2023-03-07T20:27:34,976 writing manifest file '/tmp/pip-pip-egg-info-afr1iho5/uml_django.egg-info/SOURCES.txt' 2023-03-07T20:27:35,139 reading manifest file '/tmp/pip-pip-egg-info-afr1iho5/uml_django.egg-info/SOURCES.txt' 2023-03-07T20:27:35,142 adding license file 'LICENSE.txt' 2023-03-07T20:27:35,147 writing manifest file '/tmp/pip-pip-egg-info-afr1iho5/uml_django.egg-info/SOURCES.txt' 2023-03-07T20:27:35,149 /usr/local/lib/python3.7/dist-packages/setuptools/dist.py:791: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead 2023-03-07T20:27:35,149 % (opt, underscore_opt) 2023-03-07T20:27:35,150 /usr/local/lib/python3.7/dist-packages/setuptools/config/setupcfg.py:520: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. 2023-03-07T20:27:35,150 warnings.warn(msg, warning_class) 2023-03-07T20:27:35,265 Preparing metadata (setup.py): finished with status 'done' 2023-03-07T20:27:35,277 Source in /tmp/pip-wheel-fvpmo2a5/uml-django_fc3d920f8bf74abeb4c1328b94b8a40c has version 1.0.0, which satisfies requirement uml-django==1.0.0 from https://files.pythonhosted.org/packages/db/c4/eef43a2e0a144ba825d30ebf2f2944b0edb86350fac2f39f0a24e8aba56b/uml_django-1.0.0.tar.gz 2023-03-07T20:27:35,279 Removed uml-django==1.0.0 from https://files.pythonhosted.org/packages/db/c4/eef43a2e0a144ba825d30ebf2f2944b0edb86350fac2f39f0a24e8aba56b/uml_django-1.0.0.tar.gz from build tracker '/tmp/pip-build-tracker-l6vbfzna' 2023-03-07T20:27:35,290 Created temporary directory: /tmp/pip-unpack-fzi72v0z 2023-03-07T20:27:35,291 Building wheels for collected packages: uml-django 2023-03-07T20:27:35,301 Created temporary directory: /tmp/pip-wheel-dlb5vg4e 2023-03-07T20:27:35,302 Building wheel for uml-django (setup.py): started 2023-03-07T20:27:35,304 Destination directory: /tmp/pip-wheel-dlb5vg4e 2023-03-07T20:27:35,304 Running command python setup.py bdist_wheel 2023-03-07T20:27:36,442 /usr/local/lib/python3.7/dist-packages/setuptools/dist.py:791: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead 2023-03-07T20:27:36,443 % (opt, underscore_opt) 2023-03-07T20:27:36,463 /usr/local/lib/python3.7/dist-packages/setuptools/config/setupcfg.py:520: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. 2023-03-07T20:27:36,463 warnings.warn(msg, warning_class) 2023-03-07T20:27:37,220 running bdist_wheel 2023-03-07T20:27:37,380 running build 2023-03-07T20:27:37,381 running build_py 2023-03-07T20:27:37,439 creating build 2023-03-07T20:27:37,440 creating build/lib 2023-03-07T20:27:37,441 creating build/lib/uml_django 2023-03-07T20:27:37,443 copying uml_django/__init__.py -> build/lib/uml_django 2023-03-07T20:27:37,446 copying uml_django/inspect.py -> build/lib/uml_django 2023-03-07T20:27:37,512 /usr/local/lib/python3.7/dist-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2023-03-07T20:27:37,513 setuptools.SetuptoolsDeprecationWarning, 2023-03-07T20:27:37,567 installing to build/bdist.linux-armv7l/wheel 2023-03-07T20:27:37,567 running install 2023-03-07T20:27:37,628 running install_lib 2023-03-07T20:27:37,685 creating build/bdist.linux-armv7l 2023-03-07T20:27:37,685 creating build/bdist.linux-armv7l/wheel 2023-03-07T20:27:37,689 creating build/bdist.linux-armv7l/wheel/uml_django 2023-03-07T20:27:37,691 copying build/lib/uml_django/__init__.py -> build/bdist.linux-armv7l/wheel/uml_django 2023-03-07T20:27:37,694 copying build/lib/uml_django/inspect.py -> build/bdist.linux-armv7l/wheel/uml_django 2023-03-07T20:27:37,698 running install_egg_info 2023-03-07T20:27:37,838 running egg_info 2023-03-07T20:27:37,889 writing uml_django.egg-info/PKG-INFO 2023-03-07T20:27:37,893 writing dependency_links to uml_django.egg-info/dependency_links.txt 2023-03-07T20:27:37,897 writing requirements to uml_django.egg-info/requires.txt 2023-03-07T20:27:37,899 writing top-level names to uml_django.egg-info/top_level.txt 2023-03-07T20:27:37,956 reading manifest file 'uml_django.egg-info/SOURCES.txt' 2023-03-07T20:27:37,961 adding license file 'LICENSE.txt' 2023-03-07T20:27:37,965 writing manifest file 'uml_django.egg-info/SOURCES.txt' 2023-03-07T20:27:37,968 Copying uml_django.egg-info to build/bdist.linux-armv7l/wheel/uml_django-1.0.0-py3.7.egg-info 2023-03-07T20:27:37,987 running install_scripts 2023-03-07T20:27:38,024 creating build/bdist.linux-armv7l/wheel/uml_django-1.0.0.dist-info/WHEEL 2023-03-07T20:27:38,029 creating '/tmp/pip-wheel-dlb5vg4e/uml_django-1.0.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2023-03-07T20:27:38,033 adding 'uml_django/__init__.py' 2023-03-07T20:27:38,036 adding 'uml_django/inspect.py' 2023-03-07T20:27:38,041 adding 'uml_django-1.0.0.dist-info/LICENSE.txt' 2023-03-07T20:27:38,044 adding 'uml_django-1.0.0.dist-info/METADATA' 2023-03-07T20:27:38,045 adding 'uml_django-1.0.0.dist-info/WHEEL' 2023-03-07T20:27:38,047 adding 'uml_django-1.0.0.dist-info/top_level.txt' 2023-03-07T20:27:38,048 adding 'uml_django-1.0.0.dist-info/RECORD' 2023-03-07T20:27:38,050 removing build/bdist.linux-armv7l/wheel 2023-03-07T20:27:38,214 Building wheel for uml-django (setup.py): finished with status 'done' 2023-03-07T20:27:38,221 Created wheel for uml-django: filename=uml_django-1.0.0-py3-none-any.whl size=3925 sha256=3c8f8ef29d6a27c958af671863878bcbe370187b3b63ae84043a455a8643b2c5 2023-03-07T20:27:38,223 Stored in directory: /tmp/pip-ephem-wheel-cache-gw8dhwta/wheels/c5/21/f2/6ceafa10403af066e64abe6ba0f9c93d51892d4fd66dcb20a5 2023-03-07T20:27:38,247 Successfully built uml-django 2023-03-07T20:27:38,253 Removed build tracker: '/tmp/pip-build-tracker-l6vbfzna'